@charset "UTF-8";
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font: 62.5% Verdana, sans-serif;
  box-sizing:content-box;
}

/*********************
GENERAL ADD STYLE
*********************/
@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html {
  font: 62.5% Verdana, sans-serif;
  /* Widescreen Global base font-size */
}

body {
  background: #FFF;
  color: #333333;
  font-size: 13px;
  font-size: 1.3rem;
  min-width: 320px;
  /* Equal to $break-smartphone */
  overflow-y: hidden;
}
@media screen and (min-device-width: 320px) {
  body {
    /* MQ: Smartphone */
    background: #f2f2f2 url(../images/bg.png);
  }
}

body.cms-lang-jp {
  font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", Arial, "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo, Osaka", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
}

div, dt, form, label, li, p, span {
  display: block;
  margin: 7px 0;
}
@media screen and (min-device-width: 320px) {
  div, dt, form, label, li, p, span {
    /* MQ: Smartphone */
    margin: 0;
  }
}

@media screen and (min-device-width: 320px) {
  li {
    /* MQ: Smartphone */
    display: list-item;
  }
}

@media screen and (min-device-width: 320px) {
  span, label {
    /* MQ: Smartphone */
    display: inline;
  }
}

/* Basic Design
------------------------------------------------------------------------------*/
#header {
  background: #f2f2f2;
  margin: 0;
  padding: .5em .5em;
}
@media screen and (min-device-width: 320px) {
  #header {
    /* MQ: Smartphone */
    padding: 0;
  }
}

#content,
#footer-nav,
#footer {
  padding: .2em .5em;
}
@media screen and (min-device-width: 320px) {
  #content,
  #footer-nav,
  #footer {
    /* MQ: Smartphone */
    padding: 0;
  }
}

.buttontop {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
.buttontop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
.buttontop:hover {
  cursor: pointer;
  background-color: #007398;
  text-decoration: none;
}
.buttontop:active {
  background-color: #007398;
}
.buttontop.show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 500px) {
  .buttontop {
    margin: 30px;
  }
}
/* Typography
------------------------------------------------------------------------------*/
h1, h2 {
  font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.cms-lang-jp h1, .cms-lang-jp h2 {
  font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", Georgia, "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo, Osaka", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
}

h1 {
  font-size: 26px;
  font-size: 2.6rem;
  margin: 7px 0 14px;
}
@media screen and (min-width: 600px) {
  h1 {
    /* MQ: Tablet */
    font-size: 30px;
    font-size: 3rem;
  }
}

h1 span {
  color: #999999;
}

h2 {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 7px 0;
}

h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 7px 0 5px;
}

sub, sup {
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1;
}

sub {
  vertical-align: text-bottom;
}

sup {
  vertical-align: text-top;
  vertical-align: top;
}

/* Links
------------------------------------------------------------------------------*/
a {
  color: #00768a;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #00768a;
  text-decoration: underline;
}

/* truncator */
a[href='#more'],
a[href='#less'] {
  color: #666666;
  font-size: 11px;
  font-size: 1.1rem;
  text-decoration: underline;
  white-space: nowrap;
}

a[href='#more']:hover,
a[href='#less']:hover {
  color: #333333;
}

/* external */
a.external:after {
  /* blue external link indicator */
  /* patternify URL: http://ptrn.it/ugEXX3 */
  content: '';
  display: inline-block;
  height: 8px;
  margin-left: 7px;
}

/* Hiding
------------------------------------------------------------------------------*/
.hidden {
  display: none !important;
  visibility: hidden;
}

#gimme-satisfaction,
#reader-overlay,
.js-hidden,
.pillow-btn,
.no-js #results-only-access-checkbox,
.tooltip {
  display: none;
}

#pub-date-graph {
  position: absolute;
  left: -1000px;
}
@media screen and (min-width: 1004px) {
  #pub-date-graph {
    /* MQ: Widescreen */
    position: relative;
    left: auto;
  }
}

.bar-dock {
  position: absolute;
  left: -100000px;
}
@media screen and (min-width: 600px) {
  .bar-dock {
    /* MQ: Tablet */
    position: static;
    left: auto;
  }
}

.flyout-caption {
  position: absolute;
  left: -10000px;
}
@media screen and (min-device-width: 320px) {
  .flyout-caption {
    /* MQ: Smartphone */
    left: auto;
  }
}

@media screen and (min-width: 600px) {
  #gimme-satisfaction {
    /* MQ: Tablet */
    display: block;
  }
}

#fdbk_tab {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0;
}
@media screen and (min-width: 1004px) {
  #fdbk_tab {
    /* MQ: Widescreen */
    opacity: 1;
  }
}
@media screen and (max-width: 1020px) {
  #fdbk_tab {
    display: none;
  }
}

.js #fdbk_screen {
  opacity: .75;
}

/* Accessibility
------------------------------------------------------------------------------*/
.accessibility {
  position: absolute;
  left: -100000px;
}

/* JavaScript/Chrome/Redirect -prompt notices
------------------------------------------------------------------------------*/
.no-js {
  padding-top: 42px;
}

/* Specific module styles for Base mode
------------------------------------------------------------------------------*/
/* Scale #site-qualifier to full-width */
#site-qualifier img {
  width: 98%;
}
@media screen and (min-device-width: 320px) {
  #site-qualifier img {
    /* MQ: Smartphone */
    width: auto;
  }
}

/* Make call-to-actions more prominent */
#abstract-actions,
.bar-actions {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-device-width: 320px) {
  #abstract-actions,
  .bar-actions {
    /* MQ: Smartphone */
    font-size: 100%;
    font-weight: normal;
  }
}
#abstract-actions a span,
.bar-actions a span {
  display: inline-block;
}

img.lazy {
  display: none;
}

/* Qualaroo */
#ki_container {
  display: none;
}
@media screen and (min-width: 1100px) {
  #ki_container {
    display: block;
  }
}

/* Global overrides for Palgrave
------------------------------------------------------------------------------*/
body {
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-size: 1.4rem;
  color: #555;
}

p {
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5 {
  color: #2b2b2b;
}

h1,
h2,
h3 {
  font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
}

h4,
h5,
h6 {
  font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
}

h2,
h3,
h4,
h5 {
  line-height: 1.2;
}

h1 {
  line-height: 1.1;
  font-size: 32px;
  font-size: 3.2rem;
}

h2 {
  font-size: 28px;
  font-size: 2.8rem;
}

h3 {
  font-size: 22px;
  font-size: 2.2rem;
}

h4 {
  font-size: 22px;
  font-size: 2.2rem;
}

h5 {
  font-size: 18px;
  font-size: 1.8rem;
}

#wrapper {
  padding-top: 50px;
}

/* external */
a.external:after {
  background: none;
  display: none;
}

/* Forms
------------------------------------------------------------------------------*/
button,
input,
select,
textarea {
  color: #666666;
  font-family: Verdana, sans-serif;
}
.cms-lang-jp button, .cms-lang-jp
input, .cms-lang-jp
select, .cms-lang-jp
textarea {
  font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", Arial, "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo, Osaka", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
}

input[type=text],
input[type=email],
input[type=number],
input[type=date],
input[type=password],
textarea {
  background-color: #FFF;
  border: 1px solid #bcbcbc;
  font-size: 13px;
  font-size: 1.4rem;
  padding: 7px 7px;
  font-family: Verdana,sans-serif;
}

input[type=text].placeholder,
input[type=email].placeholder,
input[type=password].placeholder {
  color: #999999;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #00768a;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}

button,
input[type=button],
input[type=submit],
input[type=image],
label {
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* remove button padding in firefox */
  border: 0;
  padding: 0;
}

.lt-ie8 input,
.lt-ie8 select {
  vertical-align: middle;
}

@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Default page layout
  ------------------------------------------------------------------------------*/
  #wrapper,
  .page-wrapper {
    -webkit-box-shadow: 0 0 4px #BBB;
    -moz-box-shadow: 0 0 4px #BBB;
    box-shadow: 0 0 4px #BBB;
    background-color: #FFF;
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #wrapper,
  .page-wrapper {
    /* MQ: Tablet */
    max-width: none;
  }
}
@media screen and (min-device-width: 320px) {
  #wrapper #content,
  .page-wrapper #content {
    -webkit-transition: padding 0.25s ease-in-out;
    -moz-transition: padding 0.25s ease-in-out;
    -o-transition: padding 0.25s ease-in-out;
    transition: padding 0.25s ease-in-out;
    zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
    box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
    padding: 10px 10px 50px 10px;
  }
  #wrapper #content:before, #wrapper #content:after,
  .page-wrapper #content:before,
  .page-wrapper #content:after {
    content: "";
    display: table;
  }
  #wrapper #content:after,
  .page-wrapper #content:after {
    clear: both;
  }
  .cms-barebone #wrapper #content, .cms-barebone
  .page-wrapper #content {
    padding: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #wrapper #content,
  .page-wrapper #content {
    /* MQ: Tablet */
    padding: 20px 20px 50px 20px;
  }
  .cms-barebone #wrapper #content, .cms-barebone
  .page-wrapper #content {
    padding: 0;
  }
}
@media screen and (min-device-width: 320px) {
  #wrapper #content.non-modal,
  .page-wrapper #content.non-modal {
    background-color: #f9f9f9;
  }
  #wrapper #content.non-modal .lb,
  .page-wrapper #content.non-modal .lb {
    background-color: #fff;
  }
  #home-page.show-search #wrapper #content, #industry-home.show-search #wrapper #content, #home-page.show-search
  .page-wrapper #content, #industry-home.show-search
  .page-wrapper #content {
    padding-top: 5em;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #home-page.show-search #wrapper #content, #industry-home.show-search #wrapper #content, #home-page.show-search
  .page-wrapper #content, #industry-home.show-search
  .page-wrapper #content {
    /* MQ: Tablet */
    padding-top: 20px;
  }
}

@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Header
    ------------------------------------------------------------------------------*/
  /* Header */
  #header {
    -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1);
    background: #e3e3e3 url(/spcom/sites/palgrave/images/bg-mobile-header.png) 0 0 repeat-x;
    border-top: 1px solid #f9f9f9;
    border-bottom: 1px solid #d0d0d0;
    min-height: 53px;
    z-index: 20;
    width: 100%;
  }
  .ie6 #header {
    height: 36px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #header {
    /* MQ: Widescreen */
    background: #e3e3e3 url(../images/grdnt_grey_f8f8f8_e5e5e5_l.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e3e3e3));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -o-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: linear-gradient(top, #f8f8f8, #e3e3e3);
    -webkit-box-shadow: 0 1px 0 #FFF;
    -moz-box-shadow: 0 1px 0 #FFF;
    box-shadow: 0 1px 0 #FFF;
    min-height: 32px;
    padding-top: 130px;
    position: relative;
  }
}
@media screen and (min-device-width: 320px) {
  .lt-ie8 #header {
    z-index: 1;
  }
  #header h1 {
    margin: 0;
  }

  #logo {
    background-repeat: no-repeat;
    color: transparent;
    direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -9999em;
    text-transform: capitalize;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: url(/spcom/sites/palgrave/images/logo_sprite.png) 0 -25px no-repeat;
    display: inline-block;
    height: 30px;
    width: 115px;
    position: absolute;
    left: 11px;
    top: 12px;
  }
}
@media only screen and (min-device-width: 320px) and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-width: 320px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-device-width: 320px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-width: 320px) and (min-device-pixel-ratio: 1.5) {
  #logo {
    background-image: url(/spcom/sites/palgrave/images/logo_sprite_high_res.png);
    background-size: auto 92px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #logo {
    /* MQ: Tablet */
    left: 30px;
    width: 160px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #logo {
    /* MQ: Widescreen */
    background-position: 0 -55px;
    height: 40px;
    top: 17px;
    width: 190px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #logo img {
    /* MQ: Widescreen */
    height: auto;
  }
}

@media screen and (min-device-width: 320px) {
  #site-qualifier {
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #site-qualifier {
    /* MQ: Widescreen */
    display: block;
    height: 52px;
    margin: 0;
    position: absolute;
    left: 64%;
    top: 2px;
    /* Math: 333 / 960 */
  }
  #site-qualifier img {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

@media screen and (min-device-width: 320px) {
  #logo-company {
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #logo-company {
    /* MQ: Widescreen */
    display: block;
    height: 50px;
    position: absolute;
    right: 22px;
    bottom: 50px;
    width: 160px;
  }
  #logo-company img {
    display: none;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #logo-company img.first {
    display: inline;
  }
}

@media screen and (min-device-width: 320px) {
  /* Header buttons */
  #header .pillow-btn {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -4783px no-repeat;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    background-repeat: no-repeat;
    border-color: #ddd;
    min-width: 21px;
    text-indent: -9999em;
    /* Open Search Options */
    /* Open search */
    /* Open menu */
  }
  #header .pillow-btn:hover {
    border-color: #bcbcbc;
  }
  #header .pillow-btn.pillow-btn-active {
    padding: 0 15px;
    margin: 1px;
    -webkit-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.35), inset 0 -1px 0 rgba(255, 255, 255, 0.75);
    -moz-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.35), inset 0 -1px 0 rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.35), inset 0 -1px 0 rgba(255, 255, 255, 0.75);
    background-color: #ddd;
  }
  .lt-ie8 #header .pillow-btn {
    overflow: hidden;
  }
  #header .pillow-btn.open-search-options {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -4783px no-repeat;
  }
  #header .pillow-btn.open-search-options:hover {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -4710px no-repeat;
  }
  #header .pillow-btn.open-search-options:active, #header .pillow-btn.open-search-options:focus {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -4674px no-repeat;
  }
  .lt-ie9 #header .pillow-btn.open-search-options:active, .lt-ie9 #header .pillow-btn.open-search-options:focus {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -4746px no-repeat;
  }
  .is-open #header .pillow-btn.open-search-options {
    /* flyout */
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -4710px no-repeat;
  }
  .lt-ie9 .is-open #header .pillow-btn.open-search-options {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -4746px no-repeat;
  }
  #header .pillow-btn.open-search {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -4327px no-repeat;
    position: absolute;
    top: 7px;
    right: 70px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #header .pillow-btn.open-search {
    /* MQ: Tablet */
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (min-device-width: 320px) {
  #header .pillow-btn.open-search:hover {
    /* hover */
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -4254px no-repeat;
  }
  body.show-search #header .pillow-btn.open-search {
    /* active */
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -4218px no-repeat;
  }
  #header .pillow-btn.open-menu {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -2780px no-repeat;
    position: absolute;
    top: 7px;
    right: 8px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #header .pillow-btn.open-menu {
    /* MQ: Tablet */
    right: 12px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #header .pillow-btn.open-menu {
    /* MQ: Widescreen */
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (min-device-width: 320px) {
  #header .pillow-btn.open-menu:hover {
    /* hover */
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -2562px no-repeat;
  }
  body.show-menu #header .pillow-btn.open-menu {
    /* active */
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -2526px no-repeat;
  }

  /* Search panel */
  .panel-search {
    background-color: #ddd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#ddd));
    background-image: -webkit-linear-gradient(top, #e3e3e3, #ddd);
    background-image: -moz-linear-gradient(top, #e3e3e3, #ddd);
    background-image: -ms-linear-gradient(top, #e3e3e3, #ddd);
    background-image: -o-linear-gradient(top, #e3e3e3, #ddd);
    background-image: linear-gradient(top, #e3e3e3, #ddd);
    -webkit-box-shadow: 0 -1px 0 #d0d0d0;
    -moz-box-shadow: 0 -1px 0 #d0d0d0;
    box-shadow: 0 -1px 0 #d0d0d0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ffffff;
    display: none;
    width: 100%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .panel-search {
    /* MQ: Tablet */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    border: none;
    position: absolute;
    bottom: auto;
    left: 200px;
    top: 0;
    display: block;
    width: 45.04167%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .panel-search {
    /* MQ: Widescreen */
    left: 30px;
    top: 72px;
    z-index: 5;
    width: 51.0416666667%;
  }
}
@media screen and (min-device-width: 320px) {
  .ie9 .panel-search {
    filter: none;
  }

  #global-search {
    margin: 7px;
    height: 34px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #global-search {
    /* MQ: Widescreen */
    margin: 0;
  }
}

@media screen and (min-device-width: 320px) {
  #search-options {
    display: none;
    position: absolute;
    top: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #search-options {
    /* MQ: Tablet */
    right: -66px;
    display: block;
  }
}
@media screen and (min-device-width: 320px) {
  #search-options .flyout-content {
    padding: .5em 10px;
    top: 3.2em;
    right: 0;
    left: auto;
    min-width: 120px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #search-options .flyout-content {
    /* MQ: Widescreen */
    right: auto;
    left: 0;
  }
}
@media screen and (min-device-width: 320px) {
  #search-options .flyout-content ul {
    border-top: 0;
    padding: 0;
  }

  /* Menu panel */
  .panel-menu {
    background: #3d3e43 url(../images/bg-mobile-menu.png) 0 0 repeat;
    display: none;
    margin-bottom: -10px;
    width: 100%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .panel-menu {
    /* MQ: Tablet */
    background: none;
    display: block;
    margin: 0;
    position: static;
  }
}

@media screen and (min-device-width: 320px) {
  #cross-nav {
    background-color: #46474D;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4F5056), to(#3D3E42));
    background-image: -webkit-linear-gradient(top, #4F5056, #3D3E42);
    background-image: -moz-linear-gradient(top, #4F5056, #3D3E42);
    background-image: -ms-linear-gradient(top, #4F5056, #3D3E42);
    background-image: -o-linear-gradient(top, #4F5056, #3D3E42);
    background-image: linear-gradient(top, #4F5056, #3D3E42);
    -webkit-box-shadow: inset 0 -6px 5px #333333;
    -moz-box-shadow: inset 0 -6px 5px #333333;
    box-shadow: inset 0 -6px 5px #333333;
    -webkit-transition: padding 0.25s ease-in-out;
    -moz-transition: padding 0.25s ease-in-out;
    -o-transition: padding 0.25s ease-in-out;
    transition: padding 0.25s ease-in-out;
    /* min-height: 42px; */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #cross-nav {
    /* MQ: Tablet */
    padding-left: 16px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #cross-nav {
    /* MQ: Tablet */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    border: none;
    height: auto;
    position: absolute;
    right: 7px;
    top: 6px;
    width: auto;
  }
}
@media screen and (min-device-width: 320px) {
  .ie9 #cross-nav {
    filter: none;
  }

  .ie9 #lang .flyout-caption {
    min-width: 70px;
  }

  .ie9 #edition .flyout-caption {
    min-width: 120px;
  }

  /*
    #auth {
      .flyout-caption {
        @include respond-to(smartphone-only) {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
        }
        max-width: 192px;
  
        .ie9 & {
          min-width:110px;
        }
      }
      .flyout-content {
        width: 195px;
      }
      .action {
        @include link-symbol;
        @include font-size($size12);
        font-weight: normal;
        margin-right: 0;
      }
      form {
        margin-bottom: 14px;
      }
      label {
        color: $type-1;
      }
      input[type=text],
      input[type=password] {
        @include box-sizing(border-box);
        display: block;
        @include font-size($size12);
        margin-bottom: 14px;
        width: 100%;
      }
      button {
        float: left;
        margin-right: 10px;
      }
      .lt-ie8 & #auth-remember,
      .lt-ie8 & #auth-remember-label{
        float: right;
      }
      ul {
        clear: both;
      }
    }
  */
}
/* Progressive Enhancement */
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  .no-js #logo,
  .no-js .panel-search,
  .no-js .panel-menu {
    display: block;
    position: static;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .no-js {
    /* MQ: Tablet */
  }
  .no-js #logo,
  .no-js .panel-search {
    position: absolute;
  }
}
@media screen and (min-device-width: 320px) {
  .no-js #logo {
    margin: 7px 7px 0;
    /*width: auto; 121010 JC/BH removed width for no-js as it was hiding the logo! */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .no-js #logo {
    /* MQ: Tablet */
    margin: 7px 7px 0 30px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .no-js #logo {
    /* MQ: Tablet */
    margin: 0;
  }
}
@media screen and (min-device-width: 320px) {
  .no-js .open-search,
  .no-js .open-menu {
    display: none;
  }
  .no-js .panel-search {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    border: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .no-js .panel-search {
    /* MQ: Tablet */
    margin: 7px 7px 0 23px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .no-js .panel-search {
    /* MQ: Tablet */
    margin: 0;
  }
}
@media screen and (min-device-width: 320px) {
  .no-js .panel-menu {
    margin: 0;
  }
}
/* Mobile show/hide panels */
body.show-search #header .panel-search {
  display: block;
  /* Display panel */
  margin-top: 55px;
  /* Height of #header */
}
@media screen and (min-width: 600px) {
  body.show-search #header .panel-search {
    /* MQ: Tablet */
    margin-top: 0;
    /* Move panel up */
  }
}

body.show-menu #header .panel-menu {
  display: block;
  /* Display panel */
  margin-top: 55px;
  /* Height of #header */
}
@media screen and (min-width: 1004px) {
  body.show-menu #header .panel-menu {
    /* MQ: Widescreen */
    margin: 0;
  }
}

body.show-menu.show-search #header .panel-menu {
  margin-top: 0;
}
@media screen and (min-width: 600px) {
  body.show-menu.show-search #header .panel-menu {
    /* MQ: Tablet */
    margin-top: 55px;
  }
}
@media screen and (min-width: 1004px) {
  body.show-menu.show-search #header .panel-menu {
    /* MQ: Widescreen */
    margin: 0;
  }
}

/* For Sticky Header (mobile only) */
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  .js #content {
    margin-top: 0;
  }
  .lt-ie9 .js #content {
    margin-top: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .js #content {
    /* MQ: Widescreen */
    margin-top: 0;
  }
}

@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .js #header {
    /* MQ: Widescreen */
    position: relative;
  }
}

@media screen and (min-device-width: 320px) {
  .js #full-text-html-page #header {
    position: relative;
  }
}
/* #JC210812 Temporary link to 'Access Old SpringerLink' */
#global-nav .returnoldspringerlink {
  display: none;
}
@media screen and (min-width: 1004px) {
  #global-nav .returnoldspringerlink {
    /* MQ: Widescreen */
    float: right;
  }
}
.lt-ie8 #global-nav .returnoldspringerlink {
  float: right;
}

#global-nav .returnoldspringerlink a {
  color: #999999;
}

#global-nav .returnoldspringerlink a:hover {
  color: #00768a;
}

#global-nav .returnoldspringerlink a:before {
  content: "";
}

@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Layouts
  ------------------------------------------------------------------------------*/
  /* based on a 980 grid with 12 columns,*/
  .col-aside,
  .col-main {
    margin: 0 0 30px 0;
    width: 100%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .col-aside,
  .col-main {
    /* MQ: Tablet */
    display: inline;
    float: left;
    margin: 0;
  }
}

@media screen and (min-device-width: 320px) {
  /* layout 1 (4/8, e.g. home) */
  .layout-1 {
    zoom: 1;
  }
  .layout-1:before, .layout-1:after {
    content: "";
    display: table;
  }
  .layout-1:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-1 .col-aside {
    /* MQ: Tablet */
    width: 31.914893617%;
    /* Math: 300 / 940 */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-1 .col-main {
    /* MQ: Tablet */
    float: right;
    width: 65.9574468085%;
    /* Math: 620 / 940 */
  }
}

@media screen and (min-device-width: 320px) {
  /* layout 2 (3/9, e.g. results) */
  .layout-2 {
    zoom: 1;
  }
  .layout-2:before, .layout-2:after {
    content: "";
    display: table;
  }
  .layout-2:after {
    clear: both;
  }
}

@media screen and (min-device-width: 320px) {
  /* layout 3 (8/4, e.g. abstract) */
  .layout-3 {
    zoom: 1;
  }
  .layout-3:before, .layout-3:after {
    content: "";
    display: table;
  }
  .layout-3:after {
    clear: both;
  }
  .layout-3 .col-main {
    position: relative;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-3 .col-main {
    /* MQ: Tablet */
    margin-left: 4.25531914894%;
    /* Math: 40 / 940 */
    width: 61.7021276596%;
    /* Math: 580 / 940 */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-3 .col-aside {
    /* MQ: Tablet */
    margin-left: 4.25531914894%;
    /* Math: 40 / 940 */
    width: 25.5319148936%;
    /* Math: 240 / 940 */
  }
}

@media screen and (min-device-width: 320px) {
  /* layout 3b (8/4 width col-aside first, e.g. only Signup) */
  .layout-3b {
    zoom: 1;
  }
  .layout-3b:before, .layout-3b:after {
    content: "";
    display: table;
  }
  .layout-3b:after {
    clear: both;
  }
  .layout-3b .col-main {
    position: relative;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-3b .col-main {
    /* MQ: Tablet */
    margin-left: 4.25531914894%;
    /* Math: 40 / 940 */
    width: 61.7021276596%;
    /* Math: 580 / 940 */
  }
}
@media screen and (min-device-width: 320px) {
  .layout-3b .col-aside {
    margin-bottom: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-3b .col-aside {
    /* MQ: Tablet */
    float: right;
    margin: auto 4.25531914894% 30px auto;
    width: 25.5319148936%;
    /* Math: 240 / 940 */
  }
}

@media screen and (min-device-width: 320px) {
  /* layout 4 (~7, e.g. info) */
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-4 {
    /* MQ: Tablet */
    padding: 10px 34.0425531915% 54px 4.25531914894%;
    /* Math: 320 / 940 &  40 / 940*/
  }
}

@media screen and (min-device-width: 320px) {
  /* layout 5 (1 column) */
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-5 {
    /* MQ: Tablet */
    padding: 0 4.95283018868%;
    /* Math: 42 / 848 */
  }
}

@media screen and (min-device-width: 320px) {
  /* layout 6 (6/6 without margins, e.g. support/manage promotions) */
  .layout-6 {
    zoom: 1;
  }
  .layout-6:before, .layout-6:after {
    content: "";
    display: table;
  }
  .layout-6:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-6 .col-main {
    /* MQ: Tablet */
    width: 46.808511%;
    /*44.6808510638%;   /* Math: 440 / 940 */
  }
}
@media screen and (min-device-width: 320px) {
  .layout-6 .col-aside {
    position: relative;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-6 .col-aside {
    /* MQ: Tablet */
    margin-left: 6.3829787234%;
    /* Math: 60 / 940 */
    width: 46.808511%;
    /* Math: 440 / 940 */
  }
}

@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Footer
    ------------------------------------------------------------------------------*/
  #footer {
    background-color: #f4f4f4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ddd));
    background-image: -webkit-linear-gradient(top, #f4f4f4, #ddd);
    background-image: -moz-linear-gradient(top, #f4f4f4, #ddd);
    background-image: -ms-linear-gradient(top, #f4f4f4, #ddd);
    background-image: -o-linear-gradient(top, #f4f4f4, #ddd);
    background-image: linear-gradient(top, #f4f4f4, #ddd);
    -webkit-box-shadow: 0 -1px 0 0 #ddd;
    -moz-box-shadow: 0 -1px 0 0 #ddd;
    box-shadow: 0 -1px 0 0 #ddd;
    color: #666666;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
  }
  #footer hr {
    display: none;
  }
  #footer .section {
    border-top: 1px solid #f9f9f9;
    border-bottom: 1px solid #ddd;
    padding: 10px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #footer .section {
    /* MQ: Tablet */
    padding: 12px 32px;
  }
}
@media screen and (min-device-width: 320px) {
  #footer a {
    color: #666666;
  }

  /* 02. Navigation */
  #footer-nav {
    zoom: 1;
    display: none;
    margin-bottom: 12px;
    position: relative;
    /* Secret Team page */
  }
  #footer-nav:before, #footer-nav:after {
    content: "";
    display: table;
  }
  #footer-nav:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #footer-nav {
    /* MQ: Widescreen */
    display: block;
  }
}
@media screen and (min-device-width: 320px) {
  #footer-nav.section {
    border-bottom: none;
  }
  #footer-nav .block {
    -webkit-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.7);
    -moz-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.7);
    border-right: 1px solid rgba(197, 196, 196, 0.5);
    display: block;
    float: left;
    margin: 10px 2% 0 0;
    min-height: 145px;
    padding: 0 21px 10px 0;
    width: 21%;
  }
  #footer-nav h2 {
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .cms-lang-jp #footer-nav h2 {
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", Arial, "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo, Osaka", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
  }
  #footer-nav li {
    line-height: 1.9;
  }
  #footer-nav:before {
    background: transparent;
    display: none;
  }
  #footer-nav #secret-team-link {
    cursor: default;
    display: block;
    height: 8px;
    outline: 0;
    position: absolute;
    right: 26px;
    bottom: 21px;
    width: 59px;
  }

  /* 03. Legal */
  #footer-legal {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    line-height: 1.7;
    position: relative;
    zoom: 1;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #footer-legal {
    /* MQ: Tablet */
  }
  #footer-legal #legal {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #footer-legal {
    /* MQ: Widescreen */
  }
  #footer-legal.section {
    border-top: none;
  }
}

@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #mobile-nav {
    /* MQ: Widescreen */
    display: none;
  }
}
@media screen and (min-device-width: 320px) {
  #mobile-nav .open-legal {
    line-height: 3;
    margin-right: 10px;
    vertical-align: middle;
  }
  #mobile-nav .open-legal.pillow-btn-active {
    line-height: 3.1;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #mobile-nav .open-legal {
    /* MQ: Tablet */
    line-height: 2.4;
  }
  #mobile-nav .open-legal.pillow-btn-active {
    line-height: 2.5;
  }
}

@media screen and (min-device-width: 320px) {
  #switch-desktop {
    position: relative;
    top: 2px;
  }
  #switch-desktop:before {
    content: '\00BB\0020';
  }

  #footer-copyright {
    width: 60%;
  }

  #footer-privacy {
    line-height: 1.2;
    margin: 10px 0;
  }
  #footer-privacy:before {
    content: '\00BB\0020';
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #footer-privacy {
    /* MQ: Tablet */
    margin: 0;
    max-width: 40%;
    position: absolute;
    right: 30px;
    top: 15px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #footer-privacy {
    /* MQ: Widescreen */
    top: 0;
  }
}

@media screen and (min-device-width: 320px) {
  #footer-dynamic-legal {
    line-height: 1.2;
    margin: 10px 0;
  }
  #footer-dynamic-legal:before {
    content: '\00BB\0020';
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #footer-dynamic-legal {
    /* MQ: Tablet */
    margin: 0;
    max-width: 40%;
    position: absolute;
    right: 30px;
    top: 50px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #footer-dynamic-legal {
    /* MQ: Widescreen */
    top: 20px;
  }
}

@media screen and (min-device-width: 320px) {
  #diagnostic-info {
    margin: 10px 0;
    display: inline-block;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #diagnostic-info {
    /* MQ: Widescreen */
    margin: 0;
  }
}
@media screen and (min-device-width: 320px) {
  #diagnostic-info span {
    color: #999999;
    display: inline;
  }
  #diagnostic-info span:before {
    content: "\b7";
    margin: 0 .45em 0 0.25em;
  }
  #diagnostic-info span:first-child:before {
    content: '';
    margin: 0;
  }

  /* 04. Branding */
  #footer-branding {
    background-color: #eaeaea;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ddd));
    background-image: -webkit-linear-gradient(top, #f4f4f4, #ddd);
    background-image: -moz-linear-gradient(top, #f4f4f4, #ddd);
    background-image: -ms-linear-gradient(top, #f4f4f4, #ddd);
    background-image: -o-linear-gradient(top, #f4f4f4, #ddd);
    background-image: linear-gradient(top, #f4f4f4, #ddd);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #footer-branding {
    /* MQ: Widescreen */
    display: none;
  }
}
@media screen and (min-device-width: 320px) {
  #footer-branding .block {
    max-width: 371px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #footer-branding .block {
    /* MQ: Tablet */
    max-width: 484px;
  }
}

@media screen and (min-device-width: 320px) {
  #branding-logo {
    background: url(/spcom/sites/palgrave/images/logo_sprite.png) no-repeat 0 0;
    display: inline-block;
    text-indent: -9999em;
    height: 23px;
    width: 122px;
  }
}
@media only screen and (min-device-width: 320px) and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-width: 320px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-device-width: 320px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-width: 320px) and (min-device-pixel-ratio: 1.5) {
  #branding-logo {
    background-image: url(/spcom/sites/palgrave/images/logo_sprite_high_res.png);
    background-size: auto 92px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #branding-logo {
    /* MQ: Tablet */
    background-position: 0 -25px;
    height: 30px;
    margin-left: -4px;
    width: 158px;
  }
}

@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Box
  ------------------------------------------------------------------------------*/
  .box {
    border: 1px solid #ddd;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    padding: 15px 20px;
  }
  .box:last-child {
    margin-bottom: 0;
  }
  .box .box-section {
    border-top: 1px solid #ddd;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    clear: both;
    margin: 14px -20px 0;
    padding: 14px 20px 0;
  }

  .box-header {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.2;
    margin: 0 0 25px;
  }

  /* alternative box */
  .box-alt {
    padding: 8px 7px;
  }
  .box-alt .box-header {
    background: #e3e3e3 url(../images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e3e3e3));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -o-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: linear-gradient(top, #f8f8f8, #e3e3e3);
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    margin: -8px -7px 8px -7px;
    padding: 6px 7px;
  }

  .box-primary {
    background-color: #008ca4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#008ca4), to(#008ca4));
    background-image: -webkit-linear-gradient(top, #008ca4, #008ca4);
    background-image: -moz-linear-gradient(top, #008ca4, #008ca4);
    background-image: -ms-linear-gradient(top, #008ca4, #008ca4);
    background-image: -o-linear-gradient(top, #008ca4, #008ca4);
    background-image: linear-gradient(top, #008ca4, #008ca4);
    border: 1px solid #008ca4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 0 #ffffff;
    box-shadow: inset 0 1px 0 0 #ffffff;
    color: #333333;
    margin: 14px 0;
    padding: 14px 20px;
  }
  .box-primary .box-section {
    border-top: 1px solid #008ca4;
    -webkit-box-shadow: inset 0 1px 0 0 #008ca4;
    -moz-box-shadow: inset 0 1px 0 0 #008ca4;
    box-shadow: inset 0 1px 0 0 #008ca4;
  }

  .box-secondary {
    border: 1px solid #D7D6D6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 14px 0;
    padding: 14px 20px;
  }
  .box-secondary:not(.surrounding-box) {
    background: #e3e3e3 url(../images/grdnt_grey_f8f8f8_e5e5e5_l.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e3e3e3));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -o-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: linear-gradient(top, #f8f8f8, #e3e3e3);
    -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 0 #ffffff;
    box-shadow: inset 0 1px 0 0 #ffffff;
  }
  .box-secondary .box-section {
    border-top: 1px solid #D7D6D6;
    -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 0 #ffffff;
    box-shadow: inset 0 1px 0 0 #ffffff;
  }

  .confirmation-box {
    background: #f1f6e6;
    border: 1px solid #71AB0B;
    border-radius: 2px;
    padding-top: 9px;
  }
  .confirmation-box p:first-child {
    margin-top: 10px;
  }
  .confirmation-box h2 {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .confirmation-box.styled-checkmark {
    zoom: 1;
    background: url(/spcom/sites/palgrave/images/checkmark-green.png) no-repeat 12px 12px #f1f6e6;
    line-height: 1.5em;
  }
  .confirmation-box.styled-checkmark:before, .confirmation-box.styled-checkmark:after {
    content: "";
    display: table;
  }
  .confirmation-box.styled-checkmark:after {
    clear: both;
  }
  .confirmation-box.styled-checkmark h2,
  .confirmation-box.styled-checkmark p {
    margin-left: 28px;
  }
  .confirmation-box.styled-checkmark h2:first-child,
  .confirmation-box.styled-checkmark p:first-child {
    margin-top: 0;
  }
  .confirmation-box.styled-checkmark > a {
    float: right;
  }
  .confirmation-box.styled-checkmark > a:before {
    content: '\00BB\0020';
  }

  .popup-box {
    background: #fff;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    border: 20px solid black;
    /* some browsers don't understand rgba */
    border: 20px solid rgba(0, 0, 0, 0.35);
    position: absolute;
    z-index: 10000;
    display: none;
    width: 35%;
    max-width: 67rem;
    line-height: 2rem;
  }

  .popup-box .btn-monster {
    margin-top: 1em;
  }

  .popup-box .closeTrigger {
    position: absolute;
    right: 20px;
    /* IE8 */
    right: 2rem;
  }

  .popup-box-bg {
    background: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Box
  ------------------------------------------------------------------------------*/
  .box {
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .box-primary {
    background-color: #f2f2f2;
    background-image: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .box-secondary {
    background-color: #f8f8f8;
    background-image: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .confirmation-box {
    border: none;
    border-radius: 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Box
  ------------------------------------------------------------------------------*/
  .box {
    margin-bottom: 20px;
  }
  .box:last-child {
    margin-bottom: 0;
  }

  .box-header {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.2;
    margin: 0 0 25px;
  }

  /* alternative box */
  .box-alt .box-header {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Buttons with text
   ------------------------------------------------------------------------------*/
  /* basics (grey) - essential class for every button, other .btn-* are optional */
  .btn {
    background: #e3e3e3 url(../images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e3e3e3));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -o-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: linear-gradient(top, #f8f8f8, #e3e3e3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 #FFF;
    -moz-box-shadow: inset 0 1px 0 #FFF;
    box-shadow: inset 0 1px 0 #FFF;
    border: 1px solid #bcbcbc;
    color: #666666;
    font-size: 13px;
    font-size: 1.3rem;
    display: inline-block;
    height: 21px;
    line-height: 1.7;
    padding: 1px 10px 0;
    white-space: nowrap;
  }
  .btn:hover, .btn:focus, .btn:active {
    border-color: #999999;
    color: #333333;
    text-decoration: none;
  }
  .btn:active, .btn.act {
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.35);
  }
  .ie9 .btn:active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(direction=0,color=#000000,strength=5);";
  }

  button.btn {
    height: 24px;
    /* needs height including the 2 px for the border */
    padding-top: 0;
  }
  button.btn.disabled {
    background-image: -webkit-linear-gradient(top, #d7d7d7, #b4b4b4);
    background-color: none;
    border: 1px solid #b3b3b3;
  }

  /* Primary buttons */
  .btn-primary {
    background: #00768a url(../images/grdnt_blue_38a0e5_0277c4.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#008ca4), to(#00768a));
    background-image: -webkit-linear-gradient(top, #008ca4, #00768a);
    background-image: -moz-linear-gradient(top, #008ca4, #00768a);
    background-image: -ms-linear-gradient(top, #008ca4, #00768a);
    background-image: -o-linear-gradient(top, #008ca4, #00768a);
    background-image: linear-gradient(top, #008ca4, #00768a);
    border-color: #00768a;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    color: #ffffff !important;
  }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.act {
    background-color: #008ca4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#008ca4), to(#008ca4));
    background-image: -webkit-linear-gradient(top, #008ca4, #008ca4);
    background-image: -moz-linear-gradient(top, #008ca4, #008ca4);
    background-image: -ms-linear-gradient(top, #008ca4, #008ca4);
    background-image: -o-linear-gradient(top, #008ca4, #008ca4);
    background-image: linear-gradient(top, #008ca4, #008ca4);
    border-color: #008ca4;
    color: #ffffff !important;
  }

  /* close */
  .btn-close:before {
    background: url(../images/close_icon.png) no-repeat;
    content: '';
    display: inline-block;
    height: 11px;
    margin: 0 7px -1px 0;
    width: 11px;
  }

  /* dropdown */
  .btn-dd {
    cursor: pointer;
    position: relative;
  }
  .btn-dd:after {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAGklEQVQImWP4jwcwMDAwMOCUgAGcEsgKkPkA9no/wdzS4fwAAAAASUVORK5CYII=") no-repeat right top;
    content: '';
    display: inline-block;
    height: 6px;
    width: 33px;
  }
  .btn-dd .menu {
    background: #FFF;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
    display: none;
    position: absolute;
    top: 23px;
    left: -1px;
    min-width: 100%;
    z-index: 5;
  }
  .no-js .btn-dd:hover .menu {
    display: block;
  }
  .btn-dd .menu a {
    display: block;
    padding: 4px 11px;
  }
  .btn-dd .menu a:before {
    content: '\00BB\0020';
  }
  .btn-dd .menu a:hover {
    background: #008ca4;
    text-decoration: none;
  }

  /* red version - for enforced login - only applied on hover*/
  .btn-red:hover, .btn-red:focus, .btn-red:active {
    background: #EA0707 url(../images/grdnt_red_ea0707_c50606.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#EA0707), to(#C50606));
    background-image: -webkit-linear-gradient(top, #EA0707, #C50606);
    background-image: -moz-linear-gradient(top, #EA0707, #C50606);
    background-image: -ms-linear-gradient(top, #EA0707, #C50606);
    background-image: -o-linear-gradient(top, #EA0707, #C50606);
    background-image: linear-gradient(top, #EA0707, #C50606);
    border-color: #cc0000;
    -webkit-box-shadow: inset 0 1px 0 rgba(241, 94, 94, 0.58);
    -moz-box-shadow: inset 0 1px 0 rgba(241, 94, 94, 0.58);
    box-shadow: inset 0 1px 0 rgba(241, 94, 94, 0.58);
    color: #FFF;
    text-shadow: 1px 1px 0 #A40505;
  }
  .btn-red:active {
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.35);
  }

  /* monster */
  .btn-monster {
    font-size: 15px;
    font-size: 1.5rem;
    height: 28px;
    padding: 1px 12px 0 12px;
  }

  button.btn-monster {
    height: 31px;
    /* needs height including the 2 px for the border */
    padding-top: 0;
  }

  /* Buttons / Links with add icon */
  .btn-add:before {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -3876px no-repeat;
    content: '';
    display: inline-block;
    height: 11px;
    margin-right: 6px;
    position: relative;
    top: 1px;
    width: 11px;
  }

  /* higher buttons in lightboxes */
  .facet-expanded .facet-header .btn,
  .lb .mod-hd .btn,
  #cboxContent .functions-bar .btn,
  #reader-buttons .btn {
    height: 25px;
  }

  .btn-link {
    background: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #00768a;
    padding-left: 0;
  }

  /* Buttons without text
  ------------------------------------------------------------------------------*/
  .remove-btn {
    background-repeat: no-repeat;
    color: transparent;
    direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -9999em;
    text-transform: capitalize;
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -1315px no-repeat;
    cursor: pointer;
    height: 24px;
    width: 24px;
  }
  .remove-btn:hover, .remove-btn:focus {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -1289px no-repeat;
  }
  .remove-btn:active {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -1263px no-repeat;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Buttons with text
   ------------------------------------------------------------------------------*/
  /* basics (grey) - essential class for every button, other .btn-* are optional */
  .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image: none;
    background-color: #e3e3e3;
    border: none;
    color: #333333;
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 1px;
    padding-bottom: 0;
    font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    box-sizing: border-box;
    height: 30px;
  }
  .btn:active, .btn.act {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .ie9 .btn:active {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
  }

  button.btn {
    padding-top: 0;
    height: 30px;
  }

  /* Primary buttons */
  .btn-primary {
    color: white !important;
    background-color: #00768a;
  }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.act {
    background-image: none;
    background-color: #008ca4;
  }

  .btn-secondary {
    color: white;
    background-color: #333;
  }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.act {
    color: white;
    background-image: none;
    background-color: #4c4d51;
  }

  .btn {
    position: relative;
    padding-right: 2em;
    text-align: left;
    width: auto;
  }
  .btn:after {
    content: "A";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: block;
    right: 7px;
    top: 2.5px;
  }

  .btn-back {
    position: relative;
    padding-left: 1.3em;
    padding-right: 0;
    text-align: left;
    width: auto;
  }
  .btn-back:before {
    content: "@";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: block;
    left: 0;
    top: 2px;
  }
  .btn-back:after {
    content: "";
  }

  .btn-monster {
    padding-top: 6px;
    height: 40px;
    position: relative;
    padding-right: 2em;
    text-align: left;
    width: auto;
  }
  .btn-monster:after {
    content: "A";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: block;
    right: 7px;
    top: 6px;
  }
  .btn-monster.btn-pointy {
    padding-right: 28px;
  }
  .btn-monster.btn-pointy:after {
    right: 11px;
  }

  button.btn-monster {
    padding-top: 0;
    height: 40px;
  }

  .btn-link {
    background: none;
    color: #00768a;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    font-family: Verdana, sans-serif;
  }
  .btn-link:hover, .btn-link:focus, .btn-link:active {
    color: #00768a;
    text-decoration: underline;
  }

  button.btn-link:after {
    top: 7px;
  }

  button.btn-monster.btn-link:after {
    top: 12px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Facets
  ------------------------------------------------------------------------------*/
  .facet {
    border: 1px solid #ddd;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.04);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.04);
    margin-top: 13px;
  }

  /* header */
  .facet-header {
    background: #e3e3e3 url(../images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e3e3e3));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -o-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: linear-gradient(top, #f8f8f8, #e3e3e3);
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 0 0 #FFF;
    -moz-box-shadow: inset 0 1px 0 0 #FFF;
    box-shadow: inset 0 1px 0 0 #FFF;
    padding: 6px 10px;
    position: relative;
  }
  .facet-header h3 {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0;
  }
  .facet-header .all {
    color: #333333;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.2;
    position: absolute;
    right: 10px;
    top: 7px;
  }

  /* list */
  .facet ol li {
    border-top: 1px solid #E9E9E9;
    font-size: 11px;
    font-size: 1.1rem;
    position: relative;
  }
  .facet ol li:first-child {
    border-top: 0;
  }
  .facet ol li a {
    border: 1px solid #FFF;
    color: #333333;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    zoom: 1;
  }

  .facet-title {
    display: block;
    line-height: 1.1;
    padding: 5px 55px 5px 10px;
    position: relative;
    z-index: 10;
    word-wrap: break-word;
  }

  .facet-amount {
    position: absolute;
    right: 10px;
    bottom: 5px;
    z-index: 10;
  }

  .facet-percentage {
    background: #e3e3e3 url(../images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e3e3e3));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -o-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: linear-gradient(top, #f8f8f8, #e3e3e3);
    display: block;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    text-indent: -999em;
  }

  /* facet mouseover and click */
  .facet ol li a:hover {
    text-decoration: none;
  }

  .facet li a:hover .facet-title {
    color: #ee7d11;
  }

  /* facet active */
  .facet-active .facet-title {
    color: #ee7d11;
    font-weight: bold;
    padding-right: 25px;
  }

  .facet-active .facet-amount {
    display: none;
  }

  .facet-active a:hover .remove {
    background-position: 0 -50px;
  }

  .facet-active a:active .remove {
    background-position: 0 -75px;
  }

  /* remove (maybe move this part to the global elements section if also used on other pages) */
  .remove {
    background-repeat: no-repeat;
    color: transparent;
    direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -9999em;
    text-transform: capitalize;
    background: url(../images/remove_icons.png) no-repeat;
    height: 14px;
    width: 14px;
  }

  .remove:hover {
    background-position: 0 -50px;
  }

  .facet .remove {
    position: absolute;
    right: 9px;
    bottom: 4px;
    z-index: 5;
  }

  /* expanded facet */
  .facet-expanded {
    border-color: #cccccc;
    margin: 24px auto;
    width: 99.8%;
  }
  .facet-expanded .facet-header {
    border-bottom: 1px solid #BBBCBD;
    padding: 11px 20px;
  }
  .facet-expanded .facet-header h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .facet-expanded .facet-header .btn {
    position: absolute;
    right: 8px;
    top: 5px;
  }
  .facet-expanded .functions-bar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    margin: 0;
  }
  .facet-expanded .facet-header + .functions-bar {
    /* top bar */
    border-bottom: 1px solid #ddd;
    margin-bottom: 1px;
  }
  .facet-expanded ol + .functions-bar {
    /* bottom bar */
    border-top: 1px solid #ddd;
    margin-top: 1px;
  }
  .facet-expanded li {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .facet-expanded .facet-title {
    padding: 5px 18px;
  }

  /* expanded facet in the lightbox */
  #cboxLoadedContent .facet-expanded {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0;
  }

  #cboxLoadedContent .facet-expanded .functions-bar-top .field .error-message {
    bottom: auto;
    top: 28px;
  }

  #cboxLoadedContent .facet-expanded .functions-bar-top .field .error-message:after {
    background: url(../images/error_tooltip_up.png) no-repeat;
    bottom: auto;
    top: -13px;
  }

  /* highlight animation */
  .facet .highlight-area {
    background: #ee7d11;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
  }

  .facet-expanded li a:active {
    background-color: #ee7d11;
  }

  .facet-expanded li a:active .facet-title {
    color: #FFF;
  }

  .facet-expanded li a:active .facet-percentage,
  .facet-expanded li a:active .facet-amount {
    visibility: hidden;
  }

  /* Expanded facet - search filter */
  .search-filter input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 24px;
    margin-left: 10px;
    padding-left: 7px;
    width: 43.3996383363%;
    /* Math: 240 / 553 */
  }

  .search-filter input[type=text] {
    margin-right: -1px;
  }

  .search-filter .search-submit {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -4648px no-repeat;
    border: 0 none;
    display: inline;
    margin-left: -5px;
    width: 24px;
  }

  .search-filter .search-submit:hover {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -4192px no-repeat;
  }

  .search-filter .search-submit:active {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -4166px no-repeat;
  }

  .search-filter .ui-autocomplete {
    left: 20px;
    line-height: 1;
    top: 28px !important;
    width: 59.6745027125%;
    /* Math: 330 / 553 */
  }

  .search-filter .ui-autocomplete li a {
    font-size: 13px;
    font-size: 1.3rem;
  }

  /* Graphing module for date published
  ------------------------------------------------------------------------------*/
  .publication-date-range {
    background: #e3e3e3 url(../images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e3e3e3));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -o-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: linear-gradient(top, #f8f8f8, #e3e3e3);
    border-top: 1px solid #dadbdb;
    margin-top: -36px;
    padding: 35px 10px 10px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #pub-date-graph {
    /* MQ: Widescreen */
    display: block;
    margin: 0 10px 17px 10px;
  }
  .lt-ie8 #pub-date-graph {
    display: none;
  }
}

@media screen and (min-device-width: 320px) {
  .tickLabel {
    font-size: 11px;
    font-size: 1.1rem;
  }

  .tickLabel:first-child {
    font-weight: bold;
    left: -16px !important;
  }

  .tickLabel:last-child {
    font-weight: bold;
    left: auto !important;
    right: -18px !important;
  }

  /* Loading
  ------------------------------------------------------------------------------*/
  .facet-link.loading .remove,
  .facet-link.loading:hover .remove,
  .facet-link.loading .facet-amount {
    display: none;
  }

  .facet-link .loading {
    height: 14px;
    position: absolute;
    right: 12px;
    top: 4px;
    width: 14px;
    z-index: 5;
  }

  #results .col-main .facet-link .loading {
    right: 0;
    top: 1px;
  }

  #wrapper #content .facet-link.loading,
  .page-wrapper #content .facet-link.loading {
    background: none;
  }

  #global-search img.loading {
    height: 20px;
    position: absolute;
    right: 16px;
    top: 9px;
    width: 20px;
    z-index: 5;
  }

  img.loading {
    height: 14px;
    position: absolute;
    right: 7px;
    top: 5px;
    width: 14px;
    z-index: 5;
  }

  .search-filter img.loading {
    right: 262px;
    top: 10px;
  }

  #date-facet-submit-wrapper {
    float: left;
    position: relative;
  }

  #date-facet img.loading {
    left: 5px;
    top: 5px;
  }

  .search-filter .search-submit.loading,
  .search-filter .search-submit.loading:hover,
  .search-filter .search-submit.loading:focus,
  #date-facet .search-submit.loading,
  #date-facet .search-submit.loading:hover,
  #date-facet .search-submit.loading:focus {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -4363px no-repeat;
  }

  .bar-actions .search-submit.loading,
  .bar-actions .search-submit.loading:hover,
  .bar-actions .search-submit.loading:focus {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -4600px no-repeat;
  }

  /* Filtered message
  ------------------------------------------------------------------------------*/
  .filtered-message {
    background: #e3e3e3 url(../images/grdnt_grey_f8f8f8_e5e5e5_l.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e3e3e3));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -o-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: linear-gradient(top, #f8f8f8, #e3e3e3);
    border: 1px solid #D7D6D6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 0 0 #FFF;
    -moz-box-shadow: inset 0 1px 0 0 #FFF;
    box-shadow: inset 0 1px 0 0 #FFF;
    margin-top: 14px;
    padding: 14px;
    position: relative;
  }
  .filtered-message p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.1;
  }

  /* Bars (on the homepage)
  ------------------------------------------------------------------------------*/
  .bars li {
    border-top: 1px solid #FFF;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
  }

  .bars li:first-child {
    border-top: 0;
  }

  .bars a {
    background-color: #eaeaea;
    display: block;
    position: relative;
    text-decoration: none;
    zoom: 1;
  }

  .bars a:hover {
    background-color: #E4E4E4;
  }

  .bar-title {
    color: #333333;
    display: block;
    line-height: 1;
    padding: 6px 70px 6px 12px;
    position: relative;
    z-index: 10;
  }

  .bar-amount {
    color: #666666;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 10;
  }

  .bar-percentage {
    background-color: #CACACA;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#CACACA), to(#B9B9B9));
    background-image: -webkit-linear-gradient(top, #CACACA, #B9B9B9);
    background-image: -moz-linear-gradient(top, #CACACA, #B9B9B9);
    background-image: -ms-linear-gradient(top, #CACACA, #B9B9B9);
    background-image: -o-linear-gradient(top, #CACACA, #B9B9B9);
    background-image: linear-gradient(top, #CACACA, #B9B9B9);
    display: block;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    text-indent: -999em;
  }

  /* Subjects navigation (Verticals and Disciplines)
  ------------------------------------------------------------------------------*/
  /* tab links */
  .categories-tab {
    color: #666666;
    display: inline-block;
    float: left;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 10px 0;
    text-indent: 18px;
    width: 49.7%;
  }

  a.categories-tab {
    background: #F3F3F3 url(../images/grdnt_grey_ffffff_f3f3f3.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F3F3F3));
    background-image: -webkit-linear-gradient(top, #FFFFFF, #F3F3F3);
    background-image: -moz-linear-gradient(top, #FFFFFF, #F3F3F3);
    background-image: -ms-linear-gradient(top, #FFFFFF, #F3F3F3);
    background-image: -o-linear-gradient(top, #FFFFFF, #F3F3F3);
    background-image: linear-gradient(top, #FFFFFF, #F3F3F3);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #999999;
    border: 1px solid #ddd;
    border-top: none;
  }

  a.categories-tab:hover,
  a.categories-tab:focus {
    background: #EDEDED url(../images/grdnt_grey_fafafa_ededed.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#EDEDED));
    background-image: -webkit-linear-gradient(top, #FAFAFA, #EDEDED);
    background-image: -moz-linear-gradient(top, #FAFAFA, #EDEDED);
    background-image: -ms-linear-gradient(top, #FAFAFA, #EDEDED);
    background-image: -o-linear-gradient(top, #FAFAFA, #EDEDED);
    background-image: linear-gradient(top, #FAFAFA, #EDEDED);
    color: #00768a;
    text-decoration: none;
  }

  a.first-tab {
    border-left: none;
  }

  a.last-tab {
    border-right: none;
  }

  /* link to other */
  .categories .back-link {
    margin: 15px 0 0 20px;
  }

  /* header */
  .categories .box-header {
    color: #666666;
    font-family: Verdana, sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    margin: 15px 0 10px 18px;
  }

  /* list */
  .categories {
    padding: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .categories {
    /* MQ: Tablet */
    padding-bottom: 10px;
  }
}
@media screen and (min-device-width: 320px) {
  .categories ol {
    margin: 14px 0 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .categories ol {
    /* MQ: Tablet */
    margin: 0 14px;
  }
}
@media screen and (min-device-width: 320px) {
  .categories li {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-top: 1px solid #eee;
    margin-bottom: 1px;
    position: relative;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .categories li {
    /* MQ: Tablet */
    border: none;
  }
}
@media screen and (min-device-width: 320px) {
  .categories li a {
    background: url(/spcom/sites/palgrave/images/action_arrow_right.png) no-repeat 8px 20px;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
    padding: 14px 0 14px 24px;
    word-wrap: break-word;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .categories li a {
    /* MQ: Tablet */
    background-position: 5px 10px;
    padding: 4px 5px 4px 17px;
  }
}
@media screen and (min-device-width: 320px) {
  .categories li a:hover {
    background-position: 12px 13px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .categories li a:hover {
    /* MQ: Tablet */
    background-position: 5px 3px;
  }
}
@media screen and (min-device-width: 320px) {
  .categories .categories-secondary li a {
    background-position: 12px 18px;
    /*width: 78.3582089552%;   /* Math: 210 / 268 */
    padding-right: 45px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.3;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .categories .categories-secondary li a {
    /* MQ: Tablet */
    background-position: 4px 8px;
  }
}
@media screen and (min-device-width: 320px) {
  .categories .categories-secondary li a:hover {
    background-position: 12px 11px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .categories .categories-secondary li a:hover {
    /* MQ: Tablet */
    background-position: 4px 1px;
  }
}
@media screen and (min-device-width: 320px) {
  .categories .categories-secondary li a span {
    position: absolute;
    right: 16px;
    top: 15px;
    z-index: 5;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .categories .categories-secondary li a span {
    /* MQ: Tablet */
    right: 4px;
    top: 4px;
  }
}

@media screen and (min-device-width: 320px) {
  .single-level li:hover,
  .multi-level li li:hover {
    background-color: #00768a;
    color: #FFF;
    text-decoration: none;
  }

  .single-level li:hover a,
  .multi-level li li:hover a {
    color: #FFF;
    text-decoration: none;
  }

  .multi-level h3 {
    margin: 15px 0 7px 4px;
  }

  .tab-content-first,
  .tab-content-last {
    clear: both;
    overflow: hidden;
  }

  /* Collapsing categories (e.g industry sector pages */
  .show-nav,
  .collapse-nav {
    background: url(../images/double_arrow.png) no-repeat 50% -18px;
    border-top: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
    box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
    display: none;
    height: 26px;
    margin: 15px 0 -10px 0;
    width: 100%;
  }

  .show-nav:hover {
    background-color: #008ca4;
    background-position: 50% -68px;
  }

  .collapse-nav {
    background-position: 50% 7px;
  }

  .collapse-nav:hover {
    background-color: #008ca4;
    background-position: 50% -43px;
  }

  .js .hide-nav {
    display: none;
  }

  .js .show-nav {
    display: block;
  }

  .ie6 .categories li a {
    background: none;
    padding: 4px 5px 4px 8px;
  }

  /* JS version of multi-level catergories */
  .js .multi-level ul {
    display: none;
    margin-left: 14px;
  }
  .js .multi-level ul a {
    width: auto;
  }
  .js .multi-level h3 {
    color: #00768a;
    cursor: pointer;
    margin: -2px;
    padding: 4px 5px 4px 5px;
  }
  .js .multi-level h3:before {
    background: url(../sites/rd/images/expander_arrows.png) no-repeat 4px -44px;
    content: '';
    width: 16px;
    height: 18px;
    display: inline-block;
  }
  .js .multi-level h3:hover {
    background: #00768a;
    color: #fff;
  }
  .js .multi-level h3:hover:before {
    background-position: 4px -331px;
  }
  .js .multi-level h3.is-open:before {
    background-position: 0 10px;
  }
  .js .multi-level h3.is-open:hover:before {
    background-position: 0 -384px;
  }

  /* Content Type Links ('Industry Sector' Page)
  ------------------------------------------------------------------------------*/
  .content-types {
    margin: -10px 0 34px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .content-types {
    /* MQ: Widescreen */
    margin-left: 8px;
  }
}
@media screen and (min-device-width: 320px) {
  .content-types h2 {
    color: #999999;
    border-bottom: 2px solid #999999;
    font-family: Verdana, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 5px 3% 5px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .content-types h2 {
    /* MQ: Tablet */
    border-bottom: none;
    border-right: 2px solid #999999;
    display: inline-block;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .content-types h2 {
    /* MQ: Widescreen */
    padding-right: 26px;
  }
}
@media screen and (min-device-width: 320px) {
  .lt-ie8 .content-types h2 {
    float: left;
    /* Annoying fix for ie6/7 otherwise it looks bad */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .content-types h2 span {
    /* MQ: Tablet */
    display: block;
  }
}
@media screen and (min-device-width: 320px) {
  .content-types a span {
    display: block;
  }
  .content-types a {
    border-right: 1px solid #ddd;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 6px 22px 6px 18px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .content-types a {
    /* MQ: Tablet */
    padding: 6px 3% 6px 2%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .content-types a {
    /* MQ: Widescreen */
    padding: 6px 30px 6px 22px;
  }
}
@media screen and (min-device-width: 320px) {
  .content-types a:last-child {
    border-right: none;
    padding-right: 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Collapsing categories */
  .show-nav,
  .collapse-nav {
    background: url(../images/double_arrow.png) no-repeat 50% -18px;
    border-top: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
    box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
    display: none;
    height: 26px;
    margin: 15px 0 -10px 0;
    width: 100%;
  }

  .show-nav:hover {
    background-color: transparent;
    -webkit-box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #f4f4f4;
    -moz-box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #f4f4f4;
    box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #f4f4f4;
    background-position: 50% -68px;
  }

  .collapse-nav {
    background-position: 50% 7px;
  }

  .collapse-nav:hover {
    background-color: transparent;
    -webkit-box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #f4f4f4;
    -moz-box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #f4f4f4;
    box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #f4f4f4;
    background-position: 50% -43px;
  }

  /* Content Type Links ('Industry Sector' Page)
  ------------------------------------------------------------------------------*/
  .content-types {
    margin: -10px 0 34px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .content-types {
    /* MQ: Widescreen */
    margin-left: 8px;
  }
}
@media screen and (min-device-width: 320px) {
  .content-types h2 {
    color: #999999;
    font-family: Verdana, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 15px 3% 15px 0;
    display: inline-block;
    max-width: 24%;
    border-bottom: none;
    border-right: 2px solid #999999;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .content-types h2 {
    /* MQ: Tablet */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .content-types h2 {
    /* MQ: Widescreen */
    padding-right: 26px;
  }
}
@media screen and (min-device-width: 320px) {
  .lt-ie8 .content-types h2 {
    float: left;
    /* Annoying fix for ie6/7 otherwise it looks bad */
  }
  .content-types h2 span {
    display: block;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .content-types h2 span {
    /* MQ: Tablet */
  }
}
@media screen and (min-device-width: 320px) {
  .content-types a span {
    display: block;
  }
  .content-types a {
    border-right: 1px solid #ddd;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 6px 10px 6px 18px;
    max-width: 24%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .content-types a {
    /* MQ: Tablet */
    padding: 16px 3% 16px 2%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .content-types a {
    /* MQ: Widescreen */
    padding: 16px 30px 16px 22px;
  }
}
@media screen and (min-device-width: 320px) {
  .content-types a:last-child {
    border-right: none;
    padding-right: 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  .flyout {
    float: left;
    display: inline-block;
    position: relative;
  }

  .flyout-caption {
    border: 1px solid transparent !important;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 3px;
    height: 40px;
    outline: none;
    padding: 12px 16px;
    position: relative;
    z-index: 5;
  }
  .flyout-caption:hover, .flyout-caption:focus {
    color: #bcbcbc;
  }
  .flyout-caption:focus {
    outline: 1px dotted;
  }
  .is-open .flyout-caption:focus {
    outline: none;
  }
  .flyout-caption:before {
    content: "C";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: relative;
    display: inline;
    top: -2px;
    display: block;
    float: right;
    width: 7px;
    height: 5px;
    margin: 4px 5px 0 9px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .flyout-caption {
    /* MQ: Tablet */
    color: #666666;
  }
  .flyout-caption:hover {
    color: #dc506d;
  }
  .flyout-caption::before {
    content: "C";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: relative;
    display: inline;
    color: #d83b5b;
  }
  .lt-ie8 .flyout-caption {
    margin-right: 15px;
  }
}

@media screen and (min-device-width: 320px) {
  .no-js .flyout:hover .flyout-caption,
  .is-open .flyout-caption {
    color: #666666;
    background-color: #efefef !important;
    border: 1px solid #ddd !important;
    border-bottom: 1px solid transparent !important;
  }
  .no-js .flyout:hover .flyout-caption::before,
  .is-open .flyout-caption::before {
    content: "B";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: relative;
    display: inline;
  }

  .flyout-content {
    background-color: #efefef;
    border: 1px solid #ddd;
    display: none;
    font-size: 12px;
    font-size: 1.2rem;
    padding: .5em 10px .5em;
    position: absolute;
    left: 0;
    right: auto;
    top: 42px;
    z-index: 5;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .flyout-content {
    /* MQ: Tablet */
    min-width: 150px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .flyout-content {
    /* MQ: Tablet */
    border-color: #ddd;
    left: auto;
    right: 0;
  }
}
@media screen and (min-device-width: 320px) {
  .flyout-content ul,
  .flyout-content ol {
    border-top: 1px solid #E4E4E4;
    padding-top: 4px;
  }
  .flyout-content ul:first-child,
  .flyout-content ol:first-child {
    border-top: none;
    padding-top: 0;
  }
  .flyout-content > ul > li {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 -10px;
  }
  .flyout-content > ul > li a {
    color: #666666;
    display: block;
    padding: 6px 9px;
  }
  .flyout-content > ul > li a:hover, .flyout-content > ul > li a:focus {
    color: #ffffff !important;
    background: #d83b5b;
  }

  .no-js .flyout:hover .flyout-caption,
  .flyout.is-open .flyout-caption {
    z-index: 15;
  }
  .no-js .flyout:hover .flyout-content,
  .flyout.is-open .flyout-content {
    display: block;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Form components
  ------------------------------------------------------------------------------*/
  .form-section {
    padding-bottom: 1em;
    position: relative;
  }

  .form-row label {
    clear: both;
    color: #333333;
    display: block;
    font-weight: normal;
    padding: 20px 0 7px 0;
  }
  .form-row label.error {
    color: #cc0000;
    padding: 5px 0 0 0;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: normal;
  }
  .form-row label.inline {
    display: inline;
    padding: 0;
    margin: 0;
  }

  .form-row input[type=text],
  .form-row input[type=email],
  .form-row input[type=password] {
    display: block;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .form-row input[type=text],
  .form-row input[type=email],
  .form-row input[type=password] {
    /* MQ: Tablet */
    width: 97.4358974359%;
    /* Math: 380 / 390 */
  }
}

@media screen and (min-device-width: 320px) {
  .form-section .multiple-input {
    float: left;
  }

  .form-section .multiple-input:first-child {
    margin: 0 34px 0 0;
  }

  .form-section .multiple-input label {
    width: 100%;
  }

  .form-section .multiple-input input {
    width: 94.3820224719%;
    /* Math: 168 / 178 */
  }

  .form-submit-section {
    background-color: #f2f2f2;
    padding: 12px 20px;
    text-align: right;
  }

  .form-section .btn {
    margin: 12px 12px 0 0;
  }

  .form-section .btn-gray {
    top: 1px;
    position: relative;
  }

  .form-section .success-message,
  .form-section .error-message {
    margin-bottom: 20px;
  }

  .form-section input.error {
    border: 1px solid #cc0000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .js-validation label.error span {
    background: #FFF url(../images/cross_error.png) no-repeat 6px center;
    border: 1px solid #cc0000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block;
    margin: 0;
    padding: 6px 12px 7px 26px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .js-validation label.error {
    /* MQ: Tablet */
    padding: 0 0 0 13px;
    position: absolute;
    width: 43.4%;
  }
}

@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .js-validation label.error:after {
    /* MQ: Tablet */
    background: url(../images/error_tooltip_left.png) no-repeat left center;
    top: 50%;
    content: "";
    display: block;
    height: 23px;
    left: 1px;
    margin-top: -11px;
    position: absolute;
    width: 13px;
  }
}

@media screen and (min-device-width: 320px) {
  .ie8 .js-validation label.error:after {
    background: none;
  }

  .js-validation label.error-down:after {
    background: url(../images/error_tooltip_down.png) no-repeat center bottom;
    bottom: -8px;
    left: 50%;
    top: auto;
  }

  .js-validation label.error.tick:after {
    display: none !important;
  }

  .js-validation .form-section label.tick {
    background: url(../images/success_icon.png) no-repeat 0 0;
    border: none;
    padding: 0;
    position: absolute;
    height: 15px;
    width: 16px;
  }

  .progress-bar {
    background: #eaeaea;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 10px;
    position: absolute;
    width: 76px;
  }

  .progress-bar span {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: block;
    height: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 0;
  }

  .is0 span {
    width: 0;
  }

  .is10 span {
    width: 10%;
  }

  .is20 span {
    width: 20%;
  }

  .is30 span {
    width: 30%;
  }

  .is40 span {
    width: 40%;
  }

  .is50 span {
    width: 50%;
  }

  .is60 span {
    width: 60%;
  }

  .is70 span {
    width: 70%;
  }

  .is80 span {
    width: 80%;
  }

  .is90 span {
    width: 90%;
  }

  .is100 span {
    width: 100%;
  }

  .bad span {
    background-color: #ff7575;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c40606), to(#ff7575));
    background-image: -webkit-linear-gradient(top, #c40606, #ff7575);
    background-image: -moz-linear-gradient(top, #c40606, #ff7575);
    background-image: -ms-linear-gradient(top, #c40606, #ff7575);
    background-image: -o-linear-gradient(top, #c40606, #ff7575);
    background-image: linear-gradient(top, #c40606, #ff7575);
  }

  .weak span {
    background-color: #ffe282;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#ffe282));
    background-image: -webkit-linear-gradient(top, #ffcc00, #ffe282);
    background-image: -moz-linear-gradient(top, #ffcc00, #ffe282);
    background-image: -ms-linear-gradient(top, #ffcc00, #ffe282);
    background-image: -o-linear-gradient(top, #ffcc00, #ffe282);
    background-image: linear-gradient(top, #ffcc00, #ffe282);
  }

  .good span {
    background-color: #57c840;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1b9d01), to(#57c840));
    background-image: -webkit-linear-gradient(top, #1b9d01, #57c840);
    background-image: -moz-linear-gradient(top, #1b9d01, #57c840);
    background-image: -ms-linear-gradient(top, #1b9d01, #57c840);
    background-image: -o-linear-gradient(top, #1b9d01, #57c840);
    background-image: linear-gradient(top, #1b9d01, #57c840);
  }

  /* specific forms */
  #login-register .default-form {
    max-width: 438px;
  }

  #login-register .form-section p {
    margin: 20px 0 0 0;
  }

  /* Form layout 2 */
  .form-layout-2.form-section {
    padding: 20px 0 0 0;
  }

  .form-layout-2 .form-row {
    zoom: 1;
    clear: both;
    padding: 0 28px 0 20px;
    position: relative;
  }
  .form-layout-2 .form-row:before, .form-layout-2 .form-row:after {
    content: "";
    display: table;
  }
  .form-layout-2 .form-row:after {
    clear: both;
  }

  .form-layout-2 .form-row label {
    display: block;
    margin: 7px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .form-layout-2 .form-row label {
    /* MQ: Tablet */
    clear: none;
    display: inline-block;
    margin: 14px 4.86891385768% 14px 0;
    /* Math: 26 / 534 */
    padding: 0;
    text-align: right;
    width: 20.5992509363%;
    /* Math: 110 / 534 */
  }
}

@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .form-layout-2 .form-row label.error {
    /* MQ: Tablet */
    display: block;
    margin: 0 0 7px 25.2808988764%;
    /* Math: 135 / 534 */
    max-width: 320px;
    text-align: left;
    width: 59.925093633%;
    /* Math: 320 / 534 */
  }
}

@media screen and (min-device-width: 320px) {
  .form-layout-2 .form-row p {
    display: block;
    padding: 4px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .form-layout-2 .form-row p {
    /* MQ: Tablet */
    display: inline-block;
    width: 59.925093633%;
    /* Math: 320 / 534 */
  }
}

@media screen and (min-device-width: 320px) {
  .form-layout-2 .form-section-divider {
    border-top: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
    box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
    padding: 5px 28px 14px 20px;
  }

  .form-layout-2 .form-row .warning-message,
  .form-layout-2 .form-row .warning-message a {
    color: #cc0000;
  }

  .form-layout-2 .form-row .warning-message a {
    text-decoration: underline;
  }

  .form-layout-2 .form-row .warning-message,
  .form-layout-2 .form-row .success-message {
    background: none;
    border: none;
    clear: both;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0 0 14px 26.2172284644%;
    /* Math: 140 / 534 */
    padding: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .form-layout-2 .form-row input[type="text"],
  .form-layout-2 .form-row input[type="email"],
  .form-layout-2 .form-row input[type="password"] {
    /* MQ: Tablet */
    display: inline-block;
    margin-left: -5px;
    width: 59.5505617978%;
    /* Math: 318 / 534 */
  }
}

@media screen and (min-device-width: 320px) {
  .form-layout-2 .form-row span.label {
    color: #666666;
    display: inline-block;
    font-weight: bold;
    margin: 14px 26px 14px 0;
    padding: 0;
    text-align: right;
    width: 110px;
  }

  /* Editable form */
  html.js .editable-form .form-submit-section {
    display: none;
  }

  html.js .editing-form .form-submit-section {
    display: block;
  }

  html.js .form-layout-2 .form-row-editable input {
    display: none;
  }

  html.js .editing-form .form-row-editable input {
    display: inline-block;
  }

  html.js .editing-form .form-row-editable p,
  html.js .editing-form .form-row-editable .edit-link {
    display: none;
  }

  .ie6 .form-layout-2 .form-row-editable {
    zoom: 1;
  }

  .lt-ie8 .form-layout-2 .form-row-editable label {
    float: left;
    margin: 4px 26px 14px 0;
  }

  .js .form-row-editable {
    background: #e3e3e3 url(../images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e3e3e3));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -o-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: linear-gradient(top, #f8f8f8, #e3e3e3);
    border-top: 1px solid #ddd;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #fff;
  }

  .js .edit-field,
  .js .editing-form .edit-field:hover {
    background: #fff;
    border: 1px solid #fff;
    cursor: default;
  }

  .js .edit-field:hover {
    background: #f4f4f4;
    cursor: pointer;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .form-row .edit-link {
    /* MQ: Tablet */
    padding: 0 0 0 17px;
    position: absolute;
    top: 14px;
    right: 14px;
  }
}

@media screen and (min-device-width: 320px) {
  .lt-ie8 .form-row .edit-link {
    top: 5px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  html.no-js .edit-link:hover,
  html.js .form-row-editable:hover .edit-link {
    /* MQ: Tablet */
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -1613px no-repeat;
  }
}

@media screen and (min-device-width: 320px) {
  html.no-js .editing-form .edit-link {
    display: none;
  }

  html.no-js .form-layout-2 .form-row-editable input,
  html.no-js .editable-form .form-submit-section {
    display: none;
  }

  html.no-js .editing-form .form-row-editable input {
    display: inline-block;
  }

  html.no-js .editing-form .form-submit-section {
    display: block;
  }

  .no-js .editing-form .form-row p#email-address-text,
  .no-js .editing-form .form-row p#first-name-text,
  .no-js .editing-form .form-row p#last-name-text {
    display: none;
  }

  .submit-edit {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -797px no-repeat;
    cursor: pointer;
    display: none;
    height: 24px;
    position: absolute;
    top: 10px;
    right: 40px;
    width: 24px;
  }

  .submit-edit:hover,
  .submit-edit:focus {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -771px no-repeat;
  }

  .submit-edit:active {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -745px no-repeat;
  }

  .cancel-edit {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -1315px no-repeat;
    cursor: pointer;
    display: none;
    height: 24px;
    position: absolute;
    top: 10px;
    right: 11px;
    width: 24px;
  }

  .cancel-edit:hover,
  .cancel-edit:focus {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -1289px no-repeat;
  }

  .cancel-edit:active {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -1263px no-repeat;
  }

  .lt-ie8 .form-row .cancel-edit,
  .lt-ie8 .form-row .submit-edit {
    top: 1px;
  }

  .js-validation .form-layout-2 label.error {
    margin: 0;
    max-width: 230px;
    padding: 0 0 0 13px;
    width: auto;
  }

  .editable-form .form-section {
    border-bottom: none;
  }

  /* Change password */
  .default-form .change-password {
    border-bottom: 1px solid #dadbdb;
  }

  .form-layout-2 .change-password-link span.label {
    margin-bottom: 0;
  }

  .editing-form .change-password-link {
    border-bottom: 1px solid #dadbdb;
    margin-top: 15px;
  }

  .form-layout-2 .change-password-link .success-message {
    margin-top: 7px;
    margin-bottom: 0;
  }

  .change-password {
    background: #F3F3F3 url(../images/grdnt_grey_ffffff_f3f3f3.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F3F3F3));
    background-image: -webkit-linear-gradient(top, #FFFFFF, #F3F3F3);
    background-image: -moz-linear-gradient(top, #FFFFFF, #F3F3F3);
    background-image: -ms-linear-gradient(top, #FFFFFF, #F3F3F3);
    background-image: -o-linear-gradient(top, #FFFFFF, #F3F3F3);
    background-image: linear-gradient(top, #FFFFFF, #F3F3F3);
    display: none;
  }

  .editing-form .change-password {
    display: block;
  }

  .change-password .form-row input[type="password"] {
    width: 84.8314606742%;
    /* Math: 453 / 534 */
  }

  /* New generic form components
  ------------------------------------------------------------------------------*/
  /* form field */
  .form-field {
    margin-top: 14px;
    /* inline form field */
  }
  .form-field label {
    color: #666666;
  }
  .form-field input,
  .form-field select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 4px 0;
    width: 100%;
  }
  .form-field.inline-field input {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: auto;
    margin: 2px;
    display: inline-block;
  }
  .form-field.inline-field select {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: auto;
    display: inline-block;
  }

  .form-field label,
  .form-row label {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    color: #2b2b2b;
  }

  /* form fields in a 2 column layout */
  .form-fields-col2 {
    zoom: 1;
  }
  .form-fields-col2:before, .form-fields-col2:after {
    content: "";
    display: table;
  }
  .form-fields-col2:after {
    clear: both;
  }
  .form-fields-col2 .form-field {
    float: left;
    width: 47%;
  }
  .form-fields-col2 .form-field + .form-field {
    margin-left: 6%;
  }

  /* form fields in a 3 column layout */
  .form-fields-col3 {
    zoom: 1;
  }
  .form-fields-col3:before, .form-fields-col3:after {
    content: "";
    display: table;
  }
  .form-fields-col3:after {
    clear: both;
  }
  .form-fields-col3 .form-field {
    float: left;
    width: 30%;
  }
  .form-fields-col3 .form-field + .form-field {
    margin-left: 5%;
  }

  /* form submit */
  .form-submit {
    zoom: 1;
    margin-top: 14px;
  }
  .form-submit:before, .form-submit:after {
    content: "";
    display: table;
  }
  .form-submit:after {
    clear: both;
  }

  /* Deposit interuption
  ------------------------------------------------------------------------------*/
  .deposit-interruption.lb {
    width: 298px;
  }
  .deposit-interruption.lb .help {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .deposit-interruption form {
    display: inline;
  }
  .deposit-interruption label {
    font-weight: normal;
    color: #333;
  }
  .deposit-interruption .form-field.inline-field input {
    margin: 11px 2px 2px 4px;
  }
  .deposit-interruption .form-submit-section {
    border-top: 1px solid #dcdcda;
    margin: 20px -20px -20px;
  }

  /* Enforced Login box
  ------------------------------------------------------------------------------*/
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .login-box {
    /* MQ: Tablet */
    width: 453px;
  }
}

@media screen and (min-device-width: 320px) {
  .login-box p em {
    color: #666666;
  }

  .login-box .mod-bd a {
    font-size: 13px;
    font-size: 1.3rem;
    position: relative;
    top: 3px;
  }

  .login-box form {
    border: 1px solid #dadbdb;
    margin: 15px 0 12px 0;
    padding: 0 20px;
  }

  .login-box .error-message {
    margin-top: 15px;
  }

  .login-box .form-submit-section {
    border-top: 1px solid #dadbdb;
    margin: 15px -20px 0 -20px;
    position: relative;
  }

  .login-box #auth-remember-label {
    display: block;
    line-height: 1.3;
    margin: 0 0 7px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .login-box #auth-remember-label {
    /* MQ: Tablet */
    position: absolute;
    top: 9px;
    right: 20px;
  }
}
@media screen and (min-device-width: 320px) {
  .login-box #auth-remember-label em {
    color: #666666;
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    margin: 0 0 0 20px;
  }

  .login-box #auth-remember-label input {
    position: relative;
    top: 2px;
    width: 14px;
  }

  .ie7 .login-box #auth-remember-label {
    text-align: right;
  }

  /* Success and error message
  ------------------------------------------------------------------------------*/
  .success-header {
    background: url(../images/success_icon.png) no-repeat left center;
    color: #71ab0b;
    margin-top: 7px;
    padding-left: 26px;
  }

  .success-message {
    background: url(../images/success_icon.png) no-repeat 5px 5px;
    border: 1px solid #71ab0b;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #71ab0b;
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    font-style: italic;
    line-height: 1.3 !important;
    padding: 6px 6px 6px 33px;
  }

  .error-message {
    background: #FFF url(../images/cross_error.png) no-repeat 6px center;
    border: 1px solid #cc0000;
    color: #C30000;
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
    margin: 0;
    padding: 7px 12px 7px 26px;
    word-wrap: break-word;
  }

  .error {
    color: #C30000;
  }

  .error-generic-form {
    margin-bottom: 20px;
  }

  /* in a field */
  .field {
    position: relative;
  }
  .field .error-message {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: 1.5;
    margin-left: -90px;
    /* half the outer width - 2px => for centering */
    position: absolute;
    left: 50%;
    bottom: 28px;
    /* left 50% is for centering */
    width: 137px;
    word-wrap: break-word;
  }
  .field .error-message:after {
    background: url(../images/error_tooltip_down.png) no-repeat;
    content: '';
    display: block;
    height: 13px;
    margin-left: -12px;
    position: absolute;
    left: 50%;
    bottom: -13px;
    width: 25px;
  }
  .field .pagination-error {
    left: 52%;
    top: 28px;
    bottom: auto;
  }
  .field .pagination-error:after {
    background: url(../images/error_tooltip_up.png) no-repeat;
    content: '';
    display: block;
    height: 13px;
    margin-left: -12px;
    position: absolute;
    left: 50%;
    top: -13px;
    width: 25px;
  }

  #date-facet-fields .error-message {
    line-height: 1.5;
    z-index: 10;
  }

  /* Helper text
  -----------------------------------------------------------------------------*/
  .helper-text {
    color: #999999;
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    font-style: italic;
    margin: 4px 0 0 0;
  }

  /* Advanced Search
  -----------------------------------------------------------------------------*/
  #advanced-search form {
    margin: 20px 0;
  }

  #advanced-search .form-section {
    max-width: 506px;
    width: 86.4957264957%;
    /* Math 506 / 585 */
  }

  #advanced-search input[type="text"] {
    width: 94.4%;
    /* Math 480 / 506 */
  }

  #advanced-search form h2 {
    font-size: 20px;
    font-size: 2rem;
    margin: 0;
    padding: 20px 0 0 0;
  }

  #advanced-search label {
    font-weight: normal;
  }

  #advanced-search #date-facet {
    zoom: 1;
    margin-top: 0;
  }
  #advanced-search #date-facet:before, #advanced-search #date-facet:after {
    content: "";
    display: table;
  }
  #advanced-search #date-facet:after {
    clear: both;
  }

  #advanced-search #date-facet input {
    display: inline;
  }

  #advanced-search #results-only-access {
    margin: 20px 0 0 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #advanced-search #results-only-access {
    /* MQ: Tablet */
    width: 39.3280632411%;
    /* Math 199 / 506 */
  }
}

@media screen and (min-device-width: 320px) {
  .no-js #advanced-search #results-only-access div {
    position: absolute;
  }

  #advanced-search #results-only-access label {
    padding: 0;
  }

  /* Institutional login */
  .institutional-login {
    display: inline-block;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Cover images look inside

  ------------------------------------------------------------------------------*/
  .look-inside {
    display: none;
    min-height: 188px;
    position: relative;
    max-width: 170px;
    text-decoration: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .look-inside {
    /* MQ: Tablet */
    display: block;
  }
}

@media screen and (min-device-width: 320px) {
  .look-inside > a {
    display: block;
    padding-bottom: 17px;
    text-decoration: none;
  }

  .look-inside > a img {
    display: block;
    max-height: 203px;
    max-width: 100%;
    min-height: 203px;
    min-width: 153px;
  }

  .look-inside-cover {
    border: 1px solid #ddd;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
  }

  .look-inside-page {
    background: url("../sites/rd/images/abstract_cover_placeholder.png") no-repeat 0 0;
    border: 1px solid #ddd;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    position: absolute;
    right: -2px;
    bottom: 0;
    z-index: 1;
  }

  .look-inside-badge {
    background-color: #d83b5b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d83b5b), to(#cc3862));
    background-image: -webkit-linear-gradient(top, #d83b5b, #cc3862);
    background-image: -moz-linear-gradient(top, #d83b5b, #cc3862);
    background-image: -ms-linear-gradient(top, #d83b5b, #cc3862);
    background-image: -o-linear-gradient(top, #d83b5b, #cc3862);
    background-image: linear-gradient(top, #d83b5b, #cc3862);
    border: 1px solid #cc3862;
    border-radius: 0 0 0 10px;
    -webkit-box-shadow: -2px 2px 6px -1px rgba(0, 0, 0, 0.25), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: -2px 2px 6px -1px rgba(0, 0, 0, 0.25), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
    box-shadow: -2px 2px 6px -1px rgba(0, 0, 0, 0.25), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
    color: #FFF;
    display: block;
    font-size: 16px;
    line-height: 1.1;
    padding: 6px 33px 6px 10px;
    position: absolute;
    right: -1px;
    bottom: 28px;
    z-index: 4;
  }
  .look-inside-badge:after {
    position: absolute;
    top: 6px;
    right: 7px;
    content: '';
    width: 11px;
    height: 16px;
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -2327px no-repeat;
  }

  #content #scroller .look-inside-interrupt {
    display: block;
    padding: 20px 40px;
    text-align: left;
    background: #E5E5E5 url(../images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    border: 1px solid #A8A8A8;
    border-top: 0 none;
  }
  #content #scroller .look-inside-interrupt h3 {
    font-weight: bold;
    margin-bottom: 0.7em;
  }
  #content #scroller .look-inside-interrupt .col-1 {
    width: 50%;
  }
  #content #scroller .look-inside-interrupt .col-1 p {
    margin-bottom: 1em;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  .look-inside-badge {
    background-color: #00768a;
    background-image: none;
    border: 1px solid #008ca4;
    border-radius: 0 0 0 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
    padding: 6px 33px 6px 10px;
    position: absolute;
    right: -1px;
    bottom: 28px;
    z-index: 4;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Search
    ------------------------------------------------------------------------------*/
  .search-submit {
    background-repeat: no-repeat;
    color: transparent;
    direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -9999em;
    text-transform: capitalize;
  }

  .big-search {
    position: relative;
  }
  .big-search input {
    vertical-align: bottom;
  }
  .big-search .search-field {
    /* extra div needed because IE doesn't support padding-right on input fields therefore text would overlap the "new search" link */
    background-color: #FFF;
    border: 1px solid #bcbcbc;
    border-radius: 2px;
    -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.11);
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.11);
    height: 36px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 52px;
    position: relative;
  }
  .lt-ie8 .big-search .search-field {
    width: auto;
    height: 35px;
  }
  .big-search.contains-new-search-link .search-field {
    padding-right: 107px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .big-search.contains-new-search-link .search-field {
    /* MQ: Widescreen */
    padding-right: 157px;
  }
}
@media screen and (min-device-width: 320px) {
  .big-search.has-focus .search-field {
    /* this selector needed for :focus styles, class applied with JS */
    border-color: #00768a;
    -webkit-box-shadow: 0 0 3px #00768a;
    -moz-box-shadow: 0 0 3px #00768a;
    box-shadow: 0 0 3px #00768a;
    outline: none;
  }
  .big-search .text {
    background-color: transparent;
    border: 0;
    border-radius: 2px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 200;
    height: 34px;
    letter-spacing: 0.02em;
    padding: 5px 0 2px 9px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .big-search .text:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    outline: none;
  }
  .big-search .search-submit {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -4497px no-repeat;
    background-color: #00768a;
    border: 1px solid #00768a;
    border-radius: 2px;
    color: #FFF;
    font-size: 16px;
    font-size: 1.6rem;
    height: 36px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    width: 52px;
  }
  .big-search .search-submit:hover, .big-search .search-submit:focus {
    border-color: #008ca4;
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -4425px no-repeat;
  }
  .big-search .search-submit:active {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -4389px no-repeat;
    border-color: #008ca4;
  }
  .lt-ie8 .big-search .search-submit {
    top: 1px;
  }
  .big-search .search-submit.loading, .big-search .search-submit.loading:hover, .big-search .search-submit.loading:focus {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -4461px no-repeat;
  }
  .big-search #global-search-new {
    color: #bcbcbc;
    font-size: 11px;
    font-size: 1.1rem;
    height: 27px;
    line-height: 2.5;
    position: absolute;
    right: 60px;
    top: 6px;
    z-index: 5;
    overflow: hidden;
    text-decoration: none;
    width: 40px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .big-search #global-search-new {
    /* MQ: Widescreen */
    width: auto;
  }
}
@media screen and (min-device-width: 320px) {
  .big-search #global-search-new:hover, .big-search #global-search-new:focus {
    color: #666666;
  }
  .big-search #global-search-new:before {
    background: url(../images/remove_icons.png) no-repeat 0 -100px;
    content: '';
    display: inline-block;
    height: 14px;
    margin: 0 6px 0 16px;
    vertical-align: text-bottom;
    width: 14px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .big-search #global-search-new:before {
    /* MQ: Widescreen */
    margin-left: 11px;
  }
}
@media screen and (min-device-width: 320px) {
  .big-search #global-search-new:hover:before, .big-search #global-search-new:focus:before, .big-search #global-search-new:active:before {
    background-position: 0 0;
  }
  .big-search #global-search-new:after {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAEElEQVQImWPYs2fPfwY4AAAnqAM0Zy8pUwAAAABJRU5ErkJggg==") repeat-y 0 0;
    content: '';
    display: block;
    height: 27px;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Social links
  ------------------------------------------------------------------------------*/
  .no-js .share {
    display: none;
  }

  .share {
    margin-bottom: 14px;
  }

  .share a {
    display: inline-block;
    height: 24px;
    margin: 0 7px 0 0;
    outline: none;
    text-indent: -100000px;
    width: 24px;
  }
  .lt-ie8 .share a {
    display: block;
    float: left;
  }
  .share a:hover:after {
    background: #000;
    border-radius: 3px;
    content: '';
    height: 24px;
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
  }

  #twitter {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -5010px no-repeat;
  }

  #facebook {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -1820px no-repeat;
  }

  #linkedin {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -2060px no-repeat;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Default tables
  ------------------------------------------------------------------------------*/
  .default-table {
    margin: 34px 0 22px 0;
    position: relative;
    overflow-x: auto;
    width: 100%;
  }
  .default-table table {
    width: 100%;
    table-layout: fixed;
  }
  .default-table caption {
    border: 1px solid #DCDCDA;
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-box-shadow: inset 1px -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    -moz-box-shadow: inset 1px -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    box-shadow: inset 1px -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    color: #666666;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 20px 2.71739130435%;
    text-align: left;
  }
  .default-table caption span {
    color: #999999;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    margin: 7px 0 0 32px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .default-table caption span {
    /* MQ: Tablet */
    display: inline;
    margin: 0 0 0 12px;
  }
}
@media screen and (min-device-width: 320px) {
  .default-table td,
  .default-table th {
    border: 1px solid #DCDCDA;
    color: #666666;
    padding: 15px;
    text-align: left;
    vertical-align: middle;
  }
  .default-table th {
    background: #e3e3e3 url(../images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e3e3e3));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -o-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: linear-gradient(top, #f8f8f8, #e3e3e3);
    -webkit-box-shadow: inset 1px 1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    -moz-box-shadow: inset 1px 1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    box-shadow: inset 1px 1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    border-top: none;
    font-weight: bold;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .default-table .table-actions {
    /* MQ: Tablet */
    position: absolute;
    right: 12px;
    top: 22px;
  }
}
@media screen and (min-device-width: 320px) {
  .default-table td .action {
    margin-right: 0;
  }
  .default-table td a {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .default-table tfoot td {
    font-size: 11px;
    font-size: 1.1rem;
    color: #999999;
    padding: 9px 15px;
    border: none;
  }
  .default-table .table-links a {
    margin: 0 12px 0 12px;
  }
  .default-table .table-links a:before {
    content: '\00BB\0020';
  }
  .default-table .table-actions-bottom {
    background: #e3e3e3 url(../images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e3e3e3));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -o-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: linear-gradient(top, #f8f8f8, #e3e3e3);
    border: 1px solid #DADBDB;
    border-top: none;
    min-height: 15px;
    padding: 15px;
    position: relative;
  }
  .default-table .table-actions-bottom .table-actions {
    position: absolute;
    right: 12px;
    top: 12px;
  }
}
.responsive-table table, .responsive-table td, .responsive-table tr, .responsive-table th {
  vertical-align: top;
  border: none;
}
@media screen and (min-width: 1px) and (max-width: 599px) {
  .responsive-table table, .responsive-table td, .responsive-table tr, .responsive-table th {
    /* MQ: Smartphone only */
    display: block;
  }
}
.responsive-table table tr:first-child td {
  background: none !important;
  box-shadow: none !important;
  font-weight: normal !important;
}

@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Toolbar
  ------------------------------------------------------------------------------*/
  #toolbar {
    zoom: 1;
    margin-bottom: 14px;
  }
  #toolbar:before, #toolbar:after {
    content: "";
    display: table;
  }
  #toolbar:after {
    clear: both;
  }

  /* tools */
  #tools {
    /* tools group */
    /* links */
    /* Journal Page */
  }
  #tools div {
    float: left;
    height: 24px;
    padding-left: 4px;
    position: relative;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #tools div {
    /* MQ: Tablet */
    margin-left: 10px;
  }
}
@media screen and (min-device-width: 320px) {
  #tools a {
    float: left;
    text-decoration: none;
    position: relative;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #tools a {
    /* MQ: Tablet */
    margin: 0 0 0 7px;
  }
}
@media screen and (min-device-width: 320px) {
  #tools a .icon {
    background-repeat: no-repeat;
    color: transparent;
    direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -9999em;
    text-transform: capitalize;
    float: left;
    height: 24px;
    width: 24px;
  }
  #tools a .tooltip {
    margin-left: -102px;
    /* half the outer width => for centering */
    top: 36px;
    width: 178px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #tools a:hover .tooltip {
    /* MQ: Widescreen */
    display: block;
  }
}
@media screen and (min-device-width: 320px) {
  #journal #tools {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin: -16px 0 0 0;
    /* #JC251012 Position of feed icon on tablet overlays the cover image... */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #journal #tools {
    /* MQ: Tablet */
    float: right;
    margin: 0 0 -24px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #journal #tools {
    /* MQ: Widescreen */
    margin: 18px 0 0 0;
  }
}

@media screen and (min-device-width: 320px) {
  /* icons for page tools */
  #tool-email .icon {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -2482px no-repeat;
  }

  #tool-email:hover .icon {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -2456px no-repeat;
  }

  #tool-email:active .icon {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -2430px no-repeat;
  }

  #tool-print .icon {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -3941px no-repeat;
  }

  #tool-print:hover .icon {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -3915px no-repeat;
  }

  #tool-print:active .icon {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -3889px no-repeat;
  }

  #tool-rss .icon {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -4140px no-repeat;
  }

  #tool-rss:hover .icon {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -4114px no-repeat;
  }

  #tool-rss:active .icon {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -4088px no-repeat;
  }

  #tool-download {
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #tool-download {
    /* MQ: Tablet */
    display: block;
  }
}

@media screen and (min-device-width: 320px) {
  #tool-download .icon {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -1567px no-repeat;
  }

  #tool-download:hover .icon {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -1519px no-repeat;
  }

  #tool-download:active .icon {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -1409px no-repeat;
  }

  /* icons for social tools */
  #tool-twitter .icon {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -5010px no-repeat;
  }

  #tool-facebook .icon {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -1820px no-repeat;
  }

  #tool-linkedin .icon {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -2060px no-repeat;
  }

  #tool-gplus .icon {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -2013px no-repeat;
  }

  #tool-mendeley .icon {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -2508px no-repeat;
  }

  #tool-weibo .icon {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -5124px no-repeat;
  }

  #tool-shares .icon {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -4819px no-repeat;
  }

  /* social tools smaller */
  #tools-social a {
    margin-top: 4px;
  }

  #tools-social a .icon {
    height: 16px;
    width: 16px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* loading button
  ------------------------------------------------------------------------------*/
  .btn-loading:before {
    content: "";
    background: url(../images/loading_search.gif) no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 13px;
    margin-right: 4px;
    position: relative;
    top: 1px;
    width: 13px;
    margin-left: -2px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Progress bar for checkout (called step-bar due to an already existing "progress-bar" )
  ------------------------------------------------------------------------------*/
  .step-bar-container {
    position: relative;
  }

  .step-bar-container + div .layout-nested:first-child {
    padding-top: 0.9em;
  }

  .step-bar {
    margin: 0 0 2em 0;
    padding: 0;
    height: 38px;
    background: #E5E5E5 url(../images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#E5E5E5));
    background-image: -webkit-linear-gradient(top, #F8F8F8, #E5E5E5);
    background-image: -moz-linear-gradient(top, #F8F8F8, #E5E5E5);
    background-image: -ms-linear-gradient(top, #F8F8F8, #E5E5E5);
    background-image: -o-linear-gradient(top, #F8F8F8, #E5E5E5);
    background-image: linear-gradient(top, #F8F8F8, #E5E5E5);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 0 #FFF;
    -moz-box-shadow: inset 0 1px 0 #FFF;
    box-shadow: inset 0 1px 0 #FFF;
    border: 1px solid #DBDADA;
    opacity: 1;
    margin-top: 0;
    margin-left: 150px;
    position: relative;
    min-width: 202px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .step-bar {
    /* MQ: Tablet */
    margin-top: 34px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .step-bar {
    /* MQ: Widescreen */
    margin-top: 24px;
  }
}

@media screen and (min-device-width: 320px) {
  .step-bar {
    /* possible other definitions */
  }
  .step-bar li {
    list-style: none;
    float: left;
    height: 40px;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
    margin-top: 0;
    background: transparent no-repeat 50% 100%;
    width: 20%;
    /* default for 5 items*/
    min-width: 40px;
    color: transparent;
  }
  .step-bar-size-2 .step-bar li {
    width: 50%;
  }
  .step-bar-size-3 .step-bar li {
    width: 33.33%;
  }
  .step-bar-size-4 .step-bar li {
    width: 25%;
  }
  .step-bar-size-6 .step-bar li {
    width: 16.66%;
  }
  .step-bar-size-7 .step-bar li {
    width: 14.28%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .step-bar li {
    /* MQ: Tablet */
    color: inherit;
    height: 74px;
    margin-top: -34px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .step-bar li {
    /* MQ: Widescreen */
    width: 23.33%;
    /* default for 5 items */
    height: 64px;
    margin-top: -24px;
    white-space: nowrap;
  }
  .step-bar-size-2 .step-bar li {
    /* no mid-item */
  }
  .step-bar-size-3 .step-bar li {
    width: 40%;
  }
  .step-bar-size-4 .step-bar li {
    width: 30%;
  }
  .step-bar-size-6 .step-bar li {
    width: 19%;
  }
  .step-bar-size-7 .step-bar li {
    width: 16%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .step-bar li.firstitem, .step-bar li.lastitem {
    /* MQ: Widescreen */
    width: 15%;
    /* default for 5 items*/
  }
  .step-bar-size-2 .step-bar li.firstitem, .step-bar-size-2 .step-bar li.lastitem {
    width: 50%;
  }
  .step-bar-size-3 .step-bar li.firstitem, .step-bar-size-3 .step-bar li.lastitem {
    width: 30%;
  }
  .step-bar-size-4 .step-bar li.firstitem, .step-bar-size-4 .step-bar li.lastitem {
    width: 20%;
  }
  .step-bar-size-6 .step-bar li.firstitem, .step-bar-size-6 .step-bar li.lastitem {
    width: 12%;
  }
  .step-bar-size-7 .step-bar li.firstitem, .step-bar-size-7 .step-bar li.lastitem {
    width: 10%;
  }
}
@media screen and (min-device-width: 320px) {
  .step-bar ul.items4 li {
    width: 30%;
  }
  .step-bar ul.items4 li.firstitem, .step-bar ul.items4 li.lastitem {
    width: 20%;
  }
  .step-bar ul.items6 li {
    width: 17.5%;
  }
  .step-bar ul.items6 li.firstitem, .step-bar ul.items6 li.lastitem {
    width: 15%;
  }

  .step-bar li.beg-prev {
    background-image: url(/spcom/sites/palgrave/images/progress-parts-beg-prev.png);
  }

  .step-bar li.beg-cur {
    background-image: url(/spcom/sites/palgrave/images/progress-parts-beg-cur.png);
  }

  .step-bar li.beg-next {
    background-image: url(/spcom/sites/palgrave/images/progress-parts-beg-next.png);
  }

  .step-bar li.mid-prev {
    background-image: url(/spcom/sites/palgrave/images/progress-parts-mid-prev.png);
  }

  .step-bar li.mid-cur {
    background-image: url(/spcom/sites/palgrave/images/progress-parts-mid-cur.png);
  }

  .step-bar li.mid-next {
    background-image: url(/spcom/sites/palgrave/images/progress-parts-mid-next.png);
  }

  .step-bar li.end-cur {
    background-image: url(/spcom/sites/palgrave/images/progress-parts-end-cur.png);
  }

  .step-bar li.end-next {
    background-image: url(/spcom/sites/palgrave/images/progress-parts-end-next.png);
  }

  .step-bar-nobutton .step-bar {
    margin-left: 0;
    min-width: 352px;
  }
  .step-bar-nobutton .step-bar ul {
    margin-left: 150px;
    /* default for 5 items*/
  }
  .step-bar-size-2 .step-bar-nobutton .step-bar ul {
    margin-left: 300px;
  }
  .step-bar-size-3 .step-bar-nobutton .step-bar ul {
    margin-left: 240px;
  }
  .step-bar-size-4 .step-bar-nobutton .step-bar ul {
    margin-left: 190px;
  }
  .step-bar-size-6 .step-bar-nobutton .step-bar ul {
    margin-left: 120px;
  }
  .step-bar-size-7 .step-bar-nobutton .step-bar ul {
    margin-left: 100px;
  }

  /* cart button */
  .btn-cart {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    padding: 1px 12px 0 13px;
    position: absolute;
    left: 0;
  }
  .btn-cart:before {
    background: url(/spcom/sites/palgrave/images/btn-cart-blue.png) 1px 7px no-repeat;
    content: '\bb';
    text-align: right;
    display: inline-block;
    height: 38px;
    margin-right: 6px;
    width: 40px;
  }

  button.btn-cart {
    height: 40px;
    /* needs height including the 2 px for the border */
    padding-top: 0;
  }

  /* cart non-button display */
  .btn-cart-inactive {
    background: url(/spcom/sites/palgrave/images/btn-cart-grey.png) 14px 6px no-repeat;
    display: inline-block;
    position: absolute;
    float: left;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    padding: 0px 12px 0 48px;
    color: #888;
    text-shadow: 1px 1px 0 #FFF;
  }

  /* registration non-button display */
  .btn-user-inactive {
    background: url(/spcom/sites/palgrave/images/btn-user-grey.png) 14px 6px no-repeat;
    display: inline-block;
    position: absolute;
    float: left;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    padding: 0px 12px 0 48px;
    color: #888;
    text-shadow: 1px 1px 0 #FFF;
  }
}
/* PAYMENT ICONS
---------------------------------------------------*/
.payment-visa-big {
  background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -3714px no-repeat;
}

.payment-mastercard-big {
  background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -3414px no-repeat;
}

.payment-amex-big {
  background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -2908px no-repeat;
}

.payment-paypal-big {
  background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -3504px no-repeat;
}

.payment-invoice-big {
  background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -3264px no-repeat;
}

.payment-invoice-big-de {
  background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -3144px no-repeat;
}

.payment-invoice-big-nl {
  background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -3204px no-repeat;
}

.payment-proforma-big {
  background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -3654px no-repeat;
}

.payment-proforma-big-de {
  background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -3594px no-repeat;
}

.payment-ideal-big {
  background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -3080px no-repeat;
}

.payment-visa {
  background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -3774px no-repeat;
}

.payment-mastercard {
  background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -3474px no-repeat;
}

.payment-amex {
  background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -2968px no-repeat;
}

.payment-paypal {
  background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -3564px no-repeat;
}

.payment-invoice {
  background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -3384px no-repeat;
}

.payment-invoice-de {
  background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -3324px no-repeat;
}

.payment-invoice-nl {
  background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -3354px no-repeat;
}

.payment-ideal {
  background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -3116px no-repeat;
}

@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* CONTEXTMENU ON PREVIEW
  ---------------------------------------------------------------------------*/
  .debug .cms-studio-maintainable {
    box-shadow: 0 0 5px 5px #999;
  }
  .debug .cms-studio-maintainable .cms-studio-maintainable {
    box-shadow: 0 0 5px 5px #f99;
  }
  .debug .cms-studio-maintainable .cms-studio-maintainable .cms-studio-maintainable {
    box-shadow: 0 0 5px 5px #99f;
  }
  .debug .cms-studio-maintainable .cms-studio-maintainable .cms-studio-maintainable .cms-studio-maintainable {
    box-shadow: 0 0 5px 5px #9f9;
  }

  .context-menu-title-studio :first-child {
    margin-top: auto !important;
  }
  .context-menu-title-studio > li:first-child {
    margin-top: 20px !important;
  }

  /* OVERWRITES/ADDITIONS TO UI-PATTERNS
  ------------------------------------------------------------------------------*/
  /* force full width when not responsive */
  /* FORMS
  ------------------------------------------------------------------------------*/
  .form-row textarea,
  .form-row select,
  .form-row input[type=text],
  .form-row input[type=password] {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .form-row textarea,
  .form-row select,
  .form-row input[type=text],
  .form-row input[type=password] {
    /* MQ: Tablet */
    width: 100%;
  }
}

@media screen and (min-device-width: 320px) {
  .form-row select {
    padding: 4px 3px;
  }

  .form-fields-col1 .form-field {
    width: 100%;
    float: left;
    margin-top: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .form-fields-col1 .form-field {
    /* MQ: Tablet */
  }
  .form-fields-col1 .form-field.half-width {
    width: 47%;
  }
  .form-fields-col1 .form-field.third-width {
    width: 31.333333%;
  }
  .form-fields-col1 .form-field.two-third-width {
    width: 62.666666%;
  }
}

@media screen and (min-device-width: 320px) {
  /* form fields in a 2 column layout */
  .form-fields-col2 .form-field {
    width: 100%;
    float: left;
    margin-top: 0;
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .form-fields-col2 .form-field {
    /* MQ: Tablet */
    clear: both;
    width: 100%;
  }
  .form-fields-col2 .form-field.half-width {
    width: 47%;
  }
  .form-fields-col2 .form-field.third-width {
    width: 31.333333%;
  }
  .form-fields-col2 .form-field.two-third-width {
    width: 62.666666%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .form-fields-col2 .form-field {
    /* MQ: Widescreen */
    clear: none;
    width: 47%;
  }
  .form-fields-col2 .form-field.half-width {
    width: 20.5%;
  }
  .form-fields-col2 .form-field.third-width {
    width: 13.666666%;
  }
  .form-fields-col2 .form-field.two-third-width {
    width: 27.333333%;
  }
}
@media screen and (min-device-width: 320px) {
  .form-fields-col2 .form-field + .form-field {
    margin: 15px 0 0 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .form-fields-col2 .form-field + .form-field {
    /* MQ: Widescreen */
    margin: 0 0 0 6%;
  }
}

@media screen and (min-device-width: 320px) {
  /* form fields in a 3 column layout */
  .form-fields-col3 .form-field {
    width: 100%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .form-fields-col3 .form-field {
    /* MQ: Widescreen */
    width: 30%;
  }
  .form-fields-col3 .form-field.double-width {
    width: 65%;
  }
  .form-fields-col3 .form-field.half-width {
    width: 12.5%;
  }
}
@media screen and (min-device-width: 320px) {
  .form-fields-col3 .form-field + .form-field {
    margin-left: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .form-fields-col3 .form-field + .form-field {
    /* MQ: Widescreen */
    margin-left: 5%;
  }
}
@media screen and (min-device-width: 320px) {
  .form-fields-col3.form-fields-reverse .form-field {
    float: right;
  }
  .form-fields-col3.form-fields-reverse .form-field + .form-field {
    margin-left: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .form-fields-col3.form-fields-reverse .form-field + .form-field {
    /* MQ: Widescreen */
    margin-right: 5%;
  }
}

@media screen and (min-device-width: 320px) {
  .form-section textarea.error,
  .form-section select.error {
    border: 1px solid #cc0000;
    -webkit-box-shadow: 0 0 3px #cc0000;
    -moz-box-shadow: 0 0 3px #cc0000;
    box-shadow: 0 0 3px #cc0000;
  }

  .form-section .choice {
    padding: 0;
    line-height: 1.6em;
  }
  .form-section .choice label {
    display: inline-block;
    padding: 0 0 0 .8em;
    vertical-align: text-top;
    font-weight: normal;
    width: 80%;
  }
  .form-section .choice input {
    display: inline;
    vertical-align: middle;
  }

  form *[readonly] {
    color: #bcbcbc;
    color: #555;
    background-color: #f4f4f4;
    border: 1px solid #d83b5b;
  }

  form *[readonly]:focus {
    border: 1px solid #d83b5b;
  }
  
  .form-section .form-row:last-of-type input[type=text], .form-section .form-row:last-of-type select, .form-section .form-row:last-of-type textarea {
    margin-bottom: .45em;
  }

  .form-row p {
    color: #666666;
  }

  form > .form-section > .cms-container:first-child {
    padding-top: 0.85em;
  }

  /* GENERIC
  ------------------------------------------------------------------------------*/
  #print-header {
    display: none;
  }

  a.defensive-link {
    color: inherit;
    font: inherit;
    text-decoration: inherit;
  }
  h1 > a.defensive-link:hover, h2 > a.defensive-link:hover, h3 > a.defensive-link:hover, h4 > a.defensive-link:hover {
    text-decoration: underline;
  }

  .smartphone-only {
    display: inline;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .smartphone-only {
    /* MQ: Tablet */
    display: none;
  }
}

@media screen and (min-device-width: 320px) {
  /* GENERAL OVERWRITES used in both FRONTEND and CHECKOUT!
  ----------------------------------------------------------*/
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Only additions to /sitewide/structure/footer
  ----------------------------------------------------------*/
  #footer {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #footer .section {
    /* MQ: Tablet */
    padding: 12px 40px;
  }
}

@media screen and (min-device-width: 320px) {
  #footer-nav:before {
    right: 40px;
  }
  #footer-nav h6 {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 5px 0 7px;
    font-weight: bold;
    line-height: 1.2;
  }
  #footer-nav li {
    line-height: 1.7;
  }
  #footer-nav .block {
    margin-right: 2.2%;
    width: 24%;
    padding-right: 3px;
    min-height: 130px;
  }
  #footer-nav .block a {
    font-size: 13px;
    font-size: 1.3rem;
  }

  #legal {
    margin: 18px -10px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #legal {
    /* MQ: Tablet */
    margin: 18px -40px 0;
    padding: 16px 40px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #legal {
    /* MQ: Widescreen */
    margin: 18px -32px 0;
    padding: 16px 32px 0;
  }
}
.parent_logo {
    font-family: Bliss;
    font-size: 18px;
    font-weight: 700;
    cursor: default;
    display: inline;
    float: right;
}
.parent_logo img {
    margin: .27em 0 0;
    height: 13px;
}
@media screen and (max-device-width: 600px) {
    .parent_logo {
        float: unset;
        display: block;
    }
    .parent_logo img {
        margin: .7em 0 .7em;
    }
}
@media screen and (min-device-width: 320px) {
  #legal a,
  #legal span {
    display: inline-block;
  }

  #footer-copyright {
    width: auto;
  }
  .footer-links::before {
    content: " \2022  ";
  }
  .footer-links a + a {
    padding-left: 10px;
    position: relative;
  }
  .footer-links a + a::before {
    content: ", ";
    left: 0;
    position: absolute;
  }

  #diagnostic-info {
    display: block;
  }

  .info-message {
    border: 1px solid #008ca4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 3px 3px 5px -3px #cccccc;
    -moz-box-shadow: 3px 3px 5px -3px #cccccc;
    box-shadow: 3px 3px 5px -3px #cccccc;
    color: black;
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
    margin: 0;
    padding: 7px 12px 7px 26px;
    word-wrap: break-word;
  }
  .info-message ul {
    padding: 0;
  }
  .info-message ul li {
    margin-top: 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  .navwrapper {
    display: block;
    position: relative;
    margin: 0;
    overflow: hidden;
    height: auto;
    clear: both;
    z-index: 1;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .navwrapper {
    /* MQ: Tablet */
    overflow: visible;
    height: 34px;
    border-top: 1px solid #ddd;
  }
}

@media screen and (min-device-width: 320px) {
  nav {
    display: block;
    margin-left: 0;
    line-height: 1em;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  nav {
    /* MQ: Tablet */
    margin-left: 30px;
  }
}
@media screen and (min-device-width: 320px) {
  nav > ul {
    list-style: none;
    z-index: 4;
    margin: 0;
    padding: 0;
    top: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  nav > ul {
    /* MQ: Tablet */
    display: block;
    top: 131px;
    list-style: none;
    z-index: 30;
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-device-width: 320px) {
  .ie8 nav > ul {
    margin-top: -16px;
  }
  nav > ul > li {
    margin: 0;
    padding: 0;
    line-height: 1.20;
    position: relative;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    float: none;
    font-family: var(--font-family-sans),var(--font-family-sans-fallback);
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  nav > ul > li {
    /* MQ: Tablet */
    display: table-cell;
    float: left;
  }
}
@media screen and (min-device-width: 320px) {
  nav > ul > li:after {
    background: url(/spcom/sites/palgrave/images/expander_arrows.png) no-repeat 0 -92px;
    width: 20px;
    height: 20px;
    padding-left: 5px;
    display: inline-block;
    content: " ";
    position: absolute;
    right: 0px;
    top: 4px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  nav > ul > li:after {
    /* MQ: Tablet */
    content: "";
    background: none;
  }
}
@media screen and (min-device-width: 320px) {
  .lt-ie8 nav > ul > li {
    position: static;
  }
  nav > ul > li a {
    text-decoration: none;
    outline: 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
    color: #ffffff;
    display: block;
    white-space: nowrap;
    color: #666;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  nav > ul > li a {
    /* MQ: Tablet */
    font-size: 14px;
    font-size: 1.4rem;
    color: #666666;
    text-shadow: 1px 1px 0 #ffffff;
  }
}
@media screen and (min-device-width: 320px) {
  nav > ul > li a:hover,
  nav > ul > li a:active,
  nav > ul > li a:focus {
    text-decoration: none;
    outline: 0;
    color: #ffffff;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  nav > ul > li a:hover,
  nav > ul > li a:active,
  nav > ul > li a:focus {
    /* MQ: Tablet */
    color: #666666;
    text-shadow: 1px 1px 0 #ffffff;
  }
}
@media screen and (min-device-width: 320px) {
  nav > ul > li .nav-main a {
    font-size: 15px;
    font-size: 1.5rem;
    border: 1px solid transparent;
    border-top: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  nav > ul > li .nav-main a {
    /* MQ: Tablet */
    font-size: 14px;
    font-size: 1.4rem;
    color: #555555;
  }
}
@media screen and (min-device-width: 320px) {
  nav > ul > li > * > a {
    font-family: Verdana, sans-serif;
    float: none;
    margin: 0;
    padding: 11px 16px 10px;
    cursor: pointer;
    font-weight: normal;
  }
  .cms-lang-jp nav > ul > li > * > a {
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", Arial, "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo, Osaka", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  nav > ul > li > * > a {
    /* MQ: Tablet */
    line-height: 1em;
    text-shadow: 0 1px #ffffff;
    float: left;
  }
}
@media screen and (min-device-width: 320px) {
  nav > ul > li .nav-sub {
    padding: 0;
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  nav > ul > li .nav-sub {
    /* MQ: Tablet */
    padding: 6px 0;
    position: absolute;
    top: 35px;
    left: 0;
    width: auto;
    height: auto;
    background: #ffffff;
  }
}
@media screen and (min-device-width: 320px) {
  nav > ul li.open {
    /* rules for widescreen only on mainnav-hover */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  nav > ul li.open {
    /* MQ: Tablet */
  }
  nav > ul li.open .nav-main a {
    background: #ffffff;
    border: 1px solid #ddd;
    border-bottom: 1px solid #ffffff;
    border-top: 0;
    color: #00768a;
  }
  nav > ul li.open .nav-sub {
    display: block;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid #ddd;
    border-top: 0;
  }
}
@media screen and (min-device-width: 320px) {
  nav > ul li.open-clicked {
    /* rules for tablet/smartphone only on mainnav-click */
  }
}
@media screen and (min-device-width: 320px) and (max-width: 1003px) {
  nav > ul li.open-clicked {
    /* MQ: below Widescreen */
  }
  nav > ul li.open-clicked:after {
    background-position: 0 12px;
    right: 5px;
  }
  nav > ul li.open-clicked .nav-main a {
    background: #ffffff;
    border: 1px solid #ddd;
    border-bottom: 1px solid #ffffff;
    border-top: 0;
    color: #00768a;
  }
  nav > ul li.open-clicked .nav-sub {
    display: block;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    border: none;
    border-top: 0;
  }
}
@media screen and (min-device-width: 320px) {
  .lt-ie8 nav .nav-sub {
    left: 20px;
    right: 20px;
  }
  nav .nav-sub ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  nav .nav-sub ul {
    /* MQ: Tablet */
    display: table-cell;
    margin: 0 0 0 6px;
  }
  .lt-ie8 nav .nav-sub ul {
    display: block;
    float: left;
    margin: 0 0 0 1%;
    width: 24%;
  }
}
@media screen and (min-device-width: 320px) {
  nav .nav-sub ul:first-child {
    margin: 0;
  }
  nav .nav-sub ul li {
    float: none;
    overflow: hidden;
    padding: 0;
  }
  .lt-ie8 nav .nav-sub ul li {
    min-width: none;
  }
  nav .nav-sub ul li a {
    padding: 10px 32px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  nav .nav-sub ul li a {
    /* MQ: Tablet */
    padding: 7px 16px;
  }
}
@media screen and (min-device-width: 320px) {
  nav .nav-sub ul li:hover {
    background: #008ca4;
  }
  nav .nav-sub ul li:hover a {
    color: #00768a;
  }

  .panel-menu {
    margin-bottom: 0;
  }
  .panel-menu #cross-nav {
    padding-left: 16px;
  }
  .panel-menu #cross-nav a,
  .panel-menu #cross-nav button {
    color: #fff;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .panel-menu #cross-nav a,
  .panel-menu #cross-nav button {
    /* MQ: Tablet */
    color: #666666;
  }
}
@media screen and (min-device-width: 320px) {
  .panel-menu #cross-nav .is-open a,
  .panel-menu #cross-nav .is-open button {
    color: #666666;
  }
  .panel-menu #cross-nav > a {
    display: inline-block;
    font-size: 11px;
    font-size: 1.1rem;
    padding: 15px 0 10px;
    vertical-align: top;
  }
  .panel-menu #cross-nav .headerbasket {
    position: absolute;
    float: left;
    padding: 15px 0 0 0;
    left: 0;
    top: 8px;
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -395px no-repeat;
    height: 18px;
    width: 20px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .panel-menu #cross-nav .headerbasket {
    /* MQ: Tablet */
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -415px no-repeat;
    padding: 0;
    margin: 0 2em 0 0;
    text-indent: -999em;
  }
}

@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  .legacy {
    /* OVERWRITE LAYOUT/STYLES
    ------------------------------------------------------------------------------*/
    /* HEADER */
    /* NAVIGATION */
    /* SEARCH */
  }
  .legacy a.link {
    position: absolute;
    display: block;
    outline: 0;
  }
  .legacy a.underline {
    text-decoration: underline;
  }
  .legacy a.blackRaquoLink,
  .legacy .subNavigationContainer ul li a {
    padding-left: 11px;
    color: #656565;
    background: url(../images/legacy/sprite_buttons.gif) -2px -518px no-repeat;
  }
  .legacy a.blackRaquoLink:hover,
  .legacy .subNavigationContainer ul li a:hover {
    color: #035289;
    background: url(../images/legacy/sprite_buttons.gif) -2px -498px no-repeat;
    text-decoration: underline;
  }
  .legacy #content {
    margin-top: 0;
  }
  .legacy .header {
    position: relative;
    height: 139px;
    margin-bottom: 0px;
    color: #fff;
  }
  .legacy .header a {
    color: #fff;
  }
  .legacy .header a:hover {
    color: #fff;
  }
  .legacy .header .springer {
    height: 50px;
    left: 20px;
    top: 25px;
    width: 152px;
  }
  .legacy .header .springer img {
    height: 50px;
    width: 152px;
  }
  .legacy .header .basket {
    height: 16px;
    left: 647px;
    top: 0px;
    width: 26px;
    background: url(../images/legacy/sprite_buttons.gif) 0px -366px no-repeat #147cc3;
  }
  .legacy .header .viewCountry {
    position: absolute;
    top: 0px;
    right: 27px;
    font-size: 10px;
  }
  .legacy .header .viewCountry div {
    float: left;
  }
  .legacy .header .countryName {
    margin: 2px 0 0 0;
  }
  .legacy .header .countryChange {
    margin: 2px 0 0 10px;
  }
  .legacy .header .countryChange a {
    padding-left: 3px;
  }
  .legacy .header .countryChange a:hover {
    text-decoration: underline;
  }
  .legacy .header .countryChange a:hover span {
    text-decoration: none;
  }
  .legacy .header .countryChange a span {
    display: block;
    float: left;
    line-height: 8px;
  }
  .legacy .header .userdata {
    font-size: 11px;
    position: absolute;
    display: block;
    top: 94px;
    left: 647px;
    height: 13px;
    width: 295px;
    padding: 1px 6px 0 5px;
    overflow: hidden;
    background-color: #1073b4;
  }
  .legacy .header a.userdata {
    padding-left: 13px;
    padding-right: 0;
    width: 293px;
    color: #fff;
  }
  .legacy .header a.userdata span {
    position: absolute;
    left: 5px;
    top: 0;
  }
  .legacy .header .loginButton,
  .legacy .header .logoutButton {
    display: block;
    height: 20px;
    left: 647px;
    top: 112px;
    width: 306px;
  }
  .legacy .header .loginButton span,
  .legacy .header .logoutButton span,
  .legacy .header .customizePageButton span {
    display: block;
    padding: 4px 0 4px 5px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #1073b4;
  }
  .legacy .header .customizePageButton {
    position: absolute;
    display: block;
    outline: 0;
    height: 20px;
    left: 801px;
    top: 112px;
    width: 152px;
  }
  .legacy .navigation {
    position: relative;
    top: 0px;
    left: 0px;
    height: 29px;
    margin: 0px 1px 0px 0;
    padding: 0 0 0 10px;
    background: #fff url(../images/legacy/dot_line_horizontalDark.gif) 0 28px repeat-x;
    z-index: 100;
    overflow: visible;
    font-size: 11px;
    line-height: 11px;
    width: 968px;
  }
  .legacy .navigation a {
    outline: 0;
    text-decoration: none;
    color: #504f4f;
  }
  .legacy .navigation a:hover {
    text-decoration: none;
    color: #035289;
  }
  .legacy li.mainNavigation {
    float: left;
    text-transform: uppercase;
  }
  .legacy a.mainNavigationLink {
    display: block;
    float: left;
    padding: 8px 8px;
    background: url(../images/legacy/dot_line_verticalTabNavigation.gif) 100% 50% no-repeat;
    font-size: 12px;
    font-weight: bold;
    color: #035289;
    outline: 0;
    text-decoration: none;
    overflow: hidden;
  }
  .legacy a.isActive {
    padding: 9px 8px 6px 8px;
    margin: -2px -1px 2px -1px;
    height: 16px;
    border: 1px solid #e1e1e1;
    border-bottom: 0;
    background: #fff;
  }
  .legacy a.lastmainNavigationLink {
    background-image: none;
  }
  .legacy .subNavigation {
    display: none;
    position: absolute;
    left: 0;
    top: 28px;
    padding: 10px 10px 18px 10px;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-top: none;
    -webkit-box-shadow: 2px 2px 4px 0 #666;
    -moz-box-shadow: 2px 2px 4px 0 #666;
    box-shadow: 2px 2px 4px 0 #666;
    z-index: 2;
  }
  .legacy .subNavigationContainer {
    height: 201px;
  }
  .legacy .subNavigationContainer ul li {
    display: block;
    padding-right: 27px;
    padding-left: 6px;
    text-transform: none;
    font-weight: normal;
  }
  .legacy .subNavigationContainer ul li.subNavigationHeadline {
    color: #555;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 0 0 0;
    margin: 0 27px 6px 10px;
  }
  .legacy .subNavigationContainer ul.notLastSubList li.subNavigationHeadline {
    background: #fff;
  }
  .legacy .subNavigationContainer ul {
    float: left;
    height: 194px;
  }
  .legacy .subNavigationContainer ul.firstList {
    margin-left: -10px;
  }
  .legacy .subNavigationContainer ul.lastList {
    background: none;
  }
  .legacy .subNavigationContainer ul li a {
    display: block;
    padding: 6px 0 1px 11px;
    font-size: 12px;
    line-height: 13px;
  }
  .legacy .search {
    position: absolute;
    top: 2px;
    right: 16px;
    width: 306px;
    height: 42px;
    background: transparent url(../images/legacy/bg_headerSearch.png) 0 0 no-repeat;
  }
  .legacy .q {
    position: absolute;
    height: 13px;
    right: 42px;
    top: 6px;
    width: 233px;
    font-size: 11px;
    border: transparent;
    background: #fff;
    color: #333;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .legacy .q:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
  }
  .legacy .btnSearchSubmit {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 33px;
    height: 18px;
  }
  .legacy a.advancedSearch {
    position: absolute;
    top: 26px;
    right: 0px;
    height: 16px;
    display: block;
    float: left;
    padding: 0 0 0 13px;
    background: url(../images/legacy/sprite_buttons.gif) 0 -1645px no-repeat;
  }
  .legacy a.advancedSearch span {
    display: block;
    line-height: 14px;
    padding: 0 27px 2px 0;
    background: url(../images/legacy/sprite_custom_buttons.gif) 100% -121px no-repeat;
    color: #fff;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* LAYOUTS
  -----------------------------------------------------------------------------*/
  .layout-6 {
    padding: 0 4.95283018868%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-6 .col-main {
    /* MQ: Tablet */
    width: 67%;
  }
}

@media screen and (min-device-width: 320px) {
  .layout-full {
    zoom: 1;
  }
  .layout-full:before, .layout-full:after {
    content: "";
    display: table;
  }
  .layout-full:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-full .col-main {
    /* MQ: Tablet */
    width: 97.872340426%;
    margin-right: 2.127659574%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .layout-full .col-main {
    /* MQ: Widescreen */
    width: 920px;
    margin-right: 20px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-full .layout-nested {
    /* MQ: Tablet */
    width: 102.173913043%;
    margin-right: 0;
  }
}

@media screen and (min-device-width: 320px) {
  /* layout for coremedia frontend (is approximately layout-1) 
      GRID: 20 | 300 | 40 | 580 | 40 = 980
      WITHIN 20px padding: 300 | 40 | 580 | 20 = 940
      PERCENTS
          ASIDE: 
                  300 / 940 = 31.914893617
          MAIN: 
                  580 / 940 = 61.70212766
                  20 / 940 = 2.127659574
  */
  .layout-4-8 {
    zoom: 1;
  }
  .layout-4-8:before, .layout-4-8:after {
    content: "";
    display: table;
  }
  .layout-4-8:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-4-8 .col-main {
    /* MQ: Tablet */
    float: right;
    margin-right: 2.127659574%;
    width: 61.70212766%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-4-8 .col-aside {
    /* MQ: Tablet */
    margin-left: 0;
    width: 31.914893617%;
  }
}
@media screen and (min-device-width: 320px) {
  .cms .layout-4-8 .col-aside > div {
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms .layout-4-8 .col-aside > div {
    /* MQ: Tablet */
    display: block;
  }
}
@media screen and (min-device-width: 320px) {
  .cms .layout-4-8 .col-aside .tree-nav {
    display: block;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms .layout-4-8 .col-aside .tree-nav {
    /* MQ: Tablet */
    display: block;
  }
}

@media screen and (min-device-width: 320px) {
  /* REVERSE layout for coremedia frontend (is approximately layout-1) 
      GRID: 20 | 580 | 40 | 300 | 40 = 980
      WITHIN 20px padding: 580 | 40 | 300 | 20 = 940
      PERCENTS
          MAIN: 
                  580 / 940 = 61.70212766
          ASIDE: 
                  300 / 940 = 31.914893617
                  20 / 940 = 2.127659574
  */
  .layout-full .col-main .layout-4-8-reverse {
    zoom: 1;
  }
  .layout-full .col-main .layout-4-8-reverse:before, .layout-full .col-main .layout-4-8-reverse:after {
    content: "";
    display: table;
  }
  .layout-full .col-main .layout-4-8-reverse:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-full .col-main .layout-4-8-reverse .col-main {
    /* MQ: Tablet */
    margin-left: 0;
    width: 61.70212766%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-full .col-main .layout-4-8-reverse .col-aside {
    /* MQ: Tablet */
    float: right;
    margin-right: 2.127659574%;
    width: 31.914893617%;
  }
}

@media screen and (min-device-width: 320px) {
  /* layout for product page 
      GRID: 20 || 40 | 580 | 20 || 20 | 240 | 40 || 20 = 980
      WITHIN 20px padding: 40 | 580 | 20 || 20 | 240 | 40 = 940
      PERCENTS
           20/940 = 2.127659574%
           40/940 = 4.255319149%
          580/940 = 61.70212766%
          240/940 = 25.531914894%
      use pixels instead of percent to ensure precise styling of components overflowing within the columns 
      with i.e. margin-left:-60px (this would be not precise when containers are styled with percent)
  */
  .layout-8-4 {
    zoom: 1;
  }
  .layout-8-4:before, .layout-8-4:after {
    content: "";
    display: table;
  }
  .layout-8-4:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-8-4 .col-main {
    /* MQ: Tablet */
    width: 55%;
    margin: 0 0 0 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .layout-8-4 .col-main {
    /* MQ: Widescreen */
    width: 580px;
    margin: 0 20px 0 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-8-4 .col-aside {
    /* MQ: Tablet */
    float: right;
    width: 40%;
    margin: 0 0 0 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .layout-8-4 .col-aside {
    /* MQ: Widescreen */
    float: right;
    width: 240px;
    margin: 0 40px 0 20px;
  }
}

@media screen and (min-device-width: 320px) {
  .layout-12 {
    zoom: 1;
  }
  .layout-12:before, .layout-12:after {
    content: "";
    display: table;
  }
  .layout-12:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .layout-12 .col-main {
    /* MQ: Widescreen */
    width: 860px;
    margin: 0 40px;
  }
}

@media screen and (min-device-width: 320px) {
    /* GRID HELPER
    To use the grid helper attach any of ".cms-row-[2|3]-[smartphone|tablet|widescreen]" 
    to the container and ".cms-col" to the columns.
    
    Use ".cms-col" only as wrapper for your content as additional padding/margin should not be applied.
    
    To achieve column layout in various screen sizes refer to the table:
    
    Class                       smartphone-tablet-widescreen
    cms-row-2-smartphone        2-2-2
    cms-row-2-tablet            1-2-2
    cms-row-2-widescreen        1-1-2
    cms-row-3-smartphone        3-3-3
    cms-row-3-tablet            1-3-3
    cms-row-3-widescreen        1-1-3
    
    If you have more than X elements in your cms-row-X-* container and want them floating into multiple lines you need to
    - add ".cms-row-multiline" instead to the container and 
    - count the items by css classes: .cms-col-item-[1-12]
    This is required for IE8 which does not understand e.g. :nth-child(2n+1)
    Multiline will break as 1-2-3.

    ------------------------------------------------------------------------------*/
  .cms-row-2-smartphone {
    zoom: 1;
  }
  .cms-row-2-smartphone:before, .cms-row-2-smartphone:after {
    content: "";
    display: table;
  }
  .cms-row-2-smartphone:after {
    clear: both;
  }
  .cms-row-2-smartphone .cms-col {
    width: 47.5%;
    margin-left: 5%;
  }

  .cms-row-2-tablet {
    zoom: 1;
  }
  .cms-row-2-tablet:before, .cms-row-2-tablet:after {
    content: "";
    display: table;
  }
  .cms-row-2-tablet:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-row-2-tablet .cms-col {
    /* MQ: Tablet */
    width: 47.5%;
    margin-left: 5%;
  }
}

@media screen and (min-device-width: 320px) {
  .cms-row-2-widescreen {
    zoom: 1;
  }
  .cms-row-2-widescreen:before, .cms-row-2-widescreen:after {
    content: "";
    display: table;
  }
  .cms-row-2-widescreen:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .cms-row-2-widescreen .cms-col {
    /* MQ: Widescreen */
    width: 47.5%;
    margin-left: 5%;
  }
}

@media screen and (min-device-width: 320px) {
  .cms-row-3-smartphone {
    zoom: 1;
  }
  .cms-row-3-smartphone:before, .cms-row-3-smartphone:after {
    content: "";
    display: table;
  }
  .cms-row-3-smartphone:after {
    clear: both;
  }
  .cms-row-3-smartphone .cms-col {
    width: 31.03%;
    margin-left: 3.43%;
  }

  .cms-row-3-tablet {
    zoom: 1;
  }
  .cms-row-3-tablet:before, .cms-row-3-tablet:after {
    content: "";
    display: table;
  }
  .cms-row-3-tablet:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-row-3-tablet .cms-col {
    /* MQ: Tablet */
    width: 31.03%;
    margin-left: 3.43%;
  }
}

@media screen and (min-device-width: 320px) {
  .cms-row-3-widescreen {
    zoom: 1;
  }
  .cms-row-3-widescreen:before, .cms-row-3-widescreen:after {
    content: "";
    display: table;
  }
  .cms-row-3-widescreen:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .cms-row-3-widescreen .cms-col {
    /* MQ: Widescreen */
    width: 31.03%;
    margin-left: 3.43%;
  }
}

@media screen and (min-device-width: 320px) {
  .cms-col {
    float: left;
    width: 100%;
  }
  .cms-col:first-child {
    margin-left: 0 !important;
  }

  /* 
   * Enables floating elements to break correctly:
   * widescreen - tablet - smartphone: 3 - 2 - 1
   */
  .cms-row-multiline,
  .cms-row-multiline-3 {
    zoom: 1;
  }
  .cms-row-multiline:before, .cms-row-multiline:after,
  .cms-row-multiline-3:before,
  .cms-row-multiline-3:after {
    content: "";
    display: table;
  }
  .cms-row-multiline:after,
  .cms-row-multiline-3:after {
    clear: both;
  }
  .cms-row-multiline .cms-col-item,
  .cms-row-multiline-3 .cms-col-item {
    float: left;
    clear: left;
    width: 100%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-row-multiline .cms-col-item,
  .cms-row-multiline-3 .cms-col-item {
    /* MQ: Tablet */
    clear: none;
    width: 47.5%;
    margin-left: 5%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) and (min-width: 1004px) {
  .cms-row-multiline .cms-col-item,
  .cms-row-multiline-3 .cms-col-item {
    /* MQ: Widescreen */
    clear: none;
    width: 31.03%;
    margin-left: 3.43%;
  }
}

@media screen and (min-device-width: 320px) {
  .cms-row-multiline .cms-col-item:first-child,
  .cms-row-multiline-3 .cms-col-item:first-child {
    margin-left: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-row-multiline,
  .cms-row-multiline-3 {
    /* MQ: Tablet */
    /*.product-teaser:nth-child(2n+1),*/
  }
  .cms-row-multiline .cms-col-mod-2,
  .cms-row-multiline-3 .cms-col-mod-2 {
    margin-left: 0;
    clear: left;
  }
}

@media screen and (min-device-width: 320px) and (min-width: 600px) and (min-width: 1004px) {
  .cms-row-multiline,
  .cms-row-multiline-3 {
    /* MQ: Widescreen */
    /*.product-teaser:nth-child(2n+1),*/
    /*.product-teaser:nth-child(3n+1),*/
  }
  .cms-row-multiline .cms-col-mod-2,
  .cms-row-multiline-3 .cms-col-mod-2 {
    clear: none;
    width: 31.03%;
    margin-left: 3.43%;
  }
  .cms-row-multiline .cms-col-mod-3,
  .cms-row-multiline-3 .cms-col-mod-3 {
    margin-left: 0;
    clear: left;
  }
}

@media screen and (min-device-width: 320px) {
  /* 
   * Enables floating elements to break correctly:
   * widescreen - tablet - smartphone: 2 - 1 - 1
   */
  .cms-row-multiline-2 {
    zoom: 1;
  }
  .cms-row-multiline-2:before, .cms-row-multiline-2:after {
    content: "";
    display: table;
  }
  .cms-row-multiline-2:after {
    clear: both;
  }
  .cms-row-multiline-2 .cms-col-item {
    float: left;
    clear: none;
    width: 100%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .cms-row-multiline-2 .cms-col-item {
    /* MQ: Widescreen */
    clear: none;
    width: 47.5%;
    margin-left: 5%;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-row-multiline-2 .cms-col-item:first-child {
    margin-left: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .cms-row-multiline-2 {
    /* MQ: Widescreen */
    /*.product-teaser:nth-child(2n+1),*/
  }
  .cms-row-multiline-2 .cms-col-mod-2 {
    margin-left: 0;
    clear: left;
  }
}

@media screen and (min-device-width: 320px) {
  /* 
   * Enables floating elements to break correctly:
   * widescreen - tablet - smartphone: 6 - 6 - 3
   */
  .cms-row-multiline-6 {
    zoom: 1;
  }
  .cms-row-multiline-6:before, .cms-row-multiline-6:after {
    content: "";
    display: table;
  }
  .cms-row-multiline-6:after {
    clear: both;
  }
  .cms-row-multiline-6 .cms-col-item {
    float: left;
    clear: none;
    width: 31.03%;
    margin-left: 3.43%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-row-multiline-6 .cms-col-item {
    /* MQ: Tablet */
    clear: none;
    width: 15%;
    margin-left: 2%;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-row-multiline-6 .cms-col-item:first-child {
    margin-left: 0;
  }
  .cms-row-multiline-6 .cms-col-mod-3 {
    margin-left: 0;
    clear: left;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-row-multiline-6 {
    /* MQ: Tablet */
    /*.product-teaser:nth-child(6n+1),*/
    /*.product-teaser:nth-child(6n+1),*/
  }
  .cms-row-multiline-6 .cms-col-mod-3 {
    clear: none;
    margin-left: 2%;
  }
  .cms-row-multiline-6 .cms-col-mod-6 {
    margin-left: 0;
    clear: left;
  }
}

@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* BREADCRUMB SECTION
  ------------------------------------------------------------------------------*/
  .channel-header {
    -webkit-box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef, inset 0 -18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef, inset 0 -18px 18px -18px #efefef;
    box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef, inset 0 -18px 18px -18px #efefef;
    padding: 6px 10px 10px;
    border-bottom: 1px solid #d7d7d7;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .channel-header {
    /* MQ: Tablet */
    padding: 6px 25px 10px 20px;
  }
}
@media screen and (min-device-width: 320px) {
  .channel-header ul.breadcrumb {
    font-size: 11px;
    font-size: 1.1rem;
    min-height: 1em;
    margin: 10px 0 5px;
  }
  .channel-header ul.breadcrumb li {
    float: left;
  }
  .channel-header ul.breadcrumb li:first-child a {
    padding-left: 0;
  }
  .channel-header ul.breadcrumb li:first-child a:before {
    content: "";
    margin-right: 0;
  }
  .channel-header ul.breadcrumb a, .channel-header ul.breadcrumb span {
    color: #999999;
    padding-left: 4px;
  }
  .channel-header ul.breadcrumb a:hover {
    color: #999999;
    padding-left: 4px;
    text-decoration: none;
  }
  .channel-header ul.breadcrumb a:before, .channel-header ul.breadcrumb span:before {
    content: "\203a";
    margin-right: 4px;
    text-decoration: none;
  }

  #wrapper .channel-header + #content,
  .page-wrapper .channel-header + #content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* COMMON STYLES FOR COREMEDIA CONTENT: forked from .formatted
  ------------------------------------------------------------------------------*/
  /* paragraphs */
  p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  div {
    line-height: 1.5;
  }

  p + p {
    /*! margin-top: 1.27em; */
    font-size: initial;
  }
  
  .article-body > p + p {
    /*! margin: 0; */
  }

  .cms-richtext,
  .cms-common {
    /* COMMON STYLES FROM RTE */
    /** Special paragraph styles */
    /* last divider needs to simulate */
    /** Image styles */
    /* lists */
  }
  .cms-richtext h1,
  .cms-common h1 {
    /*! margin-top: .9em; */
    margin-bottom: .6em;
  }
  .cms-richtext h2,
  .cms-common h2 {
    margin-top: 1.2em;
    margin-bottom: 0.25em;
  }
  .cms-richtext h3,
  .cms-common h3 {
    margin-top: 1.5em;
    margin-bottom: .4em;
  }
  .cms-richtext h4,
  .cms-common h4 {
    margin-top: 2em;
    margin-bottom: .4em;
  }
  .cms-richtext h5,
  .cms-common h5 {
    margin-top: 2em;
    margin-bottom: .66em;
  }
  .cms-richtext p,
  .cms-richtext li,
  .cms-richtext td,
  .cms-common p,
  .cms-common li,
  .cms-common td {
    color: #555;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    word-break: break-word;
  }
  .cms-richtext li p,
  .cms-common li p {
    margin: 0;
  }
  .cms-richtext p + p,
  .cms-richtext ol + p,
  .cms-richtext ul + p,
  .cms-richtext table + p,
  .cms-common p + p,
  .cms-common ol + p,
  .cms-common ul + p,
  .cms-common table + p {
    margin-top: .5em;
  }
  .cms-richtext .default-form,
  .cms-common .default-form {
    margin-top: 2.6em;
  }
  .cms-richtext .form-section,
  .cms-common .form-section {
    padding-right: 20px;
    padding-top: 1px;
    padding-bottom: 34px;
  }
  .cms-richtext .form-section div.error-message,
  .cms-common .form-section div.error-message {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cms-richtext .form-section h2,
  .cms-common .form-section h2 {
    margin-top: 1.4em;
    margin-bottom: 0;
  }
  .cms-richtext p.intro--paragraph,
  .cms-common p.intro--paragraph {
    font-size: 22px;
    font-size: 2.2rem;
    font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.3;
  }
  .cms-richtext p.intro--paragraph + p, .cms-richtext p.intro--paragraph + ol
  .cms-richtext p.intro--paragraph + ul, .cms-richtext p.intro--paragraph + div, .cms-richtext p.intro--paragraph + table,
  .cms-common p.intro--paragraph + p,
  .cms-common p.intro--paragraph + ol
  .cms-richtext p.intro--paragraph + ul,
  .cms-common p.intro--paragraph + div,
  .cms-common p.intro--paragraph + table, .cms-richtext p.intro--paragraph + ol
  .cms-common p.intro--paragraph + ul,
  .cms-common p.intro--paragraph + ol
  .cms-common p.intro--paragraph + ul {
    margin-top: 1rem;
  }
  .cms-richtext p.intro--paragraph.twoColumnRight--paragraph + *,
  .cms-common p.intro--paragraph.twoColumnRight--paragraph + * {
    margin-top: .6em;
  }
  .section-header + .cms-richtext p.intro--paragraph, .section-header +
  .cms-common p.intro--paragraph {
    margin-top: 1.5rem;
  }
  .cms-richtext p.twoColumnLeft--paragraph.intro--paragraph + .intro--paragraph,
  .cms-common p.twoColumnLeft--paragraph.intro--paragraph + .intro--paragraph {
    margin-top: .6em;
  }
  .cms-richtext p.divider--paragraph,
  .cms-common p.divider--paragraph {
    zoom: 1;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0.5em 0;
    margin-top: 1.25em;
  }
  .cms-richtext p.divider--paragraph:before, .cms-richtext p.divider--paragraph:after,
  .cms-common p.divider--paragraph:before,
  .cms-common p.divider--paragraph:after {
    content: "";
    display: table;
  }
  .cms-richtext p.divider--paragraph:after,
  .cms-common p.divider--paragraph:after {
    clear: both;
  }
  .cms-richtext p.divider--paragraph + p.divider--paragraph,
  .cms-common p.divider--paragraph + p.divider--paragraph {
    border-top: none;
    margin: 0;
  }
  .cms-richtext p.divider--paragraph + p,
  .cms-common p.divider--paragraph + p {
    margin-top: 1.1em;
  }
  .cms-richtext .divider--list p:first-child,
  .cms-common .divider--list p:first-child {
    border-top: 1px solid;
  }
  .cms-richtext img,
  .cms-common img {
    max-width: 100%;
  }
  .cms-richtext p img,
  .cms-common p img {
    margin-top: .4em;
    margin-bottom: .5em;
  }
  .cms-richtext img.float--left,
  .cms-common img.float--left {
    margin-right: 1.5em;
  }
  .cms-richtext img.float--right,
  .cms-common img.float--right {
    margin-left: 1.5em;
  }
  .cms-richtext ol,
  .cms-richtext ul,
  .cms-common ol,
  .cms-common ul {
    padding-left: 30px;
    margin-top: .6em;
  }
  .cms-richtext ol,
  .cms-common ol {
    list-style-type: decimal;
  }
  .cms-richtext ul,
  .cms-common ul {
    list-style-type: none;
    padding-left: 42px;
  }
  .cms-richtext li,
  .cms-common li {
    margin-top: .66em;
    position: relative;
  }
  .cms-richtext ul li:before,
  .cms-common ul li:before {
    background: url(/spcom/sites/palgrave/images/list-bullet-small.png) no-repeat 0px 0px;
    width: 7px;
    height: 7px;
    display: inline-block;
    content: " ";
    position: absolute;
    left: -19px;
    top: 9px;
  }
  .cms-large-lists .cms-richtext ol,
  .cms-large-lists .cms-richtext ul, .cms-large-lists
  .cms-common ol,
  .cms-large-lists
  .cms-common ul {
    list-style-type: none;
    padding-left: 40px;
  }
  .cms-large-lists .cms-richtext li, .cms-large-lists
  .cms-common li {
    margin: 1em 0;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.2;
    color: #555;
  }
  .cms-large-lists .cms-richtext li:before, .cms-large-lists
  .cms-common li:before {
    background: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #d83b5b;
    color: #d83b5b;
    display: block;
    content: " ";
    position: absolute;
    left: -40px;
    top: -4px;
  }
  .cms-large-lists .cms-richtext li a, .cms-large-lists
  .cms-common li a {
    color: #d83b5b;
  }
  .cms-large-lists .cms-richtext li a:hover, .cms-large-lists
  .cms-common li a:hover {
    color: #dc506d;
  }
  .cms-large-lists .cms-richtext ul li:before, .cms-large-lists
  .cms-common ul li:before {
    content: "U";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: inline;
    padding: 3px 0 0 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cms-large-lists .cms-richtext ol:first-child, .cms-large-lists
  .cms-common ol:first-child {
    counter-reset: largelistcounter;
  }
  .cms-large-lists .cms-richtext ol > li, .cms-large-lists
  .cms-common ol > li {
    counter-increment: largelistcounter;
  }
  .cms-large-lists .cms-richtext ol > li:before, .cms-large-lists
  .cms-common ol > li:before {
    content: counter(largelistcounter) " ";
    text-align: center;
    line-height: 1.4em;
  }
  .cms-richtext .cms-link-list,
  .cms-common .cms-link-list {
    padding-left: 0;
  }
  .cms-richtext .cms-link-list li a,
  .cms-common .cms-link-list li a {
    padding-left: 1.45em;
    display: inline-block;
  }
  .cms-richtext .cms-link-list li a:before,
  .cms-common .cms-link-list li a:before {
    content: "A";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: relative;
    display: inline;
    margin-right: .7em;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .cms-richtext table,
  .cms-common table {
    margin: 1.1em 0 1.8em;
  }
  .cms-highlight-1 .cms-richtext table, .cms-highlight-1
  .cms-common table {
    border: 20px solid #fff;
    border-top: none;
    background-color: #fff;
  }
  .cms-richtext table p,
  .cms-common table p {
    margin: 0;
  }
  .cms-richtext table td,
  .cms-common table td {
    border: none;
    /*! border-bottom: 1px solid #ddd; */
    padding: 15px 20px 15px 0;
    vertical-align: top;
  }
  .cms-richtext table tr:first-child,
  .cms-common table tr:first-child {
    /* copy from "default-table th" as CM does not provide th; with top border as there is no caption in CM yet */
  }
  .cms-richtext table tr:first-child td,
  .cms-common table tr:first-child td {
    border-bottom: 3px solid #777777;
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
    color: #2b2b2b;
  }

  /* SPACING of elements
  -------------------------------------------------------------------------------*/
  .cms-container {
    margin: 2.6em 0;
    overflow: hidden;
  }
  .cms-container:first-child {
    margin-top: 0;
  }

  .cms-container-overflow {
    overflow: visible;
  }

  .box .cms-container {
    margin: 0;
  }

  /* ARTICLE
  ------------------------------------------------------------------------------*/
  .cms-article .taxonomy {
    font-size: 11px;
    font-size: 1.1rem;
    color: #777777;
  }
  .cms-article .taxonomy a {
    color: inherit;
  }
  .cms-article .taxonomy .publication-date + .subjects::before {
    content: "|";
    margin: 0 8px;
  }
  .cms-article .imgAvatar {
    max-width: 140px;
  }
  .cms-article .imgSmall {
    max-width: 261px;
  }
  .cms-article .imgMedium {
    max-width: 576px;
  }
  .cms-article .imgLarge {
    max-width: 776px;
  }
  .cms-article .cms-link-list li {
    background: none !important;
  }
  .cms-article .cms-link-list li:before {
    background: none !important;
  }
  .cms-article .twoColumnLeft--paragraph {
    float: left;
    clear: left;
    width: 80px;
  }
  .cms-article .twoColumnRight--paragraph {
    margin-left: 100px;
  }
  .cms-article .twoColumnSeparatorLeft--paragraph,
  .cms-article .twoColumnSeparatorLeft--paragraph--noborder {
    clear: both;
    height: 0;
    margin: .1em 0;
    overflow: hidden;
  }
  .cms-article .twoColumnSeparatorLeft--paragraph {
    border-top: 1px solid #ddd;
    margin: 1.1em 0;
  }
  .cms-article .twoColumnSeparatorLeft--paragraph + .twoColumnLeft--paragraph {
    margin-top: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .cms-article {
    /* MQ: Widescreen */
  }
  .cms-article .twoColumnLeft--paragraph {
    width: 160px;
  }
  .cms-article .twoColumnRight--paragraph {
    margin-left: 180px;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-article p.intro--paragraph.twoColumnRight--paragraph + * {
    margin-top: .6em;
  }
  .cms-article > h1 {
    margin-top: 0;
  }
  .cms-article h3 {
    clear: both;
  }
  .cms-article .cms-richtext .btn-primary {
    display: inline-block;
    margin-top: .5em;
  }

  .cms-article:hover .taxonomy a {
    color: #00768a;
  }

  .cms-categorized-list .taxonomy {
    margin: 1.5em 0 -2.7em;
  }
  .cms-categorized-list h3 {
    line-height: 1.3;
  }
  .cms-categorized-list > ul > li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1em;
  }
  .cms-categorized-list > ul > li p {
    margin-top: .6em;
  }
  .cms-categorized-list .abstract {
    margin: .7em 0;
    color: #777777;
  }
  .cms-categorized-list .action {
    font-size: 13px;
    font-size: 1.3rem;
  }

  /* PERSON-TYPE ARTICLE STYLES
  ------------------------------------------------------------------------------*/
  .cms-person .person-type {
    margin-top: 1.1em;
  }
  .cms-person .overview {
    zoom: 1;
  }
  .cms-person .overview:before, .cms-person .overview:after {
    content: "";
    display: table;
  }
  .cms-person .overview:after {
    clear: both;
  }
  .cms-person .avatar {
    margin-top: 1em;
    float: left;
    max-width: 25%;
    margin-right: 7%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-person .avatar {
    /* MQ: Tablet */
    margin-right: 7%;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-person .description {
    float: left;
    width: 68%;
  }
  .cms-person .description p:first-of-type span:first-of-type {
    font-weight: bold;
  }
  .cms-person .cms-person-noimage .description {
    width: auto;
    float: none;
  }
  .cms-person address {
    margin-top: .6em;
  }
  .cms-person address p {
    margin: 0;
  }
  .cms-person .person-detail {
    margin-top: 2.15em;
  }
  .cms-person ol, .cms-person ul {
    margin-top: .6em;
  }

  .cms-person-list h2 {
    padding-right: 0;
  }
  .cms-person-list ul {
    list-style-type: none;
    padding: 0;
  }
  .cms-person-list li {
    zoom: 1;
  }
  .cms-person-list li:before, .cms-person-list li:after {
    content: "";
    display: table;
  }
  .cms-person-list li:after {
    clear: both;
  }
  .cms-person-list li + li {
    margin-top: 1.3em;
  }
  .cms-person-list .cms-person h3 {
    margin-top: .1em;
  }
  .cms-person-list .cms-person .avatar {
    margin-top: .5em;
  }
  .cms-person-list .cms-person .description--paragraph {
    margin-top: .7em;
  }

  /* CMS FORM
  --------------------------------------------------*/
  .cms-form .form-section > h2 {
    margin-top: .55em;
  }
  .cms-form .form-row p {
    color: #666666;
  }
  .cms-form .form-submit-section {
    background-color: transparent;
    padding: 20px 0 0 0;
    margin-right: 20px;
    border-top: 1px solid #ddd;
  }

  .cms-columns-row > .row > .columns > .cms-container > .cms-form {
    margin-top: 0;
  }
  .cms-columns-row > .row > .columns > .cms-container > .cms-form .form-section {
    padding-top: 0;
  }
  .cms-columns-row > .row > .columns > .cms-container > .cms-form .form-section > h2 {
    margin-top: 0;
  }

  /* CMS LINK LISTS (Quick Access)
  ----------------------------------------------------------*/
  .cms-linklists h3 {
    margin-top: -.1em;
    border-bottom: 1px solid #ddd;
    padding-bottom: .65em;
  }
  .cms-linklists h4 {
    margin-top: 1em;
    margin-bottom: .5em;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .cms-linklists ul {
    margin-top: .85em;
  }
  .cms-linklists .cms-col + .cms-col ul {
    margin-top: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-linklists .cms-col + .cms-col ul {
    /* MQ: Tablet */
    margin-top: .85em;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-linklists h4 + ul {
    margin-top: .6em;
  }

  /* Counter
  -----------------------------------------*/
  .counter {
    color: #999999;
  }
  .counter:before {
    content: "(";
  }
  .counter:after {
    content: ")";
  }

  /* LINK LIST (WITH RAQUO, PLAIN)
  -------------------------------------------*/
  .cms-link-list li {
    line-height: 1.3;
  }
  .cms-link-list a {
    padding-left: 1.1em;
    margin-right: .6em;
    display: inline-block;
  }
  .cms-link-list a:before {
    content: "A";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: relative;
    display: inline;
  }

  .shop-disciplines dl, .shop-disciplines ul.cms-link-list,
  .cms-toc dl,
  .cms-toc ul.cms-link-list,
  .cms-linklists dl,
  .cms-linklists ul.cms-link-list,
  .cms-person dl,
  .cms-person ul.cms-link-list {
    padding-left: 0;
    list-style-type: none;
  }
  .shop-disciplines li,
  .cms-toc li,
  .cms-linklists li,
  .cms-person li {
    margin-top: 0;
    margin-bottom: .45em;
    position: relative;
  }

  .cms-tab-content p.link-text {
    margin-bottom: 0;
  }

  ol.cms-link-list-transparent,
  ul.cms-link-list-transparent {
    padding: 0 !important;
    list-style-type: none !important;
  }
  ol.cms-link-list-transparent li,
  ul.cms-link-list-transparent li {
    margin-top: 0;
  }

  .cms-toc .abstract {
    margin-bottom: 2.2em;
  }
  .cms-toc ul {
    margin-bottom: 3.7em;
  }

  /*
  -------------------------------------------------------*/
  .cms-video-wrapper {
    margin-top: .6em;
  }

  /** General floats (coremedia uses double dashes!) */
  .float--left, .float-left {
    float: left;
  }

  .float--right, .float-right {
    float: right;
  }

  .float--none, .float-none {
    float: none;
  }

  .cms-image-responsive img {
    max-width: 100% !important;
  }

  img.cover-small {
    max-width: 95px;
  }

  /* OVERWRITES if part of cms
  ----------------------------------------------------------*/
  .cms #wrapper #content,
  .cms .page-wrapper #content {
    padding-bottom: 0;
    padding-top: 50px;
  }

  .cms-barebone #wrapper #content,
  .cms-barebone .page-wrapper #content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cms .box {
    padding: 20px;
    overflow: hidden;
  }
  .cms .default-table {
    margin: 0;
    overflow-x: visible;
    /* needed for article flaps */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms .default-table {
    /* MQ: Tablet */
    overflow-x: auto;
  }
}
@media screen and (min-device-width: 320px) {
  .cms a.external:after {
    margin: 0 5px;
  }
  .cms .form-submit-section {
    text-align: right;
  }
  .cms .form-submit-section .btn {
    margin: 0 0 0 12px;
  }
  .cms .cms-col > .btn, .cms .cms-col > a > .btn {
    /* two-column buttons need to be column-wide */
    display: block;
    text-align: center;
  }

  .sg-color div {
    padding: 1em;
  }
  .sg-color .action-1 {
    background-color: #00768a;
  }
  .sg-color .action-2 {
    background-color: #008ca4;
  }
  .sg-color .action-3 {
    background-color: #008ca4;
  }
  .sg-color .action-4 {
    background-color: #008ca4;
  }
  .sg-color .action-5 {
    background-color: #008ca4;
  }
  .sg-color .action-6 {
    background-color: #008ca4;
  }
  .sg-color .action-7 {
    background-color: #008ca4;
  }
  .sg-color .action-8 {
    background-color: #008ca4;
  }
  .sg-color .type-1 {
    color: #333333;
  }
  .sg-color .type-2 {
    color: #555555;
  }
  .sg-color .type-3 {
    color: #666666;
  }
  .sg-color .type-4 {
    color: #777777;
  }
  .sg-color .type-5 {
    color: #999999;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* RELATED LINK ("see all")
  ------------------------------------------------------------------------------*/
  h1 + .related, h2 + .related, h3 + .related, .section-header + .related {
    float: right;
    display: block;
    position: relative;
    height: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
  }
  h1 + .related a, h2 + .related a, h3 + .related a, .section-header + .related a {
    color: #d83b5b;
    display: inline-block;
    text-decoration: none;
    position: relative;
    font-family: Verdana, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
  }
  h1 + .related a::after, h2 + .related a::after, h3 + .related a::after, .section-header + .related a::after {
    content: " A";
    font-family: sn_pm_icons;
  }
  h1 + .related {
    top: -2.0em;
  }
  h2 + .related, .section-header + .related {
    top: -2.2em;
  }
  h3 + .related {
    top: -1.2em;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* HEADERS
  -----------------------------------------*/
  .section-header {
    zoom: 1;
    position: relative;
  }
  .section-header:before, .section-header:after {
    content: "";
    display: table;
  }
  .section-header:after {
    clear: both;
  }
  .section-header h2 {
    margin-top: 0;
    margin-right: 1.5em;
  }
  .section-header .counter {
    font-family: Verdana, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cms-lang-jp .section-header .counter {
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", Arial, "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo, Osaka", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
  }

  .section-header a.back-link {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 6px;
    background-position: 0 5px;
    font-family: Verdana, sans-serif;
    padding: 3px 0 0 15px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .cms-lang-jp .section-header a.back-link {
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", Arial, "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo, Osaka", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
  }

  .cms-container > h1,
  .cms-container > h2,
  .cms-container > h3,
  .cms-container > .section-header,
  .cms-container > .section-header h1,
  .cms-container > .section-header h2,
  .cms-container > .section-header h3,
  .cms-container > div > h1,
  .cms-container > div > h2,
  .cms-container > div > h3,
  .cms-container > div > .section-header,
  .cms-container > div > .section-header h1,
  .cms-container > div > .section-header h2,
  .cms-container > div > .section-header h3 {
    margin-top: 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  #header {
    font-family: Verdana, sans-serif;
    /* Widescreen Global base font-size */
    /*         @include font-size($size14); */
    color: #333333;
    /*         @include font-size($bodySize); */
    margin: 0;
    padding: .5em .5em;
    /* Typography
    ------------------------------------------------------------------------------*/
    /* Links
    ------------------------------------------------------------------------------*/
    /* truncator */
    /* external */
    /* Forms
    ------------------------------------------------------------------------------*/
    /* Hiding
    ------------------------------------------------------------------------------*/
    /* Accessibility
    ------------------------------------------------------------------------------*/
    /* JavaScript/Chrome/Redirect -prompt notices
    ------------------------------------------------------------------------------*/
    /* Specific module styles for Base mode
    ------------------------------------------------------------------------------*/
  }
  .cms-lang-jp #header {
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", Arial, "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo, Osaka", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
    /* Widescreen Global base font-size */
  }
}
@media screen and (min-device-width: 320px) and (min-device-width: 320px) {
  #header {
    /* MQ: Smartphone */
    padding: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #header {
    /* MQ: Widescreen */
  }
}
@media screen and (min-device-width: 320px) {
  #header h1, #header h2 {
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    letter-spacing: 0.02em;
    line-height: 1.2;
  }
  .cms-lang-jp #header h1, .cms-lang-jp #header h2 {
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", Georgia, "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo, Osaka", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
  }
  #header h1 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #header h1 {
    /* MQ: Tablet */
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (min-device-width: 320px) {
  #header h1 span {
    color: #999999;
  }
  #header h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 7px 0;
  }
  #header h3 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    margin: 7px 0 5px;
  }
  #header sub, #header sup {
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1;
  }
  #header sub {
    vertical-align: text-bottom;
  }
  #header sup {
    vertical-align: text-top;
  }
  #header a {
    /* color: #777777; */
    text-decoration: none;
  }
  #header a:hover,
  #header a:active,
  #header a:focus {
    /* color: #000000; */
    text-decoration: none;
  }
  #header a[href='#more'],
  #header a[href='#less'] {
    color: #666666;
    font-size: 11px;
    font-size: 1.1rem;
    text-decoration: underline;
    white-space: nowrap;
  }
  #header a[href='#more']:hover,
  #header a[href='#less']:hover {
    color: #333333;
  }
  #header a.external:after {
    /* blue external link indicator */
    /* patternify URL: http://ptrn.it/ugEXX3 */
    content: '';
    display: inline-block;
    height: 8px;
    margin-left: 7px;
    width: 8px;
  }
  #header button,
  #header input,
  #header select,
  #header textarea {
    color: #666666;
    font-family: Verdana, sans-serif;
  }
  .cms-lang-jp #header button, .cms-lang-jp
  #header input, .cms-lang-jp
  #header select, .cms-lang-jp
  #header textarea {
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", Arial, "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo, Osaka", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
  }
  #header input[type=text],
  #header input[type=number],
  #header input[type=date],
  #header input[type=password],
  #header textarea {
    font-size: 16px;
    padding: 0 0 0 16px;
  }
  #header input[type=text].placeholder,
  #header input[type=password].placeholder {
    color: #999999;
  }
  #header input[type=text]:focus,
  #header input[type=password]:focus,
  #header textarea:focus {
    border-color: #00768a;
    -webkit-box-shadow: 0 0 3px #00768a;
    -moz-box-shadow: 0 0 3px #00768a;
    box-shadow: 0 0 3px #00768a;
    outline: none;
  }
  #header button,
  #header input[type=button],
  #header input[type=submit],
  #header input[type=image],
  #header label {
    cursor: pointer;
  }
  #header button::-moz-focus-inner,
  #header input::-moz-focus-inner {
    /* remove button padding in firefox */
    border: 0;
    padding: 0;
  }
  #header .lt-ie8 input,
  #header .lt-ie8 select {
    vertical-align: middle;
  }
  #header .hidden {
    display: none !important;
    visibility: hidden;
  }
  #header #gimme-satisfaction,
  #header #reader-overlay,
  #header .js-hidden,
  #header .pillow-btn,
  #header .no-js #results-only-access-checkbox,
  #header .tooltip {
    display: none;
  }
  #header #pub-date-graph {
    position: absolute;
    left: -1000px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #header #pub-date-graph {
    /* MQ: Widescreen */
    position: relative;
    left: auto;
  }
}
@media screen and (min-device-width: 320px) {
  #header .bar-dock {
    position: absolute;
    left: -100000px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #header .bar-dock {
    /* MQ: Tablet */
    position: static;
    left: auto;
  }
}
@media screen and (min-device-width: 320px) {
  #header .flyout-caption {
    background-color: transparent;
    border: none;
    left: -10000px;
  }
}
@media screen and (min-device-width: 320px) and (min-device-width: 320px) {
  #header .flyout-caption {
    /* MQ: Smartphone */
    left: auto;
  }
}
@media screen and (min-device-width: 320px) {
  #header .flyout-caption:focus {
    outline: none;
  }
  #header.header-checkout .flyout-caption {
    position: relative;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #header #gimme-satisfaction {
    /* MQ: Tablet */
    display: block;
  }
}
@media screen and (min-device-width: 320px) {
  #header #fdbk_tab {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #header #fdbk_tab {
    /* MQ: Widescreen */
    opacity: 1;
  }
}
@media screen and (min-device-width: 320px) and (max-width: 1020px) {
  #header #fdbk_tab {
    display: none;
  }
}
@media screen and (min-device-width: 320px) {
  #header .js #fdbk_screen {
    opacity: .75;
  }
  #header .accessibility {
    position: absolute;
    left: -100000px;
  }
  #header .no-js {
    padding-top: 42px;
  }

  .header-nav {
    font-size: 11px;
    color: #777777;
  }
  .header-nav a {
    color: #777777;
    text-decoration: none;
  }
  .header-nav span {
    color: #777777;
    text-decoration: none;
    margin-left: 20px;
    margin-right: 10px;
  }

  .pillow-btn-header {
    background: url(../sites/sgw/images/settings.png) no-repeat;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    background-repeat: no-repeat;
    border-color: #ddd;
    min-width: 21px;
    text-indent: -9999em;
    width: 53px;
    height: 36px;
    border: 1px solid #dcdcdc;
    border-top-color: gainsboro;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: gainsboro;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: gainsboro;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: gainsboro;
    border-left-style: solid;
    border-left-width: 1px;
    /* Open Search Options */
    /* Open search */
    /*
    &.headerbasket {
    height:15px;
    float:right;
    top:-2px;
    width:26px;
    background: url(../sites/sgw/images/basket.png) no-repeat;
    }
    */
    /* Open menu */
  }
  .pillow-btn-header:hover {
    border-color: #bcbcbc;
  }
  .pillow-btn-header.pillow-btn-active {
    padding: 0 15px;
    margin: 1px;
    -webkit-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.35), inset 0 -1px 0 rgba(255, 255, 255, 0.75);
    -moz-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.35), inset 0 -1px 0 rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.35), inset 0 -1px 0 rgba(255, 255, 255, 0.75);
    background-color: #ddd;
    border: none;
  }
  .lt-ie8 .pillow-btn-header {
    overflow: hidden;
  }
  .pillow-btn-header.open-search-options {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -4783px no-repeat;
  }
  .pillow-btn-header.open-search-options:hover {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -4710px no-repeat;
  }
  .pillow-btn-header.open-search-options:active, .pillow-btn-header.open-search-options:focus {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -4674px no-repeat;
  }
  .is-open .pillow-btn-header.open-search-options {
    /* flyout */
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -4710px no-repeat;
  }
  .pillow-btn-header.open-search {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -4327px no-repeat;
    position: absolute;
    top: 7px;
    right: 70px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .pillow-btn-header.open-search {
    /* MQ: Tablet */
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (min-device-width: 320px) {
  .pillow-btn-header.open-search:hover {
    /* hover */
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -4254px no-repeat;
  }
  body.show-search .pillow-btn-header.open-search {
    /* active */
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -4218px no-repeat;
  }
  .pillow-btn-header.open-menu {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -2780px no-repeat;
    position: absolute;
    top: 7px;
    right: 8px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .pillow-btn-header.open-menu {
    /* MQ: Tablet */
    right: 12px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .pillow-btn-header.open-menu {
    /* MQ: Widescreen */
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (min-device-width: 320px) {
  .pillow-btn-header.open-menu:hover {
    /* hover */
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -2562px no-repeat;
  }
  body.show-menu .pillow-btn-header.open-menu {
    /* active */
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -2526px no-repeat;
  }

  /* Search panel */
  .panel-search {
    background-color: #ddd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#ddd));
    background-image: -webkit-linear-gradient(top, #e3e3e3, #ddd);
    background-image: -moz-linear-gradient(top, #e3e3e3, #ddd);
    background-image: -ms-linear-gradient(top, #e3e3e3, #ddd);
    background-image: -o-linear-gradient(top, #e3e3e3, #ddd);
    background-image: linear-gradient(top, #e3e3e3, #ddd);
    -webkit-box-shadow: 0 -1px 0 #d0d0d0;
    -moz-box-shadow: 0 -1px 0 #d0d0d0;
    box-shadow: 0 -1px 0 #d0d0d0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ffffff;
    display: none;
    width: 100%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .panel-search {
    /* MQ: Tablet */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    border: none;
    position: absolute;
    bottom: auto;
    left: 200px;
    top: 0;
    display: block;
    width: 45.04167%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .panel-search {
    /* MQ: Widescreen */
    left: 30px;
    top: 72px;
    z-index: 5;
    width: 51.0416666667%;
  }
}
@media screen and (min-device-width: 320px) {
  .ie9 .panel-search {
    filter: none;
  }

  #global-search {
    margin: 7px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #global-search {
    /* MQ: Widescreen */
    margin: 0;
  }
}

@media screen and (min-device-width: 320px) {
  #search-options {
    display: none;
    position: absolute;
    top: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #search-options {
    /* MQ: Tablet */
    right: -66px;
    display: block;
  }
}
@media screen and (min-device-width: 320px) {
  #search-options .flyout-content {
    padding: .5em 10px;
    top: 3.2em;
    right: 0;
    left: auto;
    min-width: 120px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #search-options .flyout-content {
    /* MQ: Widescreen */
    right: auto;
    left: 0;
  }
}
@media screen and (min-device-width: 320px) {
  #search-options .flyout-content ul {
    border-top: 0;
    padding: 0;
  }

  /* Menu panel */
  .panel-menu {
    background: #3d3e43 url(../images/bg-mobile-menu.png) 0 0 repeat;
    display: none;
    width: 100%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .panel-menu {
    /* MQ: Widescreen */
    background: none;
    display: block;
    margin: 0;
    position: static;
  }
}

@media screen and (min-device-width: 320px) {
  #global-nav {
    -webkit-box-shadow: inset 0 5px 8px 0 rgba(0, 0, 0, 0.25), inset 0 -5px 8px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 5px 8px 0 rgba(0, 0, 0, 0.25), inset 0 -5px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 5px 8px 0 rgba(0, 0, 0, 0.25), inset 0 -5px 8px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #global-nav {
    /* MQ: Widescreen */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: none;
    padding: 0;
    overflow: visible;
  }
}
@media screen and (min-device-width: 320px) {
  .ie6 #global-nav {
    height: 36px;
  }
  #global-nav li {
    border-bottom: 1px solid #333333;
    border-top: 1px solid #4c4d51;
    color: #999999;
    display: block;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #global-nav li {
    /* MQ: Widescreen */
    border: none;
  }
}

@media screen and (min-device-width: 320px) {
  .ie9 #lang .flyout-caption {
    min-width: 70px;
  }

  .ie9 #edition .flyout-caption {
    min-width: 120px;
  }

  #headerlogo {
    background-repeat: no-repeat;
    color: transparent;
    /* IE 6 & 7 for input */
    direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -9999em;
    text-transform: capitalize;
    /* IE 6 & 7 for input */
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: url(/spcom/sites/palgrave/images/logo.png) no-repeat;
    display: inline-block;
    position: absolute;
    height: 50px;
    width: 300px;
    left: 10px;
    top: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #headerlogo {
    /* MQ: Tablet */
    left: 20px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #headerlogo {
    /* MQ: Widescreen */
    left: 30px;
    top: 13px;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-client-livingreviews #headerlogo {
    height: 68px;
    top: 12px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-client-livingreviews #headerlogo {
    /* MQ: Tablet */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .cms-client-livingreviews #headerlogo {
    /* MQ: Widescreen */
    top: 23px;
  }
}

@media screen and (min-device-width: 320px) {
  .cms-client-livingreviews #header {
    min-height: 90px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .cms-client-livingreviews #header {
    /* MQ: Widescreen */
    min-height: 0;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-client-livingreviews .navwrapper {
    display: none;
  }

  .lt-ie8 #search-options .open-search-options {
    display: block;
  }

  #cross-nav {
    z-index: 40;
  }
  #cross-nav .flyout-content {
    min-width: 120px;
  }
}
#search-field {
  z-index: 1;
  position: absolute;
  right: 0;
  left: 0;
}
#search-field .search-field--suggestions {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 2px;
  border: 1px solid #bcbcbc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background: #fff;
}
#search-field .search-field--suggestions li {
  background-color: #fff;
  cursor: pointer;
  line-height: 1.3;
  font-size: 15px;
  padding: 8px 16px;
}
#search-field .search-field--suggestions li:last-child {
  margin-bottom: 8px;
}
#search-field .search-field--suggestions li:hover, #search-field .search-field--suggestions li.selected {
  background-color: #edf5fb;
}
#search-field .search-field--suggestions li mark {
  background: none;
  font-weight: bold;
}

body {
  padding: 0;
  background: white;
}
body .row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body .row *,
body .row *:before,
body .row *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body #wrapper,
body .page-wrapper {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body #wrapper #content,
body .page-wrapper #content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body #header {
  background-color: #fefefe;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #FFF, #f0f0f0);
  background-image: -moz-linear-gradient(top, #FFF, #f0f0f0);
  background-image: -ms-linear-gradient(top, #FFF, #f0f0f0);
  background-image: -o-linear-gradient(top, #FFF, #f0f0f0);
  background-image: linear-gradient(top, #FFF, #f0f0f0);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-top: 7px solid #d83b5b;
  z-index: 40;
  position: relative;
  min-height: 185px;
}
body #header > .row {
  min-height: 185px;
}
@media screen and (min-width: 600px) {
  body #header {
    /* MQ: Tablet */
    min-height: 110px;
  }
  body #header > .row {
    min-height: 110px;
  }
}
body #header button,
body #header input,
body #header select,
body #header textarea {
  font-family: Verdana, sans-serif;
}
body #header #headerlogo {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  display: inline-block;
  background: url("/spcom/sites/palgrave/images/palgrave_logo_dark.png");
  background: url("/spcom/sites/palgrave/images/palgrave_logo_dark.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 146px;
  height: 65px;
  position: relative;
  left: 10px;
  top: 14px;
}
@media screen and (min-width: 600px) {
  body #header #headerlogo {
    /* MQ: Tablet */
    left: 0;
  }
}
body #header .panel-menu {
  display: block;
  position: absolute;
  top: 117px;
  background-image: none;
  background-color: #555555;
}
@media screen and (min-width: 600px) {
  body #header .panel-menu {
    /* MQ: Tablet */
    position: relative;
    top: auto;
  }
}
@media screen and (min-width: 600px) {
  body #header .panel-menu #cross-nav {
    /* MQ: Tablet */
    top: -6px;
  }
}
body #header .panel-menu #cross-nav #basket-widget .flyout-caption:after {
  content: "V";
  font-family: "sn_pm_icons";
  text-transform: none;
  position: relative;
  display: block;
  color: #f9f9f9;
  font-size: 16px;
  font-size: 1.6rem;
  float: left;
}
@media screen and (min-width: 600px) {
  body #header .panel-menu #cross-nav #basket-widget .flyout-caption:after {
    /* MQ: Tablet */
    color: #555;
  }
}
body #header .panel-menu #cross-nav #basket-widget .flyout-caption .totalQuantity {
  display: inline-block;
  margin-left: .5em;
}
body #header .panel-menu #cross-nav #basket-widget .flyout-content li {
  margin: 0;
}
body #header .panel-menu #cross-nav #basket-widget .flyout-content li a:hover,
body #header .panel-menu #cross-nav #basket-widget .flyout-content li a:focus {
  color: #008ca4 !important;
  background: inherit;
}
body #header .panel-menu #cross-nav a.headerbasket {
  background-image: none;
}
body #header .panel-menu #cross-nav .flyout-content {
  min-width: 180px;
}
body #header [hidden] {
  display: none;
}
body #header .visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
body #header form.site-search {
  position: relative;
  top: 43px;
}
body #header form.site-search input.search-query {
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  height: 35px;
  padding: .5em 4em .5em .75em;
  border: 1px solid transparent;
  background: #ddd;
  color: black;
  outline: 0;
}
body #header form.site-search input.search-query::-webkit-input-placeholder {
  color: #555;
  font-size: 13px;
  font-size: 1.3rem;
}
body #header form.site-search input.search-query:-moz-placeholder {
  color: #555;
  font-size: 13px;
  font-size: 1.3rem;
}
body #header form.site-search input.search-query::-moz-placeholder {
  color: #555;
  font-size: 13px;
  font-size: 1.3rem;
}
body #header form.site-search input.search-query:-ms-input-placeholder {
  color: #555;
  font-size: 13px;
  font-size: 1.3rem;
}
body #header form.site-search input.search-query:focus {
  background-color: #fff;
  border-color: #d7d7d7;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@supports (transform: scale(0)) {
  body #header form.site-search div.awesomplete > ul {
    transition: 0.3s cubic-bezier(0.4, 0.2, 0.5, 1.4);
    transform-origin: 1.43em -.43em;
  }
  body #header form.site-search div.awesomplete > ul[hidden],
  body #header form.site-search div.awesomplete > ul:empty {
    opacity: 0;
    transform: scale(0);
    display: block;
    transition-timing-function: ease;
  }
}
body #header form.site-search div.awesomplete mark {
  font-weight: bold;
  background-color: inherit;
}
body #header form.site-search div.awesomplete li[aria-selected="true"] {
  background: #f4f4f4;
}
body #header form.site-search div.awesomplete > ul {
  position: absolute;
  left: 0;
  z-index: 1;
  min-width: 100%;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0 0 0;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-top-style: none;
  text-shadow: none;
}
body #header form.site-search div.awesomplete > ul:empty {
  display: none;
}
body #header form.site-search div.awesomplete > ul[hidden] {
  display: none;
}
body #header form.site-search div.awesomplete > ul > li {
  position: relative;
  padding: .4em .5em;
  cursor: pointer;
  line-height: 1.5;
  font-size: 13px;
  font-size: 1.3rem;
  color: #2b2b2b;
}
body #header form.site-search div.awesomplete > ul > li:hover {
  background: #f4f4f4;
}
body #header form.site-search div.awesomplete > ul > li mark {
  color: #2b2b2b;
}
body #header form.site-search button {
  font-size: 17.5px;
  font-size: 1.75rem;
  border-color: transparent;
  background-image: none;
  background-color: transparent;
  right: 22px;
  top: 4px;
  position: absolute;
}
body #header form.site-search button:after {
  content: "6";
  font-family: "sn_pm_icons";
  text-transform: none;
  position: absolute;
  display: inline;
  z-index: 10;
  color: #d83b5b;
}
body #header #header .flyout-caption {
  border: 1px solid transparent;
}
body .navwrapper {
  border-bottom: 1px solid #d7d7d7;
}
@media screen and (min-width: 600px) {
  body .navwrapper {
    /* MQ: Tablet */
    background: white;
    height: 53px;
    border-top-width: 0;
  }
}
@media screen and (min-width: 600px) {
  body .navwrapper {
    /* MQ: Tablet */
  }
  nav > ul > li > * > a,
  nav > ul > li a {
    text-shadow: none;
  }
  nav > ul > li > * > a:hover, nav > ul > li > * > a:active, nav > ul > li > * > a:focus,
  nav > ul > li a:hover,
  nav > ul > li a:active,
  nav > ul > li a:focus {
    text-shadow: none;
  }
}
@media screen and (min-width: 600px) {
  body .navwrapper nav {
    /* MQ: Tablet */
    margin-left: 0;
  }
}
body .navwrapper nav ul#global-nav {
  padding-top: 43px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media screen and (min-width: 600px) {
  body .navwrapper nav ul#global-nav {
    /* MQ: Tablet */
    padding-top: 0;
    overflow: visible;
  }
}
body .navwrapper nav ul#global-nav a {
  font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
}
body .navwrapper nav ul#global-nav li {
  border-width: 0;
}
body .navwrapper nav ul#global-nav > li:after {
  content: "A";
  font-family: "sn_pm_icons";
  text-transform: none;
  position: absolute;
  display: inline;
  font-size: 1.2em;
  top: 12px;
  right: .5em;
  background: none;
}
body .navwrapper nav ul#global-nav > li.open:after {
  content: "C";
  font-family: "sn_pm_icons";
  text-transform: none;
  position: absolute;
  display: inline;
}
@media screen and (min-width: 600px) {
  body .navwrapper nav ul#global-nav > li {
    /* MQ: Tablet */
    width: 50%;
    cursor: pointer;
    border-left: 1px solid #d7d7d7;
  }
  body .navwrapper nav ul#global-nav > li:last-child {
    border-right: 1px solid #d7d7d7;
  }
  body .navwrapper nav ul#global-nav > li:after, body .navwrapper nav ul#global-nav > li.open:after {
    content: "";
  }
}
body .navwrapper nav ul#global-nav > li a {
  color: #666666;
}
@media screen and (min-width: 600px) {
  body .navwrapper nav ul#global-nav > li a {
    /* MQ: Tablet */
    border-width: 0;
  }
}
body .navwrapper nav ul#global-nav > li .nav-main a {
  text-transform: uppercase;
}
@media screen and (min-width: 600px) {
  body .navwrapper nav ul#global-nav > li .nav-main a {
    /* MQ: Tablet */
    padding: 17px 1em;
  }
}
@media screen and (min-width: 600px) {
  body .navwrapper nav ul#global-nav > li .nav-main a:after {
    /* MQ: Tablet */
    color: #d83b5b;
    content: "C";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: relative;
    display: inline;
    left: 0.25em;
    top: .075em;
  }
}
@media screen and (min-width: 600px) {
  body .navwrapper nav ul#global-nav > li .nav-main a:hover {
    /* MQ: Tablet */
    color: #d83b5b;
  }
}
@media screen and (min-width: 600px) {
  body .navwrapper nav ul#global-nav > li .nav-sub {
    /* MQ: Tablet */
    top: 54px;
    border-width: 0;
  }
}
@media screen and (min-width: 600px) {
  body .navwrapper nav ul#global-nav > li .nav-sub li {
    /* MQ: Tablet */
    border-width: 0;
  }
}
.no-js nav > ul > li .nav-sub {
  position: static;
  clear: left;
}
body .navwrapper nav ul#global-nav > li.open,
body .navwrapper nav ul#global-nav > li.open-clicked, .no-js body .navwrapper nav ul#global-nav li {
  background-color: #f2f2f2;
}
body .navwrapper nav ul#global-nav > li.open a,
body .navwrapper nav ul#global-nav > li.open-clicked a, .no-js body .navwrapper nav ul#global-nav li a {
  background-color: #f2f2f2;
}
body .navwrapper nav ul#global-nav > li.open .nav-main a,
body .navwrapper nav ul#global-nav > li.open-clicked .nav-main a, .no-js body .navwrapper nav ul#global-nav li .nav-main a {
  background: #f2f2f2;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  color: #d83b5b;
}
@media screen and (min-width: 600px) {
  body .navwrapper nav ul#global-nav > li.open .nav-main a:after,
  body .navwrapper nav ul#global-nav > li.open-clicked .nav-main a:after, .no-js body .navwrapper nav ul#global-nav li .nav-main a:after {
    /* MQ: Tablet */
    content: "B";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: relative;
    display: inline;
    top: 0.125em;
  }
}
body .navwrapper nav ul#global-nav > li.open .nav-sub,
body .navwrapper nav ul#global-nav > li.open-clicked .nav-sub, .no-js body .navwrapper nav ul#global-nav li .nav-sub {
  display: block;
}
@media screen and (min-width: 600px) {
  body .navwrapper nav ul#global-nav > li.open .nav-sub,
  body .navwrapper nav ul#global-nav > li.open-clicked .nav-sub, .no-js body .navwrapper nav ul#global-nav li .nav-sub {
    /* MQ: Tablet */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 1px solid #d7d7d7;
    height: auto;
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 600px) {
  body .navwrapper nav ul#global-nav > li.open .nav-sub ul,
  body .navwrapper nav ul#global-nav > li.open-clicked .nav-sub ul, .no-js body .navwrapper nav ul#global-nav li .nav-sub ul {
    /* MQ: Tablet */
    display: block;
  }
}
@media screen and (min-width: 600px) {
  body .navwrapper nav ul#global-nav > li.open .nav-sub ul li,
  body .navwrapper nav ul#global-nav > li.open-clicked .nav-sub ul li, .no-js body .navwrapper nav ul#global-nav li .nav-sub ul li {
    /* MQ: Tablet */
    border-bottom: 1px solid #d7d7d7;
  }
}
@media screen and (min-width: 600px) {
  body .navwrapper nav ul#global-nav > li.open .nav-sub ul li:last-child,
  body .navwrapper nav ul#global-nav > li.open-clicked .nav-sub ul li:last-child, .no-js body .navwrapper nav ul#global-nav li .nav-sub ul li:last-child {
    /* MQ: Tablet */
    border-bottom-width: 0;
  }
}
body .navwrapper nav ul#global-nav > li.open .nav-sub ul li a,
body .navwrapper nav ul#global-nav > li.open-clicked .nav-sub ul li a, .no-js body .navwrapper nav ul#global-nav li .nav-sub ul li a {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media screen and (min-width: 600px) {
  body .navwrapper nav ul#global-nav > li.open .nav-sub ul li a,
  body .navwrapper nav ul#global-nav > li.open-clicked .nav-sub ul li a, .no-js body .navwrapper nav ul#global-nav li .nav-sub ul li a {
    /* MQ: Tablet */
    padding: 17px 1em;
  }
}
body .navwrapper nav ul#global-nav > li.open .nav-sub ul li a:hover,
body .navwrapper nav ul#global-nav > li.open-clicked .nav-sub ul li a:hover, .no-js body .navwrapper nav ul#global-nav li .nav-sub ul li a:hover {
  background-color: #d83b5b;
  color: white;
  text-shadow: none;
}

#search-field {
  z-index: 1;
  position: absolute;
  right: 0;
  left: 0;
}
#search-field .search-field--suggestions {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-top-style: none;
  text-shadow: none;
}
#search-field .search-field--suggestions li {
  background-color: #fff;
  cursor: pointer;
  font-size: 13px;
  padding: 6px 0.75em;
}
#search-field .search-field--suggestions li:last-child {
  margin-bottom: 0;
}
#search-field .search-field--suggestions li:hover, #search-field .search-field--suggestions li.selected {
  background-color: #f4f4f4;
}
#search-field .search-field--suggestions li mark {
  background: none;
  font-weight: bold;
}

#basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle {
  border: 1px solid transparent !important;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 3px;
  height: 40px;
  outline: none;
  padding: 12px 16px;
  position: relative;
  z-index: 5;
  line-height: normal;
  z-index: 1;
}
#basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle:hover, #basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle:focus {
  color: #bcbcbc;
}
#basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle:focus {
  outline: 1px dotted;
}
.is-open #basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle:focus {
  outline: none;
}
#basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle:before {
  content: "C";
  font-family: "sn_pm_icons";
  text-transform: none;
  position: relative;
  display: inline;
  top: -2px;
  display: block;
  float: right;
  width: 7px;
  height: 5px;
  margin: 4px 5px 0 9px;
}
@media screen and (min-width: 600px) {
  #basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle {
    /* MQ: Tablet */
    color: #666666;
  }
  #basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle:hover {
    color: #dc506d;
  }
  #basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle::before {
    content: "C";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: relative;
    display: inline;
    color: #d83b5b;
  }
  .lt-ie8 #basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle {
    margin-right: 15px;
  }
}
#basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle:after {
  content: "V";
  font-family: "sn_pm_icons";
  text-transform: none;
  position: relative;
  display: block;
  color: #f9f9f9;
  font-size: 16px;
  font-size: 1.6rem;
  float: left;
}
@media screen and (min-width: 600px) {
  #basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle:after {
    /* MQ: Tablet */
    color: #555;
  }
}
#basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle > span {
  margin-left: 0.5em;
}
#basket-widget .toggleable-mini-cart .toggleable-mini-cart__body {
  background-color: #efefef;
  border: 1px solid #ddd;
  display: none;
  font-size: 12px;
  font-size: 1.2rem;
  padding: .5em 10px .5em;
  position: absolute;
  left: 0;
  right: auto;
  top: 42px;
  z-index: 5;
  padding: 15px 10px 6px;
  top: 98%;
  width: 322px;
  z-index: -1;
}
@media screen and (min-width: 600px) {
  #basket-widget .toggleable-mini-cart .toggleable-mini-cart__body {
    /* MQ: Tablet */
    min-width: 150px;
  }
}
@media screen and (min-width: 600px) {
  #basket-widget .toggleable-mini-cart .toggleable-mini-cart__body {
    /* MQ: Tablet */
    border-color: #ddd;
    left: auto;
    right: 0;
  }
}
#basket-widget .toggleable-mini-cart .toggleable-mini-cart__body ul,
#basket-widget .toggleable-mini-cart .toggleable-mini-cart__body ol {
  border-top: 1px solid #E4E4E4;
  padding-top: 4px;
}
#basket-widget .toggleable-mini-cart .toggleable-mini-cart__body ul:first-child,
#basket-widget .toggleable-mini-cart .toggleable-mini-cart__body ol:first-child {
  border-top: none;
  padding-top: 0;
}
#basket-widget .toggleable-mini-cart .toggleable-mini-cart__body > ul > li {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 -10px;
}
#basket-widget .toggleable-mini-cart .toggleable-mini-cart__body > ul > li a {
  color: #666666;
  display: block;
  padding: 6px 9px;
}
#basket-widget .toggleable-mini-cart .toggleable-mini-cart__body > ul > li a:hover, #basket-widget .toggleable-mini-cart .toggleable-mini-cart__body > ul > li a:focus {
  color: #ffffff !important;
  background: #d83b5b;
}
@media screen and (min-width: 1004px) {
  #basket-widget .toggleable-mini-cart {
    /* MQ: Widescreen */
  }
  #basket-widget .toggleable-mini-cart:hover .toggleable-mini-cart__toggle {
    color: #666666;
    background-color: #efefef !important;
    border: 1px solid #ddd !important;
    border-bottom: 1px solid transparent !important;
  }
  #basket-widget .toggleable-mini-cart:hover .toggleable-mini-cart__toggle::before {
    content: "B";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: relative;
    display: inline;
  }
  #basket-widget .toggleable-mini-cart:hover .toggleable-mini-cart__body {
    display: block;
  }
}
#basket-widget .toggleable-mini-cart .mini-cart li + li {
  margin-top: 20px;
}
#basket-widget .toggleable-mini-cart .mini-cart li > div + div {
  padding-left: 10px;
}
#basket-widget .toggleable-mini-cart .mini-cart__item {
  font-size: 0;
}
#basket-widget .toggleable-mini-cart .mini-cart__item__cover, #basket-widget .toggleable-mini-cart .mini-cart__item__info, #basket-widget .toggleable-mini-cart .mini-cart__item__total-price {
  display: inline-block;
  vertical-align: top;
}
#basket-widget .toggleable-mini-cart .mini-cart__item__cover {
  width: 15%;
}
#basket-widget .toggleable-mini-cart .mini-cart__item__cover img {
  width: 41px;
}
#basket-widget .toggleable-mini-cart .mini-cart__item__info {
  width: 60%;
}
#basket-widget .toggleable-mini-cart .mini-cart__item__title {
  color: #00768a;
  font-size: 12px;
}
#basket-widget .toggleable-mini-cart .mini-cart__item__title:hover {
  text-decoration: underline;
}
#basket-widget .toggleable-mini-cart .mini-cart__item__description, #basket-widget .toggleable-mini-cart .mini-cart__item__quantity {
  color: #333;
  font-size: 12px;
  margin-top: 4px;
}
#basket-widget .toggleable-mini-cart .mini-cart__item__total-price {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  width: 25%;
}
#basket-widget .toggleable-mini-cart .mini-cart__sub-total {
  font-size: 0;
  border-top: 1px solid #e4e4e4;
  padding-top: 12px;
  margin-top: 20px;
}
#basket-widget .toggleable-mini-cart .mini-cart__sub-total__label, #basket-widget .toggleable-mini-cart .mini-cart__sub-total__value {
  display: inline-block;
  vertical-align: top;
}
#basket-widget .toggleable-mini-cart .mini-cart__sub-total__label {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  width: 70%;
}
#basket-widget .toggleable-mini-cart .mini-cart__sub-total__value {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  width: 30%;
}
#basket-widget .toggleable-mini-cart .mini-cart__submit {
  margin-top: 10px;
}
#basket-widget .toggleable-mini-cart .mini-cart__message {
  font-weight: bold;
  padding-bottom: 0.5em;
  text-align: center;
}
#basket-widget .toggleable-mini-cart .btn-primary {
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  text-shadow: 1px;
}

@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  #cross-nav #basket-widget .cart-item a {
    color: #00768a;
    padding: 0;
  }
  #cross-nav #basket-widget .cart-item a:hover {
    text-decoration: underline;
    background-color: transparent;
  }
  #cross-nav #basket-widget .btn-primary {
    color: #ffffff;
  }
  #cross-nav #basket-widget.empty .headerbasket {
    margin-right: -6px;
  }
  #cross-nav #basket-widget.empty .empty-cart-msg {
    display: block;
  }
  #cross-nav #basket-widget.empty .cart-summary, #cross-nav #basket-widget.empty .cart-items {
    display: none;
  }
  #cross-nav #basket-widget.loading .empty-cart-msg, #cross-nav #basket-widget.loading .cart-summary, #cross-nav #basket-widget.loading .cart-items, #cross-nav #basket-widget.loading.empty .empty-cart-msg, #cross-nav #basket-widget.loading.empty .cart-summary, #cross-nav #basket-widget.loading.empty .cart-items {
    display: none;
  }
  #cross-nav #basket-widget.loading .loading-cart-msg, #cross-nav #basket-widget.loading.empty .loading-cart-msg {
    display: block;
  }
  #cross-nav #basket-widget.full .full-cart-msg {
    display: block;
  }
  #cross-nav #basket-widget .empty-cart-msg, #cross-nav #basket-widget .full-cart-msg {
    text-align: center;
    font-weight: bold;
    padding: 10px 0 10px 0;
    display: none;
  }
  #cross-nav #basket-widget .loading-cart-msg {
    display: none;
  }
  #cross-nav #basket-widget .loading-cart-msg .spinner {
    background: transparent url(../images/loading.gif) no-repeat center center;
    width: 32px;
    height: 32px;
    margin: auto;
  }
  #cross-nav #basket-widget .loading-cart-msg .msg {
    text-align: center;
    font-weight: bold;
    padding: 10px 0 10px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #cross-nav #basket-widget {
    /* MQ: Widescreen */
  }
  #cross-nav #basket-widget .headerbasket {
    position: absolute;
    left: -22px;
    top: -4px;
  }
}
@media screen and (min-device-width: 320px) {
  #cross-nav #basket-widget .flyout-content {
    width: 322px;
  }
  #cross-nav #basket-widget .flyout-content ul {
    border-bottom: 1px solid #E4E4E4;
    border-top: none;
    padding-top: 0;
    padding-bottom: 18px;
  }
  #cross-nav #basket-widget .cart-item {
    margin-top: 20px;
  }
  #cross-nav #basket-widget .cart-item > * {
    vertical-align: top;
    display: inline-block;
  }
  #cross-nav #basket-widget .cart-item .cover {
    width: 41px;
    font-size: 0;
  }
  #cross-nav #basket-widget .cart-item .title {
    width: 184px;
    margin-left: 10px;
  }
  #cross-nav #basket-widget .cart-item .title .description {
    margin-top: 4px;
  }
  #cross-nav #basket-widget .cart-item .title p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #cross-nav #basket-widget .cart-item .totalPrice {
    width: 65px;
    text-align: right;
    font-weight: bold;
  }
  #cross-nav #basket-widget .cart-summary .summary-item {
    margin-top: 10px;
  }
  #cross-nav #basket-widget .cart-summary .summary-item .column {
    text-align: right;
    display: inline-block;
  }
  #cross-nav #basket-widget .cart-summary .summary-item .left-column {
    width: 235px;
  }
  #cross-nav #basket-widget .cart-summary .summary-item .right-column {
    width: 65px;
  }
  #cross-nav #basket-widget .cart-summary .total {
    font-weight: bold;
  }
  #cross-nav #basket-widget .cart-summary .btn.view-cart {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
  #cross-nav #basket-widget.beta .totalPrice, #cross-nav #basket-widget.beta .total {
    display: none;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Facebook like box responsive
  ------------------------------------------------------------------------------*/
  .fb-like-box,
  .fb-like-box span,
  .fb-like-box span iframe[style] {
    width: 100% !important;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  .shop h1 {
    margin-top: .5em;
  }

  /* USP
  -------------------------------------------*/
  .usps {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    zoom: 1;
  }
  .usps:before, .usps:after {
    content: "";
    display: table;
  }
  .usps:after {
    clear: both;
  }
  .usps > p {
    float: left;
    margin-top: 1.8em;
  }

  .usp img {
    float: left;
    clear: left;
    padding-bottom: 1em;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .usp img {
    /* MQ: Tablet */
    float: none;
    clear: none;
    padding-bottom: 0;
  }
}
@media screen and (min-device-width: 320px) {
  .usp p {
    float: right;
    width: 55%;
    margin-top: 1em;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .usp p {
    /* MQ: Tablet */
    margin-top: .75em;
    float: none;
    width: 100%;
  }
}

@media screen and (min-device-width: 320px) {
  /* Boxes
  -------------------------------------------*/
  .shop-header h2 {
    float: left;
  }
  .shop-header .filter {
    float: right;
    margin-top: .75em;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .shop-header .btn-dd {
    min-width: 142px;
    padding: 4px 28px 3px 9px;
    margin-left: 1.2em;
  }
  .shop-header .btn-dd:after {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -1603px no-repeat;
    height: 8px;
    position: absolute;
    right: -12px;
    top: 11px;
    content: '';
    display: inline-block;
  }
  .shop-header .btn-dd:hover:after {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -1593px no-repeat;
  }
  .shop-header .btn-dd .menu {
    background-color: #f9f9f9;
    left: inherit;
    right: -1px;
    top: 28px;
    padding: 11px 6px;
    font-size: 15px;
    font-size: 1.5rem;
    width: 286px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .shop-header .btn-dd .menu {
    /* MQ: Widescreen */
    width: 700px;
  }
}
@media screen and (min-device-width: 320px) {
  .shop-header .btn-dd .menu ul {
    float: left;
  }
  .shop-header .btn-dd .menu a {
    display: block;
    padding: 2px 11px;
    color: #666666;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 264px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .shop-header .btn-dd .menu a {
    /* MQ: Widescreen */
    width: 210px;
  }
}
@media screen and (min-device-width: 320px) {
  .shop-header .btn-dd .menu a:hover {
    background-color: #e3e3e3;
  }
  .shop-header .btn-dd .menu a:before {
    content: "";
  }

  .filter > span {
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .filter > span {
    /* MQ: Widescreen */
    display: inline;
  }
}

@media screen and (min-device-width: 320px) {
  /* PRODUCT LISTS
  --------------------------------------------*/
  .section-header + .products {
    margin-top: -1.1em;
  }

  .products {
    zoom: 1;
  }
  .products:before, .products:after {
    content: "";
    display: table;
  }
  .products:after {
    clear: both;
  }
  .products .product-teaser {
    margin-top: 22px;
  }
  .products .product-graphic {
    float: left;
    margin-top: 10px;
  }
  .products .product-graphic.myspringer {
    margin-top: 0px;
  }
  .products .product-graphic img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    max-width: 80px;
  }
  .products .product-information {
    margin-left: 101px;
    line-height: 1.4em;
  }
  .products .product-information .from {
    margin-right: 5px;
  }
  .products .product-information .price-container {
    white-space: nowrap;
  }
  .products .product-information .impact-factor {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .products .product-information .impact-factor span {
    color: #999;
    display: inline-block;
    font-size: 1.2rem;
    margin-left: .4em;
  }
  .products h3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .products p {
    margin-bottom: .5em;
  }
  .products .price {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
  }
  .products .unreduced-price {
    font-size: 15px;
    font-size: 1.5rem;
    text-decoration: line-through;
  }

  .with-dropdown-filter .products ul {
    min-height: 320px;
    /* to not hide dropdown when products are missing */
  }

  .products.cms-teaser-products .unreduced-price {
    font-size: 13px;
    font-size: 1.3rem;
  }

  /* DISCIPLINES
  -----------------------------------------------------*/
  .shop-disciplines a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .shop-disciplines a {
    /* MQ: Tablet */
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (min-device-width: 320px) {
  /* ICONS
  ---------------------------------------------------------*/
  .cms-icon-shop-big {
    width: 48px;
    height: 34px;
    margin: 5px 6px 4px 0;
    display: inline-block;
  }

  .cms-icon-shop {
    width: 36px;
    height: 26px;
    margin: 5px 6px 4px 0;
    display: inline-block;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* FORMS
  ------------------------------------------------------------------------------*/
  .error-message ul {
    padding: 0;
  }
  .error-message ul li {
    margin-top: 0;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .default-form {
    margin-top: 1.1em;
  }
  .default-form .form-section:last-of-type.form-section:last-child {
    border-bottom: none;
  }
  .default-form .form-section p {
    margin: 1.6em 0 0;
  }
  .default-form p {
    color: #666666;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Login box
  --------------------------------------------------*/
  .cms .box .box-header {
    background: #e3e3e3 url(../images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e3e3e3));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -o-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: linear-gradient(top, #f8f8f8, #e3e3e3);
    padding: 20px;
    margin: -20px -20px 0;
    border-bottom: 1px solid #ddd;
  }
  .cms .box .form-section {
    padding: 0 20px 1em;
    margin: 0 -20px;
    border-bottom: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .cms-myspringer-login h3 {
    margin-top: 0;
  }
  .cms-myspringer-login .form-row label {
    padding-top: 10px;
  }
  .cms-myspringer-login .box-header h3 {
    margin-top: 0;
    width: 70%;
  }
  .cms-myspringer-login .box-header a {
    text-align: right;
    float: right;
    width: 30%;
    color: #00768a;
    font-size: 15px;
    font-size: 1.5rem;
    padding-top: 5px;
  }
  .cms-myspringer-login .membership {
    color: #666666;
  }
  .cms-myspringer-login .cms-link-list {
    padding-left: 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Login box
  --------------------------------------------------*/
  .cms .box .box-header {
    background-color: #f4f4f4;
    background-image: none;
    padding: 20px;
    margin: -20px -20px 0;
    border-bottom: 1px solid #ddd;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Expander
  ------------------------------------------------------------------------------*/
  .js .flapHead {
    height: auto;
    margin: 0;
    cursor: pointer;
    padding: 4px 0 3px 35px;
    font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.2;
    position: relative;
    color: #00768a;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .js .flapHead {
    /* MQ: Tablet */
    padding: 4px 0 3px 35px;
  }
}

@media screen and (min-device-width: 320px) {
  .js .flapHead:hover {
    border-color: #cccccc;
  }

  .js .flapHead:before {
    content: "B";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: inline;
    font-size: 18px;
    font-size: 1.8rem;
    left: 0;
    top: 7px;
  }

  .js .flapHead.showContent {
    /*         color: $action-1; */
  }

  .js .flapHead:not(.showContent) {
    /*         color: $type-5; */
  }

  .js .flapHead:not(.showContent):before {
    content: "C";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: inline;
  }

  .js .flapContent {
    display: none;
    padding: 0 0 0 20px;
    margin-bottom: .6em;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .js .flapContent {
    /* MQ: Tablet */
    padding: 0 0 0 35px;
  }
}

@media screen and (min-device-width: 320px) {
  .js ol.flapContent {
    padding-left: 65px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .js ol.flapContent {
    /* MQ: Tablet */
  }
}

@media screen and (min-device-width: 320px) {
  .js ul.flapContent {
    padding-left: 56px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .js ul.flapContent {
    /* MQ: Tablet */
  }
}
@media screen and (min-device-width: 320px) {
  .js ul.flapContent li {
    position: relative;
  }

  .js ul.flapContent.cms-link-list {
    padding-left: 13px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .js ul.flapContent.cms-link-list {
    /* MQ: Tablet */
  }
}

@media screen and (min-device-width: 320px) {
  .section-header + div .flapSeparator:first-child {
    display: none;
  }

  .js .flapSeparator {
    height: 0;
    width: 100%;
    margin: 11px 0 12px 0;
    border-bottom: 1px solid #ddd;
    clear: both;
  }

  .js .lastFlapContent {
    margin-bottom: 1.1em;
  }

  .js :not(.flapContent) + .flapSeparator {
    margin-top: 2.4em;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* MULTILEVEL NAVIGATION PORTLET (xm)
  ------------------------------------------------------------------------------*/
  .cms .tree-nav {
    padding: 11px 20px 20px !important;
    border: none;
    border-top: 4px solid #d83b5b;
    background-color: #f4f4f4;
  }

  .tree-nav {
    /**
     * Highlighting
     */
  }
  .tree-nav p {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: .95em;
  }
  .tree-nav h2 {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 0 0 .35em;
  }
  .tree-nav a,
  .tree-nav a:hover,
  .tree-nav a:focus {
    text-decoration: none;
    color: #555;
  }
  .tree-nav ol {
    padding: 0;
  }
  .tree-nav ol ol {
    padding: 0 0 8px 14px;
    display: none;
  }
  .tree-nav li {
    margin-bottom: 0;
    position: relative;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .tree-nav li + li {
    border-top: none;
  }
  .tree-nav li a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    margin: 0;
    padding: 8px 5px 8px 0;
    word-wrap: break-word;
  }
  .tree-nav li.channel-title {
    border-top: none;
  }
  .tree-nav li.channel-title a {
    font-size: 22px;
    font-size: 2.2rem;
    padding-top: 0;
    color: #555;
    font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  }
  .tree-nav ol ol li {
    border: none;
  }
  .tree-nav ol ol li a {
    padding: 6px 5px 6px 0;
  }
  .tree-nav li a:hover,
  .tree-nav li.current > a {
    color: #d83b5b;
  }
  .tree-nav li.current > a {
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  }
  .tree-nav .nav {
    margin-top: 0;
  }
  .tree-nav ol ol li a {
    background: transparent;
  }
  .tree-nav .show-nav,
  .tree-nav .collapse-nav {
    margin: 15px -20px -20px;
    width: auto;
  }

  .tree-nav-small li a {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 6px 5px 7px 0;
  }
}
.cms-widget-subscription {
  margin-bottom: 40px;
}
.cms-widget-subscription .form-section {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.cms-widget-subscription .form-section:last-of-type {
  border-bottom-style: none;
}
.cms-widget-subscription .form-section h2 {
  margin-bottom: 10px;
}
.cms-widget-subscription .form-section .cms-common p {
  margin-top: 0;
}

@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  .cms-image-only-teaser img {
    width: 100%;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* TEASER (general)
  --------------------------------------------------*/
  p.link-text {
    text-align: right;
    margin-top: 0;
  }
  p.link-text a:before {
    content: '\00BB\0020';
  }

  /* SIDEBAR TEASER
  -----------------------------------------------*/
  .cms-teaser-sidebar h3 {
    margin: 0.5em 0;
    font-size: 20px;
    font-size: 2rem;
  }
  .cms-teaser-sidebar .link-image {
    position: relative;
  }
  .cms-teaser-sidebar img {
    width: 100%;
  }
  .cms-teaser-sidebar p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5em;
  }
  .cms-teaser-sidebar .look-inside-badge {
    bottom: 20px;
    right: -15px;
    padding-right: 15px;
    max-width: 60%;
    display: block;
    -webkit-border-radius: 0 0 0 10px;
    -moz-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
  }
  .cms-teaser-sidebar .look-inside-badge:after {
    content: "";
    background: none;
  }
  .cms-teaser-sidebar .look-inside-badge p {
    font-size: inherit;
    line-height: 1.2em;
    margin: 0;
  }

  /* TRIPLE TEASERS
  -----------------------------------------------*/
  .cms-teaser-triple h3 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    margin: 0 0 10px;
  }
  .cms-lang-jp .cms-teaser-triple h3 {
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", Arial, "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo, Osaka", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
  }
  .cms-teaser-triple .cms-col:last-child {
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-teaser-triple .cms-col:last-child {
    /* MQ: Tablet */
    display: block;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-teaser-triple img {
    width: 100%;
    margin: 0 0 15px;
  }
  .cms-teaser-triple p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
  }

  /* PRODUCT TEASER
  --------------------------------------------------------*/
  h1 + .cms-teaser-products {
    margin-top: -1em;
  }

  .cms_link_target_in_english:after {
    content: "in English";
    color: #808080;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    padding: 0;
    margin: 0 0 0 0.8em;
    display: inline-block;
    text-decoration: none;
  }
  .channel-title .cms_link_target_in_english:after {
    content: "";
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /*  social media
  ---------------------------------*/
  .cms-social {
    overflow: visible;
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .cms-social {
    /* MQ: Widescreen */
    display: block;
  }
  .share-hide .cms-social {
    display: none;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-social .cms-social-buttons {
    height: 24px;
  }
  .cms-social .cms-social-buttons a {
    float: left;
    text-decoration: none;
    position: relative;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-social .cms-social-buttons a {
    /* MQ: Tablet */
    margin: 0 0 0 29px;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-social .cms-social-buttons a .icon {
    background-repeat: no-repeat;
    color: transparent;
    direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -9999em;
    text-transform: capitalize;
    float: left;
    height: 24px;
    width: 24px;
    position: relative;
    z-index: 10;
  }
  .cms-social .cms-social-buttons a .btn {
    left: -5px;
    position: relative;
    line-height: 1.6;
  }
  .cms-social .cms-social-buttons .btn-right {
    margin-right: -5px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-social .cms-social-buttons a:first-child {
    /* MQ: Tablet */
    margin: 0;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-social .cms-social-left {
    float: left;
  }
  .cms-social .cms-social-right {
    float: right;
    margin-right: 0;
    position: relative;
  }

  .share-layer {
    display: none;
    right: -105px;
    padding: 13px 7px 4px 4px;
  }
  .share-layer ul.share-layer-list {
    float: left;
  }
  .share-layer ul.first-list {
    padding-left: 7px;
    width: 100px;
  }
  .share-layer ul.last-list {
    float: left;
    padding-left: 15px;
    width: 80px;
  }
  .share-layer li.share-layer-list-item {
    display: block;
    height: 23px;
  }
  .share-layer li.share-layer-list-item a, .share-layer li.share-layer-list-item span {
    display: block;
    color: #2D2D2D;
  }
  .share-layer li.share-layer-list-item a {
    background-image: url(../images/legacy/sprite_buttons.gif);
    background-repeat: no-repeat;
    padding: 0 0 0 23px;
    height: 16px;
  }
  .share-layer li.share-layer-list-item a.btn-reddit {
    background-position: 0 -64px;
  }
  .share-layer li.share-layer-list-item a.btn-technorati {
    background-position: 0 -80px;
  }
  .share-layer li.share-layer-list-item a.btn-print-share {
    background-position: 0 -1955px;
  }
  .share-layer li.share-layer-list-item a.btn-delicious {
    background-position: 0 0;
  }
  .share-layer li.share-layer-list-item a.btn-digg {
    background-position: 0 -32px;
  }
  .share-layer li.share-layer-list-item a.btn-citeulike {
    background-position: 0 -1691px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* VIDEO GALLERY
  ------------------------------------------------------------------------------*/
  .video-wrapper {
    margin-top: 1em;
  }

  .video-carousel-container {
    position: relative;
    margin-top: 3.1em;
  }
  .video-carousel-container .control-prev,
  .video-carousel-container .control-next {
    position: absolute;
    top: 40%;
    width: 24px;
    height: 24px;
  }
  .video-carousel-container .control-prev {
    left: 0;
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -130px no-repeat;
  }
  .video-carousel-container .control-prev:hover {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -52px no-repeat;
  }
  .video-carousel-container .control-next {
    right: 0;
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -286px no-repeat;
  }
  .video-carousel-container .control-next:hover {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -208px no-repeat;
  }

  .video-carousel {
    position: relative;
    overflow: hidden;
    margin: 0 3em;
  }
  .video-carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .video-carousel ul li {
    float: left;
    cursor: pointer;
  }
  .video-carousel ul li h4 {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: .5em;
  }
  .video-carousel ul li div.description {
    display: none;
  }
  .video-carousel ul li .img-default {
    background-color: #eee;
    border: 1px solid #ccc;
  }
  .video-carousel ul li .img-default div {
    font-size: 30px;
    font-size: 3rem;
    color: #999999;
    padding: 10% 0;
  }

  /* boxes with ratio (from http://www.mademyday.de/css-height-equals-width-with-pure-css.html) */
  .box-ratio {
    background: none repeat scroll 0 0 #FF0000;
    position: relative;
  }
  .box-ratio:before {
    content: "";
    display: block;
    margin-top: 100%;
  }
  .box-ratio > .box-ratio-content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
  }

  .box-ratio-16-9:before {
    margin-top: 56.25%;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* CAROUSEL WITH PAGING
  ------------------------------------------------------------------------------*/
  .cms-carousel .carousel-container {
    position: relative;
    background-color: #f4f4f4;
    background-color: #f4f4f4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f4f4));
    background-image: -webkit-linear-gradient(top, #ffffff, #f4f4f4);
    background-image: -moz-linear-gradient(top, #ffffff, #f4f4f4);
    background-image: -ms-linear-gradient(top, #ffffff, #f4f4f4);
    background-image: -o-linear-gradient(top, #ffffff, #f4f4f4);
    background-image: linear-gradient(top, #ffffff, #f4f4f4);
  }
  .cms-highlight-2 .cms-carousel .carousel-container {
    background-image: none;
  }
  .cms-carousel .carousel-container .control-prev,
  .cms-carousel .carousel-container .control-next {
    position: absolute;
    top: 40%;
  }
  .cms-carousel .carousel-container .control-prev:before,
  .cms-carousel .carousel-container .control-next:before {
    box-sizing: border-box;
    width: 40px;
    height: 60px;
    padding: 16px 0 0 10px;
    font-size: 20px;
    font-size: 2rem;
    background-color: #d83b5b;
    color: #ffffff;
  }
  .cms-carousel .carousel-container .control-prev:before:hover,
  .cms-carousel .carousel-container .control-next:before:hover {
    background-color: #dc506d;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .cms-carousel .carousel-container .control-prev,
  .cms-carousel .carousel-container .control-next {
    /* MQ: Widescreen */
  }
  .cms-carousel .carousel-container .control-prev:before,
  .cms-carousel .carousel-container .control-next:before {
    height: 40px;
    padding: 6px 0 0 10px;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-carousel .carousel-container .control-prev {
    left: 0;
  }
  .cms-carousel .carousel-container .control-prev:before {
    content: "@";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: block;
    left: -10px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .cms-carousel .carousel-container .control-prev:before {
    /* MQ: Widescreen */
    left: -20px;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-carousel .carousel-container .control-next {
    right: 40px;
  }
  .cms-carousel .carousel-container .control-next:before {
    content: "A";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: block;
    left: 10px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .cms-carousel .carousel-container .control-next:before {
    /* MQ: Widescreen */
    left: 20px;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-carousel .carousel-wrapper {
    overflow: hidden;
  }
  .cms-carousel .carousel {
    position: relative;
    overflow: hidden;
    margin: 0;
  }
  .cms-carousel .carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .cms-carousel .carousel ul li {
    float: left;
    padding-right: 10px;
  }

  /* CAROUSEL ADJUSTMENTS 
   * - when navigation within column
   * - when it contains products
  -----------------------------------------*/
  .layout-4-8 .col-main .cms-carousel,
  .layout-disciplines .col-main .cms-carousel,
  .layout-full .cms-carousel,
  .layout-full-grid .cms-carousel {
    display: none;
  }
  .layout-4-8 .col-main .cms-carousel.loading-indicator,
  .layout-disciplines .col-main .cms-carousel.loading-indicator,
  .layout-full .cms-carousel.loading-indicator,
  .layout-full-grid .cms-carousel.loading-indicator {
    display: block;
  }
  .layout-4-8 .col-main .cms-carousel.loading-indicator > *,
  .layout-disciplines .col-main .cms-carousel.loading-indicator > *,
  .layout-full .cms-carousel.loading-indicator > *,
  .layout-full-grid .cms-carousel.loading-indicator > * {
    display: none;
  }
  .layout-4-8 .col-main .cms-carousel.loading-indicator:before,
  .layout-disciplines .col-main .cms-carousel.loading-indicator:before,
  .layout-full .cms-carousel.loading-indicator:before,
  .layout-full-grid .cms-carousel.loading-indicator:before {
    display: block;
    padding: 5em;
    margin: 0;
    content: ' ';
    background: transparent url(../images/loading.gif) no-repeat center center;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-4-8 .col-main .cms-carousel,
  .layout-disciplines .col-main .cms-carousel,
  .layout-full .cms-carousel,
  .layout-full-grid .cms-carousel {
    /* MQ: Tablet */
  }
}
@media screen and (min-device-width: 320px) {
  .layout-4-8 .col-main .cms-carousel .products .product-teaser,
  .layout-disciplines .col-main .cms-carousel .products .product-teaser,
  .layout-full .cms-carousel .products .product-teaser,
  .layout-full-grid .cms-carousel .products .product-teaser {
    margin-top: 0;
  }
  .layout-4-8 .col-main .cms-carousel .products .product-graphic,
  .layout-disciplines .col-main .cms-carousel .products .product-graphic,
  .layout-full .cms-carousel .products .product-graphic,
  .layout-full-grid .cms-carousel .products .product-graphic {
    margin: 0 0 0 1px;
    float: none;
    position: relative;
    height: 150px;
  }
  .layout-4-8 .col-main .cms-carousel .products .product-graphic a,
  .layout-disciplines .col-main .cms-carousel .products .product-graphic a,
  .layout-full .cms-carousel .products .product-graphic a,
  .layout-full-grid .cms-carousel .products .product-graphic a {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .layout-4-8 .col-main .cms-carousel .products .product-information,
  .layout-disciplines .col-main .cms-carousel .products .product-information,
  .layout-full .cms-carousel .products .product-information,
  .layout-full-grid .cms-carousel .products .product-information {
    margin: 1em 0 0 1px;
    word-wrap: break-word;
  }
  .layout-4-8 .col-main .cms-carousel .products .product-information h3,
  .layout-disciplines .col-main .cms-carousel .products .product-information h3,
  .layout-full .cms-carousel .products .product-information h3,
  .layout-full-grid .cms-carousel .products .product-information h3 {
    font-size: 13px;
    font-size: 1.3rem;
    font-family: Verdana, sans-serif;
  }
  .cms-lang-jp .layout-4-8 .col-main .cms-carousel .products .product-information h3, .cms-lang-jp
  .layout-disciplines .col-main .cms-carousel .products .product-information h3, .cms-lang-jp
  .layout-full .cms-carousel .products .product-information h3, .cms-lang-jp
  .layout-full-grid .cms-carousel .products .product-information h3 {
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", Arial, "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo, Osaka", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
  }
  .layout-4-8 .col-main .cms-carousel .products .product-information p,
  .layout-disciplines .col-main .cms-carousel .products .product-information p,
  .layout-full .cms-carousel .products .product-information p,
  .layout-full-grid .cms-carousel .products .product-information p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .layout-4-8 .col-main .cms-carousel .carousel-container,
  .layout-disciplines .col-main .cms-carousel .carousel-container,
  .layout-full .cms-carousel .carousel-container,
  .layout-full-grid .cms-carousel .carousel-container {
    padding: 0 60px 29px;
    margin: 0 -10px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .layout-4-8 .col-main .cms-carousel .carousel-container,
  .layout-disciplines .col-main .cms-carousel .carousel-container,
  .layout-full .cms-carousel .carousel-container,
  .layout-full-grid .cms-carousel .carousel-container {
    /* MQ: Widescreen */
    margin: 0;
  }
}
@media screen and (min-device-width: 320px) {
  .layout-4-8 .col-main .cms-carousel .carousel-container .control-prev,
  .layout-4-8 .col-main .cms-carousel .carousel-container .control-next,
  .layout-disciplines .col-main .cms-carousel .carousel-container .control-prev,
  .layout-disciplines .col-main .cms-carousel .carousel-container .control-next,
  .layout-full .cms-carousel .carousel-container .control-prev,
  .layout-full .cms-carousel .carousel-container .control-next,
  .layout-full-grid .cms-carousel .carousel-container .control-prev,
  .layout-full-grid .cms-carousel .carousel-container .control-next {
    top: 80px;
  }

  .layout-full .col-main .cms-carousel {
    margin-top: 22px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Help on Actions
  --------------------------------------------------*/
  .cms-action-help dl dt {
    display: block;
    float: left;
    clear: left;
    width: 35%;
    font-weight: bold;
  }
  .cms-action-help dl dd {
    display: block;
    float: none;
    margin: 0 0 .5em 37%;
  }
  .cms-action-help dl dd dl {
    margin-top: .5em;
  }
}
.bookmetrix.bookmetrix-threshold a[href$='#downloads'] .bookmetrix__link__count {
  color: #74ac01;
}
.bookmetrix.bookmetrix-threshold a[href$='#downloads'] .bookmetrix__link__count::after {
  content: " â—";
  font-size: 1.3em;
  line-height: 1em;
}
.bookmetrix__headline {
  font-size: 14px;
  font-size: 1.4rem;
  color: #555;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  line-height: 22px;
  margin: 1.3em 0 .2em;
}
.bookmetrix__list li {
  display: inline-block;
}
.bookmetrix__link {
  background-color: #e8e8e8;
  display: block;
  padding: 10px;
  margin-bottom: 2px;
  margin-right: 2px;
  min-width: 55px;
  text-decoration: none;
}
.bookmetrix__link:hover, .bookmetrix__link:active, .bookmetrix__link:focus {
  background-color: #f4f4f4;
  text-decoration: none;
}
.bookmetrix__link__label {
  font-size: 11px;
  font-size: 1.1rem;
  color: #d83b5b;
  display: block;
}
.bookmetrix__link__count {
  font-size: 14px;
  font-size: 1.4rem;
  color: #444;
  display: block;
}
.bookmetrix__meta a {
  font-size: 11px;
  font-size: 1.1rem;
  color: #555;
  line-height: 21px;
  text-decoration: none;
}
.bookmetrix__meta a:hover, .bookmetrix__meta a:active, .bookmetrix__meta a:focus {
  text-decoration: none;
}
.bookmetrix__meta strong {
  font-weight: bold;
}

.threshold-alerted {
  display: flex;
  flex-direction: row;
}
.threshold-alerted .threshold-icon {
  background-image: url(/spcom/sites/palgrave/images/threshold_icon.svg);
  flex-shrink: 0;
  margin-right: .5em;
  height: 37px;
  width: 53px;
}
.threshold-alerted .threshold-title {
  font-weight: bold;
}
.threshold-alerted .threshold-explanation {
  display: none;
}
.threshold-alerted .show-less-link {
  display: none;
}
.threshold-alerted.threshold-show-more .threshold-explanation {
  display: block;
}
.threshold-alerted.threshold-show-more .show-more-link {
  display: none;
}
.threshold-alerted.threshold-show-more .show-less-link {
  display: inline;
}

@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* BIG TEXT
  --------------------------------------------------*/
  .hp-container {
    /* to be used within ".layout-full .col-main" */
    zoom: 1;
    margin: 4.1em 0;
  }
  .hp-container:before, .hp-container:after {
    content: "";
    display: table;
  }
  .hp-container:after {
    clear: both;
  }
  .hp-container:first-child {
    margin-top: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .hp-container {
    /* MQ: Widescreen */
  }
}
@media screen and (min-device-width: 320px) {
  .hp-container .section-header {
    margin: 0 -10px 1.5em -20px;
    padding-left: 20px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .hp-container .section-header {
    /* MQ: Tablet */
    margin: 0 -30px 1.5em -20px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .hp-container .section-header {
    /* MQ: Widescreen */
    margin: 0 -20px 1.5em -20px;
    padding-left: 27.6087%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 800px) {
  .hp-container .main {
    /* MQ: Tablet wide */
    float: right;
    margin-right: 0;
    width: 74.57%;
    /* round to 2 digits; ie makes it too small otherwise */
  }
}
@media screen and (min-device-width: 320px) {
  .hp-container .main .hp-subsection + .hp-subsection {
    border-top: 1px solid #ddd;
    padding-top: 1.5em;
    margin: 1em 0 0;
  }
  .hp-container .aside {
    margin-bottom: 1em;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 800px) {
  .hp-container .aside {
    /* MQ: Tablet wide */
    float: left;
    margin-left: 0;
    margin-bottom: 0;
    width: 23.26087%;
  }
}
@media screen and (min-device-width: 320px) {
  .hp-container .hp-cols > div {
    float: none;
    overflow: hidden;
    margin: 1em auto;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .hp-container .hp-cols > div {
    /* MQ: Tablet */
    float: left;
  }
  .hp-container .hp-cols > div:first-child {
    margin-left: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .hp-container .hp-cols > div {
    /* MQ: Widescreen */
    margin: 0 auto;
  }
}
@media screen and (min-device-width: 320px) {
  .hp-container .hp-cols3 {
    /* use with .hp-cols */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .hp-container .hp-cols3 > div {
    /* MQ: Tablet */
    /* with px
    width: ($hp-main-width - (2 * $hp-column-main-gap)) / 3;
    margin: 0 0 0 $hp-column-main-gap;
    */
    width: 31.68124%;
    margin-left: 2.47813%;
  }
}
@media screen and (min-device-width: 320px) {
  .hp-container .hp-cols3-thin {
    /* use with .hp-cols */
  }
  .hp-container .hp-cols3-thin > div {
    width: 228px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .hp-container .hp-cols3-thin > div {
    /* MQ: Tablet */
    margin: 0 0 0 1px;
    /* with percent
    width: ((($hp-main-width - (2 * $hp-column-main-gap-thin)) / 3) / $hp-main-width) * 100%;
    margin-left: ($hp-column-main-gap-thin / $hp-main-width) * 100%;
    */
  }
}
@media screen and (min-device-width: 320px) {
  .hp-container .hp-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    min-height: 200px;
    margin: 0 -10px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .hp-container .hp-scroll {
    /* MQ: Tablet */
    margin: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .hp-container .hp-scroll {
    /* MQ: Widescreen */
    min-height: 0;
  }
}
@media screen and (min-device-width: 320px) {
  .lt-ie8 .hp-container .hp-scroll {
    overflow-x: visible;
  }
  .hp-container .hp-scroll > div {
    display: table-cell;
  }
  .hp-container .hp-scroll > div:first-child {
    padding-left: 0;
  }
  .lt-ie8 .hp-container .hp-scroll > div {
    display: block;
    float: left;
  }
  .hp-container .hp-scroll3-thin {
    /* use with .hp-scroll */
  }
  .hp-container .hp-scroll3-thin > div {
    min-width: 228px;
    padding-left: 1px;
  }
  .lt-ie8 .hp-container .hp-scroll3-thin > div {
    min-width: none;
    width: 228px;
  }
  .hp-container .hp-teaser {
    position: relative;
  }
  .hp-container .hp-teaser a {
    display: block;
  }
  .hp-container .hp-teaser img {
    width: 100%;
    vertical-align: top;
  }
  .hp-container .hp-teaser h3,
  .hp-container .hp-teaser div {
    position: absolute;
    left: 0;
    color: #fff;
    padding: 0 10px;
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    text-shadow: 1px 1px 1px #333333;
  }
  .cms-lang-jp .hp-container .hp-teaser h3, .cms-lang-jp
  .hp-container .hp-teaser div {
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", Georgia, "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo, Osaka", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
  }
  .hp-container .hp-teaser h3 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    bottom: 25%;
  }
  .hp-container .hp-teaser div {
    font-size: 16px;
    font-size: 1.6rem;
    top: 74%;
  }
  .hp-container .hp-teasable h4 {
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25em;
    font-weight: normal;
    margin-bottom: 1.2em;
  }
  .cms-lang-jp .hp-container .hp-teasable h4 {
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", Georgia, "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo, Osaka", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
  }
  .hp-container .hp-teasable div {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.3em;
  }
  .hp-container .hp-teasable p {
    margin-top: .6em;
  }
  .hp-container .hp-section-side {
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
    color: #666666;
    margin-top: -4px;
  }
  .cms-lang-jp .hp-container .hp-section-side {
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", Georgia, "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo, Osaka", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
  }
  .hp-container .hp-bigtext {
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: -.2em;
  }
  .cms-lang-jp .hp-container .hp-bigtext {
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", Georgia, "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo, Osaka", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .hp-container .hp-bigtext {
    /* MQ: Tablet */
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (min-device-width: 320px) {
  .hp-container .hp-bigtext .cms-common p {
    line-height: 1.34;
  }
  .hp-container .cms-recommendation-short .products {
    margin-top: -22px;
  }
  .hp-container .cms-recommendation-short .products .product-graphic img {
    max-width: 95px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .hp-container .cms-recommendation-short .products .product-graphic img {
    /* MQ: Tablet */
    max-width: 85px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .hp-container .cms-recommendation-short .products .product-graphic img {
    /* MQ: Widescreen */
    max-width: 95px;
  }
}
@media screen and (min-device-width: 320px) {
  .hp-container .cms-recommendation-short > h3,
  .hp-container .cms-recommendation-long > h3 {
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
    margin: -4px 0 0 0;
  }
  .cms-lang-jp .hp-container .cms-recommendation-short > h3, .cms-lang-jp
  .hp-container .cms-recommendation-long > h3 {
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", Georgia, "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo, Osaka", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
  }
}
/* Progress bar for article / book tracking
--------------------------------------------------*/
.numbered-bar-descriptor-container {
  padding: 0;
}

.numbered-bar-descriptor {
  position: relative;
  display: inline-block;
  max-width: 30%;
}
.numbered-bar-descriptor div {
  margin: 1em 50% 1em -50%;
  padding: .75em;
  display: inline-block;
  position: relative;
  -webkit-box-shadow: 3px 3px 6px #efefef;
  -moz-box-shadow: 3px 3px 6px #efefef;
  box-shadow: 3px 3px 6px #efefef;
  border: 1px solid #ddd;
  font-weight: bold;
  background: #ffffff;
}
.numbered-bar-descriptor div:before {
  content: " ";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -11px;
  background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -645px no-repeat;
  width: 21px;
  height: 14px;
}
.numbered-bar-descriptor.pos-first {
  left: 0%;
}
.numbered-bar-descriptor.pos-first div {
  margin: 1em 1em 1em 0;
}
.numbered-bar-descriptor.pos-first div:before {
  left: 2px;
  margin-left: 0;
}
.numbered-bar-descriptor.pos-last {
  left: 100%;
}
.numbered-bar-descriptor.pos-last div {
  margin: 1em 102% 1em -102%;
}
.numbered-bar-descriptor.pos-last div:before {
  left: 100%;
  margin-left: -21px;
}
.numbered-bar-descriptor.items-6.pos-2 {
  left: 21.875%;
}
.numbered-bar-descriptor.items-6.pos-3 {
  left: 40.625%;
}
.numbered-bar-descriptor.items-6.pos-4 {
  left: 59.375%;
}
.numbered-bar-descriptor.items-6.pos-5 {
  left: 78.125%;
}
.numbered-bar-descriptor.items-7.pos-2 {
  left: 18.42105%;
}
.numbered-bar-descriptor.items-7.pos-3 {
  left: 34.21053%;
}
.numbered-bar-descriptor.items-7.pos-4 {
  left: 50%;
}
.numbered-bar-descriptor.items-7.pos-5 {
  left: 65.78947%;
}
.numbered-bar-descriptor.items-7.pos-6 {
  left: 81.57895%;
}
.numbered-bar-descriptor.items-8.pos-2 {
  left: 15.90909%;
}
.numbered-bar-descriptor.items-8.pos-3 {
  left: 29.54545%;
}
.numbered-bar-descriptor.items-8.pos-4 {
  left: 43.18182%;
}
.numbered-bar-descriptor.items-8.pos-5 {
  left: 56.81818%;
}
.numbered-bar-descriptor.items-8.pos-6 {
  left: 70.45455%;
}
.numbered-bar-descriptor.items-8.pos-7 {
  left: 84.09091%;
}

.numbered-bar {
  zoom: 1;
}
.numbered-bar:before, .numbered-bar:after {
  content: "";
  display: table;
}
.numbered-bar:after {
  clear: both;
}
.demo-numbered-bar .numbered-bar {
  margin: 2em 0;
}
.numbered-bar .item {
  float: left;
  overflow: hidden;
  text-align: center;
  cursor: default;
}
.numbered-bar .item:first-child {
  text-align: left;
}
.numbered-bar .item:first-child > div:before {
  display: none;
}
.numbered-bar .item:last-child {
  text-align: right;
}
.numbered-bar .item:last-child > div:after {
  display: none;
}
.numbered-bar .item > div {
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-weight: bold;
  position: relative;
}
.numbered-bar .item > div:before, .numbered-bar .item > div:after {
  height: 8px;
  width: 400px;
  content: " ";
  display: inline-block;
  position: absolute;
  top: 9px;
}
.numbered-bar .item > div:before {
  left: -399px;
}
.numbered-bar .item > div:after {
  left: 25px;
}
.numbered-bar .item-last {
  text-align: right;
}
.numbered-bar .item-last > div:after {
  display: none;
}
.numbered-bar .item-prev > div {
  background: #949494;
  box-shadow: 0 3px 3px -3px #000 inset;
  color: #fff;
}
.numbered-bar .item-prev > div:before, .numbered-bar .item-prev > div:after {
  background: #949494;
  box-shadow: 0 3px 3px -3px #000 inset;
}
.numbered-bar .item-current > div {
  background: #f76f06;
  color: #fff;
}
.numbered-bar .item-current > div:before {
  background: #949494;
  box-shadow: 0 3px 3px -3px #000 inset;
}
.numbered-bar .item-current > div:after {
  background: #cfcfcf;
  box-shadow: 0 3px 3px -3px #000 inset;
}
.numbered-bar .item-next > div {
  background: #cfcfcf;
  box-shadow: 0 3px 3px -3px #000 inset;
  color: #333333;
}
.numbered-bar .item-next > div:before, .numbered-bar .item-next > div:after {
  background: #cfcfcf;
  box-shadow: 0 3px 3px -3px #000 inset;
}
.numbered-bar.items-2 .item {
  width: 50%;
}
.numbered-bar.items-3 .item {
  width: 42.8%;
}
.numbered-bar.items-3 .item:first-child, .numbered-bar.items-3 .item:last-child {
  width: 28.5%;
}
.numbered-bar.items-3 .item.item-first, .numbered-bar.items-3 .item.item-last {
  width: 28.5%;
}
.numbered-bar.items-4 .item {
  width: 30%;
}
.numbered-bar.items-4 .item:first-child, .numbered-bar.items-4 .item:last-child {
  width: 20%;
}
.numbered-bar.items-4 .item.item-first, .numbered-bar.items-4 .item.item-last {
  width: 20%;
}
.numbered-bar.items-5 .item {
  width: 23%;
}
.numbered-bar.items-5 .item:first-child, .numbered-bar.items-5 .item:last-child {
  width: 15.3%;
}
.numbered-bar.items-5 .item.item-first, .numbered-bar.items-5 .item.item-last {
  width: 15.3%;
}
.numbered-bar.items-6 .item {
  width: 18.7%;
}
.numbered-bar.items-6 .item:first-child, .numbered-bar.items-6 .item:last-child {
  width: 12.5%;
}
.numbered-bar.items-6 .item.item-first, .numbered-bar.items-6 .item.item-last {
  width: 12.5%;
}
.numbered-bar.items-7 .item {
  width: 15.7%;
}
.numbered-bar.items-7 .item:first-child, .numbered-bar.items-7 .item:last-child {
  width: 10.5%;
}
.numbered-bar.items-7 .item.item-first, .numbered-bar.items-7 .item.item-last {
  width: 10.5%;
}
.numbered-bar.items-8 .item {
  width: 13.6%;
}
.numbered-bar.items-8 .item:first-child, .numbered-bar.items-8 .item:last-child {
  width: 9%;
}
.numbered-bar.items-8 .item.item-first, .numbered-bar.items-8 .item.item-last {
  width: 9%;
}
.numbered-bar.items-9 .item {
  width: 12%;
}
.numbered-bar.items-9 .item:first-child, .numbered-bar.items-9 .item:last-child {
  width: 8%;
}
.numbered-bar.items-9 .item.item-first, .numbered-bar.items-9 .item.item-last {
  width: 8%;
}

.cms-tracking .introduction {
  margin: 1em 0 2em;
}
.cms-tracking .section-header span {
  color: #d83b5b;
}
.cms-tracking .box-secondary {
  margin: 25px 0 5px 0;
}
.cms-tracking .products {
  margin-top: 1.3em;
}
.cms-tracking .products li.product-teaser:first-child {
  margin-top: -1.1em;
}
.cms-tracking .products .product-teaser {
  zoom: 1;
  border-top: 1px solid #d7d7d7;
  margin: 0;
  padding: 0.45em 0 1.7em;
}
.cms-tracking .products .product-teaser:before, .cms-tracking .products .product-teaser:after {
  content: "";
  display: table;
}
.cms-tracking .products .product-teaser:after {
  clear: both;
}
.cms-tracking .products .product-teaser .product-graphic {
  float: right;
  margin-top: 13px;
}
.cms-tracking .products .product-teaser .product-graphic img {
  max-width: 122px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.cms-tracking .product-graphic.big-cover img {
  max-width: 95px;
}
.cms-tracking .product-teaser + .product-teaser {
  border-top: 1px solid #d7d7d7;
}
.cms-tracking .product-information {
  margin-left: 0;
  margin-right: 143px;
}
.cms-tracking .product-information h3 {
  font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2em;
}
.cms-tracking .product-information p.subtitle {
  font-size: 12px;
  font-size: 1.2rem;
  color: #666666;
}
.cms-tracking .product-information p.authors {
  font-size: 12px;
  font-size: 1.2rem;
  color: #666666;
}
.cms-tracking .product-information p.bibliographic {
  color: #666666;
  margin: 1.6em 0 0;
}
.cms-tracking .product-information .bar-download-actions {
  margin-bottom: 4px;
  margin-top: 1em;
}
.cms-tracking .product-information .bar-download-actions .btn {
  display: block;
  margin-bottom: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 600px) {
  .cms-tracking .product-information .bar-download-actions .btn {
    /* MQ: Tablet */
    display: inline-block;
  }
}
.cms-tracking .product-information h4 {
  zoom: 1;
  -webkit-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
  -moz-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
  box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
  border-bottom: 1px solid #D7D6D6;
  padding: 0 4px 7px 0;
  margin: 2.3em 0 .9em;
  font-size: 14px;
  font-size: 1.4rem;
}
.cms-tracking .product-information h4:before, .cms-tracking .product-information h4:after {
  content: "";
  display: table;
}
.cms-tracking .product-information h4:after {
  clear: both;
}
.cms-tracking .product-information .contact {
  float: left;
  width: 49%;
}
.cms-tracking .product-information .contact a {
  font-weight: bold;
}
.cms-tracking .product-information .contact a:before {
  content: '\00BB\0020';
}
.cms-tracking .product-information .notify {
  float: right;
  width: 50%;
}
.cms-tracking .product-information .notify input {
  vertical-align: top;
}
.cms-tracking .product-information .links a {
  font-weight: bold;
}
.cms-tracking .product-information .links a:before {
  content: '\00BB\0020';
}
.cms-tracking .product-information .error-message {
  margin-top: 2em;
  margin-bottom: 4px;
}
.cms-tracking .product-information.with-box {
  margin-left: 117px;
}

@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* CAMPAIGN INTRODUCTION
  ------------------------------------------------------------------------------*/
  .cms-campaign-placeholder {
    min-height: 240px;
    margin-top: -10px;
    border-bottom: 1px solid transparent;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-campaign-placeholder {
    /* MQ: Tablet */
    margin-top: -20px;
  }
}

@media screen and (min-device-width: 320px) {
  .cms-campaign-introduction {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 240px;
    margin-top: -10px;
    border-bottom: 1px solid #ddd;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-campaign-introduction {
    /* MQ: Tablet */
    margin-top: -20px;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-campaign-introduction .content-wrapper {
    padding: 0 10px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-campaign-introduction .content-wrapper {
    /* MQ: Tablet */
    padding: 0 20px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .cms-campaign-introduction .content-wrapper {
    /* MQ: Widescreen */
    width: 940px;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-campaign-introduction img {
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .cms-campaign-introduction img {
    /* MQ: Widescreen */
    display: block;
    margin-top: 30px;
    position: absolute;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-campaign-introduction .text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cms-campaign-introduction .text div {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .cms-campaign-introduction .text div ul {
    list-style: inside;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .cms-campaign-introduction .text {
    /* MQ: Widescreen */
    margin-left: 34.46%;
  }
}

@media screen and (min-device-width: 320px) {
  .cms-campaign-orange {
    background-color: #ea622d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f48c29), to(#ea622d));
    background-image: -webkit-linear-gradient(top, #f48c29, #ea622d);
    background-image: -moz-linear-gradient(top, #f48c29, #ea622d);
    background-image: -ms-linear-gradient(top, #f48c29, #ea622d);
    background-image: -o-linear-gradient(top, #f48c29, #ea622d);
    background-image: linear-gradient(top, #f48c29, #ea622d);
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  }

  .cms-campaign-blue {
    background-color: #0079c5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00a1e6), to(#0079c5));
    background-image: -webkit-linear-gradient(top, #00a1e6, #0079c5);
    background-image: -moz-linear-gradient(top, #00a1e6, #0079c5);
    background-image: -ms-linear-gradient(top, #00a1e6, #0079c5);
    background-image: -o-linear-gradient(top, #00a1e6, #0079c5);
    background-image: linear-gradient(top, #00a1e6, #0079c5);
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  }

  .cms-campaign-green {
    background-color: #09ad68;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00bd73), to(#09ad68));
    background-image: -webkit-linear-gradient(top, #00bd73, #09ad68);
    background-image: -moz-linear-gradient(top, #00bd73, #09ad68);
    background-image: -ms-linear-gradient(top, #00bd73, #09ad68);
    background-image: -o-linear-gradient(top, #00bd73, #09ad68);
    background-image: linear-gradient(top, #00bd73, #09ad68);
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  }

  .cms-campaign-pink {
    background-color: #ae3163;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bc34c6), to(#ae3163));
    background-image: -webkit-linear-gradient(top, #bc34c6, #ae3163);
    background-image: -moz-linear-gradient(top, #bc34c6, #ae3163);
    background-image: -ms-linear-gradient(top, #bc34c6, #ae3163);
    background-image: -o-linear-gradient(top, #bc34c6, #ae3163);
    background-image: linear-gradient(top, #bc34c6, #ae3163);
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  }

  .cms-campaign-yellow {
    background-color: #fda205;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffbb19), to(#fda205));
    background-image: -webkit-linear-gradient(top, #ffbb19, #fda205);
    background-image: -moz-linear-gradient(top, #ffbb19, #fda205);
    background-image: -ms-linear-gradient(top, #ffbb19, #fda205);
    background-image: -o-linear-gradient(top, #ffbb19, #fda205);
    background-image: linear-gradient(top, #ffbb19, #fda205);
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  }

  .cms-campaign-background {
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  }
  .cms-campaign-background:before {
    background-color: #000;
    content: " ";
    position: absolute;
    display: block;
    opacity: 0.35;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .cms-campaign-background {
    /* MQ: Widescreen */
  }
  .cms-campaign-background:before {
    left: 326px;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-campaign-background .content-wrapper {
    position: absolute;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* CAREER
  ------------------------------------------------------------------------------*/
  .cms-career .cms-career-content {
    display: none;
  }
  .cms-career .cms-career-nojobs {
    display: none;
  }
  .cms-career .cms-career-filter {
    margin: 1.5em 0 -1.4em;
  }
  .cms-career .cms-career-filter select {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 3px;
    max-width: 40%;
    margin: 0 .5em 1em 0;
  }
  .cms-career .cms-career-filter a {
    font-size: 16px;
    font-size: 1.6rem;
    color: #666666;
    white-space: nowrap;
    display: none;
  }
  .cms-career .cms-career-filter.filtered a {
    display: inline-block;
  }
  .cms-career .cms-career-jobs {
    padding: 0;
    margin-top: .9em;
  }
  .cms-career .cms-career-job {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    padding: 9px 0;
    margin: 0;
  }
  .cms-career .cms-career-job p.date {
    font-size: 11px;
    font-size: 1.1rem;
    color: #666666;
  }
  .cms-career .cms-career-job h3 {
    margin: .1em 0 .25em;
  }
  .cms-career .cms-career-job p.location {
    color: #666666;
  }
  .cms-career .cms-career-job + .cms-career-job {
    border-top: none;
  }
  .cms-career .cms-career-more {
    display: none;
    text-align: right;
    padding: 1em 0;
    background-color: #f4f4f4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f4f4));
    background-image: -webkit-linear-gradient(top, #ffffff, #f4f4f4);
    background-image: -moz-linear-gradient(top, #ffffff, #f4f4f4);
    background-image: -ms-linear-gradient(top, #ffffff, #f4f4f4);
    background-image: -o-linear-gradient(top, #ffffff, #f4f4f4);
    background-image: linear-gradient(top, #ffffff, #f4f4f4);
    margin-bottom: .3em;
    border-bottom: 1px solid #ddd;
  }
  .cms-career .cms-career-more a {
    padding-right: 20px;
  }
  .cms-career .cms-career-more a:before {
    content: '\00BB\0020';
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* COUNTERS (Micro Collection)
  --------------------------------------------------*/
  .content-types {
    margin: 0;
  }
  .content-types h2,
  .content-types p,
  .content-types a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: normal;
    font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  }
  .content-types h2 {
    color: #555;
    border-right: 1px solid #2b2b2b;
    margin: 0;
  }

  .cms-container + .cms-container-content-types {
    margin-top: -2.9em !important;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* DAILY DEAL
  --------------------------------------------------*/
  .cms-daily-deal-small {
    zoom: 1;
    display: block;
    color: #fff;
    line-height: 1.2;
    padding: 20px 20px 60px 20px;
    background-color: #d83b5b;
    background-image: none !important;
    border-color: #d83b5b;
    box-sizing: border-box;
    position: relative;
  }
  .cms-daily-deal-small:before, .cms-daily-deal-small:after {
    content: "";
    display: table;
  }
  .cms-daily-deal-small:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-daily-deal-small {
    /* MQ: Tablet */
    padding: 20px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1px) and (max-width: 599px) {
  .cms-daily-deal-small {
    /* MQ: Smartphone only */
  }
  .cms-tile-row-large .cms-daily-deal-small.cms-hp-tile, .cms-tile-row-medium .cms-daily-deal-small.cms-hp-tile, .cms-tile-row-small .cms-daily-deal-small.cms-hp-tile {
    height: auto;
    min-height: 250px;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-daily-deal-small:active, .cms-daily-deal-small:hover, .cms-daily-deal-small:focus, .cms-daily-deal-small:visited {
    text-decoration: none;
    color: #fff;
  }
  .cms-daily-deal-small .daily-deal-intro {
    float: left;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 1em;
    margin-bottom: 1.5em;
  }
  .cms-daily-deal-small .daily-deal-intro img {
    width: 50px;
    height: 50px;
    float: left;
  }
  .cms-daily-deal-small .daily-deal-intro > div {
    margin-left: 60px;
  }
  .cms-daily-deal-small .daily-deal-intro h3 {
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.1;
    color: #fff;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .cms-daily-deal-small .daily-deal-intro p {
    font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-daily-deal-small .daily-deal-intro p {
    /* MQ: Tablet */
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .cms-daily-deal-small .daily-deal-intro p {
    /* MQ: Widescreen */
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-daily-deal-small .daily-deal-product {
    box-sizing: border-box;
    clear: left;
    min-height: 130px;
  }
  .cms-daily-deal-small .daily-deal-product .daily-deal-cover {
    float: left;
    width: 85px;
    position: relative;
    line-height: 1;
    margin-bottom: 1.2em;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-daily-deal-small .daily-deal-product .daily-deal-cover {
    /* MQ: Tablet */
    width: 70px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .cms-daily-deal-small .daily-deal-product .daily-deal-cover {
    /* MQ: Widescreen */
    width: 85px;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-daily-deal-small .daily-deal-product .daily-deal-cover:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .cms-daily-deal-small .daily-deal-product .daily-deal-cover img {
    max-width: 100%;
    float: left;
  }
  .cms-daily-deal-small .daily-deal-product .daily-deal-title {
    margin-left: 100px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-daily-deal-small .daily-deal-product .daily-deal-title {
    /* MQ: Tablet */
    margin-left: 85px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .cms-daily-deal-small .daily-deal-product .daily-deal-title {
    /* MQ: Widescreen */
    margin-left: 100px;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-daily-deal-small .daily-deal-product .daily-deal-title > div {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.2;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-daily-deal-small .daily-deal-product .daily-deal-title > div {
    /* MQ: Tablet */
    font-size: 16px;
    font-size: 1.6rem;
    max-height: 4.8em;
    overflow: hidden;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .cms-daily-deal-small .daily-deal-product .daily-deal-title > div {
    /* MQ: Widescreen */
    font-size: 18px;
    font-size: 1.8rem;
    max-height: none;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-daily-deal-small .daily-deal-product .daily-deal-title .price-container {
    padding-top: .5em;
    padding-bottom: .75em;
  }
  .cms-daily-deal-small .daily-deal-product .daily-deal-title .price {
    font-size: 28px;
    font-size: 2.8rem;
    font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    display: inline-block;
    margin-right: .35em;
  }
  .cms-daily-deal-small .daily-deal-product .daily-deal-title .unreduced-price {
    font-size: 12px;
    font-size: 1.2rem;
    font-family: Verdana, sans-serif;
    display: inline-block;
    text-decoration: line-through;
  }
  .cms-daily-deal-small .daily-deal-product .daily-deal-cta {
    clear: both;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-daily-deal-small .daily-deal-product .daily-deal-cta {
    /* MQ: Tablet */
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .cms-daily-deal-small .daily-deal-product .daily-deal-cta {
    /* MQ: Widescreen */
    display: block;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-daily-deal-small .daily-deal-product .daily-deal-cta div {
    background-color: rgba(255, 255, 255, 0.25);
    padding: .5em 2em .5em .75em;
    display: block;
    position: relative;
    padding-right: 2em;
    text-align: left;
    width: auto;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  }
  .cms-daily-deal-small .daily-deal-product .daily-deal-cta div:after {
    content: "A";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: block;
    right: 7px;
    top: 1px;
  }
  .cms-daily-deal-small .daily-deal-product .daily-deal-cta div:after {
    top: 7px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  .cms-download {
    zoom: 1;
    display: block;
  }
  .cms-download:before, .cms-download:after {
    content: "";
    display: table;
  }
  .cms-download:after {
    clear: both;
  }
  .cms-download__symbol {
    float: left;
    width: 90px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .cms-download__symbol {
    /* MQ: Widescreen */
    width: 60px;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-download__symbol img {
    margin-top: .33em;
    max-width: 100%;
  }
  .cms-download__meta {
    margin-left: 105px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .cms-download__meta {
    /* MQ: Widescreen */
    margin-left: 75px;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-download__meta h3 {
    color: #00768a;
  }
  .cms-download__meta p.file-info {
    color: #555;
  }
  .cms-download:hover {
    text-decoration: none;
  }
  .cms-download:hover .cms-download__meta h3 {
    text-decoration: underline;
  }

  .cms-collection-list .cms-download h3 {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: Verdana, sans-serif;
    color: #00768a;
  }
  .cms-collection-list .cms-download p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .cms-collection-list + .cms-placeholder-vl {
    margin-top: 2.2em;
  }

  .cms-placeholder-vl + .btn {
    margin-top: .4em;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  .cms-article-side-image .columns h3:first-child,
  .cms-person-side-image .columns h3:first-child {
    margin-top: 0;
  }
  .cms-article-side-image .align-image-text img,
  .cms-person-side-image .align-image-text img {
    margin-top: 7px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  .cms-columns-row .cms-person-list h1 {
    margin-top: 0;
  }
  .cms-columns-row .cms-person-list .cms-person .description p {
    line-height: 1.5;
    margin: 0;
  }
  .cms-columns-row .cms-person-list .cms-person .description p:first-of-type span:first-of-type {
    font-weight: normal;
    color: #999999;
  }
  .cms-columns-row .cms-person-list .cms-person .cms-person-not-linked .description h3 {
    font-size: 22px;
    font-size: 2.2rem;
    font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  }
  .cms-columns-row .cms-person-list .cms-person + .cms-person {
    border-top: 1px solid #e3e3e3;
    padding-top: 1em;
    margin-top: 1em;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  .cms-multicolumn-links h2 {
    margin-bottom: .85em;
  }
  .cms-multicolumn-links li a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2em;
    font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    padding-left: 1.1em;
    position: relative;
    display: block;
    padding-bottom: 1em;
  }
  .cms-multicolumn-links li a:before {
    content: "A";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: inline;
    left: 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  .cms-placeholder-vl hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  .cms-backlink {
    margin-bottom: .7em;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* PALGRAVE FULL WIDTH BANNER
  ------------------------------------------------------------------------------*/
  .cms-banner-full {
    padding: 3em 0 !important;
    margin: 0 -10px;
    background-color: #ddd;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #content .layout-full-grid .col-main .cms-banner-full:first-child {
    margin-top: -50px;
  }
  .cms-banner-full .cms-banner-text {
    position: relative;
    height: 9em;
    padding-left: 10px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .cms-banner-full .cms-banner-text {
    /* MQ: Widescreen */
    padding-left: 0;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-banner-full .cms-banner-text .cms-banner-text-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
  }
  .cms-banner-full .cms-banner-text .cms-banner-text-inner h1 {
    color: inherit;
    margin: 0 0 .25em;
  }
  .cms-banner-full .cms-banner-text .cms-banner-text-inner h2, .cms-banner-full .cms-banner-text .cms-banner-text-inner p {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.3;
    font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    color: inherit;
  }
  .cms-banner-full .cms-banner-image {
    position: relative;
    height: 9em;
  }
  .cms-banner-full .cms-banner-image img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    max-height: 9em;
    max-width: 100%;
  }

  .cms-banner-full-image-only .cms-banner-image {
    text-align: left;
    padding-left: 1.2em;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-banner-full-image-only .cms-banner-image {
    /* MQ: Tablet */
    padding-left: 2.8em;
  }
}

@media screen and (min-device-width: 320px) {
  .cms-banner-full-bgimage-only {
    height: 9em;
    background-size: contain;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  .button {
    background: #00768a;
    border: 0 none;
    color: #fff;
    display: inline-block;
    /*! margin: 0.25em 0.25em 0.25em 0; */
    min-height: 1em;
    min-width: 7.5em;
    padding: 0.5em 0.85em;
    text-decoration: none;
    line-height: 1.5;
  }
  .button.pointy {
    padding-right: 3em;
    position: relative;
    min-height: 2.5em;
    font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
  }
  .button.pointy::after {
    color: #fff;
    content: "A";
    font-family: sn_pm_icons;
    font-size: 1.2em;
    line-height: 1.4;
    position: absolute;
    right: 0.5em;
    top: 0.35em;
  }
  .button.pointy.pointy-only {
    min-width: 0;
    padding-right: 1.7em;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  .cms-quote {
    position: relative;
    padding: 2.4em 2.9em 1.9em;
    background-color: #f4f4f4;
  }
  .cms-quote .cms-quote-icon {
    display: none;
  }
  .cms-quote .cms-quote-text {
    position: relative;
    font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
  }
  .cms-quote .cms-quote-text:before {
    content: "E";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: inline;
    font-size: 22px;
    font-size: 2.2rem;
    left: -1.1em;
    top: -.2em;
    color: #d83b5b;
  }
  .cms-quote .cms-quote-text p {
    font-size: 22px;
    font-size: 2.2rem;
    color: #2b2b2b;
    line-height: 1.3;
    margin-bottom: 0;
  }
  .cms-quote .cms-quote-name {
    color: #555;
  }
  .cms-quote .cms-quote-name:before {
    content: "\2014";
    margin-right: .5em;
  }
  .cms-quote .cms-quote-name a {
    color: #555;
    text-decoration: underline;
  }
  .cms-quote .cms-quote-name a:hover {
    color: #555;
    text-decoration: none;
  }
  .cms-quote .cms-quote-name p {
    font-size: 12px;
    font-size: 1.2rem;
    color: #555;
    display: inline;
    opacity: .7;
  }

  .cms-highlight-0 .cms-quote.cms-box-highlight-3 {
    background-color: #008ca4;
  }
  .cms-highlight-0 .cms-quote.cms-box-highlight-3 .cms-quote-text:before {
    color: #fff;
  }
  .cms-highlight-0 .cms-quote.cms-box-highlight-3 .cms-quote-text p {
    color: #fff;
  }
  .cms-highlight-0 .cms-quote.cms-box-highlight-3 .cms-quote-name,
  .cms-highlight-0 .cms-quote.cms-box-highlight-3 .cms-quote-name p,
  .cms-highlight-0 .cms-quote.cms-box-highlight-3 .cms-quote-name a,
  .cms-highlight-0 .cms-quote.cms-box-highlight-3 .cms-quote-name a:hover {
    color: #fff;
  }
  .cms-highlight-0 .cms-quote.cms-box-highlight-4 {
    background-color: #dc506d;
  }
  .cms-highlight-0 .cms-quote.cms-box-highlight-4 .cms-quote-text:before {
    color: #fff;
  }
  .cms-highlight-0 .cms-quote.cms-box-highlight-4 .cms-quote-text p {
    color: #fff;
  }
  .cms-highlight-0 .cms-quote.cms-box-highlight-4 .cms-quote-name,
  .cms-highlight-0 .cms-quote.cms-box-highlight-4 .cms-quote-name p,
  .cms-highlight-0 .cms-quote.cms-box-highlight-4 .cms-quote-name a,
  .cms-highlight-0 .cms-quote.cms-box-highlight-4 .cms-quote-name a:hover {
    color: #fff;
  }

  .cms-highlight-1 .cms-quote {
    background-color: #ffffff;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  .cms-teaser-text {
    display: block;
  }
  .cms-teaser-text img {
    width: 100%;
  }
  .cms-teaser-text .cms-teaser-box {
    padding: 1em 0 .75em;
    position: relative;
  }
  .cms-teaser-bg-primary .cms-teaser-text .cms-teaser-box {
    background-color: #f4f4f4;
    color: #333333;
    padding: 1.1em 1.45em .75em;
  }
  .cms-teaser-bg-primary .cms-teaser-text .cms-teaser-box a {
    color: #00768a;
  }
  .cms-teaser-bg-secondary .cms-teaser-text .cms-teaser-box {
    background-color: #f4f4f4;
    color: #333333;
    padding: 1.1em 1.45em .75em;
  }
  .cms-teaser-bg-secondary .cms-teaser-text .cms-teaser-box a {
    color: #00768a;
  }
  .cms-highlight-1 .cms-teaser-text .cms-teaser-box {
    background-color: #fff;
    color: #333333;
    padding: 1.1em 1.45em .75em;
  }
  .cms-highlight-1 .cms-teaser-text .cms-teaser-box a {
    color: #00768a;
  }
  .cms-teaser-text h3 {
    color: #333333;
    font-size: 22px;
    font-size: 2.2rem;
    font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: .4em;
  }
  .cms-teaser-text p {
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    color: #555555;
    line-height: 1.5;
  }
  .cms-teaser-text .article-meta {
    color: #999999;
  }
  .cms-teaser-text .article-meta span {
    display: inline-block;
    padding-bottom: rem-calc(4);
    position: relative;
  }
  .cms-teaser-text .article-meta .date + .taxonomy {
    margin-left: .25em;
    padding-left: .75em;
  }
  .cms-teaser-text .article-meta .date + .taxonomy::before {
    content: "|";
    left: 0;
    position: absolute;
  }
  .cms-teaser-text .cms-teaser-box-with-icon {
    padding-left: 70px;
    position: relative;
  }
  .cms-teaser-text .cms-teaser-box-with-icon .cms-font-icon {
    position: absolute;
    display: block;
    height: 60px;
    width: 60px;
    font-size: 30px;
    font-size: 3rem;
    line-height: 60px;
    text-align: center;
    color: #00768a;
    border: none;
    border-radius: 50%;
    top: 11px;
    background-color: #f4f4f4;
    left: 0;
  }
  .cms-teaser-text .cms-teaser-box-with-icon h3 {
    color: #00768a;
  }
  .cms-teaser-bg-primary .cms-teaser-text .cms-teaser-box-with-icon {
    padding-left: 80px;
  }
  .cms-teaser-bg-primary .cms-teaser-text .cms-teaser-box-with-icon .cms-font-icon {
    background-color: #fff;
    left: 10px;
  }
  .cms-teaser-bg-secondary .cms-teaser-text .cms-teaser-box-with-icon {
    padding-left: 80px;
  }
  .cms-teaser-bg-secondary .cms-teaser-text .cms-teaser-box-with-icon .cms-font-icon {
    background-color: #fff;
    left: 10px;
  }
  .cms-highlight-1 .cms-teaser-text .cms-teaser-box-with-icon {
    padding-left: 80px;
  }
  .cms-highlight-1 .cms-teaser-text .cms-teaser-box-with-icon .cms-font-icon {
    background-color: #f4f4f4;
    left: 10px;
  }
  .cms-highlight-2 .cms-teaser-text .cms-teaser-box-with-icon .cms-font-icon {
    background-color: #ffffff;
  }
  .cms-teaser-text .cms-teaser-box-titled-icon h3 {
    margin-top: 14px;
  }

  a.cms-teaser-text {
    text-decoration: none;
  }
  a.cms-teaser-text p:last-of-type::after {
    content: "A";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: inline;
    bottom: rem-calc(-3);
    margin-left: rem-calc(10);
  }
  a.cms-teaser-text:hover .cms-teaser-box-with-icon .cms-font-icon {
    color: #008ca4;
  }
  a.cms-teaser-text:hover .cms-teaser-box-with-icon h3 {
    color: #008ca4;
  }

  .cms-font-icon {
    font-family: sn_pm_icons;
  }

  .cms-bg-image-teaser {
    padding: 0;
    background-size: cover;
    background-position: center;
    background-color: #f4f4f4;
  }
  .cms-highlight-1 .cms-bg-image-teaser, .cms-highlight-2 .cms-bg-image-teaser {
    background-color: #ffffff;
  }
  .cms-bg-image-teaser a {
    text-decoration: none;
    color: #333333;
    display: block;
    padding: 20px;
    box-sizing: border-box;
    zoom: 1;
  }
  .cms-bg-image-teaser a:before, .cms-bg-image-teaser a:after {
    content: "";
    display: table;
  }
  .cms-bg-image-teaser a:after {
    clear: both;
  }
  .cms-bg-image-teaser h3,
  .cms-bg-image-teaser div.cms-richtext,
  .cms-bg-image-teaser .btn {
    float: left;
    clear: left;
  }
  .cms-bg-image-teaser h3 {
    font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    margin: 0 0 .6em;
  }
  .cms-bg-image-teaser div.cms-richtext p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .cms-bg-image-teaser .btn {
    margin-top: 1em;
    margin-bottom: 0;
    width: 100%;
  }
  .cms-bg-image-teaser.cms-bg-image-teaser-with-img h3,
  .cms-bg-image-teaser.cms-bg-image-teaser-with-img div.cms-richtext {
    padding: 10px;
    background-color: #fff;
    display: inline-block;
    opacity: .95;
  }
  .cms-bg-image-teaser.cms-bg-image-teaser-with-img .btn {
    margin-top: .5em;
    width: auto;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  .layout-full-grid {
    zoom: 1;
  }
  .layout-full-grid:before, .layout-full-grid:after {
    content: "";
    display: table;
  }
  .layout-full-grid:after {
    clear: both;
  }
  .layout-full-grid + .layout-full-grid {
    margin-top: 50px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .layout-full-grid {
    /* MQ: Widescreen */
  }
}
@media screen and (min-device-width: 320px) {
  .layout-full-grid .col-aside {
    display: none;
  }
  .layout-full-grid .col-main {
    margin-bottom: 0;
  }
  .layout-full-grid .cms-container {
    margin: 0;
    padding-top: 40px;
    padding-bottom: 58px;
  }
  .layout-full-grid .cms-container:first-child {
    padding-top: 0;
  }
  .layout-full-grid .cms-container:last-child {
    padding-bottom: 100px;
  }
  .layout-full-grid .cms-container .cms-container:first-child {
    padding-top: 0;
  }
  .layout-full-grid .cms-container .cms-container:last-child {
    padding-bottom: 0;
  }
  .layout-full-grid .cms-container-grid {
    padding-bottom: 0;
  }
  .layout-full-grid .cms-highlight-1 {
    background-color: #f4f4f4;
  }
  .layout-full-grid .cms-highlight-2 {
    background-color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #f4f4f4, #ffffff);
    background-image: -moz-linear-gradient(top, #f4f4f4, #ffffff);
    background-image: -ms-linear-gradient(top, #f4f4f4, #ffffff);
    background-image: -o-linear-gradient(top, #f4f4f4, #ffffff);
    background-image: linear-gradient(top, #f4f4f4, #ffffff);
  }
  .layout-full-grid .cms-highlight-0 + .cms-highlight-0,
  .layout-full-grid .cms-highlight-1 + .cms-highlight-1,
  .layout-full-grid .cms-highlight-2 + .cms-highlight-0 {
    padding-top: 0;
  }
  .layout-full-grid .cms-grid-collection,
  .layout-full-grid .cms-video,
  .layout-full-grid .cms-sn-brands {
    margin-bottom: 2.3em;
  }
  .layout-full-grid .cms-columns-row .cms-grid-collection {
    margin-bottom: 0;
  }
  .layout-full-grid .cms-image-only-teaser {
    margin-top: 1.45em;
    margin-bottom: 1.9em;
  }
  .layout-full-grid .cms-container-close + .cms-container-close .cms-bg-image-teaser {
    margin-top: 0;
  }
  .layout-full-grid .cms-collection-list > .cms-container {
    padding-top: 0;
  }
  .layout-full-grid .cms-collection-list > .cms-container:last-child {
    padding-bottom: 0;
  }
  .layout-full-grid .cms-grid-collection .cms-collection-list .cms-container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .layout-full-grid .cms-grid-collection > h2 {
    margin-bottom: .8em;
  }
  .layout-full-grid .cms-grid-collection > h2 + .cms-richtext {
    margin-bottom: 1.9em;
  }
  .layout-full-grid .cms-container-close + .cms-container-close {
    margin-top: -38px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  .styleguide {
    zoom: 1;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    background: #eee;
    opacity: .9;
    width: 300px;
    overflow: visible;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-radius: 0 0 15px 0;
    background-color: #ddd;
    padding: 0;
    box-shadow: 0 0 10px 0 #999;
    box-sizing: content-box;
  }
  .styleguide:before, .styleguide:after {
    content: "";
    display: table;
  }
  .styleguide:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .styleguide {
    /* MQ: Widescreen */
    width: 320px;
  }
}
@media screen and (min-device-width: 320px) {
  .styleguide.off {
    transform: translate(-300px, -180px);
    border-color: #00cc00;
    background-color: #ccffcc;
    padding: 0 30px 30px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .styleguide.off {
    /* MQ: Widescreen */
    transform: translate(-320px, 0);
    padding: 0 30px 0 0;
  }
}
@media screen and (min-device-width: 320px) {
  .styleguide > div {
    padding: .5em 1em;
  }
  .styleguide input[type=checkbox],
  .styleguide select,
  .styleguide label {
    vertical-align: middle;
  }
  .styleguide select,
  .styleguide input[type=submit] {
    margin-top: -4px;
  }

  .styleguide__components .glyphs li {
    cursor: pointer;
  }
  .styleguide__components .glyphs p {
    color: #999999;
  }

  .styleguide-separator {
    text-align: center;
    clear: both;
    border-bottom: 1px solid #333;
    margin: 1em 0;
  }

  .sg-color div {
    padding: 1em;
  }
  .sg-color .action-1 {
    background-color: #00768a;
  }
  .sg-color .action-2 {
    background-color: #008ca4;
  }
  .sg-color .action-3 {
    background-color: #008ca4;
  }
  .sg-color .action-4 {
    background-color: #008ca4;
  }
  .sg-color .action-5 {
    background-color: #008ca4;
  }
  .sg-color .action-6 {
    background-color: #008ca4;
  }
  .sg-color .action-7 {
    background-color: #008ca4;
  }
  .sg-color .action-8 {
    background-color: #008ca4;
  }
  .sg-color .type-1 {
    color: #333333;
  }
  .sg-color .type-2 {
    color: #555555;
  }
  .sg-color .type-3 {
    color: #666666;
  }
  .sg-color .type-4 {
    color: #777777;
  }
  .sg-color .type-5 {
    color: #999999;
  }
}
body {
  padding: 0;
  background: white;
}
body .row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body .row *,
body .row *:before,
body .row *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body #wrapper,
body .page-wrapper {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body #wrapper #content,
body .page-wrapper #content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body #header {
  background-color: #fefefe;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #FFF, #f0f0f0);
  background-image: -moz-linear-gradient(top, #FFF, #f0f0f0);
  background-image: -ms-linear-gradient(top, #FFF, #f0f0f0);
  background-image: -o-linear-gradient(top, #FFF, #f0f0f0);
  background-image: linear-gradient(top, #FFF, #f0f0f0);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-top: 7px solid #d83b5b;
  z-index: 40;
  position: relative;
  min-height: 185px;
}
body #header > .row {
  min-height: 185px;
}
@media screen and (min-width: 600px) {
  body #header {
    /* MQ: Tablet */
    min-height: 110px;
  }
  body #header > .row {
    min-height: 110px;
  }
}
body #header button,
body #header input,
body #header select,
body #header textarea {
  font-family: Verdana, sans-serif;
}
body #header #headerlogo {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  display: inline-block;
  background: url("/spcom/sites/palgrave/images/palgrave_logo_dark.png");
  background: url("/spcom/sites/palgrave/images/palgrave_logo_dark.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 146px;
  height: 65px;
  position: relative;
  left: 10px;
  top: 14px;
}
@media screen and (min-width: 600px) {
  body #header #headerlogo {
    /* MQ: Tablet */
    left: 0;
  }
}
body #header .panel-menu {
  display: block;
  position: absolute;
  top: 117px;
  background-image: none;
  background-color: #555555;
}
@media screen and (min-width: 600px) {
  body #header .panel-menu {
    /* MQ: Tablet */
    position: relative;
    top: auto;
  }
}
@media screen and (min-width: 600px) {
  body #header .panel-menu #cross-nav {
    /* MQ: Tablet */
    top: -6px;
  }
}
body #header .panel-menu #cross-nav #basket-widget .flyout-caption:after {
  content: "V";
  font-family: "sn_pm_icons";
  text-transform: none;
  position: relative;
  display: block;
  color: #f9f9f9;
  font-size: 16px;
  font-size: 1.6rem;
  float: left;
}
@media screen and (min-width: 600px) {
  body #header .panel-menu #cross-nav #basket-widget .flyout-caption:after {
    /* MQ: Tablet */
    color: #555;
  }
}
body #header .panel-menu #cross-nav #basket-widget .flyout-caption .totalQuantity {
  display: inline-block;
  margin-left: .5em;
}
body #header .panel-menu #cross-nav #basket-widget .flyout-content li {
  margin: 0;
}
body #header .panel-menu #cross-nav #basket-widget .flyout-content li a:hover,
body #header .panel-menu #cross-nav #basket-widget .flyout-content li a:focus {
  color: #008ca4 !important;
  background: inherit;
}
body #header .panel-menu #cross-nav a.headerbasket {
  background-image: none;
}
body #header .panel-menu #cross-nav .flyout-content {
  min-width: 180px;
}
body #header [hidden] {
  display: none;
}
body #header .visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
body #header form.site-search {
  position: relative;
  top: 43px;
}
body #header form.site-search input.search-query {
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  height: 35px;
  padding: .5em 4em .5em .75em;
  border: 1px solid transparent;
  background: #ddd;
  color: black;
  outline: 0;
}
body #header form.site-search input.search-query::-webkit-input-placeholder {
  color: #555;
  font-size: 13px;
  font-size: 1.3rem;
}
body #header form.site-search input.search-query:-moz-placeholder {
  color: #555;
  font-size: 13px;
  font-size: 1.3rem;
}
body #header form.site-search input.search-query::-moz-placeholder {
  color: #555;
  font-size: 13px;
  font-size: 1.3rem;
}
body #header form.site-search input.search-query:-ms-input-placeholder {
  color: #555;
  font-size: 13px;
  font-size: 1.3rem;
}
body #header form.site-search input.search-query:focus {
  background-color: #fff;
  border-color: #d7d7d7;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@supports (transform: scale(0)) {
  body #header form.site-search div.awesomplete > ul {
    transition: 0.3s cubic-bezier(0.4, 0.2, 0.5, 1.4);
    transform-origin: 1.43em -.43em;
  }
  body #header form.site-search div.awesomplete > ul[hidden],
  body #header form.site-search div.awesomplete > ul:empty {
    opacity: 0;
    transform: scale(0);
    display: block;
    transition-timing-function: ease;
  }
}
body #header form.site-search div.awesomplete mark {
  font-weight: bold;
  background-color: inherit;
}
body #header form.site-search div.awesomplete li[aria-selected="true"] {
  background: #f4f4f4;
}
body #header form.site-search div.awesomplete > ul {
  position: absolute;
  left: 0;
  z-index: 1;
  min-width: 100%;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0 0 0;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-top-style: none;
  text-shadow: none;
}
body #header form.site-search div.awesomplete > ul:empty {
  display: none;
}
body #header form.site-search div.awesomplete > ul[hidden] {
  display: none;
}
body #header form.site-search div.awesomplete > ul > li {
  position: relative;
  padding: .4em .5em;
  cursor: pointer;
  line-height: 1.5;
  font-size: 13px;
  font-size: 1.3rem;
  color: #2b2b2b;
}
body #header form.site-search div.awesomplete > ul > li:hover {
  background: #f4f4f4;
}
body #header form.site-search div.awesomplete > ul > li mark {
  color: #2b2b2b;
}
body #header form.site-search button {
  font-size: 17.5px;
  font-size: 1.75rem;
  border-color: transparent;
  background-image: none;
  background-color: transparent;
  right: 22px;
  top: 4px;
  position: absolute;
}
body #header form.site-search button:after {
  content: "6";
  font-family: "sn_pm_icons";
  text-transform: none;
  position: absolute;
  display: inline;
  z-index: 10;
  color: #d83b5b;
}
body #header #header .flyout-caption {
  border: 1px solid transparent;
}
body .navwrapper {
  border-bottom: 1px solid #d7d7d7;
}
@media screen and (min-width: 600px) {
  body .navwrapper {
    /* MQ: Tablet */
    background: white;
    height: 53px;
    border-top-width: 0;
  }
}
@media screen and (min-width: 600px) {
  body .navwrapper {
    /* MQ: Tablet */
  }
  nav > ul > li > * > a,
  nav > ul > li a {
    text-shadow: none;
  }
  nav > ul > li > * > a:hover, nav > ul > li > * > a:active, nav > ul > li > * > a:focus,
  nav > ul > li a:hover,
  nav > ul > li a:active,
  nav > ul > li a:focus {
    text-shadow: none;
  }
}
@media screen and (min-width: 600px) {
  body .navwrapper nav {
    /* MQ: Tablet */
    margin-left: 0;
  }
}
body .navwrapper nav ul#global-nav {
  padding-top: 43px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media screen and (min-width: 600px) {
  body .navwrapper nav ul#global-nav {
    /* MQ: Tablet */
    padding-top: 0;
    overflow: visible;
  }
}
body .navwrapper nav ul#global-nav a {
  font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
}
body .navwrapper nav ul#global-nav li {
  border-width: 0;
}
body .navwrapper nav ul#global-nav > li:after {
  content: "A";
  font-family: "sn_pm_icons";
  text-transform: none;
  position: absolute;
  display: inline;
  font-size: 1.2em;
  top: 12px;
  right: .5em;
  background: none;
}
body .navwrapper nav ul#global-nav > li.open:after {
  content: "C";
  font-family: "sn_pm_icons";
  text-transform: none;
  position: absolute;
  display: inline;
}
@media screen and (min-width: 600px) {
  body .navwrapper nav ul#global-nav > li {
    /* MQ: Tablet */
    width: 50%;
    cursor: pointer;
    border-left: 1px solid #d7d7d7;
  }
  body .navwrapper nav ul#global-nav > li:last-child {
    border-right: 1px solid #d7d7d7;
  }
  body .navwrapper nav ul#global-nav > li:after, body .navwrapper nav ul#global-nav > li.open:after {
    content: "";
  }
}
body .navwrapper nav ul#global-nav > li a {
  color: #666666;
}
@media screen and (min-width: 600px) {
  body .navwrapper nav ul#global-nav > li a {
    /* MQ: Tablet */
    border-width: 0;
  }
}
body .navwrapper nav ul#global-nav > li .nav-main a {
  text-transform: uppercase;
}
@media screen and (min-width: 600px) {
  body .navwrapper nav ul#global-nav > li .nav-main a {
    /* MQ: Tablet */
    padding: 17px 1em;
  }
}
@media screen and (min-width: 600px) {
  body .navwrapper nav ul#global-nav > li .nav-main a:after {
    /* MQ: Tablet */
    color: #d83b5b;
    content: "C";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: relative;
    display: inline;
    left: 0.25em;
    top: .075em;
  }
}
@media screen and (min-width: 600px) {
  body .navwrapper nav ul#global-nav > li .nav-main a:hover {
    /* MQ: Tablet */
    color: #d83b5b;
  }
}
@media screen and (min-width: 600px) {
  body .navwrapper nav ul#global-nav > li .nav-sub {
    /* MQ: Tablet */
    top: 54px;
    border-width: 0;
  }
}
@media screen and (min-width: 600px) {
  body .navwrapper nav ul#global-nav > li .nav-sub li {
    /* MQ: Tablet */
    border-width: 0;
  }
}
.no-js nav > ul > li .nav-sub {
  position: static;
  clear: left;
}
body .navwrapper nav ul#global-nav > li.open,
body .navwrapper nav ul#global-nav > li.open-clicked, .no-js body .navwrapper nav ul#global-nav li {
  background-color: #f2f2f2;
}
body .navwrapper nav ul#global-nav > li.open a,
body .navwrapper nav ul#global-nav > li.open-clicked a, .no-js body .navwrapper nav ul#global-nav li a {
  background-color: #f2f2f2;
}
body .navwrapper nav ul#global-nav > li.open .nav-main a,
body .navwrapper nav ul#global-nav > li.open-clicked .nav-main a, .no-js body .navwrapper nav ul#global-nav li .nav-main a {
  background: #f2f2f2;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  color: #d83b5b;
}
@media screen and (min-width: 600px) {
  body .navwrapper nav ul#global-nav > li.open .nav-main a:after,
  body .navwrapper nav ul#global-nav > li.open-clicked .nav-main a:after, .no-js body .navwrapper nav ul#global-nav li .nav-main a:after {
    /* MQ: Tablet */
    content: "B";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: relative;
    display: inline;
    top: 0.125em;
  }
}
body .navwrapper nav ul#global-nav > li.open .nav-sub,
body .navwrapper nav ul#global-nav > li.open-clicked .nav-sub, .no-js body .navwrapper nav ul#global-nav li .nav-sub {
  display: block;
}
@media screen and (min-width: 600px) {
  body .navwrapper nav ul#global-nav > li.open .nav-sub,
  body .navwrapper nav ul#global-nav > li.open-clicked .nav-sub, .no-js body .navwrapper nav ul#global-nav li .nav-sub {
    /* MQ: Tablet */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 1px solid #d7d7d7;
    height: auto;
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 600px) {
  body .navwrapper nav ul#global-nav > li.open .nav-sub ul,
  body .navwrapper nav ul#global-nav > li.open-clicked .nav-sub ul, .no-js body .navwrapper nav ul#global-nav li .nav-sub ul {
    /* MQ: Tablet */
    display: block;
  }
}
@media screen and (min-width: 600px) {
  body .navwrapper nav ul#global-nav > li.open .nav-sub ul li,
  body .navwrapper nav ul#global-nav > li.open-clicked .nav-sub ul li, .no-js body .navwrapper nav ul#global-nav li .nav-sub ul li {
    /* MQ: Tablet */
    border-bottom: 1px solid #d7d7d7;
  }
}
@media screen and (min-width: 600px) {
  body .navwrapper nav ul#global-nav > li.open .nav-sub ul li:last-child,
  body .navwrapper nav ul#global-nav > li.open-clicked .nav-sub ul li:last-child, .no-js body .navwrapper nav ul#global-nav li .nav-sub ul li:last-child {
    /* MQ: Tablet */
    border-bottom-width: 0;
  }
}
body .navwrapper nav ul#global-nav > li.open .nav-sub ul li a,
body .navwrapper nav ul#global-nav > li.open-clicked .nav-sub ul li a, .no-js body .navwrapper nav ul#global-nav li .nav-sub ul li a {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media screen and (min-width: 600px) {
  body .navwrapper nav ul#global-nav > li.open .nav-sub ul li a,
  body .navwrapper nav ul#global-nav > li.open-clicked .nav-sub ul li a, .no-js body .navwrapper nav ul#global-nav li .nav-sub ul li a {
    /* MQ: Tablet */
    padding: 17px 1em;
  }
}
body .navwrapper nav ul#global-nav > li.open .nav-sub ul li a:hover,
body .navwrapper nav ul#global-nav > li.open-clicked .nav-sub ul li a:hover, .no-js body .navwrapper nav ul#global-nav li .nav-sub ul li a:hover {
  background-color: #d83b5b;
  color: white;
  text-shadow: none;
}

#search-field {
  z-index: 1;
  position: absolute;
  right: 0;
  left: 0;
}
#search-field .search-field--suggestions {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-top-style: none;
  text-shadow: none;
}
#search-field .search-field--suggestions li {
  background-color: #fff;
  cursor: pointer;
  font-size: 13px;
  padding: 6px 0.75em;
}
#search-field .search-field--suggestions li:last-child {
  margin-bottom: 0;
}
#search-field .search-field--suggestions li:hover, #search-field .search-field--suggestions li.selected {
  background-color: #f4f4f4;
}
#search-field .search-field--suggestions li mark {
  background: none;
  font-weight: bold;
}

#basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle {
  border: 1px solid transparent !important;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 3px;
  height: 40px;
  outline: none;
  padding: 12px 16px;
  position: relative;
  z-index: 5;
  line-height: normal;
  z-index: 1;
}
#basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle:hover, #basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle:focus {
  color: #bcbcbc;
}
#basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle:focus {
  outline: 1px dotted;
}
.is-open #basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle:focus {
  outline: none;
}
#basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle:before {
  content: "C";
  font-family: "sn_pm_icons";
  text-transform: none;
  position: relative;
  display: inline;
  top: -2px;
  display: block;
  float: right;
  width: 7px;
  height: 5px;
  margin: 4px 5px 0 9px;
}
@media screen and (min-width: 600px) {
  #basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle {
    /* MQ: Tablet */
    color: #666666;
  }
  #basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle:hover {
    color: #dc506d;
  }
  #basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle::before {
    content: "C";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: relative;
    display: inline;
    color: #d83b5b;
  }
  .lt-ie8 #basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle {
    margin-right: 15px;
  }
}
#basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle:after {
  content: "V";
  font-family: "sn_pm_icons";
  text-transform: none;
  position: relative;
  display: block;
  color: #f9f9f9;
  font-size: 16px;
  font-size: 1.6rem;
  float: left;
}
@media screen and (min-width: 600px) {
  #basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle:after {
    /* MQ: Tablet */
    color: #555;
  }
}
#basket-widget .toggleable-mini-cart .toggleable-mini-cart__toggle > span {
  margin-left: 0.5em;
}
#basket-widget .toggleable-mini-cart .toggleable-mini-cart__body {
  background-color: #efefef;
  border: 1px solid #ddd;
  display: none;
  font-size: 12px;
  font-size: 1.2rem;
  padding: .5em 10px .5em;
  position: absolute;
  left: 0;
  right: auto;
  top: 42px;
  z-index: 5;
  padding: 15px 10px 6px;
  top: 98%;
  width: 322px;
  z-index: -1;
}
@media screen and (min-width: 600px) {
  #basket-widget .toggleable-mini-cart .toggleable-mini-cart__body {
    /* MQ: Tablet */
    min-width: 150px;
  }
}
@media screen and (min-width: 600px) {
  #basket-widget .toggleable-mini-cart .toggleable-mini-cart__body {
    /* MQ: Tablet */
    border-color: #ddd;
    left: auto;
    right: 0;
  }
}
#basket-widget .toggleable-mini-cart .toggleable-mini-cart__body ul,
#basket-widget .toggleable-mini-cart .toggleable-mini-cart__body ol {
  border-top: 1px solid #E4E4E4;
  padding-top: 4px;
}
#basket-widget .toggleable-mini-cart .toggleable-mini-cart__body ul:first-child,
#basket-widget .toggleable-mini-cart .toggleable-mini-cart__body ol:first-child {
  border-top: none;
  padding-top: 0;
}
#basket-widget .toggleable-mini-cart .toggleable-mini-cart__body > ul > li {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 -10px;
}
#basket-widget .toggleable-mini-cart .toggleable-mini-cart__body > ul > li a {
  color: #666666;
  display: block;
  padding: 6px 9px;
}
#basket-widget .toggleable-mini-cart .toggleable-mini-cart__body > ul > li a:hover, #basket-widget .toggleable-mini-cart .toggleable-mini-cart__body > ul > li a:focus {
  color: #ffffff !important;
  background: #d83b5b;
}
@media screen and (min-width: 1004px) {
  #basket-widget .toggleable-mini-cart {
    /* MQ: Widescreen */
  }
  #basket-widget .toggleable-mini-cart:hover .toggleable-mini-cart__toggle {
    color: #666666;
    background-color: #efefef !important;
    border: 1px solid #ddd !important;
    border-bottom: 1px solid transparent !important;
  }
  #basket-widget .toggleable-mini-cart:hover .toggleable-mini-cart__toggle::before {
    content: "B";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: relative;
    display: inline;
  }
  #basket-widget .toggleable-mini-cart:hover .toggleable-mini-cart__body {
    display: block;
  }
}
#basket-widget .toggleable-mini-cart .mini-cart li + li {
  margin-top: 20px;
}
#basket-widget .toggleable-mini-cart .mini-cart li > div + div {
  padding-left: 10px;
}
#basket-widget .toggleable-mini-cart .mini-cart__item {
  font-size: 0;
}
#basket-widget .toggleable-mini-cart .mini-cart__item__cover, #basket-widget .toggleable-mini-cart .mini-cart__item__info, #basket-widget .toggleable-mini-cart .mini-cart__item__total-price {
  display: inline-block;
  vertical-align: top;
}
#basket-widget .toggleable-mini-cart .mini-cart__item__cover {
  width: 15%;
}
#basket-widget .toggleable-mini-cart .mini-cart__item__cover img {
  width: 41px;
}
#basket-widget .toggleable-mini-cart .mini-cart__item__info {
  width: 60%;
}
#basket-widget .toggleable-mini-cart .mini-cart__item__title {
  color: #00768a;
  font-size: 12px;
}
#basket-widget .toggleable-mini-cart .mini-cart__item__title:hover {
  text-decoration: underline;
}
#basket-widget .toggleable-mini-cart .mini-cart__item__description, #basket-widget .toggleable-mini-cart .mini-cart__item__quantity {
  color: #333;
  font-size: 12px;
  margin-top: 4px;
}
#basket-widget .toggleable-mini-cart .mini-cart__item__total-price {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  width: 25%;
}
#basket-widget .toggleable-mini-cart .mini-cart__sub-total {
  font-size: 0;
  border-top: 1px solid #e4e4e4;
  padding-top: 12px;
  margin-top: 20px;
}
#basket-widget .toggleable-mini-cart .mini-cart__sub-total__label, #basket-widget .toggleable-mini-cart .mini-cart__sub-total__value {
  display: inline-block;
  vertical-align: top;
}
#basket-widget .toggleable-mini-cart .mini-cart__sub-total__label {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  width: 70%;
}
#basket-widget .toggleable-mini-cart .mini-cart__sub-total__value {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  width: 30%;
}
#basket-widget .toggleable-mini-cart .mini-cart__submit {
  margin-top: 10px;
}
#basket-widget .toggleable-mini-cart .mini-cart__message {
  font-weight: bold;
  padding-bottom: 0.5em;
  text-align: center;
}
#basket-widget .toggleable-mini-cart .btn-primary {
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  text-shadow: 1px;
}

@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  .cms-columns-row .cms-hp-tile .tile-toggle {
    position: static;
  }
  .cms-columns-row .cms-article h1 {
    margin-top: 0;
  }
  .cms-columns-row .cms-collection-list .cms-article h1, .cms-columns-row .cms-collection-list .cms-article h2 {
    font-size: 14px;
    font-size: 1.4rem;
    color: #333333;
    font-family: Verdana, sans-serif;
  }
  .cms-lang-jp .cms-columns-row .cms-collection-list .cms-article h1, .cms-lang-jp .cms-columns-row .cms-collection-list .cms-article h2 {
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", Arial, "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo, Osaka", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
  }
  .cms-columns-row .cms-collection-list .cms-article h1 a, .cms-columns-row .cms-collection-list .cms-article h2 a {
    color: #00768a;
  }
  .cms-columns-row .cms-person-list h1, .cms-columns-row .cms-person-list h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.2;
    color: #2b2b2b;
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  }
  .cms-lang-jp .cms-columns-row .cms-person-list h1, .cms-lang-jp .cms-columns-row .cms-person-list h2 {
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", Georgia, "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo, Osaka", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
  }
  .cms-columns-row .cms-person-list .cms-person .description h3 {
    font-size: 14px;
    font-size: 1.4rem;
    color: #333333;
    font-family: Verdana, sans-serif;
  }
  .cms-lang-jp .cms-columns-row .cms-person-list .cms-person .description h3 {
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", Arial, "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo, Osaka", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
  }
  .cms-columns-row .cms-titled-collection h1, .cms-columns-row .cms-titled-collection h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.2;
    color: #2b2b2b;
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    margin-bottom: .8em;
  }
  .cms-lang-jp .cms-columns-row .cms-titled-collection h1, .cms-lang-jp .cms-columns-row .cms-titled-collection h2 {
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", Georgia, "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo, Osaka", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
  }

  .cms-out-of-row {
    border: 4px solid #d83b5b;
    opacity: 0.5;
  }
  .cms-out-of-row:before {
    background-color: #d83b5b;
    content: "Editor: Element is out of row configuration!";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    padding: 10px;
    color: #ffffff;
  }

  .cms-single-content .cms-article h1 {
    margin-top: 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  .layout-full-grid .cms-container-tiles {
    padding-bottom: 33px;
  }
  .layout-full-grid .cms-container-tiles:first-child {
    padding-top: 0;
  }
  .layout-full-grid .cms-container-tiles + .cms-container-tiles {
    padding-top: 0;
    margin-top: -2.6em;
  }

  .cms-banner-full + .cms-container-tiles {
    margin-top: 1.42857em;
  }

  .cms-tile-row-large .cms-hp-tile {
    height: 250px;
  }

  .cms-tile-row-medium .cms-hp-tile {
    height: 250px;
  }

  .cms-tile-row-small .cms-hp-tile {
    height: 250px;
  }

  .cms-tile-row-dailydeal .cms-hp-tile {
    height: 250px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* MQ: Tablet */
  .cms-tile-row-large .cms-hp-tile {
    height: 250px;
  }

  .cms-tile-row-medium .cms-hp-tile {
    height: 230px;
  }

  .cms-tile-row-small .cms-hp-tile {
    height: 210px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* MQ: Widescreen */
  .cms-tile-row-large .cms-hp-tile {
    height: 345px;
  }

  .cms-tile-row-medium .cms-hp-tile {
    height: 310px;
  }

  .cms-tile-row-small .cms-hp-tile {
    height: 270px;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-hp-tile {
    position: relative;
    margin-bottom: 1.42857em;
    overflow: hidden;
    background-size: cover;
    background-position: top center;
    background-image: linear-gradient(#ffffff, #f2f2f2);
  }
  .cms-hp-tile .tile-toggle {
    border: 1px solid transparent;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    padding: 1.45em;
    text-decoration: none;
    color: #333333;
  }
  .cms-hp-tile .tile-toggle .tile-detail {
    opacity: 0;
    transition: opacity 200ms ease 0s;
    visibility: hidden;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-hp-tile .tile-toggle {
    /* MQ: Tablet */
  }
  .cms-hp-tile .tile-toggle.toggled .tile-detail {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (min-device-width: 320px) {
  .cms-hp-tile-image .tile-toggle {
    background-color: rgba(255, 255, 255, 0);
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-hp-tile-image .tile-toggle.toggled {
    /* MQ: Tablet */
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media screen and (min-device-width: 320px) {
  .cms-hp-tile-image .tile-toggle.toggled h3 {
    color: #00768a;
  }
  .cms-hp-tile-image .tile-toggle .tile-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 1.45em 1.45em;
  }
  .cms-hp-tile-image .tile-toggle h3 {
    background-color: #ffffff;
    display: inline-block;
    padding: .45em 1em .6em;
    margin: 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.3;
    opacity: .95;
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  }
  .cms-lang-jp .cms-hp-tile-image .tile-toggle h3 {
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", Georgia, "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", "Meiryo, Osaka", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
  }
  .cms-hp-tile-image .tile-toggle h3.tile-without-title {
    padding: .45em .75em .6em;
  }
  .cms-hp-tile-image .tile-toggle h3:after {
    content: "A";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: relative;
    display: inline;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .cms-hp-tile-image .tile-toggle h3:after {
    /* MQ: Widescreen */
    content: "";
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .cms-hp-tile-image .tile-toggle h3 {
    /* MQ: Widescreen */
  }
  .cms-hp-tile-image .tile-toggle h3.tile-without-title {
    display: none;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-hp-tile-image .tile-toggle .tile-detail p {
    line-height: 1.5;
  }
  .cms-hp-tile-image .tile-toggle .tile-detail p + p {
    margin-bottom: 1em;
  }
  .cms-hp-tile-image .tile-toggle .tile-detail .btn {
    margin-top: 1em;
  }
  .cms-hp-tile-image .tile-toggle .tile-detail div.cms-richtext + .btn {
    margin-top: 0;
  }

  .cms-hp-tile-quote {
    background-color: #f4f4f4;
  }
  .cms-hp-tile-quote .tile-toggle {
    padding-top: 3em;
  }
  .cms-hp-tile-quote blockquote q {
    position: relative;
    display: block;
    padding-left: 1.6em;
    padding-right: 1em;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .cms-hp-tile-quote blockquote q::before {
    color: #d83b5b;
    content: "E";
    font-family: sn_pm_icons;
    left: 0;
    position: absolute;
    top: -0.2em;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .cms-hp-tile-quote .tile-detail cite p:before {
    content: "\2014\0020";
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-hp-tile-quote {
    /* MQ: Tablet */
  }
  .cms-hp-tile-quote .tile-toggle.toggled blockquote {
    display: none;
  }
}

#footer {
  background-image: none;
  background-color: #555;
  color: white;
  font-size: 14px;
  font-size: 1.4rem;
}
#footer .section {
  border-top-width: 0;
  border-bottom-width: 0;
  padding: 1em 0;
}
@media screen and (min-width: 600px) {
  #footer .section {
    /* MQ: Tablet */
    padding-top: 2.7em;
  }
}
#footer #footer-nav {
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
}
#footer #footer-nav:before {
  display: none;
}
#footer #footer-nav .about {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 1em 1.5em;
  background: #666;
  background: #222;
}
#footer #footer-nav .about a {
}
#footer #footer-nav .about a:hover {
  text-decoration: none;
}
#footer #footer-nav h6 {
  font-family: Harding, "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
}
#footer-nav ul {
  font-family: Harding, Lora, Palatino, Europa, Georgia, Verdana, sans-serif;
  border-left: 3px solid #d83b5b;
  padding-left: 1em;
  line-height: 1.5;
  margin-bottom: 1em;
}
#footer #footer-nav ul li {
  margin-bottom: .7em;
  line-height: 1.2;
}
#footer #footer-nav ul a {
  color: #CCC;
}
#footer #footer-nav ul a:hover {
  color: white;
}

#footer-legal {
  background: white;
}
#footer-legal .legal {
  margin: 0;
  padding: 1em 0;
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 10px;
  padding-right: 10px;
}

.cms-widget-subscription {
  background-color: #f4f4f4;
  margin-bottom: 100px;
  padding: 1.2em 1.6em 1.4em;
}
.cms-widget-subscription h2 {
  font-size: 22px;
  font-size: 2.2rem;
  margin-top: 0;
}
.cms-widget-subscription.cms-widget-subscription-plain {
  background-color: transparent !important;
  padding: 0 !important;
}
.cms-widget-subscription h4 {
  margin: 0 0 .4em;
}
.cms-widget-subscription .form-row label {
  padding-top: 10px;
}
.cms-widget-subscription .form-row label.error {
  margin-bottom: .45em;
  padding-top: 0;
}
.cms-highlight-1 .cms-widget-subscription {
  background-color: #ffffff;
}

@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  .banner-message {
    display: none;
    color: #fff;
    min-height: 18px;
    margin: 0;
    overflow: hidden;
    padding: 5px 0 12px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    width: 100%;
    z-index: 20;
    background-color: #555555;
  }
  .banner-message.banner-message-primary {
    background-color: #2b2b2b;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .banner-message {
    /* MQ: Widescreen */
    min-width: 960px;
  }
}
@media screen and (min-device-width: 320px) {
  .banner-message > div {
    max-width: 980px;
    padding: 0 10px;
    position: relative;
    margin: 0 auto;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .banner-message > div {
    /* MQ: Widescreen */
    padding: 0;
  }
}
@media screen and (min-device-width: 320px) {
  .banner-message p {
    padding-right: 2em;
  }
  .banner-message.banner-message-info p, .banner-message.banner-message-warning p {
    padding: 8px 2em 0 30px;
    position: relative;
  }
  .banner-message.banner-message-info p:before, .banner-message.banner-message-warning p:before {
    font-size: 22px;
    font-size: 2.2rem;
    top: 0;
    left: 0;
  }
  .banner-message.banner-message-info p:before {
    content: "l";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: inline-block;
  }
  .banner-message.banner-message-warning p:before {
    content: "!";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: inline-block;
  }
  .banner-message a {
    color: #fff;
    text-decoration: underline;
  }
  .banner-message a:hover {
    text-decoration: none;
  }
  .banner-message .close-message {
    position: absolute;
    z-index: 1;
    right: 30px;
    text-decoration: none;
    line-height: 1;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  .banner-message .close-message {
    /* MQ: Widescreen */
    right: 20px;
  }
}
@media screen and (min-device-width: 320px) {
  .banner-message .close-message::before {
    content: "t";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: block;
    top: 8px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* SHORT VIEW
  -------------------------------------*/
  .trustpilot-overview {
    background-color: #fff;
    color: #999999;
    position: relative;
    padding: 4px 6px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .trustpilot-overview a {
    color: #666666;
  }
  .trustpilot-overview .rating {
    color: #666666;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .trustpilot-overview .max-rating {
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: .3em;
  }
  .trustpilot-overview .total {
    font-size: 11px;
    font-size: 1.1rem;
    position: absolute;
    right: 6px;
    bottom: 4px;
  }
  .trustpilot-overview img {
    position: absolute;
    right: 6px;
    top: 4px;
  }

  .mini-basket-inner .trustpilot-overview {
    margin-top: 1.4em;
  }

  .shop .trustpilot-overview {
    max-width: 206px;
    margin-top: 1em;
  }

  .cms-trustpilot-reviews .carousel-counter {
    float: right;
    margin-top: 12px;
    color: #999999;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .cms-trustpilot-reviews .carousel-counter .current {
    color: #333333;
  }
  .cms-trustpilot-reviews .carousel-counter .trustpilot-logo {
    background: url('/spcom/gen_images/sprites/palgrave-sprite-sc788d4c21f.png') 0 -4997px no-repeat;
    display: inline-block;
    width: 93px;
    height: 11px;
    margin-left: .9em;
  }
  .cms-trustpilot-reviews .carousel img {
    margin-top: 5px;
  }
  .cms-trustpilot-reviews .carousel h4 {
    margin-top: .4em;
  }
  .cms-trustpilot-reviews .carousel p.reviewer {
    font-size: 11px;
    font-size: 1.1rem;
    color: #999999;
  }
  .cms-trustpilot-reviews .carousel li img,
  .cms-trustpilot-reviews .carousel li h4,
  .cms-trustpilot-reviews .carousel li p {
    padding-left: 1px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  .col-aside,
  .col-main {
    min-height: 1px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Default page layout
  ------------------------------------------------------------------------------*/
  #wrapper #content,
  .page-wrapper #content {
    padding: 10px 10px 50px 10px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #wrapper #content,
  .page-wrapper #content {
    /* MQ: Tablet */
    padding: 10px 10px 50px 10px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  #wrapper #content,
  .page-wrapper #content {
    /* MQ: Widescreen */
    padding: 20px 0 50px 0;
  }
}

@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* LAYOUTS
  -----------------------------------------------------------------------------*/
  .layout-full {
    zoom: 1;
    max-width: 980px;
    margin: 0 auto;
  }
  .layout-full:before, .layout-full:after {
    content: "";
    display: table;
  }
  .layout-full:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-full .col-main {
    /* MQ: Tablet */
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-full .layout-nested {
    /* MQ: Tablet */
    /*                 width: 102.173913043%; // ?*/
    /*                 margin-right: 0; */
  }
}

@media screen and (min-device-width: 320px) {
  .layout-4-8 {
    zoom: 1;
    max-width: 980px;
    margin: 0 auto;
  }
  .layout-4-8:before, .layout-4-8:after {
    content: "";
    display: table;
  }
  .layout-4-8:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-4-8 .col-main {
    /* MQ: Tablet */
    float: right;
    margin-right: 0;
    width: 65.3061224%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-4-8 .col-aside {
    /* MQ: Tablet */
    margin-left: 0;
    width: 28.5714286%;
  }
}

@media screen and (min-device-width: 320px) {
  /* REVERSE layout for coremedia frontend (is approximately layout-1) 
      GRID: 20 | 580 | 40 | 300 | 40 = 980
      WITHIN 20px padding: 580 | 40 | 300 | 20 = 940
      PERCENTS
          MAIN: 
                  580 / 940 = 61.70212766
          ASIDE: 
                  300 / 940 = 31.914893617
                  20 / 940 = 2.127659574
  */
  .layout-full .col-main .layout-4-8-reverse {
    zoom: 1;
  }
  .layout-full .col-main .layout-4-8-reverse:before, .layout-full .col-main .layout-4-8-reverse:after {
    content: "";
    display: table;
  }
  .layout-full .col-main .layout-4-8-reverse:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-full .col-main .layout-4-8-reverse .col-main {
    /* MQ: Tablet */
    margin-left: 0;
    width: 65.3061224%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-full .col-main .layout-4-8-reverse .col-aside {
    /* MQ: Tablet */
    float: right;
    margin-right: 0;
    width: 28.5714286%;
  }
}

@media screen and (min-device-width: 320px) {
  .layout-full-grid .cms-single-content-aside + .cms-single-content {
    margin-top: 40px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-full-grid .cms-single-content-aside + .cms-single-content {
    /* MQ: Tablet */
    margin-top: 0;
  }
}

@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* PRODUCT LISTS
  --------------------------------------------*/
  .products h3 {
    font-family: Verdana, sans-serif;
  }
  .carousel .products h3 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .products h3 a {
    color: #d83b5b;
  }
  .products .product-graphic img {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    max-width: 80px;
  }
  .products .product-information p {
    line-height: 1.2em;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .products .price {
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    font-size: 28px;
    font-size: 2.8rem;
    color: #2b2b2b;
    display: inline-block;
    margin-top: .3em;
  }

  .cms-icon-shop {
    width: 43px;
    height: 28px;
    border: 1px solid #777777;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* SIDEBAR TEASER
  -----------------------------------------------*/
  .cms-teaser-sidebar .look-inside-badge {
    right: -20px;
    padding-right: .5em;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* A++ markup
    ------------------------------------------------------------------------------*/
  /* small caps */
  span.a-plus-plus.type-small-caps {
    font-variant: small-caps;
  }

  /* stacks */
  span.a-plus-plus.stack {
    position: relative;
  }

  span.a-plus-plus.stack sub {
    position: relative;
    bottom: -.25em;
  }

  span.a-plus-plus.stack sup {
    position: absolute;
    left: .25em;
    top: -.25em;
  }

  /* fix for search highlighting */
  #results h2 em.a-plus-plus {
    background: none;
    /* reset */
    font-style: italic;
    /* initial emphasized meaning */
  }

  /* type underline */
  span.a-plus-plus.type-underline {
    font-weight: bold;
  }

  #abstract-references span.a-plus-plus.type-underline {
    font-weight: normal;
  }

  /* bolditalic in title, s. #674 */
  #title strong.a-plus-plus,
  .title strong.a-plus-plus {
    font-weight: normal;
  }

  #results-list h2 strong.a-plus-plus em {
    background-color: transparent;
    font-style: italic;
  }

  #results-list h2 em strong.a-plus-plus em {
    background-color: #008ca4;
  }

  /* inline media object */
  span.a-plus-plus.inline-media-object {
    margin: 0 .2em;
  }

  /* simple-para */
  div.a-plus-plus.simple-para {
    display: inline;
  }

  /* For a++ tables
  ------------------------------------------------------------------------------*/
  table.a-plus-plus {
    display: inline-block;
    overflow-x: auto;
  }

  table.a-plus-plus .caption-content {
    display: inline;
    font-style: italic;
  }

  table.a-plus-plus caption {
    padding-right: 2.71739130435%;
    /* Math: 15 / 552 */
  }

  /* Wierd inline media object img
  ------------------------------------------------------------------------------*/
  .inline-media-object img {
    max-width: 100%;
  }

  .abstract-content .MathJax_Display,
  .article-note .MathJax_Display {
    display: inline;
  }

  .article-note .inline-equation {
    display: inline-block;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /**
   *  This is the style for Chosen 0.*. Does not apply to chosen 1+
   */
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .chosen {
    /* MQ: Tablet */
    min-width: 320px;
  }
}

@media screen and (min-device-width: 320px) {
  .chzn-container {
    font-size: 13px;
    font-size: 1.3rem;
    position: relative;
    display: inline-block;
    zoom: 1;
    max-width: 300px;
  }

  .chzn-container .chzn-drop {
    background: #fff;
    border: 1px solid #00768a;
    position: absolute;
    top: 29px;
    left: 0;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    z-index: 5;
  }

  /* @end */
  /* @group Single Chosen */
  .chzn-container-single .chzn-single {
    border: 1px solid #bcbcbc;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    line-height: 1.3;
    padding: 10px 10px 11px;
    color: #666666;
    text-decoration: none;
  }

  .chzn-container-single .chzn-default {
    color: #777777;
  }

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

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

  .chzn-container-single .chzn-single abbr:hover {
    background-position: right -11px;
  }

  .chzn-container-single.chzn-disabled .chzn-single abbr:hover {
    background-position: right top;
  }

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

  .chzn-container-single .chzn-single div b {
    display: block;
    width: 100%;
    height: 100%;
  }
  .chzn-container-single .chzn-single div b:before {
    content: "C";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: inline;
    top: .65em;
  }

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

  .chzn-container-single .chzn-drop {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }

  /* @end */
  .chzn-container-single-nosearch .chzn-search input {
    position: absolute;
    left: -9000px;
  }

  /* @group Results */
  .chzn-container .chzn-results {
    margin: 0 4px 4px 0;
    max-height: 240px;
    padding: 0 0 0 4px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .chzn-container-multi .chzn-results {
    margin: -1px 0 0;
    padding: 0;
  }

  .chzn-container .chzn-results li {
    display: none;
    line-height: 15px;
    padding: 10px 6px;
    margin: 0;
    list-style: none;
  }

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

  .chzn-container .chzn-results .highlighted {
    background-color: #00768a;
    color: white;
  }

  .chzn-container .chzn-results li em {
    font-style: normal;
    font-weight: bold;
  }

  .chzn-container .chzn-results .highlighted em {
    background: transparent;
  }

  .chzn-container .chzn-results .no-results {
    display: list-item;
  }

  .chzn-container .chzn-results .no-results span {
    font-weight: bold;
  }

  .chzn-container .chzn-results .group-result {
    cursor: default;
    color: #999999;
    font-weight: bold;
  }

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

  .chzn-container-multi .chzn-drop .result-selected {
    display: none;
  }

  .chzn-container .chzn-results-scroll {
    background: white;
    margin: 0 4px;
    position: absolute;
    text-align: center;
    width: 321px;
    /* This should by dynamic with js */
    z-index: 5;
  }

  .chzn-container .chzn-results-scroll span {
    display: inline-block;
    height: 17px;
    text-indent: -5000px;
    width: 9px;
  }

  .chzn-container .chzn-results-scroll-down {
    bottom: 0;
  }

  .chzn-container .chzn-results-scroll-down span {
    background: url("../images/chosen-sprite.png") no-repeat -4px -3px;
  }

  .chzn-container .chzn-results-scroll-up span {
    background: url("../images/chosen-sprite.png") no-repeat -22px -3px;
  }

  /* @end */
  /* @group Active  */
  .chzn-container-active .chzn-single {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #00768a;
  }

  .chzn-container-active .chzn-single-with-drop {
    border: 1px solid #00768a;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

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

  .chzn-container-active .chzn-single-with-drop div b:before {
    content: "B";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: inline;
  }

  .chzn-container-active .chzn-choices {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #00768a;
  }

  .chzn-container-active .chzn-choices .search-field input {
    color: #111 !important;
  }

  /* @end */
  /* @group Disabled Support */
  .chzn-disabled {
    cursor: default;
    opacity: 0.5 !important;
  }

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

  .chzn-disabled .chzn-choices .search-choice .search-choice-close {
    cursor: default;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
  */
  #colorbox,
  #cboxOverlay,
  #cboxWrapper {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
  }

  #cboxOverlay {
    height: 100%;
    position: fixed;
    width: 100%;
  }

  #cboxMiddleLeft,
  #cboxBottomLeft {
    clear: left;
  }

  #cboxContent {
    position: relative;
  }

  #cboxLoadedContent {
    overflow: auto;
  }

  #cboxTitle {
    margin: 0;
  }

  #cboxLoadingOverlay,
  #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  #cboxPrevious,
  #cboxNext,
  #cboxClose,
  #cboxSlideshow {
    cursor: pointer;
  }

  .cboxPhoto {
    border: 0;
    display: block;
    float: left;
    margin: auto;
  }

  .cboxIframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
  }

  #colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
  }

  /*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
  */
  #colorbox,
  #cboxOverlay,
  #cboxWrapper {
    padding-bottom: 20px;
  }

  #cboxOverlay {
    background: #000;
  }

  #colorbox {
    background: #666666;
    background: rgba(0, 0, 0, 0.3);
    padding: 20px !important;
  }

  #cboxContent {
    overflow: visible;
  }

  #cboxError {
    padding: 50px;
    border: 1px solid #cccccc;
  }

  #cboxLoadedContent {
    background: #FFF;
    padding: 0;
  }

  #cboxLoadingGraphic {
    background: url(../images/loading.gif) no-repeat center center;
  }

  #cboxLoadingOverlay {
    background: #f2f2f2 url(../images/bg.png);
    /* same as body */
  }

  #cboxWrapper {
    top: 20px !important;
    left: 20px !important;
  }

  #cboxTitle {
    background: #e3e3e3 url(../images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e3e3e3));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -o-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: linear-gradient(top, #f8f8f8, #e3e3e3);
    color: #000;
    font-size: 13px;
    font-size: 1.3rem;
    font-style: italic;
    position: absolute;
    left: 10px;
    bottom: 0;
  }

  #cboxCurrent {
    position: absolute;
    top: -22px;
    right: 205px;
    text-indent: -9999px;
  }

  #cboxSlideshow,
  #cboxPrevious,
  #cboxNext,
  #cboxClose {
    background: url(../images/colorbox/controls.png) no-repeat 0 0;
    height: 20px;
    position: absolute;
    top: -20px;
    width: 20px;
    text-indent: -9999px;
  }

  #cboxPrevious {
    background-position: 0 0;
    right: 44px;
  }

  #cboxPrevious.hover {
    background-position: 0 -25px;
  }

  #cboxNext {
    background-position: -25px 0;
    right: 22px;
  }

  #cboxNext.hover {
    background-position: -25px -25px;
  }

  #cboxClose {
    background-position: -50px 0;
    right: 0;
  }

  #cboxClose.hover {
    background-position: -50px -25px;
  }

  .cboxSlideshow_on #cboxPrevious,
  .cboxSlideshow_off #cboxPrevious {
    right: 66px;
  }

  .cboxSlideshow_on #cboxSlideshow {
    background-position: -75px -25px;
    right: 44px;
  }

  .cboxSlideshow_on #cboxSlideshow.hover {
    background-position: -100px -25px;
  }

  .cboxSlideshow_off #cboxSlideshow {
    background-position: -100px 0;
    right: 44px;
  }

  .cboxSlideshow_off #cboxSlideshow.hover {
    background-position: -75px -25px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* PDF Preview Reader / Look Inside (Mendeley based)
  ------------------------------------------------------------------------------*/
  .link-button {
    background: #E9E9E9 url(../images/pdf-preview/link-button_bg_v2.png) 0 50% no-repeat;
    border: 1px solid #C6C6C6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px white;
    -moz-box-shadow: 0 1px 1px white;
    box-shadow: 0 1px 1px white;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
    margin: 0;
    outline: none;
    overflow: hidden;
    padding: 6px 9px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 1px white;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  .link-button:hover {
    background: #F2F2F2;
    border: 1px solid #939393;
    text-decoration: none;
  }

  .link-button:active {
    background: #FFF;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
    padding: 7px 9px 5px 9px;
  }

  #pdf-thumbnail {
    background: #FFF;
    border: 1px solid #A9A9A9;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    float: left;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    display: none;
    margin: 0 20px 20px 0;
    position: relative;
    width: 268px;
  }

  #pdf-thumbnail a {
    cursor: default;
    text-decoration: none;
  }

  #pdf-thumbnail .springer-banner {
    position: absolute;
    bottom: 8px;
    left: 0;
  }

  #pdf-underneath img {
    width: 268px;
    border: none;
  }

  #pdf-hover {
    background: transparent url(../images/pdf-preview/pdf-hover.png) no-repeat;
    color: #333333;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 268px;
  }

  #pdf-hover:hover {
    text-decoration: none;
  }

  #pdf-hover span {
    position: absolute;
    display: block;
    text-align: center;
    top: 50%;
    width: 268px;
  }

  #pdf-hover em {
    position: absolute;
    left: 20px;
    top: 20px;
  }

  body.reader {
    overflow: hidden;
  }

  body.reader .reader-position {
    overflow: hidden;
  }

  #reader-overlay {
    background: url(../images/pdf-preview/ie_overlay_bg.png);
    background: rgba(0, 0, 0, 0.75);
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 9994;
  }
  #reader-overlay.show {
    display: block;
  }
  #reader-overlay .btn-close:before {
    background: url(../images/close_icon.png) no-repeat;
    content: "";
    display: inline-block;
    height: 11px;
    width: 11px;
    margin: 0 7px -1px 0;
  }

  #reader-page-template {
    display: none;
  }

  .reader-position {
    position: absolute;
    overflow: hidden;
    top: 25px;
    bottom: -10px;
    left: 20px;
    right: 20px;
  }

  #reader {
    background: #666;
    background: rgba(0, 0, 0, 0.3);
    padding: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 90%;
    margin: 0 auto;
    position: relative;
    text-align: left;
    max-width: 795px;
    width: auto;
  }

  /* buttons */
  #reader-buttons {
    height: 26px;
    padding: 7px;
    background: #e3e3e3 url(../images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e3e3e3));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -o-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: linear-gradient(top, #f8f8f8, #e3e3e3);
  }

  #reader-buttons .link-button {
    margin: 0;
  }

  #reader-buttons .right {
    margin: 0 0 0 7px;
    float: right;
  }

  #reader a.btn-plaintext {
    padding-left: 26px;
    width: auto;
  }

  /* bars */
  #reader .bar-actions {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 5px 20px;
    width: auto;
  }

  #reader .get-access {
    border: 0;
    padding-left: 107px;
    padding-right: 108px;
  }

  #reader .bar-access-restr {
    padding-left: 20px;
    padding-right: 20px;
    width: 753px;
  }

  #reader #viewer {
    background: #D4D4D4;
    position: absolute;
    padding: 0 20px 20px;
    top: 60px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    overflow: auto;
    text-align: center;
  }
  .no-access #reader #viewer {
    margin-top: 0;
  }

  #reader .bar-dock {
    display: block;
  }

  #reader #availability {
    position: absolute;
    top: 0;
    left: 190px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 3;
    text-align: center;
    width: 495px;
    white-space: nowrap;
  }

  #reader.springerfied #viewer, #reader.springerfied .top-shadow {
    top: 68px;
  }

  #reader .springer-banner {
    position: absolute;
    line-height: 2;
  }

  #reader .slogo {
    background-position: 95% 50%;
  }

  #viewer .page-number {
    color: #666666;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    text-shadow: 0 1px 1px white;
    text-align: center;
  }

  #viewer .pdf-page {
    background: #FFF url(../images/pdf-preview/ajax-loader.gif) no-repeat center 40px;
    border: 1px solid #A8A8A8;
    margin: 0 auto;
    position: relative;
    width: 738px;
    text-align: left;
  }

  #viewer .pdf-image {
    width: 738px;
  }

  #viewer .pdf-page .truncate {
    background: transparent url(../images/pdf-preview/page-truncate.png) no-repeat;
    height: 14px;
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: 740px;
  }

  #viewer .plaintext {
    background-color: #FFF;
    padding: 50px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    text-align: justify;
  }

  #viewer .notext {
    padding: 20px;
    text-align: center;
    background-color: #E0E0E0;
    text-shadow: 0 1px 1px white;
    color: #A0A0A0;
    font-weight: bold;
  }

  #viewer h1 {
    background-color: #FFF;
    margin: 0;
    padding: 50px 50px 0 50px;
  }

  .show-pdf h1,
  .show-pdf .plaintext,
  .show-pdf .notext,
  .show-text .pdf-image {
    display: none !important;
  }

  #reader .top-shadow {
    background: transparent url(../images/pdf-preview/reader-top-shadow.png) repeat-x;
    height: 7px;
    position: absolute;
    top: 78px;
    left: 20px;
  }
  .no-access #reader .top-shadow {
    top: 60px;
  }

  .bottom-shadow {
    /* 2012/11/16 TC: should this be #reader .bottom-shadow? */
    background: transparent url(../images/pdf-preview/reader-bottom-shadow.png) repeat-x;
    height: 7px;
    position: absolute;
    bottom: 20px;
    left: 20px;
  }

  .lt-ie8 #reader #viewer {
    height: 650px;
  }

  .lt-ie8 .reader .col-aside {
    position: relative;
    z-index: 5;
  }

  .lt-ie8 #reader .bottom-shadow {
    display: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 599px) {
  /* MQ: Smartphone only */
  #content .small-12 {
    margin-top: 1.07143em;
    margin-bottom: 1.07143em;
  }
  #content .row .small-12:first-child {
    margin-top: 0;
  }
  #content .row .small-12:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  /* MQ: Tablet only */
  #content .medium-12 {
    margin-top: 1.07143em;
    margin-bottom: 1.07143em;
  }
  #content .row .medium-12:first-child {
    margin-top: 0;
  }
  #content .row .medium-12:last-child {
    margin-bottom: 0;
  }
}
meta.foundation-version {
  font-family: "/{{VERSION}}/";
}

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

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

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

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

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

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

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

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

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

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

.row {
  margin: 0 auto;
  max-width: 71.429em;
  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.71429em;
  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.71429em;
  padding-right: 0.71429em;
  width: 100%;
  float: left;
}

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right;
}
.column + .column.end,
.columns + .column.end, .column +
.columns.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.33333%;
    right: auto;
  }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    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.33333%;
    right: auto;
  }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    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.33333%;
    right: auto;
  }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    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.33333%;
    right: auto;
  }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.71429em;
    padding-right: 0.71429em;
    float: left;
  }

  .small-1 {
    width: 8.33333%;
  }

  .small-2 {
    width: 16.66667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.33333%;
  }

  .small-5 {
    width: 41.66667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.33333%;
  }

  .small-8 {
    width: 66.66667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.33333%;
  }

  .small-11 {
    width: 91.66667%;
  }

  .small-12 {
    width: 100%;
  }

  .small-offset-0 {
    margin-left: 0 !important;
  }

  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  .small-offset-3 {
    margin-left: 25% !important;
  }

  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  .small-offset-6 {
    margin-left: 50% !important;
  }

  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  .small-offset-9 {
    margin-left: 75% !important;
  }

  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  .small-offset-11 {
    margin-left: 91.66667% !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.71429em;
    padding-right: 0.71429em;
    float: left;
  }
}
@media only screen and (min-width: 37.4625em) {
  .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.33333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    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.33333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    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.33333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    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.33333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.71429em;
    padding-right: 0.71429em;
    float: left;
  }

  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0 !important;
  }

  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  .medium-offset-9 {
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.66667% !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.71429em;
    padding-right: 0.71429em;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 62.7125em) {
  .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.33333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    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.33333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    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.33333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    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.33333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.71429em;
    padding-right: 0.71429em;
    float: left;
  }

  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0 !important;
  }

  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  .large-offset-11 {
    margin-left: 91.66667% !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.71429em;
    padding-right: 0.71429em;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
[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.625rem 1.25rem;
}

@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.33333%;
  }
  .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.66667%;
  }
  .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.28571%;
  }
  .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.11111%;
  }
  .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.09091%;
  }
  .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.33333%;
  }
  .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: 37.4625em) {
  .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.33333%;
  }
  .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.66667%;
  }
  .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.28571%;
  }
  .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.11111%;
  }
  .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.09091%;
  }
  .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.33333%;
  }
  .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: 62.7125em) {
  .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.33333%;
  }
  .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.66667%;
  }
  .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.28571%;
  }
  .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.11111%;
  }
  .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.09091%;
  }
  .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.33333%;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* 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: 37.4625em) {
  .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: 62.7125em) {
  .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: 100.0625em) {
  .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: 200.0625em) {
  .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 styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    text-shadow: none !important;
  }

  .show-for-print {
    display: block;
  }

  .hide-for-print {
    display: none;
  }

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

  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: .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

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

  .show-for-print {
    display: inherit !important;
  }
}
/* Print visibility */
@media print {
  .show-for-print {
    display: block;
  }

  .hide-for-print {
    display: none;
  }

  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;
  }
}
@media not print {
  .show-for-print {
    display: none !important;
  }
}

/*# sourceMappingURL=modern_sprcom-cms-frontend_palgrave.css.map */

/*********************
GENERAL STYLES
*********************/
:root {
 --font-family-sans:'Trebuchet MS';
 --font-family-sans-fallback:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
 --font-family-serif:Georgia;
 --font-family-serif-fallback:Palatino,serif
}

html. body {
 font-family:NexusSan, Arial, Georgia, sans-serif, serif;
 font-size:.92rem;
 line-height:24px;
 background-color:white;
 color:#333;
 font-family:"Europa",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif
}

body, div, applet, object, iframe, h1, h2, h3, h4, h5, .tocTitle, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, table tr.heading, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
 margin:0;
 padding:0;
 border:0;
 vertical-align:baseline;
 font-size: 1.4rem;
 font-family: inherit;
 line-height: inherit;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.u-font-blisr, .u-font-blisr p {
  font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif !important;
}

.u-font-blisb {
  font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif !important;;
}

.u-font-serif {
    font-family: NexusSerif,Georgia,Times New Roman,Times,STIXGeneral,Cambria Math,Lucida Sans Unicode,Microsoft Sans Serif,Segoe UI Symbol,Arial Unicode MS,serif !important;
}

.u-font-sans {
    font-family: NexusSans,Arial,Helvetica,Lucida Sans Unicode,Microsoft Sans Serif,Segoe UI Symbol,STIXGeneral,Cambria Math,Arial Unicode MS,sans-serif !important;
}

.u-font {
    font-family: Harding,Palatino,serif !important;
}

.highlight {
  color: #ff0066;
  font-weight: 600;
}
tt {
  font-family: NexusSans;
  font-size: 1.04em;
}
.formRequired {
  color: #ff0066;
}
.content-type {
  vertical-align: top;
  /*! margin-left: .37rem; */
}
span {
 font-size:inherit;
 font-family: inherit;
 line-height: inherit;
}

span.disabled {
  font-size: 1.4rem;
  font-family: Verdana,sans-serif;
}
span.icon-container {
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-size: 1.17em;
  font-family: NexusSans,Georgia,serif;
  line-height: 1.4;
  padding: 0 30px 0;
  margin-top: 1em;
}
.icon-container.info::before {
  content: "";
  display: inline-block;
  height: 19px;
  width: 19px;
  position: absolute;
  left: 0;
  /*! top: 12px; */
  background-image: url(https://rd.springer.com/static/1227af22a55ae2f14b9ea2053e129d42f7cab06b/images/alert-info.png);
  /*! margin-top: .15em; */
}
.history-link {
  margin-bottom: 1em;
}
sub,sup {
 font-style:normal;
 font-size:.7em;
 line-height: normal;
 font-size: .83em;
}

/ img {
 max-width:100%;
 height:auto;
 margin-top:0;
 margin-right:20px;
 float:left;
 margin-bottom:20px
}
ol,ul {
 list-style:arabic-indic;
 font-family: inherit;
}

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

table.flex {
  display: flex;
}

caption,th,table tr.heading,td {
 text-align:left;
 font-weight:400;
 vertical-align:middle;
}
q,blockquote {
 quotes:none
}
q:before,q:after,blockquote:before,blockquote:after {
 content:"";
 content:none
}
a img {
 border:none;
 margin-right:initial
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
 display:block;
}
*,*:before,*:after {
 -moz-box-sizing:border-box;
 -webkit-box-sizing:border-box;
 box-sizing:border-box
}
.roundedborder,input,select,textarea,a.file {
 -moz-border-radius:4px;
 -webkit-border-radius:4px;
 border-radius:4px;
}
.toggleExtras-inactive,.toggleExtras-active {
  color: #333;
  font-size: 1.5rem;
  font-family: NexusSans,serif;
}
.toggleExtras-active:hover, .toggleExtras-inactive:hover {
  color: #ff0066;
}
.button,#setup .options {
 padding:5.7px 14px;
 -moz-border-radius:4px;
 -webkit-border-radius:4px;
 border-radius:4px;
 border:1px solid #1b3051;
 background:#1b3051 linear-gradient(to bottom,#1b3051,#182b49);
 font-weight:400;
 margin-right:1px;
 font-size:.83em;
}
.button:hover,#setup .options:hover,.button:focus,.action:focus,.toggleExtras-inactive:focus,.toggleExtras-active:focus,#setup .options:focus {
 background: #0195f6 linear-gradient(to bottom,#0195f6,#0186dd);
  border: 1px solid #0195f6;
}
.button a:hover, .button a:focus {
  color: #fff;
}
.adminMenu ul,#sidebar .block ul,#sidebarUser ul,table.listing ul {
 padding:0em;
 margin:.5em 0;
 font-size:.64rem;
 line-height:1.7em;
 list-style-type:none;
 font-family:inherit;
 font-family:"Europa",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
 font-weight:400;
 font-family:Roboto,sans-serif;
 letter-spacing:.01rem
}
#group ul.editorialTeam, .editorialTeam li, .member li {
  margin: 0;
  padding: 0;
  line-height: 1.6em;
}
#pluginManagement li a {
  font-family: Source Sans Pro,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.12em;
  text-decoration: underline;
}
.pseudoMenu ul {
 padding:0em;
 margin:.5em 0;
 font-size:1.4rem;
 line-height:1.7;
 list-style-type:none
}
.pseudoMenu ul li {
 padding:.7px;
 display:block;
 list-style-type:circle;
 /*! margin-bottom: .5em; */
 margin-left: 0;
}
#issues-people li {
  padding-bottom: .27em;
  margin-bottom: 0;
}
.adminMenu ul li,table.listing ul li {
 padding:.7px;
 display:block;
 list-style-type:circle
}
.adminMenu ul li a:before,.pseudoMenu ul li a:before,#sidebar .block ul li a:before,#sidebarUser ul li a:before,table.listing ul li a:before {
 padding-right:5px
}
#sidebar .block ul li,#sidebarUser ul li,table.listing ul li {
 font-size:1.4rem;
 line-height:1.8em;
 font-weight:400;
 font-family:"Europa",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif
}

*,*:before,*:after {
 box-sizing:border-box;
 font-size:inherit;
 font-family: inherit;
}

body figure {
 font-style:inherit;
 font-family:inherit;
 font-weight: initial;
}
i, em {
 font-style:italic;
 font-family:inherit;
 font-weight: inherit;
 font-size: inherit;
}
.member em {
  font-family: 
"Europa",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; 
  font-weight: inherit;
  font-size: 1.05rem;
}
b, strong, .strong {
 font-weight:700;
 font-family: inherit;
 font-size: inherit;
}
blockquote {
 padding:1em 1em 1em 2em
}
ul {
 padding-left:initial;
 list-style-type:disc;
 /*! padding-top:.27em; */
 /*! padding-bottom:.27em; */
 font-size: inherit;
 line-height: initial;
}
ol {
 list-style-type:decimal;
 list-style-position:inherit;
 line-height: initial;
 font-size: 1.04em;
}
ol li {
 padding:5px 0;
 font-family: inherit;
 margin-left: 20px;
}

/* ==== Journal ==== */
.journal-page {
  font-family: Verdana, sans-serif;
}

#container, journal-page {
 /*! background-color:#fffc; */
 overflow:auto;
 max-width: 1017px;
 margin-left: auto;
 margin-right: auto;
}
.journal-content {
 color: #555;
 font-size: 14px;
 line-height: 22px;
 min-height: 500px;
 transition: height 0.25s;
}
p {
 font-size:1.4rem;
 line-height:22px;
 font-weight:400;
 font-family: Verdana, sans-serif;
 font-size: 14px;
 margin-bottom: .7em;
 font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
 font-size: 1.5rem;
 font-size: initial;
}

#descriptionTitle p {
  font-family: NexusSans,Lora,Georgia,Palatino,serif;
  margin: 1em 0;
}
#content #issnOverview {
}
#metadata #authors p {
  line-height: 1.27;
}
#content #authorGuidelines li {
  margin-bottom: 1.2em;
  padding-bottom: 0;
  padding-top: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.091em;
  margin-top: -.69em;
}
.journal-content li + li {
  margin-bottom: .27em;
  line-height: 1.33;
}
#mailingAddress h3, #principalContact h3, #supportContact h3 {
  margin-bottom: 1em;
}
.journalDescription, .b-main-contents {
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-weight: 400;
  margin-bottom: 1.5em;
  font-size: initial;
}
.journalDescription p:first-of-type {
  margin-top: .7em;
  font-size: initial;
  /*! margin-top: 1.27em; */
}
.journalDescription h3, .b-main-contents h3 {
  margin-bottom: .17em;
}
#journalDescription h3 {
  padding: .27em 0;
}
#content #browseVolumeIssues {
  font-family: NexusSans,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: .91em;
  padding: .7em .69em;
}
#content #browseVolumeIssues:focus, #content #browseVolumeIssues:hover {
  color: #fff;
  text-decoration: none;
}
.col-main > .btn-monster {
    margin: 20px 0 30px;
}
.btn-monster {
    font-size: 15px;
    font-size: 1.5rem;
    height: 28px;
    padding: 1px 12px 0;
}
.btn-primary {
    background: #0176c3 url(../images/grdnt_blue_38a0e5_0277c4.gif) repeat-x;
        /*! background-image: url("../images/grdnt_blue_38a0e5_0277c4.gif"); */
    /*! background-image: -webkit-gradient(linear,left top,left bottom,from(#38a0e5),to(#0176c3)); */
    /*! background-image: -webkit-linear-gradient(top,#38a0e5,#0176c3); */
    background-image: -moz-linear-gradient(top,#38a0e5,#0176c3);
    background-image: -ms-linear-gradient(top,#38a0e5,#0176c3);
    background-image: -o-linear-gradient(top,#38a0e5,#0176c3);
    background-image: linear-gradient(top,#38a0e5,#0176c3);
    border-color: #0176c3;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
    color: #fff;
    border-radius: 4px;
}

#PopularArticles {
  margin-top: 2.5em;
  padding-top: 2em;
  border-top: 1px solid #ccc;
}
#references .citationRef {
 font-size:.920em
}
footer {
  border-bottom: 7px solid #d83b5b;
}
.p-section-title {
    font-weight: 400;
    font-size: 1.7rem;
    color: #505050;
    margin-bottom: .5em;
    line-height: 1.4;
    text-transform: capitalize;
    padding-top: 0;
    font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
}

.articleInfo .p-section-title {
  color: #2b2b2b;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
}

.p-section-title span {
  font-size: inherit;
}
.p-section-title__item {
  padding: 0;
} 
.p-section-title__item li {
    list-style-type: none;
    padding: .6em 0;
    font-size: 1em;
    line-height: initial;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}
.p-section-title__item .citations,
.p-section-title__item .readers, 
.p-section-title__item .reviews,
.p-section-title__item .mentions,
.p-section-title__item .download {
  display: block;
  border-bottom: 1px solid #eeeeee;
  padding-left: 35px;
  padding-bottom: 5px;
  padding-top: 12px;
  padding-right: 4px;
  font-size: 1.1em;
}
li.citations {
  background: url('//media.stipwunaraha.ac.id/static/icons/sprite-1127.png') 0 -435px no-repeat;
}
li.readers {
  background: url('//media.stipwunaraha.ac.id/static/icons/sprite-1127.png') 0 -561px no-repeat;
}
li.reviews {
  background: url('//media.stipwunaraha.ac.id/static/icons/sprite-1127.png') 0 -603px no-repeat;
}
li.mentions {
  background: url('//media.stipwunaraha.ac.id/static/icons/sprite-1127.png') 0 -519px no-repeat;
}
li.download {
  background: url('//media.stipwunaraha.ac.id/static/icons/sprite-1127.png') 0 -477px no-repeat;
}

.p-section-item--value {
  float: right;
  color: #666666;
}

.c-social-links {
    list-style: none;
    padding: 0;
    margin: -8px 0 0;
}
.c-social-links__item {
    float: left;
    line-height: 0;
    margin-top: 8px;
    margin-right: 8px;
    margin-left: 0 !important;
}
.c-social-links__item button {
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
}
#member,#editorialTeam a k {
 font-family:Roboto,sans-serif;
 color:#505050
}

#skip-to-content {
 padding:1em;
 position:absolute;
 top:-40px;
 left:1em;
 z-index:1000;
 color:#d83b5b;
}

#skip-to-content {
 padding:0;
 position:absolute;
 top:-40px;
 left:1em;
 clip-path: inset(50%);
 width: 1px;
 height: 1px;
 overflow: hidden;
 border: 0;
 clip: rect(0,0,0,0);
}

#skip-to-content:focus {
 position:absolute;
 top:0;
 background:#4593ff
}

h1,h2,h3,h4,h5,.tocTitle,h6 {
 font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
}

h1 {
 font-weight:400;
 font-size:3.2rem;
  font-size: 32px;
 line-height:1.1;
}

.cms-richtext h1, .cms-common h1 {
    /*! margin-top: .9em; */
    margin-bottom: .6em;
}

h2 {
 font-family:'Trebuchet MS',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
 line-height:1.2em;
 padding-bottom:0em;
 font-size:1.42716em;
 font-weight:500;
 color:#1b3051;
 font-family: var(--font-family-sans),var(--font-family-sans-fallback);
}

h2 {
 font-size:1.7em;
 font-weight:600;
 padding:.7em 0;
 margin-bottom:.7em;
 /*! margin-top:.7em; */
}

h3 {
 font-size:2.17rem;
 font-weight:400;
 padding-left:0;
 margin-top:.7em;
 margin-bottom:1px;
 line-height:1.2em;
 /*! padding-top: 1.27em; */
}

h4 {
 font-size:2rem;
 font-weight:400;
 margin-bottom: .27em;
 margin-top: .7em;
}

h4 .tocTitle {
 font-size:90%;
 margin-top:1.6em;
 margin-bottom:.3em;
 font-weight:600;
 color:#0067c5
}

.aside-headline-2750778891 {
    color: #444;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: calc(-0.25em - 6px);
    transform: translateY(calc(-0.1em - 3px));
}

.editor-person {
    /*! margin-bottom: 1.27em; */
    /*! padding-bottom: 1.27em; */
}

.editor-bio, .editor-bio p {
  font-size: 1.1127rem;
  font-family: Verdana,serif;
  font-size: 14px;
}

h4.person {
    font-weight: normal;
    font-size: 1.4rem;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: .27em;
    line-height: normal;
}

h5.person {
    margin-top: 1.7rem;
    padding-top: 0;
}

.cms-person .person-detail {
    /*! padding-top: 2.15em; */
    display: block;
    /*! border-top: 1px solid #ccc; */
}

#group h5, .editor-board h5 {
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.5;
  font-size: initial;
  font-size: 2rem;
}

#displayMembership h4 {
  margin-bottom: 0;
  margin-top: 1.7em;
}

h5,.tocTitle {
 font-size:1.19rem;
 font-weight:400;
 /*! padding-top:.2rem; */
 /*! padding-bottom:.3rem; */
 line-height:1.4;
}

.tocTitle {
  font-size: 2rem;
}

#articlesHome .tocTitle a {
  font-size: 2.22rem;
  font-family: Source Sans Pro,Georgia,serif;
}

.tocTitle a {
 font-weight:400;
 padding:0;
 color:#417db9;
 color: #d83b5b !important;
 line-height: 1.27;
 font-size: 2rem;
 font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
 line-height: normal;
}

.tocTitle a :visited {
 color:#0067c5;
}

.tocTitle a:hover {
  color: #417db9 !important;
  color: #d83b5b;
  text-decoration: none !important;
}

.title-issue, .title-issue a {
  font-size: 1.8rem;
  font-size: 18px;
  line-height: 1.33;
}

h5 {
 font-size:1.03em;
 margin-top:1.6em;
 margin-bottom:0;
 font-weight:500
}
h6 {
 font-size:1em;
 margin-top:1.2em;
 margin-bottom:unset;
 color:#333;
 font-family:'NexusSans',Arial,Helvetica,Lucida Sans Unicode,Microsoft Sans Serif,Segoe UI Symbol,STIXGeneral,Cambria Math,Arial Unicode MS,sans-serif;
 font-weight:500;
 font-family: var(--font-family-sans),var(--font-family-sans-fallback);
}
h7 {
 font-size:1.5rem;
 font-weight:400;
 color:#666;
 font-style:unset;
 font-family:"Europa",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
 margin-top: 0;
 font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
}
h8 {
 font-size:90%;
 margin-top:1.16em;
 font-weight:400;
 color:#555
}
#citation {
 border: 1px solid #ebebeb;
 margin: 10px 0px;
 padding: 10px 10px;
 font-size: 13px;
 line-height: 17px; }
#citation h6 {
  margin: 0;
}

a {
 text-decoration:none;
 color:#417db9;
 margin-bottom:initial;
 font-family:inherit;
 color: #00768a;
 font-size: inherit;
}

#content a:hover, .block a:hover, .action {
 color:#e9711c;
 color:#d83b5b 
}

a:hover, a:focus {
 text-decoration:underline;
}

a:visited, a:active {
  color: #inherit;
  background-color: inherit;
  background: transparent;
}

a:focus {
/* color:#ff0066; */
}

a:hover {
/* color:#ff0066; */
}

.authorName-Home a {
  color: #555;
}

#references p a:after {
 color:#333;
 content:'';
 /*background-image:url(https://hmr.biomedcentral.com/static/images/bmc/fulltext/ext-link-94d621da52.svg);*/
 background-repeat:no-repeat;
 background-size:contain;
 background-position:center;
 display:inline-block;
 position:relative;
 width:10px;
 height:10px;
 margin-left:4px
}
#references a {
 font-family:Roboto,sans-serif;
 font-size:.9rem
}
#content p a:after {
 color:#333;
 content:'';
 /*background-image:url(https://hmr.biomedcentral.com/static/images/bmc/fulltext/ext-link-94d621da52.svg);*/
 background-repeat:no-repeat;
 background-size:contain;
 background-position:center;
 display:inline-block;
 position:relative;
 width:10px;
 height:10px;
 margin-left:4px
}
#content li a:after {
 color:#333;
 content:'';
 /*background-image:url(https://hmr.biomedcentral.com/static/images/bmc/fulltext/ext-link-94d621da52.svg);*/
 background-repeat:no-repeat;
 background-size:contain;
 background-position:center;
 display:inline-block;
 position:relative;
 width:10px;
 height:10px;
 margin-left:4px
}
#content #plugins li a:after {
  display: none;
}
#aboutPeople li a:after {
  display: none
}
#aboutPolicies li a:after {
  display: none
}
#aboutSubmissions li a:after {
  display: none
}
#aboutOther li a:after {
  display: none
}
#managerRoles li a:after {
 display: none
}
#managerUsers li a:after {
 display: none
}
#group li a:after {
 display:none
}
#group a, .editor-board a {
 color:#505050;
 margin-bottom:inherit;
 text-align:left;
 font-size:1.05rem;
 font-family:"Europa",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
 font-weight: 500;
 /*! text-decoration: underline; */
}
#group a:hover, .editor-board a:hover {
 text-decoration:none;
  color:blue;
  color:#0067c5;
  color: #d83b5b;
}
#group a:visited, .editor-board a:visited {
 /* color:#505050; */
}
#group a:focus, .editor-board a:focus {}
#group a:active, .editor-board a:active {}

.c-jump {
  margin: 1em 0;
}

.c-jump span {
  font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}

.describe {
  font-size: 12.7px;
  color: #666;
  margin-bottom: 0;
}

.descriptionTitle {
  margin-top: 1rem;
}

.description {
  margin-bottom: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 1.5rem;
  color: #333;
  line-height: 1.5;
}

#announcementDescription td {
  
}

.member {
  /*! margin: 0 0 1em; */
  /*! padding-top: 1em; */
}
.member a {
  font-size: 1.04em;
}

.author-member {
  padding-bottom: 1em;
  display: flow-root;
  margin-bottom: 1em;
  border-bottom: 1px solid #efefef;
}

.author-member:last-child {
  border-bottom: none;
}

.cosire-author {
  font-size: 1em;
  line-height: 1.45;
  text-align: right;
  border: 1px solid #ccc;
}

.cosire-author:hover, .cosire-author:focus {
  border-radius: 0px;
}

.cosire-author:last-child {
  padding: 0;
}

.cosire-author img, .cosire-author--profile img {
  float: right;
  padding-bottom: 0;
  margin-left: 1em;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 7px;
}

.cosire-author--name {
  
  font-size: 2.17rem;
  line-height: 1.5;
}

.cosire-author--affiliation {
  
  padding: .27em 0;
  line-height: 1.37;
  font-size: 1.7rem;
}

.author--link {
  
  margin-right: .5em;
  padding-right: .5em;
  font-size: 1.7rem;
}

.author-link {
  
}

.article__list {
  
  font-size: 17px;
}

h3.article__list {
  font-size: 1.297em;;
}

.popup #main a:after {
 display:none
}
#content .menu li a:after {
 display:none
}
#managementPages li a:after {
 display:none
}
/*
nav a:visited {
 color:#d83b5b;
}
nav a:focus {
 color:#1b3051
}
*/

#c-journal-footer {
  /*! border-top:1px solid #ccc; */
  padding: 24px 0;
  /*! background: linear-gradient(#fcfcfc,#fcfcfc); */
  background: #ffff;
  /*! background-color: rgba(0, 0, 0, 0.2); */
  /*! background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ffffff)); */
  /*! background-image: -webkit-linear-gradient(top, #f4f4f4, #ffffff); */
  /*! background-image: -moz-linear-gradient(top, #f4f4f4, #ffffff); */
  /*! background-image: -ms-linear-gradient(top, #f4f4f4, #ffffff); */
  /*! background-image: -o-linear-gradient(top, #f4f4f4, #ffffff); */
  /*! background-image: linear-gradient(top, #f4f4f4, #ffffff); */
}
#c-journal-footer__inner {
  display: flex;
  justify-content: space-between;
  /*! padding: 0; */
}
#c-journal-footer__summary {
  display: flow-root;
  font-style: normal;
  width: -moz-available;
}
#c-journal-footer__title {
  font-size: inherit;
  margin-bottom: get-spacing(xs);
  display: flex;
  font-style: normal;
}
#c-journal-footer-logo figure img {
 width:auto;
 height:45px;
 float: left;
 margin-right: 2%;
  font-size: 23px;
font-family: 'Trebuchet MS',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
.c-journal-footer__title-text {
  margin: inherit;
  font-size:27px;
  font-family: 'Europa',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  padding: 0;
  color: #1b3051;
  font-family: "Bliss Pro","Daytona W01 Regular";
  font-size: 2.17rem;
  color: #333;
}
.c-journal-footer__issn {
  color: #777;
  padding-top: 2.7em;
  display: grid;
  margin: 0;
  font-family: "Bliss Pro","Daytona W01 Regular";
  font-size: 1.8rem;
}
#c-journal-footer__contact {
  font-family:inherit;
  width: 70%;
}
.c-journal-footer__contact-title {
  margin-bottom: 12px;
  margin-top: 0;
  font-weight: 400;
  font-size: 2.17rem;
  color: #333;
  font-family: "Bliss Pro","Daytona W01 Regular";
  font-size: 21.7px;
}
ul.editorialTeam {
  list-style:none;
  padding-left: 0;
  font-size: initial;
  line-height: 1.7em; 
}
ul.c-journal-footer__contact-list {
  list-style:none;
  /*! padding-left: 0; */
  padding-top: 1.027em;
  /*! padding-bottom: .27em; */
  font-size: initial;
  line-height: initial;
  font-family: var(--font-family-sans),var(--font-family-sans-fallback);
  font-size: 2rem;
  font-size: 1.8rem;
}
li.c-journal-footer__contact-item {
  line-height: 1.5em;
  color: #777;
  font-size: inherit;
  font-family: "Bliss Pro","Daytona W01 Regular";
}

#pageFooter a {
 font-size:inherit;
 line-height:1.5rem;
 font-weight:400;
 text-decoration: underline;
}
#pageFooter a:visited {
 text-align:left;
 text-decoration:none
}
#pageFooter a:focus {
 color:#333;
 text-align:left;
 text-decoration:none
}
#pageFooter a:hover {
 color:#333;
 text-decoration: none;
}
#pageFooter a:active {
 color:#333;
}
input.defaultButton, input.defaultButton:link {
    background-color: #ffffff;
    border-color: #cccccc;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    font-size: 1.4rem;
}

input.textField:focus,
input.uploadField:focus,
select.selectMenu:focus,
textarea.textArea:focus {
    border: 1px solid #0d355e
}
.button,#setup .options,.options a {
 color:#fff;
 font-size: 1.5rem;
}
.button:visited,#setup .options:visited,.options a:visited {
 color:#fff
}
.button:focus,#setup .options:focus,.options a:focus {
 color:#333
}
.button:hover,#setup .options:hover,.options a:hover {
 color:#fff
}
.button:active,#setup .options:active,.options a:active {
 color:#FF6C3E
}
html input[type="button"], html input[type="submit"], input.defaultButton {
  min-height: 1em;
  min-width: 7.5em;
  padding: 0.5em 0.85em;
  font: inherit;
}
input.defaultButton {
  /*! margin-top: 1.7em; */
}
a .action {
 color:red;
}
.action {
 color:#0067c5;
 font-size: 1.4rem;
 font-family: Verdana,sans-serif;
}
a.action:hover, a.action:focus {
  background: none;
  background-color: none;
  border: none;
}
b {
 color:#333;
 font-size:inherit;
 line-height:1.5rem;
 font-family:inherit;
 font-weight:700;
}
#userRegister {
  color: #e4002b;
}
#submit #checklist input {
  margin-top: 0;
}
#submit #checklist tr td {
  padding: .35em 0;
}
#submit #copyrightNotice span, #submit #copyrightNotice p {
  font-family: Europa;
  font-size: 1em;
  line-height: 1.37;
}
#submit #privacyStatement {
  font-family: NexusSans;
  line-height: 1.24;
  background-color: #f2f2fc;
  margin-top: 1em;
  padding: 1em .9em;
  border: 1px solid #ccc;
}
#submit #privacyStatement h3 {
  font-family: NexusSans;
  padding-top: 0;
  margin-bottom: .25em;
  font-size: 1.2em;
}
input,select,textarea {
 margin:0 .7985em 0 0;
 font-size:1em;
 line-height:1.5em;
 font-style:normal;
 font-family: var(--font-family-sans),var(--font-family-sans-fallback);
 box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.20);
}
input,select,textarea {
 font-size:.87em;
 line-height:inherit;
 border:1px solid #ccc;
 margin-bottom:3px;
 margin-top:3px;
 margin-left:0;
 padding:3px 2px 4px 3px;
 border-radius:1;
 font-family: var(--font-family-sans),var(--font-family-sans-fallback);
}
textarea {
  width: 100%;
  margin-right: 0;
}
select {
  width: inherit;
}
input:focus,select:focus,textarea:focus {
 border-color:#66afe9;
 border:1px solid #d83b5b;
 box-shadow:0 1px 1px rgba(0,0,0,.075) inset,0 0 8px rgba(102,175,233,.6);
 outline:0 none!important
}
.label {
 width:auto
}
form {
 padding-top:0em;
 padding-bottom:0em;
 /*! margin-bottom:1.5em; */
}
form.pkp_form {
 margin:initial
}
input {
 /*! padding:2px; */
}
#content #sectionPolicies h4 {
  padding-top: 0;
  margin-top: 1.7rem;
  margin-bottom: 0;
  font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  color: #d83b5b;
}
#content #sectionPolicies h4:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f05a";
  margin-right: .27em;
  color: currentColor;
  font-size: inherit;
  color: #ccc;
  color: #d83b5b;
}
#content #sectionPolicies table td {
  font-family: Source Sans Pro,Georgia,serif;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  /*! padding-bottom: .51em; */
}
#titleAndAbstract table tr td {
  padding: .5em 0;
}
#titleAndAbstract table.mceLayout tr.mceLast td {
  padding: 0;
}
#submissionToBeReviewed p, #titleAndAbstract p {
  line-height: 1.2;
  font-size: 1em;
}
#submissionToBeReviewed table tr td {
  padding: .3em 0;
}
#reviewSchedule table tr td {
  padding: .123em 0;
}
#reviewSteps td  {
  padding: .5em 0;
  font-size: 1em;
}
#reviewerGuidelines p {
  line-height: 1.4;
  margin-top: 1em;
}
table {
 width:100%;
 line-height: 1.24;
 font-size: 1.4rem;
}
table tr.heading {
  background: #f2f2f2;
  border-top: 2px solid #D1D3D5;
  border-bottom: none;
}
table th,table tr.heading {
 font-family:"Europa",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
 font-size:1.7rem;
 line-height:1.33333em;
 /*! background-color:transparent; */
 /*! border-bottom:2px solid #D1D3D5; */
 text-transform:capitalize;
 padding:.5em .25em
}
.reviewer td, table tr.heading {
  font-size: 1.071em;
}
table tr {
 /*! margin:1.5em 0; */
}
table td {
 vertical-align:top;
 /*! padding-bottom:.5em; */
 /*! margin-bottom:1em; */
 /*padding-top:1em*/
 font-size: inherit;
}

.table-borders tr {
 border-bottom:1px solid #D1D3D5
}

.menu {
 border:0;
 *zoom:1;
 overflow:auto;
 padding: 0;
}

.journal-navigation ul {
    list-style: none;
}

.journal-navigation li {
    flex: 1 1 auto;
}

.journal-navigation a {
    color: #fff;
    display: block;
    font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 0.734em;
    padding-top: 0.6em;
    text-align: left;
    text-decoration: none;
    transition: all 0.2s;
}

.journal-navigation a {
    text-align: center;
}

.journal-navigation a:hover {
  text-decoration: underline;
}

.journal-navigation-header a {
  align-items: center;
  display: flex;
}

.journal-navigation .menu-item--current a {
  font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
}

.journal-navigation .menu-item--current a, .journal-navigation .menu-item--current a:hover {
  background-color: #fff;
  color: #333;
  font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  text-decoration: none;
}
.journal-navigation a.menu-item--pending {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  text-decoration: none;
}

#articleInfoList li {
  /*! margin-top:1em; */
  margin: 0;
}
#articleInfoList,#listwear .tocMenuArticle {
 overflow:auto;
 font-family:"Europa",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
 font-size:.9rem;
 line-height: 1.4;
 padding-left: 0;
 margin-top: 0;
}
.articleList--value {
  padding-right: 4.7%;
  margin-bottom: .7%;
}
.tocMenuArticle {
 padding:0;
 margin:0;
 border:0;
 overflow:auto
}
.tocMenuArticle li {
 list-style-image:none;
 list-style-type:none;
 margin-left:0;
 white-space:nowrap;
 float:left;
 margin-right:.69em;
 padding-right:.69em;
 letter-spacing:.009em;
 font-size: initial;
 font-size: 1.5rem;
}
.tocMenuArticle li:first-child {
 padding-left:0
}
.tocMenuArticle li:last-child {
 padding-right:0;
 border-right:none;
}
li.pubDOI {
  border-right: none;
  text-decoration: underline;
  font-size: 1.04em;
}
.articlepubDOI, .info {
 /*! margin:.5em 0; */
 padding:0;
 border:0;
 overflow:auto;
 line-height: 1.7em;
}

.callout {
 font-size:1.125em;
 line-height:1.33333em;
 font-weight:600
}
.article-content li {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  line-height: 1.5;
  font-size: 1.04em;
}
.block {
 padding-top:0em;
 padding-bottom:0em;
 margin-bottom:1.7em;
 height:100%;
 clear:both;
 display:block;
 font-weight:400;
}
#content .block {
  /*! margin-bottom: 0; */
}
#content .steplist {
  /*! margin-bottom: 1em; */
}
#content #submissionComplete, #content #submissionComplete p {
  margin-top: 1em;
}
#setup {
  padding-top: 1em;
}
#setup p {
  /*! margin-bottom: 1em; */
  line-height: 1.3;
  /*! margin-top: 1em; */
}
#content #setupEmails td {
  line-height: 1.3;
}
#generalInformation h3 {
  margin-bottom: 1em;
}
#generalInformation input {
  padding: .4em;
}
#generalInformation td {
  line-height: 1.24;
}
#content #setup div a, #content #setup div span, #content #setup div .disabled {
  line-height: 1.24;
  margin-top: 0;
  font-size: 1.4rem;
}
#articleSubmissions h3 {
  padding-bottom: .7em;
}
#articleSubmissions ul {
  padding-bottom: .7em;
}
.inline-block {
 display:inline-block;
 margin-top:1.5em;
 padding-top:0em;
 padding-bottom:0em;
 margin-bottom:1.4em;
 font-style:normal;
 font-size:1em;
 margin-bottom:24px
}
._fulltextButton a, ._largeButton a {
    text-decoration: none;
    font-size: .94em;
}
._largeButton a {
 color:#fff;
 display:block;
 padding:.75em 2em;
 box-shadow:0 0 5px #333;
 border-radius:3px;
 text-align:center;
 background:#0195f6 linear-gradient(to bottom,#0195f6,#0186dd);
 line-height:1.2em;
 letter-spacing:0;
 font-family:"Europa",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
 font-weight:normal;
 transition:background .2s ease;
 width:auto;
 /*! background-color: #00768a; */
}
._largeButton a:hover, ._largeButton a:focus {
 /* background: #1b3051 linear-gradient(to bottom,#1b3051,#182b49); */
  background-color: #00768a;
}
.c-button--primary, .c-button--primary a, .c-button--secondary {
  box-shadow: none;
  border: 1px solid #b6b6b6;
  border: none;
  color: #ecfafd;
}

#sidebar .c-button--primary a {  
  color: #fff;
  color: #ecfafd;
}

#sidebar .c-button--primary a:hover {
  color: #fff;
  background-color: #0098b3;
}

.c-button--secondary a {
    background: #f2f2f2 -webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#dadada));
    background: #f2f2f2 linear-gradient(to bottom,#f2f2f2,#dadada);
    border: 1px solid #b6b6b6;
    color: #333;
    box-shadow: none;
}
.c-button--secondary a:hover, .c-button--secondary a:focus, .c-button--secondary a:visited {
  background: #f2f2f2 linear-gradient(to bottom,#fcfcfc,#f2f2f2);
  box-shadow: none;
}
#sidebar ._largeButton p {
  font-size: inherit;
}
#sidebar ._largeButton a {
  /*! padding-bottom: .345em; */
  /*! padding-top: .345em; */
  color: #333;
  color: inherit;
}
#sidebar .c-separator {
  margin-top: 1em;
  padding-top: 1em;
  margin-bottom: 2em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#sidebar .block .c-separator h3 {
  font-family: Europa,serif;
  font-size: 1.7rem;
  font-weight: 600;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0em;
}
#sidebar .block .c-separator p, #sidebar .block .c-separator a {
  font-size: 1.25rem;
  line-height: 1.4;
}
#sidebar .block .c-separator a {
  text-decoration: underline;
}
#sidebar .block .c-separator a:hover {
  text-decoration: none;
  color: rebeccapurple;
}
#sidebar .block .c-separator a:visited {
  color: maroon;
}
#sidebar .block .c-separator strong {
  font-weight: 700;
}
#sidebar .c-separator--heavy.c-separator--top {
    border-top-width: 2px;
}
#sidebar .c-separator--heavy {
    border-color: #324562;
    border-bottom-width: 2px;
}
#sidebar .c-separator--top {
    border-top: 1px solid #ccc;
        border-top-color: rgb(204, 204, 204);
        border-top-width: 1px;
    padding-top: 24px;
    margin-top: 24px;
}
#sidebar .c-separator {
    border-bottom: 1px solid #ccc;
        border-bottom-color: rgb(204, 204, 204);
        border-bottom-width: 1px;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
#sidebar .c-list-group--bordered .c-list-group__item {
    border-bottom: 1px solid #e6e6e6;
}
#sidebar .c-list-group--bordered .c-list-group__item:last-child {
  border-bottom: none;
}
#sidebar .c-list-group--md .c-list-group__item {
    padding: .6em 0;
}
#sidebar .c-list-group--md .c-list-group__item a {
  font-size: 1.2em
}
#sidebar .c-list-group--md .CmsArticle_body a {
  font-size: 1em;
}
#sidebar .c-list-group__item .CmsTeaser--btn .CmsTeaser--btn_content a {
  font-size: 1.4rem;
}

.c-list-group__item {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 1.4rem;
}

.headseparator {
 display:none
}
.TOC {
 border-bottom:1px solid #d7d7d7;
 padding:1em 0;
 line-height:1.4;
}
.TOC:nth-child(odd) {
 /*border-bottom:1px solid #dcdcdc;*/
 line-height:1.4;
 margin-bottom:inherit
}
.TOC:first-child {
  /*! border-top: 0; */
}
.TOC:last-child {
  border-bottom: none;
}

/* -- HOVER by Author and table issue -- */
.TOC:hover, .TOC:focus {
/*  background-color: #FBFBFB;
  box-shadow: inset 0 1px 0 #FFF,inset 0 -1px 0 #FFF; */
}

.pseudoHeading {
 font-size:1.25em;
 line-height:1.2em;
 padding:.5em 0 .25em
}
.pseudoMenu,#sidebar .block,#sidebarUser {
 margin-top:1em;
}
#sidebar .custom ul {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding-top: 2em;
  padding-bottom: 1.7em;
}
#sidebar .custom ul li, #sidebar .custom a {
  font-size: 1.46em;
  line-height: 1.4;
}
#sidebar .custom ul li {
  padding-top: .691em;
  padding-bottom: .691em;
  border-bottom: 1px solid #ccc;
}
#sidebar .custom ul li:last-child {
  border-bottom: none;
}
#sidebar .custom .c-button--secondary a {
  padding-top: .345em;
  padding-bottom: .345em;
  font-size: 1.4rem;
}
#sidebar .c-separator ul, #sidebar .c-separator ul li a {
  font-size: 1.5em;
  padding-top: 0;
  padding-bottom: 0;
  border-top: none;
  border-bottom: none;
}
#content .pseudoMenu .pseudoHeading {
  /*! font-size: inherit; */
  margin-right: .69em;
  font-family: Source Sans Pro,Georgia,serif;
  padding: .5em 0;
}
#sidebarKeywordCloud span {
  font-family: 'NexusSans',Arial,Helvetica,Lucida Sans Unicode,Microsoft Sans Serif,Segoe UI Symbol,STIXGeneral,Cambria Math,Arial Unicode MS,sans-serif;
}
.sidemenu, .custom a, .custom p {
  font-size: inherit;
}
.label {
 font-weight:600
}
.separator {
 display:table-column;
 border-bottom: 3px solid #fcfcfc;
 /*! padding-top: 1.69em; */
}
.sort {
 border-bottom:1px solid
}
.sort form {
 padding:.25em;
 margin:.25em 0;
 font-family: NexusSans;
 font-size: 1.5rem;
}
.heading,#setup .pkp_controllers_grid table th,#setup .pkp_controllers_grid table tr.heading {
 font-family:"Europa",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
 font-size:1.125em;
 line-height:1.33333em;
 background-color:#dee0e1;
 padding:.25em;
 margin-top: 0;
}
.heading td:last-child,#setup .pkp_controllers_grid table th td:last-child,#setup .pkp_controllers_grid table tr.heading td:last-child {
 text-align:center;
}
.selectMenu {
 font-size:.875em;
 line-height:1.71429em;
}

#languageSelect {
  margin-bottom: 0;
  vertical-align: middle;
}

#categories.selectMenu {
  width: 100%;
}

#mobileNav {
 display:none
}

.nav-left {
  float: left;
}

.nav-right {  
  float: right;
}

ul.navMenu {
 margin-right:0%;
 font-family:Roboto,sans-serif;
 font-weight:700;
 letter-spacing:0em;
 text-transform:none;
 transform:translateY(1px)
}
ul.navMenu li {
 color: #666;
 cursor: default;
 font-size: 12px;
 padding: 12px 16px;
 position: relative;
 z-index: 2;
 padding: 9px 11px;
}
ul.navMenu li:last-child {
 border:none
}

ul.navMenu li:hover {
    background-color: #efefef;
    box-shadow: 0 0 0 1px #ddd inset;  
}

ul.navMenu li:after {
    background-color: #eee;
    bottom: 0;
    content: '';
    display: none;
    height: 1px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 3;  
}

#searchbar {
 width:25%;
 float:right;
 margin-right:0;
 text-align:right;
 font-style:unset
}
#searchbar form {
 margin:0;
}
#searchbar form input {
 padding:2px 6px;
 /*! margin:0; */
 font-family:var(--font-family-sans),var(--font-family-sans-fallback);
 font-weight:400;
}
#breadcrumb {
 line-height:1;
 margin-left:auto;
 font-family: NexusSans,"Helvetica Neue",Helvetica,Arial,sans-serif;
 color: currentColor;
 margin-top: 1.7em;
 color: #b9b9b9;
}

#header {
 min-height:10px;
 text-align:left;
 font-family:"Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
}

#header h1,#header img {
  font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
 vertical-align:middle;
 font-weight:600;
 text-align: left;
 width: 100%;
 min-height: 93px;
 align-items: center;
 display: flex;
 justify-content: space-between;
 line-height: 36px;
}

#headerTitle {
 color:#fff;
 font-weight:700;
 line-height:1.4;
 font-family:"Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
}

#headerTitle figure {
 max-width:1440px;
 margin:0%;
 font-family:"Europa",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif
}

#headerTitle figure img {
 width:100%;
 height:auto
}

#headerTitle a {
 color:#fff;
 font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
 font-size: 3.2rem;
 font-size: 32px;
}

#headerTitle a:hover,a:focus {
 text-decoration:none;
}

#header.articleHeader {
  display: none;
}

.journal-stage h1:hover, .journal-stage h1 a:hover, .journal-stage h1, .journal-stage h1 a {
  text-decoration: none;
}

.journal-stage h1, .journal-stage h1 a {
    color: #4d92a7;
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    max-width: 24em;
    text-shadow: 1px 1px #d7d7d7;
}

.journal-stage h1 {
    font-size: 7vw;
    line-height: 1.2;
}

.journal-stage h1 {
    font-size: 32px;
    line-height: 36px;
}

.impact-factor {

    display: inline-block;
    text-align: center;

}

.impact-factor__value {

    background-color: #fff;
    border-radius: 50%;
    color: #2b2b2b;
    display: inline-block;
    height: 70px;
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.18;
    padding-top: 1em;
    text-align: center;
    width: 70px;

}

.impact-factor__info {

    color: #fff;
    display: block;
    font-family: Verdana;
    font-size: 12px;
    line-height: 1.83;
    text-align: center;
    position: relative;

}

.impact-factor__info::after {

    color: #fff;
    content: " !";
    font-family: "sn_pm_icons";
    font-size: 13px;

}

#sidebar a {
  color: #00768a;
}

#sidebar #submit-button {
 color:#fff;
 display:block;
 padding:.9em;
 box-shadow:0 0 5px #333;
 border-radius:3px;
 text-align:center;
 background:#1b3051 linear-gradient(to bottom,#dcdcdc,#dcdcdc);
 line-height:1.2em;
 letter-spacing:0;
 font-family:"Europa",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
 font-weight:600;
 transition:background .2s ease;
 width:auto;
 font-size:1.09em
}
#sidebar form {
 margin:0
}
#sidebar .block .articleToolItem a {
 display:inline-block;
 vertical-align:top;
 font-size: inherit;
}
#sidebar .block h3 {
 font-weight:400
}
#leftSidebar {
 font-size:.83em;
 line-height:1.5em;
 display:inherit;
 margin-top:0;
 font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
 font-family: var(--font-family-sans),var(--font-family-sans-fallback);
}
#Table0fContents, .article-span {
  margin-top: 1.27em;
  font-family: Source Sans Pro,Arial,Helvetica,Lucida Sans Unicode,Microsoft Sans Serif,Segoe UI Symbol,STIXGeneral,Cambria Math,Arial Unicode MS,sans-serif;
  font-size: 17px;
}

/* ===== Sidebar Section ===== */
.row {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}

.row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col-srm, col-aserm {
    padding-right: 10px;
    padding-left: 10px;  
}

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

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right;
}

.layout-2 {
  display: flex;
}

.live-area-wrapper > .live-area > .row + .row {
    margin-top: 30px;
}

/* -- Issue Home -- */
.headline-2545795530 {

    color: #2b2b2b;
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 26px;
    margin-bottom: calc(-0.25em - 4px);
    transform: translateY(calc(-0.1em - 2px));

}

.issue {

    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ddd;

}

.issue-title {

    color: #2b2b2b;
    font-size: 22px;
    font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    line-height: 26px;
    margin-bottom: 30px;
    margin-top: 18px !important;

}

.issue p.type {

    color: #999;

}


/* -- End set issue home --- */
.issue-article {
  margin-top: 0;
  border-top: 1px solid #ccc;
}

.facet-header, .search-page .sub-search__filtering .filter-header {
    background: #e3e3e3 url(../images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#e3e3e3));
    background-image: -webkit-linear-gradient(top,#f8f8f8,#e3e3e3);
    background-image: -moz-linear-gradient(top,#f8f8f8,#e3e3e3);
    background-image: -ms-linear-gradient(top,#f8f8f8,#e3e3e3);
    background-image: -o-linear-gradient(top,#f8f8f8,#e3e3e3);
    background-image: linear-gradient(top,#f8f8f8,#e3e3e3);
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 0 0 #FFF;
    -moz-box-shadow: inset 0 1px 0 0 #FFF;
    box-shadow: inset 0 1px 0 0 #FFF;
    padding: 6px 10px;
    position: relative;
}

.search-page .sub-search__filtering h3 {
    font-weight: normal;
    text-transform: uppercase;
    padding: 0;
}

.search-page .sub-search__filtering h3 {
    text-transform: none;
}

.search-page .sub-search__filtering .facet-header h3, .search-page .sub-search__filtering .filter-header h3, .search-page .sub-search__filtering .facet-header h3, .search-page .sub-search__filtering .filter-header h3 {
    font-size: 22px;
    font-family: "Bliss Regular","Gill Sans",Calibri,"Helvetica Neue",Arial,sans-serif;
    font-weight: normal;
}

.search-page .sub-search__filtering .facet-header, .search-page .sub-search__filtering .filter-header {
    background: #fff;
    padding: 9px 55px 8px 10px;
}

.search-page .sub-search__filtering .facet-header, .search-page .sub-search__filtering .filter-header, .search-page .sub-search__filtering .facet-header, .search-page .sub-search__filtering .filter-header {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom-style: none;
    padding: 8px 8px 8px 0;
}

.search-page .sub-search__result-list, .search-page .sub-search__filtering {
    padding-bottom: 50px;
}

.search-page .sub-search__filtering .facet, .search-page .sub-search__filtering .filter {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.facet, .search-page .sub-search__filtering .filter {
    border: 1px solid #ddd;
    -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.04);
    -moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.04);
    box-shadow: 3px 3px 5px rgba(0,0,0,0.04);
    margin-top: 13px;
}

.facet ol li, .search-page .sub-search__filtering .filter ol li {
  list-style: none;
    border-top: 1px solid #e9e9e9;
    font-size: 11px;
    font-size: 1.1rem;
    position: relative;
}

.facet ol li:first-child, .search-page .sub-search__filtering .filter ol li:first-child {
    border-top: 0;
}

.search-page .sub-search__filtering .facet ol li, .search-page .sub-search__filtering .filter ol li {
    border-top-style: none;
    margin-bottom: .5em;
    margin-left: 0;
}

.facet ol li a, .search-page .sub-search__filtering .filter ol li a {
    border: 1px solid #FFF;
    color: #333;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    zoom: 1;
}

.facet ol li a:hover, .search-page .sub-search__filtering .filter ol li a:hover {
  color: #00768a;
}

.facet ol, .facet li {
  padding: 0;
  font-size: 14px;
}

.search-page .sub-search__filtering .facet ol li a, .search-page .sub-search__filtering .filter ol li a {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #f4f4f4;
    border: 0;
}

.search-page .sub-search__filtering .facet ol li a:hover, .search-page .sub-search__filtering .filter ol li a:hover {
  color: #00768a;
}

.search-page .sub-search__filtering .facet ol li a:hover .facet-title,
.search-page .sub-search__filtering .filter ol li a:hover .facet-title,
.search-page .sub-search__filtering .facet ol li a:hover .facet-amount,
.search-page .sub-search__filtering .filter ol li a:hover .facet-amount {
 color:#008ca4
}

.search-page .sub-search__filtering .facet-percentage {

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #e3e3e3 none;

}

.facet-title {

    display: block;
    line-height: 1.1;
    padding: 5px 55px 5px 10px;
    position: relative;
    z-index: 10;
    word-wrap: break-word;

}

.search-page .sub-search__filtering .facet-header, .search-page .sub-search__filtering .filter-header, .search-page .sub-search__filtering .facet-title {
    font-size: 13px;
    font-size: 1.3rem;
}

.search-page .sub-search__filtering .facet-title {
    padding: 10px 55px 10px 10px;
}

.facet-amount {
    position: absolute;
    right: 10px;
    bottom: 5px;
    z-index: 10;
}

.search-page .sub-search__filtering .facet-amount {
    font-size: 13px;
    font-size: 1.3rem;
    bottom: 8px;
}

.search-page .sub-search__filtering .facet-amount {
    bottom: 10px;
}

.search-page .sub-search__filtering .facet-amount {
    color: #aaa;
}

.search-page .sub-search__filtering .facet-amount:hover {
  color: #00768a;
}

.box {

    background-color: #f4f4f4;
    padding: 30px 20px;

}

.box > * + *,
.box > div > * + *,
.box > section > * + * {
  margin-top: 15px;
}

.small-12 {
    width: 100%;
}


.large-3 {
    width: 25%;
}

.large-9 {
    width: 75%;
}

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

.search-page .sub-search__meta {
    float: none;
}

.search-page .sub-search__meta .result-meta-information {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 20px;
}

.search-page .sub-search__meta p {
    color: #777;
    margin: .5em 0;
    margin-top: 0.5em;
    font-family: Verdana,Arial,sans-serif;
}

.search-page .sub-search__meta .result-count-message {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 6px;
}

.search-page .sub-search__meta p {
    color: #777;
    margin: .5em 0;
}

.search-page .sub-search__meta .result-filter {
    line-height: 20px;
}

.search-page .sub-search__meta .result-filter {
    display: block;
}

.search-page .sub-search__controls {
 margin-bottom:1em;
 margin-top:.5em
}
.search-page .sub-search__meta {
 float:none
}
.search-page .sub-search__meta p {
 color:#777;
 margin:.5em 0
}
.search-page .sub-search__meta a.facet-link {
 background:url("../images/remove_icons.png") no-repeat right 1px;
 color:#ee7d11;
 margin-right:12px;
 padding-right:19px;
 position:relative
}
.search-page .sub-search__meta a.facet-link:hover {
 background-position:right -49px
}
.search-page .sub-search__meta a.facet-link:active {
 background-position:right -74px;
 color:#ce4900
}
.search-page .sub-search__meta .result-filter {
 line-height:20px
}
.search-page .sub-search__discipline-header {
 margin-bottom:20px
}
.search-page .sub-search__cps-header {
 background-color:#f8f8f8;
 margin-bottom:20px;
 padding:20px
}
.search-page .sub-search__cps-header .introduction {
 color:#777
}
.search-page .sub-search__cps-header .product-buy {
 margin-bottom:0
}
.search-page .sub-search__cps-header .col-main {
 float:none
}
.search-page .sub-search__cps-header img.bookshelf {
 display:block;
 max-width:100%
}
.search-page .sub-search__cps-header a.return:before {
 content:'\00BB\0020'
}
.search-page .sub-search__cps-header .buy {
 display:block;
 float:right
}
.search-page .sub-search__cps-header .price {
 font-size:22px;
 font-size:2.2rem;
 font-weight:bold
}
.search-page .sub-search__cps-header .buypackage {
 margin-bottom:5px;
 position:relative
}
.search-page .sub-search__cps-header .buypackage .return {
 bottom:0;
 display:block;
 position:absolute
}
.search-page .sub-search__cps-header .buypackage .price {
 bottom:-9px;
 display:block;
 float:right;
 position:relative;
 right:10px
}
.search-page .sub-search__cps-header .buypackage .list-price {
 font-size:20px;
 font-size:2rem;
 bottom:-14px;
 color:#999;
 display:block;
 float:right;
 font-size:1.6rem;
 margin:0 1em;
 position:relative;
 right:10px;
 text-decoration:line-through
}
@media screen and (min-width:1004px) {
 .search-page .sub-search__cps-header .head {
  overflow:hidden;
  *zoom:1
 }
 .search-page .sub-search__cps-header .head h1 {
  display:block;
  float:left;
  padding-right:3%;
  width:60%
 }
 .search-page .sub-search__cps-header .head img.bookshelf {
  float:right;
  width:37%
 }
}
.search-page .sub-search__result-list .result-type-unparsabledocument {
 display:none
}
.search-page .sub-search__result-list .snippet {
 margin-top:1px
}
.search-page .sub-search__result-list .result-item {
 overflow:hidden;
 *zoom:1;
 -moz-box-shadow:inset 0 -1px 0 0 #fff,inset 0 -18px 18px -18px #efefef;
 -webkit-box-shadow:inset 0 -1px 0 0 #fff,inset 0 -18px 18px -18px #efefef;
 box-shadow:inset 0 -1px 0 0 #fff,inset 0 -18px 18px -18px #efefef;
 border-bottom:1px solid #d7d7d7;
 min-height:140px;
 padding:19px 0 38px;
 position:relative
}
.search-page .sub-search__result-list .result-item .snippet {
 -moz-transition:max-height .8s;
 -o-transition:max-height .8s;
 -webkit-transition:max-height .8s;
 transition:max-height .8s;
 display:block;
 max-height:42px;
 overflow:hidden
}
.search-page .sub-search__result-list .result-item .snippet.expanded {
 max-height:420px
}
.search-page .sub-search__result-list .result-item h4,
.search-page .sub-search__result-list .result-item .snippet {
 padding-right:90px
}
.search-page .sub-search__result-list .result-item a.expand,
.search-page .sub-search__result-list .result-item a.shrink {
 display:none;
 line-height:1.6
}
.search-page .sub-search__result-list .result-item a.expand:before,
.search-page .sub-search__result-list .result-item a.shrink:before {
 content:'\00BB\0020'
}
.search-page .sub-search__result-list .result-item a.cover {
 display:block;
 position:absolute;
 right:0;
 top:40px
}
.search-page .sub-search__result-list .result-item a.cover img {
 height:auto;
 max-width:80px;
 padding-left:.5em
}
.search-page .sub-search__result-list .result-item .result-type {
 font-size:11px;
 font-size:1.1rem;
 color:#777;
 display:block;
 margin-bottom:7px
}
.search-page .sub-search__result-list .result-item p.meta {
 margin-top:3px;
 padding-right:90px
}
.search-page .sub-search__result-list .result-item h4 {
 font-size:20px;
 font-size:2rem;
 color:#f5b87f;
 font-family:"Bliss Bold","Gill Sans",Calibri,"Helvetica Neue",Arial,sans-serif;
 margin:4px 0 14px
}
.cms-lang-jp .search-page .sub-search__result-list .result-item h4 {
 font-family:"ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3",Georgia,"Hiragino Kaku Gothic Pro","ãƒ¡ã‚¤ãƒªã‚ª","Meiryo, Osaka","ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","MS PGothic",sans-serif
}
.search-page .sub-search__result-list .result-item h4 a.editorial {
 color:#a82764
}
.search-page .sub-search__result-list .result-item .format {
 color:#777;
 line-height:1.3;
 margin-top:1.3em;
 padding-right:90px
}
.search-page .sub-search__result-list .result-item .format span:after {
 color:#ddd;
 content:' | '
}
.search-page .sub-search__result-list .result-item .format span:last-child:after {
 content:none
}
.search-page .sub-search__result-list .result-item .price-container {
 margin-top:.5em;
 min-height:1rem;
 opacity:1;
 transition:opacity .5s ease-in-out
}
.search-page .sub-search__result-list .result-item .price-container .price {
 font-weight:bold;
 font-size:16px;
 font-size:1.6rem
}
.search-page .sub-search__result-list .result-item .price-container .unreduced-price {
 color:#777;
 margin-left:.5em;
 text-decoration:line-through
}
.search-page .sub-search__result-list .result-item .price-container.price-loading,
.search-page .sub-search__result-list .result-item .price-container.price-to-load {
 opacity:0
}
.search-page .sub-search__result-list .result-item.last {
 -moz-box-shadow:none;
 -webkit-box-shadow:none;
 box-shadow:none;
 border-bottom-style:none
}
.search-page .sub-search__filtering .refinement-controls {
 display:none
}
@media screen and (min-width:1px) and (max-width:599px) {
 .search-page .sub-search__filtering {
  max-height:45px;
  overflow:hidden;
  padding-bottom:5px
 }
 .search-page .sub-search__filtering.sub-search__refining {
  max-height:none
 }
 .search-page .sub-search__filtering.sub-search__refining ol {
  display:inherit
 }
 .search-page .sub-search__filtering ol {
  display:none
 }
 .search-page .sub-search__filtering h2 {
  display:none
 }
 .search-page .sub-search__filtering .refinement-controls {
  display:block
 }
 .search-page .sub-search__filtering .refinement-controls .refine {
  white-space:nowrap;
  overflow:hidden;
  -ms-text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  text-overflow:ellipsis;
  text-decoration:none
 }
 .search-page .sub-search__filtering .refinement-controls .refine:before {
  -moz-transition-property:-moz-transform;
  -o-transition-property:-o-transform;
  -webkit-transition-property:-webkit-transform;
  transition-property:transform;
  -moz-transition-duration:.5s;
  -o-transition-duration:.5s;
  -webkit-transition-duration:.5s;
  transition-duration:.5s;
  content:"A";
  font-family:"sn_pm_icons";
  text-transform:none;
  position:relative;
  display:inline-block;
  margin:0 3px
 }
 .search-page .sub-search__filtering .refinement-controls .refine__refining::before {
  -moz-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  -webkit-transform:rotate(90deg);
  transform:rotate(90deg)
 }
 .search-page .sub-search__filtering .facet,
 .search-page .sub-search__filtering .filter,
 .search-page .sub-search__filtering .filter {
  border-left:0;
  border-right:0;
  max-height:40px;
  overflow:hidden
 }
 .search-page .sub-search__filtering .facet__refining,
 .search-page .sub-search__filtering .filter__refining {
  max-height:none
 }
 .search-page .sub-search__filtering .facet .facet-header,
 .search-page .sub-search__filtering .filter .facet-header,
 .search-page .sub-search__filtering .facet .filter-header,
 .search-page .sub-search__filtering .filter .filter-header,
 .search-page .sub-search__filtering .facet .filter-header,
 .search-page .sub-search__filtering .filter .filter-header,
 .search-page .sub-search__filtering .filter .facet-header,
 .search-page .sub-search__filtering .filter .filter-header,
 .search-page .sub-search__filtering .filter .filter-header {
  cursor:pointer
 }
 .search-page .sub-search__filtering .facet .facet-header h3,
 .search-page .sub-search__filtering .filter .facet-header h3,
 .search-page .sub-search__filtering .facet .filter-header h3,
 .search-page .sub-search__filtering .filter .filter-header h3,
 .search-page .sub-search__filtering .facet .filter-header h3,
 .search-page .sub-search__filtering .filter .filter-header h3,
 .search-page .sub-search__filtering .filter .facet-header h3,
 .search-page .sub-search__filtering .filter .filter-header h3,
 .search-page .sub-search__filtering .filter .filter-header h3 {
  white-space:nowrap;
  overflow:hidden;
  -ms-text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  text-overflow:ellipsis
 }
 .search-page .sub-search__filtering .facet .facet-header h3:before,
 .search-page .sub-search__filtering .filter .facet-header h3:before,
 .search-page .sub-search__filtering .facet .filter-header h3:before,
 .search-page .sub-search__filtering .filter .filter-header h3:before,
 .search-page .sub-search__filtering .facet .filter-header h3:before,
 .search-page .sub-search__filtering .filter .filter-header h3:before,
 .search-page .sub-search__filtering .filter .facet-header h3:before,
 .search-page .sub-search__filtering .filter .filter-header h3:before,
 .search-page .sub-search__filtering .filter .filter-header h3:before {
  -moz-transition-property:-moz-transform;
  -o-transition-property:-o-transform;
  -webkit-transition-property:-webkit-transform;
  transition-property:transform;
  -moz-transition-duration:.5s;
  -o-transition-duration:.5s;
  -webkit-transition-duration:.5s;
  transition-duration:.5s;
  content:"A";
  font-family:"sn_pm_icons";
  text-transform:none;
  position:relative;
  display:inline-block;
  font-size:10px;
  margin-right:3px
 }
 .search-page .sub-search__filtering .facet .facet-header,
 .search-page .sub-search__filtering .filter .facet-header,
 .search-page .sub-search__filtering .facet .filter-header,
 .search-page .sub-search__filtering .filter .filter-header,
 .search-page .sub-search__filtering .filter .facet-header,
 .search-page .sub-search__filtering .filter .filter-header {
  padding:14px 55px 13px 10px
 }
 .search-page .sub-search__filtering .facet .facet-title,
 .search-page .sub-search__filtering .filter .facet-title,
 .search-page .sub-search__filtering .filter .facet-title {
  padding:12px 55px 12px 10px
 }
 .search-page .sub-search__filtering .facet .facet-amount,
 .search-page .sub-search__filtering .filter .facet-amount,
 .search-page .sub-search__filtering .filter .facet-amount {
  bottom:13px
 }
 .search-page .sub-search__filtering .facet .filter-content input,
 .search-page .sub-search__filtering .filter .filter-content input,
 .search-page .sub-search__filtering .filter .filter-content input {
  top:6px
 }
 .search-page .sub-search__filtering .facet__refining h3:before,
 .search-page .sub-search__filtering .filter__refining h3:before {
  -moz-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  -webkit-transform:rotate(90deg);
  transform:rotate(90deg)
 }
}
.search-page .sub-search__filtering h2 {
 font-size:16px;
 font-size:1.6rem;
 color:#3d3e43;
 font-family:"Bliss Bold","Gill Sans",Calibri,"Helvetica Neue",Arial,sans-serif
}
.cms-lang-jp .search-page .sub-search__filtering h2 {
 font-family:"ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3",Georgia,"Hiragino Kaku Gothic Pro","ãƒ¡ã‚¤ãƒªã‚ª","Meiryo, Osaka","ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","MS PGothic",sans-serif
}
.search-page .sub-search__filtering h3 {
 font-weight:normal;
 text-transform:uppercase
}
.search-page .sub-search__filtering .facet-active .facet-title {
 font-weight:normal
}
.search-page .sub-search__filtering .filter .filter-content {
 padding:9px 10px 8px;
 position:relative
}
.search-page .sub-search__filtering .filter .filter-content input {
 left:7px;
 position:absolute
}
.search-page .sub-search__filtering .filter .filter-content label {
 display:block;
 padding-left:20px
}
.search-page .sub-search__filtering .filter-header h3 {
 font-weight:normal
}
.search-page .sub-search__filtering .facet ol.hidden-facets,
.search-page .sub-search__filtering .filter ol.hidden-facets {
 height:0;
 overflow:hidden
}
.search-page .sub-search__filtering .facet.facet-extended ol.hidden-facets,
.search-page .sub-search__filtering .facet-extended.filter ol.hidden-facets {
 border-top-color:#e9e9e9;
 border-top-style:solid;
 border-top-width:1px;
 height:auto
}
.search-page .sub-search__filtering .facet .collapse-nav,
.search-page .sub-search__filtering .filter .collapse-nav,
.search-page .sub-search__filtering .facet .show-nav,
.search-page .sub-search__filtering .filter .show-nav {
 display:none;
 margin:0
}
.search-page .sub-search__filtering .facet.facet--extendable .show-nav,
.search-page .sub-search__filtering .facet--extendable.filter .show-nav,
.search-page .sub-search__filtering .facet.facet--extendable .collapse-nav,
.search-page .sub-search__filtering .facet--extendable.filter .collapse-nav {
 display:block
}
.search-page .sub-search__filtering .facet .remove,
.search-page .sub-search__filtering .filter .remove {
 bottom:8px
}
.search-page .sub-search__filtering .facet-header,
.search-page .sub-search__filtering .filter-header,
.search-page .sub-search__filtering .facet-title {
 font-size:13px;
 font-size:1.3rem
}
.search-page .sub-search__filtering .facet-title {
 padding:7px 55px 7px 10px
}
.search-page .sub-search__filtering .facet-header,
.search-page .sub-search__filtering .filter-header {
 background:#fff;
 padding:9px 55px 8px 10px
}
.search-page .sub-search__filtering .facet-amount {
 font-size:13px;
 font-size:1.3rem;
 bottom:8px
}
.search-page .sub-search__filtering .facet-sub-true .facet-title {
 color:#666;
 padding-left:20px
}
.search-page .sub-search__filtering .facet-sub-true .facet-title:before {
 content:'\2022';
 left:10px;
 position:absolute
}
.search-page .sub-search__filtering .facet-sub-true.facet-active .facet-title {
 color:#ee7d11;
 padding-left:20px
}
.search-page .sub-search__filtering .facet-sub-true .facet-amount {
 color:#999
}
@media screen and (min-width:1px) and (max-width:599px) {
 .search-page {
  margin-top:25px
 }
}
.search-page .sub-search__controls {
 display:none
}
.search-page .sub-search__controls .search-submit {
 right:20px
}
.search-page .sub-search__controls .search-field {
 -moz-box-shadow:none;
 -webkit-box-shadow:none;
 box-shadow:none;
 -moz-border-radius:0;
 -webkit-border-radius:0;
 border-radius:0;
 background-color:transparent;
 border-width:0
}
.search-page .sub-search__controls .search-field #query {
 font-size:13px;
 font-size:1.3rem;
 background:white;
 border:1px solid transparent;
 border-bottom-left-radius:2px;
 border-top-left-radius:2px;
 color:black;
 outline:0;
 padding:.75em;
 width:100%
}
.search-page .sub-search__controls .search-field:after {
 content:"6";
 font-family:"sn_pm_icons";
 text-transform:none;
 position:absolute;
 display:inline;
 font-size:15px;
 font-size:1.5rem;
 top:10px;
 right:27px;
 z-index:10;
 color:#d83b5b
}
.search-page .sub-search__controls .search-submit {
 background:white none;
 border-color:transparent;
 border-radius:0 2px 2px 0;
 height:34px
}
.search-page .sub-search__controls .search-submit:hover {
 background:white none;
 border:0
}
.search-page .sub-search__meta a.facet-link {
 -moz-border-radius:2px;
 -webkit-border-radius:2px;
 border-radius:2px;
 background:#00768a none;
 color:white;
 display:inline-block;
 margin:.25em 0;
 padding:.1em .75em
}
.search-page .sub-search__meta a.facet-link:hover {
 background-color:#aaa;
 text-decoration:none
}
.search-page .sub-search__meta a.facet-link:after {
 content:"T";
 font-family:"sn_pm_icons";
 text-transform:none;
 position:relative;
 display:inline;
 font-size:.8em;
 padding-left: .7rem;
}
.search-page .sub-search__meta .result-count-message {
 font-size:14px;
 font-size:1.4rem;
 margin-top:6px
}
.search-page .sub-search__meta .result-meta-information {
 border-bottom:1px solid #d7d7d7;
 padding-bottom:20px
}
.search-page .sub-search__meta .result-filter {
 display:block
}
.search-page .sub-search__discipline-header .sub-discipline-header {
 -moz-box-shadow:none;
 -webkit-box-shadow:none;
 box-shadow:none;
 border:0;
 margin:0;
 padding:3px 0 0
}
.search-page .sub-search__discipline-header .sub-discipline-header p {
 font-size:22px;
 font-size:2.2rem;
 color:#333;
 font-family:"Bliss Regular","Gill Sans",Calibri,"Helvetica Neue",Arial,sans-serif
}
.search-page .sub-search__discipline-header .sub-discipline-header p strong {
 font-family:"Bliss Bold","Gill Sans",Calibri,"Helvetica Neue",Arial,sans-serif;
 font-weight:normal
}
.search-page .sub-search__result-list,
.search-page .sub-search__filtering {
 padding-bottom:50px
}
.search-page .sub-search__result-list .result-item {
 -moz-box-shadow:none;
 -webkit-box-shadow:none;
 box-shadow:none;
 min-height:180px;
 padding:20px 0
}
.search-page .sub-search__result-list .result-item a.expand::after {
 content:"C";
 font-family:"sn_pm_icons";
 text-transform:none;
 position:relative;
 display:inline
}
.search-page .sub-search__result-list .result-item a.shrink::after {
 content:"B";
 font-family:"sn_pm_icons";
 text-transform:none;
 position:relative;
 display:inline
}
.search-page .sub-search__result-list .result-item a.expand,
.search-page .sub-search__result-list .result-item a.shrink {
 font-size:14px;
 font-size:1.4rem
}
.search-page .sub-search__result-list .result-item a.expand:before,
.search-page .sub-search__result-list .result-item a.shrink:before {
 content:none
}
.search-page .sub-search__result-list .result-item h4 {
 font-size:22px;
 font-size:2.2rem;
 font-family:"Bliss Bold","Gill Sans",Calibri,"Helvetica Neue",Arial,sans-serif;
 font-weight:normal
}
.search-page .sub-search__result-list .result-item h4 a {
 color:#d83b5b
}
.search-page .sub-search__result-list .result-item h4 a.editorial {
 color:#00768a
}
.search-page .sub-search__result-list .result-item .format {
 font-size:12px;
 font-size:1.2rem;
 line-height:1.5
}
.search-page .sub-search__result-list .result-item .price-container {
 margin-top:.2em;
 min-height:1rem;
 opacity:1;
 transition:opacity .5s ease-in-out
}
.search-page .sub-search__result-list .result-item .price-container .price {
 font-size:18px;
 font-size:1.8rem;
 color:#2b2b2b;
 font-family:"Bliss Bold","Gill Sans",Calibri,"Helvetica Neue",Arial,sans-serif;
 font-weight:normal
}
.search-page .sub-search__result-list .result-item .result-type {
 color:#555;
 font-weight:bold;
 font-size:12px;
 font-size:1.2rem
}
.search-page .sub-search__result-list .result-item .contributors,
.search-page .sub-search__result-list .result-item .snippet {
 font-size:12px;
 font-size:1.2rem
}
.search-page .sub-search__result-list .result-item .contributors {
 color:#2b2b2b
}
.search-page .sub-search__result-list .result-item .snippet {
 color:#555
}
.search-page .sub-search__result-list .functions-bar-bottom {
 background:transparent none;
 border:0
}
.search-page .sub-search__result-list .functions-bar-bottom .pagination .prev,
.search-page .sub-search__result-list .functions-bar-bottom .pagination .next {
 background-image:none;
 position:relative;
 text-indent:0
}
.search-page .sub-search__result-list .functions-bar-bottom .pagination .prev:after,
.search-page .sub-search__result-list .functions-bar-bottom .pagination .next:after {
 font-size:15px;
 font-size:1.5rem;
 color:black;
 left:4px;
 top:-1px
}
.search-page .sub-search__result-list .functions-bar-bottom .pagination .prev:hover:after,
.search-page .sub-search__result-list .functions-bar-bottom .pagination .next:hover:after {
 color:#008ca4
}
.search-page .sub-search__result-list .functions-bar-bottom .pagination .prev:after {
 content:"@";
 font-family:"sn_pm_icons";
 text-transform:none;
 position:absolute;
 display:block
}
.search-page .sub-search__result-list .functions-bar-bottom .pagination .next:after {
 content:"A";
 font-family:"sn_pm_icons";
 text-transform:none;
 position:absolute;
 display:block
}
.search-page .sub-search__result-list .functions-bar-bottom .pagination .page-number {
 -moz-box-shadow:none;
 -webkit-box-shadow:none;
 box-shadow:none
}
.search-page .sub-search__filtering h2 {
 font-size:22px;
 font-size:2.2rem;
 font-weight:normal;
 padding-left:0
}
.search-page .sub-search__filtering h3 {
 text-transform:none
}
.search-page .sub-search__filtering .facet-active .facet-title {
 color:black
}
.search-page .sub-search__filtering .facet-active .facet-title:after {
 font-size:9px;
 font-size:.9rem;
 content:"T";
 font-family:"sn_pm_icons";
 text-transform:none;
 position:absolute;
 display:block;
 margin-top:-4px;
 right:10px;
 top:50%
}
.search-page .sub-search__filtering .facet,
.search-page .sub-search__filtering .filter {
 -moz-box-shadow:none;
 -webkit-box-shadow:none;
 box-shadow:none;
 border:0
}
.search-page .sub-search__filtering .facet-percentage {
 -moz-border-radius:5px;
 -webkit-border-radius:5px;
 border-radius:5px;
 background:#e3e3e3 none
}
.search-page .sub-search__filtering .facet-title {
 padding:10px 55px 10px 10px
}
.search-page .sub-search__filtering .facet-sub-true .facet-title {
 padding-left:20px
}
.search-page .sub-search__filtering .facet-amount {
 bottom:10px
}
.search-page .sub-search__filtering .facet-extendable {
 margin-bottom:10px
}
.search-page .sub-search__filtering .facet-header,
.search-page .sub-search__filtering .filter-header,
.search-page .sub-search__filtering .facet-header,
.search-page .sub-search__filtering .filter-header {
 -moz-box-shadow:none;
 -webkit-box-shadow:none;
 box-shadow:none;
 border-bottom-style:none;
 padding:8px 8px 8px 0
}
.search-page .sub-search__filtering .facet-header h3,
.search-page .sub-search__filtering .filter-header h3,
.search-page .sub-search__filtering .facet-header h3,
.search-page .sub-search__filtering .filter-header h3 {
 font-size:22px;
 font-size:2.2rem;
 font-family:"Bliss Regular","Gill Sans",Calibri,"Helvetica Neue",Arial,sans-serif;
 font-weight:normal
}
.search-page .sub-search__filtering .facet-amount {
 color:#aaa
}
.search-page .sub-search__filtering .facet .remove,
.search-page .sub-search__filtering .filter .remove {
 display:none
}
.search-page .sub-search__filtering .facet ol li,
.search-page .sub-search__filtering .filter ol li {
 border-top-style:none;
 margin-bottom:.5em
}
.search-page .sub-search__filtering .facet ol li a,
.search-page .sub-search__filtering .filter ol li a {
 -moz-border-radius:5px;
 -webkit-border-radius:5px;
 border-radius:5px;
 background-color:#f4f4f4;
 border:0
}
.search-page .sub-search__filtering .facet ol li a:hover .facet-title,
.search-page .sub-search__filtering .filter ol li a:hover .facet-title,
.search-page .sub-search__filtering .facet ol li a:hover .facet-amount,
.search-page .sub-search__filtering .filter ol li a:hover .facet-amount {
 color:#008ca4
}
.search-page .sub-search__filtering .facet .show-nav,
.search-page .sub-search__filtering .filter .show-nav,
.search-page .sub-search__filtering .facet .collapse-nav,
.search-page .sub-search__filtering .filter .collapse-nav {
 -moz-box-shadow:none;
 -webkit-box-shadow:none;
 box-shadow:none;
 background:transparent none;
 border-top-style:none;
 cursor:pointer
}
.search-page .sub-search__filtering .facet .show-nav:after,
.search-page .sub-search__filtering .filter .show-nav:after,
.search-page .sub-search__filtering .facet .collapse-nav:after,
.search-page .sub-search__filtering .filter .collapse-nav:after {
 font-size:20px;
 font-size:2rem;
 color:#00768a;
 text-align:center
}
.search-page .sub-search__filtering .facet .show-nav:hover:after,
.search-page .sub-search__filtering .filter .show-nav:hover:after,
.search-page .sub-search__filtering .facet .collapse-nav:hover:after,
.search-page .sub-search__filtering .filter .collapse-nav:hover:after {
 color:#008ca4
}
.search-page .sub-search__filtering .facet .collapse-nav:after,
.search-page .sub-search__filtering .filter .collapse-nav:after {
 content:" B";
 font-family:"sn_pm_icons";
 text-transform:none;
 position:relative;
 display:block
}
.search-page .sub-search__filtering .facet .show-nav:after,
.search-page .sub-search__filtering .filter .show-nav:after {
 content:" C";
 font-family:"sn_pm_icons";
 text-transform:none;
 position:relative;
 display:block
}
.search-page .sub-search__filtering .filter-content {
 -moz-border-radius:5px;
 -webkit-border-radius:5px;
 border-radius:5px;
 background-color:#f4f4f4;
 padding:10px
}
@media screen and (min-width:1px) and (max-width:599px) {
 .search-page .sub-search__filtering {
  max-height:50px;
  padding-bottom:10px
 }
 .search-page .sub-search__filtering .refinement-controls {
  background:#e3e3e3;
  border:0;
  margin-bottom:10px;
  margin-top:10px;
  padding:0
 }
 .search-page .sub-search__filtering .refinement-controls .refine {
  color:#2b2b2b;
  display:block;
  font-weight:normal;
  padding:15px;
  position:relative
 }
 .search-page .sub-search__filtering .refinement-controls .refine::after {
  -moz-transition-property:-moz-transform;
  -o-transition-property:-o-transform;
  -webkit-transition-property:-webkit-transform;
  transition-property:transform;
  -moz-transition-duration:.5s;
  -o-transition-duration:.5s;
  -webkit-transition-duration:.5s;
  transition-duration:.5s;
  content:"C";
  font-family:"sn_pm_icons";
  text-transform:none;
  position:absolute;
  display:block;
  font-size:15px;
  font-size:1.5rem;
  font-size:16px;
  right:12px;
  top:12px
 }
 .search-page .sub-search__filtering .refinement-controls .refine__refining::after {
  -moz-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg)
 }
 .search-page .sub-search__filtering .refinement-controls .refine::before {
  content:none
 }
 .search-page .sub-search__filtering .facet,
 .search-page .sub-search__filtering .filter,
 .search-page .sub-search__filtering .filter {
  border-bottom:1px solid #d7d7d7;
  margin-top:5px;
  max-height:48px;
  padding-bottom:10px
 }
 .search-page .sub-search__filtering .facet__refining,
 .search-page .sub-search__filtering .filter__refining {
  max-height:none
 }
 .search-page .sub-search__filtering .facet__refining .facet-header h3:after,
 .search-page .sub-search__filtering .facet__refining .filter-header h3:after,
 .search-page .sub-search__filtering .facet__refining .filter-header h3:after,
 .search-page .sub-search__filtering .filter__refining .facet-header h3:after,
 .search-page .sub-search__filtering .filter__refining .filter-header h3:after,
 .search-page .sub-search__filtering .filter__refining .filter-header h3:after {
  -moz-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg)
 }
 .search-page .sub-search__filtering .facet .facet-header h3,
 .search-page .sub-search__filtering .filter .facet-header h3,
 .search-page .sub-search__filtering .facet .filter-header h3,
 .search-page .sub-search__filtering .filter .filter-header h3,
 .search-page .sub-search__filtering .facet .filter-header h3,
 .search-page .sub-search__filtering .filter .filter-header h3,
 .search-page .sub-search__filtering .filter .facet-header h3,
 .search-page .sub-search__filtering .filter .filter-header h3,
 .search-page .sub-search__filtering .filter .filter-header h3 {
  font-size:14px;
  font-size:1.4rem;
  font-family:Verdana,sans-serif;
  margin-bottom:5px;
  position:relative
 }
 .search-page .sub-search__filtering .facet .facet-header h3:before,
 .search-page .sub-search__filtering .filter .facet-header h3:before,
 .search-page .sub-search__filtering .facet .filter-header h3:before,
 .search-page .sub-search__filtering .filter .filter-header h3:before,
 .search-page .sub-search__filtering .facet .filter-header h3:before,
 .search-page .sub-search__filtering .filter .filter-header h3:before,
 .search-page .sub-search__filtering .filter .facet-header h3:before,
 .search-page .sub-search__filtering .filter .filter-header h3:before,
 .search-page .sub-search__filtering .filter .filter-header h3:before {
  content:none
 }
 .search-page .sub-search__filtering .facet .facet-header h3:after,
 .search-page .sub-search__filtering .filter .facet-header h3:after,
 .search-page .sub-search__filtering .facet .filter-header h3:after,
 .search-page .sub-search__filtering .filter .filter-header h3:after,
 .search-page .sub-search__filtering .facet .filter-header h3:after,
 .search-page .sub-search__filtering .filter .filter-header h3:after,
 .search-page .sub-search__filtering .filter .facet-header h3:after,
 .search-page .sub-search__filtering .filter .filter-header h3:after,
 .search-page .sub-search__filtering .filter .filter-header h3:after {
  content:"C";
  font-family:"sn_pm_icons";
  text-transform:none;
  position:absolute;
  display:block;
  -moz-transition-property:-moz-transform;
  -o-transition-property:-o-transform;
  -webkit-transition-property:-webkit-transform;
  transition-property:transform;
  -moz-transition-duration:.5s;
  -o-transition-duration:.5s;
  -webkit-transition-duration:.5s;
  transition-duration:.5s;
  right:0;
  top:0
 }
 .search-page .sub-search__filtering .facet .facet-header,
 .search-page .sub-search__filtering .filter .facet-header,
 .search-page .sub-search__filtering .facet .filter-header,
 .search-page .sub-search__filtering .filter .filter-header,
 .search-page .sub-search__filtering .filter .facet-header,
 .search-page .sub-search__filtering .filter .filter-header {
  padding:14px 10px 13px
 }
}
.search-page .sub-search--srm {
  margin-top: -27px;
  padding-bottom: 50px;
}

@media screen and (min-device-width:320px) {
 .functions-bar {
  background:#e3e3e3 url(../images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
  background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#e3e3e3));
  background-image:-webkit-linear-gradient(top,#f8f8f8,#e3e3e3);
  background-image:-moz-linear-gradient(top,#f8f8f8,#e3e3e3);
  background-image:-ms-linear-gradient(top,#f8f8f8,#e3e3e3);
  background-image:-o-linear-gradient(top,#f8f8f8,#e3e3e3);
  background-image:linear-gradient(top,#f8f8f8,#e3e3e3);
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  -webkit-box-shadow:inset 0 1px 0 #FFF;
  -moz-box-shadow:inset 0 1px 0 #FFF;
  box-shadow:inset 0 1px 0 #FFF;
  border:1px solid #ddd;
  line-height:1.8;
  margin-top:17px;
  padding:5px 10px;
  position:relative;
  z-index:5
 }
}
@media screen and (min-device-width:320px) and (min-width:600px) {
 .functions-bar {
  height:24px
 }
}
@media screen and (min-device-width:320px) {
 .ie9 .functions-bar {
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(enabled=false)"
 }
 .functions-bar .pagination {
  margin:7px 0
 }
}
@media screen and (min-device-width:320px) and (min-width:600px) {
 .functions-bar .pagination {
  margin:0;
  position:absolute;
  right:5px;
  top:5px
 }
}
@media screen and (min-device-width:320px) {
 .functions-bar-bottom {
  margin-top:5px
 }
 .sorting label {
  font-size:11px;
  font-size:1.1rem;
  font-weight:bold;
  margin-right:10px
 }
 .sorting select {
  font-size:11px;
  font-size:1.1rem
 }
 .sorting .btn {
  font-size:11px;
  font-size:1.1rem;
  height:16px;
  line-height:1.4
 }
 .sorting .btn.selected {
  border-color:#666;
  font-weight:bold
 }
 .js .sorting .btn {
  display:none
 }
 .no-js .sorting select {
  display:none
 }
 .pagination {
  zoom:1;
  font-size:11px;
  font-size:1.1rem;
 }
 .pagination:before,
 .pagination:after {
  content:"";
  display:table
 }
 .pagination:after {
  clear:both
 }
 .pagination .prev,
 .pagination .next {
  background-repeat:no-repeat;
  color:transparent;
  direction:ltr;
  display:block;
  overflow:hidden;
  text-align:left;
  text-indent:-9999em;
  text-transform:capitalize;
  float:left;
  height:24px;
  vertical-align:middle;
  width:24px
 }
 .pagination .prev {
  background:url('/app-search-front-end/assets-v/images_gen/sprites/palgrave-sprite-sc788d4c21f.png') 0 -130px no-repeat;
  margin-right:10px
 }
 .pagination .next {
  background:url('/app-search-front-end/assets-v/images_gen/sprites/palgrave-sprite-sc788d4c21f.png') 0 -286px no-repeat;
  margin-left:10px
 }
 .pagination a.prev:hover,
 .pagination a:focus.prev {
  background:url('/app-search-front-end/assets-v/images_gen/sprites/palgrave-sprite-sc788d4c21f.png') 0 -52px no-repeat
 }
 .pagination a.prev:active {
  background:url('/app-search-front-end/assets-v/images_gen/sprites/palgrave-sprite-sc788d4c21f.png') 0 0 no-repeat
 }
 .pagination span.prev {
  background:url('/app-search-front-end/assets-v/images_gen/sprites/palgrave-sprite-sc788d4c21f.png') 0 -78px no-repeat
 }
 .pagination a.next:hover,
 .pagination a:focus.next {
  background:url('/app-search-front-end/assets-v/images_gen/sprites/palgrave-sprite-sc788d4c21f.png') 0 -208px no-repeat
 }
 .pagination a:focus.next,
 .pagination a:focus.prev {
  outline:1px #999 dotted
 }
 .pagination a.next:active {
  background:url('/app-search-front-end/assets-v/images_gen/sprites/palgrave-sprite-sc788d4c21f.png') 0 -156px no-repeat
 }
 .pagination span.next {
  background:url('/app-search-front-end/assets-v/images_gen/sprites/palgrave-sprite-sc788d4c21f.png') 0 -234px no-repeat
 }
 .pagination .page-nr {
  float:left;
 }
 .pagination input {
  font-size:11px;
  font-size:1.1rem;
  margin:0 2px;
  padding:4px 3px;
  text-align:center;
  width:44px;
  height: 24px;
 }
}
.cta-aside-section > section > h4 + * {
    margin-top: 10px;
}

.cta-aside-section > section > a + a {
    margin-top: 1px;
}

.cta-aside-section > * + * {
    margin-top: 23px;
}

.aside-headline-3350774344 {
    color: #444;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: calc(-0.25em - 6px);
    transform: translateY(calc(-0.1em - 3px));
}

.headline-524909129 {
    color: #2b2b2b;
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    margin-bottom: calc(-0.25em - 4px);
    transform: translateY(calc(-0.1em - 2px));
    margin-top: 0;
}

.box2-3253545896 {
    background-color: #f4f4f4;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.product-title-438621707 {
    color: #2b2b2b;
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: calc(-0.25em - 4px);
    transform: translateY(calc(-0.1em - 2px));
}

.price-table-2827577461 {
    font-size: 20px;
    line-height: 22px;
}

.price-cell-2689446056 {
    color: #2b2b2b;
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: calc(-0.25em - 4px);
    transform: translateY(calc(-0.1em - 2px));
}

.button-base-2906877647 {
    background-color: #00768a;
    border: 0;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    padding-bottom: 9px;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 9px;
    transition: all 0.2s;
    -webkit-font-smoothing: antialiased;
    width: 100%;
}

.button-icon-1494494357 {
    align-self: center;
    display: inline-flex;
    fill: #ecfafd;
    height: 16px;
    transform-box: fill-box;
    transition: all 0.2s;
    width: 16px;
}
.button-base-47711979 {
    /* undefined */
  background-color: #00768a; 
  border: 0; 
  border-radius: 0; 
  display: flex; 
  justify-content: space-between; 
  padding-bottom: 9px; 
  padding-left: 11px; 
  padding-right: 11px; 
  padding-top: 9px; 
  transition: all 0.2s; 
  -webkit-font-smoothing: antialiased; 
  width: 100%;
}

.button-base-47711979:hover {
  background-color: #0698b1; 
  text-decoration: none;
}

.button-label-2770091062 {
    /* undefined */
    color: #ecfafd; 
  font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif; 
  font-size: 16px; 
  line-height: 22px; 
  text-decoration: none; 
  transition: all 0.2s;
}

.button-base-47711979:hover .button-label-2770091062 {
  color: #effbfd;
}

.button-icon-1494494357 {
    /* undefined */
    align-self: center; 
  display: inline-flex; 
  fill: #ecfafd; 
  height: 16px; 
  transform-box: fill-box; 
  transition: all 0.2s; 
  width: 16px;
}

.button-base-47711979:hover .button-icon-1494494357 {
  fill: #effbfd;
}

.button-base-1830738698 {
    /* undefined */
    background-color: #00768a; 
  border: 0; 
  border-radius: 0; 
  display: flex; 
  justify-content: space-between; 
  padding-bottom: 9px; 
  padding-left: 11px; 
  padding-right: 11px; 
  padding-top: 9px; 
  transition: all 0.2s; 
  -webkit-font-smoothing: antialiased; 
  width: 100%;
}

.button-base-1830738698:hover {
  background-color: #0698b1; 
  text-decoration: none;
}

.button-label-1281676810 {
    color: #ecfafd;
    font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    transition: all 0.2s;
}

.button-icon-1969128361 {
    align-self: center;
    display: inline-flex;
    fill: #ecfafd;
    height: 16px;
    transform-box: fill-box;
    transition: all 0.2s;
    width: 16px;
}

.button-icon-1969128361 {
    fill: #ecfafd;
}

.button-label-3529295895 {
    /* undefined */
    color: #ecfafd; 
  font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif; 
  font-size: 16px; 
  line-height: 22px; 
  text-decoration: none; 
  transition: all 0.2s;
}

.button-base-1830738698:hover .button-label-3529295895 {
  color: #effbfd;
}

.button-icon-735289524 {
    /* undefined */
    align-self: center; 
  display: inline-flex; 
  fill: #ecfafd; 
  height: 16px; 
  transform-box: fill-box; 
  transition: all 0.2s; 
  width: 16px;
}

.button-base-1830738698:hover .button-icon-735289524 {
  fill: #effbfd;
}

.aside-headline-2920163469 {
    /* undefined */
    color: #444; 
  font-family: Verdana, sans-serif; 
  font-size: 12px; 
  font-weight: normal; 
  line-height: 18px; 
  margin-bottom: calc(-0.25em - 6px); 
  transform: translateY(calc(-0.1em - 3px));
}

.button-base-159610158 {
    /* undefined */
    background-color: transparent; 
  border: 1px solid #00768a; 
  border-radius: 0; display: flex; 
  justify-content: space-between; 
  padding-bottom: 9px; 
  padding-left: 11px; 
  padding-right: 11px; 
  padding-top: 9px; 
  transition: all 0.2s; 
  -webkit-font-smoothing: antialiased; 
  width: 100%;
}

.button-base-159610158:hover {
  background-color: #00768a; 
  text-decoration: none;
}

.button-label-2658192883 {
    /* undefined */
    color: #00768a; 
  font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif; 
  font-size: 16px; 
  line-height: 22px; 
  text-decoration: none; 
  transition: all 0.2s;
}

.button-base-159610158:hover .button-label-2658192883 {
  color: #ecfafd;
}

.button-icon-1925105232 {
    /* undefined */
    align-self: center; 
  display: inline-flex; 
  fill: #00768a; 
  height: 16px; 
  transform-box: fill-box; 
  transition: all 0.2s; 
  width: 16px;
}

.button-base-159610158:hover .button-icon-1925105232 {
  fill: #ecfafd;
}

.headline-1283242569 {
    /* undefined */
    color: #2b2b2b; 
  font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif; 
  font-size: 28px; 
  font-weight: normal; 
  line-height: 32px; 
  margin-bottom: calc(-0.25em - 4px); 
  transform: translateY(calc(-0.1em - 2px));
}

.headline-636847849 {
    /* undefined */
    color: #2b2b2b; 
  font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif; 
  font-size: 22px; 
  font-weight: normal; 
  line-height: 26px; 
  margin-bottom: calc(-0.25em - 4px); 
  transform: translateY(calc(-0.1em - 2px));
}

.headline-3789142952 {
    color: #2b2b2b;
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    margin-bottom: calc(-0.25em - 4px);
    transform: translateY(calc(-0.1em - 2px));
}

.button-label-2770091062 {
    color: #ecfafd;
    font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    transition: all 0.2s;
}

.button-base-3588540778 {
    background-color: transparent;
    border: 1px solid #00768a;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    padding-bottom: 9px;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 9px;
    transition: all 0.2s;
    -webkit-font-smoothing: antialiased;
    width: 100%;
}

.button-label-1262423735 {
    color: #00768a;
    font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    transition: all 0.2s;
}

.button-icon-248642068 {
    align-self: center;
    display: inline-flex;
    fill: #00768a;
    height: 16px;
    transform-box: fill-box;
    transition: all 0.2s;
    width: 16px;
}

.cms-image-only-teaser {
    margin-top: 1.45em;
    margin-bottom: 1.9em;
    padding: 0;
    margin-top: 0;
}

.cms-image-only-teaser img {
    width: 100%;
    height: auto;
    padding: 27px;
    background-color: #f4f4f4;
}

.journal-navigation ul {
    list-style: none;
}

.journal-navigation ul {
    display: flex;
    flex-flow: row wrap;
    height: 2.813em;
}

.journal-navigation {
  background-color: rgba(0, 0, 0, 0.2);
}
    
.journal-navigation-arrow-icon-size16 {
  width: 16px;
  height: 16px;
}

.journal-navigation-header {
  /*! display: none; */
}

.journal-navigation-header {
  position: relative;
}

.journal-navigation-header svg {
  position: absolute;
  right: 0;
}

.journal-navigation-header svg path {
  fill: #fff;
}

.journal-navigation .menu-item--current a {
  font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
}

.journal-navigation a:hover {
  text-decoration: underline;
}

.ie9 .journal-navigation a {
  padding-left: 1em;
  padding-right: 1em;
}

.journal-navigation-header a {
  align-items: center;
  display: flex;
}

.journal-navigation .menu-item--current a,
.journal-navigation .menu-item--current a:hover {
  background-color: #fff;
  color: #333;
  font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  text-decoration: none;
}

.journal-navigation a.menu-item--pending {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  text-decoration: none;
}

.ie9 .journal-navigation li {
  display: inline-block;
}

.journal-content h2 {
  color: #2b2b2b;
  font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 32px;
}

h2.main-heading {
  margin-bottom: .7em;
}

.journal-content .kicker, .article-body .kicker {
  font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin-top: 0;
  padding-top: 0;
}

article-body .kicker + h2 {

    font-size: 28px;
    margin-top: 18px;

}

h2.headline-4241089976 {
    color: #2b2b2b;
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 26px;
    margin-bottom: calc(-0.25em - 4px);
    transform: translateY(calc(-0.1em - 2px));
    margin-top: 1.7rem !important;
}

.journal-cover__image {
  display: block;
  margin: 0 auto;
  max-width: 153px;
  width: 100%;
  height: auto;
}

.journal-cover__issue {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
}

.medium-2 {
  width: 16.66667%;
}

.medium-3 {
    width: 25%;
}

.medium-4 {
  width: 33.33333%;
}

.medium-5 {
  width: 41.66667%;
}

.medium-6 {
  width: 50%;
}

.medium-7 {
    width: 58.33333%;
}

.medium-8 {
  width: 66.66667%;
}

.medium-9 {
  width: 75%;
}

.medium-10 {
  width: 83.33333%;
}

.medium-11 {
  width: 91.66667%;
}

.medium-12 {
  width: 100%;
}

.teaser-navigation > * + * {
  margin-top: 15px;
}

.teaser-navigation .journal-subnav a {
  color: #00768a;
  padding: 6px 0;
}

.journal-subnav a {
  color: #444;
  text-decoration: none;
  padding: 8px 0;
  display: block;
}

.journal-content .column.medium-7 {
    padding-right: 3%;
}


.teaser-navigation .journal-subnav {
  columns: 2;
}

.teaser-navigation .journal-subnav li {
  font-family: Verdana;
  font-size: 14px;
  line-height: 18px;
  break-inside: avoid;
}

.journal-subnav ul {
  list-style: none;
  padding: 0;
}

.journal-content .block li {
  margin-bottom: .7em;
  padding: 0;
}

.journal-content .announcements li + li {
  margin-top: 1.17em;
}

.journal-subnav li {
  font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin-left: 0;
}

.button-base-2145177612 {
  background-color: #ddd;
  border: 0;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  padding-bottom: 9px;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 9px;
  transition: all 0.2s;
  -webkit-font-smoothing: antialiased;
  width: 100%;
}

.button-base-2145177612:hover {
  background-color: #cecece;
  text-decoration: none;
}

.button-label-2586741800 {
  /* undefined */
  color: #2b2b2b;
  font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: all 0.2s;
}

.button-base-2145177612:hover .button-label-2586741800 {
  color: #282828;
}

.button-icon-2388614187 {
  /* undefined */
  align-self: center;
  display: inline-flex;
  fill: #2b2b2b;
  height: 16px;
  transform-box: fill-box;
  transition: all 0.2s;
  width: 16px;
}

.button-base-2145177612:hover .button-icon-2388614187 {
  fill: #282828;
}

.box {
  background-color: #f4f4f4;
  padding: 30px 20px;
}

.headline-424997076 {
  /* undefined */
  color: #2b2b2b;
  font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  margin-bottom: calc(-0.25em - 4px);
  transform: translateY(calc(-0.1em - 2px));
}

.button-base-3479930902 {
    /* undefined */
  background-color: transparent;
  border: 1px solid #00768a;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  padding-bottom: 9px;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 9px;
  transition: all 0.2s;
  -webkit-font-smoothing: antialiased;
  width: 100%;
}

.button-base-3479930902:hover {
  background-color: #00768a;
  text-decoration: none;
}

.button-label-256261418 {
    /* undefined */
  color: #00768a;
  font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: all 0.2s;
}

.button-base-3479930902:hover .button-label-256261418 {
  color: #ecfafd;
}

.button-icon-1913844361 {
    /* undefined */
  align-self: center;
  display: inline-flex;
  fill: #00768a;
  height: 16px;
  transform-box: fill-box;
  transition: all 0.2s;
  width: 16px;
}

.button-base-3479930902:hover .button-icon-1913844361 {fill: #ecfafd;}

.headline-3740845194 {
    /* undefined */
  color: #2b2b2b;
  font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  margin-bottom: calc(-0.25em - 4px);
  transform: translateY(calc(-0.1em - 2px));
}

.headline-3656125096 {
    /* undefined */
  color: #2b2b2b;
  font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 32px;
  margin-bottom: calc(-0.25em - 4px);
  transform: translateY(calc(-0.1em - 2px));
}

.headline-3332373131 {
    /* undefined */
  color: #2b2b2b;
  font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  margin-bottom: calc(-0.25em - 4px);
  transform: translateY(calc(-0.1em - 2px));
}

.headline-3740845194 {
  color: #2b2b2b;
  font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  margin-bottom: calc(-0.25em - 4px);
  transform: translateY(calc(-0.1em - 2px));
}

.box {
  background-color: #f4f4f4;
  padding: 30px 20px;
}

.button-base-1032968619 {
    /* undefined */
  background-color: transparent;
  border: 1px solid #00768a;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  padding-bottom: 9px;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 9px;
  transition: all 0.2s;
  -webkit-font-smoothing: antialiased;
  width: 100%;
}

.button-base-1032968619:hover {background-color: #00768a; text-decoration: none;}

.button-label-3817995894 {
    /* undefined */
  color: #00768a;
  font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: all 0.2s;
}

.button-base-1032968619:hover .button-label-3817995894 {color: #ecfafd;}
.button-icon-446589525 {
    /* undefined */
  align-self: center;
  display: inline-flex;
  fill: #00768a;
  height: 16px;
  transform-box: fill-box;
  transition: all 0.2s;
  width: 16px;
}

.button-base-1032968619:hover .button-icon-446589525 {fill: #ecfafd;}

.button-label-2586741800 {
  color: #2b2b2b;
  font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: all 0.2s;
}

.button-icon-2388614187 {
  align-self: center;
  display: inline-flex;
  fill: #2b2b2b;
  height: 16px;
  transform-box: fill-box;
  transition: all 0.2s;
  width: 16px;
}

.journal-content a {
  color: #00768a;
  text-decoration: none;
}

.live-area-wrapper:nth-child(2) .box {
  background-color: #fff;
}

/*===== Search page Settings =====*/
.search-page .sub-search__filtering .refinement-controls {
    display: none;
}

.search-page .sub-search__filtering h2 {
    font-size: 16px;
    font-size: 1.6rem;
    color: #3d3e43;
    font-family: "Bliss Bold","Gill Sans",Calibri,"Helvetica Neue",Arial,sans-serif;
}

.search-page .sub-search__filtering h2 {
    font-size: 22px;
    font-weight: normal;
    padding-left: 0;
    margin: 7px 0;
}

.search-page .sub-search__result-list .result-item {
    overflow: hidden;
    *zoom: 1;
    -moz-box-shadow: inset 0 -1px 0 0 #fff,inset 0 -18px 18px -18px #efefef;
    -webkit-box-shadow: inset 0 -1px 0 0 #fff,inset 0 -18px 18px -18px #efefef;
    box-shadow: inset 0 -1px 0 0 #fff,inset 0 -18px 18px -18px #efefef;
    border-bottom: 1px solid #d7d7d7;
    min-height: 140px;
    padding: 19px 0 38px;
    position: relative;
}

.search-page .sub-search__result-list .result-item {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 180px;
    padding: 20px 0;
}

.search-page .sub-search__result-list .result-item .result-type {
    font-size: 11px;
    font-size: 1.1rem;
    color: #777;
    display: block;
    margin-bottom: 7px;
}

.search-page .sub-search__result-list .result-item .result-type {
    color: #555;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
}

.search-page .sub-search__result-list .result-item h4, .search-page .sub-search__result-list .result-item .snippet {
    padding-right: 90px;
}

.search-page .sub-search__result-list .result-item .contributors, .search-page .sub-search__result-list .result-item .snippet {
    font-size: 12px;
    font-size: 1.3rem;
    font-family: Verdana,Arial,sans-serif;
    line-height: 1.2;
}

.search-page .sub-search__result-list .result-item h4 {
    font-size: 20px;
    font-size: 2rem;
    color: #f5b87f;
    font-family: "Bliss Bold","Gill Sans",Calibri,"Helvetica Neue",Arial,sans-serif;
    margin: 4px 0 14px;
}

.search-page .sub-search__result-list .result-item h4 {
    font-size: 22px;
    font-size: 2.2rem;
    font-family: "Bliss Bold","Gill Sans",Calibri,"Helvetica Neue",Arial,sans-serif;
    font-weight: normal;
}

.search-page .sub-search__result-list .result-item h4 a {
    color: #d83b5b;
}

.search-page .sub-search__result-list .result-item .contributors {
    color: #2b2b2b;
    font-size: inherit;
    font-family: "Bliss Regular","Gill Sans",Calibri,"Helvetica Neue",Arial,sans-serif;
    font-size: 1.7rem;
}

.search-page .sub-search__result-list .result-item p.meta {
    margin-top: 3px;
    padding-right: 90px;
}

.search-page .sub-search__result-list .result-item .snippet {
    color: #555;
    margin-bottom: .7rem;
}

.search-page .sub-search__result-list .result-item .format {
    color: #777;
    line-height: 1.3;
    margin-top: 1.3em;
    padding-right: 90px;
    margin-bottom: inherit;
}

.search-page .sub-search__result-list .result-item .format {
    font-size: 12px;
    font-size: 1.3rem;
    line-height: 1.5;
    font-family: Verdana,Arial,sans-serif;
}

.search-page .sub-search__result-list .result-item .format span::after {
    color: #ddd;
    content: ' | ';
}

.search-page .sub-search__result-list .result-item .price-container {
    margin-top: .5em;
    min-height: 1rem;
    opacity: 1;
    transition: opacity .5s ease-in-out;
    margin-bottom: 0;
}

.search-page .sub-search__result-list .result-item .price-container {
    margin-top: .2em;
    min-height: 1rem;
    opacity: 1;
    transition: opacity .5s ease-in-out;
}

.search-page .sub-search__result-list .result-item .price-container .price {
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
}

.search-page .sub-search__result-list .result-item .price-container .price {
    font-size: 18px;
    font-size: 1.8rem;
    color: #2b2b2b;
    font-family: "Bliss Bold","Gill Sans",Calibri,"Helvetica Neue",Arial,sans-serif;
    font-weight: normal;
}

.content-item-list h2, .search-page .sub-search__result-list h2 {
    font-size: 20px;
    font-size: 2rem;
    margin: 4px 0 8px;
}

.cms-richtext p.intro--paragraph, .cms-common p.intro--paragraph {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

.insttruct {
  background-color: #fcfcfc;
  margin: 10px 0;
  border-radius: 0;
  padding: 13px;
}

.insttruct:hover {
  background-color: #f4f4f1;
  border-radius:  6px;
}

.insttruct-head h4:focus {
  display: none;
}

.insttruct li {
  font-size: 1.4rem;
}

.insttruct h4 {
  margin-bottom: 0;
}

.page-listing, .paging {
  margin: 15px 0;
  font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-size: 75%;
}

.page-listing .side-l, .page-listing .side-r {
  font-family: NexusSans;
  font-size: 1.7rem;
}

/* ===== Additing End ====== */

#rightSidebar {
 width:auto;
 float:right;
 margin-left:3%;
 font-size:.83em;
 line-height:1.5em;
 margin-top:0;
 padding-top: .5em;
 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
 font-family: var(--font-family-sans),var(--font-family-sans-fallback);
}

#rightSidebar.slide-right {
  width: 30%;
  display: -webkit-box;
}

.blockTitle,#sidebar .block h3 {
 font-size:17px;
 line-height:1.5em;
 display:block;
 padding:0;
 margin-bottom:.5em;
 font-weight:500;
 border-bottom:2px solid #ebebeb;
 font-family: "Europa",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
 padding-top: .5em;
 font-family: Source Sans Pro,Arial,Helvetica,Lucida Sans Unicode,Microsoft Sans Serif,Segoe UI Symbol,STIXGeneral,Cambria Math,Arial Unicode MS,sans-serif;
 padding-bottom: .5em;
}
.blockSubtitle {
 font-size:1.125em;
 line-height:1.33333em;
 display:block;
 border-bottom:1px double #D1D3D5;
 padding-bottom: .5em;
}
#sidebarFontSize {
 display:none
}

/* PERSON-TYPE ARTICLE STYLES
  ------------------------------------------------------------------------------*/
  .cms-person .person-type {
    margin-top: 1.1em;
  }
  .cms-person .overview {
    zoom: 1;
  }
  .cms-person .overview:before, .cms-person .overview:after {
    content: "";
    display: table;
  }
  .cms-person .overview:after {
    clear: both;
  }
  .cms-person .avatar {
    margin-top: 1em;
    float: left;
    max-width: 25%;
    margin-right: 7%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .cms-person .avatar {
    /* MQ: Tablet */
    margin-right: 7%;
  }
}
@media screen and (min-device-width: 320px) {
  .cms-person .description {
    float: left;
    width: 68%;
  }
  .cms-person .description p:first-of-type span:first-of-type {
    font-weight: bold;
  }
  .cms-person .cms-person-noimage .description {
    width: auto;
    float: none;
  }
  .cms-person address {
    margin-top: .6em;
  }
  .cms-person address p {
    margin: 0;
  }
  .cms-person .person-detail {
    margin-top: 2.15em;
  }
  .cms-person ol, .cms-person ul {
    margin-top: .6em;
  }

  .cms-person-list h2 {
    padding-right: 0;
  }
  .cms-person-list ul {
    list-style-type: none;
    padding: 0;
  }
  .cms-person-list li {
    zoom: 1;
  }
  .cms-person-list li:before, .cms-person-list li:after {
    content: "";
    display: table;
  }
  .cms-person-list li:after {
    clear: both;
  }
  .cms-person-list li + li {
    margin-top: 1.3em;
  }
  .cms-person-list .cms-person h3 {
    margin-top: .1em;
  }
  .cms-person-list .cms-person .avatar {
    margin-top: .5em;
  }
  .cms-person-list .cms-person .description--paragraph {
    margin-top: .7em;
  }

.cms-person .overview {

    zoom: 1;

}

.cms-person .overview::before, .cms-person .overview::after {

    content: "";
    display: table;

}

.cms-person .avatar {
    margin-top: .5em;
    float: left;
    max-width: 25%;
    margin-right: 7%;
}

.cms-person .avatar {
    margin-right: 7%;
    border: 1px solid #ccc;
}

.cms-person .description {
    /*! float: left; */
    /*! width: 75%; */
    /*! float: right; */
}

.cms-person .description p:first-of-type span:first-of-type {
    font-weight: bold;
    font-size: 1.69rem;
}

.cms-richtext p, .cms-richtext li, .cms-richtext td, .cms-common p, .cms-common li, .cms-common td {
    color: #555;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    word-break: break-word;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

.journal-content .editor-bio, 
.journal-content .editor-person {
    font-size: 1.4rem;
    line-height: 22px;
    font-weight: 400;
    font-family: Verdana, sans-serif;
    font-size: 14px;
    margin-bottom: .7em;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 1.5rem;
    font-size: initial; 
    } 

.cms-common ul {
  padding-left: 17px;  
}

.cms-common li {
  list-style-type: disc;  
  padding-left: 7px;
  font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
  margin-top: 0;
}
  
.heading-bio::before, .heading-bio::after {
    content: "";
    display: table;
}

#sidebarRTAuthorBios .authorBio {
 padding:0em 0;
 border-bottom:1px solid #D1D3D5
}

.authorBio p {
 padding:0 0 .25em 0
}

#profile-image {
    float: left;
    padding-right: 1.2em;
    padding-bottom: 1.2em;
}

#tocCoverImage img {
 display:none
}

  .details {
    /*! border-bottom:1px solid #D1D3D5; */
    padding-bottom: 10px;
  }
  
.details td {
 /*! margin-bottom:1.5em; */
}
}

.details .posted {
  padding-bottom: 1em;
  padding-top: 1em;
}

.details .more {
  vertical-align: middle;
}

#pageFooter {
 border-top-style:solid;
 font-family: NexusSans,Georgia,Times New Roman,Times,STIXGeneral,Cambria Math,Lucida Sans Unicode,Microsoft Sans Serif,Segoe UI Symbol,Arial Unicode MS,serif !important;
 background: #222;
}
#pageFooter a:hover {
 text-decoration: underline dotted; 
}
#pageFooter a:link, #pageFooter a:visited, #pageFooter a:hover {
  color: inherit;
}
.srm-footer-links {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column;
 -webkit-box-align:start;
 -ms-flex-align:start;
 align-items:flex-start;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap
}
@media only screen and (min-width:36em) {
 .srm-footer-links {
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-direction:row;
  flex-direction:row
 }
}
.srm-footer {
 border-top:.1rem solid #e9711c;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column;
 -ms-flex-negative:0;
 flex-shrink:0
}
@media only screen and (min-width:48em) {
 .srm-footer {
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-direction:row;
  flex-direction:row
 }
}
.srm-footer-content {
 -webkit-box-flex:1;
 -ms-flex:auto;
 flex:auto
}
@media print {
 .srm-footer {
  border-top:.1rem solid #dcdcdc;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-direction:row;
  flex-direction:row;
  page-break-before:avoid;
  -webkit-column-break-before:avoid;
  break-before:avoid-page;
  page-break-inside:avoid;
  break-inside:avoid-page
 }
 .srm-footer-content>p {
  font-size:8pt;
  line-height:1.5
 }
}

#pageFooter #social {
 font-size:2.25em;
 line-height:1.33333em;
 display:inline-block;
 line-height:1em
}
#pageFooter #social ul {
 margin:0;
 padding:0;
 border:0;
 overflow:hidden;
 *zoom:1
}
#pageFooter #social li {
 padding:0;
 list-style-image:none;
 list-style-type:none;
 margin-left:0;
 white-space:nowrap;
 float:left;
 padding-left:4px;
 padding-right:4px
}
#pageFooter #social li:first-child {
 padding-left:0
}
#pageFooter #social li:last-child {
 padding-right:0
}
#pageFooter #social li.last {
 padding-right:0
}
#pageFooter #social li i {
 padding-right:5px
}
#standardFooter {
 line-height:1rem;
 color: #f2f2f2;
}
#standardFooter img {
  /*! height: 100%; */
  width: auto;
  margin-top: 0;
}
#standardFooter a img {
 max-width:350px;
 align-content:right
}
#standardFooter p, #standardFooter a {
  font-size: 14px;
  font-size: 1.4rem;
  color: inherit;
  font-family: inherit;
}
#results table {
 margin-top:1.5em;
 padding-top:0em;
 padding-bottom:0em;
 margin-bottom:1.5em
}
#results .tocArticle {
  margin-top: 0;
  margin-bottom: .1em;
}
#results table thead th,#results table thead tr.heading {
 border-bottom:1px solid #87908F
}
#results table tfoot th,#results table tfoot tr.heading,#results table tfoot td {
 border-top:1px solid #87908F
}
#results table th:first-child,#results table tr.heading:first-child {
 border-right:1px solid #87908F
}
#results table th:first-child,#results table tr.heading:first-child {
 border-right:none
}
#results table tr:nth-child(odd) {
 /*! border-bottom:1px solid #D1D3D5; */
}
#colspan-anchor table, #colspan-anchor tbody {
  margin: 0;
  background-image: -moz-linear-gradient(top,#f8f8f8,#e5e5e5);
}
#colspan-anchor td {
  font-family: Arial;
  font-size: 13px;
  padding: 10px 12px;
}

#colspan-anchor .anchor {
  padding: 7px;
}

#colspan-anchor {
  background: #e5e5e5 url(../images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
  background-image: url("../images/grdnt_grey_f8f8f8_e5e5e5.gif");
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#e5e5e5));
  background-image: -webkit-linear-gradient(top,#f8f8f8,#e5e5e5);
  background-image: -moz-linear-gradient(top,#f8f8f8,#e5e5e5);
  background-image: -ms-linear-gradient(top,#f8f8f8,#e5e5e5);
  background-image: -o-linear-gradient(top,#f8f8f8,#e5e5e5);
  background-image: linear-gradient(top,#f8f8f8,#e5e5e5);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 0 #FFF;
  -moz-box-shadow: inset 0 1px 0 #FFF;
  box-shadow: inset 0 1px 0 #FFF;
  border: 1px solid #dcdcdc;
  line-height: 1.8;
  position: relative;
  z-index: 5;
  min-height: 24px;
}
#issues .list {
 padding:0;
 /*! border-bottom: 1px solid #f2f2f2; */
 margin-bottom: .7em;
}
#issues .list .issueCoverImage {
 display:inline-block;
 max-width:17%;
 float: right;
 padding-bottom: 0;
 margin-left: 1em;
 height: auto;
 /*! border: 1px solid #ccc; */
 border-radius: 7px;
 /*! margin-right: 1em; */
 /*! display: none; */
}
#issues .list .issueCoverImage img {
 width:100%;
 /*! height: auto; */
 /*! border: 1px solid #ccc; */
 /*! border-radius: 7px; */
 padding: 1em;
}
#issues .list .issueDescriptionImage {
 padding:.5em;
 vertical-align:top;
 display:inline-block;
 max-width:69%
}
#issues .list h4:before {
 content:initial
}
a.file {
 background-color:transparent;
 padding:0em;
 fill:12em
}
.ul-article--value {
  padding: 0 4.7% .7% 0;
}
.tocArticleGalleysPages, .tocGalleys, .tocPages {
 display:unset;
 vertical-align:bottom
}
.Authors, .tocAuthors, .tocAuthors a {
  color: initial;
  font-weight:400;
  font-size:16px;
  line-height:1.3;
  /*! font-family: var(--font-family-sans),var(--font-family-sans-fallback); */
  font-size: 1.6rem;
  padding: .25em 0;
  color: #666;
}
.tocAuthors, .tocAuthors a {
  font-size: inherit;
  font-family: "Bliss Regular","Gill Sans",Calibri,"Helvetica Neue",Arial,sans-serif;
  font-size: 1.6rem;
}

.authors-issue .authorName, .tocAuthors .authorName {
  color: #666;
}

#value {
  padding: 0 0 .27em;
  font-size: .95rem;
}
.infoPubJournal, .info--DOI, .infoPubDate {
  font-family: NexusSans,NexusSerif,Lora,Source Serif Pro,Georgia,Times,Times Roman,Palatino,sans-serif;
  font-size: 1.6rem;
  /*! margin: .17em 0; */
  color: inherit;
}

.info--DOI {
  font-family: inherit;
  font-size: 1.4rem;
}

.info--article .infoPubJournal a {
  color: inherit;
}

.ul-journalName {
  font-family: Source Serif Pro,Georgia,Times,Times Roman,Palatino,serif;
  font-size: .95em;
  /*! padding: .17em 0 .47em; */
  font-family: Source Sans Pro,Arial,sans-serif;
}
.hide {
  display: none;
}
.fileDOI {
  font-size: inherit;
}
.fileDOI, .tocPages {
  font-family: inherit;
  color: #666;
}
.ArtType {
  background-color: #ee6911;
  padding: 0 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  line-height: 1.45;
}
.tocPages, .ArtType {
  float: right;
  font-family: Arial,sans-serif;
}
.tocPages {
  font-size: 87%;
  /*! margin-top: .27rem; */
}
.tocPages.page-issue {
  margin-top: .27rem
}
.tocCoverImage a.file {
 padding:0;
 border:none
}
.altmetric-embed {
 display:inline-block;
 padding-top:.6em;
 padding-bottom:0em;
}
.right {
 float:right
}
#journalLogo {
 /*float:left;*/
 min-width:60px;
 vertical-align:top
}
#journalLogo img {
 width:80px;
 height:100px
}
#TitlesJournal {
 padding:0;
 margin-bottom:0;
 margin-top:0
}
#JournalName {
 line-height:30px;
 font-size:1.29rem;
 text-align:center;
 font-family:Arial,Helvetica,Lucida Sans Unicode,Microsoft Sans Serif,Segoe UI Symbol,STIXGeneral,Cambria Math,Arial Unicode MS,sans-serif;
 font-weight:400;
 /*padding:0 2px;*/
 vertical-align:middle
}
#JournalName a {
 color:#505050
}
#InfoVolIssue {
 text-align:center;
 font-size:.9rem;
 vertical-align:middle;
 margin:0 8px
}
#articleCoverImage {
 max-width:110%;
 float:right;
 vertical-align:top
}
#articleCoverImage img {
 height:100px;
 width:110%
}
#articleType {
 color:#e9711c;
 font-family:"Europa",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
 font-size: .9rem;
}
#articleTypeTop {
 border-bottom:1px solid #ccc
}
#articleTitle {
 float:left;
 width:100%;
 line-height:28px;
 font-family:Roboto,sans-serif;
 font-weight:700;
 font-family:"Europa",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
 margin-bottom:-.07em;
 margin-top: .7em;
}
#articleTitle h3 {
 background-color:initial;
 margin-top:0;
 font-family:"Europa",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
 font-size:23px;
 color:#505050;
 font-weight:700;
 line-height:28px;
 font-family:Roboto,sans-serif
}
#author {
 font-weight:700;
 font-size:13px;
 color:#737373;
 line-height: 110%;
}
#icon,.icon-person {
 height:9px;
 width:10px;
 /*! fill:currentColor */
}
.author-group .icon {
 height:12px;
 width:12px;
 fill:#505050
}
#affiliation {
 font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
 font-size:1em;
 font-weight:400;
 line-height:1.5em;
 margin-top:0;
}
#affiliationid {
 font-weight:400;
 line-height:1.5em;
 margin-top:1.5em;
 margin-bottom:1.5em;
 color:#737373;
 font-family:Arial,Helvetica,Lucida Sans Unicode,Microsoft Sans Serif,Segoe UI Symbol,STIXGeneral,Cambria Math,Arial Unicode MS,sans-serif
}
#affiliationid dt {
 clear:left;
 float:left;
 width:2.3em;
 text-align:right
}
#affiliationid dd {
 margin-left:3em
}
#ContextInformationJournalTitles {
 font-size:.85rem;
 font-family:"Europa",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif
}
#TitlesJournal {
 font-size:.8rem
}
#DOI {
 font-size:.85em;
 font-weight:400;
 color:#333;
 font-family:Roboto,sans-serif;
 font-family:Europa,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif
}
.pubDOI,#DOI li {
 color:#505050;
 font-size:1.4rem;
 font-family:'NexusSans',Arial,Helvetica,Lucida Sans Unicode,Microsoft Sans Serif,Segoe UI Symbol,STIXGeneral,Cambria Math,Arial Unicode MS,sans-serif;
}
.pubDOI li a {
  color: #0067c5;
  text-decoration: underline;
}
.pubDOI:hover,.pubDOI:focus {
 text-decoration:none;
 color: #505050;
}
.pubDOI:visited {
 color:#0067c5;
 text-decoration:none
}
.pubDOI:focus {
 color:#e9711c
}
.pubDOI:hover {
 color: currentColor;
}
.pubDOI:active {
 color:#505050
}

.li-list {
  margin: .27em 0;
}

.doi-issue a:hover {
  color: #d83b5b;
  text-decoration: none;
}

#articleMetric,#articleInfo,#articleLicense {
 font-size:.845rem;
 font-family:Roboto,sans-serif;
 font-family:"Europa",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
 color:#333;
 line-height:140%;
}
#articleMetric .articleInfo {
  padding: 0 0 1em;
}
.article #content {
 margin-top:.5em;
 padding-bottom:0em;
 margin-bottom:inherit;
 font-size:medium
}
.article #main h3 {
 background-color:initial;
 padding-left:0;
 padding-bottom:.7em;
 font-weight:700;
 font-family:Arial,Helvetica,Lucida Sans Unicode,Microsoft Sans Serif,Segoe UI Symbol,STIXGeneral,Cambria Math,Arial Unicode MS,sans-serif
}
.list {
 /*border-bottom:1px solid #D1D3D5;*/
 padding-top:.27em;
 padding-bottom:.27em;
}
.list li {
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 1.04rem;
}
.list h4:before {
 content:'\00BB';
 padding-right:5px
}
#issueCoverDescription, #issueDescription,
#issueCoverDescription p, #issueDescription p {
  font-family: NexusSans,Source Sans Pro,NexusSans,Georgia,serif;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: .5em;
}

.issue-content {
  /*margin-top: -2em !important;*/
}

.issueContents {
  font-size: 1.2em;
  font-family: "Europa",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
}

h3.issue, h3.articleAuthor {
 background:none;
 padding-left:0;
 margin-top:.5em;
 font-weight:500;
 font-size:1.7em;
 padding-top: 0;
 font-family: NexusSerif,Georgia,serif;
 box-shadow: inset 0 -1px 0 0 #FFF,inset 0 -18px 18px -18px #efefef;
 /*! border-bottom: 1px solid #D7D6D6; */
 padding-bottom: .21em;
 font-size: 2.17rem;
 border-top: none;
}

.journal-content h3.issues {
  margin-top: 0;
  padding-top: .7em;
}

h3.articleAuthor {
  font-size: 2.17rem;
  padding-top: 1em;
  margin-bottom: 0;
}

#accessKey {
  font-family: NexusSans,josefin-sans, Josefin Slab, sans-serif; 
  padding-top: .89em;
  font-size: 1.357rem;
  font-weight: 400;
  line-height: 1.333;
}
#pdfDownloadLinkContainer {
 padding-bottom:.5em;
}
#pdfObject,#pdfCanvasContainer iframe {
 width:100%;
 min-height:700px!important
}
.articleContent a {
  font-size: 14px;
  font-size: inherit;
}
.sectionBlock {
 margin-top:1.5em;
 padding-top:0em;
 padding-bottom:0em;
 margin-bottom:1.5em
}
#selectSections select {
 width:50%
}
table.alt-color tbody tr:nth-child(even) {
 background-color:#f2f2f2;
}
table.alt-color-odd tbody tr:nth-child(odd) {
 background-color:#e6e7e8
}
table.info {
 margin-top:1.5em;
 padding-top:0em;
 padding-bottom:0em;
 margin-bottom:1.5em
}
table.info th,table.info tr.heading {
 text-align:center;
 font-weight:700;
}
table.info td,table.info th,table.info tr.heading {
 padding:4px 2px;
 font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
 font-weight: 500;
}
table.info td.numeric,table.info th.numeric,table.info tr.numeric.heading {
 text-align:right
}
.tableHeading {
  background: #f2f2f2;
  border-top: 2px solid #D1D3D5;
}
table.info .tableHeading {
 font-family:Lato;
 font-size:1.125em;
 line-height:1.33333em;
 /*background-color:transparent*/
}
table.info a {
 display:contents;
 font-size: initial;
}
table.info tr {
 border-bottom:1px solid #D1D3D5;
}
table.info tr:last-child {
 border-bottom:none
}
table.info td:first-child {
 text-align:left
}
table.info td {
 text-align:center
}
table.listing .heading a,#setup .pkp_controllers_grid table.listing th a,#setup .pkp_controllers_grid table.listing tr.heading a {
 color:#000
}
table.listing tr {
 border-bottom:1px solid #D1D3D5;
}
table.listing tr:last-child {
 border-bottom:none
}
table.listing td {
 text-align:left;
 font-family: NexusSans;
 font-size: .94em;
 font-family: Verdana,sans-serif;
 font-size: 1.4rem;
}
#sections .listing tr td {
  padding: .25em 0;
}
#reviewForms .data td:last-child {
  text-align: center;
}
#reviewForms .data td .action {
  margin-right: .69em;
}
.actionRole {
  float: right;
}
table.listing .heading td {
  padding: .41em 0;
}
table.settings {
 margin-top:1.5em;
 padding-top:0em;
 padding-bottom:0em;
 margin-bottom:1.5em;
 border:1px solid #D1D3D5
}
table.settings thead th,table.settings thead tr.heading {
 border-bottom:1px solid #D1D3D5
}
table.settings tfoot th,table.settings tfoot tr.heading,table.settings tfoot td {
 border-top:1px solid #D1D3D5
}
table.settings th:first-child,table.settings tr.heading:first-child {
 border-right:1px solid #D1D3D5
}
table.settings td.label {
 vertical-align:middle
}
table.checklist td {
 vertical-align:middle
}
table.email tr:nth-child(odd) {
 background-color:#e6e7e8
}
table.listing span.instruct {
 margin:0
}
table.nested {
 font-size:.95em;
 line-height:1.71429em;
 margin: 0;
}
table.single {
 border-top:2px solid #D1D3D5;
 border-bottom:2px solid #D1D3D5
}
#profile table tr {
 border-bottom:1px solid #D1D3D5
}
#systemConfiguration h4 {
 text-transform:capitalize;
 margin-top:1em;
 padding:.25em;
 background-color:#ececed
}
#systemConfiguration table tr {
 border-bottom:1px solid #D1D3D5
}
.highlightReviewerNotNotified,.highlightCopyediting {
 background-color:#c0dbf2;
}
.highlightReviewerNotNotified:before,.highlightCopyediting:before {
 content:"\00b9";
 padding:0 4px
}
.highlightNoDecision {
 background-color:#07355E;
 color:white
}
.highlightNoDecision:before {
 content:"\00b2";
 padding:0 4px
}
.highlightReviewerConfirmationOverdue {
 background-color:#FF6C3E
}
.highlightReviewerConfirmationOverdue:before {
 content:"\2020";
 padding:0 4px
}
.highlightRevisedCopyUploaded,.highlightLayoutEditing {
 background-color:#1EB568
}
.highlightRevisedCopyUploaded:before,.highlightLayoutEditing:before {
 content:"\2666";
 padding:0 4px
}
.highlightReviewerCompletionOverdue,.higlightProofreading {
 background-color:#063;
 color:white
}
.highlightReviewerCompletionOverdue:before,.higlightProofreading:before {
 content:"\25CA";
 padding:0 4px
}
.highlightCopyediting a,.highlightLayoutEditing a,.highlightNoDecision a,.highlightReviewerCompletionOverdue a,.highlightRevisedCopyUploaded a,.highlightReviewerConfirmationOverdue a,.highlightReviewerNotNotified a,.higlightProofreading a {
 background-color:initial;
 border-color:initial
}
#notes ul {
 padding:0
}
#notes ul li {
 padding:.5em;
 list-style-type:none;
 margin-left: 0;
}
span.instruct {
 display:block;
 margin:.5em 0;
 line-height: 1.4;
}
#assignBlocksToSidebars {
 border:1px solid #D1D3D5
}
#assignBlocksToSidebars .heading,#assignBlocksToSidebars #setup .pkp_controllers_grid table th,#setup .pkp_controllers_grid table #assignBlocksToSidebars th,#assignBlocksToSidebars #setup .pkp_controllers_grid table tr.heading,#setup .pkp_controllers_grid table #assignBlocksToSidebars tr.heading {
 text-align:center;
 border:1px solid #87908F
}
#assignBlocksToSidebars input {
 padding:4px 0;
 margin-top: 0;
}
#assignBlocksToSidebars td.centerButton {
 vertical-align:middle!important
}
#setup .options {
 margin-top:2em
}
#setup .pkp_controllers_grid table {
 margin-top:1.5em;
 padding-top:0em;
 padding-bottom:0em;
 margin-bottom:1.5em;
 border:1px solid #87908F
}
#setup .pkp_controllers_grid table th,#setup .pkp_controllers_grid table tr.heading,#setup .pkp_controllers_grid table td {
 border-right:1px solid #D1D3D5;
 border-bottom:1px solid #D1D3D5;
 border-left-width:0;
 border-top-width:0
}
#setup .pkp_controllers_grid table th:last-child,#setup .pkp_controllers_grid table tr.heading:last-child,#setup .pkp_controllers_grid table td:last-child {
 border-right-width:0
}
#setup .pkp_controllers_grid table th.last,#setup .pkp_controllers_grid table tr.last.heading,#setup .pkp_controllers_grid table td.last {
 border-right-width:0
}
#setup .pkp_controllers_grid table tbody tr:last-child th,#setup .pkp_controllers_grid table tbody tr:last-child tr.heading,#setup .pkp_controllers_grid table tbody tr:last-child td,#setup .pkp_controllers_grid table tfoot tr:last-child th,#setup .pkp_controllers_grid table tfoot tr:last-child tr.heading,#setup .pkp_controllers_grid table tfoot tr:last-child td {
 border-bottom-width:0
}
#setup .pkp_controllers_grid table tbody tr.last th,#setup .pkp_controllers_grid table tbody tr.last tr.heading,#setup .pkp_controllers_grid table tbody tr.last td,#setup .pkp_controllers_grid table tfoot tr.last th,#setup .pkp_controllers_grid table tfoot tr.last tr.heading,#setup .pkp_controllers_grid table tfoot tr.last td {
 border-bottom-width:0
}
#setup .pkp_controllers_grid table thead th,#setup .pkp_controllers_grid table thead tr.heading {
 border-bottom:1px solid #87908F
}
#setup .pkp_controllers_grid table tfoot th,#setup .pkp_controllers_grid table tfoot tr.heading,#setup .pkp_controllers_grid table tfoot td {
 border-top:1px solid #87908F
}
#setup .pkp_controllers_grid table th:first-child,#setup .pkp_controllers_grid table tr.heading:first-child {
 border-right:1px solid #87908F
}
td form {
 margin:0
}
.refbacks .menu {
 margin:1em 0
}
.endseparator {
 display:none
}
.composite-ui {
 font-size:.875em;
 line-height:1.71429em
}
.composite-ui div.pane div.help-message {
 margin:10px;
 padding:0
}
.composite-ui div.two-pane table.pane_header {
 margin-top:0
}
.composite-ui>.ui-tabs ul.main-tabs a {
 font-size:1.25em
}
.pkp_controllers_grid h3 {
 background-color:initial
}
.steplist {
 padding:0
}
.steplist li {
 list-style-type:none
}
.pseudoMenu .current,#sidebar .block .current,#sidebarUser .current {
 color:#0067c5;
 font-weight:400;
 fill-opacity:context-fill-opacity;
 font-size: 1.5rem;
}
#plugins a.action {
 display:inline-block;
 margin-top: .2691em;
}
#plugins a.action:before {
 content:initial
}
.pluginList ul {
 padding:0;
 margin:.5em 0
}
.pluginList ul li {
 list-style-type:none;
 padding:10px 0 5px 5px;
 border-bottom:1px solid #D1D3D5;
 margin-left: 0;
}
.pluginList ul li p:before {
 content:'\00BB';
 padding-right:5px
}
.popup #header {
 /*! margin:.5em 0; */
 min-height:initial;
 color:white;
 text-align:right;
 font-size:.875em;
 line-height:1.71429em
}
.popup #header #headerTitle {
 padding:0
}
.popup #body {
 width:100%;
 padding:2em;
 margin-top:0
}
.popup #main {
 width:100%
}
.popup #main h3 {
 background-color:initial;
 font-weight:400;
 padding:0;
 margin-bottom: 1em;
}
.popup table {
 margin-top:0
}
#articleComments table {
 border:1px solid #D1D3D5
}
#articleComments table thead th,#articleComments table thead tr.heading {
 border-bottom:1px solid #D1D3D5
}
#articleComments table tfoot th,#articleComments table tfoot tr.heading,#articleComments table tfoot td {
 border-top:1px solid #D1D3D5
}
#articleComments table th:first-child,#articleComments table tr.heading:first-child {
 border-right:1px solid #D1D3D5
}
#articleComments table th,#articleComments table tr.heading,#articleComments table td {
 border-right:1px solid #D1D3D5;
 border-bottom:1px solid #D1D3D5;
 border-left-width:0;
 border-top-width:0
}
#articleComments table th:last-child,#articleComments table tr.heading:last-child,#articleComments table td:last-child {
 border-right-width:0
}
#articleComments table th.last,#articleComments table tr.last.heading,#articleComments table td.last {
 border-right-width:0
}
#articleComments table tbody tr:last-child th,#articleComments table tbody tr:last-child tr.heading,#articleComments table tbody tr:last-child td,#articleComments table tfoot tr:last-child th,#articleComments table tfoot tr:last-child tr.heading,#articleComments table tfoot tr:last-child td {
 border-bottom-width:0
}
#articleComments table tbody tr.last th,#articleComments table tbody tr.last tr.heading,#articleComments table tbody tr.last td,#articleComments table tfoot tr.last th,#articleComments table tfoot tr.last tr.heading,#articleComments table tfoot tr.last td {
 border-bottom-width:0
}
#articleComments table .commentNote {
 font-weight:700
}
#articleComments table .comments {
 margin-top:1.5em;
 padding-top:0em;
 padding-bottom:0em;
 margin-bottom:1.5em
}
.commentTitle {
 font-family:Lato,Trabuchet,sans-serif;
 text-decoration:underline;
 font-size:1.0625em;
 line-height:1.41176em
}
.fancyList ul,#signinForm ul {
 padding:0;
 margin:.5em 0
}
.fancyList ul li,#signinForm ul li {
 list-style-type:none;
 padding:10px 0 5px 5px;
 /*! border-bottom:1px solid #D1D3D5 */
}
.fancyList ul li:before, #signinForm ul li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f054";
  margin-right: .4em;
  color: currentColor;
}
.ui-widget-content {
  /*! border: none; */
  list-style-type: none;
}
#interests .ui-widget-content.ui-autocomplete-input {
 /*! width:99%; */
 /*! margin-top: 10px; */
 margin-bottom: 0;
}
#interests {
  margin: 1.7em auto;
}
#interests .interests {
  /*! margin: 10px; */
  padding: 7px;
}
#interests .hidden {
  visibility: visible; 
  padding: 7px;
  display: inline flow-root list-item !important;
  margin-left: 0;
  margin-right: 10px;
}
.interests .tagit-new {
  margin-left: 0;
}
.tagit-close .ui-icon.ui-icon-close {
 display:none;
}
.tagit-close .text-icon {
  /*! display: none; */
  margin-left: 10px;
  border: 1px solid;
  vertical-align: middle;
}
.tagit-close .text-icon:hover {
  color: #d83b5b;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (max-width:1060px) {
 #fullNav {
  display:none
 }
 
 #mobileNav .navicon {
  display:none
 }
 #mobileNav a.navicon {
  display:inline-block;
  float:right;
  height:20px;
  width:24px;
  margin:5px;
  /*! border-top:12px double #FFF; */
  /*! border-bottom:4px solid #FFF; */
  font-size:0;
  text-align:right;
  margin-right:2%;
  margin-top:1.1%
 }
 #mobileNav .menu {
  /*! display:none; */
  float:right;
  margin-left:0;
  margin-right:0;
  text-align:left;
  min-width:100%
 }
 #journalLogo {
 float:left;
 min-width:60px;
 vertical-align:top
 }
 #articleCoverImage {
  display:block;
  min-width:60px;
  float:right
 }
 #articleCoverImage img {
  width:70px;
  height:100px
 }
 #main {
  width:70%;
  float:left;
  margin-right:3%;
  margin-left:0%;
  box-sizing:inherit
 }
 #rightSidebar {
  width:27%;
  float:right;
  margin-right:0%;
  font-size:.8em;
  line-height:1.5em
 }
 #leftSidebar {
  display:none
 }
 #mobileNav .menu li {
  clear:both;
  display:block;
  width:100%;
  text-align:left;
  text-transform:none;
  letter-spacing:0em;
  margin:2px 0;
  padding:0 0 0 8px;
  font-family:var(--font-family-sans),var(--font-family-sans-fallback);
  font-weight:600
 }
 #mobileNav .menu li:last-child {
  border:none
 }
 #mobileNav .menu li a {
  display:block;
  color:white;
  font-family:"Asia",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif
 }
 #mobileNav .menu li a:visited {
  color:white
 }
 #mobileNav .menu li a:focus {
  color:#e9711c
 }
 #mobileNav .menu li a:hover {
  color:#e9711c
 }
 #mobileNav .menu li a:active {
  color:#266BA8
 }
 #mobileNav .menu li #searchbar {
  display:block;
  width:100%;
  float:left;
  text-align:center;
  font-family:"Europa",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif
 }
 #header h1,#header img {
  vertical-align:top;
  display:inline-block;
  margin-left:auto;
  margin:1.2%;
  margin-left:3%;
  font-weight:600;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  line-height:1.1727em;
  padding:.3em 0
 }
 #header {
  margin-top:0;
  font-family:"Europa",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif
 }
 #body {
  padding:0 3%;
  font-family:"Europa",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif
 }
 #main img {
  max-width:-moz-max-content;
  height:-moz-fit-content
 }
 #copyrightBadge img {
  max-width:30px;
  display:none
 }
}
@media screen and (max-width:800px) {
 #main {
  width:72%;
  float:left;
  margin-left:0;
  margin-right:0;
  padding-right:0
 }
 #main img {
  max-width:250px;
  height:auto
 }
 #copyrightBadge img {
  max-width:30px;
  display:none
 }
 #journalLogo img {
  max-width:-moz-fit-content
 }
 #articleCoverImage img {
  max-width:-moz-fit-content
 }
 #leftSidebar {
  display:none
 }
 #rightSidebar {
  width:25.5%;
  float:right;
  margin-left:2.5%;
  font-size:.8em;
  line-height:1.5em
 }
 #pdfObject,#pdfCanvasContainer iframe {
  min-height:400px!important
 }
 #standardFooter a img {
  max-width:800px
 }
 #issues .list .issueCoverImage,#issues .list .issueDescriptionImage {
  max-width:100%
 }
 #JournalName {
  line-height:30px;
  font-size:1.29rem;
  text-align:center;
  font-family:Arial,Helvetica,Lucida Sans Unicode,Microsoft Sans Serif,Segoe UI Symbol,STIXGeneral,Cambria Math,Arial Unicode MS,sans-serif;
  font-weight:400;
  margin:0 8px
 }
}
@media screen and (max-width:600px) {
 #main {
  width:100%;
  float:left;
  margin-left:0;
  margin-right:0;
  padding-right:0
 }
 #main img {
  max-width:250px;
  height:auto;
 }
 #journalLogo img {
 display: none
 }
 #articleCoverImage img {
  display: none   
 }
 #copyrightBadge img {
  max-width:30px;
  display:none
 }
 #sidebar {
  display:none
 }
 #pdfObject,#pdfCanvasContainer iframe {
  min-height:400px!important
 }
 #standardFooter a img {
  max-width:250px
 }
 #issues .list .issueCoverImage,#issues .list .issueDescriptionImage {
  max-width:100%
 }
}

/*===== Stipwunaraha Modern end here =====*/


