/* line 2, ../../sass/components/tabs/_tabs-base.scss */
.tabs {
  position: relative;
  width: 100%;
}

/* line 11, ../../sass/components/tabs/_tabs-base.scss */
.no-js .tabs-nav {
  display: none;
}

/* line 15, ../../sass/components/tabs/_tabs-base.scss */
.no-js .tabs-content {
  display: block !important;
  visibility: visible !important;
}

/* line 20, ../../sass/components/tabs/_tabs-base.scss */
.no-js .tabs > .component-content {
  padding-top: 0;
}

/* line 24, ../../sass/components/tabs/_tabs-base.scss */
.tabs > .component-content {
  padding-top: 39px;
}

/* line 28, ../../sass/components/tabs/_tabs-base.scss */
.tabs-nav {
  position: absolute;
  z-index: 150;
  top: 0;
  left: 0;
  height: 39px;
  overflow: hidden;
  width: 100%;
}

/* line 38, ../../sass/components/tabs/_tabs-base.scss */
.tabs-nav-list {
  position: relative;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  width: 2000px;
}

/* line 48, ../../sass/components/tabs/_tabs-base.scss */
.tabs-nav-switcher {
  position: absolute;
  height: 35px;
  width: 15px;
  border: 2px solid;
  cursor: pointer;
  top: 0;
  background: #333;
}
/* line 56, ../../sass/components/tabs/_tabs-base.scss */
.tabs-nav-switcher:before {
  content: "\f054";
  display: inline-block;
  font-family: FontAwesome !important;
  font-style: normal;
  position: relative;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 50%;
  margin-left: -3px;
  padding: 7px 0;
  font-size: 12px;
}

/* line 65, ../../sass/components/tabs/_tabs-base.scss */
.tabs-nav-switcher-right {
  right: 0;
}

/* line 69, ../../sass/components/tabs/_tabs-base.scss */
.tabs-nav-item {
  border-width: 2px 2px 0 2px;
  border-style: solid;
  border-color: #000;
  font-weight: bold;
  font-size: 12px;
  display: inline;
  float: left;
  margin-left: 5px;
  background: #fff;
  padding: 7px 10px 7px 10px;
  cursor: pointer;
  height: 21px;
  top: 4px;
}

/* line 85, ../../sass/components/tabs/_tabs-base.scss */
.tabs-nav-switcher-left {
  left: 0;
}
/* line 87, ../../sass/components/tabs/_tabs-base.scss */
.tabs-nav-switcher-left:before {
  content: "\f053";
  margin-left: -4px;
}

/* line 93, ../../sass/components/tabs/_tabs-base.scss */
.tabs-nav-item:first-child {
  margin-left: 0;
}

/* line 97, ../../sass/components/tabs/_tabs-base.scss */
.tabs-nav-item.is-active,
.tabs-nav-item.is-active a,
.tabs-nav-item.is-active:hover {
  cursor: default;
}

/* line 103, ../../sass/components/tabs/_tabs-base.scss */
.tabs-nav-item.is-active,
.tabs-nav-item.is-active:hover {
  border-bottom: none;
  padding-bottom: 9px;
  background: #ccc;
}

/* line 114, ../../sass/components/tabs/_tabs-base.scss */
.tabs-nav-item:hover a {
  color: #ccc;
  text-decoration: none;
}

/* line 127, ../../sass/components/tabs/_tabs-base.scss */
.tabs-content {
  position: relative;
  z-index: 100;
  top: -2px;
  background: #ccc;
}

/* line 135, ../../sass/components/tabs/_tabs-base.scss */
.tabs-vertical .tabs-nav {
  height: auto;
  width: 60px;
}

/* line 140, ../../sass/components/tabs/_tabs-base.scss */
.tabs-vertical .component-content {
  padding-top: 0;
}

/* line 144, ../../sass/components/tabs/_tabs-base.scss */
.tabs-vertical .tabs-nav-list {
  width: 100%;
}

/* line 148, ../../sass/components/tabs/_tabs-base.scss */
.tabs-vertical .tabs-nav-item.is-active,
.tabs-vertical .tabs-nav-item.is-active:hover {
  border-bottom: 2px solid;
  border-right: medium;
  padding: 7px 12px 7px 10px;
}

/* line 155, ../../sass/components/tabs/_tabs-base.scss */
.tabs-vertical .tabs-nav-item {
  border-width: 2px;
  height: auto;
  margin: 0 0 5px;
  width: 36px;
}

/* line 162, ../../sass/components/tabs/_tabs-base.scss */
.tabs-vertical .tabs-content {
  margin-left: 60px;
  left: -2px;
  top: 0;
}

/* line 2, ../../sass/components/tabs/_tabs-main.scss */
.tabs-main > .component-content {
  padding: 0;
}
/* line 6, ../../sass/components/tabs/_tabs-main.scss */
.tabs-main .tabs-nav {
  margin-bottom: 45px;
  position: static;
  height: auto;
}
@media only screen and (max-width: 767px) {
  /* line 6, ../../sass/components/tabs/_tabs-main.scss */
  .tabs-main .tabs-nav {
    margin-bottom: 25px;
  }
}
/* line 16, ../../sass/components/tabs/_tabs-main.scss */
.tabs-main .tabs-nav-list {
  width: auto;
}
/* line 20, ../../sass/components/tabs/_tabs-main.scss */
.tabs-main .tabs-nav-switcher {
  display: none;
}
/* line 24, ../../sass/components/tabs/_tabs-main.scss */
.tabs-main .tabs-nav-item {
  background: none;
  border: 0;
  padding: 0;
  height: auto;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 5px;
}
/* line 33, ../../sass/components/tabs/_tabs-main.scss */
.tabs-main .tabs-nav-item:hover {
  padding: 0;
  background: inherit;
}
/* line 38, ../../sass/components/tabs/_tabs-main.scss */
.tabs-main .tabs-nav-item.is-active a {
  background-color: #fad716;
  color: #000000;
}
/* line 43, ../../sass/components/tabs/_tabs-main.scss */
.tabs-main .tabs-nav-item a {
  border-radius: 4px;
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  text-decoration: none;
  padding: 8px 13px;
}
/* line 55, ../../sass/components/tabs/_tabs-main.scss */
.tabs-main.tabs-light-buttons .tabs-nav-item.is-active a {
  background-color: #fad716;
  color: #000000;
}
/* line 60, ../../sass/components/tabs/_tabs-main.scss */
.tabs-main.tabs-light-buttons .tabs-nav-item a {
  background-color: rgba(0, 0, 0, 0.3);
}
/* line 66, ../../sass/components/tabs/_tabs-main.scss */
.tabs-main .tabs-content {
  background: none;
}
@media only screen and (max-width: 767px) {
  /* line 74, ../../sass/components/tabs/_tabs-main.scss */
  .tabs-main.js-tabs-dropdown .tabs-nav-list.is-open .tabs-nav-item {
    display: block;
    margin-bottom: 5px;
  }
  /* line 80, ../../sass/components/tabs/_tabs-main.scss */
  .tabs-main.js-tabs-dropdown .tabs-nav-item {
    display: none;
    float: none;
    margin-left: 0;
  }
  /* line 85, ../../sass/components/tabs/_tabs-main.scss */
  .tabs-main.js-tabs-dropdown .tabs-nav-item.is-active {
    display: block;
  }
  /* line 88, ../../sass/components/tabs/_tabs-main.scss */
  .tabs-main.js-tabs-dropdown .tabs-nav-item.is-active a {
    padding-right: 40px;
  }
  /* line 92, ../../sass/components/tabs/_tabs-main.scss */
  .tabs-main.js-tabs-dropdown .tabs-nav-item.is-active a:after {
    content: "\f078";
    display: inline-block;
    font-family: FontAwesome !important;
    font-style: normal;
    position: relative;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 10px;
    top: 9px;
  }
}
/* line 2, ../../sass/components/title/_title-base.scss */
.title h1 {
  word-wrap: break-word;
}
/* line 6, ../../sass/components/twitter/_twitter-base.scss */
.feed-provider-heading {
  display: inline-block;
  margin: 0 0 0 20px;
  line-height: 30px;
}

/* line 12, ../../sass/components/twitter/_twitter-base.scss */
.feed-provider-description {
  border-bottom: 1px solid #000;
  margin: 10px 0;
  padding: 10px 0;
}

/* line 18, ../../sass/components/twitter/_twitter-base.scss */
.feed-provider-heading-image {
  float: left;
  width: 30px;
  height: 30px;
}

/* line 24, ../../sass/components/twitter/_twitter-base.scss */
.feed-provider-feeds {
  padding: 0;
  margin: 0;
}

/*twitter template*/
/* line 30, ../../sass/components/twitter/_twitter-base.scss */
.twitter-feed {
  list-style-type: none;
  padding-left: 55px;
  margin: 10px 0;
  display: block;
  position: relative;
}
/* line 2, ../../sass/core/mixins/_clearfix.scss */
.twitter-feed:before, .twitter-feed:after {
  content: '';
  display: table;
}
/* line 8, ../../sass/core/mixins/_clearfix.scss */
.twitter-feed:after {
  clear: both;
}

/* line 39, ../../sass/components/twitter/_twitter-base.scss */
.twitter-content a:hover strong {
  text-decoration: underline;
}

/* line 43, ../../sass/components/twitter/_twitter-base.scss */
.twitter-sender-avatar {
  position: absolute;
  top: 3px;
  left: 0;
}

/* line 49, ../../sass/components/twitter/_twitter-base.scss */
.twitter-date {
  float: right;
}

/* line 53, ../../sass/components/twitter/_twitter-base.scss */
.twitter-actions {
  padding: 0;
  margin: 0;
  float: right;
}

/* line 59, ../../sass/components/twitter/_twitter-base.scss */
.twitter-action {
  list-style-type: none;
  display: inline;
}
/* line 5, ../../sass/components/video/_video-base.scss */
.video-nojs {
  display: none;
  text-align: center;
  padding: 20px 0;
  color: red;
}

/* line 12, ../../sass/components/video/_video-base.scss */
.no-js .video-nojs {
  display: block;
}

/* line 16, ../../sass/components/video/_video-base.scss */
.video object,
.video embed {
  width: 100% !important;
}

/* line 25, ../../sass/components/video/_video-base.scss */
.video-video-container {
  margin: 0 auto;
}

/* line 29, ../../sass/components/video/_video-base.scss */
.video-description {
  margin-top: -2px;
}
/* line 5, ../../sass/components/videoGallery/_videoGallery-base.scss */
.videoGallery-video {
  border: 2px solid;
}

/* line 9, ../../sass/components/videoGallery/_videoGallery-base.scss */
.videoGallery-video object,
.videoGallery-video embed {
  width: 100% !important;
}

/* line 14, ../../sass/components/videoGallery/_videoGallery-base.scss */
.videoGallery-thumbnails {
  position: relative;
  margin-top: 18px;
}

/* line 19, ../../sass/components/videoGallery/_videoGallery-base.scss */
.videoGallery-list {
  overflow: hidden;
  margin: 0 50px;
  position: relative;
}

/* line 25, ../../sass/components/videoGallery/_videoGallery-base.scss */
.videoGallery-arrow,
.videoGallery-arrow.is-disabled:hover {
  position: absolute;
  top: 0;
  cursor: pointer;
  width: 35px;
  height: 60px;
  background-position: 50%;
  background-repeat: no-repeat;
  font: 0/0 serif;
}
/* line 36, ../../sass/components/videoGallery/_videoGallery-base.scss */
.videoGallery-arrow:before,
.videoGallery-arrow.is-disabled:hover:before {
  position: absolute;
  top: 50%;
  color: #aaa;
}

/* line 43, ../../sass/components/videoGallery/_videoGallery-base.scss */
.videoGallery-arrow:hover:before {
  color: #888;
}

/* line 47, ../../sass/components/videoGallery/_videoGallery-base.scss */
.videoGallery-description {
  margin: 15px 0;
}

/* line 51, ../../sass/components/videoGallery/_videoGallery-base.scss */
.videoGallery-arrow.is-disabled {
  opacity: 0.5;
}

/* line 55, ../../sass/components/videoGallery/_videoGallery-base.scss */
.videoGallery-arrow-left,
.videoGallery-arrow-left.is-disabled:hover {
  left: 0;
}
/* line 58, ../../sass/components/videoGallery/_videoGallery-base.scss */
.videoGallery-arrow-left:before,
.videoGallery-arrow-left.is-disabled:hover:before {
  content: "\f053";
  display: inline-block;
  font-family: FontAwesome !important;
  font-style: normal;
  position: relative;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
}

/* line 64, ../../sass/components/videoGallery/_videoGallery-base.scss */
.videoGallery-arrow-right,
.videoGallery-arrow-right.is-disabled:hover {
  right: 0;
  text-align: right;
}
/* line 68, ../../sass/components/videoGallery/_videoGallery-base.scss */
.videoGallery-arrow-right:before,
.videoGallery-arrow-right.is-disabled:hover:before {
  content: "\f054";
  display: inline-block;
  font-family: FontAwesome !important;
  font-style: normal;
  position: relative;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
}

/* line 74, ../../sass/components/videoGallery/_videoGallery-base.scss */
.videoGallery-list-inner {
  overflow: hidden;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 85, ../../sass/components/videoGallery/_videoGallery-base.scss */
.videoGallery-thumbnail {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 0 9px;
  cursor: pointer;
  text-align: center;
  position: relative;
  display: inline;
  max-width: 100px;
}

/* line 97, ../../sass/components/videoGallery/_videoGallery-base.scss */
.videoGallery-thumbnail-title {
  display: block;
  margin: 10px auto 0 auto;
  font-size: 11px;
  width: 71px;
}

/* line 104, ../../sass/components/videoGallery/_videoGallery-base.scss */
.videoGallery .thumbnails-list li:hover .image,
.videoGallery .thumbnails-list li.active .image {
  border: solid 4px;
  margin: 0;
}

/* line 110, ../../sass/components/videoGallery/_videoGallery-base.scss */
.videoGallery-thumbnail-image {
  margin: 2px;
  border: solid 2px;
  position: relative;
}

/* line 116, ../../sass/components/videoGallery/_videoGallery-base.scss */
.videoGallery-thumbnail-overlay {
  opacity: 0.7;
  height: 28px;
  left: 50%;
  margin: -14px 0 0 -15px;
  position: absolute;
  top: 50%;
  width: 30px;
}
/* line 124, ../../sass/components/videoGallery/_videoGallery-base.scss */
.videoGallery-thumbnail-overlay:before {
  content: "\f04b";
  display: inline-block;
  font-family: FontAwesome !important;
  font-style: normal;
  position: relative;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  border-radius: 50%;
  display: inline-block;
  font-size: 15px;
  width: 100%;
  height: 100%;
  border: 3px solid #3e3e3e;
  text-indent: 5px;
  background: #fff;
  text-align: center;
  line-height: 24px;
}

/* line 140, ../../sass/components/videoGallery/_videoGallery-base.scss */
.videoGallery-thumbnail.is-active .videoGallery-thumbnail-overlay {
  opacity: 0;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  -ms-transition: opacity .5s;
  transition: opacity .5s;
}

/* line 150, ../../sass/components/videoGallery/_videoGallery-base.scss */
.videoGallery-thumbnail-image img {
  display: block;
  margin: 0 auto;
}

/* line 156, ../../sass/components/videoGallery/_videoGallery-base.scss */
.mod-js .videoGallery-nojs {
  display: none;
}
/* line 1, ../../sass/core/mixins/_button.scss */
.workListing .workListing-more a {
  display: inline-block;
  vertical-align: middle;
  border-radius: 6px;
  padding: 10px 54px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.8;
  border: 0;
  text-transform: uppercase;
}

/* line 1, ../../sass/core/typography/_font-face-extends.scss */
.workListing .workListing-heading h2, .workListing .workListing-heading h3, .workListing .workListing-more a {
  font-weight: 400;
  font-style: normal;
}

/* line 28, ../../sass/core/typography/_font-face-extends.scss */
.workListing .workListing-heading h2, .workListing .workListing-heading h3, .workListing .workListing-more a {
  font-family: Beaky, display;
  font-weight: bold;
}

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

/* line 1, ../../sass/core/mixins/_synopsis-overflow.scss */
.workListing .content {
  max-height: 250px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../../sass/core/mixins/_synopsis-overflow.scss */
  .workListing .content {
    max-height: 300px;
  }
}
/* line 10, ../../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-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 10, ../../sass/core/mixins/_synopsis-overflow.scss */
  .workListing .content:after {
    top: 255px;
  }
}

/* line 1, ../../sass/core/typography/_font-face-extends.scss */
.workListing .workListing-heading h2, .workListing .workListing-heading h3, .workListing .workListing-more a {
  font-weight: 400;
  font-style: normal;
}

/* line 28, ../../sass/core/typography/_font-face-extends.scss */
.workListing .workListing-heading h2, .workListing .workListing-heading h3, .workListing .workListing-more a {
  font-family: Beaky, display;
  font-weight: bold;
}

/* line 16, ../../sass/core/typography/_typography-extends.scss */
.workListing .workListing-heading h2 {
  font-size: 48px;
  line-height: 1;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  /* line 16, ../../sass/core/typography/_typography-extends.scss */
  .workListing .workListing-heading h2 {
    font-size: 36px;
  }
}

/* line 27, ../../sass/core/typography/_typography-extends.scss */
.workListing .workListing-heading h3 {
  font-size: 36px;
  line-height: 1;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  /* line 27, ../../sass/core/typography/_typography-extends.scss */
  .workListing .workListing-heading h3 {
    font-size: 24px;
  }
}

/* line 5, ../../sass/components/workListing/_workListing-base.scss */
.workListing {
  padding: 0;
}
/* line 8, ../../sass/components/workListing/_workListing-base.scss */
.workListing [class*="workPromo-"] {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-bottom: 15px;
}
/* line 14, ../../sass/components/workListing/_workListing-base.scss */
.workListing [class*="workPromo-"]:nth-child(1) {
  clear: left;
  padding-right: 15px;
}
/* line 19, ../../sass/components/workListing/_workListing-base.scss */
.workListing [class*="workPromo-"]:nth-child(2) {
  padding-left: 15px;
}
/* line 23, ../../sass/components/workListing/_workListing-base.scss */
.workListing [class*="workPromo-"] > .component-content {
  border-radius: 8px;
  padding: 20px;
  background-color: #ffffff;
  border: 4px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  /* line 8, ../../sass/components/workListing/_workListing-base.scss */
  .workListing [class*="workPromo-"] {
    padding: 0 0 15px;
  }
  /* line 34, ../../sass/components/workListing/_workListing-base.scss */
  .workListing [class*="workPromo-"]:nth-child(1) {
    padding-right: 0;
  }
  /* line 38, ../../sass/components/workListing/_workListing-base.scss */
  .workListing [class*="workPromo-"]:nth-child(2) {
    padding-left: 0;
  }
}
@media only screen and (max-width: 989px) {
  /* line 8, ../../sass/components/workListing/_workListing-base.scss */
  .workListing [class*="workPromo-"] {
    width: 100%;
    float: none;
    padding: 0 0 15px;
  }
  /* line 48, ../../sass/components/workListing/_workListing-base.scss */
  .workListing [class*="workPromo-"]:nth-child(1) {
    padding-right: 0;
  }
  /* line 52, ../../sass/components/workListing/_workListing-base.scss */
  .workListing [class*="workPromo-"]:nth-child(2) {
    padding-left: 0;
  }
}
/* line 58, ../../sass/components/workListing/_workListing-base.scss */
.workListing a {
  text-decoration: none;
  color: inherit;
}
/* line 62, ../../sass/components/workListing/_workListing-base.scss */
.mod-no-touch .workListing a:hover {
  text-decoration: underline;
}
/* line 67, ../../sass/components/workListing/_workListing-base.scss */
.workListing .serie-no {
  color: #b7b5b1;
}
/* line 71, ../../sass/components/workListing/_workListing-base.scss */
.workListing .image {
  margin-right: 3%;
  float: left;
  width: 45%;
  text-align: center;
}
/* line 78, ../../sass/components/workListing/_workListing-base.scss */
.workListing .details {
  width: 52%;
  float: left;
}
/* line 83, ../../sass/components/workListing/_workListing-base.scss */
.workListing .title {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 5px;
  text-align: left;
  color: #176bad;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  /* line 83, ../../sass/components/workListing/_workListing-base.scss */
  .workListing .title {
    font-size: 16px;
  }
}
/* line 96, ../../sass/components/workListing/_workListing-base.scss */
.workListing .sub-title {
  font-size: 13px;
  color: #111111;
  margin: 0;
  text-decoration: none;
}
/* line 102, ../../sass/components/workListing/_workListing-base.scss */
.workListing .sub-title a {
  color: #176bad;
}
/* line 111, ../../sass/components/workListing/_workListing-base.scss */
.workListing .synopsis {
  font-size: 13px;
  margin-top: 14px;
  position: relative;
  color: #000000;
}
/* line 117, ../../sass/components/workListing/_workListing-base.scss */
.workListing .synopsis p {
  font-size: inherit;
  line-height: 1.4;
  margin: 5px 0;
}
/* line 129, ../../sass/components/workListing/_workListing-base.scss */
.workListing .workListing-heading h2 {
  padding: 10px 40px 40px 0;
  line-height: 1.1;
  margin: 0;
  color: #111111;
}
@media only screen and (max-width: 767px) {
  /* line 129, ../../sass/components/workListing/_workListing-base.scss */
  .workListing .workListing-heading h2 {
    padding: 20px 0;
  }
}
/* line 140, ../../sass/components/workListing/_workListing-base.scss */
.workListing .workListing-heading h2 + p {
  margin-top: -20px;
}
/* line 145, ../../sass/components/workListing/_workListing-base.scss */
.workListing .workListing-heading h3 {
  margin: 5px 0 25px;
}
/* line 150, ../../sass/components/workListing/_workListing-base.scss */
.workListing .workListing-heading p {
  padding: 5px 0 30px 10px;
  margin: 0;
}
/* line 156, ../../sass/components/workListing/_workListing-base.scss */
.workListing .workListing-more {
  clear: both;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 10px;
}
/* line 162, ../../sass/components/workListing/_workListing-base.scss */
.workListing .workListing-more a {
  font-size: 16px;
  box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.1);
  color: #ffffff !important;
  background: #176bad;
}
/* line 23, ../../sass/core/mixins/_button.scss */
.workListing .workListing-more a:focus, .workListing .workListing-more a:active {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEyNTU4OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzEzNTk5MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-linear-gradient(#125589, #135990);
  background-image: linear-gradient(#125589, #135990);
  box-shadow: none;
}
/* line 29, ../../sass/core/mixins/_button.scss */
.workListing .workListing-more a:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEzNTk5MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzEyNTU4OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-linear-gradient(#135990, #125589);
  background-image: linear-gradient(#135990, #125589);
  box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.2);
}
/* line 34, ../../sass/core/mixins/_button.scss */
.workListing .workListing-more a:focus, .workListing .workListing-more a:active, .workListing .workListing-more a:hover {
  border: 0;
  color: #ffffff !important;
  text-decoration: none !important;
}
/* line 167, ../../sass/components/workListing/_workListing-base.scss */
.mod-no-touch .workListing .workListing-more a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 990px) {
  /* line 176, ../../sass/components/workListing/_workListing-base.scss */
  .workListing .workPromo-size-large > .component-content {
    height: 424px;
  }
  /* line 180, ../../sass/components/workListing/_workListing-base.scss */
  .workListing .workPromo-size-large .content {
    max-height: 335px;
  }
  /* line 183, ../../sass/components/workListing/_workListing-base.scss */
  .workListing .workPromo-size-large .content:after {
    top: 280px;
  }
}
@media only screen and (min-width: 990px) {
  /* line 192, ../../sass/components/workListing/_workListing-base.scss */
  .workListing .workPromo-size-medium > .component-content {
    height: 328px;
  }
  /* line 196, ../../sass/components/workListing/_workListing-base.scss */
  .workListing .workPromo-size-medium .content {
    max-height: 230px;
  }
  /* line 199, ../../sass/components/workListing/_workListing-base.scss */
  .workListing .workPromo-size-medium .content:after {
    top: 170px;
  }
}
@media only screen and (min-width: 990px) {
  /* line 208, ../../sass/components/workListing/_workListing-base.scss */
  .workListing .workPromo-size-small > .component-content {
    height: 259px;
  }
  /* line 212, ../../sass/components/workListing/_workListing-base.scss */
  .workListing .workPromo-size-small .content {
    max-height: 170px;
  }
  /* line 215, ../../sass/components/workListing/_workListing-base.scss */
  .workListing .workPromo-size-small .content:after {
    top: 120px;
  }
}
/* line 1, ../../sass/core/typography/_font-face-extends.scss */
.workPromo .ribbon, .workPromo .sub-title, .workPromo .title {
  font-weight: 400;
  font-style: normal;
}

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

/* line 23, ../../sass/core/typography/_font-face-extends.scss */
.workPromo .title {
  font-family: Beaky, display;
}

/* 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/_workPromo-tags.scss */
.workPromo .tags {
  padding: 0;
  margin: 0;
  overflow: hidden;
  margin-top: 14px;
  margin-left: -5px;
}
/* line 7, ../../sass/core/mixins/_workPromo-tags.scss */
.workPromo .tags li {
  font-size: 12px;
  line-height: 1.6;
  list-style-type: none;
  margin: 0 6px 2px -1px;
  color: #939393;
  float: left;
}
/* line 15, ../../sass/core/mixins/_workPromo-tags.scss */
.workPromo .tags li:before {
  content: '';
  display: block;
  width: 1px;
  background-color: #939393;
  height: 20px;
  margin-right: 5px;
  float: left;
}

/* line 1, ../../sass/core/mixins/_synopsis-overflow.scss */
.workPromo .workPromo-display-detailed .content {
  max-height: 250px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../../sass/core/mixins/_synopsis-overflow.scss */
  .workPromo .workPromo-display-detailed .content {
    max-height: 300px;
  }
}
/* line 10, ../../sass/core/mixins/_synopsis-overflow.scss */
.workPromo .workPromo-display-detailed .content:after {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjQiLz48c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  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 10, ../../sass/core/mixins/_synopsis-overflow.scss */
  .workPromo .workPromo-display-detailed .content:after {
    top: 255px;
  }
}

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

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

/* line 23, ../../sass/core/typography/_font-face-extends.scss */
.workPromo .title {
  font-family: Beaky, display;
}

/* line 1, ../../sass/components/workPromo/_workPromo-base.scss */
.workPromo {
  color: #111111;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  /* line 2, ../../sass/core/mixins/_equal-height-ready.scss */
  .js-equal-height .workPromo {
    height: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1, ../../sass/components/workPromo/_workPromo-base.scss */
  .workPromo {
    margin-bottom: 20px;
  }
}
/* line 11, ../../sass/components/workPromo/_workPromo-base.scss */
.workPromo a {
  text-decoration: none;
  color: inherit;
}
/* line 15, ../../sass/components/workPromo/_workPromo-base.scss */
.mod-no-touch .workPromo a:hover {
  text-decoration: underline;
}
/* line 10, ../../sass/core/mixins/_equal-height-ready.scss */
.js-equal-height .workPromo .workPromo-display-default, .js-equal-height
.workPromo .workPromo-display-detailed {
  box-sizing: border-box;
  height: 100%;
}
/* line 25, ../../sass/components/workPromo/_workPromo-base.scss */
.workPromo .component-content {
  padding: 0 15px 15px;
  position: relative;
  margin-bottom: 15px;
}
/* line 10, ../../sass/core/mixins/_equal-height-ready.scss */
.js-equal-height .workPromo .component-content {
  box-sizing: border-box;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 32, ../../sass/components/workPromo/_workPromo-base.scss */
  .workPromo .image {
    text-align: center;
  }
}
/* line 37, ../../sass/components/workPromo/_workPromo-base.scss */
.workPromo .image a {
  display: block;
}
/* line 42, ../../sass/components/workPromo/_workPromo-base.scss */
.workPromo .title {
  margin: 0 0 5px;
  color: #176bad;
  padding: 0;
  text-align: left;
}
/* line 50, ../../sass/components/workPromo/_workPromo-base.scss */
.workPromo .sub-title {
  font-size: 12px;
  color: #111111;
  margin: 0;
  text-decoration: none;
}
/* line 57, ../../sass/components/workPromo/_workPromo-base.scss */
.workPromo .sub-title a {
  letter-spacing: .5px;
}
/* line 65, ../../sass/components/workPromo/_workPromo-base.scss */
.workPromo .tags li {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  /* line 65, ../../sass/components/workPromo/_workPromo-base.scss */
  .workPromo .tags li {
    font-size: 11px;
  }
}
/* line 75, ../../sass/components/workPromo/_workPromo-base.scss */
.workPromo .workPromo-display-default .component-content {
  padding: 0 0 15px;
}
/* line 79, ../../sass/components/workPromo/_workPromo-base.scss */
.workPromo .workPromo-display-default .image {
  padding: 0 0 20px;
}
/* line 82, ../../sass/components/workPromo/_workPromo-base.scss */
.workPromo .workPromo-display-default .image img {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
/* line 87, ../../sass/components/workPromo/_workPromo-base.scss */
.workPromo .workPromo-display-default .title {
  font-size: 18px;
}
/* line 91, ../../sass/components/workPromo/_workPromo-base.scss */
.workPromo .workPromo-display-default .sub-title {
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 100, ../../sass/components/workPromo/_workPromo-base.scss */
  .workPromo.default-style > .workPromo-display-default.workPromo-size-medium .image, .workPromo.default-style > .workPromo-display-default.workPromo-size-small .image {
    float: left;
    padding: 0;
    width: 40%;
    margin-right: 20px;
  }
}
/* line 111, ../../sass/components/workPromo/_workPromo-base.scss */
.workPromo .workPromo-display-detailed > .component-content {
  border-radius: 4px;
  padding: 20px;
  background-color: #ffffff;
  border: 3px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 0;
}
/* line 120, ../../sass/components/workPromo/_workPromo-base.scss */
.workPromo .workPromo-display-detailed .image {
  margin-right: 3%;
  float: left;
  width: 45%;
  text-align: center;
}
/* line 127, ../../sass/components/workPromo/_workPromo-base.scss */
.workPromo .workPromo-display-detailed .title {
  font-size: 18px;
  color: #12408c;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  /* line 127, ../../sass/components/workPromo/_workPromo-base.scss */
  .workPromo .workPromo-display-detailed .title {
    font-size: 16px;
  }
}
/* line 138, ../../sass/components/workPromo/_workPromo-base.scss */
.workPromo .workPromo-display-detailed .details {
  width: 52%;
  float: left;
}
/* line 147, ../../sass/components/workPromo/_workPromo-base.scss */
.workPromo .workPromo-display-detailed .synopsis {
  margin-top: 14px;
  position: relative;
}
/* line 151, ../../sass/components/workPromo/_workPromo-base.scss */
.workPromo .workPromo-display-detailed .synopsis p {
  font-size: 13px;
  line-height: 1.4;
}
/* line 157, ../../sass/components/workPromo/_workPromo-base.scss */
.workPromo .workPromo-display-detailed .ribbon {
  top: -3px;
}
@media only screen and (min-width: 990px) {
  /* line 163, ../../sass/components/workPromo/_workPromo-base.scss */
  .workPromo .workPromo-display-detailed.workPromo-size-large > .component-content {
    height: 424px;
  }
  /* line 167, ../../sass/components/workPromo/_workPromo-base.scss */
  .workPromo .workPromo-display-detailed.workPromo-size-large .content {
    max-height: 335px;
  }
  /* line 170, ../../sass/components/workPromo/_workPromo-base.scss */
  .workPromo .workPromo-display-detailed.workPromo-size-large .content:after {
    top: 280px;
  }
}
@media only screen and (min-width: 990px) {
  /* line 179, ../../sass/components/workPromo/_workPromo-base.scss */
  .workPromo .workPromo-display-detailed.workPromo-size-medium > .component-content {
    height: 328px;
  }
  /* line 183, ../../sass/components/workPromo/_workPromo-base.scss */
  .workPromo .workPromo-display-detailed.workPromo-size-medium .content {
    max-height: 230px;
  }
  /* line 186, ../../sass/components/workPromo/_workPromo-base.scss */
  .workPromo .workPromo-display-detailed.workPromo-size-medium .content:after {
    top: 170px;
  }
}
@media only screen and (min-width: 990px) {
  /* line 195, ../../sass/components/workPromo/_workPromo-base.scss */
  .workPromo .workPromo-display-detailed.workPromo-size-small > .component-content {
    height: 259px;
  }
  /* line 199, ../../sass/components/workPromo/_workPromo-base.scss */
  .workPromo .workPromo-display-detailed.workPromo-size-small .content {
    max-height: 170px;
  }
  /* line 202, ../../sass/components/workPromo/_workPromo-base.scss */
  .workPromo .workPromo-display-detailed.workPromo-size-small .content:after {
    top: 120px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 2, ../../sass/components/workPromo/_workPromo-framed.scss */
  .workPromo-framed .workPromo-display-default > .component-content {
    border-radius: 4px;
    background-color: #ffffff;
    border: 3px solid rgba(0, 0, 0, 0.1);
    padding: 25px 20px;
  }
}
/* line 11, ../../sass/components/workPromo/_workPromo-framed.scss */
.workPromo-framed .workPromo-display-default .image {
  text-align: center;
}
/* line 14, ../../sass/components/workPromo/_workPromo-framed.scss */
.workPromo-framed .workPromo-display-default .image img {
  box-shadow: none;
}
@media only screen and (min-width: 990px) {
  /* line 11, ../../sass/components/workPromo/_workPromo-framed.scss */
  .workPromo-framed .workPromo-display-default .image {
    margin-right: 3%;
    float: left;
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 11, ../../sass/components/workPromo/_workPromo-framed.scss */
  .workPromo-framed .workPromo-display-default .image {
    text-align: left;
    float: left;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 990px) {
  /* line 31, ../../sass/components/workPromo/_workPromo-framed.scss */
  .workPromo-framed .workPromo-display-default .details {
    width: 52%;
    float: left;
  }
}
/* line 39, ../../sass/components/workPromo/_workPromo-framed.scss */
.workPromo-framed .workPromo-display-default .title {
  font-size: 20px;
}
/* line 43, ../../sass/components/workPromo/_workPromo-framed.scss */
.workPromo-framed .workPromo-display-default .sub-title {
  font-size: 14.0px;
  display: block;
}

/* line 2, ../../sass/components/workPromo/_workPromo-light.scss */
.workPromo-light img {
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1);
}
/* line 6, ../../sass/components/workPromo/_workPromo-light.scss */
.workPromo-light .title {
  color: #fff;
}
/* line 1, ../../sass/components/formatSelectorButtons/_formatSelectorButtons-base.scss */
.formatSelectorButtons {
  margin-top: 3px;
  padding: 12px 0 15px;
  text-align: center;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../../sass/components/formatSelectorButtons/_formatSelectorButtons-base.scss */
  .formatSelectorButtons {
    position: absolute;
    top: 0;
    width: 100%;
  }
}
/* line 13, ../../sass/components/formatSelectorButtons/_formatSelectorButtons-base.scss */
.formatSelectorButtons > .component-content {
  padding-left: 10%;
  padding-right: 10%;
}
@media only screen and (max-width: 767px) {
  /* line 13, ../../sass/components/formatSelectorButtons/_formatSelectorButtons-base.scss */
  .formatSelectorButtons > .component-content {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 22, ../../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 30, ../../sass/components/formatSelectorButtons/_formatSelectorButtons-base.scss */
.formatSelectorButtons a {
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
  padding: 4px 8px;
  line-height: 1;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  color: #777777;
}
/* line 41, ../../sass/components/formatSelectorButtons/_formatSelectorButtons-base.scss */
.formatSelectorButtons a.active {
  color: #176bad;
}
/* line 44, ../../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 44, ../../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 53, ../../sass/components/formatSelectorButtons/_formatSelectorButtons-base.scss */
.formatSelectorButtons a:hover {
  text-decoration: none;
}
/* line 2, ../../sass/core/mixins/_clearfix.scss */
.editionFormatList:before, .editionFormatList:after {
  content: '';
  display: table;
}
/* line 8, ../../sass/core/mixins/_clearfix.scss */
.editionFormatList:after {
  clear: both;
}
/* line 1, ../../sass/core/typography/_font-face-extends.scss */
.articleHeader .richText-content p, .articleHeader .richText-content h3, .articleHeader .title {
  font-weight: 400;
  font-style: normal;
}

/* line 23, ../../sass/core/typography/_font-face-extends.scss */
.articleHeader .richText-content p, .articleHeader .richText-content h3 {
  font-family: Beaky, display;
}

/* line 28, ../../sass/core/typography/_font-face-extends.scss */
.articleHeader .title {
  font-family: Beaky, display;
  font-weight: bold;
}

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

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

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

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

/* line 23, ../../sass/core/typography/_font-face-extends.scss */
.articleHeader .richText-content p, .articleHeader .richText-content h3 {
  font-family: Beaky, display;
}

/* line 28, ../../sass/core/typography/_font-face-extends.scss */
.articleHeader .title {
  font-family: Beaky, display;
  font-weight: bold;
}

/* line 5, ../../sass/core/typography/_typography-extends.scss */
.articleHeader .title {
  font-size: 74px;
  letter-spacing: -2px;
  line-height: 76px;
}
@media only screen and (max-width: 767px) {
  /* line 5, ../../sass/core/typography/_typography-extends.scss */
  .articleHeader .title {
    font-size: 56px;
  }
}

/* line 1, ../../sass/components/articleHeader/_articleHeader-base.scss */
.articleHeader {
  background-position: center top;
  background-size: cover;
}
/* line 5, ../../sass/components/articleHeader/_articleHeader-base.scss */
.articleHeader .richText-content p {
  font-size: 18px;
  margin: 40px 0 5px;
}
/* line 11, ../../sass/components/articleHeader/_articleHeader-base.scss */
.articleHeader .richText-content h3 {
  font-size: 32px;
  margin-bottom: 0;
}
/* line 17, ../../sass/components/articleHeader/_articleHeader-base.scss */
.articleHeader > .component-content {
  box-sizing: border-box;
  padding: 60px 50px 50px;
}
@media only screen and (min-width: 768px) {
  /* line 17, ../../sass/components/articleHeader/_articleHeader-base.scss */
  .articleHeader > .component-content {
    min-height: 310px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 17, ../../sass/components/articleHeader/_articleHeader-base.scss */
  .articleHeader > .component-content {
    padding: 20px 20px 10px;
    min-height: initial;
  }
}
/* line 32, ../../sass/components/articleHeader/_articleHeader-base.scss */
.articleHeader .component-footer > .component-content {
  padding: 8px 40px;
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  /* line 32, ../../sass/components/articleHeader/_articleHeader-base.scss */
  .articleHeader .component-footer > .component-content {
    padding: 8px 20px;
  }
}
/* line 41, ../../sass/components/articleHeader/_articleHeader-base.scss */
.articleHeader .component-footer > .component-content .publication-date {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 8px 0;
}
/* line 49, ../../sass/components/articleHeader/_articleHeader-base.scss */
.articleHeader .kicker {
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 5px;
}
@media only screen and (min-width: 768px) {
  /* line 49, ../../sass/components/articleHeader/_articleHeader-base.scss */
  .articleHeader .kicker {
    margin-bottom: 30px;
  }
}
/* line 58, ../../sass/components/articleHeader/_articleHeader-base.scss */
.articleHeader .kicker a {
  text-decoration: none;
}
/* line 63, ../../sass/components/articleHeader/_articleHeader-base.scss */
.articleHeader .title {
  line-height: 1;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  /* line 63, ../../sass/components/articleHeader/_articleHeader-base.scss */
  .articleHeader .title {
    font-size: 42px;
    line-height: 43px;
    letter-spacing: 0;
  }
}
/* line 75, ../../sass/components/articleHeader/_articleHeader-base.scss */
.articleHeader .social-header {
  float: right;
}
/* line 78, ../../sass/components/articleHeader/_articleHeader-base.scss */
.articleHeader .social-header a {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  font-size: 22.0px;
  content: "\f08e";
  display: inline-block;
  font-family: FontAwesome !important;
  font-style: normal;
  position: relative;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: inherit;
  text-decoration: none;
  line-height: 1.4 !important;
  height: 32px !important;
  width: 32px !important;
}
/* line 90, ../../sass/components/articleHeader/_articleHeader-base.scss */
.articleHeader .social-header a:after {
  display: block !important;
  font-size: 22px !important;
}
/* line 95, ../../sass/components/articleHeader/_articleHeader-base.scss */
.articleHeader .social-header a.pw-button.pw-size-small {
  margin-right: 0 !important;
}
/* line 99, ../../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;
}
@media only screen and (max-width: 767px) {
  /* line 78, ../../sass/components/articleHeader/_articleHeader-base.scss */
  .articleHeader .social-header a {
    height: 24px !important;
    width: 24px !important;
  }
}
/* line 122, ../../sass/components/articleHeader/_articleHeader-base.scss */
.articleHeader .social-header a.instagram:after {
  padding-left: 3px;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../../sass/components/articleHeader/_articleHeader-base.scss */
  .articleHeader {
    background-position: right top;
  }
  /* line 132, ../../sass/components/articleHeader/_articleHeader-base.scss */
  .articleHeader > .component-content {
    text-align: center;
  }
  /* line 136, ../../sass/components/articleHeader/_articleHeader-base.scss */
  .articleHeader .richText-content p {
    font-size: 13px;
    margin: 5px 0;
  }
  /* line 141, ../../sass/components/articleHeader/_articleHeader-base.scss */
  .articleHeader .richText-content h3 {
    font-size: 24px;
  }
}

/* line 2, ../../sass/components/articleHeader/_articleHeader-no-kicker.scss */
.articleHeader-no-kicker .kicker {
  display: none;
}
/* line 6, ../../sass/components/articleHeader/_articleHeader-no-kicker.scss */
.articleHeader-no-kicker .title {
  margin: 55px 0 0;
}
@media only screen and (max-width: 767px) {
  /* line 11, ../../sass/components/articleHeader/_articleHeader-no-kicker.scss */
  .articleHeader-no-kicker .title {
    margin: 30px 0;
  }
}
/* line 1, ../../sass/core/typography/_font-face-extends.scss */
.articlePageHeader .name .title {
  font-weight: 400;
  font-style: normal;
}

/* line 28, ../../sass/core/typography/_font-face-extends.scss */
.articlePageHeader .name .title {
  font-family: Beaky, display;
  font-weight: bold;
}

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

/* line 28, ../../sass/core/typography/_font-face-extends.scss */
.articlePageHeader .name .title {
  font-family: Beaky, display;
  font-weight: bold;
}

/* line 5, ../../sass/core/typography/_typography-extends.scss */
.articlePageHeader .name .title {
  font-size: 74px;
  letter-spacing: -2px;
  line-height: 76px;
}
@media only screen and (max-width: 767px) {
  /* line 5, ../../sass/core/typography/_typography-extends.scss */
  .articlePageHeader .name .title {
    font-size: 56px;
  }
}

/* line 2, ../../sass/components/articlePageHeader/_articlePageHeader-base.scss */
.articlePageHeader .component-content {
  background-position: center top !important;
  background-size: cover !important;
}
/* line 7, ../../sass/components/articlePageHeader/_articlePageHeader-base.scss */
.articlePageHeader .component-top {
  box-sizing: border-box;
  padding: 100px 50px 50px;
  min-height: 350px;
}
/* line 13, ../../sass/components/articlePageHeader/_articlePageHeader-base.scss */
.articlePageHeader .name {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
}
/* line 17, ../../sass/components/articlePageHeader/_articlePageHeader-base.scss */
.articlePageHeader .name .title {
  color: #ffffff;
  line-height: 1;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  /* line 17, ../../sass/components/articlePageHeader/_articlePageHeader-base.scss */
  .articlePageHeader .name .title {
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0;
  }
}
/* line 30, ../../sass/components/articlePageHeader/_articlePageHeader-base.scss */
.articlePageHeader .name .strapline {
  font-size: 18px;
  color: #aaaaaa;
  margin: 5px 0;
}
@media only screen and (max-width: 767px) {
  /* line 30, ../../sass/components/articlePageHeader/_articlePageHeader-base.scss */
  .articlePageHeader .name .strapline {
    font-size: 16px;
  }
}
/* line 41, ../../sass/components/articlePageHeader/_articlePageHeader-base.scss */
.articlePageHeader .avatar {
  display: inline-block;
  vertical-align: middle;
  height: 100px;
  width: 100px;
}
@media only screen and (max-width: 767px) {
  /* line 41, ../../sass/components/articlePageHeader/_articlePageHeader-base.scss */
  .articlePageHeader .avatar {
    height: 75px;
    width: 75px;
  }
}
/* line 51, ../../sass/components/articlePageHeader/_articlePageHeader-base.scss */
.articlePageHeader .avatar img {
  border-radius: 50%;
}
/* line 56, ../../sass/components/articlePageHeader/_articlePageHeader-base.scss */
.articlePageHeader .component-bottom {
  padding: 10px 30px;
}
/* line 59, ../../sass/components/articlePageHeader/_articlePageHeader-base.scss */
.articlePageHeader .component-bottom ul {
  margin: 0;
  padding: 0;
}
/* line 64, ../../sass/components/articlePageHeader/_articlePageHeader-base.scss */
.articlePageHeader .component-bottom li {
  display: inline;
  list-style: none;
  margin-right: 15px;
}
/* line 70, ../../sass/components/articlePageHeader/_articlePageHeader-base.scss */
.articlePageHeader .component-bottom a {
  font-size: 16px;
  color: #aaaaaa;
  text-decoration: none;
}
/* line 75, ../../sass/components/articlePageHeader/_articlePageHeader-base.scss */
.mod-no-touch .articlePageHeader .component-bottom a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  /* line 82, ../../sass/components/articlePageHeader/_articlePageHeader-base.scss */
  .articlePageHeader .component-content {
    background-position: right top !important;
  }
  /* line 86, ../../sass/components/articlePageHeader/_articlePageHeader-base.scss */
  .articlePageHeader .component-top {
    padding: 20px 20px 10px;
    min-height: initial;
  }
}
/* line 3, ../../sass/components/suplementaryMetadataList/_suplementaryMetaDataList-base.scss */
.snippet-suplementaryMetadataList > .component-content:before, .snippet-suplementaryMetadataList > .component-content:after {
  content: none;
}

/* line 10, ../../sass/components/suplementaryMetadataList/_suplementaryMetaDataList-base.scss */
.suplementaryMetadataList {
  font-size: 14.0px;
}
@media only screen and (min-width: 990px) {
  /* line 10, ../../sass/components/suplementaryMetadataList/_suplementaryMetaDataList-base.scss */
  .suplementaryMetadataList {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  /* line 10, ../../sass/components/suplementaryMetadataList/_suplementaryMetaDataList-base.scss */
  .suplementaryMetadataList {
    font-size: 12px;
  }
}
/* line 21, ../../sass/components/suplementaryMetadataList/_suplementaryMetaDataList-base.scss */
.suplementaryMetadataList > .component-content {
  padding: 10px 40px;
  background: #f3f4f5;
}
@media only screen and (max-width: 767px) {
  /* line 21, ../../sass/components/suplementaryMetadataList/_suplementaryMetaDataList-base.scss */
  .suplementaryMetadataList > .component-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 30, ../../sass/components/suplementaryMetadataList/_suplementaryMetaDataList-base.scss */
.suplementaryMetadataList > .component-content:before, .suplementaryMetadataList > .component-content:after {
  content: none !important;
}
/* line 36, ../../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 36, ../../sass/components/suplementaryMetadataList/_suplementaryMetaDataList-base.scss */
  .suplementaryMetadataList ul {
    max-width: 100%;
  }
}
/* line 46, ../../sass/components/suplementaryMetadataList/_suplementaryMetaDataList-base.scss */
.suplementaryMetadataList ul li {
  display: inline;
  border-left: 1px solid #dedede;
  color: #767778;
  padding: 0 8px;
}
/* line 52, ../../sass/components/suplementaryMetadataList/_suplementaryMetaDataList-base.scss */
.suplementaryMetadataList ul li:first-child {
  border: 0;
  padding-left: 0;
}
/* line 1, ../../sass/core/typography/_font-face-extends.scss */
.seriesCarousel .carousel-header .subTitle, .seriesCarousel .carousel-header .title {
  font-weight: 400;
  font-style: normal;
}

/* line 6, ../../sass/core/typography/_font-face-extends.scss */
.seriesCarousel .carousel-header .subTitle {
  font-family: "Fort Book", "Helvetica Neue", Arial, sans-serif;
}

/* line 28, ../../sass/core/typography/_font-face-extends.scss */
.seriesCarousel .carousel-header .title {
  font-family: Beaky, display;
  font-weight: bold;
}

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

/* line 6, ../../sass/core/typography/_font-face-extends.scss */
.seriesCarousel .carousel-header .subTitle {
  font-family: "Fort Book", "Helvetica Neue", Arial, sans-serif;
}

/* line 28, ../../sass/core/typography/_font-face-extends.scss */
.seriesCarousel .carousel-header .title {
  font-family: Beaky, display;
  font-weight: bold;
}

/* line 16, ../../sass/core/typography/_typography-extends.scss */
.seriesCarousel .carousel-header .title {
  font-size: 48px;
  line-height: 1;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  /* line 16, ../../sass/core/typography/_typography-extends.scss */
  .seriesCarousel .carousel-header .title {
    font-size: 36px;
  }
}

/* line 3, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 70px;
  margin: 70px 0;
}
@media only screen and (max-width: 767px) {
  /* line 8, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
  .is-wrapped .seriesCarousel {
    margin: 50px -20px;
  }
}
/* line 14, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel > .component-content {
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 14, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
  .seriesCarousel > .component-content {
    overflow: hidden;
  }
}
/* line 22, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .carousel-header {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  /* line 22, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
  .seriesCarousel .carousel-header {
    margin-bottom: 20px;
  }
}
/* line 30, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .carousel-header .title {
  font-weight: 400;
  margin: 0 0 20px;
}
/* line 36, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .carousel-header .subTitle {
  font-size: 16px;
  color: #176bad;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  /* line 36, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
  .seriesCarousel .carousel-header .subTitle {
    font-size: 14.0px;
  }
}
/* line 47, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .carousel-header a {
  color: #176bad;
  text-decoration: none;
}
/* line 51, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.mod-no-touch .seriesCarousel .carousel-header a:hover {
  text-decoration: underline;
}
/* line 57, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .slick-slide {
  margin: 0 7px;
  width: 400px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 57, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
  .seriesCarousel .slick-slide {
    margin: 0 5px;
    width: 110px;
    overflow: hidden;
  }
}
/* line 68, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .slick-slide > .component-content {
  border-radius: 8px;
  box-sizing: border-box;
  border: 3px solid rgba(0, 0, 0, 0.1);
  margin-top: 0;
  padding: 20px;
  height: 200px;
}
@media only screen and (max-width: 767px) {
  /* line 68, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
  .seriesCarousel .slick-slide > .component-content {
    height: auto;
    width: auto;
    border: 0;
    padding: 0;
    position: relative;
  }
}
/* line 85, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .slick-slide .component-header {
  float: left;
  width: 132px;
  height: 154px;
  max-width: 46%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  /* line 85, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
  .seriesCarousel .slick-slide .component-header {
    height: auto;
    width: 100%;
    max-width: 100%;
  }
}
/* line 99, ../../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 99, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
  .seriesCarousel .slick-slide .content {
    position: absolute;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
}
/* line 115, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .slick-slide .content h2 {
  font-size: 19px;
  font-weight: 500;
  color: #176bad;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 115, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
  .seriesCarousel .slick-slide .content h2 {
    text-shadow: none;
    font: 0/.1 serif;
    color: transparent;
  }
}
/* line 126, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .slick-slide .content p {
  font-size: 13px;
  line-height: 1.3;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  /* line 126, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
  .seriesCarousel .slick-slide .content p {
    text-shadow: none;
    font: 0/.1 serif;
    color: transparent;
  }
}
/* line 136, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .slick-slide .content a {
  text-decoration: none;
  color: inherit;
}
@media only screen and (max-width: 767px) {
  /* line 136, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
  .seriesCarousel .slick-slide .content a {
    text-shadow: none;
    font: 0/.1 serif;
    color: transparent;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
/* line 148, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .slick-slide .content a > span {
  color: #aaaaaa;
}
/* line 155, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .slick-track {
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}
/* line 159, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .is-current-work {
  width: auto;
}
@media only screen and (max-width: 767px) {
  /* line 159, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
  .seriesCarousel .is-current-work {
    width: 110px;
  }
}
/* line 166, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .is-current-work:after {
  font-size: 46px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  color: #176bad;
  content: attr(data-series-no);
  position: absolute;
  margin: auto;
  line-height: 1;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
}
/* line 181, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .is-current-work > .component-content {
  opacity: 0.5;
  border-color: #176bad;
  width: auto;
}
/* line 187, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .is-current-work .component-header {
  max-width: 100%;
}
/* line 191, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .is-current-work .content {
  display: none;
}
/* line 196, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .slick-arrow {
  text-shadow: none;
  font: 0/.1 serif;
  color: transparent;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 6px;
  box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.1);
  border: 0;
  position: absolute;
  outline: none;
  height: 66px;
  width: 66px;
  top: 50%;
  margin: 0;
  background-color: #176bad;
  z-index: 100;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  /* line 196, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
  .seriesCarousel .slick-arrow {
    width: 60px;
    height: 60px;
    left: -30px;
  }
}
/* line 218, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .slick-arrow:before {
  font-size: 65px;
  content: "\f104";
  display: inline-block;
  font-family: FontAwesome !important;
  font-style: normal;
  position: relative;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: -3px;
  color: #ffffff;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  /* line 218, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
  .seriesCarousel .slick-arrow:before {
    font-size: 25px;
    left: 10px;
  }
}
/* line 231, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
@media only screen and (max-width: 767px) {
  /* line 231, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
  .seriesCarousel .slick-arrow.slick-next {
    right: -30px;
  }
}
/* line 239, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.seriesCarousel .slick-arrow.slick-next:before {
  content: "\f105";
  left: auto;
  right: -3px;
}
@media only screen and (max-width: 767px) {
  /* line 239, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
  .seriesCarousel .slick-arrow.slick-next:before {
    right: 10px;
  }
}

/* line 254, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.slick-slider {
  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 264, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 272, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.slick-list:before, .slick-list:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 15%;
  height: 100%;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  /* line 272, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
  .slick-list:before, .slick-list:after {
    content: none;
    display: none;
  }
}
/* line 288, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.slick-list:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, #ffffff 0%, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
  left: 0;
}
/* line 293, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.slick-list:after {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-linear-gradient(right, #ffffff 0%, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to left, #ffffff 0%, #ffffff 60%, rgba(255, 255, 255, 0) 100%);
  right: 0;
}
/* line 298, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.slick-list:focus {
  outline: none;
}
/* line 302, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.slick-list.dragging {
  cursor: pointer;
}

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

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

/* line 333, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 339, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 343, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.slick-slide img {
  display: block;
}
/* line 347, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 351, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 355, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 359, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 363, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 370, ../../sass/components/seriesCarousel/_seriesCarousel-base.scss */
.slick-arrow.slick-hidden {
  display: none;
}
/* line 1, ../../sass/components/socialShare/_socialShare-base.scss */
.socialShare {
  margin: 30px 0;
}
/* line 4, ../../sass/components/socialShare/_socialShare-base.scss */
.work-header-panel .socialShare {
  border: 0;
  background: transparent;
}
@media only screen and (max-width: 767px) {
  /* line 4, ../../sass/components/socialShare/_socialShare-base.scss */
  .work-header-panel .socialShare {
    margin: 40px 0;
  }
}
/* line 13, ../../sass/components/socialShare/_socialShare-base.scss */
.socialShare h2 {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  font-family: "Fort Book", "Helvetica Neue", Arial, sans-serif !important;
  line-height: 1.3;
  font-weight: 700 !important;
  color: #176bad;
  text-transform: uppercase;
  margin-right: 10px;
}
/* line 25, ../../sass/components/socialShare/_socialShare-base.scss */
.socialShare .pw-widget a {
  text-shadow: none;
  font: 0/.1 serif;
  color: transparent;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 32px;
  cursor: pointer;
  text-align: center;
  background: none !important;
}
/* line 34, ../../sass/components/socialShare/_socialShare-base.scss */
.socialShare .pw-widget a + a {
  margin-left: 8px !important;
}
/* line 38, ../../sass/components/socialShare/_socialShare-base.scss */
.socialShare .pw-widget a:before,
.socialShare .pw-widget a span:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome !important;
  font-style: normal;
  position: relative;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1.5;
  color: #176bad;
}
/* line 46, ../../sass/components/socialShare/_socialShare-base.scss */
.socialShare .pw-widget a.pw-button-facebook:before, .socialShare .pw-widget a.pw-button-facebook span:before {
  content: "\f09a";
}
/* line 51, ../../sass/components/socialShare/_socialShare-base.scss */
.socialShare .pw-widget a.pw-button-twitter:before, .socialShare .pw-widget a.pw-button-twitter span:before {
  content: "\f099";
}
/* line 56, ../../sass/components/socialShare/_socialShare-base.scss */
.socialShare .pw-widget a span {
  background: none !important;
  width: auto;
}
@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-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: 0 0 20px;
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../../sass/components/snippet/_snippet-work-menu.scss */
  .snippet-work-menu {
    margin: 20px 0;
  }
}
/* line 10, ../../sass/components/snippet/_snippet-work-menu.scss */
.snippet-work-menu .btn-buy,
.snippet-work-menu .btn-editions {
  margin: 10px 5px;
  padding: 15px 18px;
  line-height: 1;
}
/* line 17, ../../sass/components/snippet/_snippet-work-menu.scss */
.snippet-work-menu .btn-look-inside {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
}
/* line 23, ../../sass/components/snippet/_snippet-work-menu.scss */
.mod-csstransforms .snippet-work-menu .btn-look-inside {
  top: auto;
  bottom: 100%;
  right: 0;
  left: auto;
}
@media only screen and (max-width: 767px) {
  /* line 23, ../../sass/components/snippet/_snippet-work-menu.scss */
  .mod-csstransforms .snippet-work-menu .btn-look-inside {
    top: 50%;
    bottom: auto;
    right: 50%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 17, ../../sass/components/snippet/_snippet-work-menu.scss */
  .snippet-work-menu .btn-look-inside {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    width: 260px;
    max-width: 100%;
    right: 50%;
    left: auto;
    top: 25%;
    margin-right: -130px;
    float: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
  /* line 17, ../../sass/components/snippet/_snippet-work-menu.scss */
  .snippet-work-menu .btn-look-inside {
    margin-bottom: -30px;
  }
}
/* line 53, ../../sass/components/snippet/_snippet-work-menu.scss */
.mod-csstransforms .snippet-work-menu .btn-look-inside span {
  box-shadow: 1px -1px 2px 0 rgba(0, 0, 0, 0.5);
  left: 78px;
  top: 78px;
}
@media only screen and (max-width: 767px) {
  /* line 53, ../../sass/components/snippet/_snippet-work-menu.scss */
  .mod-csstransforms .snippet-work-menu .btn-look-inside span {
    left: -52px;
    top: -25px;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  /* line 52, ../../sass/components/snippet/_snippet-work-menu.scss */
  .snippet-work-menu .btn-look-inside span {
    top: 0;
    float: left;
  }
}

/* line 1, ../../sass/components/snippet/_snippet-youtube.scss */
.snippet-youtube {
  border-radius: 10px;
  border: 4px solid #ffffff;
}
/* line 5, ../../sass/components/snippet/_snippet-youtube.scss */
.snippet-youtube > .component-content {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  max-width: 100%;
  height: 0;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../../sass/components/snippet/_snippet-youtube.scss */
  .snippet-youtube {
    margin-bottom: 10px;
  }
  /* line 16, ../../sass/components/snippet/_snippet-youtube.scss */
  .layout-character-hub .snippet-youtube {
    margin-bottom: 20px;
  }
}
/* line 21, ../../sass/components/snippet/_snippet-youtube.scss */
.snippet-youtube iframe {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 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;
  }
}
/* line 1, ../../sass/components/dueForRelease/_dueForRelease-base.scss */
.dueForRelease {
  box-sizing: border-box;
  font-size: 14.0px;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.66);
  color: #ffffff;
  padding: 8px 45px;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../../sass/components/dueForRelease/_dueForRelease-base.scss */
  .dueForRelease {
    position: static;
  }
}
/* line 1, ../../sass/core/typography/_font-face-extends.scss */
.searchResultsPagination .pagination-item a {
  font-weight: 400;
  font-style: normal;
}

/* line 28, ../../sass/core/typography/_font-face-extends.scss */
.searchResultsPagination .pagination-item a {
  font-family: Beaky, display;
  font-weight: bold;
}

/* line 23, ../../sass/core/settings/_states.scss */
.searchResultsPagination {
  box-sizing: border-box;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 45px;
  padding-right: 45px;
}
@media only screen and (max-width: 767px) {
  /* line 23, ../../sass/core/settings/_states.scss */
  .searchResultsPagination {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 1, ../../sass/core/typography/_font-face-extends.scss */
.searchResultsPagination .pagination-item a {
  font-weight: 400;
  font-style: normal;
}

/* line 28, ../../sass/core/typography/_font-face-extends.scss */
.searchResultsPagination .pagination-item a {
  font-family: Beaky, display;
  font-weight: bold;
}

/* line 1, ../../sass/components/searchResultsPagination/_searchResultsPagination-base.scss */
.searchResultsPagination {
  box-sizing: border-box;
  color: #176bad;
  width: 100%;
  margin: 10px auto;
  padding: 0 40px;
}
@media only screen and (max-width: 989px) {
  /* line 1, ../../sass/components/searchResultsPagination/_searchResultsPagination-base.scss */
  .searchResultsPagination {
    max-width: 100%;
    padding: 0;
  }
}
/* line 14, ../../sass/components/searchResultsPagination/_searchResultsPagination-base.scss */
.searchResultsPagination .component-pagination-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 20, ../../sass/components/searchResultsPagination/_searchResultsPagination-base.scss */
.searchResultsPagination .pagination-item {
  display: inline-block;
  vertical-align: middle;
}
/* line 23, ../../sass/components/searchResultsPagination/_searchResultsPagination-base.scss */
.searchResultsPagination .pagination-item a {
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  height: 44px;
  padding: 0 16px;
  text-align: center;
  background: #ffffff;
  border: 2px solid #e9e9e9;
  line-height: 44px;
  text-decoration: none;
  color: #176bad;
}
/* line 38, ../../sass/components/searchResultsPagination/_searchResultsPagination-base.scss */
.searchResultsPagination .pagination-item:hover a, .searchResultsPagination .pagination-item.is-active a {
  background: #fad716;
  border-color: #fad716;
  color: #000000;
}
/* line 47, ../../sass/components/searchResultsPagination/_searchResultsPagination-base.scss */
.searchResultsPagination .pagination-item.item-next a, .searchResultsPagination .pagination-item.item-previous a {
  font-size: 24px;
}
/* line 50, ../../sass/components/searchResultsPagination/_searchResultsPagination-base.scss */
.searchResultsPagination .pagination-item.item-next a:first-letter, .searchResultsPagination .pagination-item.item-previous a:first-letter {
  font-size: 18px;
  text-transform: uppercase;
}
/* line 58, ../../sass/components/searchResultsPagination/_searchResultsPagination-base.scss */
.searchResultsPagination .searchResultsNumber p {
  font-size: 15px;
  margin-top: 13px;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../../sass/components/searchResultsPagination/_searchResultsPagination-base.scss */
  .searchResultsPagination {
    text-align: center;
    margin-bottom: 30px;
  }
  /* line 68, ../../sass/components/searchResultsPagination/_searchResultsPagination-base.scss */
  .searchResultsPagination .component-pagination-list {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 35px;
  }
  /* line 73, ../../sass/components/searchResultsPagination/_searchResultsPagination-base.scss */
  .searchResultsPagination .searchResultsNumber {
    text-align: left;
    padding-left: 5px;
  }
  /* line 78, ../../sass/components/searchResultsPagination/_searchResultsPagination-base.scss */
  .searchResultsPagination .numberOfResultsDropdown {
    display: block;
  }
  /* line 81, ../../sass/components/searchResultsPagination/_searchResultsPagination-base.scss */
  .searchResultsPagination .numberOfResultsDropdown .selected {
    min-width: 100%;
  }
}
/* line 2, ../../sass/components/searchFilters/_searchFilters-base.scss */
.searchFilters ul {
  padding: 0;
  margin: 0;
}
/* line 5, ../../sass/components/searchFilters/_searchFilters-base.scss */
.searchFilters ul li {
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  box-sizing: border-box;
  margin: 0 0 3px;
  background: #ffffff;
  border: 2px solid #f2efea;
}
/* line 13, ../../sass/components/searchFilters/_searchFilters-base.scss */
.searchFilters ul li a {
  font-size: 14.0px;
  line-height: 2.2;
  display: block;
  color: #000000;
  text-decoration: none;
  padding: 0 11px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 13, ../../sass/components/searchFilters/_searchFilters-base.scss */
  .searchFilters ul li a {
    font-size: 12px;
    padding: 0 4px;
  }
}
/* line 27, ../../sass/components/searchFilters/_searchFilters-base.scss */
.searchFilters ul li a:after {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background-image: url("../../assets/icons/close.svg");
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-color: transparent;
  margin: -1px 0 0 9px;
  content: '';
}
@media only screen and (max-width: 767px) {
  /* line 27, ../../sass/components/searchFilters/_searchFilters-base.scss */
  .searchFilters ul li a:after {
    background-size: 15px;
    margin-left: 4px;
  }
}
/* line 39, ../../sass/components/searchFilters/_searchFilters-base.scss */
.searchFilters ul li a:hover {
  opacity: 0.5;
}
/* line 43, ../../sass/components/searchFilters/_searchFilters-base.scss */
.searchFilters ul li a .remove {
  display: none;
}
/* line 1, ../../sass/core/mixins/_dropdown.scss */
.numberOfResultsDropdown {
  position: relative;
  text-align: right;
}
/* line 5, ../../sass/core/mixins/_dropdown.scss */
.numberOfResultsDropdown .selected {
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 10px 61px 10px 13px;
  margin: 0 0 0 5px;
  min-width: 199px;
  border: 3px solid;
  text-align: left;
  height: 44px;
}
/* line 16, ../../sass/core/mixins/_dropdown.scss */
.numberOfResultsDropdown .selected:after {
  content: "\f078";
  display: inline-block;
  font-family: FontAwesome !important;
  font-style: normal;
  position: relative;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 30%;
  right: 8px;
  width: 22px;
  height: 20px;
  padding: 0 0 0 11px;
  border-left: 2px solid;
}
/* line 28, ../../sass/core/mixins/_dropdown.scss */
.numberOfResultsDropdown select {
  opacity: 0.01;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 199px;
}

/* line 1, ../../sass/components/numberOfResultsDropdown/_numberOfResultsDropdown-base.scss */
.numberOfResultsDropdown {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  color: #a9a9a9;
}
/* line 7, ../../sass/components/numberOfResultsDropdown/_numberOfResultsDropdown-base.scss */
.numberOfResultsDropdown .selected {
  font-size: 13px;
  border-color: #e6e6e6;
  color: #1f7cb8;
  background: #ffffff;
  line-height: 18px;
  margin-left: 0;
}
/* line 15, ../../sass/components/numberOfResultsDropdown/_numberOfResultsDropdown-base.scss */
.numberOfResultsDropdown .selected:after {
  border-color: #e6e6e6;
}
/* line 19, ../../sass/components/numberOfResultsDropdown/_numberOfResultsDropdown-base.scss */
.lte-ie9 .numberOfResultsDropdown .selected {
  width: 100%;
}
/* line 24, ../../sass/components/numberOfResultsDropdown/_numberOfResultsDropdown-base.scss */
.numberOfResultsDropdown select {
  font-size: 13px;
  color: #1f7cb8;
  min-width: 100%;
}
/* line 1, ../../sass/core/typography/_font-face-extends.scss */
.searchResultsNumberLabel p {
  font-weight: 400;
  font-style: normal;
}

/* line 23, ../../sass/core/typography/_font-face-extends.scss */
.searchResultsNumberLabel p {
  font-family: Beaky, display;
}

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

/* line 23, ../../sass/core/typography/_font-face-extends.scss */
.searchResultsNumberLabel p {
  font-family: Beaky, display;
}

/* line 2, ../../sass/components/searchResultsNumberLabel/_searchResultsNumberLabel-base.scss */
.searchResultsNumberLabel p {
  font-size: 36px;
  line-height: 1;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  /* line 2, ../../sass/components/searchResultsNumberLabel/_searchResultsNumberLabel-base.scss */
  .searchResultsNumberLabel p {
    font-size: 32px;
  }
}
/* line 13, ../../sass/components/searchResultsNumberLabel/_searchResultsNumberLabel-base.scss */
.searchResultsNumberLabel .results-set {
  font-size: 24px;
  color: #a9a9a9;
  line-height: 1;
  margin-left: 5px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  /* line 13, ../../sass/components/searchResultsNumberLabel/_searchResultsNumberLabel-base.scss */
  .searchResultsNumberLabel .results-set {
    font-size: 18px;
  }
}
/* line 24, ../../sass/components/searchResultsNumberLabel/_searchResultsNumberLabel-base.scss */
.searchResultsNumberLabel .results-set:before {
  content: 'Showing ';
}
/* 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;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 10px 61px 10px 13px;
  margin: 0 0 0 5px;
  min-width: 199px;
  border: 3px solid;
  text-align: left;
  height: 44px;
}
/* line 16, ../../sass/core/mixins/_dropdown.scss */
.sortingDropdown .selected:after {
  content: "\f078";
  display: inline-block;
  font-family: FontAwesome !important;
  font-style: normal;
  position: relative;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 30%;
  right: 8px;
  width: 22px;
  height: 20px;
  padding: 0 0 0 11px;
  border-left: 2px solid;
}
/* line 28, ../../sass/core/mixins/_dropdown.scss */
.sortingDropdown select {
  opacity: 0.01;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 199px;
}

/* line 1, ../../sass/components/sortingDropdown/_sortingDropdown-base.scss */
.sortingDropdown {
  color: #a9a9a9;
}
/* line 5, ../../sass/components/sortingDropdown/_sortingDropdown-base.scss */
.sortingDropdown .selected {
  font-size: 13px;
  border-color: #e6e6e6;
  color: #1f7cb8;
  background: #ffffff;
  line-height: 18px;
  position: relative;
  min-width: 299px;
  white-space: nowrap;
}
/* line 15, ../../sass/components/sortingDropdown/_sortingDropdown-base.scss */
.sortingDropdown .selected:after {
  border-color: #e6e6e6;
}
/* line 20, ../../sass/components/sortingDropdown/_sortingDropdown-base.scss */
.sortingDropdown select {
  font-size: 13px;
  color: #1f7cb8;
  max-width: none;
  width: 299px;
}
/* line 14, ../../sass/components/signposting/_signPosting-base.scss */
.signposting .brand-ladybird {
  background-color: #ff0000;
  font-family: Ladybird-Regular;
  font-style: normal;
  color: #ffffff;
}
/* line 20, ../../sass/components/signposting/_signPosting-base.scss */
.signposting .brand-ladybird a {
  color: #ffffff;
}

/* line 25, ../../sass/components/signposting/_signPosting-base.scss */
.signpost-container {
  border-radius: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 24px;
  margin: 12px 0;
  background-repeat: no-repeat;
  background-position: right;
}
@media screen and (max-width: 1024px) {
  /* line 25, ../../sass/components/signposting/_signPosting-base.scss */
  .signpost-container {
    background-position: center 12px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 25, ../../sass/components/signposting/_signPosting-base.scss */
  .signpost-container {
    background-position: center 12px;
  }
}
/* line 41, ../../sass/components/signposting/_signPosting-base.scss */
.signpost-container.brand-ladybird {
  background-image: url("../../assets/img/signpost-ladybird.png");
}
@media screen and (max-width: 1440px) {
  /* line 41, ../../sass/components/signposting/_signPosting-base.scss */
  .signpost-container.brand-ladybird {
    background-size: 480px;
  }
}
@media screen and (max-width: 1200px) {
  /* line 41, ../../sass/components/signposting/_signPosting-base.scss */
  .signpost-container.brand-ladybird {
    background-size: 400px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 41, ../../sass/components/signposting/_signPosting-base.scss */
  .signpost-container.brand-ladybird {
    background-size: 220px;
  }
}

/* line 62, ../../sass/components/signposting/_signPosting-base.scss */
.signpost-message {
  box-sizing: border-box;
  max-width: 60%;
  min-height: 130px;
}
@media screen and (max-width: 1440px) {
  /* line 62, ../../sass/components/signposting/_signPosting-base.scss */
  .signpost-message {
    max-width: 55%;
  }
}
@media screen and (max-width: 1024px) {
  /* line 62, ../../sass/components/signposting/_signPosting-base.scss */
  .signpost-message {
    padding-top: 140px;
    max-width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  /* line 62, ../../sass/components/signposting/_signPosting-base.scss */
  .signpost-message {
    padding-top: 90px;
  }
}
/* line 81, ../../sass/components/signposting/_signPosting-base.scss */
.signpost-message p {
  font-size: 24px;
  margin-top: 0;
  line-height: 33px;
}
/* line 86, ../../sass/components/signposting/_signPosting-base.scss */
.signpost-message p:last-child {
  margin-bottom: 0;
}
/* line 91, ../../sass/components/signposting/_signPosting-base.scss */
.signpost-message .capital {
  text-transform: capitalize;
}
/* line 95, ../../sass/components/signposting/_signPosting-base.scss */
.signpost-message a {
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  /* line 95, ../../sass/components/signposting/_signPosting-base.scss */
  .signpost-message a {
    margin-top: 20px;
  }
}
/* line 102, ../../sass/components/signposting/_signPosting-base.scss */
.signpost-message a span {
  text-decoration: underline;
}
/* line 105, ../../sass/components/signposting/_signPosting-base.scss */
.signpost-message a span:hover {
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  /* line 111, ../../sass/components/signposting/_signPosting-base.scss */
  .signpost-message .signpost-other {
    margin-top: 20px;
  }
}
/* line 117, ../../sass/components/signposting/_signPosting-base.scss */
.signpost-message .signpost-book {
  margin-right: 6px;
}
/* line 120, ../../sass/components/signposting/_signPosting-base.scss */
.signpost-message .signpost-book:after {
  content: ',';
}
/* line 124, ../../sass/components/signposting/_signPosting-base.scss */
.signpost-message .signpost-book.last:after {
  content: none;
}
/* line 129, ../../sass/components/signposting/_signPosting-base.scss */
.signpost-message .signpost-more:after {
  content: '...';
}
@media screen and (max-width: 1024px) {
  /* line 135, ../../sass/components/signposting/_signPosting-base.scss */
  .signpost-message .signpost-intro:after {
    content: ':';
  }
}
@media screen and (max-width: 1024px) {
  /* line 141, ../../sass/components/signposting/_signPosting-base.scss */
  .signpost-message .signpost-book,
  .signpost-message .signpost-other,
  .signpost-message .signpost-intro {
    display: block;
  }
}

