@charset "UTF-8";
/* COLOUR
Standardized colour palette
*********************************************************************************************************/
/* TYPOGRAPHY
Standardized sizes and families
*********************************************************************************************************/
/* Subscript/Superscript */
/* To Be Defined */
/* To Be Defined */
/* To Be Defined */
/* To Be Defined */
/* Default Body Text Size */
/* To Be Defined */
/* To Be Defined */
/* To Be Defined */
/* To Be Defined */
/* To Be Defined */
/* To Be Defined */
/* To Be Defined */
/* To Be Defined */
/* To Be Defined */
/* To Be Defined */
/* To Be Defined */
/* To Be Defined */
/* To Be Defined */
/* To Be Defined */
/* Z-INDEX
Standarised z-index levels (excluding look-inside)
*********************************************************************************************************/
/* TEXTURE
border-radii (gradients, shadows, etc. could potentially go here)
*********************************************************************************************************/
/* LOGO DEFAULTS
* 
* Default behaviour is to have an extension next to the logo but no qualifier (SpringerLink style).
*
* Logo with EXTENSION looks like: SPRINGERLink
* Logo with QUALIFIER looks like: SPRINGER    For Research&Development
* 
*********************************************************************************************************/
/*
* FOUNDATION DEFAULTS
---------------------*/
/* 
* 
* - added sgw to _sprites.scss and added "sprites/" to path
*
* - added sprites to other sites sprite-folders:
*   download-primary.png
*   person-act.png
*   person.png
*   company-act.png
*   company.png
*   payment-invoice-big.png
*   payment-paypal-big.png
*   payment-amex-big.png
*   payment-mastercard-big.png
*   payment-visa-big.png
*   exclamation-info.png
*   trash-small.png
*   refresh-small.png
*   payment-invoice-small.png
*   payment-paypal-small.png
*   payment-amex-small.png
*   payment-mastercard-small.png
*   payment-visa-small.png
* 
*********************************************************************************************************/
/* To Be Defined */
/* To Be Defined */
/* Padding for cms box */
/* SPACING */
/* zurb foundation configuration */
/* no padding for cms box */
/* Mixins
------------------------------------------------------------------------------*/
/* Mixins
------------------------------------------------------------------------------*/
/*
 *  Prints a glyph in a supplied icon font or in the default icon font defined in the variables.
 */
/* springer.com mixins */
/* container with top-bottom margin (except when first in parent-tag)
 * Optional bottom gradient on product page containers: 
 * Only to be included on components in ".layout-8-4 .col-main"
 *----------------------------------------------*/
/* container with top-bottom margin (except when first in parent-tag)
------------------------------------------------*/
/* Functions
------------------------------------------------------------------------------*/
/* Library styles (jQuery plugins, etc)
------------------------------------------------------------------------------*/
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* A++ markup
    ------------------------------------------------------------------------------*/
  /* small caps */
  /* line 7, ../../../springer-compass/sass/sitewide/lib/_aplusplus.scss */
  span.a-plus-plus.type-small-caps {
    font-variant: small-caps;
  }

  /* stacks */
  /* line 11, ../../../springer-compass/sass/sitewide/lib/_aplusplus.scss */
  span.a-plus-plus.stack {
    position: relative;
  }

  /* line 14, ../../../springer-compass/sass/sitewide/lib/_aplusplus.scss */
  span.a-plus-plus.stack sub {
    position: relative;
    bottom: -.25em;
  }

  /* line 17, ../../../springer-compass/sass/sitewide/lib/_aplusplus.scss */
  span.a-plus-plus.stack sup {
    position: absolute;
    left: .25em;
    top: -.25em;
  }

  /* fix for search highlighting */
  /* line 21, ../../../springer-compass/sass/sitewide/lib/_aplusplus.scss */
  #results h2 em.a-plus-plus {
    background: none;
    /* reset */
    font-style: italic;
    /* initial emphasized meaning */
  }

  /* type underline */
  /* line 26, ../../../springer-compass/sass/sitewide/lib/_aplusplus.scss */
  span.a-plus-plus.type-underline {
    font-weight: bold;
  }

  /* line 29, ../../../springer-compass/sass/sitewide/lib/_aplusplus.scss */
  #abstract-references span.a-plus-plus.type-underline {
    font-weight: normal;
  }

  /* bolditalic in title, s. #674 */
  /* line 33, ../../../springer-compass/sass/sitewide/lib/_aplusplus.scss */
  #title strong.a-plus-plus,
  .title strong.a-plus-plus {
    font-weight: normal;
  }

  /* line 37, ../../../springer-compass/sass/sitewide/lib/_aplusplus.scss */
  #results-list h2 strong.a-plus-plus em {
    background-color: transparent;
    font-style: italic;
  }

  /* line 41, ../../../springer-compass/sass/sitewide/lib/_aplusplus.scss */
  #results-list h2 em strong.a-plus-plus em {
    background-color: #008ca4;
  }

  /* inline media object */
  /* line 45, ../../../springer-compass/sass/sitewide/lib/_aplusplus.scss */
  span.a-plus-plus.inline-media-object {
    margin: 0 .2em;
  }

  /* simple-para */
  /* line 49, ../../../springer-compass/sass/sitewide/lib/_aplusplus.scss */
  div.a-plus-plus.simple-para {
    display: inline;
  }

  /* For a++ tables
  ------------------------------------------------------------------------------*/
  /* line 55, ../../../springer-compass/sass/sitewide/lib/_aplusplus.scss */
  table.a-plus-plus {
    display: inline-block;
    overflow-x: auto;
  }

  /* line 59, ../../../springer-compass/sass/sitewide/lib/_aplusplus.scss */
  table.a-plus-plus .caption-content {
    display: inline;
    font-style: italic;
  }

  /* line 63, ../../../springer-compass/sass/sitewide/lib/_aplusplus.scss */
  table.a-plus-plus caption {
    padding-right: 2.71739130435%;
    /* Math: 15 / 552 */
  }

  /* Wierd inline media object img
  ------------------------------------------------------------------------------*/
  /* line 69, ../../../springer-compass/sass/sitewide/lib/_aplusplus.scss */
  .inline-media-object img {
    max-width: 100%;
  }

  /* line 73, ../../../springer-compass/sass/sitewide/lib/_aplusplus.scss */
  .abstract-content .MathJax_Display,
  .article-note .MathJax_Display {
    display: inline;
  }

  /* line 78, ../../../springer-compass/sass/sitewide/lib/_aplusplus.scss */
  .article-note .inline-equation {
    display: inline-block;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* @group Base */
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 4, ../../../springer-compass/sass/sitewide/lib/_chosen.scss */
  .chosen {
    /* MQ: Tablet */
    min-width: 320px;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 11, ../../../springer-compass/sass/sitewide/lib/_chosen.scss */
  .chzn-container {
    font-size: 13px;
    font-size: 1.3rem;
    position: relative;
    display: inline-block;
    zoom: 1;
    max-width: 300px;
  }

  /* line 18, ../../../springer-compass/sass/sitewide/lib/_chosen.scss */
  .chzn-container .chzn-drop {
    background: #fff;
    border: 1px solid #aaaaaa;
    position: absolute;
    top: 29px;
    left: 0;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    z-index: 5;
  }

  /* @end */
  /* @group Single Chosen */
  /* line 33, ../../../springer-compass/sass/sitewide/lib/_chosen.scss */
  .chzn-container-single .chzn-single {
    background-color: #f9f9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -moz-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -ms-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -o-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: linear-gradient(top, #f9f9f9, #eaeaea);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #aaaaaa;
    -webkit-box-shadow: 0 0 3px #FFF inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px #FFF inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px #FFF inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 23px;
    line-height: 1.8;
    padding: 0 0 0 8px;
    color: #444444;
    text-decoration: none;
  }

  /* line 53, ../../../springer-compass/sass/sitewide/lib/_chosen.scss */
  .chzn-container-single .chzn-default {
    color: #505050;
  }

  /* line 56, ../../../springer-compass/sass/sitewide/lib/_chosen.scss */
  .chzn-container-single .chzn-single span {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  /* line 63, ../../../springer-compass/sass/sitewide/lib/_chosen.scss */
  .chzn-container-single .chzn-single abbr {
    display: block;
    position: absolute;
    right: 26px;
    top: 6px;
    width: 12px;
    height: 13px;
    font-size: 1px;
    font-size: 0.1rem;
    background: url("../images/chosen-sprite.png") right top no-repeat;
  }

  /* line 73, ../../../springer-compass/sass/sitewide/lib/_chosen.scss */
  .chzn-container-single .chzn-single abbr:hover {
    background-position: right -11px;
  }

  /* line 76, ../../../springer-compass/sass/sitewide/lib/_chosen.scss */
  .chzn-container-single.chzn-disabled .chzn-single abbr:hover {
    background-position: right top;
  }

  /* line 79, ../../../springer-compass/sass/sitewide/lib/_chosen.scss */
  .chzn-container-single .chzn-single div {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 18px;
  }

  /* line 87, ../../../springer-compass/sass/sitewide/lib/_chosen.scss */
  .chzn-container-single .chzn-single div b {
    background: url("../images/chosen-sprite.png") no-repeat 0 0;
    display: block;
    width: 100%;
    height: 100%;
  }

  /* line 93, ../../../springer-compass/sass/sitewide/lib/_chosen.scss */
  .chzn-container-single .chzn-search {
    padding: 3px 4px;
    position: relative;
    margin: 0;
    white-space: nowrap;
  }

  /* line 100, ../../../springer-compass/sass/sitewide/lib/_chosen.scss */
  .chzn-container-single .chzn-drop {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }

  /* @end */
  /* line 108, ../../../springer-compass/sass/sitewide/lib/_chosen.scss */
  .chzn-container-single-nosearch .chzn-search input {
    position: absolute;
    left: -9000px;
  }

  /* @group Results */
  /* line 114, ../../../springer-compass/sass/sitewide/lib/_chosen.scss */
  .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;
  }

  /* line 123, ../../../springer-compass/sass/sitewide/lib/_chosen.scss */
  .chzn-container-multi .chzn-results {
    margin: -1px 0 0;
    padding: 0;
  }

  /* line 127, ../../../springer-compass/sass/sitewide/lib/_chosen.scss */
  .chzn-container .chzn-results li {
    display: none;
    line-height: 15px;
    padding: 5px 6px;
    margin: 0;
    list-style: none;
  }

  /* line 134, ../../../springer-compass/sass/sitewide/lib/_chosen.scss */
  .chzn-container .chzn-results .active-result {
    cursor: pointer;
    display: list-item;
  }

  /* line 138, ../../../springer-compass/sass/sitewide/lib/_chosen.scss */
  .chzn-container .chzn-results .highlighted {
    background-color: #E6F1F9;
  }

  /* line 141, ../../../springer-compass/sass/sitewide/lib/_chosen.scss */
  .chzn-container .chzn-results li em {
    font-style: normal;
    font-weight: bold;
  }

  /* line 145, ../../../springer-compass/sass/sitewide/lib/_chosen.scss */
  .chzn-container .chzn-results .highlighted em {
    background: transparent;
  }

  /* line 148, ../../../springer-compass/sass/sitewide/lib/_chosen.scss */
  .chzn-container .chzn-results .no-results {
    display: list-item;
  }

  /* line 151, ../../../springer-compass/sass/sitewide/lib/_chosen.scss */
  .chzn-container .chzn-results .no-results span {
    font-weight: bold;
  }

  /* line 154, ../../../springer-compass/sass/sitewide/lib/_chosen.scss */
  .chzn-container .chzn-results .group-result {
    cursor: default;
    color: #999999;
    font-weight: bold;
  }

  /* line 159, ../../../springer-compass/sass/sitewide/lib/_chosen.scss */
  .chzn-container .chzn-results .group-option {
    padding-left: 15px;
  }

  /* line 162, ../../../springer-compass/sass/sitewide/lib/_chosen.scss */
  .chzn-container-multi .chzn-drop .result-selected {
    display: none;
  }

  /* line 165, ../../../springer-compass/sass/sitewide/lib/_chosen.scss */
  .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;
  }

  /* line 173, ../../../springer-compass/sass/sitewide/lib/_chosen.scss */
  .chzn-container .chzn-results-scroll span {
    display: inline-block;
    height: 17px;
    text-indent: -5000px;
    width: 9px;
  }

  /* line 179, ../../../springer-compass/sass/sitewide/lib/_chosen.scss */
  .chzn-container .chzn-results-scroll-down {
    bottom: 0;
  }

  /* line 182, ../../../springer-compass/sass/sitewide/lib/_chosen.scss */
  .chzn-container .chzn-results-scroll-down span {
    background: url("../images/chosen-sprite.png") no-repeat -4px -3px;
  }

  /* line 185, ../../../springer-compass/sass/sitewide/lib/_chosen.scss */
  .chzn-container .chzn-results-scroll-up span {
    background: url("../images/chosen-sprite.png") no-repeat -22px -3px;
  }

  /* @end */
  /* @group Active  */
  /* line 191, ../../../springer-compass/sass/sitewide/lib/_chosen.scss */
  .chzn-container-active .chzn-single {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #00768a;
  }

  /* line 198, ../../../springer-compass/sass/sitewide/lib/_chosen.scss */
  .chzn-container-active .chzn-single-with-drop {
    border: 1px solid #aaaaaa;
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.2);
  }

  /* line 203, ../../../springer-compass/sass/sitewide/lib/_chosen.scss */
  .chzn-container-active .chzn-single-with-drop div {
    background: transparent;
    border-left: none;
  }

  /* line 207, ../../../springer-compass/sass/sitewide/lib/_chosen.scss */
  .chzn-container-active .chzn-single-with-drop div b {
    background-position: -18px 1px;
  }

  /* line 210, ../../../springer-compass/sass/sitewide/lib/_chosen.scss */
  .chzn-container-active .chzn-choices {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #00768a;
  }

  /* line 217, ../../../springer-compass/sass/sitewide/lib/_chosen.scss */
  .chzn-container-active .chzn-choices .search-field input {
    color: #111 !important;
  }

  /* @end */
  /* @group Disabled Support */
  /* line 223, ../../../springer-compass/sass/sitewide/lib/_chosen.scss */
  .chzn-disabled {
    cursor: default;
    opacity: 0.5 !important;
  }

  /* line 227, ../../../springer-compass/sass/sitewide/lib/_chosen.scss */
  .chzn-disabled .chzn-single {
    cursor: default;
  }

  /* line 230, ../../../springer-compass/sass/sitewide/lib/_chosen.scss */
  .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.
  */
  /* line 7, ../../../springer-compass/sass/sitewide/lib/_colorbox.scss */
  #colorbox,
  #cboxOverlay,
  #cboxWrapper {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
  }

  /* line 13, ../../../springer-compass/sass/sitewide/lib/_colorbox.scss */
  #cboxOverlay {
    height: 100%;
    position: fixed;
    width: 100%;
  }

  /* line 18, ../../../springer-compass/sass/sitewide/lib/_colorbox.scss */
  #cboxMiddleLeft,
  #cboxBottomLeft {
    clear: left;
  }

  /* line 22, ../../../springer-compass/sass/sitewide/lib/_colorbox.scss */
  #cboxContent {
    position: relative;
  }

  /* line 25, ../../../springer-compass/sass/sitewide/lib/_colorbox.scss */
  #cboxLoadedContent {
    overflow: auto;
  }

  /* line 28, ../../../springer-compass/sass/sitewide/lib/_colorbox.scss */
  #cboxTitle {
    margin: 0;
  }

  /* line 31, ../../../springer-compass/sass/sitewide/lib/_colorbox.scss */
  #cboxLoadingOverlay,
  #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  /* line 36, ../../../springer-compass/sass/sitewide/lib/_colorbox.scss */
  #cboxPrevious,
  #cboxNext,
  #cboxClose,
  #cboxSlideshow {
    cursor: pointer;
  }

  /* line 42, ../../../springer-compass/sass/sitewide/lib/_colorbox.scss */
  .cboxPhoto {
    border: 0;
    display: block;
    float: left;
    margin: auto;
  }

  /* line 48, ../../../springer-compass/sass/sitewide/lib/_colorbox.scss */
  .cboxIframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
  }

  /* line 55, ../../../springer-compass/sass/sitewide/lib/_colorbox.scss */
  #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.
  */
  /* line 66, ../../../springer-compass/sass/sitewide/lib/_colorbox.scss */
  #colorbox,
  #cboxOverlay,
  #cboxWrapper {
    padding-bottom: 20px;
  }

  /* line 71, ../../../springer-compass/sass/sitewide/lib/_colorbox.scss */
  #cboxOverlay {
    background: #000;
  }

  /* line 74, ../../../springer-compass/sass/sitewide/lib/_colorbox.scss */
  #colorbox {
    background: #666666;
    background: rgba(0, 0, 0, 0.3);
    padding: 20px !important;
  }

  /* line 79, ../../../springer-compass/sass/sitewide/lib/_colorbox.scss */
  #cboxContent {
    overflow: visible;
  }

  /* line 82, ../../../springer-compass/sass/sitewide/lib/_colorbox.scss */
  #cboxError {
    padding: 50px;
    border: 1px solid #cccccc;
  }

  /* line 86, ../../../springer-compass/sass/sitewide/lib/_colorbox.scss */
  #cboxLoadedContent {
    background: #FFF;
    padding: 0;
  }

  /* line 90, ../../../springer-compass/sass/sitewide/lib/_colorbox.scss */
  #cboxLoadingGraphic {
    background: url(../images/loading.gif) no-repeat center center;
  }

  /* line 93, ../../../springer-compass/sass/sitewide/lib/_colorbox.scss */
  #cboxLoadingOverlay {
    background: #f2f2f2 url(../images/bg.png);
    /* same as body */
  }

  /* line 96, ../../../springer-compass/sass/sitewide/lib/_colorbox.scss */
  #cboxWrapper {
    top: 20px !important;
    left: 20px !important;
  }

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

  /* line 106, ../../../springer-compass/sass/sitewide/lib/_colorbox.scss */
  #cboxCurrent {
    position: absolute;
    top: -22px;
    right: 205px;
    text-indent: -9999px;
  }

  /* line 110, ../../../springer-compass/sass/sitewide/lib/_colorbox.scss */
  #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;
  }

  /* line 120, ../../../springer-compass/sass/sitewide/lib/_colorbox.scss */
  #cboxPrevious {
    background-position: 0 0;
    right: 44px;
  }

  /* line 124, ../../../springer-compass/sass/sitewide/lib/_colorbox.scss */
  #cboxPrevious.hover {
    background-position: 0 -25px;
  }

  /* line 127, ../../../springer-compass/sass/sitewide/lib/_colorbox.scss */
  #cboxNext {
    background-position: -25px 0;
    right: 22px;
  }

  /* line 131, ../../../springer-compass/sass/sitewide/lib/_colorbox.scss */
  #cboxNext.hover {
    background-position: -25px -25px;
  }

  /* line 134, ../../../springer-compass/sass/sitewide/lib/_colorbox.scss */
  #cboxClose {
    background-position: -50px 0;
    right: 0;
  }

  /* line 138, ../../../springer-compass/sass/sitewide/lib/_colorbox.scss */
  #cboxClose.hover {
    background-position: -50px -25px;
  }

  /* line 141, ../../../springer-compass/sass/sitewide/lib/_colorbox.scss */
  .cboxSlideshow_on #cboxPrevious,
  .cboxSlideshow_off #cboxPrevious {
    right: 66px;
  }

  /* line 145, ../../../springer-compass/sass/sitewide/lib/_colorbox.scss */
  .cboxSlideshow_on #cboxSlideshow {
    background-position: -75px -25px;
    right: 44px;
  }

  /* line 149, ../../../springer-compass/sass/sitewide/lib/_colorbox.scss */
  .cboxSlideshow_on #cboxSlideshow.hover {
    background-position: -100px -25px;
  }

  /* line 152, ../../../springer-compass/sass/sitewide/lib/_colorbox.scss */
  .cboxSlideshow_off #cboxSlideshow {
    background-position: -100px 0;
    right: 44px;
  }

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

  /* line 28, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  .link-button:hover {
    background: #F2F2F2;
    border: 1px solid #939393;
    text-decoration: none;
  }

  /* line 33, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  .link-button:active {
    background: #FFF;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
    padding: 7px 9px 5px 9px;
  }

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

  /* line 52, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  #pdf-thumbnail a {
    cursor: default;
    text-decoration: none;
  }

  /* line 56, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  #pdf-thumbnail .springer-banner {
    position: absolute;
    bottom: 8px;
    left: 0;
  }

  /* line 61, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  #pdf-underneath img {
    width: 268px;
    border: none;
  }

  /* line 65, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  #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;
  }

  /* line 74, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  #pdf-hover:hover {
    text-decoration: none;
  }

  /* line 77, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  #pdf-hover span {
    position: absolute;
    display: block;
    text-align: center;
    top: 50%;
    width: 268px;
  }

  /* line 84, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  #pdf-hover em {
    position: absolute;
    left: 20px;
    top: 20px;
  }

  /* line 89, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  body.reader {
    overflow: hidden;
  }

  /* line 92, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  body.reader .reader-position {
    overflow: hidden;
  }

  /* line 95, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  #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;
  }
  /* line 107, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  #reader-overlay.show {
    display: block;
  }
  /* line 110, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  #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;
  }

  /* line 119, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  #reader-page-template {
    display: none;
  }

  /* line 122, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  .reader-position {
    position: absolute;
    overflow: hidden;
    top: 25px;
    bottom: -10px;
    left: 20px;
    right: 20px;
  }

  /* line 131, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  #reader {
    background: #666;
    background: rgba(0, 0, 0, 0.3);
    padding: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 90%;
    margin: 0 auto;
    position: relative;
    text-align: left;
    max-width: 795px;
    width: auto;
  }

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

  /* line 149, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  #reader-buttons .link-button {
    margin: 0;
  }

  /* line 152, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  #reader-buttons .right {
    margin: 0 0 0 7px;
    float: right;
  }

  /* line 156, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  #reader a.btn-plaintext {
    padding-left: 26px;
    width: auto;
  }

  /* bars */
  /* line 161, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  #reader .bar-actions {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 5px 20px;
    width: auto;
  }

  /* line 166, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  #reader .get-access {
    border: 0;
    padding-left: 107px;
    padding-right: 108px;
  }

  /* line 171, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  #reader .bar-access-restr {
    padding-left: 20px;
    padding-right: 20px;
    width: 753px;
  }

  /* line 176, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  #reader #viewer {
    background: #D4D4D4;
    position: absolute;
    padding: 0 20px 20px;
    top: 60px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    overflow: auto;
    text-align: center;
  }
  /* line 188, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  .no-access #reader #viewer {
    margin-top: 0;
  }

  /* line 192, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  #reader .bar-dock {
    display: block;
  }

  /* line 195, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  #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;
  }

  /* line 207, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  #reader.springerfied #viewer, #reader.springerfied .top-shadow {
    top: 68px;
  }

  /* line 210, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  #reader .springer-banner {
    position: absolute;
    line-height: 2;
  }

  /* line 214, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  #reader .slogo {
    background-position: 95% 50%;
  }

  /* line 217, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  #viewer .page-number {
    color: #666666;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    text-shadow: 0 1px 1px white;
    text-align: center;
  }

  /* line 226, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  #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;
  }

  /* line 234, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  #viewer .pdf-image {
    width: 738px;
  }

  /* line 237, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  #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;
  }

  /* line 245, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  #viewer .plaintext {
    background-color: #FFF;
    padding: 50px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    text-align: justify;
  }

  /* line 256, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  #viewer .notext {
    padding: 20px;
    text-align: center;
    background-color: #E0E0E0;
    text-shadow: 0 1px 1px white;
    color: #A0A0A0;
    font-weight: bold;
  }

  /* line 264, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  #viewer h1 {
    background-color: #FFF;
    margin: 0;
    padding: 50px 50px 0 50px;
  }

  /* line 269, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  .show-pdf h1,
  .show-pdf .plaintext,
  .show-pdf .notext,
  .show-text .pdf-image {
    display: none !important;
  }

  /* line 275, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  #reader .top-shadow {
    background: transparent url(../images/pdf-preview/reader-top-shadow.png) repeat-x;
    height: 7px;
    position: absolute;
    top: 78px;
    left: 20px;
  }
  /* line 282, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  .no-access #reader .top-shadow {
    top: 60px;
  }

  /* line 286, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  .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;
  }

  /* line 294, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  .lt-ie8 #reader #viewer {
    height: 650px;
  }

  /* line 298, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  .lt-ie8 .reader .col-aside {
    position: relative;
    z-index: 5;
  }

  /* line 303, ../../../springer-compass/sass/sitewide/lib/_pdf_preview_reader.scss */
  .lt-ie8 #reader .bottom-shadow {
    display: none;
  }
}
/* Styles
------------------------------------------------------------------------------*/
/* Base styles */
/* Eric Meyer's CSS Reset modified (http://meyerweb.com/eric/tools/css/reset)
------------------------------------------------------------------------------*/
/* line 5, ../../../springer-compass/sass/sitewide/base/_reset.scss */
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;
}

/* line 21, ../../../springer-compass/sass/sitewide/base/_reset.scss */
body {
  line-height: 1;
}

/* line 25, ../../../springer-compass/sass/sitewide/base/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 29, ../../../springer-compass/sass/sitewide/base/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 33, ../../../springer-compass/sass/sitewide/base/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 39, ../../../springer-compass/sass/sitewide/base/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Root Element
------------------------------------------------------------------------------*/
/* line 47, ../../../springer-compass/sass/sitewide/base/_reset.scss */
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* Global
------------------------------------------------------------------------------*/
/* line 4, ../../../springer-compass/sass/sitewide/base/_base.scss */
html {
  font: 62.5% Verdana, sans-serif;
  /* Widescreen Global base font-size */
}

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

/* line 24, ../../../springer-compass/sass/sitewide/base/_base.scss */
body.cms-lang-jp {
  font-family: "ヒラギノ角ゴ Pro W3", Arial, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* line 28, ../../../springer-compass/sass/sitewide/base/_base.scss */
div, dt, form, label, li, p, span {
  display: block;
  margin: 7px 0;
}
@media screen and (min-device-width: 320px) {
  /* line 28, ../../../springer-compass/sass/sitewide/base/_base.scss */
  div, dt, form, label, li, p, span {
    /* MQ: Smartphone */
    margin: 0;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 38, ../../../springer-compass/sass/sitewide/base/_base.scss */
  li {
    /* MQ: Smartphone */
    display: list-item;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 44, ../../../springer-compass/sass/sitewide/base/_base.scss */
  span, label {
    /* MQ: Smartphone */
    display: inline;
  }
}

/* Basic Design
------------------------------------------------------------------------------*/
/* line 54, ../../../springer-compass/sass/sitewide/base/_base.scss */
#header {
  background: #f2f2f2;
  margin: 0;
  padding: .5em .5em;
}
@media screen and (min-device-width: 320px) {
  /* line 54, ../../../springer-compass/sass/sitewide/base/_base.scss */
  #header {
    /* MQ: Smartphone */
    padding: 0;
  }
}

/* line 64, ../../../springer-compass/sass/sitewide/base/_base.scss */
#content,
#footer-nav,
#footer {
  padding: .2em .5em;
}
@media screen and (min-device-width: 320px) {
  /* line 64, ../../../springer-compass/sass/sitewide/base/_base.scss */
  #content,
  #footer-nav,
  #footer {
    /* MQ: Smartphone */
    padding: 0;
  }
}

/* Typography
------------------------------------------------------------------------------*/
/* line 76, ../../../springer-compass/sass/sitewide/base/_base.scss */
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;
}
/* line 78, ../../../springer-compass/sass/sitewide/base/_base.scss */
.cms-lang-jp h1, .cms-lang-jp h2 {
  font-family: "ヒラギノ角ゴ Pro W3", Georgia, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* line 86, ../../../springer-compass/sass/sitewide/base/_base.scss */
h1 {
  font-size: 26px;
  font-size: 2.6rem;
  margin: 7px 0 14px;
}
@media screen and (min-width: 600px) {
  /* line 86, ../../../springer-compass/sass/sitewide/base/_base.scss */
  h1 {
    /* MQ: Tablet */
    font-size: 30px;
    font-size: 3rem;
  }
}

/* line 96, ../../../springer-compass/sass/sitewide/base/_base.scss */
h1 span {
  color: #999999;
}

/* line 100, ../../../springer-compass/sass/sitewide/base/_base.scss */
h2 {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 7px 0;
}

/* line 105, ../../../springer-compass/sass/sitewide/base/_base.scss */
h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 7px 0 5px;
}

/* line 111, ../../../springer-compass/sass/sitewide/base/_base.scss */
sub, sup {
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1;
}

/* line 116, ../../../springer-compass/sass/sitewide/base/_base.scss */
sub {
  vertical-align: text-bottom;
}

/* line 120, ../../../springer-compass/sass/sitewide/base/_base.scss */
sup {
  vertical-align: text-top;
}

/* Links
------------------------------------------------------------------------------*/
/* line 127, ../../../springer-compass/sass/sitewide/base/_base.scss */
a {
  color: #00768a;
  text-decoration: none;
}

/* line 132, ../../../springer-compass/sass/sitewide/base/_base.scss */
a:hover,
a:active,
a:focus {
  color: #00768a;
  text-decoration: underline;
}

/* truncator */
/* line 140, ../../../springer-compass/sass/sitewide/base/_base.scss */
a[href='#more'],
a[href='#less'] {
  color: #666666;
  font-size: 11px;
  font-size: 1.1rem;
  text-decoration: underline;
  white-space: nowrap;
}

/* line 148, ../../../springer-compass/sass/sitewide/base/_base.scss */
a[href='#more']:hover,
a[href='#less']:hover {
  color: #333333;
}

/* external */
/* line 154, ../../../springer-compass/sass/sitewide/base/_base.scss */
a.external:after {
  /* blue external link indicator */
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALUlEQVQYlWNgLDv8H4YZoABFDFkCGeBVABPDqgBDA7rdWO3C5gacVmBVgA8DACqIPj0jO7W7AAAAAElFTkSuQmCC") no-repeat right center;
  /* patternify URL: http://ptrn.it/ugEXX3 */
  content: '';
  display: inline-block;
  height: 8px;
  margin-left: 7px;
  width: 8px;
}

/* Hiding
------------------------------------------------------------------------------*/
/* line 167, ../../../springer-compass/sass/sitewide/base/_base.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 172, ../../../springer-compass/sass/sitewide/base/_base.scss */
#gimme-satisfaction,
#reader-overlay,
.js-hidden,
.pillow-btn,
.no-js #results-only-access-checkbox,
.tooltip {
  display: none;
}

/* line 181, ../../../springer-compass/sass/sitewide/base/_base.scss */
#pub-date-graph {
  position: absolute;
  left: -1000px;
}
@media screen and (min-width: 1004px) {
  /* line 181, ../../../springer-compass/sass/sitewide/base/_base.scss */
  #pub-date-graph {
    /* MQ: Widescreen */
    position: relative;
    left: auto;
  }
}

/* line 192, ../../../springer-compass/sass/sitewide/base/_base.scss */
.bar-dock {
  position: absolute;
  left: -100000px;
}
@media screen and (min-width: 600px) {
  /* line 192, ../../../springer-compass/sass/sitewide/base/_base.scss */
  .bar-dock {
    /* MQ: Tablet */
    position: static;
    left: auto;
  }
}

/* line 203, ../../../springer-compass/sass/sitewide/base/_base.scss */
.flyout-caption {
  position: absolute;
  left: -10000px;
}
@media screen and (min-device-width: 320px) {
  /* line 203, ../../../springer-compass/sass/sitewide/base/_base.scss */
  .flyout-caption {
    /* MQ: Smartphone */
    left: auto;
  }
}

@media screen and (min-width: 600px) {
  /* line 213, ../../../springer-compass/sass/sitewide/base/_base.scss */
  #gimme-satisfaction {
    /* MQ: Tablet */
    display: block;
  }
}

/* line 220, ../../../springer-compass/sass/sitewide/base/_base.scss */
#fdbk_tab {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0;
}
@media screen and (min-width: 1004px) {
  /* line 220, ../../../springer-compass/sass/sitewide/base/_base.scss */
  #fdbk_tab {
    /* MQ: Widescreen */
    opacity: 1;
  }
}
@media screen and (max-width: 1020px) {
  /* line 220, ../../../springer-compass/sass/sitewide/base/_base.scss */
  #fdbk_tab {
    display: none;
  }
}

/* line 234, ../../../springer-compass/sass/sitewide/base/_base.scss */
.js #fdbk_screen {
  opacity: .75;
}

/* Accessibility
------------------------------------------------------------------------------*/
/* line 241, ../../../springer-compass/sass/sitewide/base/_base.scss */
.accessibility {
  position: absolute;
  left: -100000px;
}

/* JavaScript/Chrome/Redirect -prompt notices
------------------------------------------------------------------------------*/
/* line 249, ../../../springer-compass/sass/sitewide/base/_base.scss */
.no-js {
  padding-top: 42px;
}

/* Specific module styles for Base mode
------------------------------------------------------------------------------*/
/* Scale #site-qualifier to full-width */
/* line 257, ../../../springer-compass/sass/sitewide/base/_base.scss */
#site-qualifier img {
  width: 98%;
}
@media screen and (min-device-width: 320px) {
  /* line 257, ../../../springer-compass/sass/sitewide/base/_base.scss */
  #site-qualifier img {
    /* MQ: Smartphone */
    width: auto;
  }
}

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

/* line 282, ../../../springer-compass/sass/sitewide/base/_base.scss */
img.lazy {
  display: none;
}

/* Qualaroo */
/* line 288, ../../../springer-compass/sass/sitewide/base/_base.scss */
#ki_container {
  display: none;
}
@media screen and (min-width: 1100px) {
  /* line 288, ../../../springer-compass/sass/sitewide/base/_base.scss */
  #ki_container {
    display: block;
  }
}

/* Global overrides for Palgrave
------------------------------------------------------------------------------*/
/* line 4, ../../../springer-compass/sass/sitewide/base/palgrave/_base.scss */
body {
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-size: 1.4rem;
  color: #555;
}

/* line 10, ../../../springer-compass/sass/sitewide/base/palgrave/_base.scss */
p {
  line-height: 1.5;
}

/* line 14, ../../../springer-compass/sass/sitewide/base/palgrave/_base.scss */
h1,
h2,
h3,
h4,
h5 {
  color: #2b2b2b;
}

/* line 27, ../../../springer-compass/sass/sitewide/base/palgrave/_base.scss */
h1,
h2,
h3 {
  font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
}

/* line 37, ../../../springer-compass/sass/sitewide/base/palgrave/_base.scss */
h4,
h5,
h6 {
  font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
}

/* line 47, ../../../springer-compass/sass/sitewide/base/palgrave/_base.scss */
h2,
h3,
h4,
h5 {
  line-height: 1.2;
}

/* line 58, ../../../springer-compass/sass/sitewide/base/palgrave/_base.scss */
h1 {
  line-height: 1.1;
  font-size: 32px;
  font-size: 3.2rem;
}

/* line 64, ../../../springer-compass/sass/sitewide/base/palgrave/_base.scss */
h2 {
  font-size: 28px;
  font-size: 2.8rem;
}

/* line 69, ../../../springer-compass/sass/sitewide/base/palgrave/_base.scss */
h3 {
  font-size: 22px;
  font-size: 2.2rem;
}

/* line 74, ../../../springer-compass/sass/sitewide/base/palgrave/_base.scss */
h4 {
  font-size: 22px;
  font-size: 2.2rem;
}

/* line 79, ../../../springer-compass/sass/sitewide/base/palgrave/_base.scss */
h5 {
  font-size: 18px;
  font-size: 1.8rem;
}

/* line 85, ../../../springer-compass/sass/sitewide/base/palgrave/_base.scss */
#wrapper {
  padding-top: 50px;
}

/* external */
/* line 90, ../../../springer-compass/sass/sitewide/base/palgrave/_base.scss */
a.external:after {
  background: none;
  display: none;
}

/* Forms
------------------------------------------------------------------------------*/
/* line 4, ../../../springer-compass/sass/sitewide/base/_forms.scss */
button,
input,
select,
textarea {
  color: #666666;
  font-family: Verdana, sans-serif;
}
/* line 10, ../../../springer-compass/sass/sitewide/base/_forms.scss */
.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;
}

/* line 15, ../../../springer-compass/sass/sitewide/base/_forms.scss */
input[type=text],
input[type=number],
input[type=date],
input[type=password],
textarea {
  background-color: #FFF;
  border: 1px solid #bcbcbc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 2px 2px 5px #efefef;
  -moz-box-shadow: inset 2px 2px 5px #efefef;
  box-shadow: inset 2px 2px 5px #efefef;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 4px 3px;
}

/* line 28, ../../../springer-compass/sass/sitewide/base/_forms.scss */
input[type=text].placeholder,
input[type=password].placeholder {
  color: #999999;
}

/* line 33, ../../../springer-compass/sass/sitewide/base/_forms.scss */
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #00768a;
  -webkit-box-shadow: 0 0 3px #00768a;
  -moz-box-shadow: 0 0 3px #00768a;
  box-shadow: 0 0 3px #00768a;
  outline: none;
}

/* line 41, ../../../springer-compass/sass/sitewide/base/_forms.scss */
button,
input[type=button],
input[type=submit],
input[type=image],
label {
  cursor: pointer;
}

/* line 49, ../../../springer-compass/sass/sitewide/base/_forms.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* remove button padding in firefox */
  border: 0;
  padding: 0;
}

/* line 55, ../../../springer-compass/sass/sitewide/base/_forms.scss */
.lt-ie8 input,
.lt-ie8 select {
  vertical-align: middle;
}

@font-face {
  font-family: "sn_pm_icons";
  src: url('/app-pp/assets-v/fonts/sn_pm_icons.eot?1456835346');
  src: url('/app-pp/assets-v/fonts/sn_pm_icons.eot?&1456835346#iefix') format('embedded-opentype'), url('/app-pp/assets-v/fonts/sn_pm_icons.woff?1456835346') format('woff'), url('/app-pp/assets-v/fonts/sn_pm_icons.svg?1456835346') format('svg'), url('/app-pp/assets-v/fonts/sn_pm_icons.ttf?1456835346') format('truetype');
  font-weight: 400;
}
/* Structure */
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Default page layout
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/sitewide/structure/_wrapper.scss */
  #wrapper,
  .page-wrapper {
    -webkit-box-shadow: 0 0 4px #BBB;
    -moz-box-shadow: 0 0 4px #BBB;
    box-shadow: 0 0 4px #BBB;
    background-color: #FFF;
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 5, ../../../springer-compass/sass/sitewide/structure/_wrapper.scss */
  #wrapper,
  .page-wrapper {
    /* MQ: Tablet */
    max-width: 980px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 20, ../../../springer-compass/sass/sitewide/structure/_wrapper.scss */
  #wrapper #content,
  .page-wrapper #content {
    -webkit-transition: padding 0.25s ease-in-out;
    -moz-transition: padding 0.25s ease-in-out;
    -o-transition: padding 0.25s ease-in-out;
    transition: padding 0.25s ease-in-out;
    zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
    box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  #wrapper #content:before, #wrapper #content:after,
  .page-wrapper #content:before,
  .page-wrapper #content:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  #wrapper #content:after,
  .page-wrapper #content:after {
    clear: both;
  }
  /* line 24, ../../../springer-compass/sass/sitewide/structure/_wrapper.scss */
  .cms-barebone #wrapper #content, .cms-barebone
  .page-wrapper #content {
    padding: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 20, ../../../springer-compass/sass/sitewide/structure/_wrapper.scss */
  #wrapper #content,
  .page-wrapper #content {
    /* MQ: Tablet */
    padding: 20px 20px 50px 20px;
  }
  /* line 30, ../../../springer-compass/sass/sitewide/structure/_wrapper.scss */
  .cms-barebone #wrapper #content, .cms-barebone
  .page-wrapper #content {
    padding: 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 34, ../../../springer-compass/sass/sitewide/structure/_wrapper.scss */
  #wrapper #content.non-modal,
  .page-wrapper #content.non-modal {
    background-color: #f9f9f9;
  }
  /* line 36, ../../../springer-compass/sass/sitewide/structure/_wrapper.scss */
  #wrapper #content.non-modal .lb,
  .page-wrapper #content.non-modal .lb {
    background-color: #fff;
  }
  /* line 41, ../../../springer-compass/sass/sitewide/structure/_wrapper.scss */
  #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) {
  /* line 41, ../../../springer-compass/sass/sitewide/structure/_wrapper.scss */
  #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 */
  /* Default page layout
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/sitewide/structure/palgrave/_wrapper.scss */
  #wrapper,
  .page-wrapper {
    -webkit-box-shadow: 0 0 4px #BBB;
    -moz-box-shadow: 0 0 4px #BBB;
    box-shadow: 0 0 4px #BBB;
    background-color: #FFF;
    margin: 0 auto;
    position: relative;
  }
  /* line 17, ../../../springer-compass/sass/sitewide/structure/palgrave/_wrapper.scss */
  #wrapper #content,
  .page-wrapper #content {
    -webkit-transition: padding 0.25s ease-in-out;
    -moz-transition: padding 0.25s ease-in-out;
    -o-transition: padding 0.25s ease-in-out;
    transition: padding 0.25s ease-in-out;
    zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
    box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
    padding: 10px 10px 50px 10px;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  #wrapper #content:before, #wrapper #content:after,
  .page-wrapper #content:before,
  .page-wrapper #content:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  #wrapper #content:after,
  .page-wrapper #content:after {
    clear: both;
  }
  /* line 23, ../../../springer-compass/sass/sitewide/structure/palgrave/_wrapper.scss */
  .cms-barebone #wrapper #content, .cms-barebone
  .page-wrapper #content {
    padding: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 17, ../../../springer-compass/sass/sitewide/structure/palgrave/_wrapper.scss */
  #wrapper #content,
  .page-wrapper #content {
    /* MQ: Tablet */
    padding: 20px 20px 50px 20px;
  }
  /* line 29, ../../../springer-compass/sass/sitewide/structure/palgrave/_wrapper.scss */
  .cms-barebone #wrapper #content, .cms-barebone
  .page-wrapper #content {
    padding: 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 34, ../../../springer-compass/sass/sitewide/structure/palgrave/_wrapper.scss */
  #wrapper #content.non-modal,
  .page-wrapper #content.non-modal {
    background-color: #f9f9f9;
  }
  /* line 36, ../../../springer-compass/sass/sitewide/structure/palgrave/_wrapper.scss */
  #wrapper #content.non-modal .lb,
  .page-wrapper #content.non-modal .lb {
    background-color: #fff;
  }
  /* line 41, ../../../springer-compass/sass/sitewide/structure/palgrave/_wrapper.scss */
  #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) {
  /* line 41, ../../../springer-compass/sass/sitewide/structure/palgrave/_wrapper.scss */
  #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 */
  /* line 9, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  #header {
    -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1);
    background: #e3e3e3 url(/spcom/sites/palgrave/images/bg-mobile-header.png) 0 0 repeat-x;
    border-top: 1px solid #f9f9f9;
    border-bottom: 1px solid #d0d0d0;
    min-height: 53px;
    z-index: 20;
    width: 100%;
  }
  /* line 17, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  .ie6 #header {
    height: 36px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 9, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  #header {
    /* MQ: Widescreen */
    background: #e3e3e3 url(../images/grdnt_grey_f8f8f8_e5e5e5_l.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e3e3e3));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -o-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: linear-gradient(top, #f8f8f8, #e3e3e3);
    -webkit-box-shadow: 0 1px 0 #FFF;
    -moz-box-shadow: 0 1px 0 #FFF;
    box-shadow: 0 1px 0 #FFF;
    min-height: 32px;
    padding-top: 130px;
    position: relative;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 28, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  .lt-ie8 #header {
    z-index: 1;
  }
  /* line 31, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  #header h1 {
    margin: 0;
  }

  /* line 33, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  #logo {
    background-repeat: no-repeat;
    color: transparent;
    /* IE 6 & 7 for input */
    direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -9999em;
    text-transform: capitalize;
    /* IE 6 & 7 for input */
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: url(/spcom/sites/palgrave/images/logo_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) {
  /* line 33, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  #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) {
  /* line 33, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  #logo {
    /* MQ: Tablet */
    left: 30px;
    width: 160px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 33, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  #logo {
    /* MQ: Widescreen */
    background-position: 0 -55px;
    height: 40px;
    top: 17px;
    width: 190px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 58, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  #logo img {
    /* MQ: Widescreen */
    height: auto;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 65, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  #site-qualifier {
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 65, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  #site-qualifier {
    /* MQ: Widescreen */
    display: block;
    height: 52px;
    margin: 0;
    position: absolute;
    left: 64%;
    top: 2px;
    /* Math: 333 / 960 */
  }
  /* line 74, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  #site-qualifier img {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 80, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  #logo-company {
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 80, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  #logo-company {
    /* MQ: Widescreen */
    display: block;
    height: 50px;
    position: absolute;
    right: 22px;
    bottom: 50px;
    width: 160px;
  }
  /* line 88, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  #logo-company img {
    display: none;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  /* line 94, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  #logo-company img.first {
    display: inline;
  }
}

@media screen and (min-device-width: 320px) {
  /* Header buttons */
  /* line 101, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  #header .pillow-btn {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4735px no-repeat;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    background-repeat: no-repeat;
    border-color: #ddd;
    min-width: 21px;
    text-indent: -9999em;
    /* Open Search Options */
    /* Open search */
    /* Open menu */
  }
  /* line 108, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  #header .pillow-btn:hover {
    border-color: #bcbcbc;
  }
  /* line 111, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  #header .pillow-btn.pillow-btn-active {
    padding: 0 15px;
    margin: 1px;
    -webkit-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.35), inset 0 -1px 0 rgba(255, 255, 255, 0.75);
    -moz-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.35), inset 0 -1px 0 rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.35), inset 0 -1px 0 rgba(255, 255, 255, 0.75);
    background-color: #ddd;
  }
  /* line 117, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  .lt-ie8 #header .pillow-btn {
    overflow: hidden;
  }
  /* line 122, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  #header .pillow-btn.open-search-options {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4735px no-repeat;
  }
  /* line 125, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  #header .pillow-btn.open-search-options:hover {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4662px no-repeat;
  }
  /* line 128, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  #header .pillow-btn.open-search-options:active, #header .pillow-btn.open-search-options:focus {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4626px no-repeat;
  }
  /* line 131, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  .lt-ie9 #header .pillow-btn.open-search-options:active, .lt-ie9 #header .pillow-btn.open-search-options:focus {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4698px no-repeat;
  }
  /* line 135, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  .is-open #header .pillow-btn.open-search-options {
    /* flyout */
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4662px no-repeat;
  }
  /* line 137, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  .lt-ie9 .is-open #header .pillow-btn.open-search-options {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4698px no-repeat;
  }
  /* line 143, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  #header .pillow-btn.open-search {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4279px no-repeat;
    position: absolute;
    top: 7px;
    right: 70px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 143, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  #header .pillow-btn.open-search {
    /* MQ: Tablet */
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 153, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  #header .pillow-btn.open-search:hover {
    /* hover */
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4206px no-repeat;
  }
  /* line 156, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  body.show-search #header .pillow-btn.open-search {
    /* active */
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4170px no-repeat;
  }
  /* line 161, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  #header .pillow-btn.open-menu {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -2780px no-repeat;
    position: absolute;
    top: 7px;
    right: 8px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 161, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  #header .pillow-btn.open-menu {
    /* MQ: Tablet */
    right: 12px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 161, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  #header .pillow-btn.open-menu {
    /* MQ: Widescreen */
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 175, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  #header .pillow-btn.open-menu:hover {
    /* hover */
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -2562px no-repeat;
  }
  /* line 178, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  body.show-menu #header .pillow-btn.open-menu {
    /* active */
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -2526px no-repeat;
  }

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

  /* line 216, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  #global-search {
    margin: 7px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 216, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  #global-search {
    /* MQ: Widescreen */
    margin: 0;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 223, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  #search-options {
    display: none;
    position: absolute;
    top: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 223, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  #search-options {
    /* MQ: Tablet */
    right: -66px;
    display: block;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 232, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  #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) {
  /* line 232, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  #search-options .flyout-content {
    /* MQ: Widescreen */
    right: auto;
    left: 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 241, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  #search-options .flyout-content ul {
    border-top: 0;
    padding: 0;
  }

  /* Menu panel */
  /* line 248, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  .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) {
  /* line 248, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  .panel-menu {
    /* MQ: Tablet */
    background: none;
    display: block;
    margin: 0;
    position: static;
  }
}

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

  /* line 285, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  .ie9 #lang .flyout-caption {
    min-width: 70px;
  }

  /* line 288, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  .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 */
  /* line 346, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  .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) {
  /* line 345, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  .no-js {
    /* MQ: Tablet */
  }
  /* line 354, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  .no-js #logo,
  .no-js .panel-search {
    position: absolute;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 360, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  .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) {
  /* line 360, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  .no-js #logo {
    /* MQ: Tablet */
    margin: 7px 7px 0 30px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 360, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  .no-js #logo {
    /* MQ: Tablet */
    margin: 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 373, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  .no-js .open-search,
  .no-js .open-menu {
    display: none;
  }
  /* line 377, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  .no-js .panel-search {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    border: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 377, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  .no-js .panel-search {
    /* MQ: Tablet */
    margin: 7px 7px 0 23px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 377, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  .no-js .panel-search {
    /* MQ: Tablet */
    margin: 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 391, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  .no-js .panel-menu {
    margin: 0;
  }
}
/* Mobile show/hide panels */
/* line 399, ../../../springer-compass/sass/sitewide/structure/_header.scss */
body.show-search #header .panel-search {
  display: block;
  /* Display panel */
  margin-top: 55px;
  /* Height of #header */
}
@media screen and (min-width: 600px) {
  /* line 399, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  body.show-search #header .panel-search {
    /* MQ: Tablet */
    margin-top: 0;
    /* Move panel up */
  }
}

/* line 410, ../../../springer-compass/sass/sitewide/structure/_header.scss */
body.show-menu #header .panel-menu {
  display: block;
  /* Display panel */
  margin-top: 55px;
  /* Height of #header */
}
@media screen and (min-width: 1004px) {
  /* line 410, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  body.show-menu #header .panel-menu {
    /* MQ: Widescreen */
    margin: 0;
  }
}

/* line 420, ../../../springer-compass/sass/sitewide/structure/_header.scss */
body.show-menu.show-search #header .panel-menu {
  margin-top: 0;
}
@media screen and (min-width: 600px) {
  /* line 420, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  body.show-menu.show-search #header .panel-menu {
    /* MQ: Tablet */
    margin-top: 55px;
  }
}
@media screen and (min-width: 1004px) {
  /* line 420, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  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 */
  /* line 434, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  .js #content {
    margin-top: 0;
  }
  /* line 436, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  .lt-ie9 .js #content {
    margin-top: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 434, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  .js #content {
    /* MQ: Widescreen */
    margin-top: 0;
  }
}

@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 445, ../../../springer-compass/sass/sitewide/structure/_header.scss */
  .js #header {
    /* MQ: Widescreen */
    position: relative;
  }
}

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

/* line 472, ../../../springer-compass/sass/sitewide/structure/_header.scss */
#global-nav .returnoldspringerlink a {
  color: #999999;
}

/* line 475, ../../../springer-compass/sass/sitewide/structure/_header.scss */
#global-nav .returnoldspringerlink a:hover {
  color: #00768a;
}

/* line 478, ../../../springer-compass/sass/sitewide/structure/_header.scss */
#global-nav .returnoldspringerlink a:before {
  content: "";
}

@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Layouts
  ------------------------------------------------------------------------------*/
  /* based on a 980 grid with 12 columns,*/
  /* line 7, ../../../springer-compass/sass/sitewide/structure/_layouts.scss */
  .col-aside,
  .col-main {
    margin: 0 0 30px 0;
    width: 100%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 7, ../../../springer-compass/sass/sitewide/structure/_layouts.scss */
  .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) */
  /* line 20, ../../../springer-compass/sass/sitewide/structure/_layouts.scss */
  .layout-1 {
    zoom: 1;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .layout-1:before, .layout-1:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .layout-1:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 22, ../../../springer-compass/sass/sitewide/structure/_layouts.scss */
  .layout-1 .col-aside {
    /* MQ: Tablet */
    width: 31.914893617%;
    /* Math: 300 / 940 */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 28, ../../../springer-compass/sass/sitewide/structure/_layouts.scss */
  .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) */
  /* line 37, ../../../springer-compass/sass/sitewide/structure/_layouts.scss */
  .layout-2 {
    zoom: 1;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .layout-2:before, .layout-2:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .layout-2:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 39, ../../../springer-compass/sass/sitewide/structure/_layouts.scss */
  .layout-2 .col-aside {
    /* MQ: Tablet */
    width: 23.4042553191%;
    /* Math: 220 / 940 */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 46, ../../../springer-compass/sass/sitewide/structure/_layouts.scss */
  .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) */
  /* line 54, ../../../springer-compass/sass/sitewide/structure/_layouts.scss */
  .layout-3 {
    zoom: 1;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .layout-3:before, .layout-3:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .layout-3:after {
    clear: both;
  }
  /* line 56, ../../../springer-compass/sass/sitewide/structure/_layouts.scss */
  .layout-3 .col-main {
    position: relative;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 56, ../../../springer-compass/sass/sitewide/structure/_layouts.scss */
  .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) {
  /* line 65, ../../../springer-compass/sass/sitewide/structure/_layouts.scss */
  .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) */
  /* line 75, ../../../springer-compass/sass/sitewide/structure/_layouts.scss */
  .layout-3b {
    zoom: 1;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .layout-3b:before, .layout-3b:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .layout-3b:after {
    clear: both;
  }
  /* line 77, ../../../springer-compass/sass/sitewide/structure/_layouts.scss */
  .layout-3b .col-main {
    position: relative;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 77, ../../../springer-compass/sass/sitewide/structure/_layouts.scss */
  .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) {
  /* line 86, ../../../springer-compass/sass/sitewide/structure/_layouts.scss */
  .layout-3b .col-aside {
    margin-bottom: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 86, ../../../springer-compass/sass/sitewide/structure/_layouts.scss */
  .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) {
  /* line 98, ../../../springer-compass/sass/sitewide/structure/_layouts.scss */
  .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) {
  /* line 106, ../../../springer-compass/sass/sitewide/structure/_layouts.scss */
  .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) */
  /* line 114, ../../../springer-compass/sass/sitewide/structure/_layouts.scss */
  .layout-6 {
    zoom: 1;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .layout-6:before, .layout-6:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .layout-6:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 116, ../../../springer-compass/sass/sitewide/structure/_layouts.scss */
  .layout-6 .col-main {
    /* MQ: Tablet */
    width: 46.808511%;
    /*44.6808510638%;   /* Math: 440 / 940 */
  }
}
@media screen and (min-device-width: 320px) {
  /* line 123, ../../../springer-compass/sass/sitewide/structure/_layouts.scss */
  .layout-6 .col-aside {
    position: relative;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 123, ../../../springer-compass/sass/sitewide/structure/_layouts.scss */
  .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
    ------------------------------------------------------------------------------*/
  /* line 6, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  #footer {
    background-color: #f4f4f4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ddd));
    background-image: -webkit-linear-gradient(top, #f4f4f4, #ddd);
    background-image: -moz-linear-gradient(top, #f4f4f4, #ddd);
    background-image: -ms-linear-gradient(top, #f4f4f4, #ddd);
    background-image: -o-linear-gradient(top, #f4f4f4, #ddd);
    background-image: linear-gradient(top, #f4f4f4, #ddd);
    -webkit-box-shadow: 0 -1px 0 0 #ddd;
    -moz-box-shadow: 0 -1px 0 0 #ddd;
    box-shadow: 0 -1px 0 0 #ddd;
    color: #666666;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
  }
  /* line 13, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  #footer hr {
    display: none;
  }
  /* line 16, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  #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) {
  /* line 16, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  #footer .section {
    /* MQ: Tablet */
    padding: 12px 32px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 26, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  #footer a {
    color: #666666;
  }

  /* 02. Navigation */
  /* line 32, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  #footer-nav {
    zoom: 1;
    display: none;
    margin-bottom: 12px;
    position: relative;
    /* Secret Team page */
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  #footer-nav:before, #footer-nav:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  #footer-nav:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 32, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  #footer-nav {
    /* MQ: Widescreen */
    display: block;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 42, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  #footer-nav.section {
    border-bottom: none;
  }
  /* line 45, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  #footer-nav .block {
    -webkit-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.7);
    -moz-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.7);
    border-right: 1px solid rgba(197, 196, 196, 0.5);
    display: block;
    float: left;
    margin: 10px 2% 0 0;
    min-height: 145px;
    padding: 0 21px 10px 0;
    width: 21%;
  }
  /* line 55, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  #footer-nav h2 {
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 57, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  .cms-lang-jp #footer-nav h2 {
    font-family: "ヒラギノ角ゴ Pro W3", Arial, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  /* line 64, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  #footer-nav li {
    line-height: 1.9;
  }
  /* line 68, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  #footer-nav:before {
    background: url(/spcom/sites/palgrave/images/watermark.png) no-repeat;
    display: block;
    height: 86px;
    position: absolute;
    right: 26px;
    bottom: 21px;
    width: 7.43455497382%;
  }
  /* line 75, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  #footer-nav #secret-team-link {
    cursor: default;
    display: block;
    height: 8px;
    outline: 0;
    position: absolute;
    right: 26px;
    bottom: 21px;
    width: 59px;
  }

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

@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 104, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  #mobile-nav {
    /* MQ: Widescreen */
    display: none;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 110, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  #mobile-nav .open-legal {
    line-height: 3;
    margin-right: 10px;
    vertical-align: middle;
  }
  /* line 112, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  #mobile-nav .open-legal.pillow-btn-active {
    line-height: 3.1;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 110, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  #mobile-nav .open-legal {
    /* MQ: Tablet */
    line-height: 2.4;
  }
  /* line 120, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  #mobile-nav .open-legal.pillow-btn-active {
    line-height: 2.5;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 127, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  #switch-desktop {
    position: relative;
    top: 2px;
  }
  /* line 7, ../../../springer-compass/sass/sitewide/mixins/_link-symbol.scss */
  #switch-desktop:before {
    content: '\00BB\0020';
    /* raquo + space */
  }

  /* line 132, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  #legal {
    -webkit-box-shadow: inset 0 5px 8px 0 rgba(0, 0, 0, 0.25), inset 0 -5px 8px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 5px 8px 0 rgba(0, 0, 0, 0.25), inset 0 -5px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 5px 8px 0 rgba(0, 0, 0, 0.25), inset 0 -5px 8px 0 rgba(0, 0, 0, 0.15);
    background: #3d3e43 url(../images/bg-mobile-menu.png) 0 0 repeat;
    display: none;
    margin: 10px -10px -9px -10px;
    overflow: hidden;
    padding: 19px 12px;
    position: relative;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 132, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  #legal {
    /* MQ: Tablet */
    margin: 18px -32px 0 -32px;
    padding: 16px 30px 0 30px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 132, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  #legal {
    /* MQ: Widescreen */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 0;
    padding-top: 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 156, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  body.show-legal #legal {
    display: block;
  }
  /* line 159, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  #legal a,
  #legal span {
    color: #FFF;
    display: block;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 159, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  #legal a,
  #legal span {
    /* MQ: Widescreen */
    color: #666666;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 170, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  #legal #powered-by {
    /* MQ: Tablet */
    display: inline-block;
    float: right;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 178, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  #footer-copyright {
    width: 60%;
  }

  /* line 181, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  #footer-privacy {
    line-height: 1.2;
    margin: 10px 0;
  }
  /* line 7, ../../../springer-compass/sass/sitewide/mixins/_link-symbol.scss */
  #footer-privacy:before {
    content: '\00BB\0020';
    /* raquo + space */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 181, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  #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) {
  /* line 181, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  #footer-privacy {
    /* MQ: Widescreen */
    top: 0;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 197, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  #footer-dynamic-legal {
    line-height: 1.2;
    margin: 10px 0;
  }
  /* line 7, ../../../springer-compass/sass/sitewide/mixins/_link-symbol.scss */
  #footer-dynamic-legal:before {
    content: '\00BB\0020';
    /* raquo + space */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 197, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  #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) {
  /* line 197, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  #footer-dynamic-legal {
    /* MQ: Widescreen */
    top: 20px;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 214, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  #diagnostic-info {
    margin: 10px 0;
    display: inline-block;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 214, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  #diagnostic-info {
    /* MQ: Widescreen */
    margin: 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 221, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  #diagnostic-info span {
    color: #999999;
    display: inline;
  }
  /* line 224, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  #diagnostic-info span:before {
    content: "\b7";
    margin: 0 .45em 0 0.25em;
  }
  /* line 228, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  #diagnostic-info span:first-child:before {
    content: '';
    margin: 0;
  }

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

@media screen and (min-device-width: 320px) {
  /* line 254, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  #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) {
  /* line 254, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  #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) {
  /* line 254, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  #branding-logo {
    /* MQ: Tablet */
    background-position: 0 -25px;
    height: 30px;
    margin-left: -4px;
    width: 158px;
  }
}

@media screen and (min-device-width: 320px) {
  /* Progressive Enhancement */
  /* line 276, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  .no-js #footer-legal .open-legal {
    display: none;
  }
  /* line 279, ../../../springer-compass/sass/sitewide/structure/palgrave/_footer.scss */
  .no-js #footer-legal #legal {
    display: block;
  }
}
/* Specificity */
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Lightbox Module
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/ui_patterns/_lightbox.scss */
  .lb {
    border: 1px solid #ddd;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 5, ../../../springer-compass/sass/ui_patterns/_lightbox.scss */
  .lb {
    /* MQ: Tablet */
    margin: 86px auto;
    width: 555px;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 15, ../../../springer-compass/sass/ui_patterns/_lightbox.scss */
  .js #colorbox .lb {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0;
  }

  /* line 19, ../../../springer-compass/sass/ui_patterns/_lightbox.scss */
  .lb .mod-hd {
    background: #e3e3e3 url(../images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e3e3e3));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -o-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: linear-gradient(top, #f8f8f8, #e3e3e3);
    border-bottom: 1px solid #BBBCBD;
    padding: 9px 20px;
    position: relative;
  }

  /* line 25, ../../../springer-compass/sass/ui_patterns/_lightbox.scss */
  .lb .mod-hd h3 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0;
  }

  /* line 30, ../../../springer-compass/sass/ui_patterns/_lightbox.scss */
  .lb .mod-hd .btn {
    position: absolute;
    top: 3px;
    right: 5px;
  }

  /* content */
  /* line 37, ../../../springer-compass/sass/ui_patterns/_lightbox.scss */
  .lb .mod-bd {
    padding: 20px;
  }

  /* line 40, ../../../springer-compass/sass/ui_patterns/_lightbox.scss */
  .lb .mod-bd p {
    line-height: 1.4;
  }

  /* line 43, ../../../springer-compass/sass/ui_patterns/_lightbox.scss */
  .lb .mod-bd h2 {
    margin: 0 0 14px 0;
  }

  /* line 46, ../../../springer-compass/sass/ui_patterns/_lightbox.scss */
  .lb .mod-bd #filtering-options ul li {
    margin: 14px 0;
  }

  /* line 49, ../../../springer-compass/sass/ui_patterns/_lightbox.scss */
  .lb .mod-bd #filtering-options label {
    position: relative;
    left: 5px;
    top: -2px;
  }

  /* line 52, ../../../springer-compass/sass/ui_patterns/_lightbox.scss */
  .lb .mod-bd #filtering-options input {
    margin: 0;
  }

  /* line 55, ../../../springer-compass/sass/ui_patterns/_lightbox.scss */
  .lb .mod-bd .loading {
    height: 100px;
    position: absolute;
    top: 65px;
    right: 50px;
    width: 100px;
  }

  /* line 60, ../../../springer-compass/sass/ui_patterns/_lightbox.scss */
  .lb table {
    margin-top: 16px;
    width: 100%;
  }

  /* line 64, ../../../springer-compass/sass/ui_patterns/_lightbox.scss */
  .lb th,
  .lb td {
    background-color: #F3F3F3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#F3F3F3));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #F3F3F3);
    background-image: -moz-linear-gradient(top, #f8f8f8, #F3F3F3);
    background-image: -ms-linear-gradient(top, #f8f8f8, #F3F3F3);
    background-image: -o-linear-gradient(top, #f8f8f8, #F3F3F3);
    background-image: linear-gradient(top, #f8f8f8, #F3F3F3);
    border: 1px solid #DCDCDA;
    -webkit-box-shadow: inset 0 1px 0 #FFF;
    -moz-box-shadow: inset 0 1px 0 #FFF;
    box-shadow: inset 0 1px 0 #FFF;
    padding: 12px 14px;
  }

  /* line 71, ../../../springer-compass/sass/ui_patterns/_lightbox.scss */
  .lb th {
    text-align: left;
    width: 320px;
  }

  /* line 75, ../../../springer-compass/sass/ui_patterns/_lightbox.scss */
  #filtering-options p {
    margin-bottom: 14px;
  }
}
/* Modules */
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Abstract actions */
  /* line 4, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  #abstract-actions {
    margin: 17px 0;
    min-height: 25px;
  }
  /* line 8, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  #abstract-actions .action {
    background: #e3e3e3 url(../images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e3e3e3));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -o-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: linear-gradient(top, #f8f8f8, #e3e3e3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 #FFF;
    -moz-box-shadow: inset 0 1px 0 #FFF;
    box-shadow: inset 0 1px 0 #FFF;
    border: 1px solid #bcbcbc;
    color: #666666;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 0;
    min-height: 30px;
    padding: 0;
    vertical-align: top;
    width: 99.5%;
    display: inline-block;
    /*Action icons*/
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 8, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  #abstract-actions .action {
    /* MQ: Tablet */
    min-width: 19em;
    max-width: 48%;
  }
  /* line 25, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  #abstract-actions .action:first-child {
    margin: 0 6px 6px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 8, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  #abstract-actions .action {
    /* MQ: Widescreen */
    background: none;
    background-image: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    border: none;
    color: #00768a;
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 0;
    min-height: 0;
    padding: 0;
    vertical-align: middle;
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  /* line 43, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  #abstract-actions .action:first-child {
    margin: 0 26px 0 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 46, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  #abstract-actions .action:hover, #abstract-actions .action:focus, #abstract-actions .action:active {
    border-color: #999999;
    color: #333333;
    text-decoration: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 46, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  #abstract-actions .action:hover, #abstract-actions .action:focus, #abstract-actions .action:active {
    /* MQ: Widescreen */
    border: none;
    color: #00768a;
    text-decoration: underline;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 58, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  #abstract-actions .action:active, #abstract-actions .action.act {
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.35);
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 58, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  #abstract-actions .action:active, #abstract-actions .action.act {
    /* MQ: Widescreen */
    -webkit-box-shadow: 0px 0px #000000;
    -moz-box-shadow: 0px 0px #000000;
    box-shadow: 0px 0px #000000;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 65, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  .ie9 #abstract-actions .action:active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(direction=0,color=#000000,strength=5);";
  }
  /* line 69, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  #abstract-actions .action a:before {
    content: '';
  }
  /* line 72, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  #abstract-actions .action a {
    color: #333333;
    display: block;
    line-height: 2.6;
    padding: 6px 6px 6px 48px;
    white-space: nowrap;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 72, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  #abstract-actions .action a {
    /* MQ: Widescreen */
    color: #00768a;
    display: inline-block;
    line-height: 2.2;
    padding: 0 0 0 35px;
  }
  /* line 7, ../../../springer-compass/sass/sitewide/mixins/_link-symbol.scss */
  #abstract-actions .action a:before {
    content: '\00BB\0020';
    /* raquo + space */
  }
}
@media screen and (min-device-width: 320px) {
  /* line 86, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  #abstract-actions .action span {
    display: inline-block;
  }
  /* line 89, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  #abstract-actions .action.icon-download:first-child, #abstract-actions .action.icon-view:first-child {
    background: #00768a url(../images/grdnt_blue_38a0e5_0277c4.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#008ca4), to(#00768a));
    background-image: -webkit-linear-gradient(top, #008ca4, #00768a);
    background-image: -moz-linear-gradient(top, #008ca4, #00768a);
    background-image: -ms-linear-gradient(top, #008ca4, #00768a);
    background-image: -o-linear-gradient(top, #008ca4, #00768a);
    background-image: linear-gradient(top, #008ca4, #00768a);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    border-color: #00768a;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 89, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  #abstract-actions .action.icon-download:first-child, #abstract-actions .action.icon-view:first-child {
    /* MQ: Widescreen */
    background: none;
    background-image: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    border: none;
    color: #00768a;
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 0;
    min-height: 0;
    padding: 0;
    vertical-align: middle;
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  /* line 109, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  #abstract-actions .action.icon-download:first-child:first-child, #abstract-actions .action.icon-view:first-child:first-child {
    margin: 0 26px 0 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 111, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  #abstract-actions .action.icon-download:first-child:hover, #abstract-actions .action.icon-download:first-child:focus, #abstract-actions .action.icon-download:first-child:active, #abstract-actions .action.icon-download:first-child.act, #abstract-actions .action.icon-view:first-child:hover, #abstract-actions .action.icon-view:first-child:focus, #abstract-actions .action.icon-view:first-child:active, #abstract-actions .action.icon-view:first-child.act {
    border-color: #008ca4;
    color: #008ca4;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 111, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  #abstract-actions .action.icon-download:first-child:hover, #abstract-actions .action.icon-download:first-child:focus, #abstract-actions .action.icon-download:first-child:active, #abstract-actions .action.icon-download:first-child.act, #abstract-actions .action.icon-view:first-child:hover, #abstract-actions .action.icon-view:first-child:focus, #abstract-actions .action.icon-view:first-child:active, #abstract-actions .action.icon-view:first-child.act {
    /* MQ: Widescreen */
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    border: none;
    color: #00768a;
    text-decoration: underline;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 124, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  #abstract-actions .action.icon-download:first-child a,
  #abstract-actions .action.icon-download:first-child span, #abstract-actions .action.icon-view:first-child a,
  #abstract-actions .action.icon-view:first-child span {
    color: #FFF;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 124, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  #abstract-actions .action.icon-download:first-child a,
  #abstract-actions .action.icon-download:first-child span, #abstract-actions .action.icon-view:first-child a,
  #abstract-actions .action.icon-view:first-child span {
    /* MQ: Widescreen */
    color: #00768a;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 133, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  #abstract-actions .action.icon-download a {
    background-position: 12px -91px;
    /* white icon */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 133, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  #abstract-actions .action.icon-download a {
    /* MQ: Widescreen */
    background-position: 0 -50px;
    /* blue icon */
  }
}
@media screen and (min-device-width: 320px) {
  /* line 139, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  #abstract-actions .action.icon-view:first-child a {
    background-position: 12px -241px;
    /* white icon */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 139, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  #abstract-actions .action.icon-view:first-child a {
    /* MQ: Widescreen */
    background-position: 0 -200px;
    /* blue icon */
  }
}
@media screen and (min-device-width: 320px) {
  /* line 145, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  #abstract-actions .action.icon-view a {
    background-position: 12px -141px;
    /* grey icon */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 145, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  #abstract-actions .action.icon-view a {
    /* MQ: Widescreen */
    background-position: 0 -200px;
    /* blue icon */
  }
}
@media screen and (min-device-width: 320px) {
  /* line 155, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  #abstract-actions .leaf-pricing {
    overflow: auto;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 155, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  #abstract-actions .leaf-pricing {
    /* MQ: Tablet */
    display: inline-block;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 155, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  #abstract-actions .leaf-pricing {
    /* MQ: Widescreen */
    vertical-align: middle;
    margin: 0 14px 0 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 167, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  #abstract-actions .leaf-pricing form {
    display: inline;
  }
  /* line 172, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  #abstract-actions #leaf-pricing-buy-now {
    margin: 0;
    float: right;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 172, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  #abstract-actions #leaf-pricing-buy-now {
    /* MQ: Tablet */
    float: none;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 181, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  #abstract-actions .leaf-pricing-content {
    margin: 0 14px 14px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 181, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  #abstract-actions .leaf-pricing-content {
    /* MQ: Tablet */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 181, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  #abstract-actions .leaf-pricing-content {
    /* MQ: Widescreen */
    margin-bottom: 0;
    max-width: 256px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 193, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  #abstract-actions .leaf-pricing-content h3 {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 0;
  }
  /* line 198, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  #abstract-actions .leaf-pricing-content .content-prices {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 14px;
  }
  /* line 203, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  #abstract-actions .leaf-pricing-content .price-disclaimer {
    font-size: 11px;
    font-size: 1.1rem;
    color: #777777;
  }
  /* line 209, ../../../springer-compass/sass/ui_patterns/_abstract_actions.scss */
  #abstract-actions #leaf-pricing-buy-now,
  #abstract-actions .leaf-pricing-content {
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Action
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/ui_patterns/_action.scss */
  .action {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    display: block;
    margin: 7px 26px 7px 0;
    /* link */
    /* text (e.g. filesize) */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 5, ../../../springer-compass/sass/ui_patterns/_action.scss */
  .action {
    /* MQ: Tablet */
    display: inline-block;
    margin: 0 26px 0 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 7, ../../../springer-compass/sass/sitewide/mixins/_link-symbol.scss */
  .action a:before {
    content: '\00BB\0020';
    /* raquo + space */
  }
  /* line 21, ../../../springer-compass/sass/ui_patterns/_action.scss */
  .action span {
    color: #999999;
    font-weight: normal;
  }

  /* Icons (KS: refactoring needed! get rid of *-alt)
  ------------------------------------------------------------------------------*/
  /* line 30, ../../../springer-compass/sass/ui_patterns/_action.scss */
  .icon-download a,
  .icon-download-alt a,
  .icon-view a,
  .icon-view-alt a,
  .icon-browse a,
  .icon-browse-alt a,
  .icon-unlock a,
  .icon-unlock-alt a {
    background: url(/spcom/sites/palgrave/images/action_icons.png) no-repeat;
    display: inline-block;
    padding-left: 35px;
  }

  /* line 42, ../../../springer-compass/sass/ui_patterns/_action.scss */
  .icon-download a {
    background-position: 12px 9px;
    /* grey */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 42, ../../../springer-compass/sass/ui_patterns/_action.scss */
  .icon-download a {
    /* MQ: Widescreen */
    background-position: 0 -50px;
    /* blue */
  }
}

@media screen and (min-device-width: 320px) {
  /* line 50, ../../../springer-compass/sass/ui_patterns/_action.scss */
  .icon-view a {
    background-position: 12px -141px;
    /* grey */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 50, ../../../springer-compass/sass/ui_patterns/_action.scss */
  .icon-view a {
    /* MQ: Widescreen */
    background-position: 0 -200px;
    /* blue */
  }
}

@media screen and (min-device-width: 320px) {
  /* line 58, ../../../springer-compass/sass/ui_patterns/_action.scss */
  .icon-browse a {
    background-position: 12px -291px;
    /* grey */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 58, ../../../springer-compass/sass/ui_patterns/_action.scss */
  .icon-browse a {
    /* MQ: Widescreen */
    background-position: 0 -350px;
    /* blue */
  }
}

@media screen and (min-device-width: 320px) {
  /* line 66, ../../../springer-compass/sass/ui_patterns/_action.scss */
  .icon-unlock a {
    background-position: 12px -441px;
    /* grey */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 66, ../../../springer-compass/sass/ui_patterns/_action.scss */
  .icon-unlock a {
    /* MQ: Widescreen */
    background-position: 0 -500px;
    /* blue */
  }
}

@media screen and (min-device-width: 320px) {
  /* line 74, ../../../springer-compass/sass/ui_patterns/_action.scss */
  .icon-download-alt a,
  .bar-actions .icon-download a {
    background-position: 0 -100px;
    /* white */
  }

  /* line 78, ../../../springer-compass/sass/ui_patterns/_action.scss */
  .icon-view-alt a,
  .bar-actions .icon-view a {
    background-position: 0 -250px;
    /* white */
  }

  /* line 82, ../../../springer-compass/sass/ui_patterns/_action.scss */
  .icon-browse-alt a,
  .bar-actions .icon-browse a {
    background-position: 0 -400px;
    /* white */
  }

  /* line 86, ../../../springer-compass/sass/ui_patterns/_action.scss */
  .icon-unlock-alt a,
  .bar-actions .icon-unlock a {
    background-position: 0 -550px;
    /* white */
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Actions bar
  ------------------------------------------------------------------------------*/
  /* bar in default state and scrolled state */
  /* line 6, ../../../springer-compass/sass/ui_patterns/_actions_bar.scss */
  .bar-dock {
    display: none;
    min-height: 38px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 6, ../../../springer-compass/sass/ui_patterns/_actions_bar.scss */
  .bar-dock {
    /* MQ: Widescreen */
    display: block;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 14, ../../../springer-compass/sass/ui_patterns/_actions_bar.scss */
  .bar-dock.myspringer {
    margin-top: 10px;
    display: block;
  }

  /* line 20, ../../../springer-compass/sass/ui_patterns/_actions_bar.scss */
  .bar-actions {
    background: #00768a url(../images/grdnt_blue_38a0e5_0277c4.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#008ca4), to(#00768a));
    background-image: -webkit-linear-gradient(top, #008ca4, #00768a);
    background-image: -moz-linear-gradient(top, #008ca4, #00768a);
    background-image: -ms-linear-gradient(top, #008ca4, #00768a);
    background-image: -o-linear-gradient(top, #008ca4, #00768a);
    background-image: linear-gradient(top, #008ca4, #00768a);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    border: 1px solid #00768a;
    color: #FFF;
    min-height: 26px;
    line-height: 2.2;
    padding: 5px 4.148936170936% 4px;
    /* Math: 40 / 940 - 1 / 940 for the border 0,10638297872 */
    position: relative;
    z-index: 10;
  }

  /* line 32, ../../../springer-compass/sass/ui_patterns/_actions_bar.scss */
  .ie6 .bar-actions {
    height: 26px;
  }

  /* Stick to top of viewport */
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* MQ: Widescreen */
  /* line 38, ../../../springer-compass/sass/ui_patterns/_actions_bar.scss */
  .bar-dock .bar-scrolled {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    z-index: 5;
    /* left set via jQuery */
    max-width: 960px;
  }
}
@media screen and (min-device-width: 320px) {
  /* links & actions */
  /* line 46, ../../../springer-compass/sass/ui_patterns/_actions_bar.scss */
  .bar-actions a {
    color: #ffffff;
    font-weight: bold;
  }

  /* line 50, ../../../springer-compass/sass/ui_patterns/_actions_bar.scss */
  .bar-actions .action span {
    color: #FFF;
  }

  /* search within */
  /* line 54, ../../../springer-compass/sass/ui_patterns/_actions_bar.scss */
  .bar-actions form {
    background: url(../images/search_within_arrow.png) no-repeat 0 3px;
    height: 24px;
    padding-left: 22px;
    margin: 7px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 54, ../../../springer-compass/sass/ui_patterns/_actions_bar.scss */
  .bar-actions form {
    /* MQ: Widescreen */
    margin: 0;
    position: absolute;
    right: 40px;
    top: 6px;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 66, ../../../springer-compass/sass/ui_patterns/_actions_bar.scss */
  .bar-actions input {
    float: left;
  }

  /* line 69, ../../../springer-compass/sass/ui_patterns/_actions_bar.scss */
  .bar-actions input.search-within {
    border: 1px solid #00768a;
    font-size: 12px;
    font-size: 1.2rem;
    height: 18px;
    letter-spacing: 0.02em;
    padding: 2px 10px;
    position: relative;
    width: 189px;
  }

  /* line 78, ../../../springer-compass/sass/ui_patterns/_actions_bar.scss */
  .bar-actions input.search-within:focus {
    outline: none;
  }

  /* line 81, ../../../springer-compass/sass/ui_patterns/_actions_bar.scss */
  .bar-actions .search-submit {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4576px no-repeat;
    background-color: #00768a;
    border: 1px solid #00768a;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    color: #FFF;
    font-size: 14px;
    font-size: 1.4rem;
    height: 24px;
    margin-left: -1px;
    padding: 0;
    position: relative;
    width: 30px;
  }

  /* line 94, ../../../springer-compass/sass/ui_patterns/_actions_bar.scss */
  .bar-actions .search-submit:hover,
  .bar-actions .search-submit:focus {
    border-color: #008ca4;
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4528px no-repeat;
  }

  /* line 100, ../../../springer-compass/sass/ui_patterns/_actions_bar.scss */
  .bar-actions .search-submit:active {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4485px no-repeat;
    border-color: #008ca4;
  }

  /* Restricted Access */
  /* line 106, ../../../springer-compass/sass/ui_patterns/_actions_bar.scss */
  .bar-wrapper {
    position: relative;
  }

  /* line 109, ../../../springer-compass/sass/ui_patterns/_actions_bar.scss */
  .js .unlock-wrapper {
    position: absolute;
    top: 37px;
    z-index: 5;
    width: 100%;
  }

  /* line 113, ../../../springer-compass/sass/ui_patterns/_actions_bar.scss */
  .bar-access-restr {
    background: #feeeae url(../images/grdnt_yellow_fff3c6_feeeae.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff3c6), to(#feeeae));
    background-image: -webkit-linear-gradient(top, #fff3c6, #feeeae);
    background-image: -moz-linear-gradient(top, #fff3c6, #feeeae);
    background-image: -ms-linear-gradient(top, #fff3c6, #feeeae);
    background-image: -o-linear-gradient(top, #fff3c6, #feeeae);
    background-image: linear-gradient(top, #fff3c6, #feeeae);
    border: 1px solid #fdda4c;
    border-width: 0 1px 1px 1px;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    color: #333333;
    line-height: 2.2;
    min-height: 28px;
    text-align: center;
    text-shadow: 0 2px 1px rgba(255, 255, 255, 0.6);
    padding: 0 4.25531914894% 0 4.25531914894%;
    /* Math: 40 / 940 */
  }

  /* line 126, ../../../springer-compass/sass/ui_patterns/_actions_bar.scss */
  .bar-access-restr strong {
    background: url(../images/lock.png) no-repeat 0 4px;
    display: inline-block;
    padding: 0 0 0 31px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Alert messages
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/ui_patterns/_alerts.scss */
  .alert {
    position: relative;
    margin: 20px 0;
    border: 1px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 14px 14px 14px 41px;
    vertical-align: top;
  }
  /* line 13, ../../../springer-compass/sass/ui_patterns/_alerts.scss */
  .alert .alert-block {
    padding-bottom: 16px;
  }
  /* line 17, ../../../springer-compass/sass/ui_patterns/_alerts.scss */
  .alert:before {
    position: absolute;
    left: 14px;
    top: 14px;
  }
  /* line 23, ../../../springer-compass/sass/ui_patterns/_alerts.scss */
  .alert *:first-child {
    margin-top: 1px;
  }
  /* line 27, ../../../springer-compass/sass/ui_patterns/_alerts.scss */
  .alert *:last-child {
    margin-bottom: 0;
  }
  /* line 31, ../../../springer-compass/sass/ui_patterns/_alerts.scss */
  .alert p,
  .alert ul,
  .alert ol {
    line-height: 1.4;
    margin-bottom: 5px;
  }
  /* line 38, ../../../springer-compass/sass/ui_patterns/_alerts.scss */
  .alert p strong {
    display: block;
    margin-bottom: 5px;
  }

  /* line 44, ../../../springer-compass/sass/ui_patterns/_alerts.scss */
  .alert-success {
    border-color: #71ab0b;
    background: rgba(113, 171, 11, 0.1);
  }
  /* line 48, ../../../springer-compass/sass/ui_patterns/_alerts.scss */
  .alert-success:before {
    content: url(../images/alert-success.png);
    display: block;
    float: none;
    width: 19px;
    height: 19px;
  }

  /* line 53, ../../../springer-compass/sass/ui_patterns/_alerts.scss */
  .alert-info {
    border-color: #008ca4;
    background: rgba(0, 140, 164, 0.1);
  }
  /* line 57, ../../../springer-compass/sass/ui_patterns/_alerts.scss */
  .alert-info:before {
    content: url(../images/alert-info.png);
    display: block;
    float: none;
    width: 19px;
    height: 19px;
  }

  /* line 62, ../../../springer-compass/sass/ui_patterns/_alerts.scss */
  .alert-warning {
    border-color: #ffcc00;
    background: rgba(255, 204, 0, 0.1);
  }
  /* line 66, ../../../springer-compass/sass/ui_patterns/_alerts.scss */
  .alert-warning:before {
    content: url(../images/alert-warning.png);
    display: block;
    float: none;
    width: 19px;
    height: 19px;
  }

  /* line 71, ../../../springer-compass/sass/ui_patterns/_alerts.scss */
  .alert-error {
    border-color: #cc0000;
    background: rgba(204, 0, 0, 0.08);
  }
  /* line 75, ../../../springer-compass/sass/ui_patterns/_alerts.scss */
  .alert-error:before {
    content: url(../images/alert-error.png);
    display: block;
    float: none;
    width: 19px;
    height: 19px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* line 2, ../../../springer-compass/sass/ui_patterns/_article_note.scss */
  .article-note {
    border-top: 1px solid #ddd;
    padding-top: 7px;
    color: #777777;
    margin: 24px 0;
    /* 24px 0 -13px 0 */
  }
  /* line 8, ../../../springer-compass/sass/ui_patterns/_article_note.scss */
  .article-note div.simple-para,
  .article-note p {
    display: block;
    font-style: italic;
    line-height: 1.4;
    padding-left: 20px;
    margin: 7px 0 12px 0;
  }
  /* line 17, ../../../springer-compass/sass/ui_patterns/_article_note.scss */
  .article-note div.simple-para:before,
  .article-note p:before {
    content: "\02022\0020";
    /* bull + space */
    margin-left: -13px;
    padding-right: 4px;
    position: relative;
    top: 0;
  }

  /* line 26, ../../../springer-compass/sass/ui_patterns/_article_note.scss */
  #predecessor-info.article-note {
    border-top: 0 none;
    padding-top: 0;
  }
  /* line 29, ../../../springer-compass/sass/ui_patterns/_article_note.scss */
  #predecessor-info.article-note p {
    margin-top: 0;
  }

  /* line 34, ../../../springer-compass/sass/ui_patterns/_article_note.scss */
  .lt-ie8 .formatted .article-note {
    margin: 2px 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* authors/editors */
  /* line 4, ../../../springer-compass/sass/ui_patterns/_authors_editors.scss */
  .editor-list,
  .author-list {
    margin: 0 0 7px 0;
  }
  /* line 7, ../../../springer-compass/sass/ui_patterns/_authors_editors.scss */
  .editor-list h2,
  .author-list h2 {
    display: inline;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: normal;
  }
  /* line 14, ../../../springer-compass/sass/ui_patterns/_authors_editors.scss */
  .editor-list ul,
  .author-list ul {
    display: inline;
  }
  /* line 19, ../../../springer-compass/sass/ui_patterns/_authors_editors.scss */
  .editor-list .authors li,
  .editor-list .editors li,
  .author-list .authors li,
  .author-list .editors li {
    display: inline;
    line-height: 1.5;
  }
  /* line 23, ../../../springer-compass/sass/ui_patterns/_authors_editors.scss */
  .editor-list .authors a,
  .editor-list .editors a,
  .author-list .authors a,
  .author-list .editors a {
    border-bottom: 1px solid #D7D6D6;
    color: #333333;
  }
  /* line 26, ../../../springer-compass/sass/ui_patterns/_authors_editors.scss */
  .editor-list .authors a:hover,
  .editor-list .editors a:hover,
  .author-list .authors a:hover,
  .author-list .editors a:hover {
    border-color: #333333;
    text-decoration: none;
  }
  /* line 31, ../../../springer-compass/sass/ui_patterns/_authors_editors.scss */
  .editor-list .authors .show-all-hide-authors,
  .editor-list .editors .show-all-hide-authors,
  .author-list .authors .show-all-hide-authors,
  .author-list .editors .show-all-hide-authors {
    display: none;
  }
  /* line 34, ../../../springer-compass/sass/ui_patterns/_authors_editors.scss */
  .editor-list .authors .show-all,
  .editor-list .authors .hide-some,
  .editor-list .editors .show-all,
  .editor-list .editors .hide-some,
  .author-list .authors .show-all,
  .author-list .authors .hide-some,
  .author-list .editors .show-all,
  .author-list .editors .hide-some {
    color: #666666;
    cursor: pointer;
    font-size: 11px;
    font-size: 1.1rem;
    text-decoration: underline;
    white-space: nowrap;
  }
  /* line 42, ../../../springer-compass/sass/ui_patterns/_authors_editors.scss */
  .editor-list .authors .show-all:hover,
  .editor-list .authors .hide-some:hover,
  .editor-list .editors .show-all:hover,
  .editor-list .editors .hide-some:hover,
  .author-list .authors .show-all:hover,
  .author-list .authors .hide-some:hover,
  .author-list .editors .show-all:hover,
  .author-list .editors .hide-some:hover {
    color: #333333;
  }

  /* line 49, ../../../springer-compass/sass/ui_patterns/_authors_editors.scss */
  .show-all-authors,
  .hide-authors,
  .show-all-editors,
  .hide-editors {
    color: #00768a;
    cursor: pointer;
    text-decoration: underline;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Autosuggest / Autocomplete
    ------------------------------------------------------------------------------*/
  /* line 6, ../../../springer-compass/sass/ui_patterns/_autosuggest.scss */
  .ui-autocomplete {
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    background: #FFF;
    border: 1px solid #bcbcbc;
    padding: 7px 0 5px 0;
    position: absolute;
    left: 0;
  }
  /* line 12, ../../../springer-compass/sass/ui_patterns/_autosuggest.scss */
  .ui-autocomplete li
  a {
    color: #666666;
    cursor: default;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 3px 9px;
    text-decoration: none;
  }
  /* line 20, ../../../springer-compass/sass/ui_patterns/_autosuggest.scss */
  .ui-autocomplete li
  a:focus, .ui-autocomplete li
  a.ui-state-focus, .ui-autocomplete li
  a:hover, .ui-autocomplete li
  a.ui-state-hover {
    background: #E6F1F9;
  }
  /* line 27, ../../../springer-compass/sass/ui_patterns/_autosuggest.scss */
  .ui-autocomplete strong {
    color: #333333;
    font-style: normal;
    font-weight: bold;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Back link
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/ui_patterns/_backlink.scss */
  .back-link {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAYAAAALpr0TAAAAJklEQVQYlWNggALGssP/GQgBxrLD/2GYKEUEFRNt9VBSiO5zZBoA5cEsdfq340wAAAAASUVORK5CYII=") no-repeat 0 1px;
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    position: relative;
    padding: 2px 0 0 20px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* line 2, ../../../springer-compass/sass/ui_patterns/_banner_advert.scss */
  .banner-advert {
    position: absolute;
    top: 13.75em;
    right: -13.4em;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s 0.5s, opacity 0.5s linear;
    transition: visibility 0s 0.5s, opacity 0.5s linear;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1180px) {
  /* line 16, ../../../springer-compass/sass/ui_patterns/_banner_advert.scss */
  .banner-advert {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Box
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/ui_patterns/_box.scss */
  .box {
    border: 1px solid #ddd;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    padding: 15px 20px;
  }
  /* line 10, ../../../springer-compass/sass/ui_patterns/_box.scss */
  .box:last-child {
    margin-bottom: 0;
  }
  /* line 13, ../../../springer-compass/sass/ui_patterns/_box.scss */
  .box .box-section {
    border-top: 1px solid #ddd;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    clear: both;
    margin: 14px -20px 0;
    padding: 14px 20px 0;
  }

  /* line 21, ../../../springer-compass/sass/ui_patterns/_box.scss */
  .box-header {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.2;
    margin: 0 0 25px;
  }

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

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

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

  /* line 65, ../../../springer-compass/sass/ui_patterns/_box.scss */
  .confirmation-box {
    background: #f1f6e6;
    border: 1px solid #71AB0B;
    border-radius: 2px;
    padding-top: 9px;
  }
  /* line 71, ../../../springer-compass/sass/ui_patterns/_box.scss */
  .confirmation-box p:first-child {
    margin-top: 10px;
  }
  /* line 75, ../../../springer-compass/sass/ui_patterns/_box.scss */
  .confirmation-box h2 {
    font-size: 19px;
    font-size: 1.9rem;
  }
  /* line 79, ../../../springer-compass/sass/ui_patterns/_box.scss */
  .confirmation-box.styled-checkmark {
    zoom: 1;
    background: url(/spcom/sites/palgrave/images/checkmark-green.png) no-repeat 12px 12px #f1f6e6;
    line-height: 1.5em;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .confirmation-box.styled-checkmark:before, .confirmation-box.styled-checkmark:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .confirmation-box.styled-checkmark:after {
    clear: both;
  }
  /* line 86, ../../../springer-compass/sass/ui_patterns/_box.scss */
  .confirmation-box.styled-checkmark h2,
  .confirmation-box.styled-checkmark p {
    margin-left: 28px;
  }
  /* line 90, ../../../springer-compass/sass/ui_patterns/_box.scss */
  .confirmation-box.styled-checkmark h2:first-child,
  .confirmation-box.styled-checkmark p:first-child {
    margin-top: 0;
  }
  /* line 96, ../../../springer-compass/sass/ui_patterns/_box.scss */
  .confirmation-box.styled-checkmark > a {
    float: right;
  }
  /* line 7, ../../../springer-compass/sass/sitewide/mixins/_link-symbol.scss */
  .confirmation-box.styled-checkmark > a:before {
    content: '\00BB\0020';
    /* raquo + space */
  }

  /* line 105, ../../../springer-compass/sass/ui_patterns/_box.scss */
  .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;
  }

  /* line 120, ../../../springer-compass/sass/ui_patterns/_box.scss */
  .popup-box .btn-monster {
    margin-top: 1em;
  }

  /* line 124, ../../../springer-compass/sass/ui_patterns/_box.scss */
  .popup-box .closeTrigger {
    position: absolute;
    right: 20px;
    /* IE8 */
    right: 2rem;
  }

  /* line 130, ../../../springer-compass/sass/ui_patterns/_box.scss */
  .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 */
  /* Browsing Area ('jump to' box)
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/ui_patterns/_browse.scss */
  .browse {
    margin: 25px 0 25px 0;
    position: relative;
    zoom: 1;
  }
  /* line 9, ../../../springer-compass/sass/ui_patterns/_browse.scss */
  .browse p {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
  /* line 13, ../../../springer-compass/sass/ui_patterns/_browse.scss */
  .browse p strong {
    font-size: 18px;
    font-size: 1.8rem;
  }
  /* line 17, ../../../springer-compass/sass/ui_patterns/_browse.scss */
  .browse form {
    zoom: 1;
    margin-bottom: 1em;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .browse form:before, .browse form:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .browse form:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 17, ../../../springer-compass/sass/ui_patterns/_browse.scss */
  .browse form {
    /* MQ: Widescreen */
    margin-bottom: 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 26, ../../../springer-compass/sass/ui_patterns/_browse.scss */
  .browse label {
    cursor: text;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 8px;
  }
  /* line 32, ../../../springer-compass/sass/ui_patterns/_browse.scss */
  .browse .field {
    float: left;
    margin-right: 6px;
  }
  /* line 35, ../../../springer-compass/sass/ui_patterns/_browse.scss */
  .browse .field .error-message {
    bottom: 32px;
  }
  /* line 39, ../../../springer-compass/sass/ui_patterns/_browse.scss */
  .browse input.text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 24px;
    width: 86px;
  }
  /* line 44, ../../../springer-compass/sass/ui_patterns/_browse.scss */
  .browse .search-submit {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4576px no-repeat;
    border: 1px solid #00768a;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    float: left;
    height: 24px;
    width: 29px;
  }
  /* line 51, ../../../springer-compass/sass/ui_patterns/_browse.scss */
  .browse .search-submit:hover, .browse .search-submit:focus {
    border-color: #008ca4;
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4528px no-repeat;
  }
  /* line 56, ../../../springer-compass/sass/ui_patterns/_browse.scss */
  .browse .search-submit:active {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4485px no-repeat;
    border-color: #008ca4;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 61, ../../../springer-compass/sass/ui_patterns/_browse.scss */
  .browse .all {
    /* MQ: Widescreen */
    margin: 0;
    position: absolute;
    right: 20px;
    bottom: 13px;
  }
}

@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 69, ../../../springer-compass/sass/ui_patterns/_browse.scss */
  .browse-no-search .all {
    /* MQ: Widescreen */
    float: right;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 76, ../../../springer-compass/sass/ui_patterns/_browse.scss */
  .browse-no-search p {
    display: block;
    margin-bottom: 8px;
  }

  /* Book Series page
  ------------------------------------------------------------------------------*/
  /* browse */
  /* line 85, ../../../springer-compass/sass/ui_patterns/_browse.scss */
  #book-series .browse input.text {
    width: 100%;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Buttons with text
   ------------------------------------------------------------------------------*/
  /* basics (grey) - essential class for every button, other .btn-* are optional */
  /* line 6, ../../../springer-compass/sass/ui_patterns/_buttons.scss */
  .btn {
    background: #e3e3e3 url(../images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e3e3e3));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -o-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: linear-gradient(top, #f8f8f8, #e3e3e3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 #FFF;
    -moz-box-shadow: inset 0 1px 0 #FFF;
    box-shadow: inset 0 1px 0 #FFF;
    border: 1px solid #bcbcbc;
    color: #666666;
    font-size: 13px;
    font-size: 1.3rem;
    display: inline-block;
    height: 21px;
    line-height: 1.7;
    padding: 1px 10px 0;
    white-space: nowrap;
  }
  /* line 19, ../../../springer-compass/sass/ui_patterns/_buttons.scss */
  .btn:hover, .btn:focus, .btn:active {
    border-color: #999999;
    color: #333333;
    text-decoration: none;
  }
  /* line 26, ../../../springer-compass/sass/ui_patterns/_buttons.scss */
  .btn:active, .btn.act {
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.35);
  }
  /* line 30, ../../../springer-compass/sass/ui_patterns/_buttons.scss */
  .ie9 .btn:active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(direction=0,color=#000000,strength=5);";
  }

  /* line 34, ../../../springer-compass/sass/ui_patterns/_buttons.scss */
  button.btn {
    height: 24px;
    /* needs height including the 2 px for the border */
    padding-top: 0;
  }

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

  /* close */
  /* line 57, ../../../springer-compass/sass/ui_patterns/_buttons.scss */
  .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 */
  /* line 67, ../../../springer-compass/sass/ui_patterns/_buttons.scss */
  .btn-dd {
    cursor: pointer;
    position: relative;
  }
  /* line 71, ../../../springer-compass/sass/ui_patterns/_buttons.scss */
  .btn-dd:after {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAGklEQVQImWP4jwcwMDAwMOCUgAGcEsgKkPkA9no/wdzS4fwAAAAASUVORK5CYII=") no-repeat right top;
    content: '';
    display: inline-block;
    height: 6px;
    width: 33px;
  }
  /* line 78, ../../../springer-compass/sass/ui_patterns/_buttons.scss */
  .btn-dd .menu {
    background: #FFF;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
    display: none;
    position: absolute;
    top: 23px;
    left: -1px;
    min-width: 100%;
    z-index: 5;
  }
  /* line 87, ../../../springer-compass/sass/ui_patterns/_buttons.scss */
  .no-js .btn-dd:hover .menu {
    display: block;
  }
  /* line 90, ../../../springer-compass/sass/ui_patterns/_buttons.scss */
  .btn-dd .menu a {
    display: block;
    padding: 4px 11px;
  }
  /* line 7, ../../../springer-compass/sass/sitewide/mixins/_link-symbol.scss */
  .btn-dd .menu a:before {
    content: '\00BB\0020';
    /* raquo + space */
  }
  /* line 95, ../../../springer-compass/sass/ui_patterns/_buttons.scss */
  .btn-dd .menu a:hover {
    background: #008ca4;
    text-decoration: none;
  }

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

  /* monster */
  /* line 118, ../../../springer-compass/sass/ui_patterns/_buttons.scss */
  .btn-monster {
    font-size: 15px;
    font-size: 1.5rem;
    height: 28px;
    padding: 1px 12px 0 12px;
  }

  /* line 123, ../../../springer-compass/sass/ui_patterns/_buttons.scss */
  button.btn-monster {
    height: 31px;
    /* needs height including the 2 px for the border */
    padding-top: 0;
  }

  /* Buttons / Links with add icon */
  /* line 129, ../../../springer-compass/sass/ui_patterns/_buttons.scss */
  .btn-add:before {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -3828px no-repeat;
    content: '';
    display: inline-block;
    height: 11px;
    margin-right: 6px;
    position: relative;
    top: 1px;
    width: 11px;
  }

  /* higher buttons in lightboxes */
  /* line 140, ../../../springer-compass/sass/ui_patterns/_buttons.scss */
  .facet-expanded .facet-header .btn,
  .lb .mod-hd .btn,
  #cboxContent .functions-bar .btn,
  #reader-buttons .btn {
    height: 25px;
  }

  /* line 147, ../../../springer-compass/sass/ui_patterns/_buttons.scss */
  .btn-link {
    background: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #00768a;
    padding-left: 0;
  }

  /* Buttons without text
  ------------------------------------------------------------------------------*/
  /* line 158, ../../../springer-compass/sass/ui_patterns/_buttons.scss */
  .remove-btn {
    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 */
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -1315px no-repeat;
    cursor: pointer;
    height: 24px;
    width: 24px;
  }
  /* line 164, ../../../springer-compass/sass/ui_patterns/_buttons.scss */
  .remove-btn:hover, .remove-btn:focus {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -1289px no-repeat;
  }
  /* line 168, ../../../springer-compass/sass/ui_patterns/_buttons.scss */
  .remove-btn:active {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.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 */
  /* line 6, ../../../springer-compass/sass/ui_patterns/_buttons_palgrave.scss */
  .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image: none;
    background-color: #e3e3e3;
    border: none;
    color: #333333;
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 1px;
    padding-bottom: 0;
    font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    box-sizing: border-box;
    height: 30px;
  }
  /* line 20, ../../../springer-compass/sass/ui_patterns/_buttons_palgrave.scss */
  .btn:active, .btn.act {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 24, ../../../springer-compass/sass/ui_patterns/_buttons_palgrave.scss */
  .ie9 .btn:active {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
  }

  /* line 29, ../../../springer-compass/sass/ui_patterns/_buttons_palgrave.scss */
  button.btn {
    padding-top: 0;
    height: 30px;
  }

  /* Primary buttons */
  /* line 35, ../../../springer-compass/sass/ui_patterns/_buttons_palgrave.scss */
  .btn-primary {
    color: white;
    background-color: #00768a;
  }
  /* line 39, ../../../springer-compass/sass/ui_patterns/_buttons_palgrave.scss */
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.act {
    background-image: none;
    background-color: #008ca4;
  }

  /* line 48, ../../../springer-compass/sass/ui_patterns/_buttons_palgrave.scss */
  .btn-secondary {
    color: white;
    background-color: #333;
  }
  /* line 52, ../../../springer-compass/sass/ui_patterns/_buttons_palgrave.scss */
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.act {
    color: white;
    background-image: none;
    background-color: #4c4d51;
  }

  /* line 62, ../../../springer-compass/sass/ui_patterns/_buttons_palgrave.scss */
  .btn {
    position: relative;
    padding-right: 2em;
    text-align: left;
    width: auto;
  }
  /* line 7, ../../../springer-compass/sass/sitewide/mixins/_buttons.scss */
  .btn:after {
    content: "A";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: block;
    right: 7px;
    top: 1px;
  }

  /* line 65, ../../../springer-compass/sass/ui_patterns/_buttons_palgrave.scss */
  .btn-back {
    position: relative;
    padding-left: 1.3em;
    padding-right: 0;
    text-align: left;
    width: auto;
  }
  /* line 20, ../../../springer-compass/sass/sitewide/mixins/_buttons.scss */
  .btn-back:before {
    content: "@";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: block;
    left: 0;
    top: 2px;
  }
  /* line 25, ../../../springer-compass/sass/sitewide/mixins/_buttons.scss */
  .btn-back:after {
    content: "";
  }

  /* line 68, ../../../springer-compass/sass/ui_patterns/_buttons_palgrave.scss */
  .btn-monster {
    padding-top: 6px;
    height: 40px;
    position: relative;
    padding-right: 2em;
    text-align: left;
    width: auto;
  }
  /* line 7, ../../../springer-compass/sass/sitewide/mixins/_buttons.scss */
  .btn-monster:after {
    content: "A";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: block;
    right: 7px;
    top: 6px;
  }
  /* line 73, ../../../springer-compass/sass/ui_patterns/_buttons_palgrave.scss */
  .btn-monster.btn-pointy {
    padding-right: 28px;
  }
  /* line 76, ../../../springer-compass/sass/ui_patterns/_buttons_palgrave.scss */
  .btn-monster.btn-pointy:after {
    right: 11px;
  }

  /* line 82, ../../../springer-compass/sass/ui_patterns/_buttons_palgrave.scss */
  button.btn-monster {
    padding-top: 0;
    height: 40px;
  }

  /* line 87, ../../../springer-compass/sass/ui_patterns/_buttons_palgrave.scss */
  .btn-link {
    background: none;
    color: #00768a;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    font-family: Verdana, sans-serif;
  }
  /* line 94, ../../../springer-compass/sass/ui_patterns/_buttons_palgrave.scss */
  .btn-link:hover, .btn-link:focus, .btn-link:active {
    color: #00768a;
    text-decoration: underline;
  }

  /* line 102, ../../../springer-compass/sass/ui_patterns/_buttons_palgrave.scss */
  button.btn-link:after {
    top: 7px;
  }

  /* line 107, ../../../springer-compass/sass/ui_patterns/_buttons_palgrave.scss */
  button.btn-monster.btn-link:after {
    top: 12px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Pillow-emboss button
    ------------------------------------------------------------------------------*/
  /* line 6, ../../../springer-compass/sass/ui_patterns/_button-pillow.scss */
  .pillow-btn {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    -webkit-transition: right 0.25s ease-in-out;
    -moz-transition: right 0.25s ease-in-out;
    -o-transition: right 0.25s ease-in-out;
    transition: right 0.25s ease-in-out;
    border: 1px solid #ddd;
    cursor: pointer;
    display: inline-block;
    height: 34px;
    opacity: 1;
    padding: 0 15px;
    visibility: visible;
    white-space: nowrap;
  }
  /* line 19, ../../../springer-compass/sass/ui_patterns/_button-pillow.scss */
  .ie9 .pillow-btn {
    filter: none;
  }
  /* line 22, ../../../springer-compass/sass/ui_patterns/_button-pillow.scss */
  .pillow-btn:hover {
    border-color: #bcbcbc;
  }
  /* line 25, ../../../springer-compass/sass/ui_patterns/_button-pillow.scss */
  .pillow-btn.pillow-btn-active {
    -webkit-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.35), inset 0 -1px 0 rgba(255, 255, 255, 0.75);
    -moz-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.35), inset 0 -1px 0 rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.35), inset 0 -1px 0 rgba(255, 255, 255, 0.75);
    background-color: #ddd;
    border: none;
    padding: 1px 16px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.85);
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Checkmarks list
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/ui_patterns/_checkmarks.scss */
  .checkmarks li {
    background: url(../images/checkmark.png) no-repeat 0 2px;
    margin-top: 7px;
    padding-left: 23px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Content item list
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .content-item-list {
    /* list item */
    /* content type */
    /* title */
    /* snippet, subtitle, coverage */
    /* meta (authors, enumeration) */
    /* actions */
    /* list item with cover */
    /* list item without access */
  }
  /* line 7, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .content-item-list li {
    zoom: 1;
    border-top: 1px solid #ddd;
    padding: 12px 10px 15px 10px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .content-item-list li:before, .content-item-list li:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .content-item-list li:after {
    clear: both;
  }
  /* line 13, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .content-item-list li:hover {
    background-color: #FBFBFB;
    -webkit-box-shadow: inset 0 1px 0 #FFF, inset 0 -1px 0 #FFF;
    -moz-box-shadow: inset 0 1px 0 #FFF, inset 0 -1px 0 #FFF;
    box-shadow: inset 0 1px 0 #FFF, inset 0 -1px 0 #FFF;
  }
  /* line 17, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .content-item-list li:first-child {
    border-top: 0;
  }
  /* line 23, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .content-item-list .content-type {
    color: #777777;
    font-size: 11px;
    font-size: 1.1rem;
  }
  /* line 29, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .content-item-list h2 {
    font-size: 20px;
    font-size: 2rem;
    margin: 4px 0 8px;
  }
  /* line 35, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .content-item-list .snippet,
  .content-item-list .subtitle,
  .content-item-list .coverage {
    color: #777777;
    line-height: 1.6;
    margin-top: 7px;
  }
  /* line 42, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .content-item-list .subtitle + .coverage {
    margin-top: 0;
  }
  /* line 47, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .content-item-list .meta {
    line-height: 1.2;
    margin-top: 3px;
  }
  /* line 51, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .content-item-list .meta a {
    color: #333333;
  }
  /* line 54, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .content-item-list li .authors a,
  .content-item-list li .editors a {
    border-bottom: 0;
    color: #333333;
  }
  /* line 59, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .content-item-list li .authors a:hover,
  .content-item-list li .editors a:hover {
    text-decoration: underline;
  }
  /* line 63, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .content-item-list .cited-count {
    font-style: normal;
  }
  /* line 68, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .content-item-list .actions {
    margin-top: 12px;
  }
  /* line 71, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .content-item-list .action {
    margin-right: 18px;
  }
  /* line 76, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .content-item-list li.has-cover .text {
    margin-left: 90px;
  }
  /* line 79, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .content-item-list li.has-cover .cover {
    border: 1px solid #ddd;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    float: left;
    width: 68px;
  }
  /* line 87, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .content-item-list .no-access,
  .content-item-list .no-access:hover {
    /* keep the yellow bgcolor on hover */
    background-color: #fffdf4;
    padding-top: 7px;
  }
  /* line 92, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .content-item-list .no-access .content-type {
    margin: -15px 0 10px 28px;
  }
  /* line 95, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .content-item-list .no-access-message {
    background: #fff9e0;
    color: #666666;
    font-size: 11px;
    font-size: 1.1rem;
    font-style: italic;
    font-weight: bold;
    height: 16px;
    margin: -7px -13px 0 -7px;
    /* according to the padding of the li */
    padding: 6px 13px 0 0;
    text-align: right;
  }
  /* line 106, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .content-item-list .no-access-message img {
    position: absolute;
    top: 1px;
    left: 10px;
  }

  /* Featured
  ------------------------------------------------------------------------------*/
  /* line 115, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .featured {
    margin-top: 35px;
    /* list */
    /* tooltip */
    /* tooltip content */
  }
  /* line 118, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .featured h2 {
    -webkit-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    border-bottom: 1px solid #D7D6D6;
    padding: 0 4px 7px 0;
    margin-bottom: 27px;
  }
  /* line 124, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .featured ul {
    zoom: 1;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .featured ul:before, .featured ul:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .featured ul:after {
    clear: both;
  }
  /* line 127, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .featured li {
    display: inline-block;
    margin-left: 10%;
    /* Math: 64 / 591 */
    position: relative;
    z-index: 5;
    width: 16.4128595601%;
    /* Math: 97 / 591 */
    zoom: 1;
  }
  /* line 134, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .lt-ie8 .featured li {
    display: block;
    float: left;
  }
  /* line 140, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .featured li:first-child {
    margin-left: 0.846023688663%;
  }
  /* line 143, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .featured li img {
    border: 1px solid #ddd;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    max-width: 100%;
  }
  /* line 150, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .featured li:hover {
    z-index: 15;
  }
  /* line 153, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .ie7 .featured li:hover {
    z-index: 5;
  }
  /* line 156, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .featured li:hover .tooltip {
    display: block;
    top: 110px;
  }
  /* line 162, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .featured .content-type {
    color: #777777;
    font-size: 11px;
    font-size: 1.1rem;
  }
  /* line 166, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .featured h3 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 3px;
  }
  /* line 171, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .featured .coverage {
    color: #777777;
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 7px;
  }
  /* line 176, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .featured .meta {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 7px;
  }
  /* line 180, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .featured .meta a {
    color: #333333;
  }
  /* line 183, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .featured .date {
    color: #666666;
  }

  /* Ranked Item List (based on content-item-list): Most Read & Rec. published
  ------------------------------------------------------------------------------*/
  /* line 192, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .ranked h2 {
    -webkit-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    border-bottom: 1px solid #D7D6D6;
    padding: 0 4px 7px 0;
  }
  /* line 197, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .ranked .content-item-list h3 {
    line-height: 1.4;
    margin-top: 4px;
  }
  /* line 201, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .ranked .content-item-list .date {
    color: #666666;
  }
  /* line 206, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .ranked .show-all {
    background: #f8f8f8 url(../images/grdnt_grey_ffffff_f8f8f8.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#f8f8f8));
    background-image: -webkit-linear-gradient(top, #FFFFFF, #f8f8f8);
    background-image: -moz-linear-gradient(top, #FFFFFF, #f8f8f8);
    background-image: -ms-linear-gradient(top, #FFFFFF, #f8f8f8);
    background-image: -o-linear-gradient(top, #FFFFFF, #f8f8f8);
    background-image: linear-gradient(top, #FFFFFF, #f8f8f8);
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #D7D6D6;
    -webkit-box-shadow: inset 0 -1px 0 0 #FFF;
    -moz-box-shadow: inset 0 -1px 0 0 #FFF;
    box-shadow: inset 0 -1px 0 0 #FFF;
    padding: 14px 7px;
    text-align: right;
  }
  /* line 214, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .ranked .show-all a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 7, ../../../springer-compass/sass/sitewide/mixins/_link-symbol.scss */
  .ranked .show-all a:before {
    content: '\00BB\0020';
    /* raquo + space */
  }

  /* Related list (in expander)
  ------------------------------------------------------------------------------*/
  /* line 222, ../../../springer-compass/sass/ui_patterns/_content.scss */
  #related-list {
    list-style-type: decimal;
    margin-top: -10px;
    padding-left: 1.5em;
  }
  /* line 227, ../../../springer-compass/sass/ui_patterns/_content.scss */
  #related-list li {
    border-top: 1px solid #ddd;
    line-height: 1.5;
    padding: 10px 0 9px 0;
    position: relative;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 227, ../../../springer-compass/sass/ui_patterns/_content.scss */
  #related-list li {
    /* MQ: Tablet */
    padding-right: 120px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 238, ../../../springer-compass/sass/ui_patterns/_content.scss */
  #related-list li:first-child {
    border-top: 0;
  }
  /* line 241, ../../../springer-compass/sass/ui_patterns/_content.scss */
  #related-list .date {
    color: #666666;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 241, ../../../springer-compass/sass/ui_patterns/_content.scss */
  #related-list .date {
    /* MQ: Tablet */
    position: absolute;
    right: 0;
    top: 12px;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 250, ../../../springer-compass/sass/ui_patterns/_content.scss */
  #related-list.cited-by li {
    padding-right: 0;
  }

  /* Chapter list (table of contents)
  ------------------------------------------------------------------------------*/
  /* line 256, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .document-main .col-main .toc h2 span {
    font-size: 13px;
    font-size: 1.3rem;
  }

  /* line 259, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .toc {
    margin-top: 30px;
    /* functions bar with pagination */
    /* list */
    /* headlines for parts */
    /* item */
    /* no access */
  }
  /* line 261, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .toc h2,
  .toc h3 {
    -webkit-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    border-bottom: 1px solid #D7D6D6;
    padding: 0 4px 7px 0;
    margin-bottom: 10px;
  }
  /* line 268, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .toc .functions-bar-top {
    margin: -11px 0 5px;
  }
  /* line 273, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .toc ol ol {
    border: 0;
  }
  /* line 276, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .toc ol ol ol {
    margin-bottom: 5px;
  }
  /* line 279, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .toc ol ol h3,
  .toc ol ol ol {
    margin-left: 30px;
  }
  /* line 283, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .toc li,
  .toc li li:first-child {
    border-top: 1px solid #ddd;
  }
  /* line 287, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .toc li:first-child,
  .toc ul li,
  .toc ul li:first-child {
    border-top: 0;
    /* removes the double border at the top of the list (h2 has already one) */
  }
  /* line 294, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .toc h3 {
    border-bottom: 1px solid #FFF;
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    margin: 0;
    padding: 5px 10px;
  }
  /* line 297, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .cms-lang-jp .toc h3 {
    font-family: "ヒラギノ角ゴ Pro W3", Georgia, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  /* line 305, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .toc .toc-item + h3 {
    border-top: 1px solid #ddd;
    margin-top: 5px;
  }
  /* line 311, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .toc .toc-item {
    padding: 12px 15px 13px 10px;
    position: relative;
    zoom: 1;
  }
  /* line 316, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .toc .toc-item:hover {
    background-color: #FBFBFB;
    -webkit-box-shadow: inset 0 1px 0 #FFF, inset 0 -1px 0 #FFF;
    -moz-box-shadow: inset 0 1px 0 #FFF, inset 0 -1px 0 #FFF;
    box-shadow: inset 0 1px 0 #FFF, inset 0 -1px 0 #FFF;
  }
  /* line 320, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .toc .content-type {
    color: #666666;
    font-size: 11px;
    font-size: 1.1rem;
    position: relative;
  }
  /* line 325, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .toc .page-range,
  .toc .citation-info {
    color: #666666;
    font-size: 11px;
    font-size: 1.1rem;
    position: absolute;
    right: 20px;
    bottom: 13px;
  }
  /* line 331, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .toc h3.title {
    font-family: Verdana, sans-serif;
  }
  /* line 334, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .toc .title,
  .toc h3.content-type,
  .toc h4.content-type {
    /* bg, bb, ff & padding are reset, Karl: review; h4.content-type for book front/back matter */
    background: none;
    border-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #333333;
    font-family: Verdana, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    margin: 3px 0 0 0;
    padding: 0;
  }
  /* line 347, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .toc h3.content-type,
  .toc h4.content-type {
    margin: 0 !important;
  }
  /* line 351, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .toc .abstract-content {
    color: #666666;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 3px 0 0 0;
  }
  /* line 355, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .toc .abstract-content img {
    max-width: 100%;
  }
  /* line 359, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .toc ul.authors {
    margin: 3px 80px 0 0;
  }
  /* line 362, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .toc .toc-item .authors a {
    /* .toc-item for higher specifity */
    border-bottom: 0;
    text-decoration: none;
  }
  /* line 366, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .toc .toc-item .authors a:hover,
  .toc .toc-item .authors a:focus {
    text-decoration: underline;
  }
  /* line 370, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .toc .meta {
    margin-right: 100px;
    margin-top: 5px;
  }
  /* line 374, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .toc .actions {
    margin-top: 10px;
  }
  /* line 379, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .toc .no-access {
    background-color: #fffdf4;
  }
  /* line 381, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .toc .no-access .page-range {
    bottom: 17px;
  }
  /* line 384, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .toc .no-access .content-type {
    margin-top: -15px;
    margin-left: 26px;
  }
  /* line 388, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .toc .no-access .title {
    margin-top: 7px;
  }
  /* line 392, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .toc .no-access-message {
    background: #fff9e0;
    color: #666666;
    font-size: 11px;
    font-size: 1.1rem;
    font-style: italic;
    font-weight: bold;
    height: 16px;
    margin: -12px -15px 0 -5px;
    padding: 6px 15px 0 0;
    text-align: right;
  }
  /* line 402, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .toc .no-access-message img {
    left: 7px;
    position: absolute;
    top: 1px;
  }

  /* About this (in expander)
  ------------------------------------------------------------------------------*/
  /* line 412, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .summary {
    zoom: 1;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .summary:before, .summary:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .summary:after {
    clear: both;
  }
  /* line 414, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .summary dl {
    line-height: 1.5;
    margin: 0 0 7px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 414, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .summary dl {
    /* MQ: Tablet */
    display: inline;
    float: left;
    margin: 0 0 0 2.32558139535%;
    /* Math: 20 / 860 */
    width: 30.2325581395%;
    /* Math: 260 / 860 */
  }
}
@media screen and (min-device-width: 320px) {
  /* line 425, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .summary dl:first-child {
    margin-left: 0;
  }
  /* line 429, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .summary dt {
    border-top: 1px solid #ddd;
    font-weight: bold;
    margin: 10px 0 2px;
    padding-top: 10px;
  }
  /* line 434, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .summary dt:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
  /* line 440, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .summary dd {
    color: #666666;
    word-wrap: break-word;
  }
  /* line 7, ../../../springer-compass/sass/sitewide/mixins/_link-symbol.scss */
  .summary a:before {
    content: '\00BB\0020';
    /* raquo + space */
  }
  /* line 447, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .summary .authors a:before,
  .summary .editors a:before {
    content: '';
  }
  /* line 451, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .summary .authors li a:first-child,
  .summary .editors a {
    border-bottom: 1px solid #D7D6D6;
  }
  /* line 455, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .summary .authors li a:first-child:hover,
  .summary .editors a:hover {
    border-color: #666666;
    text-decoration: none;
  }

  /* References (in expander)
  ------------------------------------------------------------------------------*/
  /* line 464, ../../../springer-compass/sass/ui_patterns/_content.scss */
  #abstract-references .enumeration {
    font-style: italic;
    margin-right: 10px;
  }

  /* line 468, ../../../springer-compass/sass/ui_patterns/_content.scss */
  #abstract-references li a,
  .report-download a {
    font-size: 11px;
    font-size: 1.1rem;
    margin-right: 10px;
  }
  /* line 7, ../../../springer-compass/sass/sitewide/mixins/_link-symbol.scss */
  #abstract-references li a:before,
  .report-download a:before {
    content: '\00BB\0020';
    /* raquo + space */
  }

  /* line 474, ../../../springer-compass/sass/ui_patterns/_content.scss */
  #abstract-references li a:before,
  .report-download a {
    white-space: nowrap;
  }

  /* Material list / Supplementary materials (in expander)
  ------------------------------------------------------------------------------*/
  /* line 481, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .material-list li {
    border-top: 1px solid #ddd;
    line-height: 1.5;
    min-height: 34px;
    padding: 10px 0 9px 37px;
    position: relative;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 481, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .material-list li {
    /* MQ: Tablet */
    padding-right: 120px;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 493, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .material-list li:first-child {
    border-top: 0;
  }

  /* type icons */
  /* line 497, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .material-list .icon {
    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 */
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -1846px no-repeat;
    height: 34px;
    position: absolute;
    left: 0;
    top: 11px;
    width: 26px;
  }

  /* line 504, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .material-list li.type-audio .icon {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -312px no-repeat;
  }

  /* line 507, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .material-list li.type-video .icon {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -2831px no-repeat;
  }

  /* filesize */
  /* line 511, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .material-list .filesize {
    color: #999999;
  }

  /* Abstract
  ------------------------------------------------------------------------------*/
  /* beautify messy content - visually reduce too much line breaks */
  /* line 518, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .abstract-content br + br,
  .abstract-content ul > br {
    display: none;
  }

  /* Formatted content
  ------------------------------------------------------------------------------*/
  /* line 525, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .formatted {
    /* paragraphs */
    /* lists */
  }
  /* line 526, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .formatted h3 {
    margin-top: 10px;
  }
  /* line 531, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .formatted p {
    line-height: 1.6;
    margin-top: 10px;
  }
  /* line 535, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .formatted h3 + p,
  .formatted p:first-child {
    margin-top: 0;
  }
  /* line 539, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .formatted li p {
    margin: 0;
  }
  /* line 544, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .formatted ol,
  .formatted ul {
    margin-top: 10px;
    padding-left: 1.6em;
  }
  /* line 549, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .formatted ol {
    list-style-type: decimal;
  }
  /* line 552, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .formatted ul {
    list-style-type: disc;
  }
  /* line 555, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .formatted li {
    line-height: 1.5;
    margin-top: 7px;
  }
  /* line 559, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .formatted li:first-child {
    margin-top: 0;
  }

  /*images*/
  /* line 565, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .figure img {
    max-width: 98%;
    margin: 7px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 565, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .figure img {
    /* MQ: Widescreen */
    max-width: 100%;
  }
}

@media screen and (min-device-width: 320px) {
  /* Introduction ('Home' & 'Industry Sector' Page)
  ------------------------------------------------------------------------------*/
  /* line 576, ../../../springer-compass/sass/ui_patterns/_content.scss */
  #intro {
    margin: 0 27px 24px 0;
  }
  /* line 578, ../../../springer-compass/sass/ui_patterns/_content.scss */
  #intro p {
    color: #999999;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
  }

  /* Notes
  ------------------------------------------------------------------------------*/
  /* line 587, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .notes {
    border-top: 1px solid #ddd;
    color: #777777;
    font-style: italic;
    list-style: outside disc;
    margin: 10px 0 20px;
    padding: 18px 0 0 15px;
  }
  /* line 594, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .browse + .notes {
    border-top: 0;
    padding-top: 0;
  }
  /* line 598, ../../../springer-compass/sass/ui_patterns/_content.scss */
  .notes li + li {
    margin-top: 0.75em;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Dialog prompt for 'are you sure?' situations
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/ui_patterns/_dialog.scss */
  .check-prompt {
    display: none;
  }

  /* line 8, ../../../springer-compass/sass/ui_patterns/_dialog.scss */
  .lb.check-prompt-content {
    width: 298px;
  }

  /* line 11, ../../../springer-compass/sass/ui_patterns/_dialog.scss */
  .check-prompt-content p {
    margin-bottom: 15px;
  }

  /* line 14, ../../../springer-compass/sass/ui_patterns/_dialog.scss */
  .check-prompt-content .btn {
    margin-right: 15px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Expander
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/ui_patterns/_expander.scss */
  .expander {
    margin: 0 -12px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 5, ../../../springer-compass/sass/ui_patterns/_expander.scss */
  .expander {
    /* MQ: Tablet */
    margin: 5px 0;
  }
}

@media screen and (min-device-width: 320px) {
  /* title */
  /* line 14, ../../../springer-compass/sass/ui_patterns/_expander.scss */
  .expander-title {
    background: #e3e3e3 url(../images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e3e3e3));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -o-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: linear-gradient(top, #f8f8f8, #e3e3e3);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 0 #FFF;
    -moz-box-shadow: inset 0 1px 0 #FFF;
    box-shadow: inset 0 1px 0 #FFF;
    border-bottom: 1px solid #DBDBDA;
    border-top: 1px solid #DBDBDA;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    height: auto;
    margin-bottom: -1px;
    padding: 14px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 14, ../../../springer-compass/sass/ui_patterns/_expander.scss */
  .expander-title {
    /* MQ: Tablet */
    border: 1px solid #EEECEC;
    height: 26px;
    magrin-bottom: 0;
    padding: 0;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 34, ../../../springer-compass/sass/ui_patterns/_expander.scss */
  .js .expander-title:hover {
    border-color: #cccccc;
  }

  /* line 38, ../../../springer-compass/sass/ui_patterns/_expander.scss */
  .expander-title div {
    background: url(/spcom/sites/palgrave/images/expander_arrows.png) no-repeat 20px -44px;
    border-top: none;
    display: block;
    font-weight: bold;
    padding: 0 5px 0 34px;
  }

  /* line 46, ../../../springer-compass/sass/ui_patterns/_expander.scss */
  .expander-loading div.expander-title div {
    background: url(/spcom/sites/palgrave/images/loading_expander.gif) no-repeat 12px 5px;
  }

  /* line 50, ../../../springer-compass/sass/ui_patterns/_expander.scss */
  .no-js .expander-title div {
    background: none;
  }

  /* line 54, ../../../springer-compass/sass/ui_patterns/_expander.scss */
  .js .expander-content {
    display: none;
  }

  /* line 58, ../../../springer-compass/sass/ui_patterns/_expander.scss */
  .expander-open .expander-content {
    display: block;
  }

  /* line 62, ../../../springer-compass/sass/ui_patterns/_expander.scss */
  .expander-title h2,
  #dashboard-area .expander-title h2 {
    color: #00768a;
    font-family: Verdana, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.8;
    margin: 0 !important;
  }

  /* line 72, ../../../springer-compass/sass/ui_patterns/_expander.scss */
  .expander-title h2 span {
    color: #333333 !important;
    font-weight: normal;
  }

  /* open */
  /* line 78, ../../../springer-compass/sass/ui_patterns/_expander.scss */
  .expander-open .expander-title div {
    background-position: 20px 10px;
  }

  /* empty */
  /* line 83, ../../../springer-compass/sass/ui_patterns/_expander.scss */
  .expander-empty .expander-title,
  .expander-empty .expander-title h2 {
    color: #999999;
  }

  /* line 88, ../../../springer-compass/sass/ui_patterns/_expander.scss */
  .expander-empty .expander-title div {
    background-position: 20px -94px;
  }

  /* line 92, ../../../springer-compass/sass/ui_patterns/_expander.scss */
  .expander-empty .expander-title:hover {
    border-color: #EEECEC;
    /* apply default color if empty */
    cursor: default;
  }

  /* line 97, ../../../springer-compass/sass/ui_patterns/_expander.scss */
  .show-more {
    margin: 0 0 0 19px;
  }

  /* abstract expander styles */
  /* line 102, ../../../springer-compass/sass/ui_patterns/_expander.scss */
  .document-aside .expander-title div {
    padding-left: 4.25531914894%;
    /* Math: 40 / 940 */
  }

  /* line 105, ../../../springer-compass/sass/ui_patterns/_expander.scss */
  .document-aside .expander-content-inner {
    padding: 15px 4.25531914894% 10px;
    /* Math: 40 / 940 */
  }

  /* Journal All Volumes & Issues Expanders */
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 110, ../../../springer-compass/sass/ui_patterns/_expander.scss */
  #journal-volumes-issues .col-main .expander {
    /* MQ: Tablet */
    margin-left: -40px;
    /* reset padding */
    margin-right: 20px;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 118, ../../../springer-compass/sass/ui_patterns/_expander.scss */
  #journal-volumes-issues .col-main .meta + .expander {
    margin-top: 30px;
  }

  /* line 121, ../../../springer-compass/sass/ui_patterns/_expander.scss */
  #journal-volumes-issues .col-main .expander-title div {
    padding-left: 40px;
  }

  /* line 124, ../../../springer-compass/sass/ui_patterns/_expander.scss */
  .issues-list {
    margin-left: 20px;
    margin-right: 25px;
  }

  /* line 128, ../../../springer-compass/sass/ui_patterns/_expander.scss */
  .issues-list li {
    border-top: 1px solid #ddd;
    list-style: none;
    margin: 0;
    padding: 10px 0 12px 0;
    position: relative;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 128, ../../../springer-compass/sass/ui_patterns/_expander.scss */
  .issues-list li {
    /* MQ: Tablet */
    padding-right: 120px;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 140, ../../../springer-compass/sass/ui_patterns/_expander.scss */
  .issues-list li:first-child {
    border-top: 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Enumeration */
  /* line 4, ../../../springer-compass/sass/ui_patterns/_enumeration.scss */
  #enumeration {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.5;
    white-space: no-wrap;
    width: 100%;
  }
  /* line 9, ../../../springer-compass/sass/ui_patterns/_enumeration.scss */
  #enumeration a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 9, ../../../springer-compass/sass/ui_patterns/_enumeration.scss */
  #enumeration a {
    /* MQ: Widescreen */
    color: #333333;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 16, ../../../springer-compass/sass/ui_patterns/_enumeration.scss */
  .col-main:hover #enumeration a {
    color: #00768a;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Facets
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .facet {
    border: 1px solid #ddd;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.04);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.04);
    margin-top: 13px;
  }

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

  /* list */
  /* line 30, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .facet ol li {
    border-top: 1px solid #E9E9E9;
    font-size: 11px;
    font-size: 1.1rem;
    position: relative;
  }
  /* line 34, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .facet ol li:first-child {
    border-top: 0;
  }
  /* line 37, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .facet ol li a {
    border: 1px solid #FFF;
    color: #333333;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    zoom: 1;
  }

  /* line 47, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .facet-title {
    display: block;
    line-height: 1.1;
    padding: 5px 55px 5px 10px;
    position: relative;
    z-index: 10;
    word-wrap: break-word;
  }

  /* line 54, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .facet-amount {
    position: absolute;
    right: 10px;
    bottom: 5px;
    z-index: 10;
  }

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

  /* facet mouseover and click */
  /* line 66, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .facet ol li a:hover {
    text-decoration: none;
  }

  /* line 69, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .facet li a:hover .facet-title {
    color: #ee7d11;
  }

  /* facet active */
  /* line 73, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .facet-active .facet-title {
    color: #ee7d11;
    font-weight: bold;
    padding-right: 25px;
  }

  /* line 78, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .facet-active .facet-amount {
    display: none;
  }

  /* line 81, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .facet-active a:hover .remove {
    background-position: 0 -50px;
  }

  /* line 84, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .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) */
  /* line 88, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .remove {
    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 */
    background: url(../images/remove_icons.png) no-repeat;
    height: 14px;
    width: 14px;
  }

  /* line 94, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .remove:hover {
    background-position: 0 -50px;
  }

  /* line 97, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .facet .remove {
    position: absolute;
    right: 9px;
    bottom: 4px;
    z-index: 5;
  }

  /* expanded facet */
  /* line 101, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .facet-expanded {
    border-color: #cccccc;
    margin: 24px auto;
    width: 99.8%;
  }
  /* line 105, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .facet-expanded .facet-header {
    border-bottom: 1px solid #BBBCBD;
    padding: 11px 20px;
  }
  /* line 109, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .facet-expanded .facet-header h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* line 112, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .facet-expanded .facet-header .btn {
    position: absolute;
    right: 8px;
    top: 5px;
  }
  /* line 116, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .facet-expanded .functions-bar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    margin: 0;
  }
  /* line 121, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .facet-expanded .facet-header + .functions-bar {
    /* top bar */
    border-bottom: 1px solid #ddd;
    margin-bottom: 1px;
  }
  /* line 125, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .facet-expanded ol + .functions-bar {
    /* bottom bar */
    border-top: 1px solid #ddd;
    margin-top: 1px;
  }
  /* line 129, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .facet-expanded li {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 132, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .facet-expanded .facet-title {
    padding: 5px 18px;
  }

  /* expanded facet in the lightbox */
  /* line 137, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  #cboxLoadedContent .facet-expanded {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0;
  }

  /* line 141, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  #cboxLoadedContent .facet-expanded .functions-bar-top .field .error-message {
    bottom: auto;
    top: 28px;
  }

  /* line 144, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  #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 */
  /* line 149, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .facet .highlight-area {
    background: #ee7d11;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
  }

  /* line 156, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .facet-expanded li a:active {
    background-color: #ee7d11;
  }

  /* line 159, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .facet-expanded li a:active .facet-title {
    color: #FFF;
  }

  /* line 162, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .facet-expanded li a:active .facet-percentage,
  .facet-expanded li a:active .facet-amount {
    visibility: hidden;
  }

  /* Expanded facet - search filter */
  /* line 167, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .search-filter input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 24px;
    margin-left: 10px;
    padding-left: 7px;
    width: 43.3996383363%;
    /* Math: 240 / 553 */
  }

  /* line 174, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .search-filter input[type=text] {
    margin-right: -1px;
  }

  /* line 177, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .search-filter .search-submit {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4600px no-repeat;
    border: 0 none;
    display: inline;
    margin-left: -5px;
    width: 24px;
  }

  /* line 184, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .search-filter .search-submit:hover {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4144px no-repeat;
  }

  /* line 187, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .search-filter .search-submit:active {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4118px no-repeat;
  }

  /* line 190, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .search-filter .ui-autocomplete {
    left: 20px;
    line-height: 1;
    top: 28px !important;
    width: 59.6745027125%;
    /* Math: 330 / 553 */
  }

  /* line 196, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .search-filter .ui-autocomplete li a {
    font-size: 13px;
    font-size: 1.3rem;
  }

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

@media screen and (min-device-width: 320px) {
  /* line 220, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .tickLabel {
    font-size: 11px;
    font-size: 1.1rem;
  }

  /* line 223, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .tickLabel:first-child {
    font-weight: bold;
    left: -16px !important;
  }

  /* line 227, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .tickLabel:last-child {
    font-weight: bold;
    left: auto !important;
    right: -18px !important;
  }

  /* Loading
  ------------------------------------------------------------------------------*/
  /* line 235, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .facet-link.loading .remove,
  .facet-link.loading:hover .remove,
  .facet-link.loading .facet-amount {
    display: none;
  }

  /* line 240, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .facet-link .loading {
    height: 14px;
    position: absolute;
    right: 12px;
    top: 4px;
    width: 14px;
    z-index: 5;
  }

  /* line 248, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  #results .col-main .facet-link .loading {
    right: 0;
    top: 1px;
  }

  /* line 252, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  #wrapper #content .facet-link.loading,
  .page-wrapper #content .facet-link.loading {
    background: none;
  }

  /* line 256, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  #global-search img.loading {
    height: 20px;
    position: absolute;
    right: 16px;
    top: 9px;
    width: 20px;
    z-index: 5;
  }

  /* line 264, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  img.loading {
    height: 14px;
    position: absolute;
    right: 7px;
    top: 5px;
    width: 14px;
    z-index: 5;
  }

  /* line 272, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .search-filter img.loading {
    right: 262px;
    top: 10px;
  }

  /* line 276, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  #date-facet-submit-wrapper {
    float: left;
    position: relative;
  }

  /* line 280, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  #date-facet img.loading {
    left: 5px;
    top: 5px;
  }

  /* line 284, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .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('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4315px no-repeat;
  }

  /* line 292, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .bar-actions .search-submit.loading,
  .bar-actions .search-submit.loading:hover,
  .bar-actions .search-submit.loading:focus {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4552px no-repeat;
  }

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

  /* Bars (on the homepage)
  ------------------------------------------------------------------------------*/
  /* line 317, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .bars li {
    border-top: 1px solid #FFF;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
  }

  /* line 322, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .bars li:first-child {
    border-top: 0;
  }

  /* line 325, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .bars a {
    background-color: #eaeaea;
    display: block;
    position: relative;
    text-decoration: none;
    zoom: 1;
  }

  /* line 332, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .bars a:hover {
    background-color: #E4E4E4;
  }

  /* line 335, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .bar-title {
    color: #333333;
    display: block;
    line-height: 1;
    padding: 6px 70px 6px 12px;
    position: relative;
    z-index: 10;
  }

  /* line 342, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .bar-amount {
    color: #666666;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 10;
  }

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

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

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

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

  /* line 381, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  a.first-tab {
    border-left: none;
  }

  /* line 384, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  a.last-tab {
    border-right: none;
  }

  /* link to other */
  /* line 389, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .categories .back-link {
    margin: 15px 0 0 20px;
  }

  /* header */
  /* line 393, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .categories .box-header {
    color: #666666;
    font-family: Verdana, sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    margin: 15px 0 10px 18px;
  }

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

@media screen and (min-device-width: 320px) {
  /* line 480, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .single-level li:hover,
  .multi-level li li:hover {
    background-color: #00768a;
    color: #FFF;
    text-decoration: none;
  }

  /* line 486, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .single-level li:hover a,
  .multi-level li li:hover a {
    color: #FFF;
    text-decoration: none;
  }

  /* line 492, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .multi-level h3 {
    margin: 15px 0 7px 4px;
  }

  /* line 496, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .tab-content-first,
  .tab-content-last {
    clear: both;
    overflow: hidden;
  }

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

  /* line 514, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .show-nav:hover {
    background-color: #008ca4;
    background-position: 50% -68px;
  }

  /* line 518, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .collapse-nav {
    background-position: 50% 7px;
  }

  /* line 521, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .collapse-nav:hover {
    background-color: #008ca4;
    background-position: 50% -43px;
  }

  /* line 527, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .js .hide-nav {
    display: none;
  }

  /* line 530, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .js .show-nav {
    display: block;
  }

  /* line 534, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .ie6 .categories li a {
    background: none;
    padding: 4px 5px 4px 8px;
  }

  /* JS version of multi-level catergories */
  /* line 545, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .js .multi-level ul {
    display: none;
    margin-left: 14px;
  }
  /* line 548, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .js .multi-level ul a {
    width: auto;
  }
  /* line 552, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .js .multi-level h3 {
    color: #00768a;
    cursor: pointer;
    margin: -2px;
    padding: 4px 5px 4px 5px;
  }
  /* line 553, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .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;
  }
  /* line 565, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .js .multi-level h3:hover {
    background: #00768a;
    color: #fff;
  }
  /* line 568, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .js .multi-level h3:hover:before {
    background-position: 4px -331px;
  }
  /* line 574, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .js .multi-level h3.is-open:before {
    background-position: 0 10px;
  }
  /* line 578, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .js .multi-level h3.is-open:hover:before {
    background-position: 0 -384px;
  }

  /* Content Type Links ('Industry Sector' Page)
  ------------------------------------------------------------------------------*/
  /* line 591, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .content-types {
    margin: -10px 0 34px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 591, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .content-types {
    /* MQ: Widescreen */
    margin-left: 8px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 598, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .content-types h2 {
    color: #999999;
    border-bottom: 2px solid #999999;
    font-family: Verdana, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 5px 3% 5px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 598, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .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) {
  /* line 598, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .content-types h2 {
    /* MQ: Widescreen */
    padding-right: 26px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 616, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .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) {
  /* line 619, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .content-types h2 span {
    /* MQ: Tablet */
    display: block;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 626, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .content-types a span {
    display: block;
  }
  /* line 629, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .content-types a {
    border-right: 1px solid #ddd;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 6px 22px 6px 18px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 629, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .content-types a {
    /* MQ: Tablet */
    padding: 6px 3% 6px 2%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 629, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .content-types a {
    /* MQ: Widescreen */
    padding: 6px 30px 6px 22px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 644, ../../../springer-compass/sass/ui_patterns/_filter.scss */
  .content-types a:last-child {
    border-right: none;
    padding-right: 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Collapsing categories */
  /* line 4, ../../../springer-compass/sass/ui_patterns/palgrave/_filter.scss */
  .show-nav,
  .collapse-nav {
    background: url(../images/double_arrow.png) no-repeat 50% -18px;
    border-top: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
    box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
    display: none;
    height: 26px;
    margin: 15px 0 -10px 0;
    width: 100%;
  }

  /* line 14, ../../../springer-compass/sass/ui_patterns/palgrave/_filter.scss */
  .show-nav:hover {
    background-color: transparent;
    -webkit-box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #f4f4f4;
    -moz-box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #f4f4f4;
    box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #f4f4f4;
    background-position: 50% -68px;
  }

  /* line 19, ../../../springer-compass/sass/ui_patterns/palgrave/_filter.scss */
  .collapse-nav {
    background-position: 50% 7px;
  }

  /* line 22, ../../../springer-compass/sass/ui_patterns/palgrave/_filter.scss */
  .collapse-nav:hover {
    background-color: transparent;
    -webkit-box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #f4f4f4;
    -moz-box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #f4f4f4;
    box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #f4f4f4;
    background-position: 50% -43px;
  }

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

@media screen and (min-device-width: 320px) {
  /* line 19, ../../../springer-compass/sass/ui_patterns/palgrave/_flyout.scss */
  .flyout-caption {
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 3px;
    height: 40px;
    outline: none;
    padding: 12px 16px;
    position: relative;
    z-index: 5;
  }
  /* line 30, ../../../springer-compass/sass/ui_patterns/palgrave/_flyout.scss */
  .flyout-caption:hover, .flyout-caption:focus {
    color: #bcbcbc;
  }
  /* line 34, ../../../springer-compass/sass/ui_patterns/palgrave/_flyout.scss */
  .flyout-caption:focus {
    outline: 1px dotted;
  }
  /* line 37, ../../../springer-compass/sass/ui_patterns/palgrave/_flyout.scss */
  .is-open .flyout-caption:focus {
    outline: none;
  }
  /* line 41, ../../../springer-compass/sass/ui_patterns/palgrave/_flyout.scss */
  .flyout-caption:before {
    content: "C";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: relative;
    display: inline;
    top: -2px;
    display: block;
    float: right;
    width: 7px;
    height: 5px;
    margin: 4px 5px 0 9px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 41, ../../../springer-compass/sass/ui_patterns/palgrave/_flyout.scss */
  .flyout-caption:before {
    /* MQ: Tablet */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 19, ../../../springer-compass/sass/ui_patterns/palgrave/_flyout.scss */
  .flyout-caption {
    /* MQ: Tablet */
    color: #666666;
  }
  /* line 60, ../../../springer-compass/sass/ui_patterns/palgrave/_flyout.scss */
  .flyout-caption:hover {
    color: #dc506d;
  }
  /* line 63, ../../../springer-compass/sass/ui_patterns/palgrave/_flyout.scss */
  .flyout-caption:before {
    content: "C";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: relative;
    display: inline;
    color: #d83b5b;
  }
  /* line 71, ../../../springer-compass/sass/ui_patterns/palgrave/_flyout.scss */
  .lt-ie8 .flyout-caption {
    margin-right: 15px;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 76, ../../../springer-compass/sass/ui_patterns/palgrave/_flyout.scss */
  .no-js .flyout:hover .flyout-caption,
  .is-open .flyout-caption {
    color: #666666;
    background-color: #efefef !important;
    border: 1px solid #ddd !important;
    border-bottom: none !important;
  }
  /* line 83, ../../../springer-compass/sass/ui_patterns/palgrave/_flyout.scss */
  .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;
  }

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

  /* show on hover (.is-open is used by js logic) */
  /* line 140, ../../../springer-compass/sass/ui_patterns/palgrave/_flyout.scss */
  .no-js .flyout:hover .flyout-caption,
  .flyout.is-open .flyout-caption {
    z-index: 15;
  }
  /* line 143, ../../../springer-compass/sass/ui_patterns/palgrave/_flyout.scss */
  .no-js .flyout:hover .flyout-content,
  .flyout.is-open .flyout-content {
    display: block;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Form components
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .default-form {
    border: 1px solid #ddd;
  }

  /* line 8, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .default-form + .default-form {
    border-top: none;
  }

  /* line 11, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .form-section {
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
    box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
    padding: 0 28px 20px 20px;
    position: relative;
  }

  /* line 17, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .form-section:last-of-type {
    border-bottom: 1px solid #ddd;
  }

  /* line 21, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .form-row label {
    clear: both;
    color: #666666;
    display: block;
    font-weight: bold;
    padding: 20px 0 7px 0;
  }
  /* line 28, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .form-row label.error {
    color: #C30000;
    padding: 8px 0 0 0;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: normal;
  }
  /* line 36, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .form-row label.inline {
    display: inline;
    padding: 0;
    margin: 0;
  }

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

@media screen and (min-device-width: 320px) {
  /* line 51, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .form-section .multiple-input {
    float: left;
  }

  /* line 54, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .form-section .multiple-input:first-child {
    margin: 0 34px 0 0;
  }

  /* line 57, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .form-section .multiple-input label {
    width: 100%;
  }

  /* line 60, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .form-section .multiple-input input {
    width: 94.3820224719%;
    /* Math: 168 / 178 */
  }

  /* line 63, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .form-submit-section {
    background: #e3e3e3 url(../images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e3e3e3));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -o-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: linear-gradient(top, #f8f8f8, #e3e3e3);
    padding: 12px 20px;
  }

  /* line 67, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .form-submit-section .btn {
    margin: 0 12px 0 0;
  }

  /* line 70, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .form-section .btn {
    margin: 12px 12px 0 0;
  }

  /* line 73, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .form-section .btn-gray {
    top: 1px;
    position: relative;
  }

  /* line 77, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .form-section .success-message,
  .form-section .error-message {
    margin-bottom: 20px;
  }

  /* line 81, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .form-section input.error {
    border: 1px solid #cc0000;
    -webkit-box-shadow: 0 0 3px #cc0000;
    -moz-box-shadow: 0 0 3px #cc0000;
    box-shadow: 0 0 3px #cc0000;
  }

  /* line 85, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .js-validation label.error span {
    background: #FFF url(../images/cross_error.png) no-repeat 6px center;
    border: 1px solid #cc0000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 3px 3px 5px -3px #cccccc;
    -moz-box-shadow: 3px 3px 5px -3px #cccccc;
    box-shadow: 3px 3px 5px -3px #cccccc;
    display: block;
    margin: 0;
    padding: 6px 12px 7px 26px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 94, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .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) {
  /* line 103, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .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) {
  /* line 118, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .ie8 .js-validation label.error:after {
    background: none;
  }

  /* line 121, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .js-validation label.error-down:after {
    background: url(../images/error_tooltip_down.png) no-repeat center bottom;
    bottom: -8px;
    left: 50%;
    top: auto;
  }

  /* line 127, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .js-validation label.error.tick:after {
    display: none !important;
  }

  /* line 130, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .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;
  }

  /* line 138, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .progress-bar {
    background: #eaeaea;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 10px;
    position: absolute;
    width: 76px;
  }

  /* line 145, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .progress-bar span {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: block;
    height: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 0;
  }

  /* line 152, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .is0 span {
    width: 0;
  }

  /* line 155, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .is10 span {
    width: 10%;
  }

  /* line 158, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .is20 span {
    width: 20%;
  }

  /* line 161, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .is30 span {
    width: 30%;
  }

  /* line 164, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .is40 span {
    width: 40%;
  }

  /* line 167, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .is50 span {
    width: 50%;
  }

  /* line 170, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .is60 span {
    width: 60%;
  }

  /* line 173, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .is70 span {
    width: 70%;
  }

  /* line 176, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .is80 span {
    width: 80%;
  }

  /* line 179, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .is90 span {
    width: 90%;
  }

  /* line 182, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .is100 span {
    width: 100%;
  }

  /* line 185, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .bad span {
    background-color: #ff7575;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c40606), to(#ff7575));
    background-image: -webkit-linear-gradient(top, #c40606, #ff7575);
    background-image: -moz-linear-gradient(top, #c40606, #ff7575);
    background-image: -ms-linear-gradient(top, #c40606, #ff7575);
    background-image: -o-linear-gradient(top, #c40606, #ff7575);
    background-image: linear-gradient(top, #c40606, #ff7575);
  }

  /* line 188, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .weak span {
    background-color: #ffe282;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#ffe282));
    background-image: -webkit-linear-gradient(top, #ffcc00, #ffe282);
    background-image: -moz-linear-gradient(top, #ffcc00, #ffe282);
    background-image: -ms-linear-gradient(top, #ffcc00, #ffe282);
    background-image: -o-linear-gradient(top, #ffcc00, #ffe282);
    background-image: linear-gradient(top, #ffcc00, #ffe282);
  }

  /* line 191, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .good span {
    background-color: #57c840;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1b9d01), to(#57c840));
    background-image: -webkit-linear-gradient(top, #1b9d01, #57c840);
    background-image: -moz-linear-gradient(top, #1b9d01, #57c840);
    background-image: -ms-linear-gradient(top, #1b9d01, #57c840);
    background-image: -o-linear-gradient(top, #1b9d01, #57c840);
    background-image: linear-gradient(top, #1b9d01, #57c840);
  }

  /* specific forms */
  /* line 195, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  #login-register .default-form {
    max-width: 438px;
  }

  /* line 198, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  #login-register .form-section p {
    margin: 20px 0 0 0;
  }

  /* Form layout 2 */
  /* line 202, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .form-layout-2.form-section {
    padding: 20px 0 0 0;
  }

  /* line 205, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .form-layout-2 .form-row {
    zoom: 1;
    clear: both;
    padding: 0 28px 0 20px;
    position: relative;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .form-layout-2 .form-row:before, .form-layout-2 .form-row:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .form-layout-2 .form-row:after {
    clear: both;
  }

  /* line 211, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .form-layout-2 .form-row label {
    display: block;
    margin: 7px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 211, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .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) {
  /* line 225, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .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) {
  /* line 236, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .form-layout-2 .form-row p {
    display: block;
    padding: 4px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 236, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .form-layout-2 .form-row p {
    /* MQ: Tablet */
    display: inline-block;
    width: 59.925093633%;
    /* Math: 320 / 534 */
  }
}

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

  /* line 251, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .form-layout-2 .form-row .warning-message,
  .form-layout-2 .form-row .warning-message a {
    color: #cc0000;
  }

  /* line 255, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .form-layout-2 .form-row .warning-message a {
    text-decoration: underline;
  }

  /* line 258, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .form-layout-2 .form-row .warning-message,
  .form-layout-2 .form-row .success-message {
    background: none;
    border: none;
    clear: both;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0 0 14px 26.2172284644%;
    /* Math: 140 / 534 */
    padding: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 268, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .form-layout-2 .form-row input[type="text"],
  .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) {
  /* line 278, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .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 */
  /* line 288, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  html.js .editable-form .form-submit-section {
    display: none;
  }

  /* line 291, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  html.js .editing-form .form-submit-section {
    display: block;
  }

  /* line 294, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  html.js .form-layout-2 .form-row-editable input {
    display: none;
  }

  /* line 297, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  html.js .editing-form .form-row-editable input {
    display: inline-block;
  }

  /* line 300, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  html.js .editing-form .form-row-editable p,
  html.js .editing-form .form-row-editable .edit-link {
    display: none;
  }

  /* line 304, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .ie6 .form-layout-2 .form-row-editable {
    zoom: 1;
  }

  /* line 307, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .lt-ie8 .form-layout-2 .form-row-editable label {
    float: left;
    margin: 4px 26px 14px 0;
  }

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

  /* line 318, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .js .edit-field,
  .js .editing-form .edit-field:hover {
    background: #fff;
    border: 1px solid #fff;
    cursor: default;
  }

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

@media screen and (min-device-width: 320px) {
  /* line 336, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .lt-ie8 .form-row .edit-link {
    top: 5px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 339, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  html.no-js .edit-link:hover,
  html.js .form-row-editable:hover .edit-link {
    /* MQ: Tablet */
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -1613px no-repeat;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 347, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  html.no-js .editing-form .edit-link {
    display: none;
  }

  /* line 350, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  html.no-js .form-layout-2 .form-row-editable input,
  html.no-js .editable-form .form-submit-section {
    display: none;
  }

  /* line 354, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  html.no-js .editing-form .form-row-editable input {
    display: inline-block;
  }

  /* line 357, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  html.no-js .editing-form .form-submit-section {
    display: block;
  }

  /* line 360, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .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;
  }

  /* line 365, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .submit-edit {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -797px no-repeat;
    cursor: pointer;
    display: none;
    height: 24px;
    position: absolute;
    top: 10px;
    right: 40px;
    width: 24px;
  }

  /* line 373, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .submit-edit:hover,
  .submit-edit:focus {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -771px no-repeat;
  }

  /* line 377, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .submit-edit:active {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -745px no-repeat;
  }

  /* line 380, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .cancel-edit {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -1315px no-repeat;
    cursor: pointer;
    display: none;
    height: 24px;
    position: absolute;
    top: 10px;
    right: 11px;
    width: 24px;
  }

  /* line 388, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .cancel-edit:hover,
  .cancel-edit:focus {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -1289px no-repeat;
  }

  /* line 392, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .cancel-edit:active {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -1263px no-repeat;
  }

  /* line 395, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .lt-ie8 .form-row .cancel-edit,
  .lt-ie8 .form-row .submit-edit {
    top: 1px;
  }

  /* line 399, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .js-validation .form-layout-2 label.error {
    margin: 0;
    max-width: 230px;
    padding: 0 0 0 13px;
    width: auto;
  }

  /* line 405, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .editable-form .form-section {
    border-bottom: none;
  }

  /* Change password */
  /* line 409, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .default-form .change-password {
    border-bottom: 1px solid #dadbdb;
  }

  /* line 412, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .form-layout-2 .change-password-link span.label {
    margin-bottom: 0;
  }

  /* line 415, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .editing-form .change-password-link {
    border-bottom: 1px solid #dadbdb;
    margin-top: 15px;
  }

  /* line 419, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .form-layout-2 .change-password-link .success-message {
    margin-top: 7px;
    margin-bottom: 0;
  }

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

  /* line 427, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .editing-form .change-password {
    display: block;
  }

  /* line 430, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .change-password .form-row input[type="password"] {
    width: 84.8314606742%;
    /* Math: 453 / 534 */
  }

  /* New generic form components
  ------------------------------------------------------------------------------*/
  /* form field */
  /* line 437, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .form-field {
    margin-top: 14px;
    /* inline form field */
  }
  /* line 439, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .form-field label {
    color: #666666;
    font-weight: bold;
  }
  /* line 443, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .form-field input,
  .form-field select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 4px 0;
    width: 100%;
  }
  /* line 452, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .form-field.inline-field input {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: auto;
    margin: 2px;
    display: inline-block;
  }
  /* line 458, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .form-field.inline-field select {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: auto;
    display: inline-block;
  }

  /* form fields in a 2 column layout */
  /* line 466, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .form-fields-col2 {
    zoom: 1;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .form-fields-col2:before, .form-fields-col2:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .form-fields-col2:after {
    clear: both;
  }
  /* line 468, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .form-fields-col2 .form-field {
    float: left;
    width: 47%;
  }
  /* line 472, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .form-fields-col2 .form-field + .form-field {
    margin-left: 6%;
  }

  /* form fields in a 3 column layout */
  /* line 477, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .form-fields-col3 {
    zoom: 1;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .form-fields-col3:before, .form-fields-col3:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .form-fields-col3:after {
    clear: both;
  }
  /* line 479, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .form-fields-col3 .form-field {
    float: left;
    width: 30%;
  }
  /* line 483, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .form-fields-col3 .form-field + .form-field {
    margin-left: 5%;
  }

  /* form submit */
  /* line 488, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .form-submit {
    zoom: 1;
    margin-top: 14px;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .form-submit:before, .form-submit:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .form-submit:after {
    clear: both;
  }

  /* Deposit interuption
  ------------------------------------------------------------------------------*/
  /* line 496, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .deposit-interruption.lb {
    width: 298px;
  }
  /* line 499, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .deposit-interruption.lb .help {
    font-size: 11px;
    font-size: 1.1rem;
  }
  /* line 503, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .deposit-interruption form {
    display: inline;
  }
  /* line 506, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .deposit-interruption label {
    font-weight: normal;
    color: #333;
  }
  /* line 510, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .deposit-interruption .form-field.inline-field input {
    margin: 11px 2px 2px 4px;
  }
  /* line 513, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .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) {
  /* line 521, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .login-box {
    /* MQ: Tablet */
    width: 453px;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 528, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .login-box p em {
    color: #666666;
  }

  /* line 531, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .login-box .mod-bd a {
    font-size: 13px;
    font-size: 1.3rem;
    position: relative;
    top: 3px;
  }

  /* line 536, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .login-box form {
    border: 1px solid #dadbdb;
    margin: 15px 0 12px 0;
    padding: 0 20px;
  }

  /* line 541, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .login-box .error-message {
    margin-top: 15px;
  }

  /* line 544, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .login-box .form-submit-section {
    border-top: 1px solid #dadbdb;
    margin: 15px -20px 0 -20px;
    position: relative;
  }

  /* line 549, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .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) {
  /* line 549, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .login-box #auth-remember-label {
    /* MQ: Tablet */
    position: absolute;
    top: 9px;
    right: 20px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 558, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .login-box #auth-remember-label em {
    color: #666666;
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    margin: 0 0 0 20px;
  }

  /* line 565, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .login-box #auth-remember-label input {
    position: relative;
    top: 2px;
    width: 14px;
  }

  /* line 569, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .ie7 .login-box #auth-remember-label {
    text-align: right;
  }

  /* Success and error message
  ------------------------------------------------------------------------------*/
  /* line 575, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .success-header {
    background: url(../images/success_icon.png) no-repeat left center;
    color: #71ab0b;
    margin-top: 7px;
    padding-left: 26px;
  }

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

  /* line 592, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .error-message {
    background: #FFF url(../images/cross_error.png) no-repeat 6px center;
    border: 1px solid #cc0000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 3px 3px 5px -3px #cccccc;
    -moz-box-shadow: 3px 3px 5px -3px #cccccc;
    box-shadow: 3px 3px 5px -3px #cccccc;
    color: #C30000;
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
    margin: 0;
    padding: 7px 12px 7px 26px;
    word-wrap: break-word;
  }

  /* line 605, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .error {
    color: #C30000;
  }

  /* in a field */
  /* line 609, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .field {
    position: relative;
  }
  /* line 611, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .field .error-message {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
    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;
  }
  /* line 619, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .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;
  }
  /* line 628, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .field .pagination-error {
    left: 52%;
    top: 28px;
    bottom: auto;
  }
  /* line 631, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .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;
  }

  /* line 641, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  #date-facet-fields .error-message {
    line-height: 1.5;
    z-index: 10;
  }

  /* Helper text
  -----------------------------------------------------------------------------*/
  /* line 648, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .helper-text {
    color: #666666;
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    font-style: italic;
    margin: 4px 0 0 0;
  }

  /* Advanced Search
  -----------------------------------------------------------------------------*/
  /* line 658, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  #advanced-search form {
    margin: 20px 0;
  }

  /* line 661, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  #advanced-search .form-section {
    max-width: 506px;
    width: 86.4957264957%;
    /* Math 506 / 585 */
  }

  /* line 665, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  #advanced-search input[type="text"] {
    width: 94.4%;
    /* Math 480 / 506 */
  }

  /* line 668, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  #advanced-search form h2 {
    font-size: 20px;
    font-size: 2rem;
    margin: 0;
    padding: 20px 0 0 0;
  }

  /* line 673, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  #advanced-search label {
    font-weight: normal;
  }

  /* line 676, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  #advanced-search #date-facet {
    zoom: 1;
    margin-top: 0;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  #advanced-search #date-facet:before, #advanced-search #date-facet:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  #advanced-search #date-facet:after {
    clear: both;
  }

  /* line 680, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  #advanced-search #date-facet input {
    display: inline;
  }

  /* line 683, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  #advanced-search #results-only-access {
    margin: 20px 0 0 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 683, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  #advanced-search #results-only-access {
    /* MQ: Tablet */
    width: 39.3280632411%;
    /* Math 199 / 506 */
  }
}

@media screen and (min-device-width: 320px) {
  /* line 691, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .no-js #advanced-search #results-only-access div {
    position: absolute;
  }

  /* line 694, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  #advanced-search #results-only-access label {
    padding: 0;
  }

  /* Institutional login */
  /* line 700, ../../../springer-compass/sass/ui_patterns/_forms.scss */
  .institutional-login {
    display: inline-block;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Functions bar
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/ui_patterns/_functions_bar.scss */
  .functions-bar {
    background: #e3e3e3 url(../images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e3e3e3));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -o-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: linear-gradient(top, #f8f8f8, #e3e3e3);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 0 #FFF;
    -moz-box-shadow: inset 0 1px 0 #FFF;
    box-shadow: inset 0 1px 0 #FFF;
    border: 1px solid #ddd;
    line-height: 1.8;
    margin-top: 17px;
    padding: 5px 10px;
    position: relative;
    z-index: 5;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 5, ../../../springer-compass/sass/ui_patterns/_functions_bar.scss */
  .functions-bar {
    /* MQ: Tablet */
    height: 24px;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 20, ../../../springer-compass/sass/ui_patterns/_functions_bar.scss */
  .ie9 .functions-bar {
    /* don't use ms-filter here because the error message of the pagination becomes hidden! [KS] */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
  }

  /* line 24, ../../../springer-compass/sass/ui_patterns/_functions_bar.scss */
  .functions-bar .pagination {
    margin: 7px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 24, ../../../springer-compass/sass/ui_patterns/_functions_bar.scss */
  .functions-bar .pagination {
    /* MQ: Tablet */
    margin: 0;
    position: absolute;
    right: 5px;
    top: 5px;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 33, ../../../springer-compass/sass/ui_patterns/_functions_bar.scss */
  .functions-bar-bottom {
    margin-top: 5px;
  }

  /* sorting */
  /* line 38, ../../../springer-compass/sass/ui_patterns/_functions_bar.scss */
  .sorting label {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    margin-right: 10px;
  }
  /* line 43, ../../../springer-compass/sass/ui_patterns/_functions_bar.scss */
  .sorting select {
    font-size: 11px;
    font-size: 1.1rem;
  }
  /* line 46, ../../../springer-compass/sass/ui_patterns/_functions_bar.scss */
  .sorting .btn {
    font-size: 11px;
    font-size: 1.1rem;
    height: 16px;
    line-height: 1.4;
  }
  /* line 51, ../../../springer-compass/sass/ui_patterns/_functions_bar.scss */
  .sorting .btn.selected {
    border-color: #666666;
    font-weight: bold;
  }
  /* line 55, ../../../springer-compass/sass/ui_patterns/_functions_bar.scss */
  .js .sorting .btn {
    display: none;
  }
  /* line 58, ../../../springer-compass/sass/ui_patterns/_functions_bar.scss */
  .no-js .sorting select {
    display: none;
  }

  /* pagination */
  /* line 63, ../../../springer-compass/sass/ui_patterns/_functions_bar.scss */
  .pagination {
    zoom: 1;
    font-size: 11px;
    font-size: 1.1rem;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .pagination:before, .pagination:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .pagination:after {
    clear: both;
  }
  /* line 66, ../../../springer-compass/sass/ui_patterns/_functions_bar.scss */
  .pagination .prev,
  .pagination .next {
    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 */
    float: left;
    height: 24px;
    vertical-align: middle;
    width: 24px;
  }
  /* line 74, ../../../springer-compass/sass/ui_patterns/_functions_bar.scss */
  .pagination .prev {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -130px no-repeat;
    margin-right: 10px;
  }
  /* line 78, ../../../springer-compass/sass/ui_patterns/_functions_bar.scss */
  .pagination .next {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -286px no-repeat;
    margin-left: 10px;
  }
  /* line 82, ../../../springer-compass/sass/ui_patterns/_functions_bar.scss */
  .pagination a.prev:hover,
  .pagination a:focus.prev {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -52px no-repeat;
  }
  /* line 86, ../../../springer-compass/sass/ui_patterns/_functions_bar.scss */
  .pagination a.prev:active {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 0 no-repeat;
  }
  /* line 89, ../../../springer-compass/sass/ui_patterns/_functions_bar.scss */
  .pagination span.prev {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -78px no-repeat;
  }
  /* line 92, ../../../springer-compass/sass/ui_patterns/_functions_bar.scss */
  .pagination a.next:hover,
  .pagination a:focus.next {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -208px no-repeat;
  }
  /* line 96, ../../../springer-compass/sass/ui_patterns/_functions_bar.scss */
  .pagination a:focus.next,
  .pagination a:focus.prev {
    outline: 1px #999999 dotted;
  }
  /* line 100, ../../../springer-compass/sass/ui_patterns/_functions_bar.scss */
  .pagination a.next:active {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -156px no-repeat;
  }
  /* line 103, ../../../springer-compass/sass/ui_patterns/_functions_bar.scss */
  .pagination span.next {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -234px no-repeat;
  }
  /* line 106, ../../../springer-compass/sass/ui_patterns/_functions_bar.scss */
  .pagination .page-nr {
    float: left;
  }
  /* line 109, ../../../springer-compass/sass/ui_patterns/_functions_bar.scss */
  .pagination input {
    font-size: 11px;
    font-size: 1.1rem;
    margin: 0 2px;
    padding: 4px 3px;
    text-align: center;
    width: 44px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Get Access
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/ui_patterns/_get_access.scss */
  .get-access {
    background: #FFF url(../images/grdnt_grey_f8f8f8_ffffff.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#FFFFFF));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #FFFFFF);
    background-image: -moz-linear-gradient(top, #f8f8f8, #FFFFFF);
    background-image: -ms-linear-gradient(top, #f8f8f8, #FFFFFF);
    background-image: -o-linear-gradient(top, #f8f8f8, #FFFFFF);
    background-image: linear-gradient(top, #f8f8f8, #FFFFFF);
    border: 1px solid #DBDBDA;
    margin: 0 auto;
    position: relative;
  }
  /* line 10, ../../../springer-compass/sass/ui_patterns/_get_access.scss */
  .get-access .mod-bd {
    /* for nicer animation */
    overflow: hidden;
    text-align: center;
  }
  /* line 13, ../../../springer-compass/sass/ui_patterns/_get_access.scss */
  .get-access .mod-bd h2 {
    -webkit-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    border-bottom: 1px solid #D7D6D6;
    padding: 0 4px 7px 0;
    padding-bottom: 12px;
    margin: 6px -20px 20px -20px;
    text-align: center;
  }
  /* line 20, ../../../springer-compass/sass/ui_patterns/_get_access.scss */
  .get-access img {
    display: inline-block;
    margin-bottom: 2px;
  }
  /* line 24, ../../../springer-compass/sass/ui_patterns/_get_access.scss */
  .get-access p {
    color: #666666;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    margin: 0 7px 30px 0;
    text-align: left;
  }
  /* line 31, ../../../springer-compass/sass/ui_patterns/_get_access.scss */
  .get-access #getaccess-webshop {
    margin-top: 7px;
    text-align: right;
  }
  /* line 35, ../../../springer-compass/sass/ui_patterns/_get_access.scss */
  .get-access .btn-back,
  .get-access .btn-close {
    position: absolute;
    top: 5px;
    right: 5px;
  }
  /* line 41, ../../../springer-compass/sass/ui_patterns/_get_access.scss */
  .get-access .requested-access {
    -webkit-box-shadow: inset 0 -1px 0 0 #fff, inset 0 18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 -1px 0 0 #fff, inset 0 18px 18px -18px #efefef;
    box-shadow: inset 0 -1px 0 0 #fff, inset 0 18px 18px -18px #efefef;
    border: 1px solid #ddd;
    clear: both;
    display: none;
    margin: 20px 0 0 0;
    padding: 7px;
  }
  /* line 48, ../../../springer-compass/sass/ui_patterns/_get_access.scss */
  .get-access .requested-access p {
    background: url(../images/success_icon.png) no-repeat 0 0;
    color: #333333;
    font-size: 13px;
    font-size: 1.3rem;
    margin: 7px;
    padding: 0 0 0 25px;
  }
  /* line 56, ../../../springer-compass/sass/ui_patterns/_get_access.scss */
  .get-access .journal-cover-small {
    float: left;
    width: 68px;
    height: 90px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 56, ../../../springer-compass/sass/ui_patterns/_get_access.scss */
  .get-access .journal-cover-small {
    /* MQ: Tablet */
    margin: 0 20px 20px 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 67, ../../../springer-compass/sass/ui_patterns/_get_access.scss */
  .get-access .content-pricing {
    margin: 0 7px 12px 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
    clear: left;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 67, ../../../springer-compass/sass/ui_patterns/_get_access.scss */
  .get-access .content-pricing {
    /* MQ: Tablet */
    clear: none;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 76, ../../../springer-compass/sass/ui_patterns/_get_access.scss */
  .get-access .content-pricing h3 {
    clear: both;
    float: left;
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0;
    text-align: left;
  }
  /* line 83, ../../../springer-compass/sass/ui_patterns/_get_access.scss */
  .get-access .content-pricing p {
    clear: both;
    float: left;
    margin: 0;
  }
  /* line 88, ../../../springer-compass/sass/ui_patterns/_get_access.scss */
  .get-access .content-pricing .content-prices {
    font-size: 20px;
    font-size: 2rem;
  }
  /* line 91, ../../../springer-compass/sass/ui_patterns/_get_access.scss */
  .get-access .content-pricing .btn {
    font-size: 14px;
    font-size: 1.4rem;
    height: 28px;
    padding: 1px 12px 0 12px;
  }
  /* line 98, ../../../springer-compass/sass/ui_patterns/_get_access.scss */
  .get-access .leaf-pricing p, .get-access .leaf-pricing h3 {
    color: #333333;
  }
  /* line 103, ../../../springer-compass/sass/ui_patterns/_get_access.scss */
  .get-access .aggregate-pricing p, .get-access .aggregate-pricing h3 {
    color: #777777;
  }
  /* line 107, ../../../springer-compass/sass/ui_patterns/_get_access.scss */
  .get-access .price-disclaimer {
    color: #777777;
    font-size: 11px;
    font-size: 1.1rem;
    margin: 0 0 20px 0;
  }
  /* line 112, ../../../springer-compass/sass/ui_patterns/_get_access.scss */
  .get-access .get-access-footer {
    clear: both;
    border-top: 1px solid #ddd;
    padding-top: 20px;
  }
  /* line 116, ../../../springer-compass/sass/ui_patterns/_get_access.scss */
  .get-access .get-access-footer p {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
  }
  /* line 120, ../../../springer-compass/sass/ui_patterns/_get_access.scss */
  .get-access .get-access-footer .btn {
    font-size: 12px;
    font-size: 1.2rem;
    float: right;
  }

  /* single on a page */
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 128, ../../../springer-compass/sass/ui_patterns/_get_access.scss */
  #content > .get-access {
    /* MQ: Tablet */
    margin-top: 86px;
    margin-bottom: 86px;
  }
}

@media screen and (min-device-width: 320px) {
  /* in the lightbox */
  /* line 137, ../../../springer-compass/sass/ui_patterns/_get_access.scss */
  .btn-close {
    display: none;
    /* only show in lightbox (see a few lines below) */
  }

  /* line 140, ../../../springer-compass/sass/ui_patterns/_get_access.scss */
  #cboxLoadedContent .btn-back {
    display: none;
  }

  /* line 143, ../../../springer-compass/sass/ui_patterns/_get_access.scss */
  #cboxLoadedContent .btn-close,
  #reader .btn-close {
    display: inline-block;
  }

  /* line 147, ../../../springer-compass/sass/ui_patterns/_get_access.scss */
  #cboxLoadedContent .get-access {
    border: 0;
    margin: 0;
  }

  /* line 151, ../../../springer-compass/sass/ui_patterns/_get_access.scss */
  .ie7 #cboxClose {
    visibility: hidden;
    /* Fixes IE7 bug, using hidden to not break any tests (if there are any) */
  }

  /* in the bar wrapper */
  /* line 155, ../../../springer-compass/sass/ui_patterns/_get_access.scss */
  .bar-wrapper .get-access {
    display: none;
    margin: 0;
    width: auto;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 155, ../../../springer-compass/sass/ui_patterns/_get_access.scss */
  .bar-wrapper .get-access {
    /* MQ: Widescreen */
    padding-left: 182px;
    padding-right: 182px;
  }
}

@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Cover images look inside

  ------------------------------------------------------------------------------*/
  /* line 6, ../../../springer-compass/sass/ui_patterns/_look_inside.scss */
  .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) {
  /* line 6, ../../../springer-compass/sass/ui_patterns/_look_inside.scss */
  .look-inside {
    /* MQ: Tablet */
    display: block;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 18, ../../../springer-compass/sass/ui_patterns/_look_inside.scss */
  .look-inside > a {
    display: block;
    padding-bottom: 17px;
    text-decoration: none;
  }

  /* line 23, ../../../springer-compass/sass/ui_patterns/_look_inside.scss */
  .look-inside > a img {
    display: block;
    max-height: 203px;
    max-width: 100%;
    min-height: 203px;
    min-width: 153px;
  }

  /* line 30, ../../../springer-compass/sass/ui_patterns/_look_inside.scss */
  .look-inside-cover {
    border: 1px solid #ddd;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
  }

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

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

  /* line 64, ../../../springer-compass/sass/ui_patterns/_look_inside.scss */
  #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;
  }
  /* line 72, ../../../springer-compass/sass/ui_patterns/_look_inside.scss */
  #content #scroller .look-inside-interrupt h3 {
    font-weight: bold;
    margin-bottom: 0.7em;
  }
  /* line 77, ../../../springer-compass/sass/ui_patterns/_look_inside.scss */
  #content #scroller .look-inside-interrupt .col-1 {
    width: 50%;
  }
  /* line 79, ../../../springer-compass/sass/ui_patterns/_look_inside.scss */
  #content #scroller .look-inside-interrupt .col-1 p {
    margin-bottom: 1em;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* My copy
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/ui_patterns/_my_copy.scss */
  .my-copy-price {
    display: inline-block;
    font-size: 20px;
    font-size: 2rem;
    margin: 5px 0 10px 0;
  }
  /* line 9, ../../../springer-compass/sass/ui_patterns/_my_copy.scss */
  .my-copy-price .curr {
    color: #999999;
  }

  /* line 14, ../../../springer-compass/sass/ui_patterns/_my_copy.scss */
  .my-copy-btn {
    display: block;
    height: auto;
    white-space: normal;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 14, ../../../springer-compass/sass/ui_patterns/_my_copy.scss */
  .my-copy-btn {
    /* MQ: Widescreen */
    display: inline-block;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 24, ../../../springer-compass/sass/ui_patterns/_my_copy.scss */
  .my-copy-btn:before {
    margin-left: -1em;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Open Access */
  /* line 5, ../../../springer-compass/sass/ui_patterns/_open_access.scss */
  .open-access .help {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #cc3862;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d83b5b), to(#d83b5b));
    background-image: -webkit-linear-gradient(top, #d83b5b, #d83b5b);
    background-image: -moz-linear-gradient(top, #d83b5b, #d83b5b);
    background-image: -ms-linear-gradient(top, #d83b5b, #d83b5b);
    background-image: -o-linear-gradient(top, #d83b5b, #d83b5b);
    background-image: linear-gradient(top, #d83b5b, #d83b5b);
    color: #ffffff;
    display: inline-block;
    line-height: 1.2;
    margin: 4px 0 7px 0;
    padding: 1px 5px 1px 5px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Partner Logos
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/ui_patterns/_partner_logos.scss */
  .partner-logos {
    color: #999999;
    font-size: 11px;
    font-size: 1.1rem;
    margin: 15px 0 7px;
  }

  /* line 10, ../../../springer-compass/sass/ui_patterns/_partner_logos.scss */
  .partner-logos img {
    display: block;
    max-width: 175px;
    max-height: 70px;
    margin: 7px 0 12px 0;
  }

  /* line 16, ../../../springer-compass/sass/ui_patterns/_partner_logos.scss */
  .partner-logos a {
    display: block;
    margin-bottom: 12px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* JavaScript/Chrome/Redirect prompt notices
    ------------------------------------------------------------------------------*/
  /* line 6, ../../../springer-compass/sass/ui_patterns/_prompts.scss */
  .prompt-bar {
    background-color: #46474D;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4F5056), to(#3D3E42));
    background-image: -webkit-linear-gradient(top, #4F5056, #3D3E42);
    background-image: -moz-linear-gradient(top, #4F5056, #3D3E42);
    background-image: -ms-linear-gradient(top, #4F5056, #3D3E42);
    background-image: -o-linear-gradient(top, #4F5056, #3D3E42);
    background-image: linear-gradient(top, #4F5056, #3D3E42);
    -webkit-box-shadow: -2px -6px 22px 4px #333333;
    -moz-box-shadow: -2px -6px 22px 4px #333333;
    box-shadow: -2px -6px 22px 4px #333333;
    -webkit-transition: padding 0.25s ease-in-out;
    -moz-transition: padding 0.25s ease-in-out;
    -o-transition: padding 0.25s ease-in-out;
    transition: padding 0.25s ease-in-out;
    color: #dadbdb;
    min-height: 18px;
    margin: 0;
    overflow: hidden;
    padding: 12px 0;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    text-shadow: 1px 1px 0 #2b2b2b;
    width: 100%;
    z-index: 20;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 6, ../../../springer-compass/sass/ui_patterns/_prompts.scss */
  .prompt-bar {
    /* MQ: Widescreen */
    min-width: 960px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 25, ../../../springer-compass/sass/ui_patterns/_prompts.scss */
  .prompt-bar a {
    color: #FFF;
    text-decoration: underline;
  }
  /* line 28, ../../../springer-compass/sass/ui_patterns/_prompts.scss */
  .prompt-bar a:hover {
    text-decoration: none;
  }
  /* line 32, ../../../springer-compass/sass/ui_patterns/_prompts.scss */
  .prompt-bar p {
    margin: 0 7px;
  }

  /* line 36, ../../../springer-compass/sass/ui_patterns/_prompts.scss */
  .prompt-wrapper {
    max-width: 960px;
    margin: 7px auto 0 auto;
    min-height: 43px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 41, ../../../springer-compass/sass/ui_patterns/_prompts.scss */
  .prompt-actions {
    /* MQ: Widescreen */
    float: right;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 47, ../../../springer-compass/sass/ui_patterns/_prompts.scss */
  .prompt-actions a {
    border-bottom: 1px solid #535458;
  }
  /* line 50, ../../../springer-compass/sass/ui_patterns/_prompts.scss */
  .prompt-actions a:hover {
    border-bottom: 1px solid #d9dadb;
    text-decoration: none;
  }
  /* line 54, ../../../springer-compass/sass/ui_patterns/_prompts.scss */
  .prompt-actions a:focus {
    text-decoration: none;
  }
  /* line 57, ../../../springer-compass/sass/ui_patterns/_prompts.scss */
  .prompt-actions button {
    background: transparent;
    border: 1px solid #38393D;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px 0 #5f6065, 0 1px 1px 0 #535459;
    -moz-box-shadow: inset 0 1px 1px 0 #5f6065, 0 1px 1px 0 #535459;
    box-shadow: inset 0 1px 1px 0 #5f6065, 0 1px 1px 0 #535459;
    color: #dadadb;
    padding: 7px 12px;
    margin-left: 20px;
    text-shadow: 1px 1px 0 #2b2b2b;
  }
  /* line 67, ../../../springer-compass/sass/ui_patterns/_prompts.scss */
  .prompt-actions button:hover {
    border: 1px solid #28292b;
    color: #FFF;
  }
  /* line 71, ../../../springer-compass/sass/ui_patterns/_prompts.scss */
  .prompt-actions button:active {
    border: 1px solid #28292b;
    color: #FFF;
    -webkit-box-shadow: inset 0 8px 14px -6px #000, 0 1px 1px 0 #535459;
    -moz-box-shadow: inset 0 8px 14px -6px #000, 0 1px 1px 0 #535459;
    box-shadow: inset 0 8px 14px -6px #000, 0 1px 1px 0 #535459;
  }

  /* line 77, ../../../springer-compass/sass/ui_patterns/_prompts.scss */
  #redirect-prompt {
    display: none;
    min-height: 50px;
    padding: 0;
  }
  /* line 81, ../../../springer-compass/sass/ui_patterns/_prompts.scss */
  .js #redirect-prompt {
    display: block;
    margin-top: -50px;
  }
  /* line 85, ../../../springer-compass/sass/ui_patterns/_prompts.scss */
  #redirect-prompt h1 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 30px 0 0 0;
  }
  /* line 89, ../../../springer-compass/sass/ui_patterns/_prompts.scss */
  #redirect-prompt p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 89, ../../../springer-compass/sass/ui_patterns/_prompts.scss */
  #redirect-prompt p {
    /* MQ: Widescreen */
    float: left;
    line-height: 1;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 100, ../../../springer-compass/sass/ui_patterns/_prompts.scss */
  #redirect-prompt .more-info-text {
    margin: 0 auto;
    max-width: 960px;
    padding: 0 15px;
    overflow: hidden;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 100, ../../../springer-compass/sass/ui_patterns/_prompts.scss */
  #redirect-prompt .more-info-text {
    /* MQ: Widescreen */
    padding: 0;
    text-align: left;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 111, ../../../springer-compass/sass/ui_patterns/_prompts.scss */
  #redirect-prompt .more-info-text p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  /* line 115, ../../../springer-compass/sass/ui_patterns/_prompts.scss */
  #redirect-prompt .more-info-text a {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
  }
  /* line 119, ../../../springer-compass/sass/ui_patterns/_prompts.scss */
  #redirect-prompt .more-info-text .external:after {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEVJREFUeNpi/P///xkGKGBkZDQB0chiMI4dFMOAHUgcLIeiGk0TVgVIJoJNQlGAJokiCLcbXY4JzfpD6O5hwWIKCgAIMABuazu420UFvAAAAABJRU5ErkJggg==") no-repeat 0 0;
    text-shadow: 1px 1px 0 #2b2b2b;
  }

  /* line 125, ../../../springer-compass/sass/ui_patterns/_prompts.scss */
  .more-info-wrapper {
    -webkit-box-shadow: inset 0 5px 8px 0 rgba(0, 0, 0, 0.25), inset 0 -5px 8px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 5px 8px 0 rgba(0, 0, 0, 0.25), inset 0 -5px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 5px 8px 0 rgba(0, 0, 0, 0.25), inset 0 -5px 8px 0 rgba(0, 0, 0, 0.15);
    background: #3d3e43 url(../images/bg-mobile-menu.png) 0 0 repeat;
    display: none;
    padding: 0 0 30px 0;
  }

  /* line 131, ../../../springer-compass/sass/ui_patterns/_prompts.scss */
  #jsnotice p {
    overflow: hidden;
    white-space: nowrap;
  }
  /* line 134, ../../../springer-compass/sass/ui_patterns/_prompts.scss */
  #jsnotice p span {
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 134, ../../../springer-compass/sass/ui_patterns/_prompts.scss */
  #jsnotice p span {
    /* MQ: Tablet */
    display: inline;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 144, ../../../springer-compass/sass/ui_patterns/_prompts.scss */
  #chrome-prompt {
    display: none;
  }

  /* line 147, ../../../springer-compass/sass/ui_patterns/_prompts.scss */
  #chrome-prompt span {
    background: url(../images/remove_icons.png) no-repeat 0 0;
    cursor: pointer;
    display: block;
    height: 14px;
    position: absolute;
    top: 8px;
    right: 8px;
    text-indent: -10000px;
    width: 14px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Search
    ------------------------------------------------------------------------------*/
  /* line 6, ../../../springer-compass/sass/ui_patterns/_search.scss */
  .search-submit {
    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 */
  }

  /* line 10, ../../../springer-compass/sass/ui_patterns/_search.scss */
  .big-search {
    position: relative;
  }
  /* line 13, ../../../springer-compass/sass/ui_patterns/_search.scss */
  .big-search input {
    vertical-align: bottom;
  }
  /* line 16, ../../../springer-compass/sass/ui_patterns/_search.scss */
  .big-search .search-field {
    /* extra div needed because IE doesn't support padding-right on input fields therefore text would overlap the "new search" link */
    background-color: #FFF;
    border: 1px solid #bcbcbc;
    border-radius: 2px;
    -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.11);
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.11);
    height: 36px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 52px;
    position: relative;
  }
  /* line 27, ../../../springer-compass/sass/ui_patterns/_search.scss */
  .lt-ie8 .big-search .search-field {
    width: auto;
    height: 35px;
  }
  /* line 32, ../../../springer-compass/sass/ui_patterns/_search.scss */
  .big-search.contains-new-search-link .search-field {
    padding-right: 107px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 32, ../../../springer-compass/sass/ui_patterns/_search.scss */
  .big-search.contains-new-search-link .search-field {
    /* MQ: Widescreen */
    padding-right: 157px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 38, ../../../springer-compass/sass/ui_patterns/_search.scss */
  .big-search.has-focus .search-field {
    /* this selector needed for :focus styles, class applied with JS */
    border-color: #00768a;
    -webkit-box-shadow: 0 0 3px #00768a;
    -moz-box-shadow: 0 0 3px #00768a;
    box-shadow: 0 0 3px #00768a;
    outline: none;
  }
  /* line 43, ../../../springer-compass/sass/ui_patterns/_search.scss */
  .big-search .text {
    background-color: transparent;
    border: 0;
    border-radius: 2px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 200;
    height: 34px;
    letter-spacing: 0.02em;
    padding: 5px 0 2px 9px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 55, ../../../springer-compass/sass/ui_patterns/_search.scss */
  .big-search .text:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    outline: none;
  }
  /* line 66, ../../../springer-compass/sass/ui_patterns/_search.scss */
  .big-search .search-submit {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4449px no-repeat;
    background-color: #00768a;
    border: 1px solid #00768a;
    border-radius: 2px;
    color: #FFF;
    font-size: 16px;
    font-size: 1.6rem;
    height: 36px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    width: 52px;
  }
  /* line 77, ../../../springer-compass/sass/ui_patterns/_search.scss */
  .big-search .search-submit:hover, .big-search .search-submit:focus {
    border-color: #008ca4;
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4377px no-repeat;
  }
  /* line 82, ../../../springer-compass/sass/ui_patterns/_search.scss */
  .big-search .search-submit:active {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4341px no-repeat;
    border-color: #008ca4;
  }
  /* line 86, ../../../springer-compass/sass/ui_patterns/_search.scss */
  .lt-ie8 .big-search .search-submit {
    top: 1px;
  }
  /* line 89, ../../../springer-compass/sass/ui_patterns/_search.scss */
  .big-search .search-submit.loading, .big-search .search-submit.loading:hover, .big-search .search-submit.loading:focus {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4413px no-repeat;
  }
  /* line 96, ../../../springer-compass/sass/ui_patterns/_search.scss */
  .big-search #global-search-new {
    color: #bcbcbc;
    font-size: 11px;
    font-size: 1.1rem;
    height: 27px;
    line-height: 2.5;
    position: absolute;
    right: 60px;
    top: 6px;
    z-index: 5;
    overflow: hidden;
    text-decoration: none;
    width: 40px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 96, ../../../springer-compass/sass/ui_patterns/_search.scss */
  .big-search #global-search-new {
    /* MQ: Widescreen */
    width: auto;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 110, ../../../springer-compass/sass/ui_patterns/_search.scss */
  .big-search #global-search-new:hover, .big-search #global-search-new:focus {
    color: #666666;
  }
  /* line 114, ../../../springer-compass/sass/ui_patterns/_search.scss */
  .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) {
  /* line 114, ../../../springer-compass/sass/ui_patterns/_search.scss */
  .big-search #global-search-new:before {
    /* MQ: Widescreen */
    margin-left: 11px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 128, ../../../springer-compass/sass/ui_patterns/_search.scss */
  .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;
  }
  /* line 133, ../../../springer-compass/sass/ui_patterns/_search.scss */
  .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 */
  /* Section links and other actions
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/ui_patterns/_section_links.scss */
  .section-links,
  .other-actions {
    margin-top: 30px;
  }
  /* line 8, ../../../springer-compass/sass/ui_patterns/_section_links.scss */
  .lt-ie8 .section-links, .lt-ie8
  .other-actions {
    clear: both;
  }

  /* line 12, ../../../springer-compass/sass/ui_patterns/_section_links.scss */
  .other-actions {
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 12, ../../../springer-compass/sass/ui_patterns/_section_links.scss */
  .other-actions {
    /* MQ: Tablet */
    display: block;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 20, ../../../springer-compass/sass/ui_patterns/_section_links.scss */
  .section-links h2,
  .other-actions h2,
  .book-metrics h2 {
    -webkit-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    border-bottom: 1px solid #D7D6D6;
    padding: 0 4px 7px 0;
    font-family: Verdana, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  /* line 28, ../../../springer-compass/sass/ui_patterns/_section_links.scss */
  .section-links ol,
  .other-actions ul {
    margin-right: 30px;
  }

  /* line 32, ../../../springer-compass/sass/ui_patterns/_section_links.scss */
  .section-links li a,
  .other-actions li a {
    background: url(/spcom/sites/palgrave/images/action_arrow_right.png) no-repeat 0 9px;
    display: block;
    line-height: 1.2;
    padding: 4px 5px 4px 14px;
  }
  /* line 38, ../../../springer-compass/sass/ui_patterns/_section_links.scss */
  .section-links li a.external:after,
  .other-actions li a.external:after {
    margin-top: 4px;
    position: absolute;
  }

  /* no access */
  /* line 44, ../../../springer-compass/sass/ui_patterns/_section_links.scss */
  .no-access .section-links ol {
    list-style-type: disc;
    padding-left: 1.5em;
  }

  /* line 48, ../../../springer-compass/sass/ui_patterns/_section_links.scss */
  .no-access .section-links li {
    padding: 4px 0;
    line-height: 1.2;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Section links and other actions
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/ui_patterns/_section_links_palgrave.scss */
  .section-links h2,
  .other-actions h2,
  .book-metrics h2 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: none;
    color: #2b2b2b;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.2;
    font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Social links
  ------------------------------------------------------------------------------*/
  /* line 6, ../../../springer-compass/sass/ui_patterns/_social_links.scss */
  .no-js .share {
    display: none;
  }

  /* line 10, ../../../springer-compass/sass/ui_patterns/_social_links.scss */
  .share {
    margin-bottom: 14px;
  }

  /* line 13, ../../../springer-compass/sass/ui_patterns/_social_links.scss */
  .share a {
    display: inline-block;
    height: 24px;
    margin: 0 7px 0 0;
    outline: none;
    text-indent: -100000px;
    width: 24px;
  }
  /* line 20, ../../../springer-compass/sass/ui_patterns/_social_links.scss */
  .lt-ie8 .share a {
    display: block;
    float: left;
  }
  /* line 24, ../../../springer-compass/sass/ui_patterns/_social_links.scss */
  .share a:hover:after {
    background: #000;
    border-radius: 3px;
    content: '';
    height: 24px;
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
  }

  /* line 35, ../../../springer-compass/sass/ui_patterns/_social_links.scss */
  #twitter {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4962px no-repeat;
  }

  /* line 38, ../../../springer-compass/sass/ui_patterns/_social_links.scss */
  #facebook {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -1820px no-repeat;
  }

  /* line 41, ../../../springer-compass/sass/ui_patterns/_social_links.scss */
  #linkedin {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -2060px no-repeat;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Default tables
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/ui_patterns/_table_default.scss */
  .default-table {
    margin: 34px 0 22px 0;
    position: relative;
    overflow-x: auto;
    width: 100%;
  }
  /* line 11, ../../../springer-compass/sass/ui_patterns/_table_default.scss */
  .default-table table {
    width: 100%;
    table-layout: fixed;
  }
  /* line 15, ../../../springer-compass/sass/ui_patterns/_table_default.scss */
  .default-table caption {
    border: 1px solid #DCDCDA;
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-box-shadow: inset 1px -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    -moz-box-shadow: inset 1px -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    box-shadow: inset 1px -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    color: #666666;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 20px 2.71739130435%;
    text-align: left;
  }
  /* line 25, ../../../springer-compass/sass/ui_patterns/_table_default.scss */
  .default-table caption span {
    color: #999999;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    margin: 7px 0 0 32px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 25, ../../../springer-compass/sass/ui_patterns/_table_default.scss */
  .default-table caption span {
    /* MQ: Tablet */
    display: inline;
    margin: 0 0 0 12px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 37, ../../../springer-compass/sass/ui_patterns/_table_default.scss */
  .default-table td,
  .default-table th {
    border: 1px solid #DCDCDA;
    color: #666666;
    padding: 15px;
    text-align: left;
    vertical-align: middle;
  }
  /* line 45, ../../../springer-compass/sass/ui_patterns/_table_default.scss */
  .default-table th {
    background: #e3e3e3 url(../images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e3e3e3));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -o-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: linear-gradient(top, #f8f8f8, #e3e3e3);
    -webkit-box-shadow: inset 1px 1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    -moz-box-shadow: inset 1px 1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    box-shadow: inset 1px 1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    border-top: none;
    font-weight: bold;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 51, ../../../springer-compass/sass/ui_patterns/_table_default.scss */
  .default-table .table-actions {
    /* MQ: Tablet */
    position: absolute;
    right: 12px;
    top: 22px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 58, ../../../springer-compass/sass/ui_patterns/_table_default.scss */
  .default-table td .action {
    margin-right: 0;
  }
  /* line 61, ../../../springer-compass/sass/ui_patterns/_table_default.scss */
  .default-table td a {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 64, ../../../springer-compass/sass/ui_patterns/_table_default.scss */
  .default-table tfoot td {
    font-size: 11px;
    font-size: 1.1rem;
    color: #999999;
    padding: 9px 15px;
    border: none;
  }
  /* line 70, ../../../springer-compass/sass/ui_patterns/_table_default.scss */
  .default-table .table-links a {
    margin: 0 12px 0 12px;
  }
  /* line 7, ../../../springer-compass/sass/sitewide/mixins/_link-symbol.scss */
  .default-table .table-links a:before {
    content: '\00BB\0020';
    /* raquo + space */
  }
  /* line 74, ../../../springer-compass/sass/ui_patterns/_table_default.scss */
  .default-table .table-actions-bottom {
    background: #e3e3e3 url(../images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e3e3e3));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -o-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: linear-gradient(top, #f8f8f8, #e3e3e3);
    border: 1px solid #DADBDB;
    border-top: none;
    min-height: 15px;
    padding: 15px;
    position: relative;
  }
  /* line 82, ../../../springer-compass/sass/ui_patterns/_table_default.scss */
  .default-table .table-actions-bottom .table-actions {
    position: absolute;
    right: 12px;
    top: 12px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Sortable-table
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/ui_patterns/_table_sortable.scss */
  .sortable-table th {
    cursor: pointer;
    padding: 0;
  }
  /* line 8, ../../../springer-compass/sass/ui_patterns/_table_sortable.scss */
  .sortable-table th a {
    color: #666666;
    display: block;
    margin: 0 15px 0 0;
    outline: none;
    padding: 15px 0 15px 15px;
    text-decoration: none;
  }
  /* line 16, ../../../springer-compass/sass/ui_patterns/_table_sortable.scss */
  .sortable-table th.sorted-ascending, .sortable-table th.sorted-descending {
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.15);
  }
  /* line 20, ../../../springer-compass/sass/ui_patterns/_table_sortable.scss */
  .sortable-table th:hover {
    background: #EDEDED url(../images/grdnt_grey_fafafa_ededed.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#EDEDED));
    background-image: -webkit-linear-gradient(top, #FAFAFA, #EDEDED);
    background-image: -moz-linear-gradient(top, #FAFAFA, #EDEDED);
    background-image: -ms-linear-gradient(top, #FAFAFA, #EDEDED);
    background-image: -o-linear-gradient(top, #FAFAFA, #EDEDED);
    background-image: linear-gradient(top, #FAFAFA, #EDEDED);
  }
  /* line 23, ../../../springer-compass/sass/ui_patterns/_table_sortable.scss */
  .sortable-table th:hover a,
  .sortable-table th a:focus {
    background: url(../images/expander_arrows.png) no-repeat right -253px;
  }
  /* line 27, ../../../springer-compass/sass/ui_patterns/_table_sortable.scss */
  .sortable-table th.sorted-ascending a {
    background: url(../images/expander_arrows.png) no-repeat right -253px;
  }
  /* line 30, ../../../springer-compass/sass/ui_patterns/_table_sortable.scss */
  .sortable-table th.sorted-descending a {
    background: url(../images/expander_arrows.png) no-repeat right -142px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Deposit Contracts
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/ui_patterns/_table_deposit_contracts.scss */
  .deposit-contracts caption {
    padding-right: 15px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 8, ../../../springer-compass/sass/ui_patterns/_table_deposit_contracts.scss */
  .deposit-contracts caption span {
    /* MQ: Tablet */
    float: right;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 15, ../../../springer-compass/sass/ui_patterns/_table_deposit_contracts.scss */
  .deposit-contracts th:first-child {
    width: 224px;
  }

  /* line 18, ../../../springer-compass/sass/ui_patterns/_table_deposit_contracts.scss */
  .deposit-contracts th span:first-child {
    float: left;
    width: 50px;
  }

  /* line 22, ../../../springer-compass/sass/ui_patterns/_table_deposit_contracts.scss */
  .deposit-contracts th span.last,
  .deposit-contracts td span.last {
    float: right;
    margin: 0 25px 0 0;
    text-align: right;
    width: 50px;
  }

  /* line 29, ../../../springer-compass/sass/ui_patterns/_table_deposit_contracts.scss */
  .deposit-contracts .progress-bar {
    margin: 3px 0 0 0;
    position: relative;
    width: 200px;
  }

  /* line 35, ../../../springer-compass/sass/ui_patterns/_table_deposit_contracts.scss */
  .deposit-contracts td a {
    display: inline-block;
    font-size: 11px;
    font-size: 1.1rem;
    margin: 4px 0 0 14px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Member-list
  ------------------------------------------------------------------------------*/
  /* line 6, ../../../springer-compass/sass/ui_patterns/_table_member_list.scss */
  .member-list caption {
    padding-right: 45.2898550725%;
    /* Math: 250 / 552 */
  }

  /* line 10, ../../../springer-compass/sass/ui_patterns/_table_member_list.scss */
  .member-list th:last-child,
  .member-list th:nth-child(5) {
    width: 80px;
  }

  /* line 14, ../../../springer-compass/sass/ui_patterns/_table_member_list.scss */
  .member-list th:last-child a,
  .member-list th:nth-child(5) a {
    width: 80px;
  }

  /* line 18, ../../../springer-compass/sass/ui_patterns/_table_member_list.scss */
  .sortable-table th.remove-member {
    color: #666666;
    cursor: default;
  }

  /* line 22, ../../../springer-compass/sass/ui_patterns/_table_member_list.scss */
  td.remove-member a {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -1315px no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    outline: none;
    margin: 0;
    text-indent: -99999px;
    width: 24px;
  }

  /* line 32, ../../../springer-compass/sass/ui_patterns/_table_member_list.scss */
  td.remove-member a:hover,
  td.remove-member a:focus {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -1289px no-repeat;
  }

  /* line 36, ../../../springer-compass/sass/ui_patterns/_table_member_list.scss */
  td.remove-member a:active {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -1263px no-repeat;
  }

  /* line 39, ../../../springer-compass/sass/ui_patterns/_table_member_list.scss */
  .lt-ie8 td.remove-member a {
    display: block;
  }

  /* line 42, ../../../springer-compass/sass/ui_patterns/_table_member_list.scss */
  .default-table .remove-member,
  .member-list th:nth-child(5),
  .member-list td:nth-child(5) {
    text-align: center;
  }

  /* line 47, ../../../springer-compass/sass/ui_patterns/_table_member_list.scss */
  .new-user-link {
    text-align: right;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* line 3, ../../../springer-compass/sass/ui_patterns/_topical_collection.scss */
  .topical-collection {
    margin: 7px 0 0 0;
  }
  /* line 5, ../../../springer-compass/sass/ui_patterns/_topical_collection.scss */
  .topical-collection a {
    display: block;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Toolbar
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/ui_patterns/_toolbar.scss */
  #toolbar {
    zoom: 1;
    margin-bottom: 14px;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  #toolbar:before, #toolbar:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  #toolbar:after {
    clear: both;
  }

  /* tools */
  /* line 10, ../../../springer-compass/sass/ui_patterns/_toolbar.scss */
  #tools {
    /* tools group */
    /* links */
    /* Journal Page */
  }
  /* line 12, ../../../springer-compass/sass/ui_patterns/_toolbar.scss */
  #tools div {
    float: left;
    height: 24px;
    padding-left: 4px;
    position: relative;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 12, ../../../springer-compass/sass/ui_patterns/_toolbar.scss */
  #tools div {
    /* MQ: Tablet */
    margin-left: 10px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 24, ../../../springer-compass/sass/ui_patterns/_toolbar.scss */
  #tools a {
    float: left;
    text-decoration: none;
    position: relative;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 24, ../../../springer-compass/sass/ui_patterns/_toolbar.scss */
  #tools a {
    /* MQ: Tablet */
    margin: 0 0 0 7px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 34, ../../../springer-compass/sass/ui_patterns/_toolbar.scss */
  #tools a .icon {
    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 */
    float: left;
    height: 24px;
    width: 24px;
  }
  /* line 40, ../../../springer-compass/sass/ui_patterns/_toolbar.scss */
  #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) {
  /* line 45, ../../../springer-compass/sass/ui_patterns/_toolbar.scss */
  #tools a:hover .tooltip {
    /* MQ: Widescreen */
    display: block;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 53, ../../../springer-compass/sass/ui_patterns/_toolbar.scss */
  #journal #tools {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin: -16px 0 0 0;
    /* #JC251012 Position of feed icon on tablet overlays the cover image... */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 53, ../../../springer-compass/sass/ui_patterns/_toolbar.scss */
  #journal #tools {
    /* MQ: Tablet */
    float: right;
    margin: 0 0 -24px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 53, ../../../springer-compass/sass/ui_patterns/_toolbar.scss */
  #journal #tools {
    /* MQ: Widescreen */
    margin: 18px 0 0 0;
  }
}

@media screen and (min-device-width: 320px) {
  /* icons for page tools */
  /* line 70, ../../../springer-compass/sass/ui_patterns/_toolbar.scss */
  #tool-email .icon {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -2482px no-repeat;
  }

  /* line 73, ../../../springer-compass/sass/ui_patterns/_toolbar.scss */
  #tool-email:hover .icon {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -2456px no-repeat;
  }

  /* line 76, ../../../springer-compass/sass/ui_patterns/_toolbar.scss */
  #tool-email:active .icon {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -2430px no-repeat;
  }

  /* line 79, ../../../springer-compass/sass/ui_patterns/_toolbar.scss */
  #tool-print .icon {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -3893px no-repeat;
  }

  /* line 82, ../../../springer-compass/sass/ui_patterns/_toolbar.scss */
  #tool-print:hover .icon {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -3867px no-repeat;
  }

  /* line 85, ../../../springer-compass/sass/ui_patterns/_toolbar.scss */
  #tool-print:active .icon {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -3841px no-repeat;
  }

  /* line 88, ../../../springer-compass/sass/ui_patterns/_toolbar.scss */
  #tool-rss .icon {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4092px no-repeat;
  }

  /* line 91, ../../../springer-compass/sass/ui_patterns/_toolbar.scss */
  #tool-rss:hover .icon {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4066px no-repeat;
  }

  /* line 94, ../../../springer-compass/sass/ui_patterns/_toolbar.scss */
  #tool-rss:active .icon {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4040px no-repeat;
  }

  /* line 97, ../../../springer-compass/sass/ui_patterns/_toolbar.scss */
  #tool-download {
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 97, ../../../springer-compass/sass/ui_patterns/_toolbar.scss */
  #tool-download {
    /* MQ: Tablet */
    display: block;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 105, ../../../springer-compass/sass/ui_patterns/_toolbar.scss */
  #tool-download .icon {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -1567px no-repeat;
  }

  /* line 108, ../../../springer-compass/sass/ui_patterns/_toolbar.scss */
  #tool-download:hover .icon {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -1519px no-repeat;
  }

  /* line 111, ../../../springer-compass/sass/ui_patterns/_toolbar.scss */
  #tool-download:active .icon {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -1409px no-repeat;
  }

  /* icons for social tools */
  /* line 115, ../../../springer-compass/sass/ui_patterns/_toolbar.scss */
  #tool-twitter .icon {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4962px no-repeat;
  }

  /* line 118, ../../../springer-compass/sass/ui_patterns/_toolbar.scss */
  #tool-facebook .icon {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -1820px no-repeat;
  }

  /* line 121, ../../../springer-compass/sass/ui_patterns/_toolbar.scss */
  #tool-linkedin .icon {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -2060px no-repeat;
  }

  /* line 124, ../../../springer-compass/sass/ui_patterns/_toolbar.scss */
  #tool-gplus .icon {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -2013px no-repeat;
  }

  /* line 127, ../../../springer-compass/sass/ui_patterns/_toolbar.scss */
  #tool-mendeley .icon {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -2508px no-repeat;
  }

  /* line 130, ../../../springer-compass/sass/ui_patterns/_toolbar.scss */
  #tool-weibo .icon {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -5076px no-repeat;
  }

  /* line 133, ../../../springer-compass/sass/ui_patterns/_toolbar.scss */
  #tool-shares .icon {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4771px no-repeat;
  }

  /* social tools smaller */
  /* line 138, ../../../springer-compass/sass/ui_patterns/_toolbar.scss */
  #tools-social a {
    margin-top: 4px;
  }

  /* line 141, ../../../springer-compass/sass/ui_patterns/_toolbar.scss */
  #tools-social a .icon {
    height: 16px;
    width: 16px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Tooltip & Help
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/ui_patterns/_tooltip-help.scss */
  .tooltip {
    background-color: #FFF;
    border: 1px solid #ddd;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    color: #666666;
    display: none;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.3;
    margin-left: -60px;
    /* half the outer width - 2.5px => for centering */
    margin-top: -12px;
    padding: 13px;
    position: absolute;
    left: 50%;
    top: 8px;
    z-index: 15;
    /* left 50% is for centering */
    width: 100px;
    word-wrap: break-word;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 5, ../../../springer-compass/sass/ui_patterns/_tooltip-help.scss */
  .tooltip {
    /* MQ: Widescreen */
    margin-left: -127px;
    /* half the outer width - 2.5px => for centering */
    margin-top: 0;
    width: 230px;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 28, ../../../springer-compass/sass/ui_patterns/_tooltip-help.scss */
  .tooltip:before {
    background: url(../images/tooltip_arrow_up.png) no-repeat center top;
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    left: 0;
    top: -12px;
    width: 100%;
  }

  /* help */
  /* line 38, ../../../springer-compass/sass/ui_patterns/_tooltip-help.scss */
  .help {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAYAAAAb4BS0AAAAD0lEQVQImWNgYGD4zwAFAAkEAQAd1+6MAAAAAElFTkSuQmCC") repeat-x left bottom;
    cursor: help;
    position: relative;
  }

  /* line 43, ../../../springer-compass/sass/ui_patterns/_tooltip-help.scss */
  .help:hover .tooltip {
    display: block;
  }

  /* line 47, ../../../springer-compass/sass/ui_patterns/_tooltip-help.scss */
  .js .help:hover .tooltip {
    display: none;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Traffic lights */
  /* line 4, ../../../springer-compass/sass/ui_patterns/_traffic_light.scss */
  .green-light,
  .amber-light,
  .red-light {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -359px no-repeat;
    display: block;
    height: 10px;
    width: 15px;
  }

  /* line 12, ../../../springer-compass/sass/ui_patterns/_traffic_light.scss */
  .amber-light {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -383px no-repeat;
  }

  /* line 15, ../../../springer-compass/sass/ui_patterns/_traffic_light.scss */
  .red-light {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -371px no-repeat;
  }

  /* Deposit Contracts
  ------------------------------------------------------------------------------*/
  /* line 21, ../../../springer-compass/sass/ui_patterns/_traffic_light.scss */
  .traffic-light {
    margin: 0 0 25px 0;
  }

  /* line 24, ../../../springer-compass/sass/ui_patterns/_traffic_light.scss */
  .traffic-light li {
    color: #666666;
    margin: 7px 0;
  }

  /* line 28, ../../../springer-compass/sass/ui_patterns/_traffic_light.scss */
  .traffic-light li > span {
    float: left;
    margin: 3px 7px 0 0;
  }

  /* line 32, ../../../springer-compass/sass/ui_patterns/_traffic_light.scss */
  .traffic-light strong span {
    font-weight: normal;
  }
}
/* Specific styles */
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Dashboard area
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/page_specific/_admin.scss */
  #dashboard-area {
    padding: 0 2.22%;
    /* Math: 20 / 900 */
  }
  /* line 7, ../../../springer-compass/sass/page_specific/_admin.scss */
  #dashboard-area .more {
    clear: both;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.4;
    margin: 30px 0 12px 0;
    text-align: left;
    width: 60%;
  }
  /* line 7, ../../../springer-compass/sass/sitewide/mixins/_link-symbol.scss */
  #dashboard-area .more a:before {
    content: '\00BB\0020';
    /* raquo + space */
  }
  /* line 18, ../../../springer-compass/sass/page_specific/_admin.scss */
  #dashboard-area h1 {
    display: inline-block;
    margin-bottom: 0;
  }
  /* line 22, ../../../springer-compass/sass/page_specific/_admin.scss */
  #dashboard-area h2 {
    margin: 36px 0 14px;
  }

  /* line 26, ../../../springer-compass/sass/page_specific/_admin.scss */
  .intro-text {
    color: #666666;
    line-height: 1.4;
    margin-top: 14px;
    width: 68%;
  }

  /* Select Organisation
  ------------------------------------------------------------------------------*/
  /* line 35, ../../../springer-compass/sass/page_specific/_admin.scss */
  .select-organisation {
    display: inline-block;
    margin: 6px 6px 0 1em;
    max-width: 400px;
    position: relative;
    top: -4px;
  }
  /* line 41, ../../../springer-compass/sass/page_specific/_admin.scss */
  .select-organisation label {
    font-size: 11px;
    font-size: 1.1rem;
  }
  /* line 44, ../../../springer-compass/sass/page_specific/_admin.scss */
  .select-organisation .submit {
    display: none;
  }
  /* line 47, ../../../springer-compass/sass/page_specific/_admin.scss */
  .no-js .select-organisation .submit {
    display: inline;
  }

  /* Tabbed list of links
  ------------------------------------------------------------------------------*/
  /* line 55, ../../../springer-compass/sass/page_specific/_admin.scss */
  .tabs {
    zoom: 1;
    background: #e3e3e3 url(../images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e3e3e3));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -o-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: linear-gradient(top, #f8f8f8, #e3e3e3);
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 0 0 #FFF, 0 1px 3px -2px #000;
    -moz-box-shadow: inset 0 1px 0 0 #FFF, 0 1px 3px -2px #000;
    box-shadow: inset 0 1px 0 0 #FFF, 0 1px 3px -2px #000;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    margin: 20px 0 36px 0;
    overflow: hidden;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .tabs:before, .tabs:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .tabs:after {
    clear: both;
  }

  /* line 66, ../../../springer-compass/sass/page_specific/_admin.scss */
  .tabs li {
    border-right: 1px solid #FFF;
    -webkit-box-shadow: inset -1px 0 0 0 #ddd;
    -moz-box-shadow: inset -1px 0 0 0 #ddd;
    box-shadow: inset -1px 0 0 0 #ddd;
    margin-bottom: -1px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 66, ../../../springer-compass/sass/page_specific/_admin.scss */
  .tabs li {
    /* MQ: Tablet */
    float: left;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 76, ../../../springer-compass/sass/page_specific/_admin.scss */
  .tabs a,
  .tabs span {
    border-bottom: 1px solid #ddd;
    color: #333333;
    display: block;
    padding: 11px 20px 9px 20px;
    text-shadow: 1px 1px 0 #FFF;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }

  /* line 85, ../../../springer-compass/sass/page_specific/_admin.scss */
  .tabs a:hover {
    color: #00768a;
    text-decoration: none;
  }

  /* line 89, ../../../springer-compass/sass/page_specific/_admin.scss */
  .tabs li.active span {
    background-color: #eaeaea;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E9E9E9), to(#FFFFFF));
    background-image: -webkit-linear-gradient(top, #E9E9E9, #FFFFFF);
    background-image: -moz-linear-gradient(top, #E9E9E9, #FFFFFF);
    background-image: -ms-linear-gradient(top, #E9E9E9, #FFFFFF);
    background-image: -o-linear-gradient(top, #E9E9E9, #FFFFFF);
    background-image: linear-gradient(top, #E9E9E9, #FFFFFF);
    -webkit-box-shadow: inset 2px 2px 10px -10px #000;
    -moz-box-shadow: inset 2px 2px 10px -10px #000;
    box-shadow: inset 2px 2px 10px -10px #000;
    color: #666666;
  }

  /* Header shadow (only in settings at moment- look to refactor when across all dashboard area)
    ------------------------------------------------------------------------------*/
  /* line 97, ../../../springer-compass/sass/page_specific/_admin.scss */
  #upload-logo h2,
  #order-content h2,
  #enforced-login h2 {
    -webkit-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    border-bottom: 1px solid #D7D6D6;
    padding: 0 4px 7px 0;
  }

  /* Reports featured list
  ------------------------------------------------------------------------------*/
  /* line 105, ../../../springer-compass/sass/page_specific/_admin.scss */
  .reports-feat-list {
    zoom: 1;
    margin: 22px 0 0 0;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .reports-feat-list:before, .reports-feat-list:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .reports-feat-list:after {
    clear: both;
  }

  /* line 109, ../../../springer-compass/sass/page_specific/_admin.scss */
  .reports-feat-list > li {
    width: 169px;
    height: 221px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 109, ../../../springer-compass/sass/page_specific/_admin.scss */
  .reports-feat-list > li {
    /* MQ: Tablet */
    float: left;
    margin-left: 62px;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 119, ../../../springer-compass/sass/page_specific/_admin.scss */
  .reports-feat-list li:first-child {
    margin-left: 0;
  }

  /* line 122, ../../../springer-compass/sass/page_specific/_admin.scss */
  .reports-feat-list li.disabled {
    color: #666666;
    opacity: 0.6;
  }

  /* line 126, ../../../springer-compass/sass/page_specific/_admin.scss */
  .reports-feat-list li > div {
    background: url(../images/report_cover.png) no-repeat;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 208px;
    padding: 12px 16px 16px 14px;
    width: 159px;
    position: relative;
  }

  /* line 135, ../../../springer-compass/sass/page_specific/_admin.scss */
  .ie6 .reports-feat-list li div {
    background: url(../images/report_cover.png) no-repeat;
    height: 208px;
    padding: 12px 16px 16px 14px;
    width: 130px;
    position: relative;
  }

  /* line 142, ../../../springer-compass/sass/page_specific/_admin.scss */
  .ie6 .reports-feat-list li div div {
    background: #008ca4;
    height: 21px;
    padding: 1px 10px 0 10px;
    position: absolute;
    bottom: 40px;
    width: 100px;
  }

  /* line 149, ../../../springer-compass/sass/page_specific/_admin.scss */
  .ie6 .reports-feat-list li {
    float: left;
    margin-left: 20px;
    width: 169px;
    height: 221px;
  }

  /* line 155, ../../../springer-compass/sass/page_specific/_admin.scss */
  .ie6 .reports-feat-list li ul li {
    float: none;
    margin-left: 0;
    width: auto;
    height: auto;
  }

  /* line 161, ../../../springer-compass/sass/page_specific/_admin.scss */
  .ie7 .reports-feat-list li > div {
    width: 135px;
    height: 185px;
  }

  /* line 165, ../../../springer-compass/sass/page_specific/_admin.scss */
  .reports-feat-list h3 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0;
    text-align: right;
  }

  /* line 170, ../../../springer-compass/sass/page_specific/_admin.scss */
  .reports-feat-list h4 {
    font-weight: bold;
    margin-top: 40px;
  }

  /* line 174, ../../../springer-compass/sass/page_specific/_admin.scss */
  .reports-feat-list p {
    margin-top: 14px;
  }

  /* line 177, ../../../springer-compass/sass/page_specific/_admin.scss */
  .reports-feat-list .btn {
    margin-top: 14px;
    position: absolute;
    bottom: 20px;
    left: 14px;
  }

  /* Reports archive
  ------------------------------------------------------------------------------*/
  /* line 186, ../../../springer-compass/sass/page_specific/_admin.scss */
  .reports-archive .default-form {
    margin-bottom: 30px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 186, ../../../springer-compass/sass/page_specific/_admin.scss */
  .reports-archive .default-form {
    /* MQ: Tablet */
    width: 66.6666666667%;
    /* Math 600 / 900 */
  }
}
@media screen and (min-device-width: 320px) {
  /* line 193, ../../../springer-compass/sass/page_specific/_admin.scss */
  .reports-archive .default-form .form-section {
    max-width: 100%;
  }

  /* Entitlements
  ------------------------------------------------------------------------------*/
  /* line 200, ../../../springer-compass/sass/page_specific/_admin.scss */
  .entitlements-links {
    margin: 7px 0 0 0;
  }
  /* line 202, ../../../springer-compass/sass/page_specific/_admin.scss */
  .entitlements-links a {
    margin: 0 7px 0 0;
  }
  /* line 7, ../../../springer-compass/sass/sitewide/mixins/_link-symbol.scss */
  .entitlements-links a:before {
    content: '\00BB\0020';
    /* raquo + space */
  }

  /* line 208, ../../../springer-compass/sass/page_specific/_admin.scss */
  .entitlements caption {
    padding-right: 45.2898550725%;
    /* Math: 250 / 552 */
  }

  /* line 212, ../../../springer-compass/sass/page_specific/_admin.scss */
  .entitlements td:first-child {
    text-transform: lowercase;
  }

  /* line 215, ../../../springer-compass/sass/page_specific/_admin.scss */
  .entitlements td:first-child:first-letter {
    text-transform: uppercase;
  }

  /* line 218, ../../../springer-compass/sass/page_specific/_admin.scss */
  .entitlements td:first-child,
  .entitlements th:first-child {
    width: 60%;
  }

  /* line 222, ../../../springer-compass/sass/page_specific/_admin.scss */
  .entitlements td:nth-child(2) {
    line-height: 1.8;
  }

  /* line 225, ../../../springer-compass/sass/page_specific/_admin.scss */
  .entitlements td:last-child {
    color: #666666;
  }

  /* line 7, ../../../springer-compass/sass/sitewide/mixins/_link-symbol.scss */
  .entitlements td a:before {
    content: '\00BB\0020';
    /* raquo + space */
  }

  /* line 231, ../../../springer-compass/sass/page_specific/_admin.scss */
  .all-materials {
    background: #EDEDED url(../images/grdnt_grey_fafafa_ededed.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#EDEDED));
    background-image: -webkit-linear-gradient(top, #FAFAFA, #EDEDED);
    background-image: -moz-linear-gradient(top, #FAFAFA, #EDEDED);
    background-image: -ms-linear-gradient(top, #FAFAFA, #EDEDED);
    background-image: -o-linear-gradient(top, #FAFAFA, #EDEDED);
    background-image: linear-gradient(top, #FAFAFA, #EDEDED);
  }

  /* line 235, ../../../springer-compass/sass/page_specific/_admin.scss */
  .js .entitlements caption {
    color: #00768a;
    cursor: pointer;
  }

  /* line 239, ../../../springer-compass/sass/page_specific/_admin.scss */
  .js .entitlements caption:hover {
    background: #EDEDED url(../images/grdnt_grey_fafafa_ededed.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#EDEDED));
    background-image: -webkit-linear-gradient(top, #FAFAFA, #EDEDED);
    background-image: -moz-linear-gradient(top, #FAFAFA, #EDEDED);
    background-image: -ms-linear-gradient(top, #FAFAFA, #EDEDED);
    background-image: -o-linear-gradient(top, #FAFAFA, #EDEDED);
    background-image: linear-gradient(top, #FAFAFA, #EDEDED);
  }

  /* line 242, ../../../springer-compass/sass/page_specific/_admin.scss */
  .js .entitlements caption:before {
    background: url(../images/expander_arrows.png) no-repeat 2px 5px;
    content: '';
    display: inline-block;
    margin: 0 15px 0 0;
    height: 14px;
    width: 14px;
  }

  /* line 250, ../../../springer-compass/sass/page_specific/_admin.scss */
  .js .entitlements caption.closed:before {
    background: url(../images/expander_arrows.png) no-repeat 4px -48px;
  }

  /* Generate association
  ------------------------------------------------------------------------------*/
  /* line 256, ../../../springer-compass/sass/page_specific/_admin.scss */
  .steps {
    margin: 30px 0;
    width: 73.3333333333%;
    /* Math: 660 / 900 */
  }
  /* line 259, ../../../springer-compass/sass/page_specific/_admin.scss */
  .steps li {
    border-top: 1px solid #DADBDB;
    color: #b7b7b7;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    padding: 7px;
  }
  /* line 266, ../../../springer-compass/sass/page_specific/_admin.scss */
  .steps li:last-child {
    border-bottom: 1px solid #DADBDB;
  }
  /* line 269, ../../../springer-compass/sass/page_specific/_admin.scss */
  .steps li span {
    color: #666666;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    margin-left: 7px;
    position: relative;
    top: -4px;
  }

  /* line 277, ../../../springer-compass/sass/page_specific/_admin.scss */
  .generate-code {
    background: #e3e3e3 url(../images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e3e3e3));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -o-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: linear-gradient(top, #f8f8f8, #e3e3e3);
    border: 1px solid #DADBDB;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 15px;
  }
  /* line 282, ../../../springer-compass/sass/page_specific/_admin.scss */
  .generate-code span {
    background: url(../images/search_within_arrow.png) no-repeat left -30px;
    color: #666666;
    display: inline-block;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.02em;
    margin: 0 0 0 15px;
    padding: 0 0 0 28px;
    position: relative;
    top: 4px;
    text-shadow: 1px 1px 0 #FFF;
  }

  /* Account_Details
  ------------------------------------------------------------------------------*/
  /* line 300, ../../../springer-compass/sass/page_specific/_admin.scss */
  #account-details h1 {
    margin: 30px 0 10px 0;
  }
  /* line 303, ../../../springer-compass/sass/page_specific/_admin.scss */
  #account-details h2 {
    font-family: Verdana, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.8;
    margin-top: 42px;
  }

  /* Edit organisation association form
  ------------------------------------------------------------------------------*/
  /* line 314, ../../../springer-compass/sass/page_specific/_admin.scss */
  .add-association {
    border-bottom: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 317, ../../../springer-compass/sass/page_specific/_admin.scss */
  .add-association #association-code {
    /* MQ: Tablet */
    margin-left: -5px;
    width: 44.3243243243%;
    /* Math: 246 / 555 */
  }
}

@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 325, ../../../springer-compass/sass/page_specific/_admin.scss */
  .add-association .btn {
    /* MQ: Tablet */
    margin: 12px 0 0 14px;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 332, ../../../springer-compass/sass/page_specific/_admin.scss */
  .lt-ie8 .add-association .btn {
    line-height: 1;
    margin: 0 0 7px 3px;
    position: relative;
    top: 4px;
  }

  /* line 338, ../../../springer-compass/sass/page_specific/_admin.scss */
  .add-association .helper-text {
    margin: 7px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 338, ../../../springer-compass/sass/page_specific/_admin.scss */
  .add-association .helper-text {
    /* MQ: Tablet */
    margin: 0 0 18px 25.28%;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 345, ../../../springer-compass/sass/page_specific/_admin.scss */
  .add-association .helper-text em {
    color: #71ab0b;
  }

  /* line 348, ../../../springer-compass/sass/page_specific/_admin.scss */
  .add-association .organisation-details {
    font-weight: normal;
  }

  /* line 351, ../../../springer-compass/sass/page_specific/_admin.scss */
  .add-association .organisation-details span:first-child {
    display: inline-block;
    margin: 0 15px 0 0;
    text-align: right;
    width: 100px;
  }

  /* line 357, ../../../springer-compass/sass/page_specific/_admin.scss */
  #account-details .add-organisation-details {
    background: #F3F3F3 url(../images/grdnt_grey_ffffff_f3f3f3.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F3F3F3));
    background-image: -webkit-linear-gradient(top, #FFFFFF, #F3F3F3);
    background-image: -moz-linear-gradient(top, #FFFFFF, #F3F3F3);
    background-image: -ms-linear-gradient(top, #FFFFFF, #F3F3F3);
    background-image: -o-linear-gradient(top, #FFFFFF, #F3F3F3);
    background-image: linear-gradient(top, #FFFFFF, #F3F3F3);
    -webkit-box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
    box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
    padding-top: 15px;
  }

  /* line 362, ../../../springer-compass/sass/page_specific/_admin.scss */
  #account-details .add-organisation-details .form-section {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 362, ../../../springer-compass/sass/page_specific/_admin.scss */
  #account-details .add-organisation-details .form-section {
    /* MQ: Widescreen */
    max-width: 507px;
    width: 507px;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 371, ../../../springer-compass/sass/page_specific/_admin.scss */
  #account-details .add-organisation-details .helper-text {
    margin: 7px 0 0 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 371, ../../../springer-compass/sass/page_specific/_admin.scss */
  #account-details .add-organisation-details .helper-text {
    /* MQ: Tablet */
    width: 380px;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 379, ../../../springer-compass/sass/page_specific/_admin.scss */
  #account-details .add-organisation-details .btn {
    margin: 0 20px 0 0;
  }

  /* line 382, ../../../springer-compass/sass/page_specific/_admin.scss */
  #account-details .add-organisation-details label span {
    color: #666666;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
  }

  /* line 387, ../../../springer-compass/sass/page_specific/_admin.scss */
  .add-organisation-details ul li {
    color: #666666;
    font-weight: bold;
    padding: 7px 0;
    position: relative;
  }

  /* line 393, ../../../springer-compass/sass/page_specific/_admin.scss */
  .add-organisation-details .success-message {
    background: none;
    border: none;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 7px 0 0 0;
    max-width: 440px;
    padding: 0;
  }

  /* line 402, ../../../springer-compass/sass/page_specific/_admin.scss */
  .ie6 .highlight-area {
    background: none;
  }

  /* line 406, ../../../springer-compass/sass/page_specific/_admin.scss */
  #account-details .organisation-list {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  /* line 409, ../../../springer-compass/sass/page_specific/_admin.scss */
  #account-details .organisation-list ul {
    margin: 0;
    padding: 15px 20px;
  }
  /* line 413, ../../../springer-compass/sass/page_specific/_admin.scss */
  #account-details .organisation-list ul li {
    color: #666666;
    font-weight: bold;
    padding: 7px 0;
    position: relative;
  }
  /* line 419, ../../../springer-compass/sass/page_specific/_admin.scss */
  #account-details .organisation-list ul li a {
    margin: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 419, ../../../springer-compass/sass/page_specific/_admin.scss */
  #account-details .organisation-list ul li a {
    /* MQ: Tablet */
    position: absolute;
    top: 7px;
    right: 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 428, ../../../springer-compass/sass/page_specific/_admin.scss */
  #account-details .organisation-list ul li em {
    color: #666666;
  }
  /* line 433, ../../../springer-compass/sass/page_specific/_admin.scss */
  #account-details .organisation-list .form-section ul {
    padding: 0;
  }
  /* line 436, ../../../springer-compass/sass/page_specific/_admin.scss */
  #account-details .organisation-list .success-message {
    background: none;
    border: none;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    max-width: 440px;
    padding: 20px 0 0 20px;
  }
  /* line 444, ../../../springer-compass/sass/page_specific/_admin.scss */
  #account-details .organisation-list .loading {
    top: 8px;
    right: -16px;
  }
  /* line 448, ../../../springer-compass/sass/page_specific/_admin.scss */
  #account-details .organisation-list .highlight-area {
    background: #008ca4 url(../images/grdnt_blue_d7ecfa_b3dcf5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#008ca4), to(#008ca4));
    background-image: -webkit-linear-gradient(top, #008ca4, #008ca4);
    background-image: -moz-linear-gradient(top, #008ca4, #008ca4);
    background-image: -ms-linear-gradient(top, #008ca4, #008ca4);
    background-image: -o-linear-gradient(top, #008ca4, #008ca4);
    background-image: linear-gradient(top, #008ca4, #008ca4);
    display: block;
    height: 100%;
    position: absolute;
    left: -5px;
    top: 0;
    z-index: 5;
    width: 515px;
  }
  /* line 455, ../../../springer-compass/sass/page_specific/_admin.scss */
  #account-details .organisation-list .add-organisation-details {
    border: none;
    padding: 15px 0 0 0;
  }
  /* line 459, ../../../springer-compass/sass/page_specific/_admin.scss */
  #account-details .organisation-list .organisation-section {
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
    box-shadow: inset 0 1px 0 0 #FFF, inset 0 18px 18px -18px #efefef;
    position: relative;
  }
  /* line 464, ../../../springer-compass/sass/page_specific/_admin.scss */
  #account-details .organisation-list .organisation-details {
    font-weight: normal;
  }
  /* line 466, ../../../springer-compass/sass/page_specific/_admin.scss */
  #account-details .organisation-list .organisation-details span:first-child {
    display: inline-block;
    margin: 0 15px 0 0;
    text-align: right;
    width: 100px;
  }

  /* Enforced login Settings
  ------------------------------------------------------------------------------*/
  /* line 477, ../../../springer-compass/sass/page_specific/_admin.scss */
  .enforced-login .error-message {
    background: none;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4;
    margin: 15px 0;
    padding: 15px;
    width: 64.4444444444%;
    /* Math: 580 / 900 */
  }

  /* line 485, ../../../springer-compass/sass/page_specific/_admin.scss */
  .bad-toggles {
    border-top: 1px solid #DADBDB;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 485, ../../../springer-compass/sass/page_specific/_admin.scss */
  .bad-toggles {
    /* MQ: Tablet */
    width: 68%;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 492, ../../../springer-compass/sass/page_specific/_admin.scss */
  .bad-toggles th {
    vertical-align: top;
  }
  /* line 495, ../../../springer-compass/sass/page_specific/_admin.scss */
  .bad-toggles a {
    background-repeat: no-repeat;
    color: transparent;
    /* IE 6 & 7 for input */
    direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -9999em;
    text-transform: capitalize;
    /* IE 6 & 7 for input */
    -webkit-box-shadow: inset 0 1px 0 #d7d7d7;
    -moz-box-shadow: inset 0 1px 0 #d7d7d7;
    box-shadow: inset 0 1px 0 #d7d7d7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #d9d9d9;
    border-top-color: #a8a8a8;
    border-left-color: #d5d5d5;
    border-right-color: #d5d5d5;
    background: #ebebeb;
    cursor: pointer;
    height: 19px;
    margin: 7px auto 0;
    outline: none;
    width: 19px;
  }
  /* line 510, ../../../springer-compass/sass/page_specific/_admin.scss */
  .bad-toggles a:hover {
    -webkit-box-shadow: inset 0 1px 0 #d7d7d7, 0 0 4px #cc0000;
    -moz-box-shadow: inset 0 1px 0 #d7d7d7, 0 0 4px #cc0000;
    box-shadow: inset 0 1px 0 #d7d7d7, 0 0 4px #cc0000;
    border: 1px solid #bf0606;
    border-left-color: #c20606;
    border-right-color: #c20606;
  }
  /* line 516, ../../../springer-compass/sass/page_specific/_admin.scss */
  .bad-toggles a.toggled-on {
    -webkit-box-shadow: inset 0 1px 0 #da0909, 0 0 0 1px #e2e2e2;
    -moz-box-shadow: inset 0 1px 0 #da0909, 0 0 0 1px #e2e2e2;
    box-shadow: inset 0 1px 0 #da0909, 0 0 0 1px #e2e2e2;
    background-color: #ef0a0a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ef0a0a), to(#c80606));
    background-image: -webkit-linear-gradient(top, #ef0a0a, #c80606);
    background-image: -moz-linear-gradient(top, #ef0a0a, #c80606);
    background-image: -ms-linear-gradient(top, #ef0a0a, #c80606);
    background-image: -o-linear-gradient(top, #ef0a0a, #c80606);
    background-image: linear-gradient(top, #ef0a0a, #c80606);
    border: 1px solid #bf0606;
    border-left-color: #c20606;
    border-right-color: #c20606;
  }
  /* line 522, ../../../springer-compass/sass/page_specific/_admin.scss */
  .lt-ie8 .bad-toggles a.toggled-on {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -823px no-repeat;
    background-color: #ef0a0a;
  }
  /* line 528, ../../../springer-compass/sass/page_specific/_admin.scss */
  .bad-toggles a.toggled-on:before {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -823px no-repeat;
    content: '';
    display: block;
    margin: 4px 2px;
    width: 15px;
    height: 12px;
  }

  /* Toggle switches
  ------------------------------------------------------------------------------*/
  /* line 540, ../../../springer-compass/sass/page_specific/_admin.scss */
  .toggle-switches {
    border-top: 1px solid #DADBDB;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 540, ../../../springer-compass/sass/page_specific/_admin.scss */
  .toggle-switches {
    /* MQ: Tablet */
    width: 46.6666666667%;
    /* Math: 420 / 900 */
  }
}
@media screen and (min-device-width: 320px) {
  /* line 547, ../../../springer-compass/sass/page_specific/_admin.scss */
  .toggle-switches a {
    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 */
    background: url(../images/toggle_switch.png) no-repeat right 0;
    cursor: pointer;
    height: 16px;
    margin: 7px auto 0;
    outline: none;
    width: 36px;
  }
  /* line 556, ../../../springer-compass/sass/page_specific/_admin.scss */
  .toggle-switches a.toggled-on {
    background-position: left 0;
  }

  /* Upload logo settings
  ------------------------------------------------------------------------------*/
  /* line 564, ../../../springer-compass/sass/page_specific/_admin.scss */
  #upload-logo {
    zoom: 1;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  #upload-logo:before, #upload-logo:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  #upload-logo:after {
    clear: both;
  }
  /* line 566, ../../../springer-compass/sass/page_specific/_admin.scss */
  #upload-logo h2 {
    margin-top: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 570, ../../../springer-compass/sass/page_specific/_admin.scss */
  #upload-logo .col {
    /* MQ: Tablet */
    float: left;
    width: 50%;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 578, ../../../springer-compass/sass/page_specific/_admin.scss */
  #upload-logo .company-logo-list {
    zoom: 1;
    margin: 25px 0 0 0;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  #upload-logo .company-logo-list:before, #upload-logo .company-logo-list:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  #upload-logo .company-logo-list:after {
    clear: both;
  }

  /* line 582, ../../../springer-compass/sass/page_specific/_admin.scss */
  #upload-logo h3 {
    margin-bottom: 9px;
  }

  /* line 585, ../../../springer-compass/sass/page_specific/_admin.scss */
  #upload-logo .company-logo-list h3 {
    float: left;
  }

  /* line 588, ../../../springer-compass/sass/page_specific/_admin.scss */
  #upload-logo .company-logo-list select {
    margin: 6px 0 0 7px;
  }

  /* line 591, ../../../springer-compass/sass/page_specific/_admin.scss */
  .js #upload-logo .company-logo-list input {
    display: none;
  }

  /* line 594, ../../../springer-compass/sass/page_specific/_admin.scss */
  #upload-logo .default-form {
    width: 93.0957683742%;
    /* Math: 418 / 449 */
  }

  /* line 597, ../../../springer-compass/sass/page_specific/_admin.scss */
  #upload-logo input[type=file] {
    height: 24px;
  }

  /* line 600, ../../../springer-compass/sass/page_specific/_admin.scss */
  #upload-logo label.error {
    left: 7px;
    top: -8px;
  }

  /* line 604, ../../../springer-compass/sass/page_specific/_admin.scss */
  #upload-logo .form-section p {
    margin: 7px 0 0 0;
  }

  /* line 607, ../../../springer-compass/sass/page_specific/_admin.scss */
  #your-logos {
    margin: 32px 0 0 0;
  }

  /* line 610, ../../../springer-compass/sass/page_specific/_admin.scss */
  #logo-list {
    zoom: 1;
    border: 1px solid #ddd;
    padding: 20px 20px;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  #logo-list:before, #logo-list:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  #logo-list:after {
    clear: both;
  }

  /* line 615, ../../../springer-compass/sass/page_specific/_admin.scss */
  #logo-list li {
    zoom: 1;
    border-top: 1px solid #DADBDB;
    padding: 3px 0 10px 0;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  #logo-list li:before, #logo-list li:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  #logo-list li:after {
    clear: both;
  }

  /* line 620, ../../../springer-compass/sass/page_specific/_admin.scss */
  #logo-list li:first-child {
    border-top: none;
  }

  /* line 623, ../../../springer-compass/sass/page_specific/_admin.scss */
  #logo-list p {
    margin: 0 0 15px 0;
  }

  /* line 626, ../../../springer-compass/sass/page_specific/_admin.scss */
  .logo-img {
    display: inline-block;
    float: left;
  }

  /* line 630, ../../../springer-compass/sass/page_specific/_admin.scss */
  #logo-list h4 {
    color: #666666;
    line-height: 1.2;
    font-weight: bold;
    margin: 7px 0;
    text-align: left;
  }

  /* line 637, ../../../springer-compass/sass/page_specific/_admin.scss */
  .logo-img img {
    border: 1px solid #DADBDB;
    padding: 7px;
    max-height: 50px;
    max-width: 160px;
  }

  /* line 643, ../../../springer-compass/sass/page_specific/_admin.scss */
  #logo-list .remove-logo {
    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 */
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -1315px no-repeat;
    border: none;
    float: right;
    height: 24px;
    margin: 0 0 0 7px;
    vertical-align: top;
    width: 24px;
  }

  /* line 653, ../../../springer-compass/sass/page_specific/_admin.scss */
  #logo-list .remove-logo:hover,
  #logo-list .remove-logo:focus {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -1289px no-repeat;
  }

  /* line 657, ../../../springer-compass/sass/page_specific/_admin.scss */
  #logo-list .remove-logo:active {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -1263px no-repeat;
  }

  /* IP ranges
  ------------------------------------------------------------------------------*/
  /* line 664, ../../../springer-compass/sass/page_specific/_admin.scss */
  table#ip-ranges {
    width: 68%;
  }

  /* Problems with COUNTER data
  ------------------------------------------------------------------------------*/
  /* line 670, ../../../springer-compass/sass/page_specific/_admin.scss */
  #problem-with-data {
    position: relative;
    margin: 18px 0 28px;
    border: 1px solid #ffcc00;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 14px 14px 16px;
    background: #fff9e0;
  }
  /* line 678, ../../../springer-compass/sass/page_specific/_admin.scss */
  #problem-with-data img {
    position: absolute;
    left: 14px;
    top: 14px;
    vertical-align: top;
  }
  /* line 685, ../../../springer-compass/sass/page_specific/_admin.scss */
  #problem-with-data p {
    width: 80%;
    margin-left: 27px;
    line-height: 1.4;
  }
  /* line 690, ../../../springer-compass/sass/page_specific/_admin.scss */
  #problem-with-data p strong {
    display: block;
    margin: 1px 0 5px;
  }

  /* TEMPORARY: NEW REPORT MESSAGE UNTIL COUNTER4 IS UP AND RUNNING */
  /* line 699, ../../../springer-compass/sass/page_specific/_admin.scss */
  .reports-feat-list li > div.new-report {
    border: 1px solid #008ca4;
    background: rgba(0, 140, 164, 0.1);
  }

  /* Counter4
  ------------------------------------------------------------------------------*/
  /* line 709, ../../../springer-compass/sass/page_specific/_admin.scss */
  .counter4 .reporting-level label {
    display: block;
    margin-bottom: 21px;
    color: #666666;
  }
  /* line 715, ../../../springer-compass/sass/page_specific/_admin.scss */
  .counter4 .reporting-level select {
    margin: 6px 0 0 7px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 720, ../../../springer-compass/sass/page_specific/_admin.scss */
  .counter4 .counter-reports {
    /* MQ: Widescreen */
    width: 438px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 725, ../../../springer-compass/sass/page_specific/_admin.scss */
  .counter4 .counter-reports .form-field {
    margin-top: 0;
    padding-top: 14px;
  }
  /* line 730, ../../../springer-compass/sass/page_specific/_admin.scss */
  .counter4 .counter-reports .form-field.inline-label label {
    width: 77px;
    margin-right: 10px;
    display: inline-block;
  }
  /* line 735, ../../../springer-compass/sass/page_specific/_admin.scss */
  .counter4 .counter-reports .form-field.inline-label input {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: auto;
    display: inline-block;
  }
  /* line 740, ../../../springer-compass/sass/page_specific/_admin.scss */
  .counter4 .counter-reports .form-field.inline-label select {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: auto;
    display: inline-block;
  }
  /* line 745, ../../../springer-compass/sass/page_specific/_admin.scss */
  .counter4 .counter-reports .form-field.inline-label span {
    padding: 0 5px;
  }
  /* line 750, ../../../springer-compass/sass/page_specific/_admin.scss */
  .counter4 .counter-reports .error-message {
    margin: 20px 0 0 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Abstract defaults
  ------------------------------------------------------------------------------*/
  /* layout */
  /* line 6, ../../../springer-compass/sass/page_specific/_abstract.scss */
  .document-main {
    margin: 18px 0;
  }
  /* line 9, ../../../springer-compass/sass/page_specific/_abstract.scss */
  .document-main h1 .cited-count {
    border-bottom: 1px solid #D7D6D6;
    color: #333333;
    font-family: Verdana, sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 15, ../../../springer-compass/sass/page_specific/_abstract.scss */
  .document-main h1 .cited-count:hover {
    border-color: #333333;
    text-decoration: none;
  }
  /* line 20, ../../../springer-compass/sass/page_specific/_abstract.scss */
  .document-main #subtitle {
    font-family: Verdana, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: normal;
    line-height: 1.4;
    margin: -5px 0 21px;
  }
  /* line 27, ../../../springer-compass/sass/page_specific/_abstract.scss */
  .document-main .col-main h2 {
    margin-top: 20px;
  }
  /* line 29, ../../../springer-compass/sass/page_specific/_abstract.scss */
  .document-main .col-main h2 span {
    color: #999999;
    display: block;
    font-family: Verdana, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    margin: 4px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 29, ../../../springer-compass/sass/page_specific/_abstract.scss */
  .document-main .col-main h2 span {
    /* MQ: Tablet */
    display: inline;
    margin: 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 43, ../../../springer-compass/sass/page_specific/_abstract.scss */
  .document-main .col-aside .aside {
    margin-top: 25px;
  }
  /* line 46, ../../../springer-compass/sass/page_specific/_abstract.scss */
  .document-main .col-aside .aside-title {
    -webkit-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    border-bottom: 1px solid #D7D6D6;
    padding: 0 4px 7px 0;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
    padding-left: 0;
  }
  /* line 52, ../../../springer-compass/sass/page_specific/_abstract.scss */
  .document-main .col-aside .aside-content {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
    padding-right: 35px;
  }
  /* line 56, ../../../springer-compass/sass/page_specific/_abstract.scss */
  .document-main .col-aside .aside-content li {
    margin-top: 3px;
  }

  /* Abstract aside
  ------------------------------------------------------------------------------*/
  /* line 65, ../../../springer-compass/sass/page_specific/_abstract.scss */
  .document-aside {
    zoom: 1;
  }
  /* line 67, ../../../springer-compass/sass/page_specific/_abstract.scss */
  .document-aside ol,
  .document-aside ul {
    margin-top: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 65, ../../../springer-compass/sass/page_specific/_abstract.scss */
  .document-aside {
    /* MQ: Tablet */
    margin-top: 50px;
  }
}

@media screen and (min-device-width: 320px) {
  /* Look inside message
  ------------------------------------------------------------------------------*/
  /* line 80, ../../../springer-compass/sass/page_specific/_abstract.scss */
  #content .look-inside-interrupt {
    display: none;
  }

  /* Book Metrics
  ------------------------------------------------------------------------------*/
  /* line 88, ../../../springer-compass/sass/page_specific/_abstract.scss */
  .book-metrics {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  /* line 92, ../../../springer-compass/sass/page_specific/_abstract.scss */
  .book-metrics h2 {
    margin-bottom: 0;
  }

  /* line 96, ../../../springer-compass/sass/page_specific/_abstract.scss */
  .book-metrics-items a {
    height: 20px;
    display: block;
    border-bottom: 1px solid #eeeeee;
    padding-left: 35px;
    padding-bottom: 5px;
    padding-top: 12px;
    padding-right: 4px;
    font-size: 1.1em;
  }

  /* line 108, ../../../springer-compass/sass/page_specific/_abstract.scss */
  .book-metrics li.citations {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -435px no-repeat;
  }
  /* line 111, ../../../springer-compass/sass/page_specific/_abstract.scss */
  .book-metrics li.mentions {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -519px no-repeat;
  }
  /* line 114, ../../../springer-compass/sass/page_specific/_abstract.scss */
  .book-metrics li.readers {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -561px no-repeat;
  }
  /* line 117, ../../../springer-compass/sass/page_specific/_abstract.scss */
  .book-metrics li.reviews {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -603px no-repeat;
  }
  /* line 120, ../../../springer-compass/sass/page_specific/_abstract.scss */
  .book-metrics li.downloads {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -477px no-repeat;
  }
  /* line 124, ../../../springer-compass/sass/page_specific/_abstract.scss */
  .book-metrics li:hover {
    background-color: #efefef;
  }

  /* line 130, ../../../springer-compass/sass/page_specific/_abstract.scss */
  .book-metric-item-value {
    float: right;
    color: #666666;
  }

  /* line 135, ../../../springer-compass/sass/page_specific/_abstract.scss */
  .book-metrics-footer {
    margin-top: 7px;
    text-align: right;
  }
  /* line 138, ../../../springer-compass/sass/page_specific/_abstract.scss */
  .book-metrics-footer a {
    color: #666666;
  }
  /* line 142, ../../../springer-compass/sass/page_specific/_abstract.scss */
  .book-metrics-footer span.bookmetrix-book {
    font-weight: bold;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Document
  ------------------------------------------------------------------------------*/
  /* layout */
  /* line 6, ../../../springer-compass/sass/page_specific/_document.scss */
  .document-main {
    margin: 18px 0;
  }

  /* h1 */
  /* line 10, ../../../springer-compass/sass/page_specific/_document.scss */
  h1 .cited-count {
    border-bottom: 1px solid #D7D6D6;
    color: #333333;
    font-family: Verdana, sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
  }

  /* line 16, ../../../springer-compass/sass/page_specific/_document.scss */
  h1 .cited-count:hover {
    border-color: #333333;
    text-decoration: none;
  }

  /* h2 */
  /* line 22, ../../../springer-compass/sass/page_specific/_document.scss */
  .document-main .col-main h2 {
    margin-top: 20px;
  }
  /* line 24, ../../../springer-compass/sass/page_specific/_document.scss */
  .document-main .col-main h2 span {
    color: #999999;
    display: block;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 4px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 24, ../../../springer-compass/sass/page_specific/_document.scss */
  .document-main .col-main h2 span {
    /* MQ: Tablet */
    display: inline;
    margin: 0;
  }
}

@media screen and (min-device-width: 320px) {
  /* Book page: default area */
  /* line 39, ../../../springer-compass/sass/page_specific/_document.scss */
  .document-main #subtitle {
    font-family: Verdana, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: normal;
    line-height: 1.4;
    margin: -5px 0 21px;
  }

  /* authors/editors */
  /* line 47, ../../../springer-compass/sass/page_specific/_document.scss */
  .document-main .editor-list,
  .document-main .author-list {
    margin: 0 0 7px 0;
  }

  /* line 51, ../../../springer-compass/sass/page_specific/_document.scss */
  .document-main .editor-list h2,
  .document-main .author-list h2 {
    display: inline;
    font-family: Verdana, sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: normal;
  }

  /* line 59, ../../../springer-compass/sass/page_specific/_document.scss */
  .document-main .editor-list ul,
  .document-main .author-list ul {
    display: inline;
  }

  /* line 63, ../../../springer-compass/sass/page_specific/_document.scss */
  .document-main .authors li,
  .document-main .editors li {
    display: inline;
    line-height: 1.5;
  }

  /* line 68, ../../../springer-compass/sass/page_specific/_document.scss */
  .document-main .authors a,
  .document-main .editors a {
    border-bottom: 1px solid #D7D6D6;
    color: #333333;
  }

  /* line 73, ../../../springer-compass/sass/page_specific/_document.scss */
  .document-main .authors a:hover,
  .document-main .editors a:hover {
    border-color: #333333;
    text-decoration: none;
  }

  /* line 78, ../../../springer-compass/sass/page_specific/_document.scss */
  .document-main .authors .show-all-hide-authors {
    display: none;
  }

  /* line 81, ../../../springer-compass/sass/page_specific/_document.scss */
  .document-main .authors .show-all,
  .document-main .authors .hide-some,
  .document-main .editors .show-all,
  .document-main .editors .hide-some {
    color: #666666;
    cursor: pointer;
    font-size: 11px;
    font-size: 1.1rem;
    text-decoration: underline;
    white-space: nowrap;
  }

  /* line 91, ../../../springer-compass/sass/page_specific/_document.scss */
  .document-main .authors .show-all:hover,
  .document-main .authors .hide-some:hover,
  .document-main .editors .show-all:hover,
  .document-main .editors .hide-some:hover {
    color: #333333;
  }

  /* line 97, ../../../springer-compass/sass/page_specific/_document.scss */
  .topical-collection {
    margin: 7px 0 0 0;
  }
  /* line 99, ../../../springer-compass/sass/page_specific/_document.scss */
  .topical-collection a {
    display: block;
  }

  /* col2 with asides */
  /* line 105, ../../../springer-compass/sass/page_specific/_document.scss */
  .document-main .col-aside .aside {
    margin-top: 25px;
  }

  /* line 108, ../../../springer-compass/sass/page_specific/_document.scss */
  .document-main .col-aside .aside-title {
    -webkit-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    border-bottom: 1px solid #D7D6D6;
    padding: 0 4px 7px 0;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
    padding-left: 0;
  }

  /* line 114, ../../../springer-compass/sass/page_specific/_document.scss */
  .document-main .col-aside .aside-content {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
    padding-right: 35px;
  }

  /* line 119, ../../../springer-compass/sass/page_specific/_document.scss */
  .document-main .col-aside .aside-content li {
    margin-top: 3px;
  }

  /* line 7, ../../../springer-compass/sass/sitewide/mixins/_link-symbol.scss */
  #on-springer-com li a:before {
    content: '\00BB\0020';
    /* raquo + space */
  }

  /* line 125, ../../../springer-compass/sass/page_specific/_document.scss */
  .show-all-authors,
  .hide-authors,
  .show-all-editors,
  .hide-editors {
    color: #00768a;
    cursor: pointer;
    text-decoration: underline;
  }

  /* Document aside
  ------------------------------------------------------------------------------*/
  /* line 136, ../../../springer-compass/sass/page_specific/_document.scss */
  .document-aside {
    zoom: 1;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 136, ../../../springer-compass/sass/page_specific/_document.scss */
  .document-aside {
    /* MQ: Tablet */
    margin-top: 50px;
  }
}

@media screen and (min-device-width: 320px) {
  /* specific expander styles */
  /* line 145, ../../../springer-compass/sass/page_specific/_document.scss */
  .document-aside .expander-title div {
    padding-left: 40px;
  }

  /* line 148, ../../../springer-compass/sass/page_specific/_document.scss */
  .document-aside .expander-content-inner {
    padding: 15px 4.25531914894% 10px;
    /* Math: 40 / 940 */
  }

  /* content */
  /* line 152, ../../../springer-compass/sass/page_specific/_document.scss */
  .document-aside ol,
  .document-aside ul {
    margin-top: 0;
  }

  /* Partner Logos
  ------------------------------------------------------------------------------*/
  /* line 159, ../../../springer-compass/sass/page_specific/_document.scss */
  .partner-logos {
    color: #999999;
    font-size: 11px;
    font-size: 1.1rem;
    margin: 15px 0 7px;
  }

  /* line 164, ../../../springer-compass/sass/page_specific/_document.scss */
  .partner-logos img {
    display: block;
    max-width: 175px;
    max-height: 70px;
    margin: 7px 0 12px 0;
  }

  /* line 170, ../../../springer-compass/sass/page_specific/_document.scss */
  .partner-logos a {
    display: block;
    margin-bottom: 12px;
  }

  /* Book Series page
  ------------------------------------------------------------------------------*/
  /* browse */
  /* line 179, ../../../springer-compass/sass/page_specific/_document.scss */
  #book-series .browse input.text {
    width: 100%;
  }

  /* Journal Page
  ------------------------------------------------------------------------------*/
  /* line 185, ../../../springer-compass/sass/page_specific/_document.scss */
  #journal #tools {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin: -16px 0 0 0;
    /* #JC251012 Position of feed icon on tablet overlays the cover image... */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 185, ../../../springer-compass/sass/page_specific/_document.scss */
  #journal #tools {
    /* MQ: Tablet */
    float: right;
    margin: 0 0 -24px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 185, ../../../springer-compass/sass/page_specific/_document.scss */
  #journal #tools {
    /* MQ: Widescreen */
    margin: 18px 0 0 0;
  }
}

@media screen and (min-device-width: 320px) {
  /* Journal All Volumes & Issues Page
  ------------------------------------------------------------------------------*/
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 202, ../../../springer-compass/sass/page_specific/_document.scss */
  #journal-volumes-issues .col-main .expander {
    /* MQ: Tablet */
    margin-left: -40px;
    /* reset padding */
    margin-right: 20px;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 210, ../../../springer-compass/sass/page_specific/_document.scss */
  #journal-volumes-issues .col-main .meta + .expander {
    margin-top: 30px;
  }

  /* line 213, ../../../springer-compass/sass/page_specific/_document.scss */
  #journal-volumes-issues .col-main .expander-title div {
    padding-left: 40px;
  }

  /* line 216, ../../../springer-compass/sass/page_specific/_document.scss */
  .issues-list {
    margin-left: 20px;
    margin-right: 25px;
  }

  /* line 220, ../../../springer-compass/sass/page_specific/_document.scss */
  .issues-list li {
    border-top: 1px solid #ddd;
    list-style: none;
    margin: 0;
    padding: 10px 0 12px 0;
    position: relative;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 220, ../../../springer-compass/sass/page_specific/_document.scss */
  .issues-list li {
    /* MQ: Tablet */
    padding-right: 120px;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 232, ../../../springer-compass/sass/page_specific/_document.scss */
  .issues-list li:first-child {
    border-top: 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Home page: Introduction (also see modules.css)
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/page_specific/_home.scss */
  #home #intro h2 {
    color: #333333;
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.1;
    margin: 4px 0 0 0;
  }
  /* line 11, ../../../springer-compass/sass/page_specific/_home.scss */
  #home #intro h2 span {
    color: #00768a;
  }

  /* Home page: Newest Book and Journal
  ------------------------------------------------------------------------------*/
  /* line 18, ../../../springer-compass/sass/page_specific/_home.scss */
  #newest {
    margin: 0 0 20px 0;
    min-height: 160px;
    position: relative;
    zoom: 1;
    /* recognised as company */
  }
  /* line 23, ../../../springer-compass/sass/page_specific/_home.scss */
  #newest a {
    background: url(../images/newest_arrow.png) no-repeat right bottom;
    /* preloading to prevent flickering on :hover */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    margin: 0 2.2% 0 -2px;
    padding: 2px 4px 20px 2px;
    width: 19.1%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  /* line 32, ../../../springer-compass/sass/page_specific/_home.scss */
  #newest img {
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    border: 1px solid #ddd;
    max-width: 100%;
    vertical-align: bottom;
  }
  /* line 38, ../../../springer-compass/sass/page_specific/_home.scss */
  #newest .textbox {
    background-color: #d83b5b;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #FFF;
    display: block;
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.1;
    padding: 15px;
    word-wrap: break-word;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 38, ../../../springer-compass/sass/page_specific/_home.scss */
  #newest .textbox {
    /* MQ: Widescreen */
    padding-right: 10%;
    position: absolute;
    right: 0;
    bottom: 20px;
    z-index: 5;
    width: 39.1%;
    /* Math: 245 / 600 */
  }
}
@media screen and (min-device-width: 320px) {
  /* line 55, ../../../springer-compass/sass/page_specific/_home.scss */
  #newest .textbox .title {
    color: #fae3cd;
  }
  /* line 58, ../../../springer-compass/sass/page_specific/_home.scss */
  #newest .textbox .date {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 62, ../../../springer-compass/sass/page_specific/_home.scss */
  #newest a .textbox {
    display: none;
    z-index: 10;
  }
  /* line 66, ../../../springer-compass/sass/page_specific/_home.scss */
  #newest a:hover {
    background-color: #fae3cd;
    text-decoration: none;
  }
  /* line 70, ../../../springer-compass/sass/page_specific/_home.scss */
  #newest a:hover img {
    border-color: #f5b87f;
  }
  /* line 73, ../../../springer-compass/sass/page_specific/_home.scss */
  #newest a:hover .textbox {
    display: block;
    position: absolute;
    top: -50%;
    left: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 73, ../../../springer-compass/sass/page_specific/_home.scss */
  #newest a:hover .textbox {
    /* MQ: Widescreen */
    top: auto;
    left: auto;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) and (max-width: 1024px) {
  /* line 66, ../../../springer-compass/sass/page_specific/_home.scss */
  #newest a:hover {
    /* MQ: Tablet only */
    background-color: transparent;
  }
  /* line 87, ../../../springer-compass/sass/page_specific/_home.scss */
  #newest a:hover img {
    border-color: #ddd;
  }
  /* line 90, ../../../springer-compass/sass/page_specific/_home.scss */
  #newest a:hover .textbox {
    display: none;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 97, ../../../springer-compass/sass/page_specific/_home.scss */
  body.company #newest .textbox {
    background-color: #a82764;
  }
  /* line 100, ../../../springer-compass/sass/page_specific/_home.scss */
  body.company #newest .textbox .title {
    color: #c685a4;
  }
  /* line 103, ../../../springer-compass/sass/page_specific/_home.scss */
  body.company #newest a:hover {
    background-color: #c685a4;
  }
  /* line 106, ../../../springer-compass/sass/page_specific/_home.scss */
  body.company #newest a:hover img {
    border-color: #a82764;
  }

  /* Teaser (infoboard on home page)
  ------------------------------------------------------------------------------*/
  /* line 114, ../../../springer-compass/sass/page_specific/_home.scss */
  .teaser {
    border-left: 8px solid #333333;
    margin-top: 21px;
    padding: 0 40px 0 20px;
    position: relative;
  }

  /* line 120, ../../../springer-compass/sass/page_specific/_home.scss */
  .teaser h3 {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    padding-top: 5px;
  }

  /* line 125, ../../../springer-compass/sass/page_specific/_home.scss */
  .teaser p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
  }

  /* line 129, ../../../springer-compass/sass/page_specific/_home.scss */
  .teaser .stats {
    color: #999999;
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 5px;
    position: absolute;
    right: 40px;
    top: 0;
  }

  /* line 135, ../../../springer-compass/sass/page_specific/_home.scss */
  .teaser .content-type {
    font-size: 11px;
    font-size: 1.1rem;
  }

  /* line 138, ../../../springer-compass/sass/page_specific/_home.scss */
  .teaser .title {
    margin-top: 3px;
  }

  /* line 141, ../../../springer-compass/sass/page_specific/_home.scss */
  .teaser .title a {
    color: #333333;
  }

  /* line 144, ../../../springer-compass/sass/page_specific/_home.scss */
  .teaser .enumeration {
    color: #666666;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    margin-top: 3px;
  }

  /* Home page: company infoboard
  ------------------------------------------------------------------------------*/
  /* line 153, ../../../springer-compass/sass/page_specific/_home.scss */
  #company-infoboard h2 span,
  #company-infoboard .teaser h3,
  #company-infoboard .teaser .stats,
  #company-infoboard .teaser .being-read-time {
    color: #d83b5b;
  }

  /* line 159, ../../../springer-compass/sass/page_specific/_home.scss */
  #company-infoboard .teaser {
    border-color: #d83b5b;
  }

  /* line 162, ../../../springer-compass/sass/page_specific/_home.scss */
  #company-infoboard .teaser ul {
    margin-top: -5px;
  }

  /* line 165, ../../../springer-compass/sass/page_specific/_home.scss */
  #company-infoboard .teaser li {
    margin-top: 17px;
    position: relative;
    zoom: 1;
  }

  /* line 170, ../../../springer-compass/sass/page_specific/_home.scss */
  #company-infoboard .teaser .being-read-time {
    font-size: 12px;
    font-size: 1.2rem;
    position: absolute;
    right: 0;
    top: 0;
  }

  /* recognised as company */
  /* line 175, ../../../springer-compass/sass/page_specific/_home.scss */
  body.company #company-infoboard h2 span,
  body.company #company-infoboard .teaser h3,
  body.company #company-infoboard .teaser .stats,
  body.company #company-infoboard .teaser .being-read-time {
    color: #a82764;
  }

  /* line 181, ../../../springer-compass/sass/page_specific/_home.scss */
  body.company #company-infoboard .teaser {
    border-color: #a82764;
  }

  /* Featured
  ------------------------------------------------------------------------------*/
  /* line 187, ../../../springer-compass/sass/page_specific/_home.scss */
  .featured {
    margin-top: 35px;
    /* list */
    /* tooltip */
    /* tooltip content */
  }
  /* line 190, ../../../springer-compass/sass/page_specific/_home.scss */
  .featured h2 {
    -webkit-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    border-bottom: 1px solid #D7D6D6;
    padding: 0 4px 7px 0;
    margin-bottom: 27px;
  }
  /* line 196, ../../../springer-compass/sass/page_specific/_home.scss */
  .featured ul {
    zoom: 1;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .featured ul:before, .featured ul:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .featured ul:after {
    clear: both;
  }
  /* line 199, ../../../springer-compass/sass/page_specific/_home.scss */
  .featured li {
    display: inline-block;
    margin-left: 9.356%;
    position: relative;
    z-index: 5;
    width: 15.809%;
    zoom: 1;
  }
  /* line 206, ../../../springer-compass/sass/page_specific/_home.scss */
  .lt-ie8 .featured li {
    display: block;
    float: left;
  }
  /* line 212, ../../../springer-compass/sass/page_specific/_home.scss */
  .featured li:first-child {
    margin-left: 0;
  }
  /* line 215, ../../../springer-compass/sass/page_specific/_home.scss */
  .featured li img {
    border: 1px solid #DBDADA;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    max-width: 100%;
  }
  /* line 222, ../../../springer-compass/sass/page_specific/_home.scss */
  .featured li:hover {
    z-index: 15;
  }
  /* line 225, ../../../springer-compass/sass/page_specific/_home.scss */
  .ie7 .featured li:hover {
    z-index: 5;
  }
  /* line 228, ../../../springer-compass/sass/page_specific/_home.scss */
  .featured li:hover .tooltip {
    display: block;
    top: 110px;
  }
  /* line 234, ../../../springer-compass/sass/page_specific/_home.scss */
  .featured .content-type {
    color: #777;
    font-size: 11px;
    font-size: 1.1rem;
  }
  /* line 238, ../../../springer-compass/sass/page_specific/_home.scss */
  .featured h3 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 3px;
  }
  /* line 243, ../../../springer-compass/sass/page_specific/_home.scss */
  .featured .coverage {
    color: #777;
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 7px;
  }
  /* line 248, ../../../springer-compass/sass/page_specific/_home.scss */
  .featured .meta {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 7px;
  }
  /* line 252, ../../../springer-compass/sass/page_specific/_home.scss */
  .featured .meta a {
    color: #333;
  }
  /* line 255, ../../../springer-compass/sass/page_specific/_home.scss */
  .featured .date {
    color: #666;
  }

  /* Industry sector page extras
  ------------------------------------------------------------------------------*/
  /* line 263, ../../../springer-compass/sass/page_specific/_home.scss */
  #industry-sector #intro p,
  #industry-sector .featured {
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 263, ../../../springer-compass/sass/page_specific/_home.scss */
  #industry-sector #intro p,
  #industry-sector .featured {
    /* MQ: Tablet */
    display: block;
  }
}

@media screen and (min-width: 1px) and (max-width: 599px) {
  /* MQ: Smartphone only */
  /* line 279, ../../../springer-compass/sass/page_specific/_home.scss */
  body#home-page #home-page {
    margin-top: 2px;
  }
  /* line 282, ../../../springer-compass/sass/page_specific/_home.scss */
  body#home-page #toolbar,
  body#home-page .col-main {
    display: none;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Information page (e.g. Legal Information)
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  #information h2 {
    -webkit-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    border-bottom: 1px solid #D7D6D6;
    padding: 0 4px 7px 0;
    margin-bottom: 10px;
    margin-top: 44px;
    padding-left: 0;
  }

  /* line 11, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  #information h3 {
    margin: 24px 0 -10px 0;
  }

  /* line 14, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  #information p {
    line-height: 1.6;
    margin-top: 15px;
  }

  /* line 18, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  #information h2 + p {
    margin-top: 19px;
  }

  /* line 21, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  #information ul {
    margin-top: 23px;
  }

  /* line 24, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  #information li {
    margin-top: 7px;
  }

  /* line 27, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  #information .action a {
    font-weight: normal;
  }

  /* Error page
  ------------------------------------------------------------------------------*/
  /* line 33, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  #error {
    min-height: 250px;
    padding: 10px 0 54px 49px;
    width: 80%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 33, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  #error {
    /* MQ: Tablet */
    width: 54%;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 42, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  #error h1 {
    margin-bottom: 29px;
  }
  /* line 43, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  #error p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    margin-top: 23px;
  }
  /* line 48, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  #error #issue_reference_number {
    margin-top: 2em;
  }

  /* Search help
  ------------------------------------------------------------------------------*/
  /* line 53, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  .search-help ul a {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
  }

  /* line 57, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  .search-help h2 {
    position: relative;
  }

  /* line 60, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  .search-help h2 a {
    font-family: Verdana, sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    position: absolute;
    right: 0;
    bottom: 5px;
    background-position: 0 8px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 68, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  .search-help p {
    /* MQ: Widescreen */
    display: inline-block;
    width: 68.1603773585%;
    /* Math: 578 / 848 */
  }
}

@media screen and (min-device-width: 320px) {
  /* line 76, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  .search-help img {
    margin-top: 7px;
    max-width: 100%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 76, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  .search-help img {
    /* MQ: Widescreen */
    float: right;
    margin-top: 28px;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 85, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  .lt-ie8 .search-help img {
    float: none;
  }

  /* line 88, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  .search-help div {
    clear: both;
    width: 100%;
  }

  /* Contact Us - Feedback page */
  /* #information.feedback-page h1 {
      margin: 30px 0 14px 0;
  }*/
  /* line 97, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  .feedback-page .col-main {
    margin-left: 4.46808510638%;
    /* Math: 42 / 940 */
    width: 91.4893617021%;
    /* Math: 860 / 940 */
  }

  /* line 101, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  #information .help-section ul {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 7px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 105, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  .help-section .col {
    /* MQ: Tablet */
    float: left;
    width: 67.4418604651%;
    /* Math: 580 / 860 */
    margin-bottom: 4em;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 114, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  #information .help-section h2 {
    margin: 20px 0;
  }

  /* line 117, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  .help-section .box {
    background: #F3F3F3 url(../images/grdnt_grey_ffffff_f3f3f3.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F3F3F3));
    background-image: -webkit-linear-gradient(top, #FFFFFF, #F3F3F3);
    background-image: -moz-linear-gradient(top, #FFFFFF, #F3F3F3);
    background-image: -ms-linear-gradient(top, #FFFFFF, #F3F3F3);
    background-image: -o-linear-gradient(top, #FFFFFF, #F3F3F3);
    background-image: linear-gradient(top, #FFFFFF, #F3F3F3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 117, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  .help-section .box {
    /* MQ: Tablet */
    float: right;
    margin: 56px 0 0 0;
    padding: 9px 2.2% 10px 2.2%;
    width: 23.023255814%;
    /* Math: 198 / 860 */
  }
}

@media screen and (min-device-width: 320px) {
  /* line 128, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  .help-section .box h3 {
    -webkit-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    border-bottom: 1px solid #D7D6D6;
    padding: 0 4px 7px 0;
    margin-bottom: 10px;
  }

  /* line 132, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  #information .help-section .box h3 {
    margin: 0 -2.2% 14px -2.2%;
    padding: 0 2.2% 7px 2.2%;
  }

  /* line 136, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  #information .help-section .box p {
    margin: 7px 0;
  }

  /* line 139, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  #information .help-section .col h3 {
    margin: 27px 0 27px 0;
  }

  /* line 142, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  #information .help-section .contact {
    margin-top: 24px;
  }

  /* line 145, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  #information .help-section .contact p {
    margin: 9px 0;
  }

  /* line 148, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  .help-section .contact {
    font-size: 16px;
    font-size: 1.6rem;
  }

  /* STYLES FOR BSL STATIC PAGE HOSTED BY SPRINGER */
  /* line 153, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  .bsl p, .bsl ul {
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* line 156, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  .bsl p {
    width: 70%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 159, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  .bsl .logo {
    /* MQ: Widescreen */
    float: right;
    margin: -45px 0 0 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 165, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  .bsl .headerlogo {
    /* MQ: Widescreen */
    float: right;
    margin: -45px 0 0 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 173, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  .bsl .collection-link img {
    max-width: 100%;
  }

  /* line 177, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  .collection-hover {
    background: #00768a url(../images/grdnt_blue_38a0e5_0277c4.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#008ca4), to(#00768a));
    background-image: -webkit-linear-gradient(top, #008ca4, #00768a);
    background-image: -moz-linear-gradient(top, #008ca4, #00768a);
    background-image: -ms-linear-gradient(top, #008ca4, #00768a);
    background-image: -o-linear-gradient(top, #008ca4, #00768a);
    background-image: linear-gradient(top, #008ca4, #00768a);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    color: #FFF;
    cursor: pointer;
    height: 98%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
    width: 100%;
  }
  /* line 190, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  .collection-hover span {
    font-size: 26px;
    font-size: 2.6rem;
    position: relative;
    top: 1.9em;
    right: 1em;
    text-shadow: 0 0 4px #00768a;
  }

  /* line 196, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  .collection-link {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: relative;
  }
  /* line 199, ../../../springer-compass/sass/page_specific/palgrave/_info.scss */
  .collection-link:hover .collection-hover {
    opacity: 0.7;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Internal pages layout
  ------------------------------------------------------------------------------*/
  /* line 6, ../../../springer-compass/sass/page_specific/_internal.scss */
  #internal-page-layout {
    background-color: #FFF;
    border: 1px solid #DCDADA;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.1);
    margin: 38px auto;
    width: 958px;
  }
  /* line 13, ../../../springer-compass/sass/page_specific/_internal.scss */
  #internal-page-layout.wide {
    width: 1840px;
  }
  /* line 16, ../../../springer-compass/sass/page_specific/_internal.scss */
  #internal-page-layout #header {
    min-height: 36px;
    padding: 16px 0;
    position: relative;
  }
  /* line 20, ../../../springer-compass/sass/page_specific/_internal.scss */
  #internal-page-layout #header #logo {
    position: relative;
    top: 0;
  }
  /* line 22, ../../../springer-compass/sass/page_specific/_internal.scss */
  #internal-page-layout #content {
    padding: 14px 47px 47px 47px;
  }

  /* Feature Toggles Admin Area
  ------------------------------------------------------------------------------*/
  /* line 29, ../../../springer-compass/sass/page_specific/_internal.scss */
  #feature-toggles h1 {
    font-family: Verdana, sans-serif;
    font-size: 20px;
    font-size: 2rem;
  }

  /* line 33, ../../../springer-compass/sass/page_specific/_internal.scss */
  #feature-toggles ul {
    margin: 30px 0 0 0;
  }

  /* line 36, ../../../springer-compass/sass/page_specific/_internal.scss */
  #feature-toggles li {
    border-top: 1px solid #e3e3e3;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.9;
    padding: 7px 0;
    width: 438px;
  }

  /* line 44, ../../../springer-compass/sass/page_specific/_internal.scss */
  #feature-toggles li:last-child {
    border-bottom: 1px solid #e3e3e3;
  }

  /* line 47, ../../../springer-compass/sass/page_specific/_internal.scss */
  #feature-toggles li a {
    background: url(../images/toggle_switch.png) no-repeat 0 0;
    cursor: pointer;
    float: right;
    height: 16px;
    outline: none;
    margin: 7px 0 0 0;
    text-indent: -99999px;
    width: 36px;
  }

  /* line 57, ../../../springer-compass/sass/page_specific/_internal.scss */
  .lt-ie8 #feature-toggles a {
    display: block;
  }

  /* line 60, ../../../springer-compass/sass/page_specific/_internal.scss */
  #feature-toggles li a.feature-off {
    background-position: 0 bottom;
  }

  /* Migration toggles admin area
  ------------------------------------------------------------------------------*/
  /* line 66, ../../../springer-compass/sass/page_specific/_internal.scss */
  .migration-toggles {
    margin-top: 15px;
  }

  /* line 69, ../../../springer-compass/sass/page_specific/_internal.scss */
  .migration-toggles th:last-child,
  .migration-toggles td:last-child {
    text-align: center;
  }

  /* line 73, ../../../springer-compass/sass/page_specific/_internal.scss */
  .migration-toggles a {
    background: url(../images/toggle_switch.png) no-repeat 0 0;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    outline: none;
    margin: 7px 0 0 0;
    text-indent: -99999px;
    width: 36px;
  }

  /* line 83, ../../../springer-compass/sass/page_specific/_internal.scss */
  .lt-ie8 .migration-toggles a {
    display: block;
  }

  /* line 86, ../../../springer-compass/sass/page_specific/_internal.scss */
  .migration-toggles a.toggled-off {
    background-position: 0 bottom;
  }

  /* A/B testing
  ------------------------------------------------------------------------------*/
  /* line 93, ../../../springer-compass/sass/page_specific/_internal.scss */
  .ab-testing h1 {
    margin-bottom: 40px;
  }
  /* line 96, ../../../springer-compass/sass/page_specific/_internal.scss */
  .ab-testing h2 {
    -webkit-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    border-bottom: 1px solid #D7D6D6;
    padding: 0 4px 7px 0;
    margin-bottom: 20px;
  }
  /* line 100, ../../../springer-compass/sass/page_specific/_internal.scss */
  .ab-testing .versions {
    zoom: 1;
    margin-bottom: 20px;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .ab-testing .versions:before, .ab-testing .versions:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .ab-testing .versions:after {
    clear: both;
  }
  /* line 104, ../../../springer-compass/sass/page_specific/_internal.scss */
  .ab-testing .version {
    width: 48%;
  }
  /* line 107, ../../../springer-compass/sass/page_specific/_internal.scss */
  .ab-testing .version img {
    border: 1px solid #ddd;
    float: right;
    margin-left: 15px;
  }
  /* line 112, ../../../springer-compass/sass/page_specific/_internal.scss */
  .ab-testing .version p {
    line-height: 1.4;
    margin-bottom: 14px;
  }
  /* line 116, ../../../springer-compass/sass/page_specific/_internal.scss */
  .ab-testing .version .btn {
    margin-bottom: 24px;
  }
  /* line 120, ../../../springer-compass/sass/page_specific/_internal.scss */
  .ab-testing #version-a {
    float: left;
  }
  /* line 123, ../../../springer-compass/sass/page_specific/_internal.scss */
  .ab-testing #version-b {
    float: right;
  }
  /* line 126, ../../../springer-compass/sass/page_specific/_internal.scss */
  .ab-testing .slider-container {
    background-color: #E6E6E6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), to(#E6E6E6));
    background-image: -webkit-linear-gradient(top, #F7F7F7, #E6E6E6);
    background-image: -moz-linear-gradient(top, #F7F7F7, #E6E6E6);
    background-image: -ms-linear-gradient(top, #F7F7F7, #E6E6E6);
    background-image: -o-linear-gradient(top, #F7F7F7, #E6E6E6);
    background-image: linear-gradient(top, #F7F7F7, #E6E6E6);
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 #FFF;
    -moz-box-shadow: inset 0 1px 0 #FFF;
    box-shadow: inset 0 1px 0 #FFF;
    margin: 25px 0 20px;
    padding: 12px 35px;
    position: relative;
  }
  /* line 135, ../../../springer-compass/sass/page_specific/_internal.scss */
  .ab-testing .slider-container .start,
  .ab-testing .slider-container .end {
    font-weight: bold;
    position: absolute;
    top: 9px;
  }
  /* line 140, ../../../springer-compass/sass/page_specific/_internal.scss */
  .ab-testing .slider-container .start {
    left: 10px;
  }
  /* line 143, ../../../springer-compass/sass/page_specific/_internal.scss */
  .ab-testing .slider-container .end {
    right: 10px;
  }
  /* line 146, ../../../springer-compass/sass/page_specific/_internal.scss */
  .ab-testing .slider-container .ui-slider-handle span {
    background-color: #333333;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#333333));
    background-image: -webkit-linear-gradient(top, #666666, #333333);
    background-image: -moz-linear-gradient(top, #666666, #333333);
    background-image: -ms-linear-gradient(top, #666666, #333333);
    background-image: -o-linear-gradient(top, #666666, #333333);
    background-image: linear-gradient(top, #666666, #333333);
    border: 1px solid #585858;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #FFF;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    padding: .3em;
    position: absolute;
    top: -2.2em;
    left: -1.1em;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
    visibility: hidden;
  }
  /* line 158, ../../../springer-compass/sass/page_specific/_internal.scss */
  .ab-testing .slider-container .ui-slider-handle.ui-state-hover span,
  .ab-testing .slider-container .ui-slider-handle.ui-state-active span {
    visibility: visible;
  }

  /* Manage customers (used on both manage organisations/individuals) 
  ------------------------------------------------------------------------------*/
  /* line 168, ../../../springer-compass/sass/page_specific/_internal.scss */
  #manage-customers .big-search {
    margin: 15px 0 40px;
  }
  /* line 170, ../../../springer-compass/sass/page_specific/_internal.scss */
  #manage-customers .big-search label, #manage-customers .big-search select {
    float: left;
    height: 38px;
  }
  /* line 174, ../../../springer-compass/sass/page_specific/_internal.scss */
  #manage-customers .big-search select {
    margin: 0 -1px 0 0;
    border: 1px solid #bcbcbc;
    padding: 0 2px 0 6px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 180, ../../../springer-compass/sass/page_specific/_internal.scss */
  #manage-customers .default-table {
    /* MQ: Tablet */
    margin-top: 14px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 184, ../../../springer-compass/sass/page_specific/_internal.scss */
  #manage-customers .default-table .table-actions {
    /* MQ: Tablet */
    top: 15px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 189, ../../../springer-compass/sass/page_specific/_internal.scss */
  #manage-customers .default-table th span {
    font-weight: normal;
  }
  /* line 192, ../../../springer-compass/sass/page_specific/_internal.scss */
  #manage-customers .default-table td {
    vertical-align: top;
  }
  /* line 194, ../../../springer-compass/sass/page_specific/_internal.scss */
  #manage-customers .default-table td .log-in-as {
    font-weight: bold;
  }
  /* line 200, ../../../springer-compass/sass/page_specific/_internal.scss */
  #manage-customers .individual-result caption {
    padding-right: 45.2898550725%;
    /* Math: 250 / 552 */
  }
  /* line 203, ../../../springer-compass/sass/page_specific/_internal.scss */
  #manage-customers .individual-result th {
    width: 30%;
  }
  /* line 206, ../../../springer-compass/sass/page_specific/_internal.scss */
  #manage-customers .individual-result p {
    margin-bottom: 15px;
    white-space: nowrap;
  }
  /* line 209, ../../../springer-compass/sass/page_specific/_internal.scss */
  #manage-customers .individual-result p:last-of-type {
    margin-bottom: 0;
  }
  /* line 213, ../../../springer-compass/sass/page_specific/_internal.scss */
  #manage-customers .individual-result .resend-token-feedback {
    margin-top: 15px;
  }

  /* Manage promotions 
  ------------------------------------------------------------------------------*/
  /* line 222, ../../../springer-compass/sass/page_specific/_internal.scss */
  #manage-promotions .col-main textarea {
    width: 100%;
    min-height: 410px;
    line-height: 1.4;
    margin: 4px 0 10px;
    padding: 6px 3px 4px 10px;
    box-sizing: border-box;
    -moz-resize: vertical;
    resize: vertical;
  }
  /* line 233, ../../../springer-compass/sass/page_specific/_internal.scss */
  #manage-promotions form .btn-primary {
    margin-left: 0;
  }
  /* line 237, ../../../springer-compass/sass/page_specific/_internal.scss */
  #manage-promotions .default-table {
    margin-top: 31px;
  }
  /* line 240, ../../../springer-compass/sass/page_specific/_internal.scss */
  #manage-promotions .default-table tr:hover td {
    background-color: #f8f8f8;
  }
  /* line 244, ../../../springer-compass/sass/page_specific/_internal.scss */
  #manage-promotions .default-table .btn-edit-campaign {
    visibility: hidden;
    margin: 0 -50px 0 10px;
    cursor: pointer;
  }
  /* line 250, ../../../springer-compass/sass/page_specific/_internal.scss */
  #manage-promotions .default-table tr:hover .btn-edit-campaign {
    visibility: visible;
  }
  /* line 255, ../../../springer-compass/sass/page_specific/_internal.scss */
  #manage-promotions .no-caption {
    border-top: 1px solid #ddd;
  }

  /* line 263, ../../../springer-compass/sass/page_specific/_internal.scss */
  .batch-codes,
  .remove-user,
  .resend-token {
    display: none;
  }

  /*RL- REFACTOR TO USE REGISTRATION JS? CSS */
  /* line 273, ../../../springer-compass/sass/page_specific/_internal.scss */
  .batch-codes-content form,
  .remove-user-content form,
  .resend-token-content form {
    margin-top: 14px;
  }
  /* line 275, ../../../springer-compass/sass/page_specific/_internal.scss */
  .batch-codes-content form p,
  .remove-user-content form p,
  .resend-token-content form p {
    padding-top: 14px;
  }
  /* line 277, ../../../springer-compass/sass/page_specific/_internal.scss */
  .batch-codes-content form p input,
  .remove-user-content form p input,
  .resend-token-content form p input {
    width: 70px;
  }
  /* line 281, ../../../springer-compass/sass/page_specific/_internal.scss */
  .batch-codes-content form .code-amount .error,
  .remove-user-content form .code-amount .error,
  .resend-token-content form .code-amount .error {
    left: 255px;
    top: -6px;
  }
  /* line 284, ../../../springer-compass/sass/page_specific/_internal.scss */
  .batch-codes-content form .code-amount .error span,
  .remove-user-content form .code-amount .error span,
  .resend-token-content form .code-amount .error span {
    color: #cf0000;
  }
  /* line 288, ../../../springer-compass/sass/page_specific/_internal.scss */
  .batch-codes-content form .code-date .error,
  .remove-user-content form .code-date .error,
  .resend-token-content form .code-date .error {
    left: 245px;
    bottom: 18px;
  }
  /* line 291, ../../../springer-compass/sass/page_specific/_internal.scss */
  .batch-codes-content form .code-date .error span,
  .remove-user-content form .code-date .error span,
  .resend-token-content form .code-date .error span {
    color: #cf0000;
  }
  /* line 295, ../../../springer-compass/sass/page_specific/_internal.scss */
  .batch-codes-content form span,
  .remove-user-content form span,
  .resend-token-content form span {
    color: #666666;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Login or Register page
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/page_specific/_login.scss */
  #login-register {
    /*form + p { #JC120907 is this needed? Interfering institutional-login link
      color: $type-5;
      margin: 15px 0 0 0;
    }*/
  }
  /* line 6, ../../../springer-compass/sass/page_specific/_login.scss */
  #login-register h1 {
    width: 95%;
  }
  /* line 7, ../../../springer-compass/sass/page_specific/_login.scss */
  #login-register h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  /* line 10, ../../../springer-compass/sass/page_specific/_login.scss */
  #login-register h2,
  #login-register h3 {
    margin: 16px 0;
  }
  /* line 14, ../../../springer-compass/sass/page_specific/_login.scss */
  #login-register h3 {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 17, ../../../springer-compass/sass/page_specific/_login.scss */
  #login-register p + h3 {
    margin-top: 24px;
  }
  /* line 20, ../../../springer-compass/sass/page_specific/_login.scss */
  #login-register p {
    color: #666666;
    line-height: 1.6;
    margin-bottom: 15px;
  }

  /* login */
  /* line 31, ../../../springer-compass/sass/page_specific/_login.scss */
  .login {
    width: 650px;
  }
  /* line 33, ../../../springer-compass/sass/page_specific/_login.scss */
  .login form {
    width: 250px;
  }

  /* login box */
  /* line 38, ../../../springer-compass/sass/page_specific/_login.scss */
  #login-box {
    margin-top: 4px;
    position: relative;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 38, ../../../springer-compass/sass/page_specific/_login.scss */
  #login-box {
    /* MQ: Tablet */
    margin-top: 48px;
    max-width: 410px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 47, ../../../springer-compass/sass/page_specific/_login.scss */
  #login-box h1,
  #login-box h2 {
    margin-top: 0;
  }
  /* line 51, ../../../springer-compass/sass/page_specific/_login.scss */
  #login-box h2 {
    width: 85%;
  }
  /* line 52, ../../../springer-compass/sass/page_specific/_login.scss */
  #login-box a {
    font-size: 12px;
    font-size: 1.2rem;
    font-style: italic;
  }
  /* line 56, ../../../springer-compass/sass/page_specific/_login.scss */
  .js #login-box label.error {
    padding: 0 0 0 13px;
  }
  /* line 59, ../../../springer-compass/sass/page_specific/_login.scss */
  .js #login-box label.tick {
    padding: 0;
  }
  /* line 62, ../../../springer-compass/sass/page_specific/_login.scss */
  #login-box .remember label {
    display: inline;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.3;
  }
  /* line 68, ../../../springer-compass/sass/page_specific/_login.scss */
  #login-box .remember input {
    width: 14px;
    margin-left: 0;
  }
  /* line 72, ../../../springer-compass/sass/page_specific/_login.scss */
  #login-box .form-submit span {
    line-height: 1;
    float: left;
    margin: -10px 0 12px 0;
  }
  /* line 77, ../../../springer-compass/sass/page_specific/_login.scss */
  #login-box .box-section a {
    font-style: normal;
    font-weight: bold;
  }
  /* line 7, ../../../springer-compass/sass/sitewide/mixins/_link-symbol.scss */
  #login-box .box-section a:before {
    content: '\00BB\0020';
    /* raquo + space */
  }
  /* line 82, ../../../springer-compass/sass/page_specific/_login.scss */
  #login-box em {
    color: #666666;
    display: block;
    margin: 0 0 0 20px;
  }
  /* line 87, ../../../springer-compass/sass/page_specific/_login.scss */
  #login-box .btn {
    margin-left: 0;
  }

  /* register reasons */
  /* line 92, ../../../springer-compass/sass/page_specific/_login.scss */
  #register-reasons {
    border-bottom: 1px solid #ddd;
    margin-top: 25px;
  }
  /* line 95, ../../../springer-compass/sass/page_specific/_login.scss */
  #register-reasons h2 {
    -webkit-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    border-bottom: 1px solid #D7D6D6;
    padding: 0 4px 7px 0;
    margin-bottom: 10px;
  }
  /* line 99, ../../../springer-compass/sass/page_specific/_login.scss */
  #register-reasons p {
    font-size: 16px;
    font-size: 1.6rem;
  }

  /* Registration success message
  ------------------------------------------------------------------------------*/
  /* line 106, ../../../springer-compass/sass/page_specific/_login.scss */
  .registration-message h1 .name {
    color: #999999;
  }

  /* line 109, ../../../springer-compass/sass/page_specific/_login.scss */
  .registration-message h1 .success:after {
    content: url(../images/success_icon_big.png);
    margin-left: 12px;
  }

  /* line 113, ../../../springer-compass/sass/page_specific/_login.scss */
  .registration-message .btn-monster {
    margin: 14px 0 28px;
  }

  /* line 116, ../../../springer-compass/sass/page_specific/_login.scss */
  .registration-message p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    margin: 14px 0;
  }

  /* line 123, ../../../springer-compass/sass/page_specific/_login.scss */
  #dashboard-area.institutional-login-page h2 span {
    color: #999999;
  }
  /* line 126, ../../../springer-compass/sass/page_specific/_login.scss */
  #dashboard-area.institutional-login-page .intro-text {
    width: 70%;
  }
  /* line 129, ../../../springer-compass/sass/page_specific/_login.scss */
  #dashboard-area.institutional-login-page .authentication-athens {
    float: left;
    padding: 0 3em 1.1em 0;
    margin: 36px 3em 0 0;
  }
  /* line 133, ../../../springer-compass/sass/page_specific/_login.scss */
  #dashboard-area.institutional-login-page .authentication-athens h2 {
    margin-top: 0;
  }
  /* line 136, ../../../springer-compass/sass/page_specific/_login.scss */
  #dashboard-area.institutional-login-page .authentication-athens img {
    display: block;
    margin: 24px 0 28px 0;
    max-width: 73%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 129, ../../../springer-compass/sass/page_specific/_login.scss */
  #dashboard-area.institutional-login-page .authentication-athens {
    /* MQ: Widescreen */
    border-right: 1px solid #ddd;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 145, ../../../springer-compass/sass/page_specific/_login.scss */
  #dashboard-area.institutional-login-page .authentication-shibboleth {
    float: left;
  }
  /* line 148, ../../../springer-compass/sass/page_specific/_login.scss */
  #dashboard-area.institutional-login-page .springer-login {
    clear: both;
    float: left;
    margin-top: 4em;
    width: 100%;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Results page: Toolbar controls
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/page_specific/_results.scss */
  #page-results #toolbar {
    display: inline-block;
    float: right;
    margin-bottom: -1.8em;
  }

  /* line 11, ../../../springer-compass/sass/page_specific/_results.scss */
  #results {
    clear: both;
  }

  /* Results page: toggle 'see all' results
  ------------------------------------------------------------------------------*/
  /* line 17, ../../../springer-compass/sass/page_specific/_results.scss */
  #results-only-access {
    background: #fff9e0;
    border: 1px solid #fdea9d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 12px;
    padding: 7px 25px 7px 37px;
    position: relative;
  }

  /* line 25, ../../../springer-compass/sass/page_specific/_results.scss */
  #results-only-access img {
    position: absolute;
    left: 7px;
    top: 7px;
    vertical-align: top;
  }

  /* line 29, ../../../springer-compass/sass/page_specific/_results.scss */
  #results-only-access label {
    font-weight: bold;
    line-height: 1.6;
    position: relative;
    top: 1px;
    word-wrap: break-word;
  }

  /* line 35, ../../../springer-compass/sass/page_specific/_results.scss */
  #results-only-access div {
    position: absolute;
    top: 10px;
    right: 6px;
  }

  /* non-js version */
  /* line 39, ../../../springer-compass/sass/page_specific/_results.scss */
  .results-only-access-toggle img {
    vertical-align: bottom;
  }

  /* line 42, ../../../springer-compass/sass/page_specific/_results.scss */
  .js .results-only-access-toggle {
    display: none;
  }

  /* line 45, ../../../springer-compass/sass/page_specific/_results.scss */
  .no-js #results-only-access {
    padding-right: 0;
  }

  /* line 48, ../../../springer-compass/sass/page_specific/_results.scss */
  .no-js #results-only-access div {
    margin-top: 2px;
    position: static;
  }

  /* line 52, ../../../springer-compass/sass/page_specific/_results.scss */
  .no-js #results-only-access-checkbox {
    display: none;
  }

  /* Results page: headline "Refine your search"
  ------------------------------------------------------------------------------*/
  /* line 58, ../../../springer-compass/sass/page_specific/_results.scss */
  #results .col-aside h2 {
    font-family: Verdana, sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0;
  }

  /* Results page: facet links in .col-main for removing
  ------------------------------------------------------------------------------*/
  /* line 67, ../../../springer-compass/sass/page_specific/_results.scss */
  #results .col-main .facet-link {
    background: url(../images/remove_icons.png) no-repeat right 1px;
    color: #ee7d11;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 15px;
    padding-right: 19px;
    position: relative;
  }
  /* line 74, ../../../springer-compass/sass/page_specific/_results.scss */
  #results .col-main .facet-link:hover {
    background-position: right -49px;
  }
  /* line 77, ../../../springer-compass/sass/page_specific/_results.scss */
  #results .col-main .facet-link:active {
    background-position: right -74px;
    color: #ce4900;
  }

  /* Results page: date facet
  ------------------------------------------------------------------------------*/
  /* positioning of the expander title (css is seperate because it's quite tricky) */
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 86, ../../../springer-compass/sass/page_specific/_results.scss */
  #date-facet {
    /* MQ: Widescreen */
    margin-top: -36px;
    /* move whole facet up */
    text-align: center;
    /* center everything inside facet */
  }
}

@media screen and (min-device-width: 320px) {
  /* line 94, ../../../springer-compass/sass/page_specific/_results.scss */
  #date-facet .expander-title {
    position: relative;
    z-index: 10;
    /* move to the foreground of the functions bar */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 94, ../../../springer-compass/sass/page_specific/_results.scss */
  #date-facet .expander-title {
    /* MQ: Tablet */
    background: transparent;
    border: 1px solid #ddd;
    font-size: 12px;
    font-size: 1.2rem;
    height: 34px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 94, ../../../springer-compass/sass/page_specific/_results.scss */
  #date-facet .expander-title {
    /* MQ: Widescreen */
    display: inline-block;
    /* to make text-align center work */
  }
}

@media screen and (min-device-width: 320px) {
  /* line 109, ../../../springer-compass/sass/page_specific/_results.scss */
  #date-facet .expander-content {
    text-align: left;
    /* push content back to the left */
  }

  /* line 112, ../../../springer-compass/sass/page_specific/_results.scss */
  .ie7 #date-facet {
    margin-top: -12px;
    z-index: 10;
  }

  /* line 116, ../../../springer-compass/sass/page_specific/_results.scss */
  .ie7 #date-facet .expander-title {
    display: inline;
    /* hack for inline-block */
    margin-top: -36px;
    zoom: 1;
    /* hack for inline-block */
  }

  /* line 121, ../../../springer-compass/sass/page_specific/_results.scss */
  .ie6 #date-facet .expander-title {
    width: 200px;
    /* because inline-block hack doesn't work */
  }

  /* line 124, ../../../springer-compass/sass/page_specific/_results.scss */
  .no-js #date-facet {
    margin-top: 0;
    text-align: left;
  }

  /* line 128, ../../../springer-compass/sass/page_specific/_results.scss */
  .no-js #date-facet .expander-title {
    border-bottom: 0;
    display: block;
  }

  /* line 132, ../../../springer-compass/sass/page_specific/_results.scss */
  .no-js #date-facet .expander-content-inner {
    padding-top: 0;
  }

  /* line 135, ../../../springer-compass/sass/page_specific/_results.scss */
  .js #date-facet .expander-title:hover {
    border-left-color: #cccccc;
    border-right-color: #cccccc;
  }

  /* line 139, ../../../springer-compass/sass/page_specific/_results.scss */
  #date-facet .expander-title div {
    color: #00768a;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 139, ../../../springer-compass/sass/page_specific/_results.scss */
  #date-facet .expander-title div {
    /* MQ: Tablet */
    background-position: 16px -40px;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    height: 34px;
    line-height: 2.9;
    padding: 0 14px 0 33px;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 151, ../../../springer-compass/sass/page_specific/_results.scss */
  .no-js #date-facet .expander-title div {
    padding-left: 10px;
  }

  /* line 154, ../../../springer-compass/sass/page_specific/_results.scss */
  #date-facet.expander-open .expander-title {
    background: #f2f2f2;
    border-bottom: none;
  }

  /* line 158, ../../../springer-compass/sass/page_specific/_results.scss */
  #date-facet.expander-open .expander-title div {
    background-position: 11px 14px;
  }

  /* content */
  /* line 162, ../../../springer-compass/sass/page_specific/_results.scss */
  #date-facet .expander-content {
    border: 1px solid #ddd;
    border-top: 0;
  }

  /* line 166, ../../../springer-compass/sass/page_specific/_results.scss */
  .js #date-facet .expander-content {
    display: none;
  }

  /* line 169, ../../../springer-compass/sass/page_specific/_results.scss */
  .js #date-facet .expander-content {
    display: block;
  }

  /* line 172, ../../../springer-compass/sass/page_specific/_results.scss */
  #date-facet .expander-content-inner {
    padding-top: 10px;
    position: relative;
  }

  /* line 176, ../../../springer-compass/sass/page_specific/_results.scss */
  #date-facet form {
    zoom: 1;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  #date-facet form:before, #date-facet form:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  #date-facet form:after {
    clear: both;
  }

  /* line 179, ../../../springer-compass/sass/page_specific/_results.scss */
  #date-facet label {
    float: left;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.2;
    margin: 4px 9px 0 0;
  }

  /* line 186, ../../../springer-compass/sass/page_specific/_results.scss */
  #date-facet label span.available {
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
    margin: 2px 0 0 0;
  }

  /* line 192, ../../../springer-compass/sass/page_specific/_results.scss */
  #date-facet-fields {
    float: left;
  }

  /* line 195, ../../../springer-compass/sass/page_specific/_results.scss */
  #date-facet-mode {
    font-size: 11px;
    font-size: 1.1rem;
    margin-right: 3px;
    width: 80px;
  }

  /* line 200, ../../../springer-compass/sass/page_specific/_results.scss */
  #date-facet input[type=text] {
    font-size: 11px;
    font-size: 1.1rem;
    margin: 0 5px;
    padding: 4px 3px;
    text-align: center;
    width: 40px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 200, ../../../springer-compass/sass/page_specific/_results.scss */
  #date-facet input[type=text] {
    /* MQ: Tablet */
    width: 60px;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 211, ../../../springer-compass/sass/page_specific/_results.scss */
  #date-facet-fields span {
    font-size: 11px;
    font-size: 1.1rem;
  }

  /* line 214, ../../../springer-compass/sass/page_specific/_results.scss */
  #date-facet-fields .error-message span {
    line-height: 1;
  }

  /* line 217, ../../../springer-compass/sass/page_specific/_results.scss */
  #date-facet .search-submit {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4600px no-repeat;
    border: 0;
    float: left;
    height: 24px;
    width: 24px;
  }

  /* line 224, ../../../springer-compass/sass/page_specific/_results.scss */
  #date-facet .search-submit:hover {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4144px no-repeat;
  }

  /* line 227, ../../../springer-compass/sass/page_specific/_results.scss */
  #date-facet .search-submit:active {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4118px no-repeat;
  }

  /* line 230, ../../../springer-compass/sass/page_specific/_results.scss */
  #date-facet-remove {
    clear: both;
    float: left;
    line-height: 2;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 230, ../../../springer-compass/sass/page_specific/_results.scss */
  #date-facet-remove {
    /* MQ: Tablet */
    clear: none;
    margin-left: 20px;
  }
}

@media screen and (min-device-width: 320px) {
  /* Results page: error message
  ------------------------------------------------------------------------------*/
  /* line 244, ../../../springer-compass/sass/page_specific/_results.scss */
  #results .col-main > .error-message {
    margin-bottom: 16px;
  }

  /* Results page: results content header
  ------------------------------------------------------------------------------*/
  /* line 250, ../../../springer-compass/sass/page_specific/_results.scss */
  #results .col-main .header {
    width: 90%;
    /* Allow RSS/Download CSV icon float to right of .header */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 250, ../../../springer-compass/sass/page_specific/_results.scss */
  #results .col-main .header {
    /* MQ: Tablet */
    width: 86%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 250, ../../../springer-compass/sass/page_specific/_results.scss */
  #results .col-main .header {
    /* MQ: Widescreen */
    width: 90%;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 259, ../../../springer-compass/sass/page_specific/_results.scss */
  #results .col-main .header h1 {
    font-family: Verdana, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    margin: 0 0 12px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 259, ../../../springer-compass/sass/page_specific/_results.scss */
  #results .col-main .header h1 {
    /* MQ: Tablet */
    margin: 0;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 270, ../../../springer-compass/sass/page_specific/_results.scss */
  #results .col-main .header h1 strong:first-child {
    font-size: 18px;
    font-size: 1.8rem;
  }

  /* line 273, ../../../springer-compass/sass/page_specific/_results.scss */
  #results .col-main .header h1 em {
    background: #008ca4;
    font-style: normal;
  }

  /* line 277, ../../../springer-compass/sass/page_specific/_results.scss */
  #results .col-main .header p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    margin: 3px 0 12px 0;
  }

  /* Results page: only searching within
  ------------------------------------------------------------------------------*/
  /* line 285, ../../../springer-compass/sass/page_specific/_results.scss */
  #only-searching-within {
    zoom: 1;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  #only-searching-within:before, #only-searching-within:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  #only-searching-within:after {
    clear: both;
  }
  /* line 288, ../../../springer-compass/sass/page_specific/_results.scss */
  #only-searching-within p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.1;
  }
  /* line 292, ../../../springer-compass/sass/page_specific/_results.scss */
  #only-searching-within .cover {
    border: 1px solid #9C9C9C;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3);
    margin: 0 0 7px 0;
    width: 68px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 292, ../../../springer-compass/sass/page_specific/_results.scss */
  #only-searching-within .cover {
    /* MQ: Tablet */
    float: left;
    margin: 0 15px 0 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 304, ../../../springer-compass/sass/page_specific/_results.scss */
  #only-searching-within .text {
    /* MQ: Tablet */
    float: left;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 311, ../../../springer-compass/sass/page_specific/_results.scss */
  #only-searching-within .title {
    font-weight: bold;
    line-height: 1.3;
    margin: 6px 0;
  }
  /* line 316, ../../../springer-compass/sass/page_specific/_results.scss */
  #only-searching-within .range {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 6px 0 7px;
  }

  /* Results page: Functions bar (top)
  ------------------------------------------------------------------------------*/
  /* line 324, ../../../springer-compass/sass/page_specific/_results.scss */
  #page-results .functions-bar-top {
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 324, ../../../springer-compass/sass/page_specific/_results.scss */
  #page-results .functions-bar-top {
    /* MQ: Tablet */
    display: block;
  }
}

@media screen and (min-device-width: 320px) {
  /* Results page: search results teaser
  ------------------------------------------------------------------------------*/
  /* line 334, ../../../springer-compass/sass/page_specific/_results.scss */
  #results-teaser {
    background: #fff9e0 url(../images/lock_bigger.png) no-repeat 8px 6px;
    border: 1px solid #fdea9d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 6px 0 5px;
    padding: 6px 0 6px 50px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 334, ../../../springer-compass/sass/page_specific/_results.scss */
  #results-teaser {
    /* MQ: Tablet */
    padding-right: 50px;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 345, ../../../springer-compass/sass/page_specific/_results.scss */
  #results-teaser .meta {
    margin: 7px 0;
    position: relative;
  }

  /* line 349, ../../../springer-compass/sass/page_specific/_results.scss */
  #results-teaser .meta strong {
    font-size: 16px;
    font-size: 1.6rem;
  }

  /* line 352, ../../../springer-compass/sass/page_specific/_results.scss */
  #results-teaser h2 {
    font-family: Verdana, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    margin-top: 0;
  }

  /* line 358, ../../../springer-compass/sass/page_specific/_results.scss */
  #results-teaser-all {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: underline;
  }
  /* line 7, ../../../springer-compass/sass/sitewide/mixins/_link-symbol.scss */
  #results-teaser-all:before {
    content: '\00BB\0020';
    /* raquo + space */
  }

  /* line 364, ../../../springer-compass/sass/page_specific/_results.scss */
  #results-teaser + #results-list {
    border-top: 1px solid #ddd;
  }

  /* Results page: results list (basic styling from .content-item-list)
  ------------------------------------------------------------------------------*/
  /* line 370, ../../../springer-compass/sass/page_specific/_results.scss */
  #results-list {
    margin-top: 5px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 373, ../../../springer-compass/sass/page_specific/_results.scss */
  #results-list li {
    /* MQ: Tablet */
    padding-right: 50px;
  }
}

@media screen and (min-device-width: 320px) {
  /* highlight search terms */
  /* line 381, ../../../springer-compass/sass/page_specific/_results.scss */
  #results-list h2 em {
    background-color: #008ca4;
    font-style: normal;
  }

  /* line 385, ../../../springer-compass/sass/page_specific/_results.scss */
  #results-list h2 a:hover em {
    text-decoration: underline;
  }

  /* line 388, ../../../springer-compass/sass/page_specific/_results.scss */
  #results-list .snippet em,
  #results-list .subtitle em,
  #results-list .coverage em {
    background-color: #008ca4;
    font-style: normal;
    font-weight: bold;
  }

  /* enumeration */
  /* line 396, ../../../springer-compass/sass/page_specific/_results.scss */
  #results-list .enumeration {
    font-style: italic;
  }

  /* open access */
  /* line 400, ../../../springer-compass/sass/page_specific/_results.scss */
  #results-list .open-access {
    float: right;
    font-size: 10px;
    font-size: 1rem;
    margin: -4px -13px -7px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 400, ../../../springer-compass/sass/page_specific/_results.scss */
  #results-list .open-access {
    /* MQ: Tablet */
    margin-right: -37px;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 410, ../../../springer-compass/sass/page_specific/_results.scss */
  #results-list .has-cover .open-access {
    margin: 0;
  }

  /* actions */
  /* line 414, ../../../springer-compass/sass/page_specific/_results.scss */
  #results-list span.action {
    display: block;
    margin: 7px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 414, ../../../springer-compass/sass/page_specific/_results.scss */
  #results-list span.action {
    /* MQ: Tablet */
    display: inline-block;
    margin: 0;
    min-width: 150px;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 425, ../../../springer-compass/sass/page_specific/_results.scss */
  #results-list .actions {
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 425, ../../../springer-compass/sass/page_specific/_results.scss */
  #results-list .actions {
    /* MQ: Tablet */
    display: block;
  }
}

@media screen and (min-device-width: 320px) {
  /* covers on the right instead of left */
  /* line 434, ../../../springer-compass/sass/page_specific/_results.scss */
  #results-list li.has-cover {
    padding-right: 20px;
  }

  /* line 437, ../../../springer-compass/sass/page_specific/_results.scss */
  #results-list li.has-cover .text {
    margin-left: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 437, ../../../springer-compass/sass/page_specific/_results.scss */
  #results-list li.has-cover .text {
    /* MQ: Tablet */
    margin-right: 93px;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 445, ../../../springer-compass/sass/page_specific/_results.scss */
  #results-list li.has-cover .cover {
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    clear: both;
    float: right;
  }

  /* line 451, ../../../springer-compass/sass/page_specific/_results.scss */
  #results-list li.has-cover .lazy {
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 455, ../../../springer-compass/sass/page_specific/_results.scss */
  #results-list .no-access-message {
    /* MQ: Tablet */
    margin-right: -50px;
  }
}

@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 462, ../../../springer-compass/sass/page_specific/_results.scss */
  #results-list li.has-cover .no-access-message {
    /* MQ: Tablet */
    margin-right: -13px;
  }
}

@media screen and (min-device-width: 320px) {
  /* Results page: no results
  ------------------------------------------------------------------------------*/
  /* message */
  /* line 473, ../../../springer-compass/sass/page_specific/_results.scss */
  #no-results-message {
    margin: 16px 0 14px;
  }
  /* line 475, ../../../springer-compass/sass/page_specific/_results.scss */
  #no-results-message h2 {
    font-family: Verdana, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
  }
  /* line 479, ../../../springer-compass/sass/page_specific/_results.scss */
  #no-results-message li {
    margin-top: 0;
  }

  /* remove box */
  /* line 484, ../../../springer-compass/sass/page_specific/_results.scss */
  #no-results-remove {
    padding: 11px 15px 23px 50px;
    position: relative;
  }
  /* line 488, ../../../springer-compass/sass/page_specific/_results.scss */
  #no-results-remove:before {
    /* icon */
    background: url(../images/no_results_remove.png) no-repeat;
    content: '';
    display: block;
    height: 27px;
    position: absolute;
    left: 9px;
    top: 6px;
    width: 27px;
  }
  /* line 496, ../../../springer-compass/sass/page_specific/_results.scss */
  #no-results-remove p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.1;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 496, ../../../springer-compass/sass/page_specific/_results.scss */
  #no-results-remove p {
    /* MQ: Tablet */
    margin: 0 300px 12px 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 505, ../../../springer-compass/sass/page_specific/_results.scss */
  #no-results-remove li {
    margin-top: 8px;
  }
  /* line 508, ../../../springer-compass/sass/page_specific/_results.scss */
  #no-results-remove .facet-link {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Splash screen
  ------------------------------------------------------------------------------*/
  /* line 6, ../../../springer-compass/sass/page_specific/_splash.scss */
  #splash-screen {
    display: none;
    overflow-x: hidden;
    padding: 27px;
    width: 500px;
  }

  /* line 12, ../../../springer-compass/sass/page_specific/_splash.scss */
  #splash-screen .functions-bar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-width: 0 0 1px 0;
    height: 26px;
    margin: -27px -27px 0 -27px;
    position: relative;
  }

  /* line 19, ../../../springer-compass/sass/page_specific/_splash.scss */
  #splash-screen .functions-bar .btn-close {
    position: absolute;
    right: 7px;
  }

  /* line 22, ../../../springer-compass/sass/page_specific/_splash.scss */
  #splash-screen h2 {
    margin: 25px 25px 17px 0;
  }

  /* line 25, ../../../springer-compass/sass/page_specific/_splash.scss */
  #splash-screen h2 + p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    margin-right: 25px;
  }

  /* line 30, ../../../springer-compass/sass/page_specific/_splash.scss */
  #splash-screen img {
    margin: 0 0 26px 0;
  }

  /* line 33, ../../../springer-compass/sass/page_specific/_splash.scss */
  #splash-screen p {
    line-height: 1.3;
  }

  /* line 7, ../../../springer-compass/sass/sitewide/mixins/_link-symbol.scss */
  #splash-screen p a:before {
    content: '\00BB\0020';
    /* raquo + space */
  }

  /* open colorbox */
  /* line 40, ../../../springer-compass/sass/page_specific/_splash.scss */
  #colorbox #splash-screen {
    display: block;
  }

  /* line 43, ../../../springer-compass/sass/page_specific/_splash.scss */
  .cbox-splash-screen #colorbox {
    background: none;
  }

  /* line 46, ../../../springer-compass/sass/page_specific/_splash.scss */
  .cbox-splash-screen #colorbox #cboxWrapper {
    border: 1px solid #ddd;
    -webkit-box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.55);
    box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.55);
    padding-bottom: 0;
    width: 554px !important;
    /* width is in bec. of bad redrawing of box-shadow onload */
  }

  /* line 52, ../../../springer-compass/sass/page_specific/_splash.scss */
  .ie7 .cbox-splash-screen #cboxTopCenter {
    background: #f8f8f8;
  }

  /* line 55, ../../../springer-compass/sass/page_specific/_splash.scss */
  .ie7 .cbox-splash-screen #cboxBottomCenter {
    background: #f8f8f8;
  }

  /* announcements */
  /* line 59, ../../../springer-compass/sass/page_specific/_splash.scss */
  #announcements h1 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 19px;
  }

  /* line 63, ../../../springer-compass/sass/page_specific/_splash.scss */
  #announcements h1 span {
    color: #999999;
    font-size: 18px;
    font-size: 1.8rem;
  }

  /* line 67, ../../../springer-compass/sass/page_specific/_splash.scss */
  #announcements ul {
    margin-bottom: 18px;
  }

  /* line 7, ../../../springer-compass/sass/sitewide/mixins/_link-symbol.scss */
  #announcements a:before {
    content: '\00BB\0020';
    /* raquo + space */
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* loading button
  ------------------------------------------------------------------------------*/
  /* line 6, ../../../springer-compass/sass/page_specific/_zsgw_loadingbutton.scss */
  .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" )
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .step-bar-container {
    position: relative;
  }

  /* line 9, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .step-bar-container + div .layout-nested:first-child {
    padding-top: 0.9em;
  }

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

@media screen and (min-device-width: 320px) {
  /* line 36, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .step-bar {
    /* possible other definitions */
  }
  /* line 38, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .step-bar li {
    list-style: none;
    float: left;
    height: 40px;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
    margin-top: 0;
    background: transparent no-repeat 50% 100%;
    width: 20%;
    /* default for 5 items*/
    min-width: 40px;
    color: transparent;
  }
  /* line 47, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .step-bar-size-2 .step-bar li {
    width: 50%;
  }
  /* line 48, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .step-bar-size-3 .step-bar li {
    width: 33.33%;
  }
  /* line 49, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .step-bar-size-4 .step-bar li {
    width: 25%;
  }
  /* line 51, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .step-bar-size-6 .step-bar li {
    width: 16.66%;
  }
  /* line 52, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .step-bar-size-7 .step-bar li {
    width: 14.28%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 38, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .step-bar li {
    /* MQ: Tablet */
    color: inherit;
    height: 74px;
    margin-top: -34px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 38, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .step-bar li {
    /* MQ: Widescreen */
    width: 23.33%;
    /* default for 5 items */
    height: 64px;
    margin-top: -24px;
    white-space: nowrap;
  }
  /* line 65, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .step-bar-size-2 .step-bar li {
    /* no mid-item */
  }
  /* line 66, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .step-bar-size-3 .step-bar li {
    width: 40%;
  }
  /* line 67, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .step-bar-size-4 .step-bar li {
    width: 30%;
  }
  /* line 69, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .step-bar-size-6 .step-bar li {
    width: 19%;
  }
  /* line 70, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .step-bar-size-7 .step-bar li {
    width: 16%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 77, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .step-bar li.firstitem, .step-bar li.lastitem {
    /* MQ: Widescreen */
    width: 15%;
    /* default for 5 items*/
  }
  /* line 80, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .step-bar-size-2 .step-bar li.firstitem, .step-bar-size-2 .step-bar li.lastitem {
    width: 50%;
  }
  /* line 81, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .step-bar-size-3 .step-bar li.firstitem, .step-bar-size-3 .step-bar li.lastitem {
    width: 30%;
  }
  /* line 82, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .step-bar-size-4 .step-bar li.firstitem, .step-bar-size-4 .step-bar li.lastitem {
    width: 20%;
  }
  /* line 84, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .step-bar-size-6 .step-bar li.firstitem, .step-bar-size-6 .step-bar li.lastitem {
    width: 12%;
  }
  /* line 85, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .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) {
  /* line 89, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .step-bar ul.items4 li {
    width: 30%;
  }
  /* line 90, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .step-bar ul.items4 li.firstitem, .step-bar ul.items4 li.lastitem {
    width: 20%;
  }
  /* line 91, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .step-bar ul.items6 li {
    width: 17.5%;
  }
  /* line 92, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .step-bar ul.items6 li.firstitem, .step-bar ul.items6 li.lastitem {
    width: 15%;
  }

  /* line 96, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .step-bar li.beg-prev {
    background-image: url(/spcom/sites/palgrave/images/progress-parts-beg-prev.png);
  }

  /* line 97, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .step-bar li.beg-cur {
    background-image: url(/spcom/sites/palgrave/images/progress-parts-beg-cur.png);
  }

  /* line 98, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .step-bar li.beg-next {
    background-image: url(/spcom/sites/palgrave/images/progress-parts-beg-next.png);
  }

  /* line 99, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .step-bar li.mid-prev {
    background-image: url(/spcom/sites/palgrave/images/progress-parts-mid-prev.png);
  }

  /* line 100, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .step-bar li.mid-cur {
    background-image: url(/spcom/sites/palgrave/images/progress-parts-mid-cur.png);
  }

  /* line 101, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .step-bar li.mid-next {
    background-image: url(/spcom/sites/palgrave/images/progress-parts-mid-next.png);
  }

  /* line 102, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .step-bar li.end-cur {
    background-image: url(/spcom/sites/palgrave/images/progress-parts-end-cur.png);
  }

  /* line 103, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .step-bar li.end-next {
    background-image: url(/spcom/sites/palgrave/images/progress-parts-end-next.png);
  }

  /* line 105, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .step-bar-nobutton .step-bar {
    margin-left: 0;
    min-width: 352px;
  }
  /* line 109, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .step-bar-nobutton .step-bar ul {
    margin-left: 150px;
    /* default for 5 items*/
  }
  /* line 110, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .step-bar-size-2 .step-bar-nobutton .step-bar ul {
    margin-left: 300px;
  }
  /* line 111, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .step-bar-size-3 .step-bar-nobutton .step-bar ul {
    margin-left: 240px;
  }
  /* line 112, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .step-bar-size-4 .step-bar-nobutton .step-bar ul {
    margin-left: 190px;
  }
  /* line 114, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .step-bar-size-6 .step-bar-nobutton .step-bar ul {
    margin-left: 120px;
  }
  /* line 115, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .step-bar-size-7 .step-bar-nobutton .step-bar ul {
    margin-left: 100px;
  }

  /* cart button */
  /* line 120, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .btn-cart {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    padding: 1px 12px 0 13px;
    position: absolute;
    left: 0;
  }
  /* line 129, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .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;
  }

  /* line 139, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  button.btn-cart {
    height: 40px;
    /* needs height including the 2 px for the border */
    padding-top: 0;
  }

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

  /* registration non-button display */
  /* line 160, ../../../springer-compass/sass/page_specific/_zsgw_progressbar.scss */
  .btn-user-inactive {
    background: url(/spcom/sites/palgrave/images/btn-user-grey.png) 14px 6px no-repeat;
    display: inline-block;
    position: absolute;
    float: left;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    padding: 0px 12px 0 48px;
    color: #888;
    text-shadow: 1px 1px 0 #FFF;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* parts for the worldpay version of checkout
  ------------------------------------------------------------------------------*/
  /* line 7, ../../../springer-compass/sass/page_specific/_zsgw_worldpay.scss */
  .worldpay #header {
    min-height: 0;
    padding-top: 89px;
  }
  /* line 12, ../../../springer-compass/sass/page_specific/_zsgw_worldpay.scss */
  .worldpay #logo {
    top: 15px;
  }
  /* line 16, ../../../springer-compass/sass/page_specific/_zsgw_worldpay.scss */
  .worldpay #footer-privacy {
    line-height: inherit;
  }
  /* line 20, ../../../springer-compass/sass/page_specific/_zsgw_worldpay.scss */
  .worldpay .error-message {
    margin-top: 0;
  }

  /* line 26, ../../../springer-compass/sass/page_specific/_zsgw_worldpay.scss */
  .worldpay-brand {
    font-size: 11px;
    font-size: 1.1rem;
    border-top: 1px solid #ddd;
    margin-top: 4em;
  }
  /* line 31, ../../../springer-compass/sass/page_specific/_zsgw_worldpay.scss */
  .worldpay-brand .wp-links a {
    font-weight: normal;
    color: inherit;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* PAYMENT ICONS
  ---------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/page_specific/_spcom_icons_payment.scss */
  .payment-visa-big {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -3666px no-repeat;
  }

  /* line 9, ../../../springer-compass/sass/page_specific/_spcom_icons_payment.scss */
  .payment-mastercard-big {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -3414px no-repeat;
  }

  /* line 13, ../../../springer-compass/sass/page_specific/_spcom_icons_payment.scss */
  .payment-amex-big {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -2908px no-repeat;
  }

  /* line 17, ../../../springer-compass/sass/page_specific/_spcom_icons_payment.scss */
  .payment-paypal-big {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -3504px no-repeat;
  }

  /* line 21, ../../../springer-compass/sass/page_specific/_spcom_icons_payment.scss */
  .payment-invoice-big {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -3264px no-repeat;
  }

  /* line 25, ../../../springer-compass/sass/page_specific/_spcom_icons_payment.scss */
  .payment-invoice-big-de {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -3144px no-repeat;
  }

  /* line 29, ../../../springer-compass/sass/page_specific/_spcom_icons_payment.scss */
  .payment-invoice-big-nl {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -3204px no-repeat;
  }

  /* line 33, ../../../springer-compass/sass/page_specific/_spcom_icons_payment.scss */
  .payment-proforma-big {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -3630px no-repeat;
  }

  /* line 37, ../../../springer-compass/sass/page_specific/_spcom_icons_payment.scss */
  .payment-proforma-big-de {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -3594px no-repeat;
  }

  /* line 41, ../../../springer-compass/sass/page_specific/_spcom_icons_payment.scss */
  .payment-ideal-big {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -3080px no-repeat;
  }

  /* line 45, ../../../springer-compass/sass/page_specific/_spcom_icons_payment.scss */
  .payment-visa {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -3726px no-repeat;
  }

  /* line 49, ../../../springer-compass/sass/page_specific/_spcom_icons_payment.scss */
  .payment-mastercard {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -3474px no-repeat;
  }

  /* line 53, ../../../springer-compass/sass/page_specific/_spcom_icons_payment.scss */
  .payment-amex {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -2968px no-repeat;
  }

  /* line 57, ../../../springer-compass/sass/page_specific/_spcom_icons_payment.scss */
  .payment-paypal {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -3564px no-repeat;
  }

  /* line 61, ../../../springer-compass/sass/page_specific/_spcom_icons_payment.scss */
  .payment-invoice {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -3384px no-repeat;
  }

  /* line 65, ../../../springer-compass/sass/page_specific/_spcom_icons_payment.scss */
  .payment-invoice-de {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -3324px no-repeat;
  }

  /* line 69, ../../../springer-compass/sass/page_specific/_spcom_icons_payment.scss */
  .payment-invoice-nl {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -3354px no-repeat;
  }

  /* line 73, ../../../springer-compass/sass/page_specific/_spcom_icons_payment.scss */
  .payment-ideal {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -3116px no-repeat;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* CONTEXTMENU ON PREVIEW
  ---------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/page_specific/_spcom_base.scss */
  .debug .cms-studio-maintainable {
    box-shadow: 0 0 5px 5px #999;
  }
  /* line 8, ../../../springer-compass/sass/page_specific/_spcom_base.scss */
  .debug .cms-studio-maintainable .cms-studio-maintainable {
    box-shadow: 0 0 5px 5px #f99;
  }
  /* line 11, ../../../springer-compass/sass/page_specific/_spcom_base.scss */
  .debug .cms-studio-maintainable .cms-studio-maintainable .cms-studio-maintainable {
    box-shadow: 0 0 5px 5px #99f;
  }
  /* line 14, ../../../springer-compass/sass/page_specific/_spcom_base.scss */
  .debug .cms-studio-maintainable .cms-studio-maintainable .cms-studio-maintainable .cms-studio-maintainable {
    box-shadow: 0 0 5px 5px #9f9;
  }

  /* line 23, ../../../springer-compass/sass/page_specific/_spcom_base.scss */
  .context-menu-title-studio :first-child {
    margin-top: auto !important;
  }
  /* line 26, ../../../springer-compass/sass/page_specific/_spcom_base.scss */
  .context-menu-title-studio > li:first-child {
    margin-top: 20px !important;
  }

  /* OVERWRITES/ADDITIONS TO UI-PATTERNS
  ------------------------------------------------------------------------------*/
  /* force full width when not responsive */
  /* FORMS
  ------------------------------------------------------------------------------*/
  /* line 48, ../../../springer-compass/sass/page_specific/_spcom_base.scss */
  .form-row textarea,
  .form-row select,
  .form-row input[type=text],
  .form-row input[type=password] {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 48, ../../../springer-compass/sass/page_specific/_spcom_base.scss */
  .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) {
  /* line 62, ../../../springer-compass/sass/page_specific/_spcom_base.scss */
  .form-row select {
    padding: 4px 3px;
  }

  /* form fields in a 2 column layout */
  /* line 68, ../../../springer-compass/sass/page_specific/_spcom_base.scss */
  .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) {
  /* line 68, ../../../springer-compass/sass/page_specific/_spcom_base.scss */
  .form-fields-col2 .form-field {
    /* MQ: Tablet */
    clear: both;
    width: 100%;
  }
  /* line 77, ../../../springer-compass/sass/page_specific/_spcom_base.scss */
  .form-fields-col2 .form-field.half-width {
    width: 47%;
  }
  /* line 80, ../../../springer-compass/sass/page_specific/_spcom_base.scss */
  .form-fields-col2 .form-field.third-width {
    width: 31.333333%;
  }
  /* line 83, ../../../springer-compass/sass/page_specific/_spcom_base.scss */
  .form-fields-col2 .form-field.two-third-width {
    width: 62.666666%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 68, ../../../springer-compass/sass/page_specific/_spcom_base.scss */
  .form-fields-col2 .form-field {
    /* MQ: Widescreen */
    clear: none;
    width: 47%;
  }
  /* line 91, ../../../springer-compass/sass/page_specific/_spcom_base.scss */
  .form-fields-col2 .form-field.half-width {
    width: 20.5%;
  }
  /* line 94, ../../../springer-compass/sass/page_specific/_spcom_base.scss */
  .form-fields-col2 .form-field.third-width {
    width: 13.666666%;
  }
  /* line 97, ../../../springer-compass/sass/page_specific/_spcom_base.scss */
  .form-fields-col2 .form-field.two-third-width {
    width: 27.333333%;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 103, ../../../springer-compass/sass/page_specific/_spcom_base.scss */
  .form-fields-col2 .form-field + .form-field {
    margin: 15px 0 0 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 103, ../../../springer-compass/sass/page_specific/_spcom_base.scss */
  .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 */
  /* line 115, ../../../springer-compass/sass/page_specific/_spcom_base.scss */
  .form-fields-col3 .form-field {
    width: 100%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 115, ../../../springer-compass/sass/page_specific/_spcom_base.scss */
  .form-fields-col3 .form-field {
    /* MQ: Widescreen */
    width: 30%;
  }
  /* line 121, ../../../springer-compass/sass/page_specific/_spcom_base.scss */
  .form-fields-col3 .form-field.double-width {
    width: 65%;
  }
  /* line 124, ../../../springer-compass/sass/page_specific/_spcom_base.scss */
  .form-fields-col3 .form-field.half-width {
    width: 12.5%;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 129, ../../../springer-compass/sass/page_specific/_spcom_base.scss */
  .form-fields-col3 .form-field + .form-field {
    margin-left: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 129, ../../../springer-compass/sass/page_specific/_spcom_base.scss */
  .form-fields-col3 .form-field + .form-field {
    /* MQ: Widescreen */
    margin-left: 5%;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 138, ../../../springer-compass/sass/page_specific/_spcom_base.scss */
  .form-section textarea.error,
  .form-section select.error {
    border: 1px solid #cc0000;
    -webkit-box-shadow: 0 0 3px #cc0000;
    -moz-box-shadow: 0 0 3px #cc0000;
    box-shadow: 0 0 3px #cc0000;
  }

  /* line 144, ../../../springer-compass/sass/page_specific/_spcom_base.scss */
  .form-section .choice {
    padding: 0;
    line-height: 1.6em;
  }
  /* line 148, ../../../springer-compass/sass/page_specific/_spcom_base.scss */
  .form-section .choice label {
    display: inline-block;
    padding: 0 0 0 .8em;
    vertical-align: text-top;
    font-weight: normal;
    width: 80%;
  }
  /* line 155, ../../../springer-compass/sass/page_specific/_spcom_base.scss */
  .form-section .choice input {
    display: inline;
    vertical-align: middle;
  }

  /* line 161, ../../../springer-compass/sass/page_specific/_spcom_base.scss */
  form *[readonly] {
    color: #bcbcbc;
  }

  /* line 166, ../../../springer-compass/sass/page_specific/_spcom_base.scss */
  .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;
  }

  /* line 171, ../../../springer-compass/sass/page_specific/_spcom_base.scss */
  .form-row p {
    color: #666666;
  }

  /* line 175, ../../../springer-compass/sass/page_specific/_spcom_base.scss */
  form > .form-section > .cms-container:first-child {
    padding-top: 0.85em;
  }

  /* GENERIC
  ------------------------------------------------------------------------------*/
  /* line 181, ../../../springer-compass/sass/page_specific/_spcom_base.scss */
  #print-header {
    display: none;
  }

  /* line 185, ../../../springer-compass/sass/page_specific/_spcom_base.scss */
  a.defensive-link {
    color: inherit;
    font: inherit;
    text-decoration: inherit;
  }
  /* line 190, ../../../springer-compass/sass/page_specific/_spcom_base.scss */
  h1 > a.defensive-link:hover, h2 > a.defensive-link:hover, h3 > a.defensive-link:hover, h4 > a.defensive-link:hover {
    text-decoration: underline;
  }

  /* line 196, ../../../springer-compass/sass/page_specific/_spcom_base.scss */
  .smartphone-only {
    display: inline;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 196, ../../../springer-compass/sass/page_specific/_spcom_base.scss */
  .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
  ----------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/page_specific/_spcom_footer.scss */
  #footer {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 8, ../../../springer-compass/sass/page_specific/_spcom_footer.scss */
  #footer .section {
    /* MQ: Tablet */
    padding: 12px 40px;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 16, ../../../springer-compass/sass/page_specific/_spcom_footer.scss */
  #footer-nav:before {
    right: 40px;
  }
  /* line 20, ../../../springer-compass/sass/page_specific/_spcom_footer.scss */
  #footer-nav h6 {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 5px 0 7px;
    font-weight: bold;
    line-height: 1.2;
  }
  /* line 27, ../../../springer-compass/sass/page_specific/_spcom_footer.scss */
  #footer-nav li {
    line-height: 1.7;
  }
  /* line 31, ../../../springer-compass/sass/page_specific/_spcom_footer.scss */
  #footer-nav .block {
    margin-right: 2.2%;
    width: 24%;
    padding-right: 3px;
    min-height: 130px;
  }
  /* line 38, ../../../springer-compass/sass/page_specific/_spcom_footer.scss */
  #footer-nav .block a {
    font-size: 13px;
    font-size: 1.3rem;
  }

  /* line 43, ../../../springer-compass/sass/page_specific/_spcom_footer.scss */
  #legal {
    margin: 18px -10px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 43, ../../../springer-compass/sass/page_specific/_spcom_footer.scss */
  #legal {
    /* MQ: Tablet */
    margin: 18px -40px 0;
    padding: 16px 40px 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 43, ../../../springer-compass/sass/page_specific/_spcom_footer.scss */
  #legal {
    /* MQ: Widescreen */
    margin: 18px -32px 0;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 55, ../../../springer-compass/sass/page_specific/_spcom_footer.scss */
  #legal a,
  #legal span {
    display: inline-block;
  }

  /* line 60, ../../../springer-compass/sass/page_specific/_spcom_footer.scss */
  #footer-copyright {
    width: auto;
  }

  /* line 66, ../../../springer-compass/sass/page_specific/_spcom_footer.scss */
  .footer-links:before {
    content: " \2022  ";
  }

  /* line 71, ../../../springer-compass/sass/page_specific/_spcom_footer.scss */
  #diagnostic-info {
    display: block;
  }

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

@media screen and (min-device-width: 320px) {
  /* line 20, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  nav {
    display: block;
    margin-left: 0;
    line-height: 1em;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 20, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  nav {
    /* MQ: Tablet */
    margin-left: 30px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 32, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  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) {
  /* line 32, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  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) {
  /* line 49, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  .ie8 nav > ul {
    margin-top: -16px;
  }
  /* line 53, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  nav > ul > li {
    margin: 0;
    padding: 0;
    line-height: 1.20;
    position: relative;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    float: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 53, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  nav > ul > li {
    /* MQ: Tablet */
    display: table-cell;
    float: left;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 67, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  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) {
  /* line 67, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  nav > ul > li:after {
    /* MQ: Tablet */
    content: "";
    background: none;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 84, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  .lt-ie8 nav > ul > li {
    position: static;
  }
  /* line 88, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  nav > ul > li a {
    text-decoration: none;
    outline: 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
    color: #ffffff;
    display: block;
    white-space: nowrap;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 88, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  nav > ul > li a {
    /* MQ: Tablet */
    font-size: 14px;
    font-size: 1.4rem;
    color: #666666;
    text-shadow: 1px 1px 0 #ffffff;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 104, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  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) {
  /* line 104, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  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) {
  /* line 117, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  nav > ul > li .nav-main a {
    font-size: 15px;
    font-size: 1.5rem;
    border: 1px solid transparent;
    border-top: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 117, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  nav > ul > li .nav-main a {
    /* MQ: Tablet */
    font-size: 14px;
    font-size: 1.4rem;
    color: #555555;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 128, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  nav > ul > li > * > a {
    font-family: Verdana, sans-serif;
    float: none;
    margin: 0;
    padding: 11px 16px 10px;
    cursor: pointer;
    font-weight: normal;
  }
  /* line 130, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  .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) {
  /* line 128, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  nav > ul > li > * > a {
    /* MQ: Tablet */
    line-height: 1em;
    text-shadow: 0 1px #ffffff;
    float: left;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 148, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  nav > ul > li .nav-sub {
    padding: 0;
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 148, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  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) {
  /* line 164, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  nav > ul li.open {
    /* rules for widescreen only on mainnav-hover */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 164, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  nav > ul li.open {
    /* MQ: Tablet */
  }
  /* line 167, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  nav > ul li.open .nav-main a {
    background: #ffffff;
    border: 1px solid #ddd;
    border-bottom: 1px solid #ffffff;
    border-top: 0;
    color: #00768a;
  }
  /* line 175, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  nav > ul li.open .nav-sub {
    display: block;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid #ddd;
    border-top: 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 184, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  nav > ul li.open-clicked {
    /* rules for tablet/smartphone only on mainnav-click */
  }
}
@media screen and (min-device-width: 320px) and (max-width: 1003px) {
  /* line 184, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  nav > ul li.open-clicked {
    /* MQ: below Widescreen */
  }
  /* line 187, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  nav > ul li.open-clicked:after {
    background-position: 0 12px;
    right: 5px;
  }
  /* line 192, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  nav > ul li.open-clicked .nav-main a {
    background: #ffffff;
    border: 1px solid #ddd;
    border-bottom: 1px solid #ffffff;
    border-top: 0;
    color: #00768a;
  }
  /* line 200, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  nav > ul li.open-clicked .nav-sub {
    display: block;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    border: none;
    border-top: 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 213, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  .lt-ie8 nav .nav-sub {
    left: 20px;
    right: 20px;
  }
  /* line 218, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  nav .nav-sub ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 218, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  nav .nav-sub ul {
    /* MQ: Tablet */
    display: table-cell;
    margin: 0 0 0 6px;
  }
  /* line 228, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  .lt-ie8 nav .nav-sub ul {
    display: block;
    float: left;
    margin: 0 0 0 1%;
    width: 24%;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 236, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  nav .nav-sub ul:first-child {
    margin: 0;
  }
  /* line 241, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  nav .nav-sub ul li {
    float: none;
    overflow: hidden;
    padding: 0;
  }
  /* line 246, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  .lt-ie8 nav .nav-sub ul li {
    min-width: none;
  }
  /* line 250, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  nav .nav-sub ul li a {
    padding: 10px 32px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 250, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  nav .nav-sub ul li a {
    /* MQ: Tablet */
    padding: 7px 16px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 259, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  nav .nav-sub ul li:hover {
    background: #008ca4;
  }
  /* line 262, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  nav .nav-sub ul li:hover a {
    color: #00768a;
  }

  /* line 271, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  .panel-menu {
    margin-bottom: 0;
  }
  /* line 274, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  .panel-menu #cross-nav {
    padding-left: 16px;
  }
  /* line 277, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  .panel-menu #cross-nav a,
  .panel-menu #cross-nav button {
    color: #fff;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 277, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  .panel-menu #cross-nav a,
  .panel-menu #cross-nav button {
    /* MQ: Tablet */
    color: #666666;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 287, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  .panel-menu #cross-nav .is-open a,
  .panel-menu #cross-nav .is-open button {
    color: #666666;
  }
  /* line 293, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  .panel-menu #cross-nav > a {
    display: inline-block;
    font-size: 11px;
    font-size: 1.1rem;
    padding: 15px 0 10px;
    vertical-align: top;
  }
  /* line 300, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  .panel-menu #cross-nav .headerbasket {
    position: absolute;
    float: left;
    padding: 15px 0 0 0;
    left: 0;
    top: 8px;
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -395px no-repeat;
    height: 18px;
    width: 20px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 300, ../../../springer-compass/sass/page_specific/_spcom_navigation.scss */
  .panel-menu #cross-nav .headerbasket {
    /* MQ: Tablet */
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -415px no-repeat;
    padding: 0;
    margin: 0 2em 0 0;
    text-indent: -999em;
  }
}

@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* line 3, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy {
    /* OVERWRITE LAYOUT/STYLES
    ------------------------------------------------------------------------------*/
    /* HEADER */
    /* NAVIGATION */
    /* SEARCH */
  }
  /* line 6, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy a.link {
    position: absolute;
    display: block;
    outline: 0;
  }
  /* line 7, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy a.underline {
    text-decoration: underline;
  }
  /* line 8, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy a.blackRaquoLink,
  .legacy .subNavigationContainer ul li a {
    padding-left: 11px;
    color: #656565;
    background: url(../images/legacy/sprite_buttons.gif) -2px -518px no-repeat;
  }
  /* line 10, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .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;
  }
  /* line 13, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy #content {
    margin-top: 0;
  }
  /* line 16, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy .header {
    position: relative;
    height: 139px;
    margin-bottom: 0px;
    color: #fff;
  }
  /* line 19, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy .header a {
    color: #fff;
  }
  /* line 20, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy .header a:hover {
    color: #fff;
  }
  /* line 21, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy .header .springer {
    height: 50px;
    left: 20px;
    top: 25px;
    width: 152px;
  }
  /* line 22, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy .header .springer img {
    height: 50px;
    width: 152px;
  }
  /* line 23, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy .header .basket {
    height: 16px;
    left: 647px;
    top: 0px;
    width: 26px;
    background: url(../images/legacy/sprite_buttons.gif) 0px -366px no-repeat #147cc3;
  }
  /* line 24, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy .header .viewCountry {
    position: absolute;
    top: 0px;
    right: 27px;
    font-size: 10px;
  }
  /* line 25, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy .header .viewCountry div {
    float: left;
  }
  /* line 26, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy .header .countryName {
    margin: 2px 0 0 0;
  }
  /* line 27, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy .header .countryChange {
    margin: 2px 0 0 10px;
  }
  /* line 28, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy .header .countryChange a {
    padding-left: 3px;
  }
  /* line 29, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy .header .countryChange a:hover {
    text-decoration: underline;
  }
  /* line 30, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy .header .countryChange a:hover span {
    text-decoration: none;
  }
  /* line 31, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy .header .countryChange a span {
    display: block;
    float: left;
    line-height: 8px;
  }
  /* line 32, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .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;
  }
  /* line 33, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy .header a.userdata {
    padding-left: 13px;
    padding-right: 0;
    width: 293px;
    color: #fff;
  }
  /* line 34, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy .header a.userdata span {
    position: absolute;
    left: 5px;
    top: 0;
  }
  /* line 35, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy .header .loginButton,
  .legacy .header .logoutButton {
    display: block;
    height: 20px;
    left: 647px;
    top: 112px;
    width: 306px;
  }
  /* line 37, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .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;
  }
  /* line 40, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy .header .customizePageButton {
    position: absolute;
    display: block;
    outline: 0;
    height: 20px;
    left: 801px;
    top: 112px;
    width: 152px;
  }
  /* line 44, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .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;
  }
  /* line 47, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy .navigation a {
    outline: 0;
    text-decoration: none;
    color: #504f4f;
  }
  /* line 48, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy .navigation a:hover {
    text-decoration: none;
    color: #035289;
  }
  /* line 50, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy li.mainNavigation {
    float: left;
    text-transform: uppercase;
  }
  /* line 51, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .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;
  }
  /* line 53, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy a.isActive {
    padding: 9px 8px 6px 8px;
    margin: -2px -1px 2px -1px;
    height: 16px;
    border: 1px solid #e1e1e1;
    border-bottom: 0;
    background: #fff;
  }
  /* line 54, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy a.lastmainNavigationLink {
    background-image: none;
  }
  /* line 56, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy .subNavigation {
    display: none;
    position: absolute;
    left: 0;
    top: 28px;
    padding: 10px 10px 18px 10px;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-top: none;
    -webkit-box-shadow: 2px 2px 4px 0 #666;
    -moz-box-shadow: 2px 2px 4px 0 #666;
    box-shadow: 2px 2px 4px 0 #666;
    z-index: 2;
  }
  /* line 61, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy .subNavigationContainer {
    height: 201px;
  }
  /* line 62, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy .subNavigationContainer ul li {
    display: block;
    padding-right: 27px;
    padding-left: 6px;
    text-transform: none;
    font-weight: normal;
  }
  /* line 63, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy .subNavigationContainer ul li.subNavigationHeadline {
    color: #555;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 0 0 0;
    margin: 0 27px 6px 10px;
  }
  /* line 64, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy .subNavigationContainer ul.notLastSubList li.subNavigationHeadline {
    background: #fff;
  }
  /* line 65, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy .subNavigationContainer ul {
    float: left;
    height: 194px;
  }
  /* line 66, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy .subNavigationContainer ul.firstList {
    margin-left: -10px;
  }
  /* line 67, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy .subNavigationContainer ul.lastList {
    background: none;
  }
  /* line 68, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy .subNavigationContainer ul li a {
    display: block;
    padding: 6px 0 1px 11px;
    font-size: 12px;
    line-height: 13px;
  }
  /* line 71, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy .search {
    position: absolute;
    top: 2px;
    right: 16px;
    width: 306px;
    height: 42px;
    background: transparent url(../images/legacy/bg_headerSearch.png) 0 0 no-repeat;
  }
  /* line 72, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy .q {
    position: absolute;
    height: 13px;
    right: 42px;
    top: 6px;
    width: 233px;
    font-size: 11px;
    border: transparent;
    background: #fff;
    color: #333;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  /* line 75, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy .q:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
  }
  /* line 80, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .legacy .btnSearchSubmit {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 33px;
    height: 18px;
  }
  /* line 81, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .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;
  }
  /* line 82, ../../../springer-compass/sass/page_specific/_spcom_legacy.scss */
  .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
  -----------------------------------------------------------------------------*/
  /* line 13, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .layout-full {
    zoom: 1;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .layout-full:before, .layout-full:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .layout-full:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 15, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .layout-full .col-main {
    /* MQ: Tablet */
    width: 97.872340426%;
    margin-right: 2.127659574%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 15, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .layout-full .col-main {
    /* MQ: Widescreen */
    width: 920px;
    margin-right: 20px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 26, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .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
  */
  /* line 44, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .layout-4-8 {
    zoom: 1;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .layout-4-8:before, .layout-4-8:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .layout-4-8:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 46, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .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) {
  /* line 53, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .layout-4-8 .col-aside {
    /* MQ: Tablet */
    margin-left: 0;
    width: 31.914893617%;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 59, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .cms .layout-4-8 .col-aside > div {
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 59, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .cms .layout-4-8 .col-aside > div {
    /* MQ: Tablet */
    display: block;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 67, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .cms .layout-4-8 .col-aside .tree-nav {
    display: block;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 67, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .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
  */
  /* line 87, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .layout-full .col-main .layout-4-8-reverse {
    zoom: 1;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .layout-full .col-main .layout-4-8-reverse:before, .layout-full .col-main .layout-4-8-reverse:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .layout-full .col-main .layout-4-8-reverse:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 89, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .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) {
  /* line 95, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .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)
  */
  /* line 115, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .layout-8-4 {
    zoom: 1;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .layout-8-4:before, .layout-8-4:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .layout-8-4:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 117, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .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) {
  /* line 117, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .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) {
  /* line 127, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .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) {
  /* line 127, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .layout-8-4 .col-aside {
    /* MQ: Widescreen */
    float: right;
    width: 240px;
    margin: 0 40px 0 20px;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 141, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .layout-12 {
    zoom: 1;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .layout-12:before, .layout-12:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .layout-12:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 143, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .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.

    ------------------------------------------------------------------------------*/
  /* line 175, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .cms-row-2-smartphone {
    zoom: 1;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .cms-row-2-smartphone:before, .cms-row-2-smartphone:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .cms-row-2-smartphone:after {
    clear: both;
  }
  /* line 178, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .cms-row-2-smartphone .cms-col {
    width: 47.5%;
    margin-left: 5%;
  }

  /* line 184, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .cms-row-2-tablet {
    zoom: 1;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .cms-row-2-tablet:before, .cms-row-2-tablet:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .cms-row-2-tablet:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 187, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .cms-row-2-tablet .cms-col {
    /* MQ: Tablet */
    width: 47.5%;
    margin-left: 5%;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 195, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .cms-row-2-widescreen {
    zoom: 1;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .cms-row-2-widescreen:before, .cms-row-2-widescreen:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .cms-row-2-widescreen:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 198, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .cms-row-2-widescreen .cms-col {
    /* MQ: Widescreen */
    width: 47.5%;
    margin-left: 5%;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 206, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .cms-row-3-smartphone {
    zoom: 1;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .cms-row-3-smartphone:before, .cms-row-3-smartphone:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .cms-row-3-smartphone:after {
    clear: both;
  }
  /* line 209, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .cms-row-3-smartphone .cms-col {
    width: 31.03%;
    margin-left: 3.43%;
  }

  /* line 215, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .cms-row-3-tablet {
    zoom: 1;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .cms-row-3-tablet:before, .cms-row-3-tablet:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .cms-row-3-tablet:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 218, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .cms-row-3-tablet .cms-col {
    /* MQ: Tablet */
    width: 31.03%;
    margin-left: 3.43%;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 226, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .cms-row-3-widescreen {
    zoom: 1;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .cms-row-3-widescreen:before, .cms-row-3-widescreen:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .cms-row-3-widescreen:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 229, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .cms-row-3-widescreen .cms-col {
    /* MQ: Widescreen */
    width: 31.03%;
    margin-left: 3.43%;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 237, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .cms-col {
    float: left;
    width: 100%;
  }
  /* line 241, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .cms-col:first-child {
    margin-left: 0 !important;
  }

  /* 
   * Enables floating elements to break correctly:
   * widescreen - tablet - smartphone: 3 - 2 - 1
   */
  /* line 250, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .cms-row-multiline,
  .cms-row-multiline-3 {
    zoom: 1;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .cms-row-multiline:before, .cms-row-multiline:after,
  .cms-row-multiline-3:before,
  .cms-row-multiline-3:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .cms-row-multiline:after,
  .cms-row-multiline-3:after {
    clear: both;
  }
  /* line 254, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .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) {
  /* line 254, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .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) {
  /* line 254, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .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) {
  /* line 271, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .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) {
  /* line 250, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .cms-row-multiline,
  .cms-row-multiline-3 {
    /* MQ: Tablet */
    /*.product-teaser:nth-child(2n+1),*/
  }
  /* line 278, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .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) {
  /* line 250, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .cms-row-multiline,
  .cms-row-multiline-3 {
    /* MQ: Widescreen */
    /*.product-teaser:nth-child(2n+1),*/
    /*.product-teaser:nth-child(3n+1),*/
  }
  /* line 285, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .cms-row-multiline .cms-col-mod-2,
  .cms-row-multiline-3 .cms-col-mod-2 {
    clear: none;
    width: 31.03%;
    margin-left: 3.43%;
  }
  /* line 292, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .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
   */
  /* line 304, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .cms-row-multiline-2 {
    zoom: 1;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .cms-row-multiline-2:before, .cms-row-multiline-2:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .cms-row-multiline-2:after {
    clear: both;
  }
  /* line 307, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .cms-row-multiline-2 .cms-col-item {
    float: left;
    clear: none;
    width: 100%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 307, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .cms-row-multiline-2 .cms-col-item {
    /* MQ: Widescreen */
    clear: none;
    width: 47.5%;
    margin-left: 5%;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 318, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .cms-row-multiline-2 .cms-col-item:first-child {
    margin-left: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 304, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .cms-row-multiline-2 {
    /* MQ: Widescreen */
    /*.product-teaser:nth-child(2n+1),*/
  }
  /* line 325, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .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
   */
  /* line 336, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .cms-row-multiline-6 {
    zoom: 1;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .cms-row-multiline-6:before, .cms-row-multiline-6:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .cms-row-multiline-6:after {
    clear: both;
  }
  /* line 339, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .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) {
  /* line 339, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .cms-row-multiline-6 .cms-col-item {
    /* MQ: Tablet */
    clear: none;
    width: 15%;
    margin-left: 2%;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 351, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .cms-row-multiline-6 .cms-col-item:first-child {
    margin-left: 0;
  }
  /* line 356, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .cms-row-multiline-6 .cms-col-mod-3 {
    margin-left: 0;
    clear: left;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 336, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .cms-row-multiline-6 {
    /* MQ: Tablet */
    /*.product-teaser:nth-child(6n+1),*/
    /*.product-teaser:nth-child(6n+1),*/
  }
  /* line 363, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .cms-row-multiline-6 .cms-col-mod-3 {
    clear: none;
    margin-left: 2%;
  }
  /* line 369, ../../../springer-compass/sass/page_specific/_spcom_layout.scss */
  .cms-row-multiline-6 .cms-col-mod-6 {
    margin-left: 0;
    clear: left;
  }
}

@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* LAYOUTS
  -----------------------------------------------------------------------------*/
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 6, ../../../springer-compass/sass/page_specific/_spcom_layout_palgrave.scss */
  .layout-8-4 .col-aside {
    /* MQ: Widescreen */
    width: 300px;
    margin: 0 0 0 20px;
  }
}

@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 15, ../../../springer-compass/sass/page_specific/_spcom_layout_palgrave.scss */
  .layout-12 .col-main {
    /* MQ: Widescreen */
    width: 940px;
    margin: 0;
  }
}

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

  /* line 56, ../../../springer-compass/sass/page_specific/_spcom_header.scss */
  #wrapper .channel-header + #content,
  .page-wrapper .channel-header + #content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* COMMON STYLES FOR COREMEDIA CONTENT: forked from .formatted
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-richtext,
  .cms-common {
    /* paragraphs */
    /* lists */
    /* COMMON STYLES FROM RTE */
    /** Special paragraph styles */
    /* last divider needs to simulate */
    /** Image styles */
  }
  /* line 7, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-richtext h1,
  .cms-common h1 {
    margin-top: .9em;
    margin-bottom: .9em;
  }
  /* line 12, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-richtext h2,
  .cms-common h2 {
    margin-top: 1.2em;
    margin-bottom: 0;
  }
  /* line 17, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-richtext h3,
  .cms-common h3 {
    margin-top: 1.5em;
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 0;
    line-height: 1.2;
  }
  /* line 20, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-lang-jp .cms-richtext h3, .cms-lang-jp
  .cms-common h3 {
    font-family: "ヒラギノ角ゴ Pro W3", Georgia, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  /* line 28, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-richtext h4,
  .cms-common h4 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 2em;
    font-weight: normal;
    margin-bottom: .66em;
    line-height: 1.2;
  }
  /* line 36, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-richtext h1:first-child,
  .cms-common h1:first-child {
    margin-top: .4em;
  }
  /* line 41, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-richtext p,
  .cms-common p {
    line-height: 1.6;
    margin-top: .6em;
  }
  /* line 46, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-richtext li p,
  .cms-common li p {
    margin: 0;
  }
  /* line 51, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-richtext ol,
  .cms-richtext ul,
  .cms-common ol,
  .cms-common ul {
    padding-left: 1.6em;
  }
  /* line 55, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-richtext ol,
  .cms-common ol {
    list-style-type: decimal;
  }
  /* line 58, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-richtext ul,
  .cms-common ul {
    list-style-type: none;
    padding-left: 1em;
  }
  /* line 62, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-richtext li,
  .cms-common li {
    line-height: 1.6;
    margin-top: .6em;
  }
  /* line 67, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-richtext .default-form,
  .cms-common .default-form {
    margin-top: 2.6em;
  }
  /* line 71, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-richtext .form-section,
  .cms-common .form-section {
    padding-right: 20px;
    padding-top: 1px;
    padding-bottom: 34px;
  }
  /* line 76, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-richtext .form-section div.error-message,
  .cms-common .form-section div.error-message {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 81, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-richtext .form-section h2,
  .cms-common .form-section h2 {
    margin-top: 1.4em;
    margin-bottom: 0;
  }
  /* line 91, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-richtext p.intro--paragraph,
  .cms-common p.intro--paragraph {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  /* line 94, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-richtext p.intro--paragraph + *,
  .cms-common p.intro--paragraph + * {
    margin-top: 3rem;
  }
  /* line 97, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-richtext p.intro--paragraph.twoColumnRight--paragraph + *,
  .cms-common p.intro--paragraph.twoColumnRight--paragraph + * {
    margin-top: .6em;
  }
  /* line 101, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-richtext p.twoColumnLeft--paragraph.intro--paragraph + .intro--paragraph,
  .cms-common p.twoColumnLeft--paragraph.intro--paragraph + .intro--paragraph {
    margin-top: .6em;
  }
  /* line 105, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-richtext p.divider--paragraph,
  .cms-common p.divider--paragraph {
    zoom: 1;
    border-top: 1px solid #dcdcda;
    border-bottom: 1px solid #dcdcda;
    padding: 0.5em 0;
    margin-top: 1.25em;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .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;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .cms-richtext p.divider--paragraph:after,
  .cms-common p.divider--paragraph:after {
    clear: both;
  }
  /* line 113, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-richtext p.divider--paragraph + p.divider--paragraph,
  .cms-common p.divider--paragraph + p.divider--paragraph {
    border-top: none;
    margin: 0;
  }
  /* line 119, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-richtext p.divider--paragraph + p,
  .cms-common p.divider--paragraph + p {
    margin-top: 1.1em;
  }
  /* line 123, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-richtext .divider--list p:first-child,
  .cms-common .divider--list p:first-child {
    border-top: 1px solid;
  }
  /* line 128, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-richtext img,
  .cms-common img {
    max-width: 100%;
  }
  /* line 132, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-richtext p img,
  .cms-common p img {
    margin-top: .4em;
    margin-bottom: .5em;
  }
  /* line 137, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-richtext img.float--left,
  .cms-common img.float--left {
    margin-right: 1.5em;
  }
  /* line 141, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-richtext img.float--right,
  .cms-common img.float--right {
    margin-left: 1.5em;
  }

  /* SPACING of elements
  -------------------------------------------------------------------------------*/
  /* line 148, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-container {
    margin: 2.6em 0;
    overflow: hidden;
  }
  /* line 152, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-container:first-child {
    margin-top: 0;
  }

  /* line 157, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-container-overflow {
    overflow: visible;
  }

  /* line 161, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .box .cms-container {
    margin: 0;
  }

  /* ARTICLE
  ------------------------------------------------------------------------------*/
  /* line 168, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-article {
    /* table */
  }
  /* line 170, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-article .taxonomy {
    font-size: 11px;
    font-size: 1.1rem;
    color: #777777;
  }
  /* line 174, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-article .taxonomy a {
    color: inherit;
  }
  /* line 179, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-article .imgAvatar {
    max-width: 140px;
  }
  /* line 183, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-article .imgSmall {
    max-width: 261px;
  }
  /* line 187, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-article .imgMedium {
    max-width: 576px;
  }
  /* line 191, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-article .imgLarge {
    max-width: 776px;
  }
  /* line 196, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-article table {
    margin: 1.1em 0;
  }
  /* line 199, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-article table p {
    margin: 0;
  }
  /* line 204, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-article table tr:first-child {
    font-weight: bold;
    /* copy from "default-table th" as CM does not provide th; with top border as there is no caption in CM yet */
  }
  /* line 208, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-article table tr:first-child td {
    background: #e3e3e3 url(../images/grdnt_grey_f8f8f8_e5e5e5.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e3e3e3));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -o-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: linear-gradient(top, #f8f8f8, #e3e3e3);
    -webkit-box-shadow: inset 1px 1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    -moz-box-shadow: inset 1px 1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    box-shadow: inset 1px 1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    font-weight: bold;
  }
  /* line 214, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-article ol, .cms-article ul {
    margin-top: .6em;
  }
  /* line 219, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-article ul li:before {
    background: url(/spcom/sites/palgrave/images/list-bullet-small.png) no-repeat 0px 0px;
    width: 3px;
    height: 3px;
    display: inline-block;
    content: " ";
    position: absolute;
    left: -12px;
    top: 9px;
  }
  /* line 232, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-article .cms-link-list li {
    background: none !important;
  }
  /* line 234, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-article .cms-link-list li:before {
    background: none !important;
  }
  /* line 240, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-article .twoColumnLeft--paragraph {
    float: left;
    clear: left;
    width: 80px;
  }
  /* line 246, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-article .twoColumnRight--paragraph {
    margin-left: 100px;
  }
  /* line 250, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-article .twoColumnSeparatorLeft--paragraph,
  .cms-article .twoColumnSeparatorLeft--paragraph--noborder {
    clear: both;
    height: 0;
    margin: .1em 0;
    overflow: hidden;
  }
  /* line 258, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-article .twoColumnSeparatorLeft--paragraph {
    border-top: 1px solid #ddd;
    margin: 1.1em 0;
  }
  /* line 263, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-article .twoColumnSeparatorLeft--paragraph + .twoColumnLeft--paragraph {
    margin-top: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 168, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-article {
    /* MQ: Widescreen */
  }
  /* line 268, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-article .twoColumnLeft--paragraph {
    width: 160px;
  }
  /* line 272, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-article .twoColumnRight--paragraph {
    margin-left: 180px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 277, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-article p.intro--paragraph.twoColumnRight--paragraph + * {
    margin-top: .6em;
  }
  /* line 281, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-article h3 {
    clear: both;
  }

  /* line 288, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-article:hover .taxonomy a {
    color: #00768a;
  }

  /* line 295, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-categorized-list .taxonomy {
    margin: 1.5em 0 -2.7em;
  }
  /* line 299, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-categorized-list h3 {
    line-height: 1.3;
  }
  /* line 303, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-categorized-list > ul > li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1em;
  }
  /* line 307, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-categorized-list > ul > li p {
    margin-top: .6em;
  }
  /* line 312, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-categorized-list .abstract {
    margin: .7em 0;
    color: #777777;
  }
  /* line 317, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-categorized-list .action {
    font-size: 13px;
    font-size: 1.3rem;
  }

  /* PERSON-TYPE ARTICLE STYLES
  ------------------------------------------------------------------------------*/
  /* line 326, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-person .person-type {
    margin-top: 1.1em;
  }
  /* line 329, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-person .overview {
    zoom: 1;
    margin-top: -.5em;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .cms-person .overview:before, .cms-person .overview:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .cms-person .overview:after {
    clear: both;
  }
  /* line 334, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .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) {
  /* line 334, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-person .avatar {
    /* MQ: Tablet */
    margin-right: 7%;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 345, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-person .description {
    float: left;
    width: 68%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 345, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-person .description {
    /* MQ: Tablet */
    width: 68%;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 354, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-person .description p:first-of-type span:first-of-type {
    font-weight: bold;
  }
  /* line 360, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-person address {
    margin-top: .6em;
  }
  /* line 364, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-person address p {
    margin: 0;
  }
  /* line 368, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-person .person-detail {
    margin-top: 2.15em;
  }
  /* line 372, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-person ol, .cms-person ul {
    margin-top: .6em;
  }

  /* line 378, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-person-list h2 {
    padding-right: 0;
  }
  /* line 382, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-person-list ul {
    list-style-type: none;
    padding: 0;
  }
  /* line 387, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-person-list li {
    zoom: 1;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .cms-person-list li:before, .cms-person-list li:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .cms-person-list li:after {
    clear: both;
  }
  /* line 391, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-person-list li + li {
    margin-top: 1.3em;
  }
  /* line 396, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-person-list .cms-person h3 {
    margin-top: .1em;
  }
  /* line 399, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-person-list .cms-person .avatar {
    margin-top: .5em;
  }
  /* line 402, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-person-list .cms-person .description--paragraph {
    margin-top: .7em;
  }

  /* CMS FORM
  --------------------------------------------------*/
  /* line 412, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-form .form-section > h2 {
    margin-top: .55em;
  }
  /* line 416, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-form .form-row p {
    color: #666666;
  }

  /* CMS LINK LISTS (Quick Access)
  ----------------------------------------------------------*/
  /* line 424, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-linklists h3 {
    margin-top: -.1em;
    border-bottom: 1px solid #ddd;
    padding-bottom: .65em;
  }
  /* line 430, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-linklists h4 {
    margin-top: 1em;
    margin-bottom: .5em;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  /* line 437, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-linklists ul {
    margin-top: .85em;
  }
  /* line 441, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-linklists .cms-col + .cms-col ul {
    margin-top: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 441, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-linklists .cms-col + .cms-col ul {
    /* MQ: Tablet */
    margin-top: .85em;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 449, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-linklists h4 + ul {
    margin-top: .6em;
  }

  /* Counter
  -----------------------------------------*/
  /* line 456, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .counter {
    color: #999999;
  }
  /* line 459, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .counter:before {
    content: "(";
  }
  /* line 463, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .counter:after {
    content: ")";
  }

  /* LINK LIST (WITH RAQUO, PLAIN)
  -------------------------------------------*/
  /* line 472, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-link-list li {
    line-height: 1.3;
  }
  /* line 476, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-link-list a {
    padding-left: 1.1em;
    display: inline-block;
  }
  /* line 480, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-link-list a:before {
    content: "\bb  ";
    display: inline-block;
    margin-right: .5em;
    margin-left: -1.1em;
  }

  /* line 495, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .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-article dl,
  .cms-article ul.cms-link-list,
  .cms-person dl,
  .cms-person ul.cms-link-list {
    padding-left: 0;
    list-style-type: none;
  }
  /* line 499, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .shop-disciplines li,
  .cms-toc li,
  .cms-linklists li,
  .cms-article li,
  .cms-person li {
    margin-top: 0;
    margin-bottom: .45em;
    position: relative;
  }

  /* line 506, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-tab-content p.link-text {
    margin-bottom: 0;
  }

  /* line 511, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  ol.cms-link-list-transparent,
  ul.cms-link-list-transparent {
    padding: 0 !important;
    list-style-type: none !important;
  }
  /* line 516, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  ol.cms-link-list-transparent li,
  ul.cms-link-list-transparent li {
    margin-top: 0;
  }

  /* line 522, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-toc .abstract {
    margin-bottom: 2.2em;
  }
  /* line 526, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-toc ul {
    margin-bottom: 3.7em;
  }

  /*
  -------------------------------------------------------*/
  /* line 533, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-video-wrapper {
    margin-top: .6em;
  }

  /** General floats (coremedia uses double dashes!) */
  /* line 538, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .float--left, .float-left {
    float: left;
  }

  /* line 542, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .float--right, .float-right {
    float: right;
  }

  /* line 546, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .float--none, .float-none {
    float: none;
  }

  /* line 550, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-image-responsive img {
    max-width: 100% !important;
  }

  /* line 554, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  img.cover-small {
    max-width: 95px;
  }

  /* OVERWRITES if part of cms
  ----------------------------------------------------------*/
  /* line 561, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms #wrapper #content,
  .cms .page-wrapper #content {
    padding-bottom: 27px;
  }

  /* line 567, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .cms-barebone #wrapper #content,
  .cms-barebone .page-wrapper #content {
    padding-bottom: 0;
  }

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

  /* line 605, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .sg-color div {
    padding: 1em;
  }
  /* line 606, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .sg-color .action-1 {
    background-color: #00768a;
  }
  /* line 607, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .sg-color .action-2 {
    background-color: #008ca4;
  }
  /* line 608, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .sg-color .action-3 {
    background-color: #008ca4;
  }
  /* line 609, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .sg-color .action-4 {
    background-color: #008ca4;
  }
  /* line 610, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .sg-color .action-5 {
    background-color: #008ca4;
  }
  /* line 611, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .sg-color .action-6 {
    background-color: #008ca4;
  }
  /* line 612, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .sg-color .action-7 {
    background-color: #008ca4;
  }
  /* line 613, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .sg-color .action-8 {
    background-color: #008ca4;
  }
  /* line 614, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .sg-color .type-1 {
    color: #333333;
  }
  /* line 615, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .sg-color .type-2 {
    color: #555555;
  }
  /* line 616, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .sg-color .type-3 {
    color: #666666;
  }
  /* line 617, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .sg-color .type-4 {
    color: #777777;
  }
  /* line 618, ../../../springer-compass/sass/page_specific/_spcom_frontend.scss */
  .sg-color .type-5 {
    color: #999999;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* RELATED LINK ("see all")
  ------------------------------------------------------------------------------*/
  /* line 6, ../../../springer-compass/sass/page_specific/_spcom_frontend_relatedlink.scss */
  h1 + .related, h2 + .related, h3 + .related, .section-header + .related {
    float: right;
    display: block;
    position: relative;
    height: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
  }
  /* line 7, ../../../springer-compass/sass/sitewide/mixins/_link-symbol.scss */
  h1 + .related a:before, h2 + .related a:before, h3 + .related a:before, .section-header + .related a:before {
    content: '\00BB\0020';
    /* raquo + space */
  }
  /* line 19, ../../../springer-compass/sass/page_specific/_spcom_frontend_relatedlink.scss */
  h1 + .related {
    top: -2.0em;
  }
  /* line 22, ../../../springer-compass/sass/page_specific/_spcom_frontend_relatedlink.scss */
  h2 + .related, .section-header + .related {
    top: -2.5em;
  }
  /* line 25, ../../../springer-compass/sass/page_specific/_spcom_frontend_relatedlink.scss */
  h3 + .related {
    top: -1.2em;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* HEADERS
  -----------------------------------------*/
  /* line 5, ../../../springer-compass/sass/page_specific/_spcom_frontend_headlines.scss */
  .section-header {
    zoom: 1;
    -webkit-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    border-bottom: 1px solid #D7D6D6;
    padding: 0 4px 7px 0;
    padding-right: 0;
    margin-top: 1.8em;
    margin-bottom: 1.1em;
    position: relative;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .section-header:before, .section-header:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .section-header:after {
    clear: both;
  }
  /* line 13, ../../../springer-compass/sass/page_specific/_spcom_frontend_headlines.scss */
  .section-header h2 {
    margin-top: 0;
    margin-right: 1.5em;
  }
  /* line 18, ../../../springer-compass/sass/page_specific/_spcom_frontend_headlines.scss */
  .section-header .counter {
    font-family: Verdana, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* line 20, ../../../springer-compass/sass/page_specific/_spcom_frontend_headlines.scss */
  .cms-lang-jp .section-header .counter {
    font-family: "ヒラギノ角ゴ Pro W3", Arial, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  /* line 28, ../../../springer-compass/sass/page_specific/_spcom_frontend_headlines.scss */
  .section-header a.back-link {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 6px;
    background-position: 0 5px;
    font-family: Verdana, sans-serif;
    padding: 3px 0 0 15px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 35, ../../../springer-compass/sass/page_specific/_spcom_frontend_headlines.scss */
  .cms-lang-jp .section-header a.back-link {
    font-family: "ヒラギノ角ゴ Pro W3", Arial, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  /* line 43, ../../../springer-compass/sass/page_specific/_spcom_frontend_headlines.scss */
  .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 */
  /* line 3, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #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 
    ------------------------------------------------------------------------------*/
  }
  /* line 7, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  .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) {
  /* line 3, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #header {
    /* MQ: Smartphone */
    padding: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 3, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #header {
    /* MQ: Widescreen */
    padding-top: 126px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 28, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #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;
  }
  /* line 30, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  .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;
  }
  /* line 38, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #header h1 {
    font-size: 26px;
    font-size: 2.6rem;
    margin: 7px 0 14px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 38, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #header h1 {
    /* MQ: Tablet */
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 48, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #header h1 span {
    color: #999999;
  }
  /* line 52, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #header h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 7px 0;
  }
  /* line 57, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #header h3 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    margin: 7px 0 5px;
  }
  /* line 63, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #header sub, #header sup {
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1;
  }
  /* line 68, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #header sub {
    vertical-align: text-bottom;
  }
  /* line 72, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #header sup {
    vertical-align: text-top;
  }
  /* line 79, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #header a {
    /* color: #777777; */
    text-decoration: none;
  }
  /* line 84, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #header a:hover,
  #header a:active,
  #header a:focus {
    /* color: #000000; */
    text-decoration: none;
  }
  /* line 92, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #header a[href='#more'],
  #header a[href='#less'] {
    color: #666666;
    font-size: 11px;
    font-size: 1.1rem;
    text-decoration: underline;
    white-space: nowrap;
  }
  /* line 100, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #header a[href='#more']:hover,
  #header a[href='#less']:hover {
    color: #333333;
  }
  /* line 106, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #header a.external:after {
    /* blue external link indicator */
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALUlEQVQYlWNgLDv8H4YZoABFDFkCGeBVABPDqgBDA7rdWO3C5gacVmBVgA8DACqIPj0jO7W7AAAAAElFTkSuQmCC") no-repeat right center;
    /* patternify URL: http://ptrn.it/ugEXX3 */
    content: '';
    display: inline-block;
    height: 8px;
    margin-left: 7px;
    width: 8px;
  }
  /* line 119, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #header button,
  #header input,
  #header select,
  #header textarea {
    color: #666666;
    font-family: Verdana, sans-serif;
  }
  /* line 126, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  .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;
  }
  /* line 131, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #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;
  }
  /* line 140, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #header input[type=text].placeholder,
  #header input[type=password].placeholder {
    color: #999999;
  }
  /* line 145, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #header input[type=text]:focus,
  #header input[type=password]:focus,
  #header textarea:focus {
    border-color: #00768a;
    -webkit-box-shadow: 0 0 3px #00768a;
    -moz-box-shadow: 0 0 3px #00768a;
    box-shadow: 0 0 3px #00768a;
    outline: none;
  }
  /* line 153, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #header button,
  #header input[type=button],
  #header input[type=submit],
  #header input[type=image],
  #header label {
    cursor: pointer;
  }
  /* line 161, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #header button::-moz-focus-inner,
  #header input::-moz-focus-inner {
    /* remove button padding in firefox */
    border: 0;
    padding: 0;
  }
  /* line 167, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #header .lt-ie8 input,
  #header .lt-ie8 select {
    vertical-align: middle;
  }
  /* line 175, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #header .hidden {
    display: none !important;
    visibility: hidden;
  }
  /* line 180, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #header #gimme-satisfaction,
  #header #reader-overlay,
  #header .js-hidden,
  #header .pillow-btn,
  #header .no-js #results-only-access-checkbox,
  #header .tooltip {
    display: none;
  }
  /* line 189, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #header #pub-date-graph {
    position: absolute;
    left: -1000px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 189, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #header #pub-date-graph {
    /* MQ: Widescreen */
    position: relative;
    left: auto;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 200, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #header .bar-dock {
    position: absolute;
    left: -100000px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 200, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #header .bar-dock {
    /* MQ: Tablet */
    position: static;
    left: auto;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 211, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #header .flyout-caption {
    background-color: transparent;
    border: none;
    left: -10000px;
  }
}
@media screen and (min-device-width: 320px) and (min-device-width: 320px) {
  /* line 211, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #header .flyout-caption {
    /* MQ: Smartphone */
    left: auto;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 218, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #header .flyout-caption:focus {
    outline: none;
  }
  /* line 223, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #header.header-checkout .flyout-caption {
    position: relative;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 227, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #header #gimme-satisfaction {
    /* MQ: Tablet */
    display: block;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 235, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #header #fdbk_tab {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 235, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #header #fdbk_tab {
    /* MQ: Widescreen */
    opacity: 1;
  }
}
@media screen and (min-device-width: 320px) and (max-width: 1020px) {
  /* line 235, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #header #fdbk_tab {
    display: none;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 249, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #header .js #fdbk_screen {
    opacity: .75;
  }
  /* line 256, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #header .accessibility {
    position: absolute;
    left: -100000px;
  }
  /* line 264, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #header .no-js {
    padding-top: 42px;
  }

  /* line 273, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  .header-nav {
    font-size: 11px;
    color: #777777;
  }
  /* line 276, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  .header-nav a {
    color: #777777;
    text-decoration: none;
  }
  /* line 281, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  .header-nav span {
    color: #777777;
    text-decoration: none;
    margin-left: 20px;
    margin-right: 10px;
  }

  /* line 289, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  .pillow-btn-header {
    background: url(../sites/sgw/images/settings.png) no-repeat;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    background-repeat: no-repeat;
    border-color: #ddd;
    min-width: 21px;
    text-indent: -9999em;
    width: 53px;
    height: 36px;
    border: 1px solid #dcdcdc;
    border-top-color: gainsboro;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: gainsboro;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: gainsboro;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: gainsboro;
    border-left-style: solid;
    border-left-width: 1px;
    /* Open Search Options */
    /* Open search */
    /*
    &.headerbasket {
    height:15px;
    float:right;
    top:-2px;
    width:26px;
    background: url(../sites/sgw/images/basket.png) no-repeat;
    }
    */
    /* Open menu */
  }
  /* line 311, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  .pillow-btn-header:hover {
    border-color: #bcbcbc;
  }
  /* line 314, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  .pillow-btn-header.pillow-btn-active {
    padding: 0 15px;
    margin: 1px;
    -webkit-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.35), inset 0 -1px 0 rgba(255, 255, 255, 0.75);
    -moz-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.35), inset 0 -1px 0 rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.35), inset 0 -1px 0 rgba(255, 255, 255, 0.75);
    background-color: #ddd;
    border: none;
  }
  /* line 321, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  .lt-ie8 .pillow-btn-header {
    overflow: hidden;
  }
  /* line 326, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  .pillow-btn-header.open-search-options {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4735px no-repeat;
  }
  /* line 331, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  .pillow-btn-header.open-search-options:hover {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4662px no-repeat;
  }
  /* line 335, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  .pillow-btn-header.open-search-options:active, .pillow-btn-header.open-search-options:focus {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4626px no-repeat;
  }
  /* line 342, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  .is-open .pillow-btn-header.open-search-options {
    /* flyout */
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4662px no-repeat;
  }
  /* line 351, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  .pillow-btn-header.open-search {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4279px no-repeat;
    position: absolute;
    top: 7px;
    right: 70px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 351, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  .pillow-btn-header.open-search {
    /* MQ: Tablet */
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 361, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  .pillow-btn-header.open-search:hover {
    /* hover */
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4206px no-repeat;
  }
  /* line 364, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  body.show-search .pillow-btn-header.open-search {
    /* active */
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4170px no-repeat;
  }
  /* line 379, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  .pillow-btn-header.open-menu {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -2780px no-repeat;
    position: absolute;
    top: 7px;
    right: 8px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 379, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  .pillow-btn-header.open-menu {
    /* MQ: Tablet */
    right: 12px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 379, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  .pillow-btn-header.open-menu {
    /* MQ: Widescreen */
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 393, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  .pillow-btn-header.open-menu:hover {
    /* hover */
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -2562px no-repeat;
  }
  /* line 396, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  body.show-menu .pillow-btn-header.open-menu {
    /* active */
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -2526px no-repeat;
  }

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

  /* line 434, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #global-search {
    margin: 7px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 434, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #global-search {
    /* MQ: Widescreen */
    margin: 0;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 441, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #search-options {
    display: none;
    position: absolute;
    top: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 441, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #search-options {
    /* MQ: Tablet */
    right: -66px;
    display: block;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 450, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #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) {
  /* line 450, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #search-options .flyout-content {
    /* MQ: Widescreen */
    right: auto;
    left: 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 459, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #search-options .flyout-content ul {
    border-top: 0;
    padding: 0;
  }

  /* Menu panel */
  /* line 466, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  .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) {
  /* line 466, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  .panel-menu {
    /* MQ: Widescreen */
    background: none;
    display: block;
    margin: 0;
    position: static;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 479, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #global-nav {
    -webkit-box-shadow: inset 0 5px 8px 0 rgba(0, 0, 0, 0.25), inset 0 -5px 8px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 5px 8px 0 rgba(0, 0, 0, 0.25), inset 0 -5px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 5px 8px 0 rgba(0, 0, 0, 0.25), inset 0 -5px 8px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 479, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #global-nav {
    /* MQ: Widescreen */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: none;
    padding: 0;
    overflow: visible;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 491, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  .ie6 #global-nav {
    height: 36px;
  }
  /* line 494, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #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) {
  /* line 494, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #global-nav li {
    /* MQ: Widescreen */
    border: none;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 508, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  .ie9 #lang .flyout-caption {
    min-width: 70px;
  }

  /* line 511, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  .ie9 #edition .flyout-caption {
    min-width: 120px;
  }

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

@media screen and (min-device-width: 320px) {
  /* line 551, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  .lt-ie8 #search-options .open-search-options {
    display: block;
  }

  /* line 555, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #cross-nav {
    z-index: 40;
  }
  /* line 557, ../../../springer-compass/sass/page_specific/_spcom_frontend_header.scss */
  #cross-nav .flyout-content {
    min-width: 120px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* line 4, ../../../springer-compass/sass/page_specific/_spcom_frontend_header_palgrave.scss */
  #header .flyout-caption {
    border: 1px solid transparent;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* line 5, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_spcom_frontend_header_basket.scss */
  #cross-nav #basket-widget .cart-item a {
    color: #00768a;
    padding: 0;
  }
  /* line 8, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_spcom_frontend_header_basket.scss */
  #cross-nav #basket-widget .cart-item a:hover {
    text-decoration: underline;
    background-color: transparent;
  }
  /* line 13, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_spcom_frontend_header_basket.scss */
  #cross-nav #basket-widget .btn-primary {
    color: #ffffff;
  }
  /* line 19, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_spcom_frontend_header_basket.scss */
  #cross-nav #basket-widget.empty .headerbasket {
    margin-right: -6px;
  }
  /* line 22, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_spcom_frontend_header_basket.scss */
  #cross-nav #basket-widget.empty .empty-cart-msg {
    display: block;
  }
  /* line 25, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_spcom_frontend_header_basket.scss */
  #cross-nav #basket-widget.empty .cart-summary, #cross-nav #basket-widget.empty .cart-items {
    display: none;
  }
  /* line 30, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_spcom_frontend_header_basket.scss */
  #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;
  }
  /* line 33, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_spcom_frontend_header_basket.scss */
  #cross-nav #basket-widget.loading .loading-cart-msg, #cross-nav #basket-widget.loading.empty .loading-cart-msg {
    display: block;
  }
  /* line 38, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_spcom_frontend_header_basket.scss */
  #cross-nav #basket-widget.full .full-cart-msg {
    display: block;
  }
  /* line 42, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_spcom_frontend_header_basket.scss */
  #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;
  }
  /* line 48, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_spcom_frontend_header_basket.scss */
  #cross-nav #basket-widget .loading-cart-msg {
    display: none;
  }
  /* line 49, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_spcom_frontend_header_basket.scss */
  #cross-nav #basket-widget .loading-cart-msg .spinner {
    background: transparent url(../images/loading.gif) no-repeat center center;
    width: 32px;
    height: 32px;
    margin: auto;
  }
  /* line 55, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_spcom_frontend_header_basket.scss */
  #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) {
  /* line 3, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_spcom_frontend_header_basket.scss */
  #cross-nav #basket-widget {
    /* MQ: Widescreen */
  }
  /* line 64, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_spcom_frontend_header_basket.scss */
  #cross-nav #basket-widget .headerbasket {
    position: absolute;
    left: -22px;
    top: -4px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 73, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_spcom_frontend_header_basket.scss */
  #cross-nav #basket-widget .flyout-content {
    width: 322px;
  }
  /* line 76, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_spcom_frontend_header_basket.scss */
  #cross-nav #basket-widget .flyout-content ul {
    border-bottom: 1px solid #E4E4E4;
    border-top: none;
    padding-top: 0;
    padding-bottom: 18px;
  }
  /* line 83, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_spcom_frontend_header_basket.scss */
  #cross-nav #basket-widget .cart-item {
    margin-top: 20px;
  }
  /* line 85, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_spcom_frontend_header_basket.scss */
  #cross-nav #basket-widget .cart-item > * {
    vertical-align: top;
    display: inline-block;
  }
  /* line 89, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_spcom_frontend_header_basket.scss */
  #cross-nav #basket-widget .cart-item .cover {
    width: 41px;
    font-size: 0;
  }
  /* line 93, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_spcom_frontend_header_basket.scss */
  #cross-nav #basket-widget .cart-item .title {
    width: 184px;
    margin-left: 10px;
  }
  /* line 96, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_spcom_frontend_header_basket.scss */
  #cross-nav #basket-widget .cart-item .title .description {
    margin-top: 4px;
  }
  /* line 99, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_spcom_frontend_header_basket.scss */
  #cross-nav #basket-widget .cart-item .title p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 103, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_spcom_frontend_header_basket.scss */
  #cross-nav #basket-widget .cart-item .totalPrice {
    width: 65px;
    text-align: right;
    font-weight: bold;
  }
  /* line 110, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_spcom_frontend_header_basket.scss */
  #cross-nav #basket-widget .cart-summary .summary-item {
    margin-top: 10px;
  }
  /* line 112, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_spcom_frontend_header_basket.scss */
  #cross-nav #basket-widget .cart-summary .summary-item .column {
    text-align: right;
    display: inline-block;
  }
  /* line 116, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_spcom_frontend_header_basket.scss */
  #cross-nav #basket-widget .cart-summary .summary-item .left-column {
    width: 235px;
  }
  /* line 119, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_spcom_frontend_header_basket.scss */
  #cross-nav #basket-widget .cart-summary .summary-item .right-column {
    width: 65px;
  }
  /* line 123, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_spcom_frontend_header_basket.scss */
  #cross-nav #basket-widget .cart-summary .total {
    font-weight: bold;
  }
  /* line 126, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_spcom_frontend_header_basket.scss */
  #cross-nav #basket-widget .cart-summary .btn.view-cart {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
  /* line 134, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_spcom_frontend_header_basket.scss */
  #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
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/page_specific/_spcom_frontend_external_libs.scss */
  .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 */
  /* line 4, ../../../springer-compass/sass/page_specific/_spcom_frontend_shop.scss */
  .shop h1 {
    margin-top: .5em;
  }

  /* USP
  -------------------------------------------*/
  /* line 11, ../../../springer-compass/sass/page_specific/_spcom_frontend_shop.scss */
  .usps {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    zoom: 1;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .usps:before, .usps:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .usps:after {
    clear: both;
  }
  /* line 16, ../../../springer-compass/sass/page_specific/_spcom_frontend_shop.scss */
  .usps > p {
    float: left;
    margin-top: 1.8em;
  }

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

@media screen and (min-device-width: 320px) {
  /* Boxes
  -------------------------------------------*/
  /* line 51, ../../../springer-compass/sass/page_specific/_spcom_frontend_shop.scss */
  .shop-header h2 {
    float: left;
  }
  /* line 55, ../../../springer-compass/sass/page_specific/_spcom_frontend_shop.scss */
  .shop-header .filter {
    float: right;
    margin-top: .75em;
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 61, ../../../springer-compass/sass/page_specific/_spcom_frontend_shop.scss */
  .shop-header .btn-dd {
    min-width: 142px;
    padding: 4px 28px 3px 9px;
    margin-left: 1.2em;
  }
  /* line 66, ../../../springer-compass/sass/page_specific/_spcom_frontend_shop.scss */
  .shop-header .btn-dd:after {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -1603px no-repeat;
    height: 8px;
    position: absolute;
    right: -12px;
    top: 11px;
    content: '';
    display: inline-block;
  }
  /* line 79, ../../../springer-compass/sass/page_specific/_spcom_frontend_shop.scss */
  .shop-header .btn-dd:hover:after {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -1593px no-repeat;
  }
  /* line 84, ../../../springer-compass/sass/page_specific/_spcom_frontend_shop.scss */
  .shop-header .btn-dd .menu {
    background-color: #f9f9f9;
    left: inherit;
    right: -1px;
    top: 28px;
    padding: 11px 6px;
    font-size: 15px;
    font-size: 1.5rem;
    width: 286px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 84, ../../../springer-compass/sass/page_specific/_spcom_frontend_shop.scss */
  .shop-header .btn-dd .menu {
    /* MQ: Widescreen */
    width: 700px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 98, ../../../springer-compass/sass/page_specific/_spcom_frontend_shop.scss */
  .shop-header .btn-dd .menu ul {
    float: left;
  }
  /* line 101, ../../../springer-compass/sass/page_specific/_spcom_frontend_shop.scss */
  .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) {
  /* line 101, ../../../springer-compass/sass/page_specific/_spcom_frontend_shop.scss */
  .shop-header .btn-dd .menu a {
    /* MQ: Widescreen */
    width: 210px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 114, ../../../springer-compass/sass/page_specific/_spcom_frontend_shop.scss */
  .shop-header .btn-dd .menu a:hover {
    background-color: #e3e3e3;
  }
  /* line 117, ../../../springer-compass/sass/page_specific/_spcom_frontend_shop.scss */
  .shop-header .btn-dd .menu a:before {
    content: "";
  }

  /* line 123, ../../../springer-compass/sass/page_specific/_spcom_frontend_shop.scss */
  .filter > span {
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 123, ../../../springer-compass/sass/page_specific/_spcom_frontend_shop.scss */
  .filter > span {
    /* MQ: Widescreen */
    display: inline;
  }
}

@media screen and (min-device-width: 320px) {
  /* PRODUCT LISTS
  --------------------------------------------*/
  /* line 134, ../../../springer-compass/sass/page_specific/_spcom_frontend_shop.scss */
  .section-header + .products {
    margin-top: -1.1em;
  }

  /* line 138, ../../../springer-compass/sass/page_specific/_spcom_frontend_shop.scss */
  .products {
    zoom: 1;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .products:before, .products:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .products:after {
    clear: both;
  }
  /* line 141, ../../../springer-compass/sass/page_specific/_spcom_frontend_shop.scss */
  .products .product-teaser {
    margin-top: 22px;
  }
  /* line 145, ../../../springer-compass/sass/page_specific/_spcom_frontend_shop.scss */
  .products .product-graphic {
    float: left;
    margin-top: 10px;
  }
  /* line 149, ../../../springer-compass/sass/page_specific/_spcom_frontend_shop.scss */
  .products .product-graphic.myspringer {
    margin-top: 0px;
  }
  /* line 154, ../../../springer-compass/sass/page_specific/_spcom_frontend_shop.scss */
  .products .product-graphic img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    max-width: 80px;
  }
  /* line 161, ../../../springer-compass/sass/page_specific/_spcom_frontend_shop.scss */
  .products .product-information {
    margin-left: 101px;
    line-height: 1.4em;
  }
  /* line 165, ../../../springer-compass/sass/page_specific/_spcom_frontend_shop.scss */
  .products .product-information .from {
    margin-right: 5px;
  }
  /* line 168, ../../../springer-compass/sass/page_specific/_spcom_frontend_shop.scss */
  .products .product-information .price-container {
    white-space: nowrap;
  }
  /* line 171, ../../../springer-compass/sass/page_specific/_spcom_frontend_shop.scss */
  .products .product-information .impact-factor {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 174, ../../../springer-compass/sass/page_specific/_spcom_frontend_shop.scss */
  .products .product-information .impact-factor span {
    color: #999;
    display: inline-block;
    font-size: 1.2rem;
    margin-left: .4em;
  }
  /* line 183, ../../../springer-compass/sass/page_specific/_spcom_frontend_shop.scss */
  .products h3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 187, ../../../springer-compass/sass/page_specific/_spcom_frontend_shop.scss */
  .products p {
    margin-bottom: .5em;
  }
  /* line 191, ../../../springer-compass/sass/page_specific/_spcom_frontend_shop.scss */
  .products .price {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
  }
  /* line 195, ../../../springer-compass/sass/page_specific/_spcom_frontend_shop.scss */
  .products .unreduced-price {
    font-size: 15px;
    font-size: 1.5rem;
    text-decoration: line-through;
  }

  /* line 201, ../../../springer-compass/sass/page_specific/_spcom_frontend_shop.scss */
  .with-dropdown-filter .products ul {
    min-height: 320px;
    /* to not hide dropdown when products are missing */
  }

  /* line 205, ../../../springer-compass/sass/page_specific/_spcom_frontend_shop.scss */
  .products.cms-teaser-products .unreduced-price {
    font-size: 13px;
    font-size: 1.3rem;
  }

  /* DISCIPLINES
  -----------------------------------------------------*/
  /* line 211, ../../../springer-compass/sass/page_specific/_spcom_frontend_shop.scss */
  .shop-disciplines a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 211, ../../../springer-compass/sass/page_specific/_spcom_frontend_shop.scss */
  .shop-disciplines a {
    /* MQ: Tablet */
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (min-device-width: 320px) {
  /* ICONS
  ---------------------------------------------------------*/
  /* line 221, ../../../springer-compass/sass/page_specific/_spcom_frontend_shop.scss */
  .cms-icon-shop-big {
    width: 48px;
    height: 34px;
    margin: 5px 6px 4px 0;
    display: inline-block;
  }

  /* line 228, ../../../springer-compass/sass/page_specific/_spcom_frontend_shop.scss */
  .cms-icon-shop {
    width: 36px;
    height: 26px;
    margin: 5px 6px 4px 0;
    display: inline-block;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* line 2, ../../../springer-compass/sass/page_specific/_spcom_frontend_shop_palgrave.scss */
  .cms-icon-shop {
    width: 43px;
    height: 28px;
    border: 1px solid #777777;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* FORMS
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/page_specific/_spcom_frontend_form.scss */
  .error-message ul {
    padding: 0;
  }
  /* line 8, ../../../springer-compass/sass/page_specific/_spcom_frontend_form.scss */
  .error-message ul li {
    margin-top: 0;
    font-size: 13px;
    font-size: 1.3rem;
  }

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

  /* line 24, ../../../springer-compass/sass/page_specific/_spcom_frontend_login.scss */
  .cms-myspringer-login h3 {
    margin-top: 0;
  }
  /* line 28, ../../../springer-compass/sass/page_specific/_spcom_frontend_login.scss */
  .cms-myspringer-login .form-row label {
    padding-top: 10px;
  }
  /* line 33, ../../../springer-compass/sass/page_specific/_spcom_frontend_login.scss */
  .cms-myspringer-login .box-header h3 {
    margin-top: 0;
    width: 70%;
  }
  /* line 37, ../../../springer-compass/sass/page_specific/_spcom_frontend_login.scss */
  .cms-myspringer-login .box-header a {
    text-align: right;
    float: right;
    width: 30%;
    color: #00768a;
    font-size: 15px;
    font-size: 1.5rem;
    padding-top: 5px;
  }
  /* line 47, ../../../springer-compass/sass/page_specific/_spcom_frontend_login.scss */
  .cms-myspringer-login .membership {
    color: #666666;
  }
  /* line 51, ../../../springer-compass/sass/page_specific/_spcom_frontend_login.scss */
  .cms-myspringer-login .cms-link-list {
    padding-left: 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Expander
  ------------------------------------------------------------------------------*/
  /* title */
  /* line 7, ../../../springer-compass/sass/page_specific/_spcom_frontend_expander.scss */
  .js .flapHead {
    height: auto;
    margin: 0;
    cursor: pointer;
    padding: 4px 0 3px 20px;
    font-family: Verdana, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    position: relative;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 7, ../../../springer-compass/sass/page_specific/_spcom_frontend_expander.scss */
  .js .flapHead {
    /* MQ: Tablet */
    padding: 4px 0 3px 25px;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 22, ../../../springer-compass/sass/page_specific/_spcom_frontend_expander.scss */
  .js .flapHead:hover {
    border-color: #cccccc;
  }

  /* Insert expander arrows before every flap head */
  /* line 27, ../../../springer-compass/sass/page_specific/_spcom_frontend_expander.scss */
  .js .flapHead:before {
    background: url(/spcom/sites/palgrave/images/expander_arrows.png) no-repeat 0 -92px;
    width: 20px;
    height: 20px;
    padding-right: 3px;
    display: inline-block;
    content: " ";
    position: absolute;
    left: 1px;
    top: 0;
  }

  /* line 39, ../../../springer-compass/sass/page_specific/_spcom_frontend_expander.scss */
  .js .flapHead.showContent {
    color: #00768a;
  }

  /* line 43, ../../../springer-compass/sass/page_specific/_spcom_frontend_expander.scss */
  .js .flapHead:not(.showContent) {
    color: #999999;
  }

  /* line 47, ../../../springer-compass/sass/page_specific/_spcom_frontend_expander.scss */
  .js .flapHead:not(.showContent):before {
    background-position: 0 -92px;
  }

  /* line 51, ../../../springer-compass/sass/page_specific/_spcom_frontend_expander.scss */
  .js .flapContent {
    display: none;
    padding: 0 0 0 20px;
    margin-bottom: .6em;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 51, ../../../springer-compass/sass/page_specific/_spcom_frontend_expander.scss */
  .js .flapContent {
    /* MQ: Tablet */
    padding: 0 25px;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 61, ../../../springer-compass/sass/page_specific/_spcom_frontend_expander.scss */
  .js ol.flapContent {
    padding-left: 40px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 61, ../../../springer-compass/sass/page_specific/_spcom_frontend_expander.scss */
  .js ol.flapContent {
    /* MQ: Tablet */
    padding-left: 45px;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 69, ../../../springer-compass/sass/page_specific/_spcom_frontend_expander.scss */
  .js ul.flapContent {
    padding-left: 32px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 69, ../../../springer-compass/sass/page_specific/_spcom_frontend_expander.scss */
  .js ul.flapContent {
    /* MQ: Tablet */
    padding-left: 38px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 76, ../../../springer-compass/sass/page_specific/_spcom_frontend_expander.scss */
  .js ul.flapContent li {
    position: relative;
  }

  /* line 81, ../../../springer-compass/sass/page_specific/_spcom_frontend_expander.scss */
  .js ul.flapContent.cms-link-list {
    padding-left: 20px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 81, ../../../springer-compass/sass/page_specific/_spcom_frontend_expander.scss */
  .js ul.flapContent.cms-link-list {
    /* MQ: Tablet */
    padding-left: 25px;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 89, ../../../springer-compass/sass/page_specific/_spcom_frontend_expander.scss */
  .section-header + div .flapSeparator:first-child {
    display: none;
  }

  /* Inserted flap separators by javascript code (main.js) */
  /* line 94, ../../../springer-compass/sass/page_specific/_spcom_frontend_expander.scss */
  .js .flapSeparator {
    height: 0;
    width: 100%;
    margin: 5px 0 4px 0;
    border-bottom: 1px solid #ddd;
    clear: both;
    /* prevent floating images overflow */
  }

  /* line 102, ../../../springer-compass/sass/page_specific/_spcom_frontend_expander.scss */
  .js .lastFlapContent {
    margin-bottom: 1.1em;
  }

  /* open */
  /* line 107, ../../../springer-compass/sass/page_specific/_spcom_frontend_expander.scss */
  .flapHead.showContent:before {
    background-position: 0 12px;
  }

  /* line 111, ../../../springer-compass/sass/page_specific/_spcom_frontend_expander.scss */
  .js :not(.flapContent) + .flapSeparator {
    margin-top: 2.4em;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* MULTILEVEL NAVIGATION PORTLET (xm)
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/page_specific/_spcom_frontend_navigation.scss */
  .tree-nav {
    padding: 15px;
    /**
     * Highlighting
     */
  }
  /* line 8, ../../../springer-compass/sass/page_specific/_spcom_frontend_navigation.scss */
  .tree-nav p {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: .95em;
  }
  /* line 12, ../../../springer-compass/sass/page_specific/_spcom_frontend_navigation.scss */
  .tree-nav p a:before {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -348px no-repeat;
    width: 10px;
    height: 9px;
    margin: 0 10px 0 6px;
    display: inline-block;
    content: "";
    position: relative;
    top: -2px;
  }
  /* line 24, ../../../springer-compass/sass/page_specific/_spcom_frontend_navigation.scss */
  .tree-nav h2 {
    font-family: Verdana, sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    color: #666666;
    margin: 0 0 .35em 3px;
  }
  /* line 26, ../../../springer-compass/sass/page_specific/_spcom_frontend_navigation.scss */
  .cms-lang-jp .tree-nav h2 {
    font-family: "ヒラギノ角ゴ Pro W3", Arial, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  /* line 35, ../../../springer-compass/sass/page_specific/_spcom_frontend_navigation.scss */
  .tree-nav a,
  .tree-nav a:hover,
  .tree-nav a:focus {
    text-decoration: none;
  }
  /* line 40, ../../../springer-compass/sass/page_specific/_spcom_frontend_navigation.scss */
  .tree-nav ol {
    padding: 0;
  }
  /* line 43, ../../../springer-compass/sass/page_specific/_spcom_frontend_navigation.scss */
  .tree-nav ol ol {
    padding: 0 0 8px 14px;
    display: none;
  }
  /* line 47, ../../../springer-compass/sass/page_specific/_spcom_frontend_navigation.scss */
  .tree-nav li {
    border-radius: 2px 2px 2px 2px;
    margin-bottom: 0;
    position: relative;
  }
  /* line 52, ../../../springer-compass/sass/page_specific/_spcom_frontend_navigation.scss */
  .tree-nav li a {
    background: url("/spcom/sites/palgrave/images/arrow-sprites.png") no-repeat scroll 5px 13px transparent;
    display: block;
    font-size: 1.6rem;
    margin: 0;
    padding: 8px 5px 8px 17px;
    word-wrap: break-word;
  }
  /* line 61, ../../../springer-compass/sass/page_specific/_spcom_frontend_navigation.scss */
  .tree-nav li.channel-title a {
    font-size: 22px;
    font-size: 2.2rem;
    background: none;
    padding-left: 3px;
  }
  /* line 67, ../../../springer-compass/sass/page_specific/_spcom_frontend_navigation.scss */
  .tree-nav ol ol li a {
    padding: 6px 5px 6px 17px;
    background-position: 5px 10px;
  }
  /* line 71, ../../../springer-compass/sass/page_specific/_spcom_frontend_navigation.scss */
  .tree-nav li a:hover {
    background-color: #00768a;
    background-position: 5px -467px;
    color: #fff;
    -webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
  }
  /* line 85, ../../../springer-compass/sass/page_specific/_spcom_frontend_navigation.scss */
  .tree-nav .nav > li.current {
    /*background-color: rgb(255,255,255);
    -moz-box-shadow: inset 0px 2px 0px 0px rgb(255,255,255);
    -webkit-box-shadow: inset 0px 2px 0px 0px rgb(255,255,255);
    box-shadow: inset 0px 2px 0px 0px rgb(255,255,255);
    background: -moz-linear-gradient(center top , #F8F8F8, #E5E5E5) repeat-x scroll 0 0 #E5E5E5;
    box-shadow: 0 0 0 white; */
  }
  /* line 94, ../../../springer-compass/sass/page_specific/_spcom_frontend_navigation.scss */
  .tree-nav .nav > li.current > a {
    background-position: 5px -227px;
  }
  /* line 97, ../../../springer-compass/sass/page_specific/_spcom_frontend_navigation.scss */
  .tree-nav li.current > a {
    color: #000;
  }
  /* line 101, ../../../springer-compass/sass/page_specific/_spcom_frontend_navigation.scss */
  .tree-nav li.current li.current a {
    background-position: 5px -147px;
  }
  /* line 105, ../../../springer-compass/sass/page_specific/_spcom_frontend_navigation.scss */
  .tree-nav li.current li.current > a {
    background-position: 5px -240px;
  }
  /* line 108, ../../../springer-compass/sass/page_specific/_spcom_frontend_navigation.scss */
  .tree-nav li.current.last-node > a {
    background-position: 5px -147px !important;
  }
  /* line 111, ../../../springer-compass/sass/page_specific/_spcom_frontend_navigation.scss */
  .tree-nav .nav > li.current.last-node a {
    background-position: 5px -147px !important;
  }
  /* line 114, ../../../springer-compass/sass/page_specific/_spcom_frontend_navigation.scss */
  .tree-nav .nav {
    margin-top: 0;
  }
  /* line 118, ../../../springer-compass/sass/page_specific/_spcom_frontend_navigation.scss */
  .tree-nav ol ol li a {
    background: transparent;
  }
  /* line 124, ../../../springer-compass/sass/page_specific/_spcom_frontend_navigation.scss */
  .tree-nav .show-nav,
  .tree-nav .collapse-nav {
    margin: 15px -20px -20px;
    width: auto;
  }

  /* line 132, ../../../springer-compass/sass/page_specific/_spcom_frontend_navigation.scss */
  .tree-nav-small li a {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 6px 5px 7px 17px;
    background-position: 5px 10px;
  }
  /* line 137, ../../../springer-compass/sass/page_specific/_spcom_frontend_navigation.scss */
  .tree-nav-small li a:hover {
    background-position: 5px -470px;
  }
  /* line 140, ../../../springer-compass/sass/page_specific/_spcom_frontend_navigation.scss */
  .tree-nav-small h2 {
    font-size: 22px;
    font-size: 2.2rem;
    padding-left: 3px;
    color: #666666;
  }
  /* line 145, ../../../springer-compass/sass/page_specific/_spcom_frontend_navigation.scss */
  .tree-nav-small .nav > li.current > a {
    background-position: 5px -230px;
  }
  /* line 148, ../../../springer-compass/sass/page_specific/_spcom_frontend_navigation.scss */
  .tree-nav-small .nav > li.current.last-node a {
    background-position: 5px -150px !important;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* TEASER (general)
  --------------------------------------------------*/
  /* line 6, ../../../springer-compass/sass/page_specific/_spcom_frontend_teaser.scss */
  p.link-text {
    text-align: right;
    margin-top: 0;
  }
  /* line 7, ../../../springer-compass/sass/sitewide/mixins/_link-symbol.scss */
  p.link-text a:before {
    content: '\00BB\0020';
    /* raquo + space */
  }

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

  /* TRIPLE TEASERS
  -----------------------------------------------*/
  /* line 57, ../../../springer-compass/sass/page_specific/_spcom_frontend_teaser.scss */
  .cms-teaser-triple h3 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    margin: 0 0 10px;
  }
  /* line 61, ../../../springer-compass/sass/page_specific/_spcom_frontend_teaser.scss */
  .cms-lang-jp .cms-teaser-triple h3 {
    font-family: "ヒラギノ角ゴ Pro W3", Arial, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  /* line 69, ../../../springer-compass/sass/page_specific/_spcom_frontend_teaser.scss */
  .cms-teaser-triple .cms-col:last-child {
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 69, ../../../springer-compass/sass/page_specific/_spcom_frontend_teaser.scss */
  .cms-teaser-triple .cms-col:last-child {
    /* MQ: Tablet */
    display: block;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 77, ../../../springer-compass/sass/page_specific/_spcom_frontend_teaser.scss */
  .cms-teaser-triple img {
    width: 100%;
    margin: 0 0 15px;
  }
  /* line 82, ../../../springer-compass/sass/page_specific/_spcom_frontend_teaser.scss */
  .cms-teaser-triple p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
  }

  /* PRODUCT TEASER
  --------------------------------------------------------*/
  /* line 90, ../../../springer-compass/sass/page_specific/_spcom_frontend_teaser.scss */
  h1 + .cms-teaser-products {
    margin-top: -1em;
  }

  /* line 96, ../../../springer-compass/sass/page_specific/_spcom_frontend_teaser.scss */
  .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;
  }
  /* line 107, ../../../springer-compass/sass/page_specific/_spcom_frontend_teaser.scss */
  .channel-title .cms_link_target_in_english:after {
    content: "";
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* WIDGET (general)
  --------------------------------------------------*/
  /* PROCESS WIDGET
  --------------------------------------------------*/
  /* TAB WIDGET (horizontal arrows bottom)
  --------------------------------------------------*/
  /* line 21, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-widget-footer {
    text-align: right;
    margin: 20px -20px -20px -20px;
    border-top: 1px solid #ddd;
  }
  /* line 7, ../../../springer-compass/sass/sitewide/mixins/_link-symbol.scss */
  .cms-widget-footer a:before {
    content: '\00BB\0020';
    /* raquo + space */
  }

  /* TODO: incorporate xmachina stuff below to above the sass way
  ---------------------------------------------------*/
  /* line 37, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  dl.cms-tab-panel {
    padding-top: 10px;
  }
  /* line 40, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  dl.cms-tab-panel > dt {
    background-color: #e3e3e3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e3e3e3));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -o-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: linear-gradient(top, #f8f8f8, #e3e3e3);
    box-shadow: 1px 1px 0 0 #FFFFFF inset, 0 -18px 18px -18px #EFEFEF inset;
    border: 1px solid gainsboro;
    border-bottom: 0;
    border-radius: 2px 2px 2px 2px;
    font-weight: bold;
    display: block;
    cursor: pointer;
    line-height: 25px;
    padding: 14px 0;
    text-align: left;
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 40, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  dl.cms-tab-panel > dt {
    /* MQ: Tablet */
    display: none;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 58, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  dl.cms-tab-panel > dd {
    padding: 1em 0;
  }

  /* line 63, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-tab-pane {
    display: none;
    overflow: hidden;
    min-height: 127px;
    margin: 0 -5px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 63, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-tab-pane {
    /* MQ: Tablet */
    display: block;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 74, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-tab-pane > li {
    display: block;
    float: left;
    width: 25%;
    cursor: pointer;
    position: relative;
    padding: 0 0 0;
    transition: padding 0.25s;
    -webkit-transition: padding 0.25s;
  }

  /* line 84, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-tab-pane > li > span {
    display: block;
    padding: 1em;
    border: 1px solid gainsboro;
    text-align: center;
    min-height: 85px;
    background: url("../images/cms/bg-process.png") left center repeat-x;
    background-color: #e3e3e3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e3e3e3));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -o-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: linear-gradient(top, #f8f8f8, #e3e3e3);
    box-shadow: 0 1px 0 0 #FFFFFF inset;
    text-align: center;
    margin: 0 5px;
  }

  /* line 96, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-tab-pane > li > span,
  .cms-tab-panel > dt > span {
    color: #999;
    font-weight: bold;
    text-shadow: 0px 1px 0px white;
  }

  /* line 103, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-tab-panel > dt > span {
    font-size: 1.4rem;
  }

  /* line 107, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-tab-panel > dt.active span {
    color: #00768a;
  }

  /* line 111, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-tab-pane > li.active > span,
  .cms-tab-panel > dt.active {
    border: 1px solid #008ca4;
    background: #008ca4 url(../images/../images/cms/bg-cms-dl-tab-active.jpg) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#008ca4), to(#008ca4));
    background-image: -webkit-linear-gradient(top, #008ca4, #008ca4);
    background-image: -moz-linear-gradient(top, #008ca4, #008ca4);
    background-image: -ms-linear-gradient(top, #008ca4, #008ca4);
    background-image: -o-linear-gradient(top, #008ca4, #008ca4);
    background-image: linear-gradient(top, #008ca4, #008ca4);
    color: #00768a;
  }

  /* line 118, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-tab-pane > li:hover,
  .cms-tab-pane > li.active {
    padding: 0;
  }

  /* line 122, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-tab-pane > li:hover span,
  .cms-tab-pane > li.active span {
    color: #00768a;
  }

  /* line 128, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-icon {
    display: block;
    width: 38px;
    height: 38px;
    margin: 0.5em auto;
    background-image: url("../images/cms/cms-icon-sprite.png");
  }

  /* line 136, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-tab-panel .cms-icon {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin: -13px 0;
    background-image: url("../images/cms/cms-icon-sprite.png");
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 136, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-tab-panel .cms-icon {
    /* MQ: Tablet */
    display: block;
    margin: 0.5em auto;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 150, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-tab-pane .active .cms-icon,
  .cms-tab-pane li:hover .cms-icon,
  .cms-tab-panel > dt.active .cms-icon {
    background-image: url("../images/cms/cms-icon-sprite-active.png");
  }

  /* line 155, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-icon-nr1 {
    background-position: -38px 0;
  }

  /* line 158, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-icon-nr2 {
    background-position: -76px 0;
  }

  /* line 161, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-icon-nr3 {
    background-position: -114px 0;
  }

  /* line 164, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-icon-nr4 {
    background-position: -152px 0;
  }

  /* line 167, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-icon-nr5 {
    background-position: -190px 0;
  }

  /* line 170, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-icon-nr6 {
    background-position: -228px 0;
  }

  /* line 173, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-icon-nr7 {
    background-position: -266px 0;
  }

  /* line 176, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-icon-nr8 {
    background-position: -304px 0;
  }

  /* line 179, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-icon-nr9 {
    background-position: -342px 0;
  }

  /* line 182, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-icon-idea {
    background-position: -380px 0;
  }

  /* line 185, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-icon-doc {
    background-position: -418px 0;
  }

  /* line 188, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-icon-book {
    background-position: -456px 0;
  }

  /* line 191, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-icon-truck {
    background-position: -494px 0;
  }

  /* line 194, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-icon-pencil {
    background-position: -532px 0;
  }

  /* line 198, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-tab-pane li.active .indicator {
    border-color: #008ca4 transparent transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -19px;
    display: block;
    height: 0;
    left: 50%;
    margin-left: -11px;
    position: absolute;
    width: 0;
  }

  /**
   *  cms-tab-panel in process visual flavour
   * .cms-process-visual
   */
  /* line 217, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-process-visual .cms-tab-pane {
    border: 1px solid gainsboro;
    background: url("../images/cms/bg-process.png") left center repeat-x;
    background: -moz-linear-gradient(center top, #F8F8F8, #E5E5E5) repeat-x scroll 0 0 #E5E5E5;
    box-shadow: 1px 1px 0 0 #FFFFFF inset;
    margin: 0;
    padding-bottom: 0;
    min-height: 1px;
  }

  /* line 226, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-process-visual .cms-tab-pane li {
    background-image: url("../images/cms/bg-process-right.png");
    background-position: right 50%;
    background-repeat: no-repeat;
    width: 30%;
    padding: 0;
    margin: 0 -2.7%;
    box-shadow: 0 1px 0 0 #FFFFFF inset;
  }

  /* line 235, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-process-visual .cms-tab-pane li:first-child {
    margin-left: -2.7%;
  }

  /* line 238, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-process-visual .cms-tab-pane li span,
  .cms-process-visual .cms-tab-pane li:hover span {
    background: transparent;
    border: none;
    margin: 0 !important;
    padding-left: 30px;
    min-height: 85px;
  }

  /* line 247, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-process-visual .cms-tab-pane li:first-child span {
    padding-left: 30px;
    /* was: 0 */
  }

  /* line 250, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-process-visual .cms-tab-pane li:last-child {
    background-image: none;
  }

  /* line 253, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-process-visual .cms-tab-pane li.active {
    background-image: url("../images/cms/bg-process-active.jpg");
    background-position: right center;
    background-repeat: no-repeat;
  }

  /* line 258, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-process-visual .cms-tab-pane li.active span {
    background-image: url("../images/cms/bg-process-left.jpg");
    background-position: -37px center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    min-height: 85px;
  }

  /* line 266, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-process-visual .cms-tab-pane li.active:last-child {
    background-image: url("../images/cms/bg-process-active.jpg");
    background-position: -37px center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
  }

  /* line 273, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-process-visual .cms-tab-pane li.active:first-child span {
    background-image: none;
  }

  /* line 277, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-process-visual .cms-tab-pane li.active .indicator {
    display: none;
  }

  /**
   * Flexible layout
    */
  /* line 284, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-cols-3 li {
    width: 33.33%;
  }

  /* line 287, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-process-visual .cms-cols-3 li {
    width: 37.33%;
  }

  /**
   *  Global scope
   */
  /* line 7, ../../../springer-compass/sass/sitewide/mixins/_link-symbol.scss */
  .cms-link-list a:before {
    content: '\00BB\0020';
    /* raquo + space */
  }

  /**
   *  not really needed
   */
  /* line 301, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  .cms-tab-content p {
    margin-bottom: 1.3em;
  }

  /* line 304, ../../../springer-compass/sass/page_specific/_spcom_frontend_widget.scss */
  dl, ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /*  social media
  ---------------------------------*/
  /* line 6, ../../../springer-compass/sass/page_specific/_spcom_frontend_social_media.scss */
  .cms-social {
    overflow: visible;
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 6, ../../../springer-compass/sass/page_specific/_spcom_frontend_social_media.scss */
  .cms-social {
    /* MQ: Widescreen */
    display: block;
  }
  /* line 13, ../../../springer-compass/sass/page_specific/_spcom_frontend_social_media.scss */
  .share-hide .cms-social {
    display: none;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 19, ../../../springer-compass/sass/page_specific/_spcom_frontend_social_media.scss */
  .cms-social .cms-social-buttons {
    height: 24px;
  }
  /* line 22, ../../../springer-compass/sass/page_specific/_spcom_frontend_social_media.scss */
  .cms-social .cms-social-buttons a {
    float: left;
    text-decoration: none;
    position: relative;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 22, ../../../springer-compass/sass/page_specific/_spcom_frontend_social_media.scss */
  .cms-social .cms-social-buttons a {
    /* MQ: Tablet */
    margin: 0 0 0 29px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 30, ../../../springer-compass/sass/page_specific/_spcom_frontend_social_media.scss */
  .cms-social .cms-social-buttons a .icon {
    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 */
    float: left;
    height: 24px;
    width: 24px;
    position: relative;
    z-index: 10;
  }
  /* line 39, ../../../springer-compass/sass/page_specific/_spcom_frontend_social_media.scss */
  .cms-social .cms-social-buttons a .btn {
    left: -5px;
    position: relative;
    line-height: 1.6;
  }
  /* line 46, ../../../springer-compass/sass/page_specific/_spcom_frontend_social_media.scss */
  .cms-social .cms-social-buttons .btn-right {
    margin-right: -5px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 50, ../../../springer-compass/sass/page_specific/_spcom_frontend_social_media.scss */
  .cms-social .cms-social-buttons a:first-child {
    /* MQ: Tablet */
    margin: 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 57, ../../../springer-compass/sass/page_specific/_spcom_frontend_social_media.scss */
  .cms-social .cms-social-left {
    float: left;
  }
  /* line 61, ../../../springer-compass/sass/page_specific/_spcom_frontend_social_media.scss */
  .cms-social .cms-social-right {
    float: right;
    margin-right: 0;
    position: relative;
  }

  /* line 68, ../../../springer-compass/sass/page_specific/_spcom_frontend_social_media.scss */
  .share-layer {
    display: none;
    right: -105px;
    padding: 13px 7px 4px 4px;
  }
  /* line 74, ../../../springer-compass/sass/page_specific/_spcom_frontend_social_media.scss */
  .share-layer ul.share-layer-list {
    float: left;
  }
  /* line 78, ../../../springer-compass/sass/page_specific/_spcom_frontend_social_media.scss */
  .share-layer ul.first-list {
    padding-left: 7px;
    width: 100px;
  }
  /* line 83, ../../../springer-compass/sass/page_specific/_spcom_frontend_social_media.scss */
  .share-layer ul.last-list {
    float: left;
    padding-left: 15px;
    width: 80px;
  }
  /* line 89, ../../../springer-compass/sass/page_specific/_spcom_frontend_social_media.scss */
  .share-layer li.share-layer-list-item {
    display: block;
    height: 23px;
  }
  /* line 93, ../../../springer-compass/sass/page_specific/_spcom_frontend_social_media.scss */
  .share-layer li.share-layer-list-item a, .share-layer li.share-layer-list-item span {
    display: block;
    color: #2D2D2D;
  }
  /* line 98, ../../../springer-compass/sass/page_specific/_spcom_frontend_social_media.scss */
  .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;
  }
  /* line 105, ../../../springer-compass/sass/page_specific/_spcom_frontend_social_media.scss */
  .share-layer li.share-layer-list-item a.btn-reddit {
    background-position: 0 -64px;
  }
  /* line 109, ../../../springer-compass/sass/page_specific/_spcom_frontend_social_media.scss */
  .share-layer li.share-layer-list-item a.btn-technorati {
    background-position: 0 -80px;
  }
  /* line 113, ../../../springer-compass/sass/page_specific/_spcom_frontend_social_media.scss */
  .share-layer li.share-layer-list-item a.btn-print-share {
    background-position: 0 -1955px;
  }
  /* line 117, ../../../springer-compass/sass/page_specific/_spcom_frontend_social_media.scss */
  .share-layer li.share-layer-list-item a.btn-delicious {
    background-position: 0 0;
  }
  /* line 121, ../../../springer-compass/sass/page_specific/_spcom_frontend_social_media.scss */
  .share-layer li.share-layer-list-item a.btn-digg {
    background-position: 0 -32px;
  }
  /* line 125, ../../../springer-compass/sass/page_specific/_spcom_frontend_social_media.scss */
  .share-layer li.share-layer-list-item a.btn-citeulike {
    background-position: 0 -1691px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /*  social media
  ---------------------------------*/
  /* line 5, ../../../springer-compass/sass/page_specific/_spcom_frontend_social_media_palgrave.scss */
  .cms-social {
    border-bottom: none;
  }
  /* line 9, ../../../springer-compass/sass/page_specific/_spcom_frontend_social_media_palgrave.scss */
  .cms-social .cms-social-buttons {
    height: 30px;
  }
  /* line 12, ../../../springer-compass/sass/page_specific/_spcom_frontend_social_media_palgrave.scss */
  .cms-social .cms-social-buttons a {
    background: #f4f4f4;
    color: #999999;
    border-radius: 50%;
  }
  /* line 17, ../../../springer-compass/sass/page_specific/_spcom_frontend_social_media_palgrave.scss */
  .cms-social .cms-social-buttons a:after {
    font-size: 18px;
    width: 30px;
    height: 30px;
  }
  /* line 23, ../../../springer-compass/sass/page_specific/_spcom_frontend_social_media_palgrave.scss */
  .cms-social .cms-social-buttons a .icon {
    width: 30px;
    height: 30px;
    background-image: none !important;
    position: relative;
  }
  /* line 31, ../../../springer-compass/sass/page_specific/_spcom_frontend_social_media_palgrave.scss */
  .cms-social .cms-social-buttons #tool-facebook:after {
    content: "2";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: block;
    top: 4px;
    left: 6px;
  }
  /* line 37, ../../../springer-compass/sass/page_specific/_spcom_frontend_social_media_palgrave.scss */
  .cms-social .cms-social-buttons #tool-twitter:after {
    content: "1";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: block;
    top: 6px;
    left: 8px;
  }
  /* line 43, ../../../springer-compass/sass/page_specific/_spcom_frontend_social_media_palgrave.scss */
  .cms-social .cms-social-buttons #tool-linkedin:after {
    content: "3";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: block;
    top: 4px;
    left: 6px;
  }
  /* line 49, ../../../springer-compass/sass/page_specific/_spcom_frontend_social_media_palgrave.scss */
  .cms-social .cms-social-buttons #tool-gplus:after {
    content: "0";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: block;
    top: 6px;
    left: 7px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* VIDEO GALLERY
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/page_specific/_spcom_frontend_video.scss */
  .video-wrapper {
    margin-top: 1em;
  }

  /* line 9, ../../../springer-compass/sass/page_specific/_spcom_frontend_video.scss */
  .video-carousel-container {
    position: relative;
    margin-top: 3.1em;
  }
  /* line 13, ../../../springer-compass/sass/page_specific/_spcom_frontend_video.scss */
  .video-carousel-container .control-prev,
  .video-carousel-container .control-next {
    position: absolute;
    top: 40%;
    width: 24px;
    height: 24px;
  }
  /* line 20, ../../../springer-compass/sass/page_specific/_spcom_frontend_video.scss */
  .video-carousel-container .control-prev {
    left: 0;
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -130px no-repeat;
  }
  /* line 24, ../../../springer-compass/sass/page_specific/_spcom_frontend_video.scss */
  .video-carousel-container .control-prev:hover {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -52px no-repeat;
  }
  /* line 28, ../../../springer-compass/sass/page_specific/_spcom_frontend_video.scss */
  .video-carousel-container .control-next {
    right: 0;
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -286px no-repeat;
  }
  /* line 32, ../../../springer-compass/sass/page_specific/_spcom_frontend_video.scss */
  .video-carousel-container .control-next:hover {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -208px no-repeat;
  }

  /* line 38, ../../../springer-compass/sass/page_specific/_spcom_frontend_video.scss */
  .video-carousel {
    position: relative;
    overflow: hidden;
    margin: 0 3em;
  }
  /* line 43, ../../../springer-compass/sass/page_specific/_spcom_frontend_video.scss */
  .video-carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  /* line 50, ../../../springer-compass/sass/page_specific/_spcom_frontend_video.scss */
  .video-carousel ul li {
    float: left;
    cursor: pointer;
  }
  /* line 54, ../../../springer-compass/sass/page_specific/_spcom_frontend_video.scss */
  .video-carousel ul li h4 {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: .5em;
  }
  /* line 58, ../../../springer-compass/sass/page_specific/_spcom_frontend_video.scss */
  .video-carousel ul li div.description {
    display: none;
  }
  /* line 62, ../../../springer-compass/sass/page_specific/_spcom_frontend_video.scss */
  .video-carousel ul li .img-default {
    background-color: #eee;
    border: 1px solid #ccc;
  }
  /* line 66, ../../../springer-compass/sass/page_specific/_spcom_frontend_video.scss */
  .video-carousel ul li .img-default div {
    font-size: 30px;
    font-size: 3rem;
    color: #999999;
    padding: 10% 0;
  }

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

  /* line 97, ../../../springer-compass/sass/page_specific/_spcom_frontend_video.scss */
  .box-ratio-16-9:before {
    margin-top: 56.25%;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* CAROUSEL WITH PAGING
  ------------------------------------------------------------------------------*/
  /* line 7, ../../../springer-compass/sass/page_specific/_spcom_frontend_carousel.scss */
  .cms-carousel .carousel-container {
    position: relative;
  }
  /* line 10, ../../../springer-compass/sass/page_specific/_spcom_frontend_carousel.scss */
  .cms-carousel .carousel-container .control-prev,
  .cms-carousel .carousel-container .control-next {
    position: absolute;
    top: 40%;
    width: 24px;
    height: 24px;
  }
  /* line 17, ../../../springer-compass/sass/page_specific/_spcom_frontend_carousel.scss */
  .cms-carousel .carousel-container .control-prev {
    left: -10px;
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -104px no-repeat;
  }
  /* line 21, ../../../springer-compass/sass/page_specific/_spcom_frontend_carousel.scss */
  .cms-carousel .carousel-container .control-prev:hover {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -26px no-repeat;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 17, ../../../springer-compass/sass/page_specific/_spcom_frontend_carousel.scss */
  .cms-carousel .carousel-container .control-prev {
    /* MQ: Tablet */
    left: -40px;
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -130px no-repeat;
  }
  /* line 29, ../../../springer-compass/sass/page_specific/_spcom_frontend_carousel.scss */
  .cms-carousel .carousel-container .control-prev:hover {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -52px no-repeat;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 35, ../../../springer-compass/sass/page_specific/_spcom_frontend_carousel.scss */
  .cms-carousel .carousel-container .control-next {
    right: -10px;
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -260px no-repeat;
  }
  /* line 39, ../../../springer-compass/sass/page_specific/_spcom_frontend_carousel.scss */
  .cms-carousel .carousel-container .control-next:hover {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -182px no-repeat;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 35, ../../../springer-compass/sass/page_specific/_spcom_frontend_carousel.scss */
  .cms-carousel .carousel-container .control-next {
    /* MQ: Tablet */
    right: -40px;
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -286px no-repeat;
  }
  /* line 47, ../../../springer-compass/sass/page_specific/_spcom_frontend_carousel.scss */
  .cms-carousel .carousel-container .control-next:hover {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -208px no-repeat;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 54, ../../../springer-compass/sass/page_specific/_spcom_frontend_carousel.scss */
  .cms-carousel .carousel-wrapper {
    overflow: hidden;
    margin: 0 40px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 54, ../../../springer-compass/sass/page_specific/_spcom_frontend_carousel.scss */
  .cms-carousel .carousel-wrapper {
    /* MQ: Tablet */
    margin: 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 63, ../../../springer-compass/sass/page_specific/_spcom_frontend_carousel.scss */
  .cms-carousel .carousel {
    position: relative;
    overflow: hidden;
    margin: 0;
  }
  /* line 69, ../../../springer-compass/sass/page_specific/_spcom_frontend_carousel.scss */
  .cms-carousel .carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  /* line 76, ../../../springer-compass/sass/page_specific/_spcom_frontend_carousel.scss */
  .cms-carousel .carousel ul li {
    float: left;
  }

  /* CAROUSEL ADJUSTMENTS 
   * - when navigation within column
   * - when it contains products
  -----------------------------------------*/
  /* line 92, ../../../springer-compass/sass/page_specific/_spcom_frontend_carousel.scss */
  .layout-4-8 .col-main .cms-carousel,
  .layout-disciplines .col-main .cms-carousel,
  .layout-full .col-main .cms-carousel,
  .layout-full-grid .col-main .cms-carousel {
    display: none;
  }
  /* line 96, ../../../springer-compass/sass/page_specific/_spcom_frontend_carousel.scss */
  .layout-4-8 .col-main .cms-carousel.loading-indicator,
  .layout-disciplines .col-main .cms-carousel.loading-indicator,
  .layout-full .col-main .cms-carousel.loading-indicator,
  .layout-full-grid .col-main .cms-carousel.loading-indicator {
    display: block;
  }
  /* line 98, ../../../springer-compass/sass/page_specific/_spcom_frontend_carousel.scss */
  .layout-4-8 .col-main .cms-carousel.loading-indicator > *,
  .layout-disciplines .col-main .cms-carousel.loading-indicator > *,
  .layout-full .col-main .cms-carousel.loading-indicator > *,
  .layout-full-grid .col-main .cms-carousel.loading-indicator > * {
    display: none;
  }
  /* line 101, ../../../springer-compass/sass/page_specific/_spcom_frontend_carousel.scss */
  .layout-4-8 .col-main .cms-carousel.loading-indicator:before,
  .layout-disciplines .col-main .cms-carousel.loading-indicator:before,
  .layout-full .col-main .cms-carousel.loading-indicator:before,
  .layout-full-grid .col-main .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) {
  /* line 92, ../../../springer-compass/sass/page_specific/_spcom_frontend_carousel.scss */
  .layout-4-8 .col-main .cms-carousel,
  .layout-disciplines .col-main .cms-carousel,
  .layout-full .col-main .cms-carousel,
  .layout-full-grid .col-main .cms-carousel {
    /* MQ: Tablet */
    padding: 0 40px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 116, ../../../springer-compass/sass/page_specific/_spcom_frontend_carousel.scss */
  .layout-4-8 .col-main .cms-carousel .products .product-teaser,
  .layout-disciplines .col-main .cms-carousel .products .product-teaser,
  .layout-full .col-main .cms-carousel .products .product-teaser,
  .layout-full-grid .col-main .cms-carousel .products .product-teaser {
    margin-top: 0;
  }
  /* line 120, ../../../springer-compass/sass/page_specific/_spcom_frontend_carousel.scss */
  .layout-4-8 .col-main .cms-carousel .products .product-graphic,
  .layout-disciplines .col-main .cms-carousel .products .product-graphic,
  .layout-full .col-main .cms-carousel .products .product-graphic,
  .layout-full-grid .col-main .cms-carousel .products .product-graphic {
    margin: 0 0 0 1px;
    float: none;
    position: relative;
    height: 150px;
  }
  /* line 126, ../../../springer-compass/sass/page_specific/_spcom_frontend_carousel.scss */
  .layout-4-8 .col-main .cms-carousel .products .product-graphic a,
  .layout-disciplines .col-main .cms-carousel .products .product-graphic a,
  .layout-full .col-main .cms-carousel .products .product-graphic a,
  .layout-full-grid .col-main .cms-carousel .products .product-graphic a {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  /* line 133, ../../../springer-compass/sass/page_specific/_spcom_frontend_carousel.scss */
  .layout-4-8 .col-main .cms-carousel .products .product-information,
  .layout-disciplines .col-main .cms-carousel .products .product-information,
  .layout-full .col-main .cms-carousel .products .product-information,
  .layout-full-grid .col-main .cms-carousel .products .product-information {
    margin: 1em 0 0 1px;
    word-wrap: break-word;
  }
  /* line 137, ../../../springer-compass/sass/page_specific/_spcom_frontend_carousel.scss */
  .layout-4-8 .col-main .cms-carousel .products .product-information h3,
  .layout-disciplines .col-main .cms-carousel .products .product-information h3,
  .layout-full .col-main .cms-carousel .products .product-information h3,
  .layout-full-grid .col-main .cms-carousel .products .product-information h3 {
    font-size: 13px;
    font-size: 1.3rem;
    font-family: Verdana, sans-serif;
  }
  /* line 141, ../../../springer-compass/sass/page_specific/_spcom_frontend_carousel.scss */
  .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 .col-main .cms-carousel .products .product-information h3, .cms-lang-jp
  .layout-full-grid .col-main .cms-carousel .products .product-information h3 {
    font-family: "ヒラギノ角ゴ Pro W3", Arial, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  /* line 146, ../../../springer-compass/sass/page_specific/_spcom_frontend_carousel.scss */
  .layout-4-8 .col-main .cms-carousel .products .product-information p,
  .layout-disciplines .col-main .cms-carousel .products .product-information p,
  .layout-full .col-main .cms-carousel .products .product-information p,
  .layout-full-grid .col-main .cms-carousel .products .product-information p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 152, ../../../springer-compass/sass/page_specific/_spcom_frontend_carousel.scss */
  .layout-4-8 .col-main .cms-carousel .carousel-wrapper,
  .layout-disciplines .col-main .cms-carousel .carousel-wrapper,
  .layout-full .col-main .cms-carousel .carousel-wrapper,
  .layout-full-grid .col-main .cms-carousel .carousel-wrapper {
    margin: 20px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 152, ../../../springer-compass/sass/page_specific/_spcom_frontend_carousel.scss */
  .layout-4-8 .col-main .cms-carousel .carousel-wrapper,
  .layout-disciplines .col-main .cms-carousel .carousel-wrapper,
  .layout-full .col-main .cms-carousel .carousel-wrapper,
  .layout-full-grid .col-main .cms-carousel .carousel-wrapper {
    /* MQ: Tablet */
    margin: 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 161, ../../../springer-compass/sass/page_specific/_spcom_frontend_carousel.scss */
  .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 .col-main .cms-carousel .carousel-container .control-prev,
  .layout-full .col-main .cms-carousel .carousel-container .control-next,
  .layout-full-grid .col-main .cms-carousel .carousel-container .control-prev,
  .layout-full-grid .col-main .cms-carousel .carousel-container .control-next {
    top: 80px;
  }
  /* line 166, ../../../springer-compass/sass/page_specific/_spcom_frontend_carousel.scss */
  .layout-4-8 .col-main .cms-carousel .carousel-container .control-prev,
  .layout-disciplines .col-main .cms-carousel .carousel-container .control-prev,
  .layout-full .col-main .cms-carousel .carousel-container .control-prev,
  .layout-full-grid .col-main .cms-carousel .carousel-container .control-prev {
    left: -10px;
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -104px no-repeat;
  }
  /* line 170, ../../../springer-compass/sass/page_specific/_spcom_frontend_carousel.scss */
  .layout-4-8 .col-main .cms-carousel .carousel-container .control-prev:hover,
  .layout-disciplines .col-main .cms-carousel .carousel-container .control-prev:hover,
  .layout-full .col-main .cms-carousel .carousel-container .control-prev:hover,
  .layout-full-grid .col-main .cms-carousel .carousel-container .control-prev:hover {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -26px no-repeat;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 166, ../../../springer-compass/sass/page_specific/_spcom_frontend_carousel.scss */
  .layout-4-8 .col-main .cms-carousel .carousel-container .control-prev,
  .layout-disciplines .col-main .cms-carousel .carousel-container .control-prev,
  .layout-full .col-main .cms-carousel .carousel-container .control-prev,
  .layout-full-grid .col-main .cms-carousel .carousel-container .control-prev {
    /* MQ: Tablet */
    left: -40px;
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -130px no-repeat;
  }
  /* line 178, ../../../springer-compass/sass/page_specific/_spcom_frontend_carousel.scss */
  .layout-4-8 .col-main .cms-carousel .carousel-container .control-prev:hover,
  .layout-disciplines .col-main .cms-carousel .carousel-container .control-prev:hover,
  .layout-full .col-main .cms-carousel .carousel-container .control-prev:hover,
  .layout-full-grid .col-main .cms-carousel .carousel-container .control-prev:hover {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -52px no-repeat;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 184, ../../../springer-compass/sass/page_specific/_spcom_frontend_carousel.scss */
  .layout-4-8 .col-main .cms-carousel .carousel-container .control-next,
  .layout-disciplines .col-main .cms-carousel .carousel-container .control-next,
  .layout-full .col-main .cms-carousel .carousel-container .control-next,
  .layout-full-grid .col-main .cms-carousel .carousel-container .control-next {
    right: -10px;
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -260px no-repeat;
  }
  /* line 188, ../../../springer-compass/sass/page_specific/_spcom_frontend_carousel.scss */
  .layout-4-8 .col-main .cms-carousel .carousel-container .control-next:hover,
  .layout-disciplines .col-main .cms-carousel .carousel-container .control-next:hover,
  .layout-full .col-main .cms-carousel .carousel-container .control-next:hover,
  .layout-full-grid .col-main .cms-carousel .carousel-container .control-next:hover {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -182px no-repeat;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 184, ../../../springer-compass/sass/page_specific/_spcom_frontend_carousel.scss */
  .layout-4-8 .col-main .cms-carousel .carousel-container .control-next,
  .layout-disciplines .col-main .cms-carousel .carousel-container .control-next,
  .layout-full .col-main .cms-carousel .carousel-container .control-next,
  .layout-full-grid .col-main .cms-carousel .carousel-container .control-next {
    /* MQ: Tablet */
    right: -40px;
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -286px no-repeat;
  }
  /* line 196, ../../../springer-compass/sass/page_specific/_spcom_frontend_carousel.scss */
  .layout-4-8 .col-main .cms-carousel .carousel-container .control-next:hover,
  .layout-disciplines .col-main .cms-carousel .carousel-container .control-next:hover,
  .layout-full .col-main .cms-carousel .carousel-container .control-next:hover,
  .layout-full-grid .col-main .cms-carousel .carousel-container .control-next:hover {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -208px no-repeat;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 206, ../../../springer-compass/sass/page_specific/_spcom_frontend_carousel.scss */
  .layout-full .col-main .cms-carousel {
    margin-top: 22px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* SHORT VIEW
  -------------------------------------*/
  /* line 5, ../../../springer-compass/sass/page_specific/_spcom_trustpilot.scss */
  .trustpilot-overview {
    background-color: #fff;
    color: #999999;
    position: relative;
    padding: 4px 6px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  /* line 13, ../../../springer-compass/sass/page_specific/_spcom_trustpilot.scss */
  .trustpilot-overview a {
    color: #666666;
  }
  /* line 17, ../../../springer-compass/sass/page_specific/_spcom_trustpilot.scss */
  .trustpilot-overview .rating {
    color: #666666;
    font-size: 24px;
    font-size: 2.4rem;
  }
  /* line 21, ../../../springer-compass/sass/page_specific/_spcom_trustpilot.scss */
  .trustpilot-overview .max-rating {
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: .3em;
  }
  /* line 25, ../../../springer-compass/sass/page_specific/_spcom_trustpilot.scss */
  .trustpilot-overview .total {
    font-size: 11px;
    font-size: 1.1rem;
    position: absolute;
    right: 6px;
    bottom: 4px;
  }
  /* line 31, ../../../springer-compass/sass/page_specific/_spcom_trustpilot.scss */
  .trustpilot-overview img {
    position: absolute;
    right: 6px;
    top: 4px;
  }

  /* line 38, ../../../springer-compass/sass/page_specific/_spcom_trustpilot.scss */
  .mini-basket-inner .trustpilot-overview {
    margin-top: 1.4em;
  }

  /* line 42, ../../../springer-compass/sass/page_specific/_spcom_trustpilot.scss */
  .shop .trustpilot-overview {
    max-width: 206px;
    margin-top: 1em;
  }

  /* line 48, ../../../springer-compass/sass/page_specific/_spcom_trustpilot.scss */
  .cms-trustpilot-reviews .carousel-counter {
    float: right;
    margin-top: 12px;
    color: #999999;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  /* line 55, ../../../springer-compass/sass/page_specific/_spcom_trustpilot.scss */
  .cms-trustpilot-reviews .carousel-counter .current {
    color: #333333;
  }
  /* line 59, ../../../springer-compass/sass/page_specific/_spcom_trustpilot.scss */
  .cms-trustpilot-reviews .carousel-counter .trustpilot-logo {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -4949px no-repeat;
    display: inline-block;
    width: 93px;
    height: 11px;
    margin-left: .9em;
  }
  /* line 69, ../../../springer-compass/sass/page_specific/_spcom_trustpilot.scss */
  .cms-trustpilot-reviews .carousel img {
    margin-top: 5px;
  }
  /* line 73, ../../../springer-compass/sass/page_specific/_spcom_trustpilot.scss */
  .cms-trustpilot-reviews .carousel h4 {
    margin-top: .4em;
  }
  /* line 77, ../../../springer-compass/sass/page_specific/_spcom_trustpilot.scss */
  .cms-trustpilot-reviews .carousel p.reviewer {
    font-size: 11px;
    font-size: 1.1rem;
    color: #999999;
  }
  /* line 82, ../../../springer-compass/sass/page_specific/_spcom_trustpilot.scss */
  .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 */
  /* COMMON STYLES PRODUCT PAGE
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-page {
    padding-top: 40px !important;
  }
  /* line 8, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-page .product-title {
    margin: 2.5em 0;
    -webkit-box-shadow: inset 0 -1px 0 0 #ffffff, inset 0 -18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 -1px 0 0 #ffffff, inset 0 -18px 18px -18px #efefef;
    box-shadow: inset 0 -1px 0 0 #ffffff, inset 0 -18px 18px -18px #efefef;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 40px;
    padding-left: 10px;
    margin-left: -10px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 8, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-page .product-title {
    /* MQ: Tablet */
    overflow: hidden;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 43, ../../../springer-compass/sass/page_specific/mixins/_product_container.scss */
  .product-page .product-title:first-child {
    margin-top: 0;
  }
  /* line 47, ../../../springer-compass/sass/page_specific/mixins/_product_container.scss */
  .product-page .product-title .box-primary,
  .product-page .product-title .box-secondary {
    margin: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 8, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-page .product-title {
    /* MQ: Tablet */
    padding-left: 20px;
    margin-left: -20px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 8, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-page .product-title {
    /* MQ: Widescreen */
    padding-left: 20px;
    margin-left: -20px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 11, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-page .product-title .main-information {
    zoom: 1;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .product-page .product-title .main-information:before, .product-page .product-title .main-information:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .product-page .product-title .main-information:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 11, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-page .product-title .main-information {
    /* MQ: Tablet */
    display: block;
    position: relative;
    margin-top: 1.5em;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 11, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-page .product-title .main-information {
    /* MQ: Widescreen */
  }
  /* line 21, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-page .product-title .main-information .product-cover {
    float: left;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 26, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-page .product-title .main-information .bibliographic-information {
    /* MQ: Widescreen */
    margin-left: 150px;
  }
  /* line 30, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-page .product-title .main-information .bibliographic-information h1 {
    margin-top: 0;
  }
  /* line 33, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-page .product-title .main-information .bibliographic-information p {
    margin-bottom: 5px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 38, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-page .product-title .main-information .bibliographic-information .next-edition-link {
    display: block;
    padding: 10px 0;
  }
  /* line 7, ../../../springer-compass/sass/sitewide/mixins/_link-symbol.scss */
  .product-page .product-title .main-information .bibliographic-information .next-edition-link:before {
    content: '\00BB\0020';
    /* raquo + space */
  }
  /* line 46, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-page .product-title .series {
    margin-bottom: .5em;
    display: block;
  }
  /* line 51, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-page .product-title .series + .copyright:before {
    content: "";
    width: 16px;
    height: 16px;
    border-bottom: 1px dotted #bcbcbc;
    border-left: 1px dotted #bcbcbc;
    margin-right: 6px;
    display: inline-block;
    position: relative;
  }
  /* line 62, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-page .product-title h1 {
    margin: .5em 0;
  }
  /* line 66, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-page .product-title h2 {
    font-family: Verdana, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: normal;
    line-height: 1.4;
    margin: -5px 0 21px;
  }
  /* line 68, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .cms-lang-jp .product-page .product-title h2 {
    font-family: "ヒラギノ角ゴ Pro W3", Arial, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  /* line 78, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-page .product-title .usps {
    margin-top: 1.7em;
  }
  /* line 81, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-page .product-title .usps li {
    display: none;
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.25;
    color: #666666;
    margin-bottom: .5em;
  }
  /* line 84, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .cms-lang-jp .product-page .product-title .usps li {
    font-family: "ヒラギノ角ゴ Pro W3", Georgia, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  /* line 92, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-page .product-title .usps li:first-child {
    display: block;
  }
  /* line 97, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-page .product-title .usps a.action-show-all {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 7, ../../../springer-compass/sass/sitewide/mixins/_link-symbol.scss */
  .product-page .product-title .usps a.action-show-all:before {
    content: '\00BB\0020';
    /* raquo + space */
  }
  /* line 103, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-page .product-title .usps.open li {
    display: block;
  }
  /* line 107, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-page .product-title .usps.open a.action-show-all {
    display: none;
  }

  /* line 115, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-cover {
    margin: 2.5em 0;
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 115, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-cover {
    /* MQ: Tablet */
    overflow: hidden;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 43, ../../../springer-compass/sass/page_specific/mixins/_product_container.scss */
  .product-cover:first-child {
    margin-top: 0;
  }
  /* line 47, ../../../springer-compass/sass/page_specific/mixins/_product_container.scss */
  .product-cover .box-primary,
  .product-cover .box-secondary {
    margin: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 115, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-cover {
    /* MQ: Tablet */
    display: block;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 115, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-cover {
    /* MQ: Widescreen */
    width: 128px;
  }
  /* line 126, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-cover img {
    width: 128px;
    height: auto;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 132, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-cover a.link-image {
    position: relative;
  }
  /* line 136, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-cover img.publisher-logo {
    margin-top: 5px;
  }
  /* line 140, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-cover .look-inside-badge {
    bottom: 20px;
    right: 0;
    padding-right: 25px;
    max-width: 55%;
    display: block;
    -webkit-border-radius: 0 0 0 10px;
    -moz-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
  }
  /* line 148, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-cover .look-inside-badge p {
    font-size: inherit;
    line-height: 1.2em;
    margin: 0;
  }

  /* line 156, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-downloadstats {
    margin-top: 1.7em;
    display: block;
  }
  /* line 160, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-downloadstats .count {
    display: inline-block;
    color: #00768a;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: right;
    min-width: 10%;
    max-width: 30%;
    padding: 6px 7px 7px;
    box-sizing: border-box;
    width: 10%;
    background-color: #008ca4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#008ca4), to(#008ca4));
    background-image: -webkit-linear-gradient(top, #008ca4, #008ca4);
    background-image: -moz-linear-gradient(top, #008ca4, #008ca4);
    background-image: -ms-linear-gradient(top, #008ca4, #008ca4);
    background-image: -o-linear-gradient(top, #008ca4, #008ca4);
    background-image: linear-gradient(top, #008ca4, #008ca4);
    border: 1px solid #008ca4;
    -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 0 #ffffff;
    box-shadow: inset 0 1px 0 0 #ffffff;
  }
  /* line 177, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-downloadstats .text {
    margin-left: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  /* line 183, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-bibliographic {
    margin: 2.5em 0;
    /* toggle tab-title vs h2 on smartphone vs tab/widescreen  */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 183, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-bibliographic {
    /* MQ: Tablet */
    overflow: hidden;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 43, ../../../springer-compass/sass/page_specific/mixins/_product_container.scss */
  .product-bibliographic:first-child {
    margin-top: 0;
  }
  /* line 47, ../../../springer-compass/sass/page_specific/mixins/_product_container.scss */
  .product-bibliographic .box-primary,
  .product-bibliographic .box-secondary {
    margin: 0;
  }
  /* line 187, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-bibliographic > h2 {
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 187, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-bibliographic > h2 {
    /* MQ: Tablet */
    display: block;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 183, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-bibliographic {
    /* MQ: Tablet */
  }
  /* line 196, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-bibliographic .product-tabs {
    display: none !important;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 202, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-bibliographic .summary dd {
    padding: 0;
  }
  /* line 206, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-bibliographic .summary .cms-col + .cms-col {
    border-top: 1px solid gainsboro;
    margin-top: 3px;
    padding-top: 10px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 206, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-bibliographic .summary .cms-col + .cms-col {
    /* MQ: Tablet */
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 226, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .action-footer .actions-right {
    float: right;
    text-align: right;
    padding: 4px 0;
    margin-right: 20px;
  }
  /* line 7, ../../../springer-compass/sass/sitewide/mixins/_link-symbol.scss */
  .action-footer .actions-right a:before {
    content: '\00BB\0020';
    /* raquo + space */
  }

  /* line 238, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-services {
    margin: 2.5em 0;
    /* visibility: sm/tab in main; wide in aside */
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 238, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-services {
    /* MQ: Tablet */
    overflow: hidden;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 43, ../../../springer-compass/sass/page_specific/mixins/_product_container.scss */
  .product-services:first-child {
    margin-top: 0;
  }
  /* line 47, ../../../springer-compass/sass/page_specific/mixins/_product_container.scss */
  .product-services .box-primary,
  .product-services .box-secondary {
    margin: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 242, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .col-main .product-services {
    /* MQ: Tablet */
    display: none;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 248, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .col-aside .product-services {
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 248, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .col-aside .product-services {
    /* MQ: Tablet */
    display: block;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 256, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-services > h3 {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 8px;
  }
  /* line 260, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-services a {
    display: block;
    line-height: 1.9;
  }
  /* line 7, ../../../springer-compass/sass/sitewide/mixins/_link-symbol.scss */
  .product-services a:before {
    content: '\00BB\0020';
    /* raquo + space */
  }

  /* line 266, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-share {
    margin: 2.5em 0;
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 266, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-share {
    /* MQ: Tablet */
    overflow: hidden;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 43, ../../../springer-compass/sass/page_specific/mixins/_product_container.scss */
  .product-share:first-child {
    margin-top: 0;
  }
  /* line 47, ../../../springer-compass/sass/page_specific/mixins/_product_container.scss */
  .product-share .box-primary,
  .product-share .box-secondary {
    margin: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 266, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-share {
    /* MQ: Widescreen */
    display: block;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 274, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-share .cms-social {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 8px;
  }
  /* line 278, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-share .cms-social .cms-social-buttons a {
    margin-left: 10px;
  }
  /* line 281, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .product-share .cms-social .cms-social-buttons a:first-child {
    margin-left: 0;
  }

  /* wrapping class for potentially unformatted text from external sources */
  /* line 287, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .springer-html {
    line-height: 1.6;
  }
  /* line 290, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .springer-html p {
    margin-bottom: .5em;
  }
  /* line 294, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .springer-html ul {
    padding-left: 2.5em;
    margin-bottom: .5em;
    list-style-type: disc;
  }

  /* line 301, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .breadcrumb {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: .5em;
    margin-bottom: 1em;
  }
  /* line 306, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .breadcrumb a {
    padding-right: 10px;
  }
  /* line 7, ../../../springer-compass/sass/sitewide/mixins/_link-symbol.scss */
  .breadcrumb a:before {
    content: '\00BB\0020';
    /* raquo + space */
  }

  /* line 311, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .country-info {
    font-size: 11px;
    font-size: 1.1rem;
    color: #666666;
    line-height: 1.5;
    display: inline-block;
  }

  /* line 2, ../../../springer-compass/sass/sitewide/mixins/_message-symbol.scss */
  .marketing-message:before {
    content: '\002B\002B\002B\0020';
    /* plus + space */
  }
  /* line 5, ../../../springer-compass/sass/sitewide/mixins/_message-symbol.scss */
  .marketing-message:after {
    content: '\0020\002B\002B\002B';
    /* space + plus */
  }

  /* line 323, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .marketing-message,
  .entitlement {
    font-size: 16px;
    font-size: 1.6rem;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 1em;
    padding-top: 1em;
    text-align: center;
  }
  /* line 331, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .marketing-message a,
  .entitlement a {
    font-weight: bold;
  }

  /* line 2, ../../../springer-compass/sass/sitewide/mixins/_message-symbol.scss */
  .marketing-message:before {
    content: '\002B\002B\002B\0020';
    /* plus + space */
  }
  /* line 5, ../../../springer-compass/sass/sitewide/mixins/_message-symbol.scss */
  .marketing-message:after {
    content: '\0020\002B\002B\002B';
    /* space + plus */
  }

  /* line 340, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .entitlement {
    border-top: 1px solid #71ab0b;
    border-bottom: 1px solid #71ab0b;
    background-color: #f1f6e6;
    -webkit-box-shadow: inset 0 1px 0 #f4f4f4;
    -moz-box-shadow: inset 0 1px 0 #f4f4f4;
    box-shadow: inset 0 1px 0 #f4f4f4;
    margin-top: -1px;
  }
  /* line 348, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .entitlement p {
    line-height: 19px;
  }
  /* line 351, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .entitlement p:before {
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -2039px no-repeat;
    content: "";
    display: inline-block;
    height: 19px;
    margin-right: 9px;
    position: relative;
    top: 5px;
    width: 19px;
  }

  /* line 365, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .change-site-message {
    color: #FFF;
    min-height: 18px;
    margin: 0;
    overflow: hidden;
    padding: 12px 0;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    width: 100%;
    z-index: 20;
    background-color: #444;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 365, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .change-site-message {
    /* MQ: Widescreen */
    min-width: 960px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 381, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .change-site-message > div {
    max-width: 949px;
    position: relative;
    margin: 0 auto;
  }
  /* line 386, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .change-site-message a {
    color: #FFF;
    text-decoration: underline;
  }
  /* line 389, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .change-site-message a:hover {
    text-decoration: none;
  }
  /* line 393, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .change-site-message p::before {
    content: "!";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: relative;
    display: inline-block;
    font-size: 20px;
    padding-right: .5em;
    top: 3px;
  }
  /* line 399, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .change-site-message a.close-change-site-message {
    position: absolute;
    right: 0;
    text-decoration: none;
  }
  /* line 401, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .change-site-message a.close-change-site-message::before {
    content: "t";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: block;
    top: 6px;
    font-size: 14px;
  }

  /* line 415, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .open-access .help:hover .tooltip {
    display: block;
  }
  /* line 418, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  .open-access .help .tooltip {
    margin-left: -100px;
    margin-top: 12px;
  }

  /* line 425, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  #colorbox {
    margin-left: -20px;
    margin-top: -20px;
  }

  /* line 430, ../../../springer-compass/sass/page_specific/_spcom_product.scss */
  #reader-overlay .top-shadow {
    top: auto !important;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* OVERRIDES FOR THE PALGRAVE FLAVOUR OF THE PRODUCT PAGE
  ------------------------------------------------------------------------------*/
  /* line 11, ../../../springer-compass/sass/page_specific/_spcom_product_palgrave.scss */
  .product-page .product-title h2,
  .product-page .product-toc h2,
  .product-page .product-bibliographic h2 {
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.2;
  }
  /* line 18, ../../../springer-compass/sass/page_specific/_spcom_product_palgrave.scss */
  .product-page .product-title dl.cms-tab-panel dd > div,
  .product-page .product-toc dl.cms-tab-panel dd > div,
  .product-page .product-bibliographic dl.cms-tab-panel dd > div {
    border: none;
  }
  /* line 24, ../../../springer-compass/sass/page_specific/_spcom_product_palgrave.scss */
  .product-page .product-bibliographic dl.cms-tab-panel dd > div {
    padding: 0;
  }
  /* line 32, ../../../springer-compass/sass/page_specific/_spcom_product_palgrave.scss */
  .product-page .product-title a.action-show-all:before,
  .product-page .product-about a.action-show-all:before {
    content: "";
  }
  /* line 36, ../../../springer-compass/sass/page_specific/_spcom_product_palgrave.scss */
  .product-page .product-title a.action-show-all:after,
  .product-page .product-about a.action-show-all:after {
    content: " C";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: relative;
    display: inline;
  }
  /* line 42, ../../../springer-compass/sass/page_specific/_spcom_product_palgrave.scss */
  .product-page .product-cover {
    width: 130px;
  }
  /* line 45, ../../../springer-compass/sass/page_specific/_spcom_product_palgrave.scss */
  .product-page .product-cover img {
    border: 1px solid #ddd;
  }
  /* line 49, ../../../springer-compass/sass/page_specific/_spcom_product_palgrave.scss */
  .product-page .product-cover .look-inside-badge {
    font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    background-color: #d83b5b;
    background-image: none;
    border: none;
    max-width: 60%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 59, ../../../springer-compass/sass/page_specific/_spcom_product_palgrave.scss */
  .product-page .product-cover .look-inside-badge:after {
    background: none;
    content: "A";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: inline;
  }
  /* line 66, ../../../springer-compass/sass/page_specific/_spcom_product_palgrave.scss */
  .product-page .product-title,
  .product-page .product-about {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: none;
    padding-bottom: 0;
  }
  /* line 73, ../../../springer-compass/sass/page_specific/_spcom_product_palgrave.scss */
  .product-page .product-title {
    padding-bottom: 0;
  }
  /* line 78, ../../../springer-compass/sass/page_specific/_spcom_product_palgrave.scss */
  .product-page .product-title .main-information .bibliographic-information h1 {
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
  }
  /* line 83, ../../../springer-compass/sass/page_specific/_spcom_product_palgrave.scss */
  .product-page .product-title .main-information .bibliographic-information h2 {
    font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    color: #777777;
    margin-top: -10px;
  }
  /* line 90, ../../../springer-compass/sass/page_specific/_spcom_product_palgrave.scss */
  .product-page .product-title .main-information .bibliographic-information p {
    color: #555555;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  /* line 98, ../../../springer-compass/sass/page_specific/_spcom_product_palgrave.scss */
  .product-page .product-title .usps {
    float: none;
    margin-top: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 98, ../../../springer-compass/sass/page_specific/_spcom_product_palgrave.scss */
  .product-page .product-title .usps {
    /* MQ: Tablet */
    float: left;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 107, ../../../springer-compass/sass/page_specific/_spcom_product_palgrave.scss */
  .product-page .product-title .usps li,
  .product-page .product-title .usps a.action-show-all {
    font-family: Verdana, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 113, ../../../springer-compass/sass/page_specific/_spcom_product_palgrave.scss */
  .product-page .product-title .usps li {
    color: #555555;
  }
  /* line 120, ../../../springer-compass/sass/page_specific/_spcom_product_palgrave.scss */
  .product-page .product-toc h2 {
    color: #00768a;
  }
  /* line 126, ../../../springer-compass/sass/page_specific/_spcom_product_palgrave.scss */
  .product-page .product-bibliographic .summary a:before {
    content: "";
  }
  /* line 131, ../../../springer-compass/sass/page_specific/_spcom_product_palgrave.scss */
  .product-page .product-share .cms-social {
    border-bottom: none;
  }
  /* line 135, ../../../springer-compass/sass/page_specific/_spcom_product_palgrave.scss */
  .product-page .action-footer .actions-right {
    float: none;
    text-align: left;
  }
  /* line 141, ../../../springer-compass/sass/page_specific/_spcom_product_palgrave.scss */
  .product-page .product-services a.btn {
    display: inline-block;
  }
  /* line 144, ../../../springer-compass/sass/page_specific/_spcom_product_palgrave.scss */
  .product-page .product-services a.btn:before {
    content: "";
  }

  /* line 151, ../../../springer-compass/sass/page_specific/_spcom_product_palgrave.scss */
  .marketing-message,
  .entitlement {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    border-bottom: none;
  }

  /* line 158, ../../../springer-compass/sass/page_specific/_spcom_product_palgrave.scss */
  .entitlement {
    border-top: none;
    border-bottom: none;
    color: #71ab0b;
    background-color: transparent;
  }
  /* line 165, ../../../springer-compass/sass/page_specific/_spcom_product_palgrave.scss */
  .entitlement p:before {
    background-image: none;
    content: "U";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: relative;
    display: inline-block;
    margin-right: 5px;
    top: 1px;
  }

  /* line 174, ../../../springer-compass/sass/page_specific/_spcom_product_palgrave.scss */
  .change-site-message {
    color: #ffffff;
    min-height: 18px;
    margin: 0;
    overflow: hidden;
    padding: 12px 0 16px;
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    width: 100%;
    z-index: 20;
    background-color: #d83b5b;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 174, ../../../springer-compass/sass/page_specific/_spcom_product_palgrave.scss */
  .change-site-message {
    /* MQ: Widescreen */
    min-width: 960px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 191, ../../../springer-compass/sass/page_specific/_spcom_product_palgrave.scss */
  .change-site-message > div {
    max-width: 949px;
    position: relative;
    margin: 0 auto;
  }
  /* line 196, ../../../springer-compass/sass/page_specific/_spcom_product_palgrave.scss */
  .change-site-message a {
    color: #FFF;
    text-decoration: underline;
  }
  /* line 199, ../../../springer-compass/sass/page_specific/_spcom_product_palgrave.scss */
  .change-site-message a:hover {
    text-decoration: none;
  }

  /* line 207, ../../../springer-compass/sass/page_specific/_spcom_product_palgrave.scss */
  .open-access .help .tooltip {
    margin-left: -50px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Expander
  ------------------------------------------------------------------------------*/
  /* line 6, ../../../springer-compass/sass/page_specific/_spcom_product_expander.scss */
  .js dl.expander {
    /* TITLE */
    /* Insert expander arrows before every flap head */
    /* BODY */
  }
  /* line 8, ../../../springer-compass/sass/page_specific/_spcom_product_expander.scss */
  .js dl.expander dt {
    height: auto;
    margin: 0;
    cursor: pointer;
    padding: 4px 0 3px 20px;
    font-family: Verdana, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    position: relative;
  }
  /* line 14, ../../../springer-compass/sass/page_specific/_spcom_product_expander.scss */
  .cms-lang-jp .js dl.expander dt {
    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) {
  /* line 8, ../../../springer-compass/sass/page_specific/_spcom_product_expander.scss */
  .js dl.expander dt {
    /* MQ: Tablet */
    padding: 4px 0 3px 25px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 26, ../../../springer-compass/sass/page_specific/_spcom_product_expander.scss */
  .js dl.expander dt:hover {
    border-color: #cccccc;
  }
  /* line 31, ../../../springer-compass/sass/page_specific/_spcom_product_expander.scss */
  .js dl.expander dt:before {
    background: url(/app-pp/assets-v/images/expander_arrows.png) no-repeat 0 12px;
    width: 20px;
    height: 20px;
    padding-right: 3px;
    display: inline-block;
    content: " ";
    position: absolute;
    left: 1px;
    top: 0;
  }
  /* line 43, ../../../springer-compass/sass/page_specific/_spcom_product_expander.scss */
  .js dl.expander dt:not(.open):before {
    background-position: 0 -92px;
  }
  /* line 48, ../../../springer-compass/sass/page_specific/_spcom_product_expander.scss */
  .js dl.expander dd {
    display: none;
    padding: 0 0 0 20px;
    margin-bottom: .6em;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 48, ../../../springer-compass/sass/page_specific/_spcom_product_expander.scss */
  .js dl.expander dd {
    /* MQ: Tablet */
    padding: 0 25px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 58, ../../../springer-compass/sass/page_specific/_spcom_product_expander.scss */
  .js dl.expander dt.open + dd {
    display: block;
  }

  /* line 63, ../../../springer-compass/sass/page_specific/_spcom_product_expander.scss */
  .js .box-primary dl.expander {
    margin: 0 -10px -14px;
    /* TITLE */
    /* Insert expander arrows before every flap head */
    /* BODY */
  }
  /* line 67, ../../../springer-compass/sass/page_specific/_spcom_product_expander.scss */
  .js .box-primary dl.expander dt {
    padding: 8px 10px 10px 40px;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 -10px;
    border-top: 1px solid #cccccc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: 1.3;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 67, ../../../springer-compass/sass/page_specific/_spcom_product_expander.scss */
  .js .box-primary dl.expander dt {
    /* MQ: Tablet */
    padding: 5px 10px 7px 40px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 82, ../../../springer-compass/sass/page_specific/_spcom_product_expander.scss */
  .js .box-primary dl.expander dt:before {
    left: 21px;
    top: 4px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 82, ../../../springer-compass/sass/page_specific/_spcom_product_expander.scss */
  .js .box-primary dl.expander dt:before {
    /* MQ: Tablet */
    top: 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 91, ../../../springer-compass/sass/page_specific/_spcom_product_expander.scss */
  .js .box-primary dl.expander dt:not(.open):before {
    background-position: 0 -92px;
  }
  /* line 96, ../../../springer-compass/sass/page_specific/_spcom_product_expander.scss */
  .js .box-primary dl.expander dd {
    display: none;
    padding: 0 0 0 20px;
    margin-bottom: .6em;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 96, ../../../springer-compass/sass/page_specific/_spcom_product_expander.scss */
  .js .box-primary dl.expander dd {
    /* MQ: Tablet */
    padding: 0;
  }
}

@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Expander
  ------------------------------------------------------------------------------*/
  /* line 7, ../../../springer-compass/sass/page_specific/_spcom_product_expander_palgrave.scss */
  .js dl.expander dt:before {
    background-image: none;
    color: #008ca4;
    content: "B";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: block;
    margin-top: 10px;
    margin-left: -10px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 7, ../../../springer-compass/sass/page_specific/_spcom_product_expander_palgrave.scss */
  .js dl.expander dt:before {
    /* MQ: Tablet */
    margin-top: 18px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 19, ../../../springer-compass/sass/page_specific/_spcom_product_expander_palgrave.scss */
  .js dl.expander dt:not(.open):before {
    content: "C";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: block;
  }

  /* line 25, ../../../springer-compass/sass/page_specific/_spcom_product_expander_palgrave.scss */
  .js .box-primary dl.expander dt {
    padding: 14px 10px 10px 35px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 25, ../../../springer-compass/sass/page_specific/_spcom_product_expander_palgrave.scss */
  .js .box-primary dl.expander dt {
    /* MQ: Tablet */
    padding: 14px 10px 14px 35px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 33, ../../../springer-compass/sass/page_specific/_spcom_product_expander_palgrave.scss */
  .js .box-primary dl.expander dd {
    margin-bottom: 14px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 33, ../../../springer-compass/sass/page_specific/_spcom_product_expander_palgrave.scss */
  .js .box-primary dl.expander dd {
    /* MQ: Tablet */
    margin-bottom: 24px;
  }
}

@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* Buttons
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/page_specific/_spcom_product_buttons.scss */
  .btn-group {
    display: table;
    width: 100%;
  }
  /* line 9, ../../../springer-compass/sass/page_specific/_spcom_product_buttons.scss */
  .btn-group .btn {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    display: table-cell;
    text-shadow: 1px 1px 0px #fff;
  }
  /* line 14, ../../../springer-compass/sass/page_specific/_spcom_product_buttons.scss */
  .btn-group .btn + .btn {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border-left: none;
  }
  /* line 18, ../../../springer-compass/sass/page_specific/_spcom_product_buttons.scss */
  .btn-group .btn:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
  }

  /* line 24, ../../../springer-compass/sass/page_specific/_spcom_product_buttons.scss */
  .btn-group-large .btn {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 6px 12px;
  }

  /* line 30, ../../../springer-compass/sass/page_specific/_spcom_product_buttons.scss */
  .product-page {
    /* WIDGET from frontend adjusted for product page */
    	/* Tabbed list of links; structure like .tabs but different styling
        ------------------------------------------------------------------------------*/
  }
  /* line 33, ../../../springer-compass/sass/page_specific/_spcom_product_buttons.scss */
  .product-page .cms-tab-panel > dt {
    /* visible only as accordion in smartphone */
    border-left: none;
    border-right: none;
    margin: 0 -10px;
    padding: 0;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  /* line 43, ../../../springer-compass/sass/page_specific/_spcom_product_buttons.scss */
  .product-page .cms-tab-panel > dt a {
    color: #333333;
    text-shadow: 1px 1px 0 #ffffff;
    display: block;
    padding: 14px 0 14px 10px;
    position: relative;
  }
  /* line 50, ../../../springer-compass/sass/page_specific/_spcom_product_buttons.scss */
  .product-page .cms-tab-panel > dt a:after {
    content: " ";
    display: inline-block;
    position: absolute;
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -1750px no-repeat;
    right: 34px;
    top: 18px;
    width: 6px;
    height: 12px;
  }
  /* line 62, ../../../springer-compass/sass/page_specific/_spcom_product_buttons.scss */
  .product-page .cms-tab-panel > dt a:hover,
  .product-page .cms-tab-panel > dt a:focus {
    text-decoration: none;
  }
  /* line 67, ../../../springer-compass/sass/page_specific/_spcom_product_buttons.scss */
  .product-page .cms-tab-panel > dt.active {
    border: 1px solid gainsboro;
    background-color: #e3e3e3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e3e3e3));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -moz-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -ms-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: -o-linear-gradient(top, #f8f8f8, #e3e3e3);
    background-image: linear-gradient(top, #f8f8f8, #e3e3e3);
  }
  /* line 71, ../../../springer-compass/sass/page_specific/_spcom_product_buttons.scss */
  .product-page .cms-tab-panel > dt.active a {
    color: #00768a;
  }
  /* line 74, ../../../springer-compass/sass/page_specific/_spcom_product_buttons.scss */
  .product-page .cms-tab-panel > dt.active a:after {
    content: " ";
    background: url('/app-pp/assets-v/images_gen/sprites/palgrave-sprite-s11771a6c1a.png') 0 -1801px no-repeat;
    right: 31px;
    top: 21px;
    width: 12px;
    height: 6px;
  }
  /* line 87, ../../../springer-compass/sass/page_specific/_spcom_product_buttons.scss */
  .product-page .cms-tab-panel > dd {
    padding: 0;
  }
  /* line 90, ../../../springer-compass/sass/page_specific/_spcom_product_buttons.scss */
  .product-page .cms-tab-panel > dd > div {
    padding: 1em 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 90, ../../../springer-compass/sass/page_specific/_spcom_product_buttons.scss */
  .product-page .cms-tab-panel > dd > div {
    /* MQ: Tablet */
    padding-bottom: 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 102, ../../../springer-compass/sass/page_specific/_spcom_product_buttons.scss */
  .product-page .product-tabs {
    zoom: 1;
    display: none;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    margin: 0;
    overflow: hidden;
    min-height: 0;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .product-page .product-tabs:before, .product-page .product-tabs:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .product-page .product-tabs:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 102, ../../../springer-compass/sass/page_specific/_spcom_product_buttons.scss */
  .product-page .product-tabs {
    /* MQ: Tablet */
    display: table;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 115, ../../../springer-compass/sass/page_specific/_spcom_product_buttons.scss */
  .product-page .product-tabs > li {
    display: table-cell;
    -webkit-box-shadow: inset -1px 0 0 0 #ddd;
    -moz-box-shadow: inset -1px 0 0 0 #ddd;
    box-shadow: inset -1px 0 0 0 #ddd;
    margin-bottom: -1px;
    width: auto;
    float: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  /* line 124, ../../../springer-compass/sass/page_specific/_spcom_product_buttons.scss */
  .product-page .product-tabs a,
  .product-page .product-tabs span {
    -webkit-box-shadow: inset 0 -1px 0 0 #ffffff, inset 0 -18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 -1px 0 0 #ffffff, inset 0 -18px 18px -18px #efefef;
    box-shadow: inset 0 -1px 0 0 #ffffff, inset 0 -18px 18px -18px #efefef;
    border: 1px solid #ffffff;
    border-bottom: 1px solid #ddd;
    color: #333333;
    display: block;
    padding: 11px 14px 9px;
    text-shadow: 1px 1px 0 #ffffff;
  }
  /* line 135, ../../../springer-compass/sass/page_specific/_spcom_product_buttons.scss */
  .product-page .product-tabs a:hover {
    color: #00768a;
    text-decoration: none;
  }
  /* line 140, ../../../springer-compass/sass/page_specific/_spcom_product_buttons.scss */
  .product-page .product-tabs li.active span,
  .product-page .product-tabs li.active a {
    border: 1px solid #ddd;
    border-bottom: none;
    background-color: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #00768a;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* OVERRIDES FOR THE PALGRAVE FLAVOUR OF THE PRODUCT PAGE
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/page_specific/_spcom_product_buttons_palgrave.scss */
  .product-page {
    /* WIDGET from frontend adjusted for product page */
    	/* Tabbed list of links; structure like .tabs but different styling
        ------------------------------------------------------------------------------*/
  }
  /* line 9, ../../../springer-compass/sass/page_specific/_spcom_product_buttons_palgrave.scss */
  .product-page .cms-tab-panel > dd > div {
    background: #f8f8f8;
    padding: 12px;
  }
  /* line 15, ../../../springer-compass/sass/page_specific/_spcom_product_buttons_palgrave.scss */
  .product-page .cms-tab-panel > dt {
    border: none;
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 16, ../../../springer-compass/sass/page_specific/_spcom_product_buttons_palgrave.scss */
  .product-page .cms-tab-panel > dt a {
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  }
  /* line 20, ../../../springer-compass/sass/page_specific/_spcom_product_buttons_palgrave.scss */
  .product-page .cms-tab-panel > dt.active {
    border: none;
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #008ca4;
  }
  /* line 27, ../../../springer-compass/sass/page_specific/_spcom_product_buttons_palgrave.scss */
  .product-page .cms-tab-panel > dt.active a:after {
    background: none;
    content: "C";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: block;
    top: 12px;
  }
  /* line 34, ../../../springer-compass/sass/page_specific/_spcom_product_buttons_palgrave.scss */
  .product-page .cms-tab-panel > dt a:after {
    background: none;
    font-size: 16px;
    font-size: 1.6rem;
    content: "A";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: block;
    top: 12px;
  }
  /* line 50, ../../../springer-compass/sass/page_specific/_spcom_product_buttons_palgrave.scss */
  .product-page .product-tabs {
    margin-bottom: -1px;
  }
  /* line 53, ../../../springer-compass/sass/page_specific/_spcom_product_buttons_palgrave.scss */
  .product-page .product-tabs > li {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 57, ../../../springer-compass/sass/page_specific/_spcom_product_buttons_palgrave.scss */
  .product-page .product-tabs a,
  .product-page .product-tabs span {
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    color: #555555;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: none;
    text-shadow: none;
    background: #e3e3e3;
    padding: 10px 15px 10px;
    margin: 0 5px 5px;
  }
  /* line 69, ../../../springer-compass/sass/page_specific/_spcom_product_buttons_palgrave.scss */
  .product-page .product-tabs a:hover,
  .product-page .product-tabs span:hover {
    color: #008ca4;
  }
  /* line 75, ../../../springer-compass/sass/page_specific/_spcom_product_buttons_palgrave.scss */
  .product-page .product-tabs:first-child a,
  .product-page .product-tabs:first-child span {
    margin-left: 0;
  }
  /* line 83, ../../../springer-compass/sass/page_specific/_spcom_product_buttons_palgrave.scss */
  .product-page .product-tabs:last-child a,
  .product-page .product-tabs:last-child span {
    margin-right: 0;
  }
  /* line 89, ../../../springer-compass/sass/page_specific/_spcom_product_buttons_palgrave.scss */
  .product-page .product-tabs li.active span,
  .product-page .product-tabs li.active a {
    font-weight: bold;
    color: #555555;
    padding: 11px 14px 15px;
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: none;
    border-left: 1px solid #ddd;
    background-color: white;
  }
  /* line 104, ../../../springer-compass/sass/page_specific/_spcom_product_buttons_palgrave.scss */
  .product-page .cms-tab-panel > dd {
    opacity: 1 !important;
  }
  /* line 108, ../../../springer-compass/sass/page_specific/_spcom_product_buttons_palgrave.scss */
  .product-page .cms-tab-panel > dd > div {
    border: 1px solid #ddd;
    background-color: white;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* SPECIFIC STYLES EDITION PAGE
  ------------------------------------------------------------------------------*/
  /* line 7, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .edition-page .layout-8-4 .col-main {
    margin-bottom: 0;
  }
  /* line 11, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .edition-page .layout-8-4 .col-aside {
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 11, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .edition-page .layout-8-4 .col-aside {
    /* MQ: Tablet */
    display: block;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 21, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-buy {
    margin: 2.5em 0;
    /* visibility: sm/tab in main; wide in aside */
  }
  /* line 22, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-buy .box-primary {
    padding-top: 0;
    background: #f8f8f8;
    border-color: #cccccc;
  }
  /* line 27, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-buy .box-primary h3 {
    margin: 12px 0;
  }
  /* line 31, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-buy .box-primary dl.expander dt,
  .product-buy .box-primary .buy-footer {
    border-color: #cccccc;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 21, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-buy {
    /* MQ: Tablet */
    overflow: hidden;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 43, ../../../springer-compass/sass/page_specific/mixins/_product_container.scss */
  .product-buy:first-child {
    margin-top: 0;
  }
  /* line 47, ../../../springer-compass/sass/page_specific/mixins/_product_container.scss */
  .product-buy .box-primary,
  .product-buy .box-secondary {
    margin: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 40, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .col-main .product-buy {
    /* MQ: Tablet */
    display: none;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 46, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .col-aside .product-buy {
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 46, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .col-aside .product-buy {
    /* MQ: Tablet */
    display: block;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 54, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-buy .expander dt {
    font-weight: bold;
  }
  /* line 57, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-buy .expander dt .cover-type {
    font-size: 15px;
    font-size: 1.5rem;
    float: left;
    padding-right: 5px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 57, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-buy .expander dt .cover-type {
    /* MQ: Tablet */
    font-size: 13px;
    font-size: 1.3rem;
    zoom: 1;
    padding-top: 3px;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .product-buy .expander dt .cover-type:before, .product-buy .expander dt .cover-type:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .product-buy .expander dt .cover-type:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 68, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-buy .expander dt .price-box {
    display: block;
    text-align: right;
  }
  /* line 72, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-buy .expander dt .price {
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* line 75, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-buy .expander dt .tax-type {
    font-size: 11px;
    font-size: 1.1rem;
    margin-left: .5em;
  }
  /* line 80, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-buy .expander dd {
    padding: 0;
    font-size: 11px;
    font-size: 1.1rem;
    color: #666666;
    line-height: 1.5;
  }
  /* line 87, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-buy .expander dd span {
    display: inline-block;
  }
  /* line 91, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-buy .expander dd .list-price {
    text-align: right;
    font-size: 13px;
    font-size: 1.3rem;
    color: #666666;
  }
  /* line 96, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-buy .expander dd .list-price .amount {
    text-decoration: line-through;
  }
  /* line 101, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-buy .expander dd .price-note {
    text-align: right;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: .75em;
  }
  /* line 109, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-buy .expander dd .actions {
    padding: 1em 0 .8em;
    text-align: left;
  }
  /* line 113, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-buy .expander dd .actions .btn {
    margin-top: 5px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 117, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-buy .expander dd .actions .buy {
    /* MQ: Widescreen */
    text-align: center;
    width: 190px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 124, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-buy .expander dd .actions .openaccess {
    /* MQ: Widescreen */
    text-align: center;
    width: 190px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 132, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-buy .expander dd ul {
    padding-left: 1.5em;
  }
  /* line 135, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-buy .expander dd ul li {
    font-size: 12px;
    font-size: 1.2rem;
    color: #333333;
    list-style: outside disc;
    line-height: 1.4;
    margin-bottom: 4px;
  }
  /* line 143, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-buy .expander dd ul li.notbuyable {
    color: #cc0000;
  }
  /* line 149, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .js .product-buy .box-primary dl.expander {
    margin-bottom: 0;
  }
  /* line 153, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-buy .buy-footer {
    border-top: 1px solid #cccccc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0 -20px;
    padding: 8px 20px 0;
  }
  /* line 159, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-buy .buy-footer .cms-icon-shop {
    margin-right: 0;
  }
  /* line 163, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-buy .buy-footer a {
    padding-right: 10px;
  }
  /* line 7, ../../../springer-compass/sass/sitewide/mixins/_link-symbol.scss */
  .product-buy .buy-footer a:before {
    content: '\00BB\0020';
    /* raquo + space */
  }
  /* line 168, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-buy .buy-footer .buy-footer-links {
    margin-top: 4px;
  }
  /* line 173, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-buy .buy-bookseller {
    margin-bottom: 10px;
    margin-top: 10px;
    font: bold;
    color: #ef0a0a;
  }

  /* line 181, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-about {
    margin: 2.5em 0;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 40px;
    padding-left: 10px;
    margin-left: -10px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 181, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-about {
    /* MQ: Tablet */
    overflow: hidden;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 43, ../../../springer-compass/sass/page_specific/mixins/_product_container.scss */
  .product-about:first-child {
    margin-top: 0;
  }
  /* line 47, ../../../springer-compass/sass/page_specific/mixins/_product_container.scss */
  .product-about .box-primary,
  .product-about .box-secondary {
    margin: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 181, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-about {
    /* MQ: Tablet */
    -webkit-box-shadow: inset 0 -1px 0 0 #ffffff, inset 0 -18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 -1px 0 0 #ffffff, inset 0 -18px 18px -18px #efefef;
    box-shadow: inset 0 -1px 0 0 #ffffff, inset 0 -18px 18px -18px #efefef;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 181, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-about {
    /* MQ: Tablet */
    padding-left: 20px;
    margin-left: -20px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 181, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-about {
    /* MQ: Widescreen */
    padding-left: 20px;
    margin-left: -20px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 184, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-about dl.cms-tab-panel {
    padding-top: 7px;
  }
  /* line 188, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-about dd > div > div {
    max-height: 110px;
    overflow: hidden;
  }
  /* line 194, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-about dd.show-all > div > div {
    max-height: none;
  }
  /* line 197, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-about dd.show-all .action-show-all {
    display: none;
  }
  /* line 202, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-about .product-about-content {
    margin-bottom: .5em;
    overflow: hidden;
    max-height: 140px;
  }

  /* line 210, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-toc {
    margin: 2.5em 0;
    padding-left: 10px;
    margin-left: -10px;
    overflow: hidden;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 210, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-toc {
    /* MQ: Tablet */
    overflow: hidden;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 43, ../../../springer-compass/sass/page_specific/mixins/_product_container.scss */
  .product-toc:first-child {
    margin-top: 0;
  }
  /* line 47, ../../../springer-compass/sass/page_specific/mixins/_product_container.scss */
  .product-toc .box-primary,
  .product-toc .box-secondary {
    margin: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 210, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-toc {
    /* MQ: Tablet */
    padding-left: 20px;
    margin-left: -20px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 210, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-toc {
    /* MQ: Widescreen */
    padding-left: 20px;
    margin-left: -20px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 215, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-toc .chapter-count {
    font-size: 13px;
    font-size: 1.3rem;
    font-family: Verdana, sans-serif;
  }
  /* line 218, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .cms-lang-jp .product-toc .chapter-count {
    font-family: "ヒラギノ角ゴ Pro W3", Arial, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  /* line 223, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-toc dl.expander {
    margin-left: -25px;
    margin-top: -11px;
  }
  /* line 227, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-toc dl.expander dt {
    color: #00768a;
    padding-left: 41px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 227, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-toc dl.expander dt {
    /* MQ: Tablet */
    padding-left: 35px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 227, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-toc dl.expander dt {
    /* MQ: Widescreen */
    padding-left: 25px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 240, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-toc dl.expander dt:before {
    top: 12px;
    left: 21px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 240, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-toc dl.expander dt:before {
    /* MQ: Tablet */
    left: 15px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 240, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-toc dl.expander dt:before {
    /* MQ: Widescreen */
    left: 1px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 253, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-toc dl.expander dt:not(.open):before {
    background-position: 0 -42px;
  }
  /* line 259, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-toc dl.expander dt.open:before {
    background-position: 0 12px;
  }
  /* line 264, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-toc dl.expander dd {
    padding-right: 0;
  }
  /* line 267, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-toc dl.expander dd li {
    border-top: none;
    border-bottom: 1px solid #ddd;
  }
  /* line 274, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-toc dl.expander .toc {
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 279, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-toc dl.expander .toc + .action-footer {
    margin-top: 8px;
  }
  /* line 283, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-toc dl.expander .toc-item {
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
  }
  /* line 288, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-toc dl.expander .toc-item .main {
    position: relative;
  }
  /* line 291, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-toc dl.expander .toc-item .main .title {
    font-size: 16px;
    font-size: 1.6rem;
    color: #00768a;
    text-align: left;
    margin-bottom: 2px;
    width: 80%;
  }
  /* line 299, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-toc dl.expander .toc-item .main .authors {
    font-size: 11px;
    font-size: 1.1rem;
    text-align: left;
    padding-right: 130px;
  }
  /* line 305, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-toc dl.expander .toc-item .main .page-range {
    font-size: 11px;
    font-size: 1.1rem;
    color: #666666;
    text-align: right;
    position: absolute;
    bottom: 0;
  }
  /* line 313, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-toc dl.expander .toc-item .main .toc-expander {
    background: url(/app-pp/assets-v/images/expander_arrows.png) no-repeat 0 -216px;
    width: 12px;
    height: 12px;
    margin-left: 15px;
    display: inline-block;
  }
  /* line 321, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-toc dl.expander .toc-item .detail {
    display: none;
    margin-top: 12px;
  }
  /* line 325, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-toc dl.expander .toc-item .detail .preview {
    margin-right: 20px;
  }
  /* line 328, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-toc dl.expander .toc-item .detail .price {
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 4px;
  }
  /* line 334, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-toc dl.expander .toc-item.inactive {
    cursor: auto;
  }
  /* line 336, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-toc dl.expander .toc-item.inactive:hover {
    background-color: transparent;
  }
  /* line 339, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-toc dl.expander .toc-item.inactive .toc-expander {
    visibility: hidden;
  }
  /* line 342, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-toc dl.expander .toc-item.inactive.open.detail {
    display: none;
  }
  /* line 348, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-toc dl.expander .toc-item.open .detail {
    display: block;
  }
  /* line 351, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-toc dl.expander .toc-item.open .toc-expander {
    background-position: 0 -158px;
  }

  /* line 359, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .extra-materials {
    margin: 2.5em 0;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 40px;
    padding-left: 10px;
    margin-left: -10px;
    line-height: 1.5;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 359, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .extra-materials {
    /* MQ: Tablet */
    overflow: hidden;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 43, ../../../springer-compass/sass/page_specific/mixins/_product_container.scss */
  .extra-materials:first-child {
    margin-top: 0;
  }
  /* line 47, ../../../springer-compass/sass/page_specific/mixins/_product_container.scss */
  .extra-materials .box-primary,
  .extra-materials .box-secondary {
    margin: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 359, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .extra-materials {
    /* MQ: Tablet */
    -webkit-box-shadow: inset 0 -1px 0 0 #ffffff, inset 0 -18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 -1px 0 0 #ffffff, inset 0 -18px 18px -18px #efefef;
    box-shadow: inset 0 -1px 0 0 #ffffff, inset 0 -18px 18px -18px #efefef;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 359, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .extra-materials {
    /* MQ: Tablet */
    padding-left: 20px;
    margin-left: -20px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 359, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .extra-materials {
    /* MQ: Widescreen */
    padding-left: 20px;
    margin-left: -20px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 363, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-toc + .extra-materials {
    margin-top: -20px;
  }
  /* line 367, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .extra-materials .btn {
    margin-bottom: 1em;
  }
  /* line 371, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .extra-materials ul {
    clear: right;
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 371, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .extra-materials ul {
    /* MQ: Widescreen */
    clear: none;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 379, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .extra-materials ul li {
    margin-bottom: 1.25em;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 379, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .extra-materials ul li {
    /* MQ: Widescreen */
    margin-bottom: 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 387, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .extra-materials ul a {
    font-weight: bold;
  }
  /* line 391, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .extra-materials span {
    color: #666666;
  }

  /* line 396, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-recommendation {
    margin: 2.5em 0;
    margin-top: -7px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 396, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-recommendation {
    /* MQ: Tablet */
    overflow: hidden;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 43, ../../../springer-compass/sass/page_specific/mixins/_product_container.scss */
  .product-recommendation:first-child {
    margin-top: 0;
  }
  /* line 47, ../../../springer-compass/sass/page_specific/mixins/_product_container.scss */
  .product-recommendation .box-primary,
  .product-recommendation .box-secondary {
    margin: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 396, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-recommendation {
    /* MQ: Tablet */
    margin: 2.5em 0;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 40px;
    padding-left: 10px;
    margin-left: -10px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) and (min-width: 600px) {
  /* line 396, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-recommendation {
    /* MQ: Tablet */
    overflow: hidden;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 43, ../../../springer-compass/sass/page_specific/mixins/_product_container.scss */
  .product-recommendation:first-child {
    margin-top: 0;
  }
  /* line 47, ../../../springer-compass/sass/page_specific/mixins/_product_container.scss */
  .product-recommendation .box-primary,
  .product-recommendation .box-secondary {
    margin: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) and (min-width: 600px) {
  /* line 396, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-recommendation {
    /* MQ: Tablet */
    -webkit-box-shadow: inset 0 -1px 0 0 #ffffff, inset 0 -18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 -1px 0 0 #ffffff, inset 0 -18px 18px -18px #efefef;
    box-shadow: inset 0 -1px 0 0 #ffffff, inset 0 -18px 18px -18px #efefef;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) and (min-width: 600px) {
  /* line 396, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-recommendation {
    /* MQ: Tablet */
    padding-left: 20px;
    margin-left: -20px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) and (min-width: 1004px) {
  /* line 396, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-recommendation {
    /* MQ: Widescreen */
    padding-left: 20px;
    margin-left: -20px;
  }
}

@media screen and (min-device-width: 320px) {
  /* line 404, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-recommendation h2 {
    margin-bottom: 1.2em;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 408, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-recommendation .cms-carousel {
    /* MQ: Tablet */
    padding: 0 40px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 413, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-recommendation .cms-carousel .control-prev,
  .product-recommendation .cms-carousel .control-next {
    top: 20%;
  }
  /* line 420, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-recommendation .product-graphic {
    width: 81px;
    height: 130px;
  }
  /* line 425, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-recommendation .product-information {
    word-wrap: break-word;
  }
  /* line 428, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-recommendation .product-information .author {
    font-size: 11px;
    font-size: 1.1rem;
    color: #666666;
  }

  /* line 436, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-footnote:before {
    display: block;
    content: "";
    margin: 2.5em 0;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 40px;
    padding-left: 10px;
    margin-left: -10px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 436, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-footnote:before {
    /* MQ: Tablet */
    overflow: hidden;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 43, ../../../springer-compass/sass/page_specific/mixins/_product_container.scss */
  .product-footnote:before:first-child {
    margin-top: 0;
  }
  /* line 47, ../../../springer-compass/sass/page_specific/mixins/_product_container.scss */
  .product-footnote:before .box-primary,
  .product-footnote:before .box-secondary {
    margin: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 436, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-footnote:before {
    /* MQ: Tablet */
    -webkit-box-shadow: inset 0 -1px 0 0 #ffffff, inset 0 -18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 -1px 0 0 #ffffff, inset 0 -18px 18px -18px #efefef;
    box-shadow: inset 0 -1px 0 0 #ffffff, inset 0 -18px 18px -18px #efefef;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 436, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-footnote:before {
    /* MQ: Tablet */
    padding-left: 20px;
    margin-left: -20px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 436, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-footnote:before {
    /* MQ: Widescreen */
    padding-left: 20px;
    margin-left: -20px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 442, ../../../springer-compass/sass/page_specific/_spcom_product_edition.scss */
  .product-footnote p {
    color: #999999;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* line 3, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-about dd > div > div {
    max-height: 110px;
  }

  /* line 9, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-toc .chapter-count {
    font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    color: #555555;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 17, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-toc dl.expander .toc-item {
    padding: 12px 0 20px 0;
    border-bottom: 1px solid #d0d0d0;
  }
  /* line 21, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-toc dl.expander .toc-item:first-child {
    border-top: 1px solid #d0d0d0;
  }
  /* line 25, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-toc dl.expander .toc-item:hover {
    background-color: transparent;
  }
  /* line 30, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-toc dl.expander .toc-item .main .title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  /* line 35, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-toc dl.expander .toc-item .main .page-range,
  .product-toc dl.expander .toc-item .main .authors {
    color: #555555;
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 41, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-toc dl.expander .toc-item .main .page-range:after {
    content: "C";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: relative;
    display: inline;
    top: 1px;
    left: 6px;
    color: #008ca4;
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* line 49, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-toc dl.expander .toc-item .main .toc-expander {
    display: none;
  }
  /* line 54, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-toc dl.expander .toc-item.open .main .page-range:after {
    content: "B";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: relative;
    display: inline;
  }
  /* line 59, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-toc dl.expander .toc-item .detail .price,
  .product-toc dl.expander .toc-item .detail .btn {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  }
  /* line 65, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-toc dl.expander .toc-item .detail .price {
    margin-left: 10px;
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  }
  /* line 70, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-toc dl.expander .toc-item .detail a.btn.preview,
  .product-toc dl.expander .toc-item .detail a.btn.buy {
    height: auto;
    padding: 5px 35px 5px 15px;
  }
  /* line 75, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-toc dl.expander .toc-item .detail a.btn.preview:after,
  .product-toc dl.expander .toc-item .detail a.btn.buy:after {
    top: 5px;
  }
  /* line 80, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-toc dl.expander .toc-item .detail a.btn.buy {
    background: #4c4d51;
  }
  /* line 86, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-toc dl.expander dt:before {
    background-image: none;
    content: "" !important;
  }
  /* line 91, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-toc dl.expander dt:after {
    content: "C";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: block;
    right: 30px;
    top: 20px;
  }
  /* line 97, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-toc dl.expander dt.open:after {
    content: "B";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: block;
  }
  /* line 102, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-toc dl.expander dd .action-show-all {
    font-family: Verdana, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 106, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-toc dl.expander dd .action-show-all:before {
    content: "";
  }
  /* line 110, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-toc dl.expander dd .action-show-all:after {
    content: "C";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: relative;
    display: inline;
    padding-left: 5px;
    top: 1px;
  }
  /* line 117, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-toc dl.expander dd li {
    border-bottom: none;
  }

  /* line 125, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-buy .box-primary {
    color: #2b2b2b;
    border: none;
    padding: 10px 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #f4f4f4;
  }
  /* line 132, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-buy .box-primary h3 {
    margin-left: -10px;
    font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    line-height: 1.2;
    font-size: 22px;
    font-size: 2.2rem;
  }
  /* line 140, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-buy .box-primary dl.expander dt,
  .product-buy .box-primary .buy-footer {
    border-color: #777777;
  }
  /* line 145, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-buy .box-primary .buy-footer {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 154, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-buy .expander dd .price-note {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
    color: #333333;
  }
  /* line 161, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-buy .expander dd .actions .buy {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    padding: 5px 20px;
    text-align: left;
    position: relative;
    width: 85%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 161, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-buy .expander dd .actions .buy {
    /* MQ: Widescreen */
    width: 260px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 173, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-buy .expander dd .actions .buy:after {
    content: "A";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: block;
    right: 7px;
    top: 3px;
  }
  /* line 179, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-buy .expander dd .actions .buy .openaccess {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    padding: 5px 20px;
    text-align: left;
    position: relative;
    width: 85%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 179, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-buy .expander dd .actions .buy .openaccess {
    /* MQ: Widescreen */
    width: 260px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 191, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-buy .expander dd .actions .buy .openaccess:after {
    content: "A";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: block;
    right: 7px;
    top: 3px;
  }
  /* line 202, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-buy .expander dt .cover-type,
  .product-buy .expander dt .price-box {
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  }
  /* line 207, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-buy .expander dt .cover-type {
    font-size: 18px;
    font-size: 1.8rem;
  }
  /* line 210, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-buy .expander dt .cover-type:hover {
    color: #008ca4;
  }
  /* line 215, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-buy .expander dt .price-box .price {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 215, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-buy .expander dt .price-box .price {
    /* MQ: Tablet */
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 226, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-buy .buy-footer a:before {
    content: "";
  }

  /* line 233, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-footnote:before {
    display: none;
  }
  /* line 237, ../../../springer-compass/sass/page_specific/_spcom_product_edition_palgrave.scss */
  .product-footnote p {
    font-size: 12px;
    font-size: 1.2rem;
    color: #555;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* line 2, ../../../springer-compass/sass/page_specific/_spcom_added_to_cart.scss */
  .added-to-cart {
    background: #FFF url(../images/grdnt_grey_f8f8f8_ffffff.gif) repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#FFFFFF));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #FFFFFF);
    background-image: -moz-linear-gradient(top, #f8f8f8, #FFFFFF);
    background-image: -ms-linear-gradient(top, #f8f8f8, #FFFFFF);
    background-image: -o-linear-gradient(top, #f8f8f8, #FFFFFF);
    background-image: linear-gradient(top, #f8f8f8, #FFFFFF);
    border: 1px solid #DBDBDA;
    margin: 0 auto;
    position: relative;
  }
  /* line 8, ../../../springer-compass/sass/page_specific/_spcom_added_to_cart.scss */
  .added-to-cart .mod-hd {
    height: 16px;
  }
  /* line 12, ../../../springer-compass/sass/page_specific/_spcom_added_to_cart.scss */
  .added-to-cart .mod-bd {
    /* for nicer animation */
    overflow: hidden;
    text-align: center;
  }
  /* line 15, ../../../springer-compass/sass/page_specific/_spcom_added_to_cart.scss */
  .added-to-cart .mod-bd h2 {
    -webkit-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    box-shadow: inset 0 -1px 0 0 #FFF, inset 0 -18px 18px -18px #efefef;
    border-bottom: 1px solid #D7D6D6;
    padding: 0 4px 7px 0;
    padding-bottom: 12px;
    margin: 6px -20px 20px -20px;
    text-align: center;
  }
  /* line 23, ../../../springer-compass/sass/page_specific/_spcom_added_to_cart.scss */
  .added-to-cart .product-cover {
    float: left;
    width: 68px;
    height: 90px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 23, ../../../springer-compass/sass/page_specific/_spcom_added_to_cart.scss */
  .added-to-cart .product-cover {
    /* MQ: Tablet */
    margin: 0 20px 20px 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 35, ../../../springer-compass/sass/page_specific/_spcom_added_to_cart.scss */
  .added-to-cart .content-pricing {
    margin: 0 7px 12px 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
    clear: left;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 35, ../../../springer-compass/sass/page_specific/_spcom_added_to_cart.scss */
  .added-to-cart .content-pricing {
    /* MQ: Tablet */
    clear: none;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 44, ../../../springer-compass/sass/page_specific/_spcom_added_to_cart.scss */
  .added-to-cart .content-pricing h3 {
    clear: both;
    float: left;
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0;
    text-align: left;
  }
  /* line 51, ../../../springer-compass/sass/page_specific/_spcom_added_to_cart.scss */
  .added-to-cart .content-pricing p {
    clear: both;
    float: left;
    margin: 0;
  }
  /* line 56, ../../../springer-compass/sass/page_specific/_spcom_added_to_cart.scss */
  .added-to-cart .content-pricing .content-prices {
    font-size: 20px;
    font-size: 2rem;
  }
  /* line 59, ../../../springer-compass/sass/page_specific/_spcom_added_to_cart.scss */
  .added-to-cart .content-pricing .btn {
    font-size: 14px;
    font-size: 1.4rem;
    height: 28px;
    padding: 1px 12px 0 12px;
  }
  /* line 66, ../../../springer-compass/sass/page_specific/_spcom_added_to_cart.scss */
  .added-to-cart .aggregate-pricing p, .added-to-cart .aggregate-pricing h3 {
    color: #777777;
  }
  /* line 71, ../../../springer-compass/sass/page_specific/_spcom_added_to_cart.scss */
  .added-to-cart .leaf-pricing p, .added-to-cart .leaf-pricing h3 {
    color: #333333;
  }
  /* line 75, ../../../springer-compass/sass/page_specific/_spcom_added_to_cart.scss */
  .added-to-cart .price-disclaimer {
    color: #777777;
    font-size: 11px;
    font-size: 1.1rem;
    margin: 0 0 20px 0;
  }
  /* line 81, ../../../springer-compass/sass/page_specific/_spcom_added_to_cart.scss */
  .added-to-cart .actions-footer {
    clear: both;
    border-top: 1px solid #ddd;
    padding-top: 20px;
  }
  /* line 85, ../../../springer-compass/sass/page_specific/_spcom_added_to_cart.scss */
  .added-to-cart .actions-footer p {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
  }
  /* line 89, ../../../springer-compass/sass/page_specific/_spcom_added_to_cart.scss */
  .added-to-cart .actions-footer .btn {
    font-size: 12px;
    font-size: 1.2rem;
    float: right;
  }
  /* line 93, ../../../springer-compass/sass/page_specific/_spcom_added_to_cart.scss */
  .added-to-cart .actions-footer .btn.continue-action {
    margin-bottom: 1em;
    float: left;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* line 2, ../../../springer-compass/sass/page_specific/_spcom_added_to_cart_palgrave.scss */
  #cboxOverlay {
    background: black;
    opacity: 0.5 !important;
  }

  /* line 7, ../../../springer-compass/sass/page_specific/_spcom_added_to_cart_palgrave.scss */
  #colorbox {
    background-color: transparent;
    outline: none;
  }

  /* line 12, ../../../springer-compass/sass/page_specific/_spcom_added_to_cart_palgrave.scss */
  .added-to-cart {
    background: white;
    background-image: none;
  }
  /* line 16, ../../../springer-compass/sass/page_specific/_spcom_added_to_cart_palgrave.scss */
  .added-to-cart .btn-close {
    background-color: transparent;
  }
  /* line 20, ../../../springer-compass/sass/page_specific/_spcom_added_to_cart_palgrave.scss */
  .added-to-cart .mod-hd {
    background: #f4f4f4;
    background-image: none;
    border-bottom: none;
    padding: 20px 0;
  }
  /* line 26, ../../../springer-compass/sass/page_specific/_spcom_added_to_cart_palgrave.scss */
  .added-to-cart .mod-hd .btn-close {
    color: #00768a;
    top: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* line 31, ../../../springer-compass/sass/page_specific/_spcom_added_to_cart_palgrave.scss */
  .added-to-cart .mod-hd .btn-close::before {
    background-image: none;
  }
  /* line 35, ../../../springer-compass/sass/page_specific/_spcom_added_to_cart_palgrave.scss */
  .added-to-cart .mod-hd .btn-close::after {
    content: "T";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: inline;
    right: 6px;
    top: 0;
  }
  /* line 44, ../../../springer-compass/sass/page_specific/_spcom_added_to_cart_palgrave.scss */
  .added-to-cart .mod-bd h2 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 22px;
    font-size: 2.2rem;
    margin: 0 0 14px 0;
    text-align: left;
  }
  /* line 51, ../../../springer-compass/sass/page_specific/_spcom_added_to_cart_palgrave.scss */
  .added-to-cart .mod-bd #aggregate-pricing-info {
    font-size: 28px;
    font-size: 2.8rem;
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  }
  /* line 57, ../../../springer-compass/sass/page_specific/_spcom_added_to_cart_palgrave.scss */
  .added-to-cart .mod-bd .actions-footer .btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* line 60, ../../../springer-compass/sass/page_specific/_spcom_added_to_cart_palgrave.scss */
  .added-to-cart .mod-bd .actions-footer .btn.continue-action {
    color: #2b2b2b;
    background: #ddd;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* line 4, ../../../springer-compass/sass/page_specific/_spcom_layouts.scss */
  .col-aside,
  .col-main {
    min-height: 1px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* COMMON STYLES SEARCH RESULT PAGE
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  #wrapper #content.search-page,
  .page-wrapper #content.search-page {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }

  /* line 9, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page {
    /*
     * Manual Overrides as requested in SGWSPCOM-3635
     * TODO needs manual corrections on grid update
     */
  }
  /* line 10, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page h2.empty {
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 7px 0 15px;
  }
  /* line 12, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .cms-lang-jp .search-result-page h2.empty {
    font-family: "ヒラギノ角ゴ Pro W3", Georgia, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  /* line 19, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .search-header {
    padding-bottom: 1em;
  }
  /* line 27, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .search-meta {
    float: none;
  }
  /* line 31, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .search-meta p {
    color: #777777;
    margin: .5em 0;
  }
  /* line 36, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .search-meta a.facet-link {
    background: url("../images/remove_icons.png") no-repeat right 1px;
    color: #ee7d11;
    margin-right: 12px;
    padding-right: 19px;
    position: relative;
  }
  /* line 43, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .search-meta a.facet-link:hover {
    background-position: right -49px;
  }
  /* line 47, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .search-meta a.facet-link:active {
    background-position: right -74px;
    color: #ce4900;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 53, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .search-meta .result-count-message {
    /* MQ: Widescreen */
    line-height: 26px;
    margin-top: 17px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 64, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .search-filtering h2 {
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    color: #3d3e43;
  }
  /* line 66, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .cms-lang-jp .search-result-page .search-filtering h2 {
    font-family: "ヒラギノ角ゴ Pro W3", Georgia, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  /* line 73, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .search-filtering h3 {
    font-weight: normal;
    text-transform: uppercase;
  }
  /* line 77, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .search-filtering .facet-active .facet-title {
    font-weight: normal;
  }
  /* line 84, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .search-filtering .facet ol.hidden-facets {
    height: 0;
    overflow: hidden;
  }
  /* line 89, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .search-filtering .facet.facet-extended ol.hidden-facets {
    height: auto;
    border-top: 1px solid #E9E9E9;
  }
  /* line 94, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .search-filtering .facet .show-nav,
  .search-result-page .search-filtering .facet .collapse-nav {
    display: none;
    margin: 0;
  }
  /* line 101, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .search-filtering .facet.facet-extendable .show-nav,
  .search-result-page .search-filtering .facet.facet-extendable .collapse-nav {
    display: block;
  }
  /* line 113, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .content-item-list .result-item {
    position: relative;
    zoom: 1;
    border-bottom: 1px solid #d7d7d7;
    padding: 19px 0 38px;
    min-height: 140px;
    -webkit-box-shadow: inset 0 -1px 0 0 #ffffff, inset 0 -18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 -1px 0 0 #ffffff, inset 0 -18px 18px -18px #efefef;
    box-shadow: inset 0 -1px 0 0 #ffffff, inset 0 -18px 18px -18px #efefef;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .search-result-page .content-item-list .result-item:before, .search-result-page .content-item-list .result-item:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .search-result-page .content-item-list .result-item:after {
    clear: both;
  }
  /* line 121, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .content-item-list .result-item .snippet {
    display: block;
    max-height: 42px;
    overflow: hidden;
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    -o-transition: max-height 0.8s;
    transition: max-height 0.8s;
  }
  /* line 128, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .content-item-list .result-item .snippet.expanded {
    max-height: 420px;
  }
  /* line 132, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .content-item-list .result-item .snippet,
  .search-result-page .content-item-list .result-item h4 {
    padding-right: 90px;
  }
  /* line 137, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .content-item-list .result-item a.expand,
  .search-result-page .content-item-list .result-item a.shrink {
    display: none;
    line-height: 1.6;
  }
  /* line 143, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .content-item-list .result-item a.expand:before,
  .search-result-page .content-item-list .result-item a.shrink:before {
    content: '\00BB\0020';
  }
  /* line 148, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .content-item-list .result-item a.cover {
    display: block;
    position: absolute;
    top: 40px;
    right: 0;
  }
  /* line 154, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .content-item-list .result-item a.cover img {
    padding-left: .5em;
    max-width: 80px;
    height: auto;
  }
  /* line 160, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .content-item-list .result-item .result-type {
    font-size: 11px;
    font-size: 1.1rem;
    color: #777777;
  }
  /* line 165, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .content-item-list .result-item p.meta {
    margin-top: 3px;
    padding-right: 90px;
  }
  /* line 170, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .content-item-list .result-item h4 {
    margin: 4px 0 14px;
    font-size: 20px;
    font-size: 2rem;
    color: #00768a;
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  }
  /* line 175, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .cms-lang-jp .search-result-page .content-item-list .result-item h4 {
    font-family: "ヒラギノ角ゴ Pro W3", Georgia, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  /* line 181, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .content-item-list .result-item.last {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: none;
  }
  /* line 188, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .cps-header {
    background-color: #f8f8f8;
    padding: 20px;
    margin-bottom: 20px;
  }
  /* line 193, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .cps-header .introduction {
    color: #777777;
  }
  /* line 197, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .cps-header .product-buy {
    margin-bottom: 0;
  }
  /* line 201, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .cps-header .col-main {
    float: none;
  }
  /* line 205, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .cps-header img.bookshelf {
    display: block;
    max-width: 100%;
  }
  /* line 210, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .cps-header a.return:before {
    content: '\00BB\0020';
  }
  /* line 214, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .cps-header .buy {
    float: right;
    display: block;
  }
  /* line 219, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .cps-header .price {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
  }
  /* line 224, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .cps-header .buypackage {
    position: relative;
    margin-bottom: 5px;
  }
  /* line 228, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .cps-header .buypackage .return {
    display: block;
    position: absolute;
    bottom: 0;
  }
  /* line 234, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .cps-header .buypackage .price {
    display: block;
    position: relative;
    bottom: -9px;
    right: 10px;
    float: right;
  }
  /* line 242, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .cps-header .buypackage .list-price {
    font-size: 20px;
    font-size: 2rem;
    text-decoration: line-through;
    font-size: 1.6rem;
    color: #999999;
    display: block;
    position: relative;
    bottom: -14px;
    right: 10px;
    float: right;
    margin: 0 1em 0 1em;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 188, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .cps-header {
    /* MQ: Widescreen */
  }
  /* line 257, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .cps-header .head {
    zoom: 1;
  }
  /* line 258, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .cps-header .head h1 {
    display: block;
    width: 60%;
    padding-right: 3%;
    float: left;
  }
  /* line 265, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .cps-header .head img.bookshelf {
    float: right;
    width: 37%;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .search-result-page .cps-header .head:before, .search-result-page .cps-header .head:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .search-result-page .cps-header .head:after {
    clear: both;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 9, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page {
    /* MQ: Widescreen */
  }
  /* line 280, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .layout-2 .col-main {
    width: 680px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 285, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .facet-header,
  .search-result-page .facet-title {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 290, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .facet-title {
    padding: 7px 55px 7px 10px;
  }
  /* line 294, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .facet-header {
    background: white;
    padding: 9px 55px 8px 10px;
  }
  /* line 299, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .facet-amount {
    bottom: 8px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 304, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .facet .remove {
    bottom: 8px;
  }
  /* line 309, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .facet-sub-true .facet-title {
    padding-left: 20px;
    color: #666;
  }
  /* line 313, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .facet-sub-true .facet-title:before {
    content: "\2022";
    position: absolute;
    left: 10px;
  }
  /* line 320, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .facet-sub-true.facet-active .facet-title {
    padding-left: 20px;
    color: #ee7d11;
  }
  /* line 326, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .facet-sub-true .facet-amount {
    color: #999;
  }
  /* line 332, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .content-item-list .result-type-unparsabledocument {
    display: none;
  }
  /* line 336, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .content-item-list .result-item small.result-type {
    display: block;
    margin-bottom: 7px;
  }
  /* line 341, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page .content-item-list .snippet {
    margin-top: 1px;
  }
  /* line 346, ../../../springer-compass/sass/page_specific/_spcom_search.scss */
  .search-result-page p.result-filter {
    line-height: 20px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* COMMON STYLES CUSTOM PACKAGES PRODUCT PAGE
  ------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  #wrapper #content.custom-package-page,
  .page-wrapper #content.custom-package-page {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }

  /* line 12, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .package-section {
    margin: 2.5em 0;
    -webkit-box-shadow: inset 0 -1px 0 0 #ffffff, inset 0 -18px 18px -18px #efefef;
    -moz-box-shadow: inset 0 -1px 0 0 #ffffff, inset 0 -18px 18px -18px #efefef;
    box-shadow: inset 0 -1px 0 0 #ffffff, inset 0 -18px 18px -18px #efefef;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 40px;
    padding-left: 10px;
    margin-left: -10px;
    padding-left: 0;
    margin-left: -10px;
    margin-right: -10px;
    padding: 0 1rem;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 12, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .package-section {
    /* MQ: Tablet */
    overflow: hidden;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 43, ../../../springer-compass/sass/page_specific/mixins/_product_container.scss */
  .custom-package-page .package-section:first-child {
    margin-top: 0;
  }
  /* line 47, ../../../springer-compass/sass/page_specific/mixins/_product_container.scss */
  .custom-package-page .package-section .box-primary,
  .custom-package-page .package-section .box-secondary {
    margin: 0;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 12, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .package-section {
    /* MQ: Tablet */
    padding-left: 20px;
    margin-left: -20px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 12, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .package-section {
    /* MQ: Widescreen */
    padding-left: 20px;
    margin-left: -20px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 21, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .package-section .product-recommendation {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: none;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 12, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .package-section {
    /* MQ: Tablet */
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 12, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .package-section {
    /* MQ: Widescreen */
    padding: 0 0 .5rem;
  }
  /* line 34, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .package-section.spaced {
    padding: 0 40px .5rem;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 41, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page h1 {
    margin-top: 25px;
  }
  /* line 45, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .package-image {
    display: block;
    margin-bottom: 20px;
    height: auto;
    max-width: 100%;
  }
  /* line 52, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .loading-image {
    display: block;
    margin: auto;
  }
  /* line 57, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page p {
    line-height: 1.6;
  }
  /* line 61, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .description {
    color: #777777;
  }
  /* line 65, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .product-title .master-package:before {
    content: '\00BB\0020';
  }
  /* line 69, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page p.package-teaser {
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    color: #777777;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
  /* line 71, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .cms-lang-jp .custom-package-page p.package-teaser {
    font-family: "ヒラギノ角ゴ Pro W3", Georgia, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  /* line 80, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .cms-common h3 {
    margin-top: 0;
  }
  /* line 84, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .cms-common ul {
    padding-left: 0;
  }
  /* line 88, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .cms-link-list li {
    zoom: 1;
    display: block;
    line-height: 2;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .custom-package-page .cms-link-list li:before, .custom-package-page .cms-link-list li:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .custom-package-page .cms-link-list li:after {
    clear: both;
  }
  /* line 94, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .cms-link-list li .facet-link {
    float: left;
  }
  /* line 98, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .cms-link-list li .facet-count {
    float: right;
    color: #777777;
  }
  /* line 104, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .package-badge {
    color: white;
    background-color: #008ca4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#008ca4), to(#00768a));
    background-image: -webkit-linear-gradient(top, #008ca4, #00768a);
    background-image: -moz-linear-gradient(top, #008ca4, #00768a);
    background-image: -ms-linear-gradient(top, #008ca4, #00768a);
    background-image: -o-linear-gradient(top, #008ca4, #00768a);
    background-image: linear-gradient(top, #008ca4, #00768a);
    -webkit-box-shadow: -2px 2px 6px -1px rgba(0, 0, 0, 0.25), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: -2px 2px 6px -1px rgba(0, 0, 0, 0.25), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
    box-shadow: -2px 2px 6px -1px rgba(0, 0, 0, 0.25), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
    -webkit-border-radius: 0 0 10px 0;
    -moz-border-radius: 0 0 10px 0;
    border-radius: 0 0 10px 0;
    padding: 5px 15px;
    max-width: 100%;
    display: block;
    margin-left: -10px;
  }
  /* line 113, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .package-badge p {
    font-size: inherit;
    line-height: 2.5em;
    margin: 0;
  }
  /* line 118, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .package-badge p .number {
    font-size: 22px;
    font-size: 2.2rem;
    display: inline-block;
    padding-right: 5px;
    min-width: 45px;
    text-align: right;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 104, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .package-badge {
    /* MQ: Tablet */
    margin-left: -20px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 104, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .package-badge {
    /* MQ: Widescreen */
    margin-left: -40px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 11, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page {
    /* MQ: Widescreen */
  }
  /* line 139, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .box {
    float: left;
    width: 268px;
    margin-right: 20px;
  }
  /* line 145, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .box.last {
    margin-right: 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 152, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .box ul.benefits li {
    margin-top: auto;
  }
  /* line 156, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .box ul.benefits li:before {
    content: '\002D\0020';
  }
  /* line 161, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .box .price {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    display: block;
    margin-top: 1rem;
  }
  /* line 168, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .box.contact {
    padding-top: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 173, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .box.contact p {
    margin: 0 0 .6em;
  }
  /* line 179, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .col-aside .product-buy {
    display: block;
  }
  /* line 186, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .js .custom-package-page dl.expander dt {
    zoom: 1;
  }
  /* line 4, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .js .custom-package-page dl.expander dt:before, .js .custom-package-page dl.expander dt:after {
    content: "";
    display: table;
  }
  /* line 9, ../../../springer-compass/sass/sitewide/mixins/_clearfix.scss */
  .js .custom-package-page dl.expander dt:after {
    clear: both;
  }
  /* line 189, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .js .custom-package-page dl.expander dt:before {
    background-image: url(/app-product-front-end/assets-v/images/expander_arrows.png);
  }
  /* line 197, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .product-buy .before {
    text-decoration: line-through;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 11, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page {
    /* MQ: Widescreen */
  }
  /* line 204, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page h2.right-section {
    margin-left: 50px;
  }
  /* line 208, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .package-section.spaced {
    padding-right: 36px;
  }
  /* line 212, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .package-section.spaced .layout-2 .col-aside {
    width: 220px;
  }
  /* line 216, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .package-section.spaced .layout-2 .col-main {
    width: 644px;
  }
  /* line 220, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .package-section.spaced .layout-2 h2 {
    margin-top: 35px;
  }
  /* line 224, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .package-section.spaced .layout-2 .contact {
    padding-left: 0;
    padding-right: 40px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 233, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .col-aside .product-buy {
    margin-bottom: 48px;
  }
  /* line 237, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .big-search {
    margin-bottom: 50px;
  }
  /* line 241, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page p.package-teaser {
    margin-bottom: 40px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 11, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page {
    /* MQ: Tablet */
  }
  /* line 246, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .box.last {
    margin-bottom: 55px;
  }
  /* line 250, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page p.package-teaser {
    margin-bottom: 25px;
  }
  /* line 254, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .big-search {
    margin-bottom: 0;
  }
  /* line 258, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .col-aside .product-buy {
    margin-bottom: 2.5em;
  }
  /* line 262, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page h2 {
    margin: 0 0 15px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) and (min-width: 1004px) {
  /* line 11, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page {
    /* MQ: Widescreen */
  }
  /* line 267, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page h2 {
    margin: 0 0 10px;
  }
  /* line 271, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .package-section .product-recommendation {
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 277, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .description p {
    margin-bottom: 50px;
  }
  /* line 281, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .package-section {
    margin-top: 0;
    margin-bottom: 20px;
  }
  /* line 286, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .package-section .product-recommendation {
    margin-bottom: 10px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 291, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page h3.books-header,
  .custom-package-page h3.journal-header {
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: #777777;
    font-size: 16px;
    font-size: 1.6rem;
    display: inline;
    float: left;
    margin: 0 0 0 0;
  }
  /* line 294, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .cms-lang-jp .custom-package-page h3.books-header, .cms-lang-jp
  .custom-package-page h3.journal-header {
    font-family: "ヒラギノ角ゴ Pro W3", Georgia, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  /* line 306, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page a.books-link,
  .custom-package-page a.journal-link {
    float: right;
  }
  /* line 7, ../../../springer-compass/sass/sitewide/mixins/_link-symbol.scss */
  .custom-package-page a.books-link:before,
  .custom-package-page a.journal-link:before {
    content: '\00BB\0020';
    /* raquo + space */
  }
  /* line 312, ../../../springer-compass/sass/page_specific/_spcom_custom_packages.scss */
  .custom-package-page .cms-carousel {
    padding-top: 40px;
  }
}
@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* CHECKOUT STYLE OVERWRITES FOR THE PAYMENT SERVICE
------------------------------------------------------------------------------*/
  /* line 5, ../../../springer-compass/sass/page_specific/_spcom_payment_service.scss */
  .payment-service {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 8, ../../../springer-compass/sass/page_specific/_spcom_payment_service.scss */
  .payment-service p.settlement-introduction {
    display: block;
    font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 28px;
  }
  /* line 15, ../../../springer-compass/sass/page_specific/_spcom_payment_service.scss */
  .payment-service #header {
    background-image: url(/public/app-payment-service/assets-v/images/bg-mobile-header.png);
    min-height: 0;
    padding-top: 89px;
  }
  /* line 21, ../../../springer-compass/sass/page_specific/_spcom_payment_service.scss */
  .payment-service .payment-methods {
    margin-bottom: 2em;
  }
  /* line 24, ../../../springer-compass/sass/page_specific/_spcom_payment_service.scss */
  .payment-service .payment-methods p.wait-for-order,
  .payment-service .payment-methods p.buy-now-error {
    display: block;
    text-align: center;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 24, ../../../springer-compass/sass/page_specific/_spcom_payment_service.scss */
  .payment-service .payment-methods p.wait-for-order,
  .payment-service .payment-methods p.buy-now-error {
    /* MQ: Tablet */
    text-align: left;
    margin-top: 110px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 35, ../../../springer-compass/sass/page_specific/_spcom_payment_service.scss */
  .payment-service .payment-methods p.wait-for-order {
    background: transparent url(/public/app-payment-service/assets-v/images/loading.gif) no-repeat center top;
    padding-top: 45px;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 35, ../../../springer-compass/sass/page_specific/_spcom_payment_service.scss */
  .payment-service .payment-methods p.wait-for-order {
    /* MQ: Tablet */
    background-position: left center;
    padding-left: 45px;
    padding-top: 0;
    min-height: 32px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 47, ../../../springer-compass/sass/page_specific/_spcom_payment_service.scss */
  .payment-service .payment-methods .connector {
    background-image: url(/public/app-payment-service/assets-v/images/payment-connector-bottom.png);
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 47, ../../../springer-compass/sass/page_specific/_spcom_payment_service.scss */
  .payment-service .payment-methods .connector {
    /* MQ: Tablet */
    background-image: url(/public/app-payment-service/assets-v/images/payment-connector-right.png);
  }
}
@media screen and (min-device-width: 320px) {
  /* line 57, ../../../springer-compass/sass/page_specific/_spcom_payment_service.scss */
  .payment-service .basket-list .product .text h2 {
    color: #333333;
  }
  /* line 61, ../../../springer-compass/sass/page_specific/_spcom_payment_service.scss */
  .payment-service .basket-list .product .text h2,
  .payment-service .basket-list .product .text p {
    word-break: break-word;
  }
  /* line 68, ../../../springer-compass/sass/page_specific/_spcom_payment_service.scss */
  .payment-service#wrapper #content, .payment-service.page-wrapper #content {
    padding: 40px 20px 0;
  }
  /* line 73, ../../../springer-compass/sass/page_specific/_spcom_payment_service.scss */
  .payment-service #footer #footer-legal {
    padding: 0 40px 15px;
  }
  /* line 77, ../../../springer-compass/sass/page_specific/_spcom_payment_service.scss */
  .payment-service .prices-total .price-label.bigger-font {
    font-weight: bold;
  }
  /* line 81, ../../../springer-compass/sass/page_specific/_spcom_payment_service.scss */
  .payment-service .basket-list {
    margin-bottom: 20px;
  }
  /* line 85, ../../../springer-compass/sass/page_specific/_spcom_payment_service.scss */
  .payment-service .basket-list .non-product .price-label {
    width: 54%;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 600px) {
  /* line 89, ../../../springer-compass/sass/page_specific/_spcom_payment_service.scss */
  .payment-service .basket-list .non-product .additional-prices {
    /* MQ: Tablet */
    display: inline-block;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 97, ../../../springer-compass/sass/page_specific/_spcom_payment_service.scss */
  .payment-service .basket-list ol li:hover {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #d7d7d7;
    left: inherit;
    padding: 17px 0;
  }
  /* line 108, ../../../springer-compass/sass/page_specific/_spcom_payment_service.scss */
  .payment-service .wait-for-save {
    background: transparent url(/public/app-payment-service/assets-v/images/loading.gif) no-repeat center top;
    padding-top: 45px;
    text-align: center;
    font-weight: bold;
  }
}
/* line 1, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
body {
  padding: 0;
  background: white;
}
/* line 6, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
body .row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 9, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
body .row *,
body .row *:before,
body .row *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
/* line 16, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
body #wrapper,
body .page-wrapper {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 20, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
body #wrapper #content,
body .page-wrapper #content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 25, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
body #header {
  background-color: #fefefe;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #FFF, #f0f0f0);
  background-image: -moz-linear-gradient(top, #FFF, #f0f0f0);
  background-image: -ms-linear-gradient(top, #FFF, #f0f0f0);
  background-image: -o-linear-gradient(top, #FFF, #f0f0f0);
  background-image: linear-gradient(top, #FFF, #f0f0f0);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-top: 7px solid #d83b5b;
  padding-top: 1em;
  z-index: 40;
  min-height: 185px;
}
/* line 34, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
body #header > .row {
  min-height: 185px;
}
@media screen and (min-width: 600px) {
  /* line 25, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
  body #header {
    /* MQ: Tablet */
    min-height: 110px;
  }
  /* line 40, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
  body #header > .row {
    min-height: 110px;
  }
}
/* line 45, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
body #header button,
body #header input,
body #header select,
body #header textarea {
  font-family: Verdana, sans-serif;
}
/* line 52, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
body #header #headerlogo {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  display: inline-block;
  background: url("/spcom/sites/palgrave/images/palgrave_logo_dark.png");
  background: url("/spcom/sites/palgrave/images/palgrave_logo_dark.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 146px;
  height: 65px;
  position: relative;
  left: 10px;
  top: 14px;
}
@media screen and (min-width: 600px) {
  /* line 52, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
  body #header #headerlogo {
    /* MQ: Tablet */
    left: 0;
  }
}
/* line 64, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
body #header .panel-menu {
  display: block;
  position: absolute;
  top: 117px;
  background-image: none;
  background-color: #555555;
}
@media screen and (min-width: 600px) {
  /* line 64, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
  body #header .panel-menu {
    /* MQ: Tablet */
    position: relative;
    top: auto;
  }
}
@media screen and (min-width: 600px) {
  /* line 76, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
  body #header .panel-menu #cross-nav {
    /* MQ: Tablet */
    top: -6px;
  }
}
/* line 83, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
body #header .panel-menu #cross-nav #basket-widget .flyout-caption:after {
  content: "V";
  font-family: "sn_pm_icons";
  text-transform: none;
  position: relative;
  display: block;
  color: #f9f9f9;
  font-size: 16px;
  font-size: 1.6rem;
  float: left;
}
@media screen and (min-width: 600px) {
  /* line 83, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
  body #header .panel-menu #cross-nav #basket-widget .flyout-caption:after {
    /* MQ: Tablet */
    color: #555;
  }
}
/* line 93, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
body #header .panel-menu #cross-nav #basket-widget .flyout-caption .totalQuantity {
  display: inline-block;
  margin-left: .5em;
}
/* line 99, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
body #header .panel-menu #cross-nav #basket-widget .flyout-content li {
  margin: 0;
}
/* line 102, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
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;
}
/* line 110, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
body #header .panel-menu #cross-nav a.headerbasket {
  background-image: none;
}
/* line 114, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
body #header .panel-menu #cross-nav .flyout-content {
  min-width: 180px;
}
/* line 120, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
body #header [hidden] {
  display: none;
}
/* line 122, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
body #header .visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
/* line 127, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
body #header form.site-search {
  position: relative;
  top: 43px;
}
/* line 131, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
body #header form.site-search input.search-query {
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  height: 35px;
  padding: .5em 4em .5em .75em;
  border: 1px solid transparent;
  background: #ddd;
  color: black;
  outline: 0;
}
/* line 2, ../../../springer-compass/sass/sitewide/mixins/_placeholder.scss */
body #header form.site-search input.search-query::-webkit-input-placeholder {
  color: #555;
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 3, ../../../springer-compass/sass/sitewide/mixins/_placeholder.scss */
body #header form.site-search input.search-query:-moz-placeholder {
  color: #555;
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 4, ../../../springer-compass/sass/sitewide/mixins/_placeholder.scss */
body #header form.site-search input.search-query::-moz-placeholder {
  color: #555;
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 5, ../../../springer-compass/sass/sitewide/mixins/_placeholder.scss */
body #header form.site-search input.search-query:-ms-input-placeholder {
  color: #555;
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 147, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
body #header form.site-search input.search-query:focus {
  background-color: #fff;
  border-color: #d7d7d7;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@supports (transform: scale(0)) {
  /* line 155, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
  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;
  }
  /* line 160, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
  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;
  }
}
/* line 170, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
body #header form.site-search div.awesomplete mark {
  font-weight: bold;
  background-color: inherit;
}
/* line 174, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
body #header form.site-search div.awesomplete li[aria-selected="true"] {
  background: #f4f4f4;
}
/* line 177, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
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;
}
/* line 190, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
body #header form.site-search div.awesomplete > ul:empty {
  display: none;
}
/* line 194, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
body #header form.site-search div.awesomplete > ul[hidden] {
  display: none;
}
/* line 197, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
body #header form.site-search div.awesomplete > ul > li {
  position: relative;
  padding: .4em .5em;
  cursor: pointer;
  line-height: 1.5;
  font-size: 13px;
  font-size: 1.3rem;
  color: #2b2b2b;
}
/* line 205, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
body #header form.site-search div.awesomplete > ul > li:hover {
  background: #f4f4f4;
}
/* line 209, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
body #header form.site-search div.awesomplete > ul > li mark {
  color: #2b2b2b;
}
/* line 215, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
body #header form.site-search button {
  font-size: 17.5px;
  font-size: 1.75rem;
  border-color: transparent;
  background-image: none;
  background-color: transparent;
  right: 22px;
  top: 4px;
  position: absolute;
}
/* line 224, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
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;
}
/* line 234, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
body .navwrapper {
  border-bottom: 1px solid #d7d7d7;
}
@media screen and (min-width: 600px) {
  /* line 234, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
  body .navwrapper {
    /* MQ: Tablet */
    background: white;
    height: 53px;
    border-top-width: 0;
  }
}
@media screen and (min-width: 600px) {
  /* line 234, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
  body .navwrapper {
    /* MQ: Tablet */
  }
  /* line 245, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
  nav > ul > li > * > a,
  nav > ul > li a {
    text-shadow: none;
  }
  /* line 249, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
  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) {
  /* line 257, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
  body .navwrapper nav {
    /* MQ: Tablet */
    margin-left: 0;
  }
}
/* line 262, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
body .navwrapper nav ul#global-nav {
  padding-top: 43px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media screen and (min-width: 600px) {
  /* line 262, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
  body .navwrapper nav ul#global-nav {
    /* MQ: Tablet */
    padding-top: 0;
    overflow: visible;
  }
}
/* line 271, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
body .navwrapper nav ul#global-nav a {
  font-family: "Bliss Regular", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
}
/* line 276, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
body .navwrapper nav ul#global-nav li {
  border-width: 0;
}
/* line 281, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
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;
}
/* line 289, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
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) {
  /* line 280, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
  body .navwrapper nav ul#global-nav > li {
    /* MQ: Tablet */
    width: 50%;
    cursor: pointer;
    border-left: 1px solid #d7d7d7;
  }
  /* line 298, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
  body .navwrapper nav ul#global-nav > li:last-child {
    border-right: 1px solid #d7d7d7;
  }
  /* line 302, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
  body .navwrapper nav ul#global-nav > li:after, body .navwrapper nav ul#global-nav > li.open:after {
    content: "";
  }
}
/* line 308, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
body .navwrapper nav ul#global-nav > li a {
  color: #666666;
}
@media screen and (min-width: 600px) {
  /* line 308, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
  body .navwrapper nav ul#global-nav > li a {
    /* MQ: Tablet */
    border-width: 0;
  }
}
/* line 316, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
body .navwrapper nav ul#global-nav > li .nav-main a {
  text-transform: uppercase;
}
@media screen and (min-width: 600px) {
  /* line 316, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
  body .navwrapper nav ul#global-nav > li .nav-main a {
    /* MQ: Tablet */
    padding: 17px 1em;
  }
}
@media screen and (min-width: 600px) {
  /* line 322, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
  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) {
  /* line 331, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
  body .navwrapper nav ul#global-nav > li .nav-main a:hover {
    /* MQ: Tablet */
    color: #d83b5b;
  }
}
@media screen and (min-width: 600px) {
  /* line 339, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
  body .navwrapper nav ul#global-nav > li .nav-sub {
    /* MQ: Tablet */
    top: 54px;
    border-width: 0;
  }
}
@media screen and (min-width: 600px) {
  /* line 345, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
  body .navwrapper nav ul#global-nav > li .nav-sub li {
    /* MQ: Tablet */
    border-width: 0;
  }
}
/* line 357, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
.no-js nav > ul > li .nav-sub {
  position: static;
  clear: left;
}
/* line 367, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
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;
}
/* line 370, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
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;
}
/* line 375, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
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) {
  /* line 382, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
  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;
  }
}
/* line 391, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
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) {
  /* line 391, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
  body .navwrapper nav ul#global-nav > li.open .nav-sub,
  body .navwrapper nav ul#global-nav > li.open-clicked .nav-sub, .no-js body .navwrapper nav ul#global-nav li .nav-sub {
    /* MQ: Tablet */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 1px solid #d7d7d7;
    height: auto;
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 600px) {
  /* line 401, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
  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) {
  /* line 406, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
  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) {
  /* line 411, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
  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;
  }
}
@media screen and (min-width: 600px) {
  /* line 417, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
  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;
  }
}
/* line 422, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_header.scss */
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;
}

/* line 1, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_footer.scss */
#footer {
  background-image: none;
  background-color: #555;
  color: white;
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 7, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_footer.scss */
#footer .section {
  border-top-width: 0;
  border-bottom-width: 0;
  padding: 1em 0;
}
@media screen and (min-width: 600px) {
  /* line 7, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_footer.scss */
  #footer .section {
    /* MQ: Tablet */
    padding: 2em 0;
  }
}
/* line 17, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_footer.scss */
#footer #footer-nav {
  display: block;
  margin-bottom: 0;
}
/* line 21, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_footer.scss */
#footer #footer-nav:before {
  display: none;
}
/* line 25, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_footer.scss */
#footer #footer-nav .about {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 1em 1.5em;
  background: #666;
}
/* line 27, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_footer.scss */
#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;
}
/* line 34, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_footer.scss */
#footer #footer-nav .about a {
  color: white;
  text-decoration: underline;
}
/* line 37, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_footer.scss */
#footer #footer-nav .about a:hover {
  text-decoration: none;
}
/* line 43, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_footer.scss */
#footer #footer-nav h6 {
  font-family: "Bliss Bold", "Gill Sans", Calibri, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
}
/* line 48, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_footer.scss */
#footer #footer-nav ul {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  border-left: 3px solid #d83b5b;
  padding-left: 1em;
  line-height: 1.5;
  margin-bottom: 1em;
}
/* line 56, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_footer.scss */
#footer #footer-nav ul li {
  margin-bottom: .7em;
  line-height: 1.2;
}
/* line 61, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_footer.scss */
#footer #footer-nav ul a {
  color: #CCC;
}
/* line 64, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_footer.scss */
#footer #footer-nav ul a:hover {
  color: white;
}

/* line 72, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_footer.scss */
#footer-legal {
  background: white;
}
/* line 75, ../../../springer-compass/sass/page_specific/sprcom-cms-frontend/palgrave/_palgrave_footer.scss */
#footer-legal .legal {
  margin: 0;
  padding: 1em 0;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (min-device-width: 320px) {
  /* MQ: Smartphone */
  /* line 2, ../../../springer-compass/sass/page_specific/palgrave/_banner_message.scss */
  .banner-message {
    display: none;
    color: #fff;
    min-height: 18px;
    margin: 0;
    overflow: hidden;
    padding: 5px 0 12px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    width: 100%;
    z-index: 20;
    background-color: #555555;
  }
  /* line 15, ../../../springer-compass/sass/page_specific/palgrave/_banner_message.scss */
  .banner-message.banner-message-primary {
    background-color: #2b2b2b;
  }
}
@media screen and (min-device-width: 320px) and (min-width: 1004px) {
  /* line 2, ../../../springer-compass/sass/page_specific/palgrave/_banner_message.scss */
  .banner-message {
    /* MQ: Widescreen */
    min-width: 960px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 23, ../../../springer-compass/sass/page_specific/palgrave/_banner_message.scss */
  .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) {
  /* line 23, ../../../springer-compass/sass/page_specific/palgrave/_banner_message.scss */
  .banner-message > div {
    /* MQ: Widescreen */
    padding: 0;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 34, ../../../springer-compass/sass/page_specific/palgrave/_banner_message.scss */
  .banner-message p {
    padding-right: 2em;
  }
  /* line 40, ../../../springer-compass/sass/page_specific/palgrave/_banner_message.scss */
  .banner-message.banner-message-info p, .banner-message.banner-message-warning p {
    padding: 8px 2em 0 30px;
    position: relative;
  }
  /* line 44, ../../../springer-compass/sass/page_specific/palgrave/_banner_message.scss */
  .banner-message.banner-message-info p:before, .banner-message.banner-message-warning p:before {
    font-size: 22px;
    font-size: 2.2rem;
    top: 0;
    left: 0;
  }
  /* line 53, ../../../springer-compass/sass/page_specific/palgrave/_banner_message.scss */
  .banner-message.banner-message-info p:before {
    content: "l";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: inline-block;
  }
  /* line 59, ../../../springer-compass/sass/page_specific/palgrave/_banner_message.scss */
  .banner-message.banner-message-warning p:before {
    content: "!";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: inline-block;
  }
  /* line 64, ../../../springer-compass/sass/page_specific/palgrave/_banner_message.scss */
  .banner-message a {
    color: #fff;
    text-decoration: underline;
  }
  /* line 67, ../../../springer-compass/sass/page_specific/palgrave/_banner_message.scss */
  .banner-message a:hover {
    text-decoration: none;
  }
  /* line 71, ../../../springer-compass/sass/page_specific/palgrave/_banner_message.scss */
  .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) {
  /* line 71, ../../../springer-compass/sass/page_specific/palgrave/_banner_message.scss */
  .banner-message .close-message {
    /* MQ: Widescreen */
    right: 20px;
  }
}
@media screen and (min-device-width: 320px) {
  /* line 82, ../../../springer-compass/sass/page_specific/palgrave/_banner_message.scss */
  .banner-message .close-message::before {
    content: "t";
    font-family: "sn_pm_icons";
    text-transform: none;
    position: absolute;
    display: block;
    top: 8px;
    font-size: 20px;
    font-size: 2rem;
  }
}
/* Vendor Mixins */
/* line 364, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/{{VERSION}}/";
}

/* line 368, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

/* line 373, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_global.scss */
meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 37.4em)/";
  width: 0;
}

/* line 378, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:37.4625em)/";
  width: 37.4625em;
}

/* line 383, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_global.scss */
meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:37.4625em) and (max-width:62.65em)/";
  width: 37.4625em;
}

/* line 388, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:62.7125em)/";
  width: 62.7125em;
}

/* line 393, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_global.scss */
meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:62.7125em) and (max-width:100em)/";
  width: 62.7125em;
}

/* line 398, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:100.0625em)/";
  width: 100.0625em;
}

/* line 403, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_global.scss */
meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:100.0625em) and (max-width:200em)/";
  width: 100.0625em;
}

/* line 408, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:200.0625em)/";
  width: 200.0625em;
}

/* line 413, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* line 228, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
.row {
  margin: 0 auto;
  max-width: 71.429em;
  width: 100%;
}
/* line 172, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 173, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_global.scss */
.row:after {
  clear: both;
}
/* line 232, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
/* line 235, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 238, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
.row .row {
  margin: 0 -0.71429em;
  max-width: none;
  width: auto;
}
/* line 172, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 173, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 239, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}
/* line 172, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 173, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 243, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
.column,
.columns {
  padding-left: 0.71429em;
  padding-right: 0.71429em;
  width: 100%;
  float: left;
}

/* line 248, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right;
}
/* line 251, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left;
}

@media only screen {
  /* line 155, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  /* line 158, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  /* line 155, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 158, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 155, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 158, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 155, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 158, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 155, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 158, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 155, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 158, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 155, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 158, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 155, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 158, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 155, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 158, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 155, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 158, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 155, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 158, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 155, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 158, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 163, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.71429em;
    padding-right: 0.71429em;
    float: left;
  }

  /* line 168, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-1 {
    width: 8.33333%;
  }

  /* line 168, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-2 {
    width: 16.66667%;
  }

  /* line 168, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-3 {
    width: 25%;
  }

  /* line 168, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-4 {
    width: 33.33333%;
  }

  /* line 168, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-5 {
    width: 41.66667%;
  }

  /* line 168, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-6 {
    width: 50%;
  }

  /* line 168, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-7 {
    width: 58.33333%;
  }

  /* line 168, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-8 {
    width: 66.66667%;
  }

  /* line 168, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-9 {
    width: 75%;
  }

  /* line 168, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-10 {
    width: 83.33333%;
  }

  /* line 168, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-11 {
    width: 91.66667%;
  }

  /* line 168, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-12 {
    width: 100%;
  }

  /* line 172, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-offset-0 {
    margin-left: 0 !important;
  }

  /* line 172, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 172, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 172, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-offset-3 {
    margin-left: 25% !important;
  }

  /* line 172, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 172, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 172, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-offset-6 {
    margin-left: 50% !important;
  }

  /* line 172, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 172, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 172, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-offset-9 {
    margin-left: 75% !important;
  }

  /* line 172, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 172, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 175, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  /* line 183, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 186, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 194, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

  /* line 200, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }

  /* line 205, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }

  /* line 212, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 215, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 218, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .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) {
  /* line 155, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  /* line 158, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  /* line 155, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 158, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 155, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 158, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 155, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 158, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 155, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 158, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 155, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 158, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 155, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 158, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 155, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 158, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 155, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 158, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 155, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 158, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 155, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 158, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 155, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 158, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 163, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.71429em;
    padding-right: 0.71429em;
    float: left;
  }

  /* line 168, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-1 {
    width: 8.33333%;
  }

  /* line 168, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-2 {
    width: 16.66667%;
  }

  /* line 168, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 168, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-4 {
    width: 33.33333%;
  }

  /* line 168, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-5 {
    width: 41.66667%;
  }

  /* line 168, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 168, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-7 {
    width: 58.33333%;
  }

  /* line 168, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-8 {
    width: 66.66667%;
  }

  /* line 168, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 168, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-10 {
    width: 83.33333%;
  }

  /* line 168, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-11 {
    width: 91.66667%;
  }

  /* line 168, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-12 {
    width: 100%;
  }

  /* line 172, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-offset-0 {
    margin-left: 0 !important;
  }

  /* line 172, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 172, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 172, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-offset-3 {
    margin-left: 25% !important;
  }

  /* line 172, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 172, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 172, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-offset-6 {
    margin-left: 50% !important;
  }

  /* line 172, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 172, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 172, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-offset-9 {
    margin-left: 75% !important;
  }

  /* line 172, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 172, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 175, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  /* line 183, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 186, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 194, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

  /* line 200, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }

  /* line 205, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  /* line 212, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 215, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 218, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.71429em;
    padding-right: 0.71429em;
    float: left;
  }

  /* line 264, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  /* line 267, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  /* line 264, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 267, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 264, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 267, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 264, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 267, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 264, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 267, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 264, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 267, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 264, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 267, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 264, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 267, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 264, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 267, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 264, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 267, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 264, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 267, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 264, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 267, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 62.7125em) {
  /* line 155, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  /* line 158, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  /* line 155, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 158, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 155, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 158, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 155, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 158, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 155, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 158, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 155, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 158, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 155, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 158, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 155, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 158, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 155, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 158, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 155, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 158, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 155, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 158, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 155, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 158, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 163, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.71429em;
    padding-right: 0.71429em;
    float: left;
  }

  /* line 168, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-1 {
    width: 8.33333%;
  }

  /* line 168, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-2 {
    width: 16.66667%;
  }

  /* line 168, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-3 {
    width: 25%;
  }

  /* line 168, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-4 {
    width: 33.33333%;
  }

  /* line 168, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-5 {
    width: 41.66667%;
  }

  /* line 168, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-6 {
    width: 50%;
  }

  /* line 168, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-7 {
    width: 58.33333%;
  }

  /* line 168, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-8 {
    width: 66.66667%;
  }

  /* line 168, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-9 {
    width: 75%;
  }

  /* line 168, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-10 {
    width: 83.33333%;
  }

  /* line 168, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-11 {
    width: 91.66667%;
  }

  /* line 168, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-12 {
    width: 100%;
  }

  /* line 172, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-offset-0 {
    margin-left: 0 !important;
  }

  /* line 172, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 172, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 172, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-offset-3 {
    margin-left: 25% !important;
  }

  /* line 172, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 172, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 172, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-offset-6 {
    margin-left: 50% !important;
  }

  /* line 172, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 172, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 172, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-offset-9 {
    margin-left: 75% !important;
  }

  /* line 172, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 172, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 175, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  /* line 183, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 186, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 194, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

  /* line 200, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }

  /* line 205, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  /* line 212, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 215, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 218, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.71429em;
    padding-right: 0.71429em;
    float: left;
  }

  /* line 275, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  /* line 278, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  /* line 275, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 278, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 275, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 278, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 275, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 278, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 275, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 278, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 275, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 278, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 275, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 278, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 275, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 278, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 275, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 278, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 275, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 278, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 275, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 278, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 275, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 278, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
/* line 107, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
/* line 172, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_global.scss */
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}
/* line 173, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_global.scss */
[class*="block-grid-"]:after {
  clear: both;
}
/* line 51, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  /* line 62, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  /* line 69, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 62, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  /* line 69, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 62, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  /* line 69, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 62, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  /* line 69, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 62, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  /* line 69, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 62, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  /* line 69, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 62, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  /* line 69, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 62, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  /* line 69, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 62, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  /* line 69, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 62, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  /* line 69, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 62, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  /* line 69, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 62, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  /* line 69, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 37.4625em) {
  /* line 62, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  /* line 69, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 62, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  /* line 69, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 62, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  /* line 69, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 62, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  /* line 69, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 62, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  /* line 69, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 62, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  /* line 69, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 62, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  /* line 69, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 62, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  /* line 69, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 62, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  /* line 69, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 62, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  /* line 69, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 62, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  /* line 69, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 62, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  /* line 69, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 62.7125em) {
  /* line 62, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  /* line 69, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 62, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  /* line 69, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 62, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  /* line 69, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 62, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  /* line 69, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 62, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  /* line 69, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 62, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  /* line 69, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 62, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  /* line 69, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 62, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  /* line 69, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 62, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  /* line 69, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 62, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  /* line 69, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 62, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  /* line 69, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 62, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  /* line 69, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* small displays */
@media only screen {
  /* line 244, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  .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;
  }

  /* line 247, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  .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;
  }

  /* line 251, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  .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;
  }

  /* line 254, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  .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;
  }

  /* line 259, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  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;
  }

  /* line 262, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  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;
  }

  /* line 265, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  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;
  }

  /* line 268, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  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;
  }

  /* line 271, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  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) {
  /* line 244, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  .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;
  }

  /* line 247, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  .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;
  }

  /* line 251, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  .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;
  }

  /* line 254, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  .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;
  }

  /* line 259, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  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;
  }

  /* line 262, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  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;
  }

  /* line 265, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  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;
  }

  /* line 268, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  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;
  }

  /* line 271, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  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) {
  /* line 244, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  .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;
  }

  /* line 247, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  .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;
  }

  /* line 251, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  .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;
  }

  /* line 254, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  .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;
  }

  /* line 259, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  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;
  }

  /* line 262, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  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;
  }

  /* line 265, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  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;
  }

  /* line 268, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  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;
  }

  /* line 271, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  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) {
  /* line 244, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  .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;
  }

  /* line 247, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  .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;
  }

  /* line 251, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  .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;
  }

  /* line 254, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  .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;
  }

  /* line 259, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  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;
  }

  /* line 262, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  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;
  }

  /* line 265, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  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;
  }

  /* line 268, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  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;
  }

  /* line 271, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  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) {
  /* line 244, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  .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;
  }

  /* line 247, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  .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;
  }

  /* line 251, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  .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;
  }

  /* line 254, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  .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;
  }

  /* line 259, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  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;
  }

  /* line 262, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  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;
  }

  /* line 265, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  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;
  }

  /* line 268, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  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;
  }

  /* line 271, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  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 */
/* line 285, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 287, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
/* line 292, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

/* line 296, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 300, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 304, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

/* line 309, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
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) {
  /* line 314, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  /* line 316, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visibility for tables */
  /* line 321, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }

  /* line 325, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  /* line 329, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  /* line 333, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  /* line 338, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  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) {
  /* line 344, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  /* line 346, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visibility for tables */
  /* line 351, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }

  /* line 355, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  /* line 359, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  /* line 363, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  /* line 368, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
/* line 374, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
.show-for-touch {
  display: none !important;
}

/* line 375, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 376, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 377, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
/* line 380, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
table.hide-for-touch {
  display: table !important;
}

/* line 381, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
.touch table.show-for-touch {
  display: table !important;
}

/* line 382, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 383, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 384, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 385, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 386, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
tr.hide-for-touch {
  display: table-row !important;
}

/* line 387, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 388, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
td.hide-for-touch {
  display: table-cell !important;
}

/* line 389, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 390, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
th.hide-for-touch {
  display: table-cell !important;
}

/* line 391, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
.touch th.show-for-touch {
  display: table-cell !important;
}

/* Screen reader-specific classes */
/* line 394, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* line 397, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
/* line 400, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
.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)
*/
/* line 414, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 416, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    text-shadow: none !important;
  }

  /* line 422, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  .show-for-print {
    display: block;
  }

  /* line 423, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  .hide-for-print {
    display: none;
  }

  /* line 425, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  table.show-for-print {
    display: table !important;
  }

  /* line 426, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }

  /* line 427, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }

  /* line 428, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  tr.show-for-print {
    display: table-row !important;
  }

  /* line 429, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  td.show-for-print {
    display: table-cell !important;
  }

  /* line 430, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  th.show-for-print {
    display: table-cell !important;
  }

  /* line 432, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 434, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 436, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 439, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 443, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  /* line 449, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 451, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 454, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: .5cm;
  }
  /* line 458, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 465, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 468, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  .hide-on-print {
    display: none !important;
  }

  /* line 469, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  .print-only {
    display: block !important;
  }

  /* line 470, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 471, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  .show-for-print {
    display: inherit !important;
  }
}
/* Print visibility */
@media print {
  /* line 477, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  .show-for-print {
    display: block;
  }

  /* line 478, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  .hide-for-print {
    display: none;
  }

  /* line 480, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  table.show-for-print {
    display: table !important;
  }

  /* line 481, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }

  /* line 482, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }

  /* line 483, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  tr.show-for-print {
    display: table-row !important;
  }

  /* line 484, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  td.show-for-print {
    display: table-cell !important;
  }

  /* line 485, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  th.show-for-print {
    display: table-cell !important;
  }
}
@media not print {
  /* line 489, ../../../springer-compass/sass/vendor/zurb/foundation/foundation/components/_visibility.scss */
  .show-for-print {
    display: none !important;
  }
}
