/* line 57, ../../sass/core/mixins/_button.scss */
.workListing .workListing-more a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  padding: 10px 30px;
  text-transform: uppercase;
}
/* line 9, ../../sass/core/mixins/_button.scss */
.richText .workListing .workListing-more a, .workListing .workListing-more .richText a {
  text-decoration: none;
}
/* line 12, ../../sass/core/mixins/_button.scss */
.richText .workListing .workListing-more a:hover, .workListing .workListing-more .richText a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 989px) {
  /* line 57, ../../sass/core/mixins/_button.scss */
  .workListing .workListing-more a {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 1, ../../sass/core/typography/_font-face-extends.scss */
.workListing .sub-title, .workListing .workListing-heading h2, .workListing-genre-hub .heading h2 {
  font-weight: 400;
  font-style: normal;
}

/* line 11, ../../sass/core/typography/_font-face-extends.scss */
.workListing .sub-title {
  font-family: "Fort Book Italic", "Helvetica Neue", Arial, sans-serif;
}

/* line 50, ../../sass/core/typography/_font-face-extends.scss */
.workListing .workListing-heading h2, .workListing-genre-hub .heading h2 {
  font-family: "BlissWeb Regular", "Gill Sans", Calibri;
}

/* line 1, ../../sass/core/mixins/_synopsis-overflow.scss */
.workListing .content {
  max-height: 250px;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../../sass/core/mixins/_synopsis-overflow.scss */
  .workListing .content {
    max-height: 300px;
  }
}
/* line 11, ../../sass/core/mixins/_synopsis-overflow.scss */
.workListing .content:after {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjQiLz48c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.4)), color-stop(60%, #ffffff));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.4) 0%, #ffffff 60%);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.4) 0%, #ffffff 60%);
  background-image: linear-gradient(rgba(255, 255, 255, 0.4) 0%, #ffffff 60%);
  pointer-events: none;
  content: '';
  position: absolute;
  top: 205px;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  /* line 11, ../../sass/core/mixins/_synopsis-overflow.scss */
  .workListing .content:after {
    top: 255px;
  }
}

/* line 1, ../../sass/core/mixins/_workPromo-tags.scss */
.workListing .tags {
  padding: 0;
  margin: 0;
  overflow: hidden;
  margin-top: 14px;
}
/* line 6, ../../sass/core/mixins/_workPromo-tags.scss */
.workListing .tags li {
  font-size: 13px;
  line-height: 1.6;
  list-style-type: none;
  margin: 0 6px 2px -1px;
  color: #9c9c9c;
  float: left;
}
/* line 14, ../../sass/core/mixins/_workPromo-tags.scss */
.workListing .tags li:first-child:before {
  margin: 0;
}
/* line 18, ../../sass/core/mixins/_workPromo-tags.scss */
.workListing .tags li:before {
  content: '';
  display: block;
  width: 1px;
  background-color: #9c9c9c;
  height: 20px;
  margin-right: 5px;
  float: left;
}

/* line 1, ../../sass/core/typography/_font-face-extends.scss */
.workListing .sub-title, .workListing .workListing-heading h2, .workListing-genre-hub .heading h2 {
  font-weight: 400;
  font-style: normal;
}

/* line 11, ../../sass/core/typography/_font-face-extends.scss */
.workListing .sub-title {
  font-family: "Fort Book Italic", "Helvetica Neue", Arial, sans-serif;
}

/* line 50, ../../sass/core/typography/_font-face-extends.scss */
.workListing .workListing-heading h2, .workListing-genre-hub .heading h2 {
  font-family: "BlissWeb Regular", "Gill Sans", Calibri;
}

/* line 1, ../../sass/core/typography/_typography-extends.scss */
.workListing .workListing-heading h2 {
  letter-spacing: -1px;
  font-weight: 400;
}

/* line 12, ../../sass/core/typography/_typography-extends.scss */
.workListing .workListing-heading h2 {
  font-size: 42px;
}

/* line 1, ../../sass/components/workListing/_workListing-base.scss */
.workListing {
  padding: 0 28px 40px;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../../sass/components/workListing/_workListing-base.scss */
  .workListing {
    padding: 0 20px 40px;
  }
}
/* line 8, ../../sass/components/workListing/_workListing-base.scss */
.box-work-list-manual .workListing {
  padding: 0;
}
/* line 12, ../../sass/components/workListing/_workListing-base.scss */
.workListing [class*="workPromo-"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding: 12px;
}
@media only screen and (max-width: 767px) {
  /* line 12, ../../sass/components/workListing/_workListing-base.scss */
  .workListing [class*="workPromo-"] {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 989px) {
  /* line 12, ../../sass/components/workListing/_workListing-base.scss */
  .workListing [class*="workPromo-"] {
    width: 100%;
    float: none;
  }
}
/* line 27, ../../sass/components/workListing/_workListing-base.scss */
.workListing [class*="workPromo-"]:nth-child(2n+1) {
  clear: left;
}
/* line 31, ../../sass/components/workListing/_workListing-base.scss */
.workListing [class*="workPromo-"] > .component-content {
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid #f4f4f4;
  overflow: hidden;
}
/* line 39, ../../sass/components/workListing/_workListing-base.scss */
.workListing a {
  text-decoration: none;
  color: inherit;
}
/* line 43, ../../sass/components/workListing/_workListing-base.scss */
.workListing a:hover {
  text-decoration: underline;
}
/* line 48, ../../sass/components/workListing/_workListing-base.scss */
.workListing .serie-no {
  color: #b3b3b5;
}
/* line 52, ../../sass/components/workListing/_workListing-base.scss */
.workListing .image {
  margin-right: 3%;
  float: left;
  width: 45%;
  text-align: center;
  overflow: hidden;
  height: 100%;
}
/* line 60, ../../sass/components/workListing/_workListing-base.scss */
.workListing .image img {
  max-height: 100%;
}
/* line 65, ../../sass/components/workListing/_workListing-base.scss */
.workListing .details {
  width: 52%;
  float: left;
}
/* line 70, ../../sass/components/workListing/_workListing-base.scss */
.workListing .title {
  font-size: 22px;
  margin: 0 0 5px;
  text-align: left;
  color: #085b98;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  /* line 70, ../../sass/components/workListing/_workListing-base.scss */
  .workListing .title {
    font-size: 18px;
  }
}
/* line 82, ../../sass/components/workListing/_workListing-base.scss */
.workListing .sub-title {
  font-size: 13px;
  color: #111111;
  margin: 0;
  text-decoration: none;
}
/* line 89, ../../sass/components/workListing/_workListing-base.scss */
.workListing .sub-title a {
  color: #176bad;
}
/* line 98, ../../sass/components/workListing/_workListing-base.scss */
.workListing .synopsis {
  margin-top: 14px;
  position: relative;
}
/* line 107, ../../sass/components/workListing/_workListing-base.scss */
.workListing .workListing-heading {
  font-size: 42px;
}
/* line 110, ../../sass/components/workListing/_workListing-base.scss */
.workListing .workListing-heading h2 {
  font-size: inherit;
  padding: 30px 40px 20px 10px;
  line-height: 1;
  margin: 0;
  color: #111111;
}
@media only screen and (max-width: 767px) {
  /* line 110, ../../sass/components/workListing/_workListing-base.scss */
  .workListing .workListing-heading h2 {
    font-size: 26px;
    padding: 20px 0;
  }
}
/* line 123, ../../sass/components/workListing/_workListing-base.scss */
.workListing .workListing-heading h2 + p {
  margin-top: -20px;
}
/* line 128, ../../sass/components/workListing/_workListing-base.scss */
.workListing .workListing-heading p {
  font-size: 16px;
  padding: 5px 0 30px 10px;
  margin: 0;
}
/* line 135, ../../sass/components/workListing/_workListing-base.scss */
.workListing .workListing-more {
  clear: both;
  text-align: center;
  padding-top: 30px;
}
/* line 140, ../../sass/components/workListing/_workListing-base.scss */
.workListing .workListing-more a {
  font-size: 16px;
  border: 2px solid;
  letter-spacing: 1px;
  background-color: transparent;
  padding: 15px 40px;
  color: #000000;
  border-color: #000000;
  text-decoration: none;
}
/* line 151, ../../sass/components/workListing/_workListing-base.scss */
.workListing .workListing-more a:hover {
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
}
@media only screen and (min-width: 990px) {
  /* line 161, ../../sass/components/workListing/_workListing-base.scss */
  .workListing .workPromo-size-large > .component-content {
    height: 374px;
  }
  /* line 165, ../../sass/components/workListing/_workListing-base.scss */
  .workListing .workPromo-size-large .content {
    max-height: 270px;
  }
  /* line 168, ../../sass/components/workListing/_workListing-base.scss */
  .workListing .workPromo-size-large .content:after {
    top: 220px;
  }
}
@media only screen and (min-width: 990px) {
  /* line 177, ../../sass/components/workListing/_workListing-base.scss */
  .workListing .workPromo-size-medium > .component-content {
    height: 288px;
  }
  /* line 181, ../../sass/components/workListing/_workListing-base.scss */
  .workListing .workPromo-size-medium .content {
    max-height: 230px;
  }
  /* line 184, ../../sass/components/workListing/_workListing-base.scss */
  .workListing .workPromo-size-medium .content:after {
    top: 200px;
  }
}
@media only screen and (min-width: 990px) {
  /* line 193, ../../sass/components/workListing/_workListing-base.scss */
  .workListing .workPromo-size-small > .component-content {
    height: 209px;
  }
  /* line 197, ../../sass/components/workListing/_workListing-base.scss */
  .workListing .workPromo-size-small .content {
    max-height: 107px;
  }
  /* line 200, ../../sass/components/workListing/_workListing-base.scss */
  .workListing .workPromo-size-small .content:after {
    top: 58px;
  }
}

/* line 1, ../../sass/components/workListing/_workListing-genre-hub.scss */
.workListing-genre-hub {
  padding: 50px 38px 40px;
  background: #f8f8f8;
}
@media only screen and (max-width: 989px) {
  /* line 1, ../../sass/components/workListing/_workListing-genre-hub.scss */
  .workListing-genre-hub {
    padding: 20px;
  }
}
/* line 11, ../../sass/components/workListing/_workListing-genre-hub.scss */
.workListing-genre-hub .heading h2 {
  padding-left: 12px;
  color: #111111;
}
@media only screen and (max-width: 767px) {
  /* line 11, ../../sass/components/workListing/_workListing-genre-hub.scss */
  .workListing-genre-hub .heading h2 {
    padding-left: 0;
  }
}
/* line 21, ../../sass/components/workListing/_workListing-genre-hub.scss */
.workListing-genre-hub .heading p {
  padding-left: 12px;
  margin-top: 0;
  color: #111111;
}
@media only screen and (max-width: 767px) {
  /* line 21, ../../sass/components/workListing/_workListing-genre-hub.scss */
  .workListing-genre-hub .heading p {
    padding-left: 0;
  }
}
/* line 1, ../../sass/core/typography/_font-face-extends.scss */
.workPromo .sub-title, .workPromo .ribbon {
  font-weight: 400;
  font-style: normal;
}

/* line 11, ../../sass/core/typography/_font-face-extends.scss */
.workPromo .sub-title {
  font-family: "Fort Book Italic", "Helvetica Neue", Arial, sans-serif;
}

/* line 16, ../../sass/core/typography/_font-face-extends.scss */
.workPromo .ribbon {
  font-family: "Fort Light", "Helvetica Neue", Arial, sans-serif;
}

/* line 7, ../../sass/core/mixins/_ribbon.scss */
.workPromo .ribbon {
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 15px;
  text-transform: uppercase;
  padding: 10px 5px;
  width: 80px;
  text-align: center;
  z-index: 1;
}
/* line 19, ../../sass/core/mixins/_ribbon.scss */
.workPromo .ribbon span {
  position: relative;
  z-index: 2;
}
/* line 24, ../../sass/core/mixins/_ribbon.scss */
.workPromo .ribbon:before, .workPromo .ribbon:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -22px;
}
/* line 32, ../../sass/core/mixins/_ribbon.scss */
.workPromo .ribbon:after {
  right: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 22.5px 45px 22.5px 0;
  border-right-color: inherit;
}
/* line 42, ../../sass/core/mixins/_ribbon.scss */
.workPromo .ribbon:before {
  left: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 22.5px 0 22.5px 45px;
  border-left-color: inherit;
}
/* line 53, ../../sass/core/mixins/_ribbon.scss */
.ribbon-text-white.workPromo .ribbon {
  color: #ffffff;
}
/* line 57, ../../sass/core/mixins/_ribbon.scss */
.ribbon-text-black.workPromo .ribbon {
  color: #000000;
}
/* line 61, ../../sass/core/mixins/_ribbon.scss */
.ribbon-background-black.workPromo .ribbon {
  background: #000000;
  border-color: #000000;
}
/* line 66, ../../sass/core/mixins/_ribbon.scss */
.ribbon-background-white.workPromo .ribbon {
  background: #ffffff;
  border-color: #ffffff;
}
/* line 71, ../../sass/core/mixins/_ribbon.scss */
.ribbon-background-blue.workPromo .ribbon {
  background: #176bad;
  border-color: #176bad;
}

/* line 1, ../../sass/core/mixins/_synopsis-overflow.scss */
.workPromo .workPromo-display-detailed .content, .search-results-item .workPromo .content {
  max-height: 250px;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../../sass/core/mixins/_synopsis-overflow.scss */
  .workPromo .workPromo-display-detailed .content, .search-results-item .workPromo .content {
    max-height: 300px;
  }
}
/* line 11, ../../sass/core/mixins/_synopsis-overflow.scss */
.workPromo .workPromo-display-detailed .content:after, .search-results-item .workPromo .content:after {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjQiLz48c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.4)), color-stop(60%, #ffffff));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.4) 0%, #ffffff 60%);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.4) 0%, #ffffff 60%);
  background-image: linear-gradient(rgba(255, 255, 255, 0.4) 0%, #ffffff 60%);
  pointer-events: none;
  content: '';
  position: absolute;
  top: 205px;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  /* line 11, ../../sass/core/mixins/_synopsis-overflow.scss */
  .workPromo .workPromo-display-detailed .content:after, .search-results-item .workPromo .content:after {
    top: 255px;
  }
}

/* line 1, ../../sass/core/mixins/_workPromo-tags.scss */
.workPromo .tags {
  padding: 0;
  margin: 0;
  overflow: hidden;
  margin-top: 14px;
}
/* line 6, ../../sass/core/mixins/_workPromo-tags.scss */
.workPromo .tags li {
  font-size: 13px;
  line-height: 1.6;
  list-style-type: none;
  margin: 0 6px 2px -1px;
  color: #9c9c9c;
  float: left;
}
/* line 14, ../../sass/core/mixins/_workPromo-tags.scss */
.workPromo .tags li:first-child:before {
  margin: 0;
}
/* line 18, ../../sass/core/mixins/_workPromo-tags.scss */
.workPromo .tags li:before {
  content: '';
  display: block;
  width: 1px;
  background-color: #9c9c9c;
  height: 20px;
  margin-right: 5px;
  float: left;
}

/* line 1, ../../sass/core/typography/_font-face-extends.scss */
.workPromo .sub-title, .workPromo .ribbon {
  font-weight: 400;
  font-style: normal;
}

/* line 11, ../../sass/core/typography/_font-face-extends.scss */
.workPromo .sub-title {
  font-family: "Fort Book Italic", "Helvetica Neue", Arial, sans-serif;
}

/* line 16, ../../sass/core/typography/_font-face-extends.scss */
.workPromo .ribbon {
  font-family: "Fort Light", "Helvetica Neue", Arial, sans-serif;
}

/* line 1, ../../sass/components/workPromo/_workPromo-base.scss */
.workPromo {
  color: #111111;
  margin-bottom: 20px;
}
/* line 6, ../../sass/components/workPromo/_workPromo-base.scss */
.workPromo a {
  text-decoration: none;
  color: inherit;
}
/* line 10, ../../sass/components/workPromo/_workPromo-base.scss */
.workPromo a:hover {
  text-decoration: underline;
}
/* line 15, ../../sass/components/workPromo/_workPromo-base.scss */
.workPromo .ribbon {
  top: -1px;
}
/* line 19, ../../sass/components/workPromo/_workPromo-base.scss */
.workPromo .component-content {
  background-color: #ffffff;
  border: 1px solid #f4f4f4;
  padding: 15px;
  position: relative;
}
/* line 26, ../../sass/components/workPromo/_workPromo-base.scss */
.workPromo .image {
  text-align: center;
}
/* line 30, ../../sass/components/workPromo/_workPromo-base.scss */
.workPromo .title {
  margin: 0 0 5px;
  color: #176bad;
  padding: 0;
  text-align: left;
}
/* line 37, ../../sass/components/workPromo/_workPromo-base.scss */
.workPromo .sub-title {
  color: #111111;
  margin: 0;
  text-decoration: none;
}
/* line 43, ../../sass/components/workPromo/_workPromo-base.scss */
.workPromo .sub-title a {
  color: #176bad;
}
/* line 53, ../../sass/components/workPromo/_workPromo-base.scss */
.workPromo .workPromo-display-default .image {
  padding: 20px 40px;
}
/* line 57, ../../sass/components/workPromo/_workPromo-base.scss */
.workPromo .workPromo-display-default .title,
.workPromo .workPromo-display-default .sub-title {
  font-size: 18px;
}
/* line 64, ../../sass/components/workPromo/_workPromo-base.scss */
.workPromo .workPromo-display-detailed .image {
  margin-right: 3%;
  float: left;
  width: 45%;
}
/* line 70, ../../sass/components/workPromo/_workPromo-base.scss */
.workPromo .workPromo-display-detailed .title {
  font-size: 22px;
  color: #085b98;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  /* line 70, ../../sass/components/workPromo/_workPromo-base.scss */
  .workPromo .workPromo-display-detailed .title {
    font-size: 18px;
  }
}
/* line 81, ../../sass/components/workPromo/_workPromo-base.scss */
.workPromo .workPromo-display-detailed .sub-title {
  font-size: 13px;
}
/* line 85, ../../sass/components/workPromo/_workPromo-base.scss */
.workPromo .workPromo-display-detailed .details {
  width: 52%;
  float: left;
}
/* line 94, ../../sass/components/workPromo/_workPromo-base.scss */
.workPromo .workPromo-display-detailed .synopsis {
  margin-top: 14px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  /* line 104, ../../sass/components/workPromo/_workPromo-base.scss */
  .search-results-item .workPromo .content:after {
    top: 170px;
    background-image: url("../../assets/img/synopsis-background-noise.png");
    background-size: auto;
  }
}
@media only screen and (max-width: 767px) {
  /* line 104, ../../sass/components/workPromo/_workPromo-base.scss */
  .search-results-item .workPromo .content:after {
    top: 220px;
  }
}
/* line 117, ../../sass/components/workPromo/_workPromo-base.scss */
.search-results-item .workPromo .component-footer {
  position: absolute;
  bottom: 0;
  z-index: 10;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 117, ../../sass/components/workPromo/_workPromo-base.scss */
  .search-results-item .workPromo .component-footer {
    background-image: url("../../assets/img/noise-100x100.png");
    background-color: #f8f8f8;
    background-repeat: repeat;
    background-position: 0 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 117, ../../sass/components/workPromo/_workPromo-base.scss */
  .search-results-item .workPromo .component-footer {
    background: #ffffff;
  }
}
/* line 1, ../../sass/components/dueForRelease/_dueForRelease-base.scss */
.dueForRelease {
  background: #1e6baa;
  color: #ffffff;
  padding: 10px 40px;
}
/* line 3, ../../sass/components/suplementaryMetadataList/_suplementaryMetadataList-base.scss */
.snippet-suplementaryMetadataList > .component-content:before, .snippet-suplementaryMetadataList > .component-content:after {
  content: none;
}

@media only screen and (min-width: 990px) {
  /* line 10, ../../sass/components/suplementaryMetadataList/_suplementaryMetadataList-base.scss */
  .suplementaryMetadataList {
    display: block;
  }
}
/* line 15, ../../sass/components/suplementaryMetadataList/_suplementaryMetadataList-base.scss */
.suplementaryMetadataList > .component-content {
  padding: 10px 40px;
  background: #f3f4f5;
}
@media only screen and (max-width: 767px) {
  /* line 15, ../../sass/components/suplementaryMetadataList/_suplementaryMetadataList-base.scss */
  .suplementaryMetadataList > .component-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 24, ../../sass/components/suplementaryMetadataList/_suplementaryMetadataList-base.scss */
.suplementaryMetadataList > .component-content:before, .suplementaryMetadataList > .component-content:after {
  content: none !important;
}
/* line 30, ../../sass/components/suplementaryMetadataList/_suplementaryMetadataList-base.scss */
.suplementaryMetadataList ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  /* line 30, ../../sass/components/suplementaryMetadataList/_suplementaryMetadataList-base.scss */
  .suplementaryMetadataList ul {
    max-width: 100%;
  }
}
/* line 40, ../../sass/components/suplementaryMetadataList/_suplementaryMetadataList-base.scss */
.suplementaryMetadataList ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border-left: 1px solid #dedede;
  color: #767778;
  padding: 0 8px;
}
/* line 46, ../../sass/components/suplementaryMetadataList/_suplementaryMetadataList-base.scss */
.suplementaryMetadataList ul li:first-child {
  border: 0;
  padding-left: 0;
}
/* line 1, ../../sass/components/formatSelectorButtons/_formatSelectorButtons-base.scss */
.formatSelectorButtons {
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../../sass/components/formatSelectorButtons/_formatSelectorButtons-base.scss */
  .formatSelectorButtons {
    position: absolute;
    top: 0;
    width: 100%;
  }
}
/* line 10, ../../sass/components/formatSelectorButtons/_formatSelectorButtons-base.scss */
.formatSelectorButtons > .component-content {
  padding-left: 10%;
  padding-right: 10%;
}
@media only screen and (max-width: 767px) {
  /* line 10, ../../sass/components/formatSelectorButtons/_formatSelectorButtons-base.scss */
  .formatSelectorButtons > .component-content {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 19, ../../sass/components/formatSelectorButtons/_formatSelectorButtons-base.scss */
.mod-flexbox .formatSelectorButtons > .component-content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}
/* line 27, ../../sass/components/formatSelectorButtons/_formatSelectorButtons-base.scss */
.formatSelectorButtons a {
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 4px 8px;
  line-height: 1;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  color: #777777;
}
/* line 38, ../../sass/components/formatSelectorButtons/_formatSelectorButtons-base.scss */
.formatSelectorButtons a.active {
  color: #176bad;
}
/* line 41, ../../sass/components/formatSelectorButtons/_formatSelectorButtons-base.scss */
.formatSelectorButtons a.active:after {
  display: block;
  height: 0;
  width: 0;
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid #176bad;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
@media only screen and (max-width: 767px) {
  /* line 41, ../../sass/components/formatSelectorButtons/_formatSelectorButtons-base.scss */
  .formatSelectorButtons a.active:after {
    display: block;
    height: 0;
    width: 0;
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-top: 5px solid #176bad;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
  }
}
/* line 50, ../../sass/components/formatSelectorButtons/_formatSelectorButtons-base.scss */
.formatSelectorButtons a:hover {
  text-decoration: none;
}
/* line 1, ../../sass/components/snippet/_snippet-edition-browser.scss */
.snippet-edition-browser {
  float: right;
  max-width: 50%;
  clear: none;
  position: absolute;
  right: 40px;
  top: 50px;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../../sass/components/snippet/_snippet-edition-browser.scss */
  .snippet-edition-browser {
    float: none;
    max-width: 100%;
    clear: none;
    position: static;
  }
}

/* line 1, ../../sass/components/snippet/_snippet-work-menu.scss */
.snippet-work-menu {
  text-align: center;
  margin: 20px 0;
}
/* line 5, ../../sass/components/snippet/_snippet-work-menu.scss */
.snippet-work-menu .btn {
  margin: 0 3px;
  min-width: 110px;
  padding: 10px 0;
  display: none;
}
/* line 11, ../../sass/components/snippet/_snippet-work-menu.scss */
.snippet-work-menu .btn.initialized, .mod-no-js .snippet-work-menu .btn {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

/* line 1, ../../sass/components/snippet/_snippet-semi-transparent.scss */
.snippet-semi-transparent {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../../sass/components/snippet/_snippet-semi-transparent.scss */
  .snippet-semi-transparent {
    background-color: #ffffff;
    position: static;
  }
}

/* line 1, ../../sass/components/snippet/_snippet-transparent.scss */
.snippet-transparent {
  background-color: transparent;
  position: absolute;
  z-index: 101;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../../sass/components/snippet/_snippet-transparent.scss */
  .snippet-transparent {
    position: static;
  }
}

@media only screen and (max-width: 767px) {
  /* line 1, ../../sass/components/snippet/_snippet-navigation-button.scss */
  .snippet-navigation-button {
    float: left;
  }
}

/* line 1, ../../sass/components/snippet/_snippet-subscribe-form-imprint.scss */
.snippet-subscribe-form-imprint {
  background: #a0cfeb;
  padding: 40px 40px 27px;
}

/* line 1, ../../sass/components/snippet/_snippet-subscribe-form-classics.scss */
.snippet-subscribe-form-classics {
  background: #000000;
  padding: 40px 40px 27px;
}
/* line 1, ../../sass/core/typography/_font-face-extends.scss */
.seriesHeader .title .title-heading, .seriesHeader .series-name h1 {
  font-weight: 400;
  font-style: normal;
}

/* line 16, ../../sass/core/typography/_font-face-extends.scss */
.seriesHeader .title .title-heading {
  font-family: "Fort Light", "Helvetica Neue", Arial, sans-serif;
}

/* line 46, ../../sass/core/typography/_font-face-extends.scss */
.seriesHeader .author-bio .author {
  font-family: "Helvetica Neue", Arial, sans-serif;
}

/* line 50, ../../sass/core/typography/_font-face-extends.scss */
.seriesHeader .series-name h1 {
  font-family: "BlissWeb Regular", "Gill Sans", Calibri;
}

/* line 1, ../../sass/core/typography/_font-face-extends.scss */
.seriesHeader .title .title-heading, .seriesHeader .series-name h1 {
  font-weight: 400;
  font-style: normal;
}

/* line 16, ../../sass/core/typography/_font-face-extends.scss */
.seriesHeader .title .title-heading {
  font-family: "Fort Light", "Helvetica Neue", Arial, sans-serif;
}

/* line 46, ../../sass/core/typography/_font-face-extends.scss */
.seriesHeader .author-bio .author {
  font-family: "Helvetica Neue", Arial, sans-serif;
}

/* line 50, ../../sass/core/typography/_font-face-extends.scss */
.seriesHeader .series-name h1 {
  font-family: "BlissWeb Regular", "Gill Sans", Calibri;
}

/* line 2, ../../sass/components/seriesHeader/_seriesHeader-base.scss */
.seriesHeader .hubHeader-container {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 5, ../../sass/components/seriesHeader/_seriesHeader-base.scss */
.seriesHeader .hubHeader-container > .component-content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 980px;
  margin: auto;
  padding: 25px 20px 30px;
  color: #ffffff;
}
@media only screen and (max-width: 989px) {
  /* line 5, ../../sass/components/seriesHeader/_seriesHeader-base.scss */
  .seriesHeader .hubHeader-container > .component-content {
    padding: 30px 20px;
  }
}
/* line 18, ../../sass/components/seriesHeader/_seriesHeader-base.scss */
.seriesHeader .title .title-heading {
  font-size: 20px;
  margin: 0;
}
@media only screen and (max-width: 989px) {
  /* line 18, ../../sass/components/seriesHeader/_seriesHeader-base.scss */
  .seriesHeader .title .title-heading {
    font-size: 18px;
  }
}
/* line 28, ../../sass/components/seriesHeader/_seriesHeader-base.scss */
.seriesHeader .series-name h1 {
  font-size: 90px;
  margin: 0;
}
@media only screen and (max-width: 989px) {
  /* line 28, ../../sass/components/seriesHeader/_seriesHeader-base.scss */
  .seriesHeader .series-name h1 {
    font-size: 52px;
  }
}
/* line 38, ../../sass/components/seriesHeader/_seriesHeader-base.scss */
.seriesHeader .author-bio {
  overflow: hidden;
  margin-top: 15px;
  color: #bfd1d3;
}
/* line 43, ../../sass/components/seriesHeader/_seriesHeader-base.scss */
.seriesHeader .author-bio .avatar {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: width 0.3s ease, height 0.3s ease;
  -o-transition: width 0.3s ease, height 0.3s ease;
  -webkit-transition: width 0.3s ease, height 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease;
  width: 100px;
  height: 100px;
  border: 3px solid #ffffff;
  float: left;
  margin-right: 20px;
}
@media only screen and (max-width: 989px) {
  /* line 43, ../../sass/components/seriesHeader/_seriesHeader-base.scss */
  .seriesHeader .author-bio .avatar {
    width: 70px;
    height: 70px;
  }
}
/* line 58, ../../sass/components/seriesHeader/_seriesHeader-base.scss */
.seriesHeader .author-bio .content {
  font-size: 16px;
  float: left;
}
@media only screen and (max-width: 989px) {
  /* line 63, ../../sass/components/seriesHeader/_seriesHeader-base.scss */
  .seriesHeader .author-bio .content > p {
    margin-top: 8px;
  }
}
/* line 69, ../../sass/components/seriesHeader/_seriesHeader-base.scss */
.seriesHeader .author-bio .author {
  font-size: 38px;
  display: block;
  color: #ffffff;
}
@media only screen and (max-width: 989px) {
  /* line 69, ../../sass/components/seriesHeader/_seriesHeader-base.scss */
  .seriesHeader .author-bio .author {
    font-size: 28px;
  }
}
/* line 79, ../../sass/components/seriesHeader/_seriesHeader-base.scss */
.seriesHeader .author-bio .author:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  text-decoration: none;
}
/* line 86, ../../sass/components/seriesHeader/_seriesHeader-base.scss */
.seriesHeader .header-connect {
  height: 50px;
}
@media only screen and (max-width: 989px) {
  /* line 86, ../../sass/components/seriesHeader/_seriesHeader-base.scss */
  .seriesHeader .header-connect {
    height: 25px;
  }
}
/* line 1, ../../sass/core/mixins/_dropdown.scss */
.sortingDropdown {
  position: relative;
  text-align: right;
}
/* line 5, ../../sass/core/mixins/_dropdown.scss */
.sortingDropdown .selected {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 40px 10px 15px;
  margin: 0 0 0 10px;
  min-width: 40px;
  border: 1px solid;
  text-align: left;
}
/* line 14, ../../sass/core/mixins/_dropdown.scss */
.sortingDropdown .selected:after {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f078";
  font-family: FontAwesome !important;
  font-style: normal;
  position: relative;
  font-weight: normal;
  position: absolute;
  top: 30%;
  right: 8px;
}
/* line 22, ../../sass/core/mixins/_dropdown.scss */
.sortingDropdown select {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
  opacity: 0.01;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 100%;
  line-height: 45px;
  min-height: 40px;
}

/* line 1, ../../sass/components/sortingDropdown/_sortingDropdown-base.scss */
.sortingDropdown {
  color: #9c9c9c;
}
/* line 5, ../../sass/components/sortingDropdown/_sortingDropdown-base.scss */
.sortingDropdown .selected {
  border-color: #bfd1d3;
  color: #176bad;
  background: #ffffff;
}
/* line 11, ../../sass/components/sortingDropdown/_sortingDropdown-base.scss */
.sortingDropdown select {
  color: #176bad;
}
/* line 2, ../../sass/core/settings/_article-type-icons.scss */
.articleHeader.video .icon:after {
  content: "\f03d";
}

/* line 8, ../../sass/core/settings/_article-type-icons.scss */
.articleHeader.link .icon:after {
  content: "\f08e";
}

/* line 14, ../../sass/core/settings/_article-type-icons.scss */
.articleHeader.recommendation .icon:after {
  content: "\f005";
}

/* line 20, ../../sass/core/settings/_article-type-icons.scss */
.articleHeader.event .icon:after {
  content: "\f073";
}

/* line 26, ../../sass/core/settings/_article-type-icons.scss */
.articleHeader.audio .icon:after, .articleHeader.podcast .icon:after {
  content: "\f027";
}

/* line 38, ../../sass/core/settings/_article-type-icons.scss */
.articleHeader.twitter .icon:after, .articleHeader .social-header a.twitter:after {
  content: "\f099";
}

/* line 44, ../../sass/core/settings/_article-type-icons.scss */
.articleHeader.instagram .icon:after, .articleHeader .social-header a.instagram:after {
  content: "\f16d";
}

/* line 50, ../../sass/core/settings/_article-type-icons.scss */
.articleHeader.facebook .icon:after, .articleHeader .social-header a.facebook:after {
  content: "\f09a";
}

/* line 56, ../../sass/core/settings/_article-type-icons.scss */
.articleHeader.blog .icon:after {
  content: "\e600";
}

/* line 1, ../../sass/components/articleHeader/_articleHeader-base.scss */
.articleHeader {
  background-size: cover;
  background-position: center top;
}
/* line 5, ../../sass/components/articleHeader/_articleHeader-base.scss */
.articleHeader > .component-content > .component-header {
  padding: 70px 0 30px;
}
@media only screen and (max-width: 767px) {
  /* line 5, ../../sass/components/articleHeader/_articleHeader-base.scss */
  .articleHeader > .component-content > .component-header {
    padding-top: 25px;
  }
}
/* line 12, ../../sass/components/articleHeader/_articleHeader-base.scss */
.articleHeader > .component-content > .component-header .icon {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f08e";
  font-family: FontAwesome !important;
  font-style: normal;
  position: relative;
  font-weight: normal;
  font-size: 68px;
  float: right;
  height: 76px;
  width: 76px;
}
@media only screen and (max-width: 767px) {
  /* line 12, ../../sass/components/articleHeader/_articleHeader-base.scss */
  .articleHeader > .component-content > .component-header .icon {
    font-size: 36px;
    height: 40px;
    width: 40px;
  }
}
/* line 27, ../../sass/components/articleHeader/_articleHeader-base.scss */
.articleHeader > .component-footer {
  background: #54b3db;
}
/* line 30, ../../sass/components/articleHeader/_articleHeader-base.scss */
.articleHeader > .component-footer > .component-content {
  font-size: 18px;
  padding-bottom: 6px;
  padding-top: 6px;
}
@media only screen and (max-width: 767px) {
  /* line 30, ../../sass/components/articleHeader/_articleHeader-base.scss */
  .articleHeader > .component-footer > .component-content {
    font-size: 16px;
  }
}
/* line 39, ../../sass/components/articleHeader/_articleHeader-base.scss */
.articleHeader > .component-footer > .component-content .publication-date {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  line-height: 1;
  margin: 8px 0;
}
/* line 47, ../../sass/components/articleHeader/_articleHeader-base.scss */
.articleHeader .kicker {
  font-size: 20px;
  color: #276e8a;
  margin: 5px 0;
}
@media only screen and (max-width: 767px) {
  /* line 47, ../../sass/components/articleHeader/_articleHeader-base.scss */
  .articleHeader .kicker {
    font-size: 18px;
  }
}
/* line 57, ../../sass/components/articleHeader/_articleHeader-base.scss */
.articleHeader .title {
  font-size: 45px;
  line-height: 1;
  margin: 0;
}
/* line 118, ../../sass/components/articleHeader/_articleHeader-base.scss */
.articleHeader .social-header {
  float: right;
}
/* line 121, ../../sass/components/articleHeader/_articleHeader-base.scss */
.articleHeader .social-header a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f08e";
  font-family: FontAwesome !important;
  font-style: normal;
  position: relative;
  font-weight: normal;
  font-size: 22px;
  text-align: center;
  background: inherit;
  text-decoration: none;
  line-height: 1.4 !important;
  height: 32px !important;
  width: 32px !important;
}
@media only screen and (max-width: 767px) {
  /* line 121, ../../sass/components/articleHeader/_articleHeader-base.scss */
  .articleHeader .social-header a {
    font-size: 18px;
    height: 24px;
    width: 24px;
  }
}
/* line 139, ../../sass/components/articleHeader/_articleHeader-base.scss */
.articleHeader .social-header a:after {
  display: block !important;
  font-size: 22px !important;
}
/* line 144, ../../sass/components/articleHeader/_articleHeader-base.scss */
.articleHeader .social-header a.pw-button.pw-size-small {
  margin-right: 0 !important;
}
/* line 148, ../../sass/components/articleHeader/_articleHeader-base.scss */
.articleHeader .social-header a span.pw-icon {
  display: inline !important;
  background-image: none !important;
  width: 0 !important;
  height: 0 !important;
}
/* line 166, ../../sass/components/articleHeader/_articleHeader-base.scss */
.articleHeader .social-header a.instagram:after {
  padding-left: 3px;
}
/* line 1, ../../sass/core/typography/_font-face-extends.scss */
.articlePageHeader-imprint .richText p, .articlePageHeader-imprint .title {
  font-weight: 400;
  font-style: normal;
}

/* line 16, ../../sass/core/typography/_font-face-extends.scss */
.articlePageHeader-imprint .richText p {
  font-family: "Fort Light", "Helvetica Neue", Arial, sans-serif;
}

/* line 50, ../../sass/core/typography/_font-face-extends.scss */
.articlePageHeader-imprint .title {
  font-family: "BlissWeb Regular", "Gill Sans", Calibri;
}

/* line 1, ../../sass/core/typography/_font-face-extends.scss */
.articlePageHeader-imprint .richText p, .articlePageHeader-imprint .title {
  font-weight: 400;
  font-style: normal;
}

/* line 16, ../../sass/core/typography/_font-face-extends.scss */
.articlePageHeader-imprint .richText p {
  font-family: "Fort Light", "Helvetica Neue", Arial, sans-serif;
}

/* line 50, ../../sass/core/typography/_font-face-extends.scss */
.articlePageHeader-imprint .title {
  font-family: "BlissWeb Regular", "Gill Sans", Calibri;
}

/* line 3, ../../sass/components/articlePageHeader/_articlePageHeader-base.scss */
.articlePageHeader .component-top {
  padding: 75px 30px 40px;
}
/* line 7, ../../sass/components/articlePageHeader/_articlePageHeader-base.scss */
.articlePageHeader .name {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 40px;
}
/* line 11, ../../sass/components/articlePageHeader/_articlePageHeader-base.scss */
.articlePageHeader .name .title {
  font-size: 45px;
  line-height: 1;
  margin: 0;
  color: #ffffff;
}
/* line 17, ../../sass/components/articlePageHeader/_articlePageHeader-base.scss */
.articlePageHeaderAuthorContext .articlePageHeader .name .title {
  color: inherit;
}
/* line 22, ../../sass/components/articlePageHeader/_articlePageHeader-base.scss */
.articlePageHeader .name .strapline {
  font-size: 20px;
  color: #cccccc;
  margin: 5px 0;
}
@media only screen and (max-width: 767px) {
  /* line 22, ../../sass/components/articlePageHeader/_articlePageHeader-base.scss */
  .articlePageHeader .name .strapline {
    font-size: 16px;
  }
}
/* line 33, ../../sass/components/articlePageHeader/_articlePageHeader-base.scss */
.articlePageHeader .avatar {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: 100px;
  width: 100px;
}
@media only screen and (max-width: 767px) {
  /* line 33, ../../sass/components/articlePageHeader/_articlePageHeader-base.scss */
  .articlePageHeader .avatar {
    height: 75px;
    width: 75px;
  }
}
/* line 43, ../../sass/components/articlePageHeader/_articlePageHeader-base.scss */
.articlePageHeader .avatar img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
/* line 49, ../../sass/components/articlePageHeader/_articlePageHeader-base.scss */
.articlePageHeader .component-bottom {
  padding: 10px 30px;
}
/* line 52, ../../sass/components/articlePageHeader/_articlePageHeader-base.scss */
.articlePageHeader .component-bottom ul {
  margin: 0;
  padding: 0;
}
/* line 57, ../../sass/components/articlePageHeader/_articlePageHeader-base.scss */
.articlePageHeader .component-bottom li {
  display: inline;
  list-style: none;
  margin-right: 15px;
}
/* line 63, ../../sass/components/articlePageHeader/_articlePageHeader-base.scss */
.articlePageHeader .component-bottom a {
  font-size: 16px;
  color: #cccccc;
  text-decoration: none;
}
/* line 68, ../../sass/components/articlePageHeader/_articlePageHeader-base.scss */
.articlePageHeader .component-bottom a:hover {
  text-decoration: underline;
}

/* line 76, ../../sass/components/articlePageHeader/_articlePageHeader-base.scss */
.articleHeader > .component-content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 350px;
}

/* line 2, ../../sass/components/articlePageHeader/_articlePageHeader-imprint.scss */
.articlePageHeader-imprint .kicker {
  display: none;
}
/* line 6, ../../sass/components/articlePageHeader/_articlePageHeader-imprint.scss */
.articlePageHeader-imprint .title {
  font-size: 84px;
  margin: 5px 0;
}
/* line 12, ../../sass/components/articlePageHeader/_articlePageHeader-imprint.scss */
.articlePageHeader-imprint .richText {
  padding: 0 40px 90px;
}
/* line 15, ../../sass/components/articlePageHeader/_articlePageHeader-imprint.scss */
.articlePageHeader-imprint .richText p {
  font-size: 18px;
  line-height: 1.27;
  margin: 5px 0;
}
/* line 24, ../../sass/components/articlePageHeader/_articlePageHeader-imprint.scss */
.articlePageHeader-imprint .articleHeader > .component-content > .component-header {
  padding: 40px 40px 0;
}
/* line 28, ../../sass/components/articlePageHeader/_articlePageHeader-imprint.scss */
.articlePageHeader-imprint .articleHeader > .component-footer {
  display: none;
}
/* line 33, ../../sass/components/articlePageHeader/_articlePageHeader-imprint.scss */
.articlePageHeader-imprint .articleListing > .component-content {
  padding-top: 0;
}

/* line 3, ../../sass/components/articlePageHeader/_articlePageHeaderSiteContext.scss */
.articlePageHeaderSiteContext .articleHeader {
  background-size: initial;
  background-repeat: no-repeat;
}
/* line 1, ../../sass/components/affiliatesLinks/_affiliatesLinks-base.scss */
.affiliatesLinks {
  margin-top: 15px;
}
/* line 4, ../../sass/components/affiliatesLinks/_affiliatesLinks-base.scss */
.affiliatesLinks .links {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
/* line 10, ../../sass/components/affiliatesLinks/_affiliatesLinks-base.scss */
.affiliatesLinks .links li {
  font-size: 20px;
  padding: 0;
  display: block;
  float: left;
  width: 50%;
}
/* line 17, ../../sass/components/affiliatesLinks/_affiliatesLinks-base.scss */
.affiliatesLinks .links li a {
  color: #176bad;
  text-decoration: none;
}
/* line 21, ../../sass/components/affiliatesLinks/_affiliatesLinks-base.scss */
.affiliatesLinks .links li a:hover {
  text-decoration: underline;
}
/* line 26, ../../sass/components/affiliatesLinks/_affiliatesLinks-base.scss */
.affiliatesLinks .links li:before {
  content: none;
}
/* line 1, ../../sass/components/searchResultsPagination/_searchResultsPagination-base.scss */
.searchResultsPagination {
  margin-top: 30px;
  padding-bottom: 40px;
}
/* line 5, ../../sass/components/searchResultsPagination/_searchResultsPagination-base.scss */
.searchResultsPagination .component-pagination-list {
  list-style: none;
  margin: 0 0 5px;
  padding: 0;
}
/* line 10, ../../sass/components/searchResultsPagination/_searchResultsPagination-base.scss */
.searchResultsPagination .component-pagination-list li {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media only screen and (max-width: 767px) {
  /* line 10, ../../sass/components/searchResultsPagination/_searchResultsPagination-base.scss */
  .searchResultsPagination .component-pagination-list li {
    margin-bottom: 5px;
  }
}
/* line 16, ../../sass/components/searchResultsPagination/_searchResultsPagination-base.scss */
.searchResultsPagination .component-pagination-list li a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #cadcea;
  color: #1d6baa;
  display: block;
  min-width: 20px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}
/* line 28, ../../sass/components/searchResultsPagination/_searchResultsPagination-base.scss */
.searchResultsPagination .component-pagination-list li.is-active a, .searchResultsPagination .component-pagination-list li a:hover {
  background-color: #1d6baa;
  color: #ffffff;
}
/* line 36, ../../sass/components/searchResultsPagination/_searchResultsPagination-base.scss */
.searchResultsPagination p {
  color: #111111;
}
/* line 1, ../../sass/components/searchResultsNumberLabel/_searchResultsNumberLabel-base.scss */
.searchResultsNumberLabel {
  font-size: 14.0px;
}
/* line 4, ../../sass/components/searchResultsNumberLabel/_searchResultsNumberLabel-base.scss */
.searchResultsNumberLabel p {
  font-size: 18px;
  color: #111111;
  margin: 0;
}
/* line 10, ../../sass/components/searchResultsNumberLabel/_searchResultsNumberLabel-base.scss */
.searchResultsNumberLabel .number-of-results {
  font-size: 34px;
  line-height: 1.06;
  color: #111111;
}
/* line 16, ../../sass/components/searchResultsNumberLabel/_searchResultsNumberLabel-base.scss */
.searchResultsNumberLabel .results-set {
  color: #a59c9d;
}
/* line 19, ../../sass/components/searchResultsNumberLabel/_searchResultsNumberLabel-base.scss */
.searchResultsNumberLabel .results-set:before {
  content: '(';
}
/* line 23, ../../sass/components/searchResultsNumberLabel/_searchResultsNumberLabel-base.scss */
.searchResultsNumberLabel .results-set:after {
  content: ')';
}
/* line 1, ../../sass/core/mixins/_dropdown.scss */
.numberOfResultsDropdown .component-wrapper {
  position: relative;
  text-align: right;
}
/* line 5, ../../sass/core/mixins/_dropdown.scss */
.numberOfResultsDropdown .component-wrapper .selected {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 40px 10px 15px;
  margin: 0 0 0 10px;
  min-width: 40px;
  border: 1px solid;
  text-align: left;
}
/* line 14, ../../sass/core/mixins/_dropdown.scss */
.numberOfResultsDropdown .component-wrapper .selected:after {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f078";
  font-family: FontAwesome !important;
  font-style: normal;
  position: relative;
  font-weight: normal;
  position: absolute;
  top: 30%;
  right: 8px;
}
/* line 22, ../../sass/core/mixins/_dropdown.scss */
.numberOfResultsDropdown .component-wrapper select {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
  opacity: 0.01;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 100%;
  line-height: 45px;
  min-height: 40px;
}

/* line 2, ../../sass/components/numberOfResultsDropdown/_numberOfResultsDropdown-base.scss */
.numberOfResultsDropdown .component-wrapper {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #9c9c9c;
}
/* line 7, ../../sass/components/numberOfResultsDropdown/_numberOfResultsDropdown-base.scss */
.numberOfResultsDropdown .component-wrapper .selected {
  border-color: #bfd1d3;
  color: #176bad;
  background: #ffffff;
  margin: 0;
}
/* line 14, ../../sass/components/numberOfResultsDropdown/_numberOfResultsDropdown-base.scss */
.numberOfResultsDropdown .component-wrapper select {
  color: #176bad;
  left: 0;
  width: 100%;
}
/* line 2, ../../sass/components/searchFilters/_searchFilters-base.scss */
.searchFilters ul {
  margin: 0;
  padding: 0;
}
/* line 6, ../../sass/components/searchFilters/_searchFilters-base.scss */
.searchFilters ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 10px 7px 0 0;
  background: #ffffff;
}
/* line 12, ../../sass/components/searchFilters/_searchFilters-base.scss */
.searchFilters ul li a {
  display: block;
  color: #111111;
  text-decoration: none;
  padding: 10px;
  position: relative;
}
/* line 19, ../../sass/components/searchFilters/_searchFilters-base.scss */
.searchFilters ul li a:after {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 10px;
  height: 10px;
  background-image: url("../../assets/img/icon-cross.svg");
  background-position: 50% 50%;
  background-size: 90% 90%;
  background-repeat: no-repeat;
  background-color: transparent;
  margin: -1px 0 0 10px;
  content: '';
}
/* line 26, ../../sass/components/searchFilters/_searchFilters-base.scss */
.searchFilters ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 30, ../../sass/components/searchFilters/_searchFilters-base.scss */
.searchFilters ul li a .remove {
  display: none;
}
/* line 1, ../../sass/core/typography/_font-face-extends.scss */
.upcomingEvents .events-list .events-list-item .time span {
  font-weight: 400;
  font-style: normal;
}

/* line 6, ../../sass/core/typography/_font-face-extends.scss */
.upcomingEvents .events-list .events-list-item .time span {
  font-family: "Fort Book", "Helvetica Neue", Arial, sans-serif;
}

/* line 1, ../../sass/core/typography/_font-face-extends.scss */
.upcomingEvents .events-list .events-list-item .time span {
  font-weight: 400;
  font-style: normal;
}

/* line 6, ../../sass/core/typography/_font-face-extends.scss */
.upcomingEvents .events-list .events-list-item .time span {
  font-family: "Fort Book", "Helvetica Neue", Arial, sans-serif;
}

/* line 2, ../../sass/components/upcomingEvents/_upcomingEvents-base.scss */
.upcomingEvents > .component-content {
  background: #ffffff;
  border: 2px solid #f4f4f4;
}
/* line 7, ../../sass/components/upcomingEvents/_upcomingEvents-base.scss */
.upcomingEvents > .component-content .heading > * {
  font-size: 26px;
  background-color: #63c1e6;
  color: #ffffff;
  padding: 20px;
  text-align: left;
  margin: 0;
}
/* line 17, ../../sass/components/upcomingEvents/_upcomingEvents-base.scss */
.upcomingEvents > .component-content .see-more {
  padding: 15px;
}
/* line 20, ../../sass/components/upcomingEvents/_upcomingEvents-base.scss */
.upcomingEvents > .component-content .see-more a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 16px;
  color: #176bad;
  text-decoration: none;
}
/* line 26, ../../sass/components/upcomingEvents/_upcomingEvents-base.scss */
.upcomingEvents > .component-content .see-more a:hover {
  text-decoration: underline;
}
/* line 33, ../../sass/components/upcomingEvents/_upcomingEvents-base.scss */
.upcomingEvents .events-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 38, ../../sass/components/upcomingEvents/_upcomingEvents-base.scss */
.upcomingEvents .events-list .events-list-item {
  font-size: 16px;
  position: relative;
  padding: 15px 25px 15px 115px;
  border-bottom: 1px solid #eeeeee;
}
@media only screen and (max-width: 767px) {
  /* line 38, ../../sass/components/upcomingEvents/_upcomingEvents-base.scss */
  .upcomingEvents .events-list .events-list-item {
    font-size: 14px;
    padding-left: 65px;
  }
}
/* line 49, ../../sass/components/upcomingEvents/_upcomingEvents-base.scss */
.upcomingEvents .events-list .events-list-item:after {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  font-family: FontAwesome !important;
  font-style: normal;
  position: relative;
  font-weight: normal;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  color: #176bad;
  position: absolute;
  right: 15px;
  top: 50%;
}
/* line 59, ../../sass/components/upcomingEvents/_upcomingEvents-base.scss */
.upcomingEvents .events-list .events-list-item a {
  color: #176bad;
  text-decoration: none;
}
/* line 63, ../../sass/components/upcomingEvents/_upcomingEvents-base.scss */
.upcomingEvents .events-list .events-list-item a:hover {
  text-decoration: underline;
}
/* line 68, ../../sass/components/upcomingEvents/_upcomingEvents-base.scss */
.upcomingEvents .events-list .events-list-item .subtitle {
  color: #a4a5a6;
  margin: 0;
  display: block;
}
/* line 74, ../../sass/components/upcomingEvents/_upcomingEvents-base.scss */
.upcomingEvents .events-list .events-list-item .time {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  padding: 15px 10px;
  top: 50%;
  left: 0;
  width: 60px;
  text-align: center;
  color: #111111;
}
@media only screen and (max-width: 767px) {
  /* line 74, ../../sass/components/upcomingEvents/_upcomingEvents-base.scss */
  .upcomingEvents .events-list .events-list-item .time {
    width: auto;
  }
}
/* line 88, ../../sass/components/upcomingEvents/_upcomingEvents-base.scss */
.upcomingEvents .events-list .events-list-item .time span {
  font-size: 22px;
  display: block;
}
@media only screen and (max-width: 767px) {
  /* line 88, ../../sass/components/upcomingEvents/_upcomingEvents-base.scss */
  .upcomingEvents .events-list .events-list-item .time span {
    font-size: 18px;
  }
}
/* line 1, ../../sass/core/typography/_font-face-extends.scss */
.seriesCarousel .carousel-header .title {
  font-weight: 400;
  font-style: normal;
}

/* line 50, ../../sass/core/typography/_font-face-extends.scss */
.seriesCarousel .carousel-header .title {
  font-family: "BlissWeb Regular", "Gill Sans", Calibri;
}

/* line 1, ../../sass/core/typography/_font-face-extends.scss */
.seriesCarousel .carousel-header .title {
  font-weight: 400;
  font-style: normal;
}

/* line 50, ../../sass/core/typography/_font-face-extends.scss */
.seriesCarousel .carousel-header .title {
  font-family: "BlissWeb Regular", "Gill Sans", Calibri;
}

/* line 1, ../../sass/core/typography/_typography-extends.scss */
.seriesCarousel .carousel-header .title {
  letter-spacing: -1px;
  font-weight: 400;
}

/* line 12, ../../sass/core/typography/_typography-extends.scss */
.seriesCarousel .carousel-header .title {
  font-size: 42px;
}

/* line 2, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel {
  margin: 50px 0;
}
/* line 5, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel > .component-content {
  position: relative;
}
/* line 9, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .carousel-header {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  /* line 9, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
  .seriesCarousel .carousel-header {
    margin-bottom: 20px;
  }
}
/* line 17, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .carousel-header .title {
  margin: 0;
}
/* line 22, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .carousel-header .subTitle {
  font-size: 16px;
  color: #777777;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  /* line 22, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
  .seriesCarousel .carousel-header .subTitle {
    font-size: 14.0px;
  }
}
/* line 32, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .carousel-header a {
  color: #176bad;
  text-decoration: none;
}
/* line 36, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .carousel-header a:hover {
  text-decoration: underline;
}
/* line 42, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .slick-slide {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  margin: 0 30px;
  width: 390px;
  border: 1px solid #f4f4f4;
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 42, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
  .seriesCarousel .slick-slide {
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
    margin: 0 5px;
    width: 110px;
    overflow: hidden;
  }
}
/* line 57, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .slick-slide > .component-content {
  border: 0;
}
@media only screen and (max-width: 767px) {
  /* line 57, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
  .seriesCarousel .slick-slide > .component-content {
    width: 275px;
  }
}
/* line 65, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .slick-slide .component-header {
  float: left;
  width: 132px;
  max-width: 46%;
}
@media only screen and (max-width: 767px) {
  /* line 65, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
  .seriesCarousel .slick-slide .component-header {
    width: 88px;
  }
}
/* line 75, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .slick-slide .content {
  float: left;
  width: 200px;
  max-width: 59%;
  padding: 0 0 0 15px;
}
@media only screen and (max-width: 767px) {
  /* line 75, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
  .seriesCarousel .slick-slide .content {
    max-width: 64%;
    padding: 0;
    margin-left: 10px;
  }
}
/* line 87, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .slick-slide .content h2 {
  font-size: 22px;
  font-weight: bold;
  color: #176bad;
}
@media only screen and (max-width: 767px) {
  /* line 87, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
  .seriesCarousel .slick-slide .content h2 {
    font-size: 18px;
    margin: 0 0 14px;
  }
}
/* line 98, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .slick-slide .content p {
  margin: 0;
}
/* line 102, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .slick-slide .content a {
  text-decoration: none;
  color: inherit;
}
/* line 106, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .slick-slide .content a > span {
  color: #b3b3b5;
}
@media only screen and (max-width: 767px) {
  /* line 112, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
  .seriesCarousel .slick-slide.is-active {
    width: 300px;
  }
}
/* line 119, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .is-obscured {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 123, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .slick-track {
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}
/* line 127, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .is-current-work {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #fe6417;
  width: auto;
}
/* line 132, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .is-current-work:after {
  font-size: 40px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  color: #fe6417;
  content: attr(data-series-no);
  position: absolute;
  margin: auto;
  line-height: 1;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
}
/* line 147, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .is-current-work .component-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  width: auto;
}
/* line 152, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .is-current-work .component-header {
  max-width: 100%;
}
/* line 156, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .is-current-work .content {
  display: none;
}
/* line 160, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .is-current-work.is-active {
  width: auto;
}
/* line 165, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .slick-arrow {
  text-shadow: none;
  font: 0/.1 serif;
  color: transparent;
  position: absolute;
  outline: none;
  height: 100%;
  width: 50px;
  top: 0;
  margin: 0;
  background-color: transparent;
  border: 0;
  z-index: 2;
}
/* line 177, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .slick-arrow:before {
  font-size: 90px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  font-family: FontAwesome !important;
  font-style: normal;
  position: relative;
  font-weight: normal;
  left: 0;
  color: #fe6417;
}
/* line 184, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
/* line 188, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .slick-arrow.slick-next:before {
  content: "\f105";
}

/* line 197, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.slick-slider {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 207, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 214, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.slick-list:focus {
  outline: none;
}
/* line 218, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.slick-list.dragging {
  cursor: pointer;
}

/* line 223, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 228, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 234, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.slick-track:before, .slick-track:after {
  content: '';
  display: table;
}
/* line 240, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.slick-track:after {
  clear: both;
}
/* line 244, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 249, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 255, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 259, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.slick-slide img {
  display: block;
}
/* line 263, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 267, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 271, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 275, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 279, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 286, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.slick-arrow.slick-hidden {
  display: none;
}
/* line 1, ../../sass/core/typography/_font-face-extends.scss */
.subscribeForm input[type="text"], .subscribeForm button, .subscribeForm-imprint .subscribeForm .subscribe-header, .subscribeForm-classics .subscribeForm .subscribe-header {
  font-weight: 400;
  font-style: normal;
}

/* line 6, ../../sass/core/typography/_font-face-extends.scss */
.subscribeForm input[type="text"], .subscribeForm button, .subscribeForm-imprint .subscribeForm .subscribe-header, .subscribeForm-classics .subscribeForm .subscribe-header {
  font-family: "Fort Book", "Helvetica Neue", Arial, sans-serif;
}

/* line 1, ../../sass/core/typography/_font-face-extends.scss */
.subscribeForm input[type="text"], .subscribeForm button, .subscribeForm-imprint .subscribeForm .subscribe-header, .subscribeForm-classics .subscribeForm .subscribe-header {
  font-weight: 400;
  font-style: normal;
}

/* line 6, ../../sass/core/typography/_font-face-extends.scss */
.subscribeForm input[type="text"], .subscribeForm button, .subscribeForm-imprint .subscribeForm .subscribe-header, .subscribeForm-classics .subscribeForm .subscribe-header {
  font-family: "Fort Book", "Helvetica Neue", Arial, sans-serif;
}

/* line 3, ../../sass/components/subscribeForm/_subscribeForm-base.scss */
.subscribeForm .subscribe-header {
  font-size: 16px;
  margin: 0;
}
/* line 8, ../../sass/components/subscribeForm/_subscribeForm-base.scss */
.subscribeForm form {
  overflow: hidden;
  margin: 0;
  position: relative;
}
/* line 14, ../../sass/components/subscribeForm/_subscribeForm-base.scss */
.subscribeForm input[type="text"] {
  font-size: 14.0px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 0 0 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  padding: 8px 16px;
  margin: 0;
  width: 70%;
  height: 33px;
  line-height: 33px;
  border: 0;
}
/* line 29, ../../sass/components/subscribeForm/_subscribeForm-base.scss */
.subscribeForm button {
  font-size: 16px;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0;
  border-radius: 0 5px 5px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  border: 0;
  background-color: #ff6600;
  color: #111111;
  text-align: center;
  width: 30%;
  height: 33px;
  max-width: 80px;
  padding: 7px 0;
}
/* line 46, ../../sass/components/subscribeForm/_subscribeForm-base.scss */
.subscribeForm .subscribe-text {
  clear: both;
}
/* line 50, ../../sass/components/subscribeForm/_subscribeForm-base.scss */
.subscribeForm .error-msg {
  color: #fe0605;
  clear: both;
}

/* line 2, ../../sass/components/subscribeForm/_subscribeForm-footer.scss */
.subscribeForm-footer.component {
  float: none;
}
/* line 6, ../../sass/components/subscribeForm/_subscribeForm-footer.scss */
.subscribeForm-footer + .richText {
  margin-top: 30px;
}
/* line 11, ../../sass/components/subscribeForm/_subscribeForm-footer.scss */
.subscribeForm-footer .subscribeForm .subscribe-header {
  color: #ff6600;
  margin-bottom: 10px;
}
/* line 16, ../../sass/components/subscribeForm/_subscribeForm-footer.scss */
.subscribeForm-footer .subscribeForm .subscribe-text {
  color: #ff6600;
}
/* line 19, ../../sass/components/subscribeForm/_subscribeForm-footer.scss */
.subscribeForm-footer .subscribeForm .subscribe-text p {
  margin: 10px 0;
}

/* line 4, ../../sass/components/subscribeForm/_subscribeForm-imprint.scss */
.subscribeForm-imprint .subscribeForm .subscribe-text {
  color: #51636d;
  margin: 10px 0;
}
/* line 8, ../../sass/components/subscribeForm/_subscribeForm-imprint.scss */
.subscribeForm-imprint .subscribeForm .subscribe-text p {
  margin: 0;
}
/* line 13, ../../sass/components/subscribeForm/_subscribeForm-imprint.scss */
.subscribeForm-imprint .subscribeForm .subscribe-header {
  font-size: 21px;
  color: #111111;
  margin-bottom: 10px;
}
/* line 20, ../../sass/components/subscribeForm/_subscribeForm-imprint.scss */
.subscribeForm-imprint .subscribeForm button {
  color: #ffffff;
}
/* line 24, ../../sass/components/subscribeForm/_subscribeForm-imprint.scss */
.subscribeForm-imprint .subscribeForm label {
  color: #111111;
}

/* line 4, ../../sass/components/subscribeForm/_subscribeForm-classics.scss */
.subscribeForm-classics .subscribeForm .subscribe-text {
  color: #9c9c9c;
  margin: 10px 0;
}
/* line 8, ../../sass/components/subscribeForm/_subscribeForm-classics.scss */
.subscribeForm-classics .subscribeForm .subscribe-text p {
  margin: 0;
}
/* line 13, ../../sass/components/subscribeForm/_subscribeForm-classics.scss */
.subscribeForm-classics .subscribeForm .subscribe-header {
  font-size: 21px;
  color: #ffffff;
  margin-bottom: 10px;
}
/* line 20, ../../sass/components/subscribeForm/_subscribeForm-classics.scss */
.subscribeForm-classics .subscribeForm button {
  background-color: #ff6600;
  color: #ffffff;
}
/* line 25, ../../sass/components/subscribeForm/_subscribeForm-classics.scss */
.subscribeForm-classics .subscribeForm label {
  color: #ffffff;
}
/* line 3, ../../sass/components/socialShare/_socialShare-base.scss */
.socialShare {
  padding: 40px;
  margin-top: -1px;
  border-top: 1px solid #f7f8f9;
  background: #f7f8f9;
}
@media only screen and (max-width: 767px) {
  /* line 3, ../../sass/components/socialShare/_socialShare-base.scss */
  .socialShare {
    padding: 20px;
  }
}
/* line 13, ../../sass/components/socialShare/_socialShare-base.scss */
.work-header-panel .socialShare {
  padding: 0 40px;
  margin: 80px 0 0;
  border: 0;
  background: transparent;
}
@media only screen and (max-width: 767px) {
  /* line 13, ../../sass/components/socialShare/_socialShare-base.scss */
  .work-header-panel .socialShare {
    padding: 0 20px;
    margin: 40px 0 0;
  }
}
/* line 25, ../../sass/components/socialShare/_socialShare-base.scss */
.socialShare h2 {
  font-size: 18px;
  font-family: "Fort Book", "Helvetica Neue", Arial, sans-serif !important;
  margin: 0 0 10px;
  padding: 0 0 5px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1.3;
  font-weight: 400 !important;
}
/* line 36, ../../sass/components/socialShare/_socialShare-base.scss */
.socialShare .social-default a {
  text-shadow: none;
  font: 0/.1 serif;
  color: transparent;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 36px;
  height: 32px;
  cursor: pointer;
  background: url('/etc/designs/zg/penguin/desktop/assets/img/social-shares-icons-sad46d1b6c1.png') !important;
}
/* line 44, ../../sass/components/socialShare/_socialShare-base.scss */
.socialShare .social-default a + a {
  margin-left: 8px !important;
}
/* line 48, ../../sass/components/socialShare/_socialShare-base.scss */
.socialShare .social-default a.facebook, .socialShare .social-default a.facebook span {
  background-position: 0 0 !important;
}
/* line 53, ../../sass/components/socialShare/_socialShare-base.scss */
.socialShare .social-default a.twitter, .socialShare .social-default a.twitter span {
  background-position: 0 -32px !important;
}
/* line 58, ../../sass/components/socialShare/_socialShare-base.scss */
.socialShare .social-default a span {
  background: url('/etc/designs/zg/penguin/desktop/assets/img/social-shares-icons-sad46d1b6c1.png') !important;
}
/* line 1, ../../sass/core/typography/_font-face-extends.scss */
.authorSocialFeeds .feeds-list .feed a {
  font-weight: 400;
  font-style: normal;
}

/* line 26, ../../sass/core/typography/_font-face-extends.scss */
.authorSocialFeeds .feeds-list .feed a {
  font-family: "Fort Medium", "Helvetica Neue", Arial, sans-serif;
}

/* line 1, ../../sass/core/typography/_font-face-extends.scss */
.authorSocialFeeds .feeds-list .feed a {
  font-weight: 400;
  font-style: normal;
}

/* line 26, ../../sass/core/typography/_font-face-extends.scss */
.authorSocialFeeds .feeds-list .feed a {
  font-family: "Fort Medium", "Helvetica Neue", Arial, sans-serif;
}

/* line 1, ../../sass/components/authorSocialFeeds/_authorSocialFeeds-base.scss */
.authorSocialFeeds {
  margin-bottom: 25px;
}
/* line 4, ../../sass/components/authorSocialFeeds/_authorSocialFeeds-base.scss */
.authorSocialFeeds .feeds-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 2, ../../sass/core/mixins/_clearfix.scss */
.authorSocialFeeds .feeds-list:before, .authorSocialFeeds .feeds-list:after {
  content: '';
  display: table;
  width: 0;
}
/* line 9, ../../sass/core/mixins/_clearfix.scss */
.authorSocialFeeds .feeds-list:after {
  clear: both;
}
/* line 10, ../../sass/components/authorSocialFeeds/_authorSocialFeeds-base.scss */
.authorSocialFeeds .feeds-list .feed {
  float: left;
  width: 50%;
  margin: 0 0 15px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  /* line 10, ../../sass/components/authorSocialFeeds/_authorSocialFeeds-base.scss */
  .authorSocialFeeds .feeds-list .feed {
    width: 100%;
  }
}
/* line 19, ../../sass/components/authorSocialFeeds/_authorSocialFeeds-base.scss */
.authorSocialFeeds .feeds-list .feed:nth-child(2n+1) {
  clear: left;
}
/* line 23, ../../sass/components/authorSocialFeeds/_authorSocialFeeds-base.scss */
.authorSocialFeeds .feeds-list .feed a {
  font-size: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  color: #176bad;
  position: relative;
  display: block;
  min-height: 37px;
  line-height: 1;
  padding: 11px 0 9px 45px;
  text-decoration: none;
  word-wrap: break-word;
}
/* line 37, ../../sass/components/authorSocialFeeds/_authorSocialFeeds-base.scss */
.authorSocialFeeds .feeds-list .feed a:hover {
  text-decoration: underline;
}
/* line 41, ../../sass/components/authorSocialFeeds/_authorSocialFeeds-base.scss */
.authorSocialFeeds .feeds-list .feed a:after {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  border: 1px solid #000000;
  position: absolute;
  left: 0;
  top: 50%;
  height: 35px;
  width: 35px;
}
/* line 53, ../../sass/components/authorSocialFeeds/_authorSocialFeeds-base.scss */
.authorSocialFeeds .feeds-list .feed a:before {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-family: FontAwesome !important;
  font-style: normal;
  position: relative;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 50%;
  height: 37px;
  width: 37px;
  line-height: 37px;
  text-align: center;
  color: #000000;
}
/* line 66, ../../sass/components/authorSocialFeeds/_authorSocialFeeds-base.scss */
.authorSocialFeeds .feeds-list .feed a.facebook:before {
  font-size: 18px;
  content: "\f09a";
}
/* line 71, ../../sass/components/authorSocialFeeds/_authorSocialFeeds-base.scss */
.authorSocialFeeds .feeds-list .feed a.twitter:before {
  font-size: 22px;
  content: "\f099";
}
/* line 76, ../../sass/components/authorSocialFeeds/_authorSocialFeeds-base.scss */
.authorSocialFeeds .feeds-list .feed a.instagram:before {
  font-size: 18px;
  content: "\f16d";
  text-indent: 2px;
}
/* line 82, ../../sass/components/authorSocialFeeds/_authorSocialFeeds-base.scss */
.authorSocialFeeds .feeds-list .feed a.website:before {
  font-size: 18px;
  content: "\f08e";
  text-indent: 3px;
}
/* line 2, ../../sass/components/authorsIndex/_authorsIndex-base.scss */
.authorsIndex > .component-content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1680px;
  padding: 0 45px;
  width: 100%;
}
/* line 10, ../../sass/components/authorsIndex/_authorsIndex-base.scss */
.authorsIndex .authorsIndex-list ul {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
/* line 14, ../../sass/components/authorsIndex/_authorsIndex-base.scss */
.authorsIndex .authorsIndex-list ul li {
  font-size: 20px;
  font-weight: bold;
  display: inline;
  margin: 0 2px;
  padding: 0;
}
/* line 21, ../../sass/components/authorsIndex/_authorsIndex-base.scss */
.authorsIndex .authorsIndex-list ul li:before {
  display: none;
}
/* line 26, ../../sass/components/authorsIndex/_authorsIndex-base.scss */
.authorsIndex .authorsIndex-list ul a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #000000;
  padding: 4px 10px;
  text-decoration: none;
}
/* line 33, ../../sass/components/authorsIndex/_authorsIndex-base.scss */
.authorsIndex .authorsIndex-list ul a:hover {
  background: #000000;
  color: #ffffff;
  padding: 4px 10px;
}
/* line 40, ../../sass/components/authorsIndex/_authorsIndex-base.scss */
.authorsIndex .authorsIndex-list ul .current-index {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #000000;
  padding: 4px 10px;
}
/* line 48, ../../sass/components/authorsIndex/_authorsIndex-base.scss */
.authorsIndex .authorsIndex-content {
  margin: 50px 0;
  position: relative;
}
/* line 52, ../../sass/components/authorsIndex/_authorsIndex-base.scss */
.authorsIndex .authorsIndex-content > .authorsIndex-listing {
  border-top: 1px solid #000000;
  padding: 20px 0;
  overflow: hidden;
}
@media only screen and (min-width: 990px) {
  /* line 52, ../../sass/components/authorsIndex/_authorsIndex-base.scss */
  .authorsIndex .authorsIndex-content > .authorsIndex-listing {
    padding: 25px 200px;
  }
}
/* line 62, ../../sass/components/authorsIndex/_authorsIndex-base.scss */
.authorsIndex .authorsIndex-content > a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  border: 1px solid #dedede;
  color: #176bad;
  position: absolute;
  padding: 10px 35px 10px 20px;
  line-height: 1;
  right: 0;
  top: 10px;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  /* line 62, ../../sass/components/authorsIndex/_authorsIndex-base.scss */
  .authorsIndex .authorsIndex-content > a {
    font-size: 10px;
    padding: 10px 25px 10px 7px;
  }
}
/* line 80, ../../sass/components/authorsIndex/_authorsIndex-base.scss */
.authorsIndex .authorsIndex-content > a:after {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  font-family: FontAwesome !important;
  font-style: normal;
  position: relative;
  font-weight: normal;
  font-size: 13px;
  position: absolute;
  top: 30%;
  right: 10%;
}
/* line 88, ../../sass/components/authorsIndex/_authorsIndex-base.scss */
.authorsIndex .authorsIndex-content > a:hover {
  border-color: #b3b3b5;
  text-decoration: underline;
}
/* line 94, ../../sass/components/authorsIndex/_authorsIndex-base.scss */
.authorsIndex .authorsIndex-content .box-heading {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
  background: #000000;
  color: #ffffff;
  margin: 0;
  padding: 10px 15px;
  text-transform: uppercase;
}
/* line 105, ../../sass/components/authorsIndex/_authorsIndex-base.scss */
.authorsIndex .authorsIndex-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 110, ../../sass/components/authorsIndex/_authorsIndex-base.scss */
.authorsIndex .authorsIndex-content li {
  margin-bottom: 10px;
}
/* line 113, ../../sass/components/authorsIndex/_authorsIndex-base.scss */
.authorsIndex .authorsIndex-content li a {
  text-decoration: none;
  color: #176bad;
}

