@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%;
}

/*
This font software is the property of JT Types Ltd.
You may not modify the font software, use it on another website, or install it on a computer.
Copyright (C) JT Types Ltd.
*/

@font-face {
  font-family: 'Bliss Regular';
  src: url('../fonts/BlissRegular.woff2') format('woff2'),
    url('../fonts/BlissRegular.woff') format('woff'),
    url('../fonts/BlissRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bliss Bold';
  src: url('../fonts/BlissBold.woff2') format('woff2'),
    url('../fonts/BlissBold.woff') format('woff'),
    url('../fonts/BlissBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Global
------------------------------------------------------------------------------*/

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

body {
  background: #FFF;
  color: #333333;
  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;
  }
}

/* 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: 2.6rem;
  margin: 7px 0 14px;
}

@media screen and (min-width: 600px) {
  h1 {
    /* MQ: Tablet */
    font-size: 3rem;
  }
}

h1 span {
  color: #999999;
}

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

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

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

sub {
  vertical-align: text-bottom;
}

sup {
  vertical-align: text-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: 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 {
  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: 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: 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: 3.2rem;
}

h2 {
  font-size: 2.8rem;
}

h3 {
  font-size: 2.2rem;
}

h4 {
  font-size: 2.2rem;
}

h5 {
  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: 1.3rem;
  padding: 10px 10px 11px;
}

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

@font-face {
  font-family: "sn_pm_icons";
  src: url('/spcom/css/fonts/sn_pm_icons.eot?1527153553');
  src: url('/spcom/css/fonts/sn_pm_icons.eot?&1527153553#iefix') format('embedded-opentype'), url('/spcom/css/fonts/sn_pm_icons.woff?1527153553') format('woff'), url('/spcom/css/fonts/sn_pm_icons.svg?1527153553') format('svg'), url('/spcom/css/fonts/sn_pm_icons.ttf?1527153553') format('truetype');
  font-weight: 400;
}

@media screen and (min-device-width: 320px) {

  /* MQ: Smartphone */
  /* Default page layout
  ------------------------------------------------------------------------------*/
  #wrapper, .page-wrapper {
    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 {
    transition: padding 0.25s ease-in-out;
    zoom: 1;
    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 {
    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: linear-gradient(#f8f8f8, #e3e3e3);
    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;
    overflow: hidden;
    text-align: left;
    text-indent: -9999em;
    text-transform: capitalize;
    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;
    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;
    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: linear-gradient(#e3e3e3, #ddd);
    box-shadow: 0 -1px 0 #d0d0d0;
    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 */
    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 {
    -webkit-filter: none;
    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: linear-gradient(#4F5056, #3D3E42);
    box-shadow: inset 0 -6px 5px #333333;
    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 */
    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 {
    -webkit-filter: none;
    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 {
    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) and (min-width: 600px) {
  .layout-2 .col-aside {
    /* MQ: Tablet */
    width: 23.4042553191%;
    /* Math: 220 / 940 */
  }
}

@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .layout-2 .col-main {
    /* MQ: Tablet */
    float: right;
    width: 74.4680851064%;
    /* Math: 700 / 940 */
  }
}

@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: linear-gradient(#f4f4f4, #ddd);
    box-shadow: 0 -1px 0 0 #ddd;
    color: #666666;
    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 {
    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: 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 {
    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: 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: linear-gradient(#f4f4f4, #ddd);
    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;
    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;
    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: 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: linear-gradient(#f8f8f8, #e3e3e3);
    font-size: 1.2rem;
    font-weight: bold;
    margin: -8px -7px 8px -7px;
    padding: 6px 7px;
  }

  .box-primary {
    background-color: #008ca4;
    background-image: linear-gradient(#008ca4, #008ca4);
    border: 1px solid #008ca4;
    border-radius: 3px;
    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;
    box-shadow: inset 0 1px 0 0 #008ca4;
  }

  .box-secondary {
    border: 1px solid #D7D6D6;
    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: linear-gradient(#f8f8f8, #e3e3e3);
    box-shadow: inset 0 1px 0 0 #ffffff;
  }

  .box-secondary .box-section {
    border-top: 1px solid #D7D6D6;
    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: 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;
    box-shadow: none;
  }

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

  .box-secondary {
    background-color: #f8f8f8;
    background-image: none;
    border: none;
    border-radius: 0;
    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: 2.6rem;
    line-height: 1.2;
    margin: 0 0 25px;
  }

  /* alternative box */
  .box-alt .box-header {
    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: linear-gradient(#f8f8f8, #e3e3e3);
    border-radius: 3px;
    box-shadow: inset 0 1px 0 #FFF;
    border: 1px solid #bcbcbc;
    color: #666666;
    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 {
    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: linear-gradient(#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: linear-gradient(#008ca4, #00768a);
    border-color: #00768a;
    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: linear-gradient(#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;
    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: linear-gradient(#EA0707, #C50606);
    border-color: #cc0000;
    box-shadow: inset 0 1px 0 rgba(241, 94, 94, 0.58);
    color: #FFF;
    text-shadow: 1px 1px 0 #A40505;
  }

  .btn-red:active {
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.35);
  }

  /* monster */
  .btn-monster {
    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;
    border-radius: 0;
    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 {
    border-radius: 0;
    box-shadow: none;
    background-image: none;
    background-color: #e3e3e3;
    border: none;
    color: #333333;
    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 {
    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: 1px;
  }

  .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: 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;
    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: linear-gradient(#f8f8f8, #e3e3e3);
    border-bottom: 1px solid #ddd;
    box-shadow: inset 0 1px 0 0 #FFF;
    padding: 6px 10px;
    position: relative;
  }

  .facet-header h3 {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0;
  }

  .facet-header .all {
    color: #333333;
    font-size: 1rem;
    line-height: 1.2;
    position: absolute;
    right: 10px;
    top: 7px;
  }

  /* list */
  .facet ol li {
    border-top: 1px solid #E9E9E9;
    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: linear-gradient(#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: 1.6rem;
  }

  .facet-expanded .facet-header .btn {
    position: absolute;
    right: 8px;
    top: 5px;
  }

  .facet-expanded .functions-bar {
    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: 1.3rem;
  }

  .facet-expanded .facet-title {
    padding: 5px 18px;
  }

  /* expanded facet in the lightbox */
  #cboxLoadedContent .facet-expanded {
    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 {
    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: 1.3rem;
  }

  /* Graphing module for date published
  ------------------------------------------------------------------------------*/
  .publication-date-range {
    background: #e3e3e3 url(../images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: linear-gradient(#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: 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: linear-gradient(#f8f8f8, #e3e3e3);
    border: 1px solid #D7D6D6;
    border-radius: 2px;
    box-shadow: inset 0 1px 0 0 #FFF;
    margin-top: 14px;
    padding: 14px;
    position: relative;
  }

  .filtered-message p {
    font-size: 1.6rem;
    line-height: 1.1;
  }

  /* Bars (on the homepage)
  ------------------------------------------------------------------------------*/
  .bars li {
    border-top: 1px solid #FFF;
    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: linear-gradient(#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: 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: linear-gradient(#FFFFFF, #F3F3F3);
    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: linear-gradient(#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: 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 {
    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: 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: 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: 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;
    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: 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: 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;
    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;
    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;
    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: 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: 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: 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;
    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: 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: 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: 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;
    box-shadow: none;
  }

  .js-validation label.error span {
    background: #FFF url(../images/cross_error.png) no-repeat 6px center;
    border: 1px solid #cc0000;
    border-radius: 4px;
    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;
    border-radius: 8px;
    height: 10px;
    position: absolute;
    width: 76px;
  }

  .progress-bar span {
    border-radius: 8px;
    display: block;
    height: 10px;
    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: linear-gradient(#c40606, #ff7575);
  }

  .weak span {
    background-color: #ffe282;
    background-image: linear-gradient(#ffcc00, #ffe282);
  }

  .good span {
    background-color: #57c840;
    background-image: linear-gradient(#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;
    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: 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: linear-gradient(#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: linear-gradient(#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 {
    box-sizing: border-box;
    display: block;
    margin: 4px 0;
    width: 100%;
  }

  .form-field.inline-field input {
    box-sizing: content-box;
    width: auto;
    margin: 2px;
    display: inline-block;
  }

  .form-field.inline-field select {
    box-sizing: content-box;
    width: auto;
    display: inline-block;
  }

  .form-field label, .form-row label {
    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: 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: 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: 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;
    border-radius: 2px;
    color: #71ab0b;
    display: block;
    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: 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 {
    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: 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: 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;
    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;
    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: linear-gradient(#d83b5b, #cc3862);
    border: 1px solid #cc3862;
    border-radius: 0 0 0 10px;
    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;
    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;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.11);
    height: 36px;
    width: 100%;
    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;
    box-shadow: 0 0 3px #00768a;
    outline: none;
  }

  .big-search .text {
    background-color: transparent;
    border: 0;
    border-radius: 2px;
    font-size: 1.6rem;
    font-weight: 200;
    height: 34px;
    letter-spacing: 0.02em;
    padding: 5px 0 2px 9px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: none;
  }

  .big-search .text:focus {
    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: 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: 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;
    border-radius: 3px 3px 0 0;
    box-shadow: inset 1px -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    color: #666666;
    font-size: 1.6rem;
    padding: 20px 2.71739130435%;
    text-align: left;
  }

  .default-table caption span {
    color: #999999;
    display: block;
    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: linear-gradient(#f8f8f8, #e3e3e3);
    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: 1.3rem;
  }

  .default-table tfoot td {
    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: linear-gradient(#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 {
    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: linear-gradient(#F8F8F8, #E5E5E5);
    border-radius: 2px;
    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: 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: 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: 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: 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%;
    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;
    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;
  }

  .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: 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: 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: 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;
  }
}

@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;
    border-radius: 4px;
    box-shadow: 3px 3px 5px -3px #cccccc;
    color: black;
    display: block;
    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: 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: 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;
    position: absolute;
    /* 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: 1.3rem;
    float: none;
  }
}

@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: 1.5rem;
    line-height: 1.2;
    color: #ffffff;
    display: block;
    white-space: nowrap;
  }
}

@media screen and (min-device-width: 320px) and (min-width: 600px) {
  nav>ul>li a {
    /* MQ: Tablet */
    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: 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: 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;
    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;
    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: 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;
    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;
    border-radius: 0;
  }

  .legacy .q:focus {
    outline: none;
    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 {
    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: 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 {
    box-shadow: none;
  }
}

@media screen and (min-device-width: 320px) {

  /* MQ: Smartphone */
  /* COMMON STYLES FOR COREMEDIA CONTENT: forked from .formatted
  ------------------------------------------------------------------------------*/
  h1:first-child {
    margin-top: .4em;
  }

  /* paragraphs */
  p {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  div {
    line-height: 1.5;
  }

  p+p {
    margin-top: .5em;
  }

  .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: 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%;
    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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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 */
    padding-top: 126px;
  }
}

@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: 2.6rem;
    margin: 7px 0 14px;
  }
}

@media screen and (min-device-width: 320px) and (min-width: 600px) {
  #header h1 {
    /* MQ: Tablet */
    font-size: 3rem;
  }
}

@media screen and (min-device-width: 320px) {
  #header h1 span {
    color: #999999;
  }

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

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

  #header sub, #header sup {
    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: 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;
    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 {
    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;
    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;
    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: linear-gradient(#e3e3e3, #ddd);
    box-shadow: 0 -1px 0 #d0d0d0;
    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 */
    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 {
    -webkit-filter: none;
    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 {
    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 */
    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 */
    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 {
  box-sizing: border-box;
}

body .row *, body .row *:before, body .row *:after {
  box-sizing: inherit;
}

body #wrapper, body .page-wrapper {
  box-shadow: none;
}

body #wrapper #content, body .page-wrapper #content {
  box-shadow: none;
}

body #header {
  background-color: #fefefe;
  background-image: linear-gradient(#FFF, #f0f0f0);
  box-shadow: none;
  border-top: 7px solid #d83b5b;
  padding-top: 1em;
  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 {
  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: 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: 1.3rem;
  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: 1.3rem;
}

body #header form.site-search input.search-query:-moz-placeholder {
  color: #555;
  font-size: 1.3rem;
}

body #header form.site-search input.search-query::-moz-placeholder {
  color: #555;
  font-size: 1.3rem;
}

body #header form.site-search input.search-query:-ms-input-placeholder {
  color: #555;
  font-size: 1.3rem;
}

body #header form.site-search input.search-query:focus {
  background-color: #fff;
  border-color: #d7d7d7;
  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: 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: 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;
  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: 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 */
    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;
  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: 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;
  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: 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: 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: 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: 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: 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: 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: 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 {
    border-radius: 2px;
    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: 1.4rem;
  }

  .products .product-information .impact-factor span {
    color: #999;
    display: inline-block;
    font-size: 1.2rem;
    margin-left: .4em;
  }

  .products h3 {
    font-size: 1.4rem;
  }

  .products p {
    margin-bottom: .5em;
  }

  .products .price {
    font-size: 2rem;
    font-weight: bold;
  }

  .products .unreduced-price {
    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: 1.3rem;
  }

  /* DISCIPLINES
  -----------------------------------------------------*/
  .shop-disciplines a {
    font-size: 1.6rem;
  }
}

@media screen and (min-device-width: 320px) and (min-width: 600px) {
  .shop-disciplines a {
    /* MQ: Tablet */
    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: 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: linear-gradient(#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;
    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: 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: 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: 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: 1.2rem;
    margin-bottom: .95em;
  }

  .tree-nav h2 {
    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: 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: 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: 1.3rem;
    padding: 6px 5px 7px 0;
  }
}

.cms-widget-subscription {
  margin-bottom: 40px;
}

.cms-widget-subscription .form-section {
  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: 2rem;
  }

  .cms-teaser-sidebar .link-image {
    position: relative;
  }

  .cms-teaser-sidebar img {
    width: 100%;
  }

  .cms-teaser-sidebar p {
    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;
    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: 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: 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: 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: 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: linear-gradient(#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: 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: 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: 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: 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: 1.1rem;
  color: #d83b5b;
  display: block;
}

.bookmetrix__link__count {
  font-size: 1.4rem;
  color: #444;
  display: block;
}

.bookmetrix__meta a {
  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: 2.2rem;
    font-weight: bold;
    bottom: 25%;
  }

  .hp-container .hp-teaser div {
    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: 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: 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: 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: 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: 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: 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;
  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;
  box-shadow: none;
  border: none;
  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: 2.2rem;
  line-height: 1.2em;
}

.cms-tracking .product-information p.subtitle {
  font-size: 1.2rem;
  color: #666666;
}

.cms-tracking .product-information p.authors {
  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;
  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: 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: 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: linear-gradient(#f48c29, #ea622d);
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  }

  .cms-campaign-blue {
    background-color: #0079c5;
    background-image: linear-gradient(#00a1e6, #0079c5);
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  }

  .cms-campaign-green {
    background-color: #09ad68;
    background-image: linear-gradient(#00bd73, #09ad68);
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  }

  .cms-campaign-pink {
    background-color: #ae3163;
    background-image: linear-gradient(#bc34c6, #ae3163);
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  }

  .cms-campaign-yellow {
    background-color: #fda205;
    background-image: linear-gradient(#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: 1.6rem;
    padding: 3px;
    max-width: 40%;
    margin: 0 .5em 1em 0;
  }

  .cms-career .cms-career-filter a {
    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: 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: linear-gradient(#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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 1.4rem;
    font-family: Verdana, sans-serif;
    color: #00768a;
  }

  .cms-collection-list .cms-download p {
    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: 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: 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: 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: 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: 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: 2.2rem;
    left: -1.1em;
    top: -.2em;
    color: #d83b5b;
  }

  .cms-quote .cms-quote-text p {
    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: 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: 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: 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: 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: 2.2rem;
    margin: 0 0 .6em;
  }

  .cms-bg-image-teaser div.cms-richtext p {
    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: linear-gradient(#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 {
  box-sizing: border-box;
}

body .row *, body .row *:before, body .row *:after {
  box-sizing: inherit;
}

body #wrapper, body .page-wrapper {
  box-shadow: none;
}

body #wrapper #content, body .page-wrapper #content {
  box-shadow: none;
}

body #header {
  background-color: #fefefe;
  background-image: linear-gradient(#FFF, #f0f0f0);
  box-shadow: none;
  border-top: 7px solid #d83b5b;
  padding-top: 1em;
  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 {
  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: 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: 1.3rem;
  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: 1.3rem;
}

body #header form.site-search input.search-query:-moz-placeholder {
  color: #555;
  font-size: 1.3rem;
}

body #header form.site-search input.search-query::-moz-placeholder {
  color: #555;
  font-size: 1.3rem;
}

body #header form.site-search input.search-query:-ms-input-placeholder {
  color: #555;
  font-size: 1.3rem;
}

body #header form.site-search input.search-query:focus {
  background-color: #fff;
  border-color: #d7d7d7;
  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: 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: 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;
  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: 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 */
    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;
  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: 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;
  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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 2em 0;
  }
}

#footer #footer-nav {
  display: block;
  margin-bottom: 0;
}

#footer #footer-nav:before {
  display: none;
}

#footer #footer-nav .about {
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 1em 1.5em;
  background: #666;
}

#footer #footer-nav .about h3 {
  display: inline-block;
  background: url("/spcom/sites/palgrave/images/palgrave_logo_light.png");
  background: url("/spcom/sites/palgrave/images/palgrave_logo_light.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 146px;
  height: 65px;
}

#footer #footer-nav .about a {
  color: white;
  text-decoration: underline;
}

#footer #footer-nav .about a:hover {
  text-decoration: none;
}

#footer #footer-nav h6 {
  font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.8rem;
}

#footer #footer-nav ul {
  font-family: Verdana, sans-serif;
  font-size: 1.2rem;
  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: 1.2rem;
}

.cms-widget-subscription {
  background-color: #f4f4f4;
  margin-bottom: 100px;
  padding: 1.2em 1.6em 1.4em;
}

.cms-widget-subscription h2 {
  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: 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: 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: 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;
    border-radius: 3px;
  }

  .trustpilot-overview a {
    color: #666666;
  }

  .trustpilot-overview .rating {
    color: #666666;
    font-size: 2.4rem;
  }

  .trustpilot-overview .max-rating {
    font-size: 1.1rem;
    margin-top: .3em;
  }

  .trustpilot-overview .total {
    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;
    s 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: 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: 1.2rem;
  }

  .products h3 a {
    color: #d83b5b;
  }

  .products .product-graphic img {
    border-radius: 0;
    box-shadow: none;
    border: none;
    max-width: 80px;
  }

  .products .product-information p {
    line-height: 1.2em;
    font-size: 1.2rem;
  }

  .products .price {
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    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: 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;
    -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: 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 {
    -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;
    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 {
    -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: linear-gradient(#f8f8f8, #e3e3e3);
    color: #000;
    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;
    border-radius: 4px;
    box-shadow: 0 1px 1px white;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-family: Verdana, sans-serif;
    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;
    -ms-user-select: none;
    user-select: none;
  }

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

  .link-button:active {
    background: #FFF;
    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;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    float: left;
    font-family: Verdana, sans-serif;
    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;
    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: linear-gradient(#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 {
    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: 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;
    -moz-column-count: 2;
    column-count: 2;
    -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;
  }
}

#print-header {
  display: none;
}

#header, .header-logo-and-links {
  min-height: 0 !important;
}

#header {
  padding: 0;
}

.header-logo-and-links {
  margin: 0 auto;
  max-width: 71.429em;
  padding: 1.5em 1em;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-links {
  list-style: none;
  text-align: right;
}

.header-links li {
  margin: 0.75rem 0;
}

#global-nav {
  padding-top: 0 !important;
}

.header-account-mobile {
  display: none;
  background-color: #555;
  padding: 1rem;
}

.header-account-mobile a {
  color: #fff;
}

@media (max-width: 599px) {
  .header-account-mobile {
    display: block;
  }

  .header-account-mobile a {
    margin-right: 1.5rem;
  }

  .account-link, .search-link {
    display: none;
  }
}

@media (min-width: 600px) {
  .account-link, .search-link {
    display: inline;
  }

  .account-link {
    padding-left: 1.5rem;
  }
}

@media (max-width: 320px) {
  .header-logo-and-links {
    display: block !important;
  }

  .header-links {
    text-align: left;
    margin-top: 1.5rem;
  }
}

#header .header-links li a {
  text-decoration: underline;
}

.search-link a, .account-link a {
  text-decoration: none !important;
}

.header-links a {
  color: #2b2b2b;
}

.header-links a:hover, .header-links a:focus {
  text-decoration: underline !important;
}
