﻿@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i|Merriweather:300,400,700,900&subset=latin-ext");
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* NGB: Removed as it messes up modal/popup scrolling. Moved to _global.scss (body)
	overflow-y: scroll; // All browsers without overlaying scrollbars
    */
  text-size-adjust: 100%; }

audio:not([controls]) {
  display: none; }

details {
  display: block; }

input[type="search"] {
  -webkit-appearance: textfield; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

main {
  display: block; }

summary {
  /* NGB: Removed for most browsers as it prevents Firefox showing the arrow marker, but still needed for IE and Edge */
  /* Remove once Edge supports <details> and <summary> tags */ }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    summary {
      display: block; } }
  @supports (-ms-ime-align: auto) {
    summary {
      display: block; } }

pre {
  overflow: auto; }

progress {
  display: inline-block; }

small {
  font-size: 75%; }

template {
  display: none; }

textarea {
  overflow: auto; }

[hidden] {
  display: none; }

[unselectable] {
  user-select: none; }

*,
::before,
::after {
  box-sizing: border-box; }

* {
  font-size: inherit;
  line-height: inherit; }

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit; }

*,
::before,
::after {
  border-style: solid;
  border-width: 0; }

* {
  margin: 0;
  padding: 0; }

:root {
  box-sizing: border-box;
  cursor: default;
  text-rendering: optimizeLegibility; }

html {
  background-color: #FFFFFF; }

a {
  text-decoration: none; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

button,
input,
select,
textarea {
  background-color: transparent; }

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

nav ol,
nav ul {
  list-style: none; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }
  select::-ms-expand {
    display: none; }
  select::-ms-value {
    color: currentColor; }

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

textarea {
  resize: vertical; }

::selection {
  background-color: #B3D4FC;
  text-shadow: none; }

@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important; } }

@keyframes fade-in-from-none {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@keyframes fade-out-to-none {
  0% {
    display: block;
    opacity: 1; }
  99% {
    display: block;
    opacity: 0; }
  100% {
    display: none;
    opacity: 0; } }

@keyframes fade-in-from-hidden {
  0% {
    visibility: hidden;
    opacity: 0; }
  1% {
    visibility: visible;
    opacity: 0; }
  100% {
    visibility: visible;
    opacity: 1; } }

@keyframes fade-out-to-hidden {
  0% {
    visibility: visible;
    opacity: 1; }
  99% {
    visibility: visible;
    opacity: 0; }
  100% {
    visibility: hidden;
    opacity: 0; } }

::selection {
  background-color: #6B6F81;
  color: #FFFFFF; }

html {
  background-color: #F4F5FA; }

body {
  overflow-y: scroll; }

body.modal--open {
  overflow: hidden; }

html,
body {
  width: 100%;
  color: #000000; }

main {
  max-width: 1240px;
  margin: auto; }
  @media (min-width: 500px) {
    main {
      padding-right: 32px;
      padding-left: 32px; } }
  @media (min-width: 1240px) {
    main {
      padding-right: 48px;
      padding-left: 48px; } }

.link {
  transition: all 0.25s ease-out; }

.link--block {
  display: block; }

.link--hover-green:hover,
.link--hover-green:focus {
  color: #2A8C92; }

.link--hover-green-dark:hover,
.link--hover-green-dark:focus {
  color: #1E6468; }

.link--hover-gold:hover,
.link--hover-gold:focus {
  color: #CC9F66; }

.link--hover-opacity:hover,
.link--hover-opacity:focus {
  opacity: 0.5; }

a.link:not([href]),
a.link:not([href]):hover {
  color: inherit; }

.page {
  min-height: 100%;
  height: 100%; }

@media (min-width: 1000px) {
  .page--with-nav {
    display: flex; } }

@media (min-width: 1000px) {
  .page__nav {
    min-width: 230px;
    width: 230px;
    padding-right: 32px;
    margin-top: 40px; } }

@media (min-width: 1000px) {
  .page__nav--big-margin {
    margin-top: 90px; } }

.page__content {
  background: #FFFFFF;
  border-left: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2; }
  @media (min-width: 1000px) {
    .page__content {
      flex: 1;
      align-self: flex-start; } }

@media (min-width: 500px) {
  .container--flex:not(.container--flex-large):not(.container--flex-medium) {
    display: flex; } }

@media (min-width: 769px) {
  .container--flex-medium {
    display: flex; } }

@media (min-width: 1000px) {
  .container--flex-large {
    display: flex; } }

.container--flex-wrap {
  flex-wrap: wrap; }

@media (min-width: 500px) {
  .container--space-bottom {
    margin-bottom: 8px; } }

@media (min-width: 500px) {
  .container--with-border {
    border: 1px solid #E2E2E2; } }

.block {
  padding-right: 16px;
  padding-left: 16px; }
  @media (min-width: 500px) {
    .block {
      padding-right: 32px;
      padding-left: 32px; } }
  @media (min-width: 1240px) {
    .block {
      padding-right: 48px;
      padding-left: 48px; } }

.block--without-padding {
  padding-right: 0;
  padding-left: 0; }

.block--padding-top {
  padding-top: 32px; }
  @media (min-width: 500px) {
    .block--padding-top {
      padding-top: 48px; } }

.block--padding-bottom {
  padding-bottom: 20px; }
  @media (min-width: 1367px) {
    .block--padding-bottom {
      padding-bottom: 48px; } }

.container--flex .block {
  flex: 1; }

.container--flex .block--1point5 {
  flex: 1.5; }

.container--flex .block--2 {
  flex: 2; }

.container--flex .block--3 {
  flex: 3; }

.container--flex .block--2.block--without-padding {
  padding-top: 40px;
  padding-bottom: 36px; }
  @media (min-width: 500px) {
    .container--flex .block--2.block--without-padding {
      padding-top: 60px;
      padding-bottom: 44px; } }

@media (min-width: 500px) {
  .block--space-right {
    margin-right: 8px; } }

@media (min-width: 500px) {
  .container--flex-large .block--space-right {
    margin-right: 0; } }

@media (min-width: 1000px) {
  .container--flex-large .block--space-right {
    margin-right: 8px; } }

.block--light {
  background-color: #FFFFFF; }

.block--dark-blue {
  background-color: #1E6468;
  color: #FFFFFF; }

.block--dark-blue--faded {
  background-color: rgba(30, 100, 104, 0.06); }

.block--green {
  background-color: #43969E;
  color: #FFFFFF; }

.block--dark-blue .block__header h1,
.block--dark-blue .block__header h2,
.block--dark-blue .block__header h3,
.block--dark-blue .block__header p, .block--dark-blue .block__header a,
.block--green .block__header h1,
.block--green .block__header h2,
.block--green .block__header h3,
.block--green .block__header p,
.block--green .block__header a {
  color: #FFFFFF; }

.block--dark-blue .block__header a:hover,
.block--green .block__header a:hover {
  color: #FFFFFF; }

.block--dark-blue .button--link,
.block--green .button--link {
  font-weight: 400;
  color: #FFFFFF; }

.block--border-top {
  border-top: 1px solid #E2E2E2; }

@media (min-width: 769px) {
  .block--border-right {
    border-right: 1px solid #E2E2E2; } }

.block__hero {
  width: 100%;
  height: auto; }

.block__header {
  padding-top: 25px;
  padding-bottom: 25px; }

.block__header-top {
  padding-top: 0px; }

@media (min-width: 1000px) {
  .connect .block__header {
    padding-top: 40px; } }

.block--without-padding .block__header {
  text-align: center;
  /* @include media-query(large) {
    padding-right: $margin--full;
    padding-left: $margin--full;
  }*/ }
  @media (min-width: 500px) {
    .block--without-padding .block__header {
      text-align: left; } }

.block__header--grey-light-faded {
  background-color: rgba(244, 245, 250, 0.6); }

.block__header p {
  font-family: "Merriweather", sans-serif; }

.block__header p:first-of-type {
  margin-top: 1em; }

.block__shop-logo {
  max-width: 52%;
  height: 40px;
  position: relative; }

.block__promo {
  height: 250px;
  min-height: 250px;
  margin-bottom: 25px; }

@media (min-width: 769px) {
  .block__right--column {
    padding-left: 0; } }

.block__right--column a {
  display: block; }

.block__right--column ul {
  padding-left: 0;
  margin-left: 0; }
  .block__right--column ul li.list-item {
    padding-bottom: 0px; }
    .block__right--column ul li.list-item ul li {
      padding-left: 15px;
      padding-bottom: 10px; }

.block__right--column button {
  width: 100%;
  text-align: left; }
  .block__right--column button:first-of-type {
    margin-bottom: 20px; }

.block h3 a {
  color: #AC2B27; }
  .block h3 a:hover, .block h3 a:focus {
    text-decoration: none;
    color: #AC2B27; }

.block .accordion-section a.button {
  text-decoration: none; }

.block a {
  transition: all 0.25s ease-out;
  color: #2A8C92; }
  .block a:hover, .block a:focus {
    color: #CC9F66;
    text-decoration: underline; }
  .block a.button--text-gold {
    color: #CC9F66; }
  .block a.button:hover, .block a.button:focus {
    text-decoration: none; }
  .block a.button.button--bg-gold {
    color: #FFFFFF; }

.slider.checkout {
  margin: 10px 0; }
  .slider.checkout .slider__inner {
    padding: 10px; }
    .slider.checkout .slider__inner input {
      margin-bottom: 10px; }
    .slider.checkout .slider__inner a {
      color: #1E6468;
      display: block; }

.slider--centred {
  text-align: center; }

.slider--spaced {
  margin-top: 24px;
  margin-bottom: 22px; }

.slider--hidden-on-mobile {
  display: none; }
  @media (min-width: 500px) {
    .slider--hidden-on-mobile {
      display: block; } }

.slider__inner.newsEvents .slide, .slider__inner.featuredPublications .slide {
  min-height: 250px;
  /*padding-top: 20px;
            padding-left: 60px;
            padding-right: 60px;*/ }
  .slider__inner.newsEvents .slide a h3, .slider__inner.featuredPublications .slide a h3 {
    position: relative;
    top: 20px; }
  .slider__inner.newsEvents .slide h3, .slider__inner.featuredPublications .slide h3 {
    position: relative;
    top: 20px; }
  .slider__inner.newsEvents .slide .publicationsSliderImage, .slider__inner.featuredPublications .slide .publicationsSliderImage {
    padding-left: 60px;
    padding-right: 60px; }

.slider__inner.newsEvents .bx-wrapper, .slider__inner.featuredPublications .bx-wrapper {
  top: 0;
  margin-top: 15px;
  margin-bottom: 60px; }

.slider__inner.newsEvents .bx-wrapper .bx-pager, .slider__inner.newsEvents .bx-wrapper .bx-controls-auto, .slider__inner.featuredPublications .bx-wrapper .bx-pager, .slider__inner.featuredPublications .bx-wrapper .bx-controls-auto {
  bottom: -10px; }

@media (min-width: 769px) {
  .publications.form__select-outer {
    left: 45px;
    position: relative;
    top: -5px;
    width: 90%; } }

.news.list-item__links {
  display: inline;
  text-align: center; }

#AV img {
  max-width: 100%;
  margin-bottom: 10px; }

.slider--light .slider__inner {
  background-color: #FFFFFF; }

.slider--padded .slider__inner {
  padding-top: 22px;
  padding-left: 48px;
  padding-bottom: 20px;
  padding-right: 48px; }

.slider__title {
  margin-bottom: 20px; }

.slide__image {
  display: block;
  width: 100%;
  height: auto; }

.slider__end-link {
  margin-top: 20px; }

.slider__end-link a {
  font-weight: 400;
  text-decoration: underline; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.align-center {
  text-align: center; }

.align-center__mobile {
  text-align: center; }
  @media (min-width: 769px) {
    .align-center__mobile {
      text-align: inherit; } }

.margin-left {
  margin-left: 30px; }

.margin-right {
  margin-right: 30px; }

.margin-top {
  margin-top: 30px; }

.margin-bottom {
  margin-bottom: 30px; }

.block.hide {
  display: none; }

.block.show {
  display: block; }

.border-top {
  border-top: 1px solid #E2E2E2; }

.border-bottom {
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 10px; }

.video {
  margin: 10px 0; }

/*******Legacy css****/
.formTabs {
  width: 100%; }

.dealers {
  width: 100%;
  margin: 20px 0; }

.generic-form {
  margin: 30px 0; }
  .generic-form .form__input-container,
  .generic-form .form__select-outer,
  .generic-form p {
    padding-bottom: 10px; }
  .generic-form .textarea textarea {
    width: 100%;
    padding: 21px 21px 7px 21px;
    box-shadow: inset 1px 1px 3px 0 #E2E2E2;
    color: #6B6F81;
    border: 1px solid #E2E2E2;
    border-radius: 4px; }

.clearfix {
  clear: both; }

#teaching h2 {
  font-size: 19px; }

a.rssIcon span {
  display: none; }

.faq_li_title {
  margin: 20px 0; }

.selected-works {
  margin: 20px 0; }

.ProductItem a:hover {
  text-decoration: none; }

form + p {
  margin-top: 20px; }

.dtn_indent {
  position: relative;
  padding-left: 5em; }

p.dtn {
  margin: 1em 0; }

.dtn_indent > .margin {
  position: absolute;
  left: 0; }

/* tooltip arrows */
/* Note we use !important to override JQ UI default tooltip styles	*/
.arrow_box {
  position: relative;
  padding: 0.8em !important;
  font-family: inherit !important;
  font-weight: bold !important;
  color: #AC2B27 !important;
  font-size: 12px !important; }

.box {
  position: relative;
  padding: 0.8em !important;
  font-family: inherit !important;
  font-weight: bold !important;
  color: #6B6F81 !important;
  font-size: 12px !important; }

.arrow_box:after, .arrow_box:before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.box:after, .box:before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.arrow_box:after, .box:after {
  border-width: 9px; }

.arrow_box:before, .box:before {
  border-width: 12px; }

/* top, right, bottom, left arrows */
.arrow_box.top:after, .arrow_box.top:before {
  bottom: 100%;
  left: 50%; }

.arrow_box.top:after {
  margin-left: -9px; }

.arrow_box.top:before {
  margin-left: -12px; }

.arrow_box.right:after, .arrow_box.right:before {
  left: 100%;
  top: 50%; }

.arrow_box.right:after {
  margin-top: -9px; }

.arrow_box.right:before {
  margin-top: -12px; }

.arrow_box.bottom:after, .arrow_box.bottom:before {
  top: 100%;
  left: 50%; }

.arrow_box.bottom:after {
  margin-left: -9px; }

.arrow_box.bottom:before {
  margin-left: -12px; }

.arrow_box.left:after, .arrow_box.left:before {
  right: 100%;
  top: 50%; }

.arrow_box.left:after {
  border-right-color: #ffffff;
  margin-top: -9px; }

.arrow_box.left:before {
  border-right-color: #E2E2E2;
  margin-top: -12px; }

/* tooltip arrows */
.arrow_box.ui-tooltip,
.box.ui-tooltip {
  background: #FFFFFF !important;
  border-color: #F4F5FA !important;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5) !important; }

.arrow_box.top.ui-tooltip:after {
  border-bottom-color: #FFFFFF; }

.arrow_box.top.ui-tooltip:before {
  border-bottom-color: #F4F5FA; }

.arrow_box.right.ui-tooltip:after {
  border-left-color: #FFFFFF; }

.arrow_box.right.ui-tooltip:before {
  border-left-color: #F4F5FA; }

.arrow_box.bottom.ui-tooltip:after {
  border-top-color: #FFFFFF; }

.arrow_box.bottom.ui-tooltip:before {
  border-top-color: #F4F5FA; }

.arrow_box.left.ui-tooltip:after {
  border-right-color: #FFFFFF; }

.arrow_box.left.ui-tooltip:before {
  border-right-color: #F4F5FA; }

/*******Responsive video********/
.video-container {
  margin: 5px 0  30px 0;
  position: relative;
  padding-bottom: 56%;
  padding-top: 20px;
  height: 0; }
  .video-container .jwplayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

.not-bold {
  font-weight: normal !important; }

.whitespace-nowrap {
  white-space: nowrap; }

.news-subtitle {
  font-weight: 400; }

html,
body {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  font-variant-ligatures: common-ligatures;
  font-feature-settings: 'liga', 'clig'; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

h1 {
  font-family: "Merriweather", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.1;
  color: #1E6468; }
  @media (min-width: 769px) {
    h1 {
      font-size: 30px; } }

h2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #2A8C92;
  transition: border-bottom-color 0.25s ease-out; }
  @media (min-width: 769px) {
    h2 {
      font-size: 20px; } }
  h2.normal-case {
    text-transform: none;
    font-weight: 400;
    padding-left: 20px; }

h3 {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
  color: #AC2B27;
  transition: border-bottom-color 0.25s ease-out; }

h3 a {
  border-bottom: 1px solid transparent; }

h3 a:hover,
h3 a:focus {
  border-bottom-color: #AC2B27; }

h4, h5 {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #2A8C92;
  transition: border-bottom-color 0.25s ease-out; }

h4 a {
  border-bottom: 1px solid transparent; }

h4 a:hover,
h4 a:focus {
  border-bottom-color: #2A8C92; }

i,
em {
  font-style: italic; }

b,
strong {
  font-weight: bold; }

p {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 1em;
  color: #000000; }
  @media (min-width: 500px) {
    p {
      font-size: 17px; } }

ul,
ol {
  font-size: 1rem;
  line-height: 1.2;
  color: #000000;
  margin-left: 1em;
  margin-bottom: 1em; }

a:not([href]), a:not([href]):hover {
  text-decoration: none; }

/*.fa-info-circle {
    display: inline-block;
    font-size: 14px !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: $clr-neutral--dark;
}*/
.intro {
  width: 100%;
  max-width: 980px;
  text-align: center;
  margin: auto auto;
  padding-top: 30px;
  padding-right: 10%;
  padding-bottom: 30px;
  padding-left: 10%; }
  @media (min-width: 500px) {
    .intro {
      padding-top: 50px;
      padding-right: 32px;
      padding-bottom: 42px;
      padding-left: 32px; } }
  @media (min-width: 769px) {
    .intro {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (min-width: 1240px) {
    .intro {
      padding-right: 48px;
      padding-left: 48px; } }

.intro p {
  font-family: "Merriweather", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 300;
  color: #464855; }
  @media (min-width: 500px) {
    .intro p {
      font-size: 22px; } }

.intro p:last-of-type {
  margin-bottom: 0; }

.form__input-container.spacing {
  margin: 20px 0; }

.form__input-container.smallText {
  font-size: 12px; }
  .form__input-container.smallText ul li {
    font-size: 12px; }

.form__input-container.forgot-password {
  padding-top: 10px;
  padding-bottom: 20px; }

.form__input-container--with-image {
  position: relative; }

input[type="file"] {
  color: #6B6F81;
  padding: 10px;
  font-weight: 400; }

.form__label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

input:disabled, select:disabled {
  background: #E2E2E2; }

.form__input,
.form__textarea,
.form__select {
  background-color: #FFFFFF;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400; }

.form__select-xs {
  background-color: #FFFFFF;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #E2E2E2;
  color: #BBBDBF;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 400;
  padding-left: 10px;
  padding-top: 2px; }

.form__select-xs-outer {
  line-height: 1.2;
  font-size: 11px;
  position: relative; }

.form__select-xs-image--arrow-down {
  top: 5px;
  right: 8px;
  width: 13px;
  height: 8px;
  position: absolute;
  pointer-events: none; }

.form__input:focus::placeholder,
.form__textarea:focus::placeholder,
.form__input:active::placeholder,
.form__textarea:active::placeholder {
  opacity: 0; }

.form__input::placeholder,
.form__textarea::placeholder {
  text-transform: uppercase;
  color: #BBBDBF;
  opacity: 1;
  transition: opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.2s; }

.form__input {
  width: 100%;
  padding: 11px 21px;
  color: #6B6F81; }

@media (min-width: 500px) {
  .form__input--search {
    min-width: 310px; } }

.form__input-container--with-image .form__input {
  padding-right: calc(21px + 16px + 21px); }

.form__input-message {
  font-weight: bold;
  color: #AC2B27;
  font-size: 12px;
  line-height: 1.25;
  margin-top: 8px; }
  .form__input-message.hide {
    display: none; }

.form__textarea {
  width: 100%;
  padding: 21px 21px 7px 21px;
  box-shadow: inset 1px 1px 3px 0 #E2E2E2;
  color: #6B6F81; }

.form__select-outer {
  position: relative; }
  .form__select-outer.expiry-day {
    display: inline-flex;
    width: 70px;
    margin-right: 2px; }
  .form__select-outer.expiry-year {
    display: inline-flex;
    width: 120px;
    margin-left: 2px; }

.form__select {
  width: 100%;
  padding: 14px;
  color: #BBBDBF;
  cursor: pointer;
  line-height: 1;
  transition: color 0.25s ease-out; }
  @media (min-width: 1000px) {
    .form__select {
      padding: 12px 62px 12px 21px; } }

@media (min-width: 1000px) {
  .form__select_nav {
    padding: 9px 21px 7px 12px; } }

@media (min-width: 1000px) {
  .header__pre .form__select {
    padding: 8px 29px 8px 22px; } }

@media (min-width: 1000px) {
  .header__pre .form__select-img {
    top: 13px; } }

.form__select:hover,
.form__select:focus {
  color: #2A8C92; }

.form__select--with-image {
  padding-right: 30px; }

.form__select-img {
  position: absolute;
  right: 10px;
  top: 18px;
  pointer-events: none; }
  @media (min-width: 500px) {
    .form__select-img {
      right: 12px; } }
  @media (min-width: 1000px) {
    .form__select-img {
      top: 17px; } }

.form__select-img--arrow-down {
  width: 13px;
  height: 8px; }

.form__radio,
.form__checkboxes {
  font-weight: 300;
  color: #6B6F81; }
  .form__radio.inline,
  .form__checkboxes.inline {
    display: inline-flex;
    margin-left: 4px; }

.form__radio-option,
.form__checkboxes-option {
  margin-bottom: 10px; }
  .form__radio-option.superscript,
  .form__checkboxes-option.superscript {
    margin-top: -5px; }

.form__radio input,
.form__checkboxes input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.form__radio-option label,
.form__checkboxes-option label {
  position: relative;
  padding-left: 2rem;
  cursor: pointer; }
  .form__radio-option label.icon,
  .form__checkboxes-option label.icon {
    padding-right: 20px; }
    .form__radio-option label.icon:after,
    .form__checkboxes-option label.icon:after {
      content: "\f05a";
      position: absolute;
      top: 5px;
      right: 0px;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 14px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased; }

.form__checkboxes-option label {
  margin-right: 10px; }

.form__radio-option label span,
.form__checkboxes-option label span {
  position: absolute;
  top: 9px;
  left: 5px;
  width: 7px;
  height: 7px;
  transition: background-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.form__radio-option label:before,
.form__checkboxes-option label:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 17px;
  height: 17px;
  background-color: #FFFFFF;
  border: 1px solid #E2E2E2;
  transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.form__radio input:checked + label,
.form__checkboxes input:checked + label {
  font-weight: normal; }

.form__radio input:checked + label span,
.form__checkboxes input:checked + label span {
  background-color: #CC9F66; }

.form__radio--horizontal,
.form__checkbox--horizontal {
  display: flex;
  flex-wrap: wrap; }

.form__radio--horizontal .form__radio-option {
  margin-right: 40px; }

.form__checkbox--horizontal .form__checkboxes-option {
  margin-right: 40px; }

.option-dropdown .form__radio-option:first-of-type {
  margin-top: 10px; }

.form__radio-option input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.form__radio-option label span {
  border-radius: 50%; }

.form__radio-option label:before {
  border-radius: 50%; }

.form__checkboxes-option input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.form__image-container {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding-right: 21px; }

.form__image {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%); }

form.show {
  display: block; }

form.hide {
  display: none; }

.composer-news .form__select-outer,
.general-form .form__select-outer {
  margin-bottom: 15px; }

.composer-news .form__checkboxes-option,
.general-form .form__checkboxes-option {
  margin: 10px 0; }
  @media (min-width: 769px) {
    .composer-news .form__checkboxes-option,
    .general-form .form__checkboxes-option {
      margin: 20px 0; } }

.composer-news .form__input-container,
.general-form .form__input-container {
  margin-bottom: 10px; }
  @media (min-width: 769px) {
    .composer-news .form__input-container,
    .general-form .form__input-container {
      margin-bottom: 20px; } }
  .composer-news .form__input-container.right,
  .general-form .form__input-container.right {
    text-align: right; }

.composer-news button,
.general-form button {
  margin-top: 20px; }

.composer-news .button--link,
.general-form .button--link {
  margin-top: 0px;
  width: 100%; }
  @media (min-width: 769px) {
    .composer-news .button--link,
    .general-form .button--link {
      margin-top: 20px;
      width: auto; } }

.composer-news h2,
.general-form h2 {
  margin: 10px 0; }

.composer-news p,
.general-form p {
  margin: 10px 0 5px 0; }

.composer-news .ttip_txt,
.general-form .ttip_txt {
  position: relative; }

.calendar-form {
  position: relative; }
  .calendar-form #calHolder {
    position: absolute;
    top: 15%; }

.checkoutform {
  margin: 20px 0; }

.rentalsrchGrad .searchbutton {
  margin-top: 5px; }

.rentalsrchGrad .general-form .button {
  margin-top: 0; }

.rentalsrchGrad h2 {
  margin-bottom: 10px; }

.search-generic ul {
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap; }
  .search-generic ul li {
    flex-wrap: wrap;
    margin-top: 5px; }
    .search-generic ul li:not(:last-of-type) {
      margin-right: 20px; }
    .search-generic ul li a {
      font-weight: 300;
      font-size: 14px;
      line-height: 1;
      text-transform: uppercase;
      color: #2A8C92;
      margin-bottom: 8px;
      text-decoration: underline; }

.basket-form {
  margin: 10px 0; }

@media (min-width: 1240px) {
  .login-or-register .block {
    padding-right: 32px;
    padding-left: 32px; } }

.pmmSideLinkFavView {
  width: 66%;
  margin-bottom: 15px; }

.button {
  border-radius: 4px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
  padding: 12px 18px;
  cursor: pointer;
  transition: all 0.25s ease-out;
  display: inline-block;
  border: 1px solid transparent; }
  @media (min-width: 1000px) {
    .button {
      padding-right: 25px;
      padding-left: 25px; }
      .button.no-padding {
        padding: 0; }
        .button.no-padding.button--with-clear-indicator {
          padding-right: 40px; }
        .button.no-padding.button--with-clear-indicator-first {
          padding-left: 40px; }
      .button.button--cart {
        padding-left: 35px; } }
  .button.no-padding {
    padding: 0; }
  .button.button--cart {
    background-image: url("/img_s/vector/cart.svg");
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 17px center;
    padding-left: 50px;
    max-width: 225px;
    white-space: nowrap; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .button.button--cart {
        background-size: 52px;
        background-position: 0px center; } }
  .button.button--cart-empty {
    cursor: default; }

.button--no-padding-right {
  padding-right: 0; }

.button--no-padding-left {
  padding-left: 0; }

.button--underline {
  border-bottom: 1px solid #FFFFFF; }

.button--bg-gold {
  background-color: #CC9F66; }

.button--bg-light {
  background-color: #FFFFFF; }

.button--bg-grey-faded {
  background-color: rgba(226, 226, 226, 0.4); }

.button--bg-gold:not(.button--with-indicator):hover, .button--bg-gold:not(.button--with-indicator):focus,
.button--bg-light:not(.button--with-indicator):hover,
.button--bg-light:not(.button--with-indicator):focus {
  background-color: #2A8C92; }

.button--text-light {
  color: #FFFFFF; }
  .button--text-light.button--underline {
    border-bottom-color: rgba(255, 255, 255, 0.5); }

.button--text-grey {
  color: #BBBDBF; }
  .button--text-grey.button--underline {
    border-bottom-color: rgba(187, 189, 191, 0.5); }

.button--text-dark {
  color: #000000; }
  .button--text-dark.button--underline {
    border-bottom-color: rgba(0, 0, 0, 0.5); }

.button--text-slate {
  color: #6B6F81; }
  .button--text-slate.button--underline {
    border-bottom-color: rgba(107, 111, 129, 0.5); }

.button--text-green {
  color: #2A8C92; }
  .button--text-green.button--underline {
    border-bottom-color: rgba(42, 140, 146, 0.5); }

.button--text-gold {
  color: #CC9F66; }
  .button--text-gold.button--underline {
    border-bottom-color: rgba(204, 159, 102, 0.5); }

.button--outline {
  border: 1px solid #E2E2E2; }

.button--outline:not(.button--with-indicator).button--text-gold:hover, .button--outline:not(.button--with-indicator).button--text-gold:focus, .button--outline:not(.button--with-indicator).button--text-grey:hover, .button--outline:not(.button--with-indicator).button--text-grey:focus, .button--outline:not(.button--with-indicator).button--text-light:hover, .button--outline:not(.button--with-indicator).button--text-light:focus {
  background-color: #CC9F66;
  color: #FFFFFF;
  border-color: #CC9F66; }

.button--outline:not(.button--with-indicator).button--text-green:hover, .button--outline:not(.button--with-indicator).button--text-green:focus {
  background-color: #2A8C92;
  color: #FFFFFF;
  border-color: #2A8C92; }

.button--text-small {
  font-size: 10px;
  letter-spacing: 0.04em; }

.button--text-body-size {
  font-size: 17px; }

.button--invisible {
  padding: 0;
  background-color: transparent; }

.button--clear {
  background-color: transparent;
  color: #F0726E; }

.button--standard-case {
  text-transform: none; }

.button--font-light {
  font-weight: 300; }

.button--link {
  border-color: transparent;
  background-color: transparent;
  text-decoration: underline; }
  .button--link:hover, .button--link:focus {
    color: #CC9F66; }

.button--oldschool-link {
  border-color: transparent;
  background-color: transparent; }
  .button--oldschool-link:hover, .button--oldschool-link:focus {
    text-decoration: underline; }

.button--with-indicator {
  position: relative;
  padding-right: 65px; }

.button--with-clear-indicator {
  position: relative;
  padding-right: 40px; }

.button--big {
  width: 100%;
  font-size: 16px;
  text-align: left;
  padding-top: 26px;
  padding-bottom: 22px; }
  @media (min-width: 500px) {
    .button--big {
      font-size: 20px; } }

.button__label {
  padding-left: 6px;
  margin-bottom: 10px; }

.button__label p {
  font-size: 14px;
  line-height: 1.2; }

.button__label p:last-of-type {
  margin-bottom: 0; }

.button__indicator {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  background-color: rgba(42, 140, 146, 0.09);
  pointer-events: none; }

.button--big .button__indicator {
  width: 68px; }

.button--with-clear-indicator .button__indicator {
  background-color: transparent; }

.button__indicator .button__img {
  position: absolute;
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto; }

.button:hover .button__img--hover-out,
.button:focus .button__img--hover-out {
  opacity: 0; }

.button__img-container {
  display: inline;
  position: relative; }

.button__img {
  display: inline;
  position: relative;
  margin-right: 10px; }

.button__img--hover-in {
  position: absolute;
  top: 0;
  left: 0; }

.button__img--hover-out {
  position: relative;
  opacity: 1;
  transition: opacity 0.25s ease-out;
  z-index: 1; }

.button__img--after {
  margin-right: 0;
  margin-left: 10px; }

.button__img--cart {
  width: 16px;
  height: 14px;
  top: -2px; }

.button__img--cart.button__img--hover-in {
  top: 1px;
  left: 3px; }

.button__img--star {
  width: 15px;
  height: 15px;
  top: -2px; }

.button__img--star.button__img--hover-in {
  top: 1px; }

.button__img--plus {
  width: 12px;
  height: 12px; }

.button__img--arrow-down {
  width: 13px;
  height: 8px; }

.button__img--arrow-right {
  width: 8px;
  height: 12px;
  top: -2px;
  margin-left: 25px; }

.button__img--login {
  width: 13px;
  height: 14px; }

.button__cart-value {
  display: none;
  color: #FFFFFF; }
  @media (min-width: 1000px) {
    .button__cart-value {
      display: inline-block; } }

.button__cart-items {
  display: inline-block;
  color: #FFFFFF;
  /*text-transform: capitalize;

    @include media-query(large) {
        display: inline-block;
    }

    &.mobile {
        display: inline-block;

        @include media-query(large) {
            display: none;
        }
    }*/ }

.button.button--processing,
.button.button--processing:hover,
.button.button--processing:focus {
  color: #fff !important;
  background-color: #999 !important;
  border-color: transparent !important;
  cursor: default !important; }

.edit-basket {
  display: inline-block;
  background-color: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 4px; }

.edit-basket__inner {
  display: flex;
  align-items: baseline; }

.edit-basket__plus,
.edit-basket__minus {
  width: 36px;
  height: 38px;
  text-align: center;
  color: #6B6F81;
  cursor: pointer;
  padding: 9px;
  display: inline-block; }

.edit-basket__value {
  color: #6B6F81;
  text-align: center; }

.article h2 {
  margin-top: 2em;
  margin-bottom: 0.5em; }

.article__img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 2rem; }

@media (min-width: 769px) {
  .article__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: inherit; } }

@media (min-width: 769px) {
  .article__list__left {
    margin-right: 16px;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
    min-width: 160px;
    max-width: 180px; } }

@media (min-width: 769px) {
  .list-item.article__list {
    display: flex; } }

@media (min-width: 769px) {
  .article__list__right {
    margin-top: -4px; } }

.socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0; }

.socials__item {
  display: block;
  padding: 0 14px;
  line-height: 1; }
  @media (min-width: 500px) {
    .socials__item {
      padding: 0 17px; } }

.socials__item a {
  transition: opacity 0.25s ease-out; }

.socials__item a:hover,
.socials__item a:focus {
  opacity: 0.5; }

.socials__item img {
  height: 17px;
  width: auto; }

table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0; }
  table td, table th {
    padding: 5px; }
  table tr.border-bottom {
    border-bottom: 1px solid #E2E2E2; }

.calendar {
  width: 300px; }
  .calendar td.calt {
    background-color: #43969E;
    color: #FFFFFF;
    text-align: center;
    padding: 0px 5px; }
  .calendar th {
    padding: 0px 5px; }
  .calendar td.calh {
    color: #FFFFFF;
    padding-left: 3px;
    background: #2A8C92; }
  .calendar td.cal {
    width: auto !important;
    padding: 6px;
    background: #E2E2E2;
    text-align: center; }

.timeline td.cal {
  width: 60px;
  background: #c6d9d9;
  vertical-align: top; }

.timeline img, .timeline td {
  vertical-align: top; }

.basket-info {
  width: 100%;
  border-collapse: collapse; }
  .basket-info tr {
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 5px; }
    .basket-info tr.no-border {
      border: none; }
  .basket-info th {
    padding: 10px 5px;
    border-bottom: 1px solid #E2E2E2; }
    .basket-info th:first-of-type {
      text-align: left; }
  .basket-info td {
    padding: 8px 6px 8px 0;
    vertical-align: middle;
    margin-bottom: 10px; }
    .basket-info td .button {
      display: inline-block; }
    .basket-info td img {
      margin-right: 5px; }
    .basket-info td.button-continue {
      text-align: left; }
    .basket-info td.button-checkout {
      text-align: right; }
    .basket-info td .edit-basket {
      position: relative;
      top: 0; }
    .basket-info td .delete-item {
      background: url(../img_s/vector/cross.svg) no-repeat center right;
      display: inline-block;
      width: 20px;
      height: 20px; }
      .basket-info td .delete-item span {
        display: none; }
    .basket-info td .delete-item:hover, .basket-info td .delete-item:active {
      background: url(../img_s/vector/cross-red.svg) no-repeat center right; }
    .basket-info td .quantity {
      width: 75px;
      text-align: right; }
  .basket-info td[data-column="Title"] {
    text-align: left; }
  .basket-info .product__total {
    color: #AC2B27;
    font-size: 21px;
    font-weight: 900;
    line-height: 1.5; }
  .basket-info .product__subtotal {
    font-size: 19px;
    font-weight: 900;
    line-height: 1.5;
    color: #1E6468; }
  .basket-info .disc_newprice {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    color: #6B6F81; }
  .basket-info.mini-basket {
    font-size: 15px; }
    .basket-info.mini-basket .product__name {
      font-weight: bold;
      color: #1E6468;
      font-size: 14px; }
    .basket-info.mini-basket .product__notes-container,
    .basket-info.mini-basket .new-price,
    .basket-info.mini-basket .disc_newprice {
      font-weight: 300;
      color: #6B6F81;
      font-size: 14px; }
  @media screen and (max-width: 767px) {
    .basket-info tr {
      display: block;
      margin-bottom: .625em; }
    .basket-info th {
      display: none; }
    .basket-info td {
      display: inline-block;
      padding: 8px 6px 8px 16px; }
      .basket-info td:nth-child(1), .basket-info td:nth-child(2) {
        display: table-cell; }
    .basket-info td:before {
      float: left;
      font-weight: bold;
      text-transform: uppercase; }
    .basket-info td:last-child {
      border-bottom: 0; } }

.request-print {
  width: 100%;
  border-bottom: 1px solid #E2E2E2;
  border-collapse: collapse;
  margin: 10px 0; }
  .request-print td {
    padding: 8px 5px; }
  .request-print tr.border-bottom {
    border-bottom: 1px solid #E2E2E2; }

.advanced-search td {
  vertical-align: top;
  width: 50%;
  padding-right: 35px; }

.perDetailsTable th {
  text-align: left;
  word-break: keep-all;
  vertical-align: top; }

/* Styles for user-generated Markdown formatted content    */
.md_block h1 {
  margin-bottom: 0.5em; }

.md_block h2, .md_block h3, .md_block h4, .md_block h5, .md_block h6 {
  margin-bottom: 0.25em; }

table.md_table {
  border-collapse: collapse;
  margin: 1em 0; }

table.md_table > thead {
  background-color: #f0f0f0; }

table.md_table > tbody > tr {
  border-bottom: 1px solid #ccc; }

table.md_table th,
table.md_table td {
  padding: 0.5em 0;
  text-align: left;
  vertical-align: top;
  font-size: 15px; }
  @media (min-width: 500px) {
    table.md_table th,
    table.md_table td {
      font-size: 17px; } }

table.md_table th + th,
table.md_table td + td {
  padding-left: 0.5em; }

.md_floatleft {
  float: left;
  margin: 6px 1.5em 0.5em 0; }

.md_floatright {
  float: right;
  margin: 6px 0 0.5em 1.5em; }

/* Header start */
.header {
  background-color: #FFFFFF; }

.header__inner {
  width: 100%;
  max-width: 1240px;
  margin: auto auto;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  position: relative; }
  @media (min-width: 500px) {
    .header__inner {
      padding-right: 32px;
      padding-left: 32px; } }
  @media (min-width: 1367px) {
    .header__inner {
      padding-top: 16px;
      padding-bottom: 28px; } }
  @media (min-width: 1240px) {
    .header__inner {
      padding-right: 48px;
      padding-left: 48px; } }

.header__pre {
  display: none; }
  @media (min-width: 1000px) {
    .header__pre {
      display: flex;
      justify-content: flex-end;
      align-items: baseline; } }

.header__pre .socials {
  margin-left: 16px; }

.header__pre .socials__item:last-of-type {
  padding-right: 0; }

.header__login {
  font-size: 15px;
  line-height: 1.4;
  padding: 10px 0px 10px 25px;
  background: #43969E;
  border-bottom: 1px solid #F4F5FA; }
  @media (min-width: 1000px) {
    .header__login {
      font-size: 12px;
      font-weight: 400;
      margin-right: 43px;
      padding: 0;
      line-height: 1.2;
      background: none;
      border-bottom: none; } }
  .header__login a {
    color: #FFFFFF; }
    @media (min-width: 1000px) {
      .header__login a {
        color: #6B6F81; } }
    .header__login a.header__login_name {
      color: #2A8C92;
      font-weight: 600; }

.header__nav.is-active .header__login a {
  color: #FFFFFF; }

.header__login--mobile {
  display: none; }
  @media (min-width: 1000px) {
    .header__login--mobile {
      display: none; } }

nav.is-active .header__login--mobile {
  display: block; }
  @media (min-width: 1000px) {
    nav.is-active .header__login--mobile {
      display: none; } }

.header__login a {
  transition: color 0.25s ease-out; }

.header__login a:hover,
.header__login a:focus {
  color: #2A8C92; }

.header__pre .button {
  margin-right: 32px; }

.header__main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  @media (min-width: 1000px) {
    .header__main {
      flex-wrap: nowrap;
      padding-top: 4px; } }
  @media (min-width: 1240px) {
    .header__main {
      padding-top: 8px; } }

.header__logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }
  @media (min-width: 1000px) {
    .header__logo {
      width: auto; } }

.header__logo-image {
  display: block;
  width: auto;
  height: 30px;
  padding: 2px 0; }
  @media (min-width: 1000px) {
    .header__logo-image {
      height: 40px; } }
  @media (min-width: 1240px) {
    .header__logo-image {
      height: 50px; } }

.header__logo-mobile {
  display: flex;
  align-items: center; }
  @media (min-width: 1000px) {
    .header__logo-mobile {
      display: none; } }

.header__nav {
  display: none;
  width: 100%; }
  @media (min-width: 1000px) {
    .header__nav {
      display: block;
      position: relative;
      top: 13px; } }
  @media (min-width: 1240px) {
    .header__nav {
      top: 18px; } }

.header__nav.is-active {
  display: block; }
  .header__nav.is-active a {
    color: #000000; }

.header__nav-list {
  margin: 0;
  padding-top: 16px;
  padding-bottom: 16px; }
  @media (min-width: 1000px) {
    .header__nav-list {
      display: flex;
      justify-content: flex-end;
      padding-top: 0;
      padding-bottom: 0; } }

.header__nav-item {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  color: #6B6F81;
  text-transform: uppercase;
  position: relative; }
  @media (min-width: 1000px) {
    .header__nav-item.mobile {
      display: none; } }
  @media (min-width: 1000px) {
    .header__nav-item {
      font-size: 12px;
      font-weight: bold; } }
  @media (min-width: 1240px) {
    .header__nav-item {
      font-size: 13px; } }

.header__nav-list a {
  display: block; }

.header__nav-item > a {
  color: #6B6F81;
  position: relative;
  padding: 14px 22px 10px 22px;
  background-color: #F4F5FA;
  border-top: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
  border-left: 1px solid #E2E2E2;
  transition: color 0.25s ease-out;
  z-index: 10; }
  @media (min-width: 1000px) {
    .header__nav-item > a {
      padding: 0;
      background-color: transparent;
      border: none; } }

.header__nav-item > a:hover,
.header__nav-item > a:focus {
  color: #000000; }
  @media (min-width: 1000px) {
    .header__nav-item > a:hover,
    .header__nav-item > a:focus {
      color: #2A8C92; } }

.header__nav-item .header__nav-toggle {
  display: block;
  position: absolute;
  right: 0;
  top: 1px;
  padding: 14px 22px 26px 22px;
  background-color: #F4F5FA;
  border-right: 1px solid #E2E2E2;
  border-left: 1px solid #E2E2E2;
  z-index: 20;
  cursor: pointer; }
  @media (min-width: 1000px) {
    .header__nav-item .header__nav-toggle {
      display: none; } }
  .header__nav-item .header__nav-toggle span {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
    background-color: #E2E2E2; }
    @media (min-width: 1000px) {
      .header__nav-item .header__nav-toggle span {
        display: none; } }
    .header__nav-item .header__nav-toggle span:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #E2E2E2;
      transform-origin: center;
      transform: rotate(90deg);
      transition: transform 0.15s ease-out; }

.header__nav-item.is-active > .header__nav-toggle span:before {
  transform: rotate(0deg); }

@media (min-width: 1000px) {
  .header__nav-item {
    margin-right: 16px; } }

@media (min-width: 1240px) {
  .header__nav-item {
    margin-right: 32px; } }

.header__nav-item:nth-child(6) {
  margin-right: 0; }

.header__nav-item.is-active > a,
.header__nav-item:last-of-type > a {
  border-bottom: 1px solid #E2E2E2; }
  @media (min-width: 1000px) {
    .header__nav-item.is-active > a,
    .header__nav-item:last-of-type > a {
      border-bottom: none; } }

@media (min-width: 1000px) {
  .header__nav-item.nav-item--mobileonly {
    display: none; } }

@media (max-width: 999px) {
  .header__nav-item.nav-item--notmobile {
    display: none; } }

.header__subnav {
  display: none;
  margin: 0;
  text-transform: none;
  font-size: 15px;
  line-height: 1.4;
  color: #000000;
  background: rgba(226, 226, 226, 0.5);
  border-left: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  padding-left: 15px; }
  .header__subnav:last-of-type {
    border-bottom: none; }
  @media (min-width: 1000px) {
    .header__subnav {
      display: none; } }

.header__nav-item.is-active .header__subnav {
  display: block; }
  @media (min-width: 1000px) {
    .header__nav-item.is-active .header__subnav {
      display: none; } }

.header__subnav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2px 0 2px 25px; }

.header__subnav-heading {
  font-size: 14px;
  font-weight: 400;
  color: #1E6468;
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 4px;
  width: 100%; }

.header__subnav-item:not(:first-of-type) .header__subnav-heading {
  margin-top: 16px; }

.header__subnav-item a {
  padding-top: 8px;
  padding-bottom: 8px;
  transition: color 0.25s ease-out; }

.header__subnav-item a:hover,
.header__subnav-item a:focus {
  color: #2A8C92; }

.header__subnav-filters {
  display: flex;
  align-items: center;
  font-size: 10px;
  line-height: 1; }

.header__subnav-bubble {
  display: flex;
  align-items: center;
  background-color: #E2E2E2;
  border-radius: 6px;
  height: 14px;
  color: #6B6F81;
  padding-left: 7px;
  padding-right: 7px;
  transition: all 0.25s ease-out; }

.header__subnav-bubble.is-active {
  color: #FFFFFF;
  background-color: #CC9F66; }

.header__subnav-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  border: 1px solid #E2E2E2;
  color: #CC9F66; }

.header__navicon {
  position: relative;
  width: 18px;
  height: 16px;
  margin-left: 18px;
  cursor: pointer;
  z-index: 100; }
  .header__navicon span,
  .header__navicon span:before,
  .header__navicon span:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #E2E2E2; }
  .header__navicon span:before,
  .header__navicon span:after {
    content: ''; }
  .header__navicon span {
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 0.25s ease-out, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .header__navicon span:before {
    top: -7px;
    transition: background-color 0.25s ease-out, top 0.1s 0.15s ease, opacity 0.1s ease; }
  .header__navicon span:after {
    bottom: -7px;
    transition: background-color 0.25s ease-out, bottom 0.1s 0.15s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.header__navicon:hover,
.header__navicon:focus {
  outline: 0; }
  .header__navicon:hover span,
  .header__navicon:hover span:before,
  .header__navicon:hover span:after,
  .header__navicon:focus span,
  .header__navicon:focus span:before,
  .header__navicon:focus span:after {
    background-color: #BBBDBF; }

.header__navicon.is-active span {
  transform: translateY(-50%) rotate(45deg);
  transition: background-color 0.25s ease-out, transform 0.1s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

.header__navicon.is-active span:before {
  top: 0;
  opacity: 0;
  transition: background-color 0.25s ease-out, top 0.1s ease, opacity 0.15s ease; }

.header__navicon.is-active span:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: background-color 0.25s ease-out, bottom 0.1s ease, transform 0.1s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

#languageSelect {
  width: 64px; }
  #languageSelect .form__select {
    position: absolute;
    left: 0px;
    top: -20px;
    padding-left: 11px; }
  #languageSelect .form__select-img {
    position: absolute;
    top: -8px; }

.person-logo {
  margin-right: 8px; }

.header__login-name {
  color: #2A8C92;
  font-weight: 600; }

/* Header end */
.page-header {
  margin-bottom: 10px; }

.page-header--alt {
  background-color: #1E6468;
  padding-top: 22px;
  padding-bottom: 18px;
  margin-bottom: 0px; }
  @media (min-width: 769px) {
    .page-header--alt {
      display: flex;
      align-items: center;
      justify-content: space-between; } }

@media (min-width: 500px) {
  .page-header__inner {
    display: flex; } }

.page-header__inner--mobile-centred {
  text-align: center; }
  @media (min-width: 500px) {
    .page-header__inner--mobile-centred {
      text-align: left; } }

.page-header .slider {
  width: 170px;
  margin-right: 38px;
  margin-bottom: 14px; }

.page-header__inner--mobile-centred .slider {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 500px) {
    .page-header__inner--mobile-centred .slider {
      margin-left: 0;
      margin-right: 38px; } }

.page-header__img-container {
  margin-right: 38px;
  margin-bottom: 14px; }
  .page-header__img-container.small {
    flex: none; }
  .page-header__img-container .image-caption, .page-header__img-container .image-credit {
    font-size: 14px; }
  @media (min-width: 500px) {
    .page-header__img-container {
      margin-bottom: 0;
      flex: 1; } }
  .page-header__img-container span:not(.sr-bdsash) {
    font-size: 14px;
    color: #6B6F81;
    line-height: 15px;
    display: table; }
    .page-header__img-container span:not(.sr-bdsash):first-of-type {
      margin-top: 6px; }

.page-header__inner--mobile-centred .page-header__img-container {
  margin-right: 0; }
  @media (min-width: 500px) {
    .page-header__inner--mobile-centred .page-header__img-container {
      margin-right: 38px; } }

.page-header__img {
  display: block;
  width: 90px;
  height: auto; }
  @media (min-width: 769px) {
    .page-header__img {
      width: 120px; } }
  @media (min-width: 1000px) {
    .page-header__img {
      width: 170px; } }
  .page-header__img.auto {
    width: auto; }

.page-header__inner--mobile-centred .page-header__img {
  margin: auto auto; }
  @media (min-width: 500px) {
    .page-header__inner--mobile-centred .page-header__img {
      margin: 0; } }

.page-header__img--news {
  display: block;
  max-width: 100%;
  margin-bottom: 10px; }

@media (min-width: 500px) {
  .page-header__content {
    flex: 3; } }

.page-header__content--flexed {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  width: 100%; }

.page-header__title {
  font-size: 24px;
  /*padding-right: 16px;*/
  margin-bottom: 6px; }
  @media (min-width: 769px) {
    .page-header__title {
      font-size: 30px; } }
  .page-header__title span {
    font-size: 22px;
    line-height: 24px; }
  .page-header__title b {
    font-weight: normal; }

.mobile-title {
  display: block; }
  @media (min-width: 500px) {
    .mobile-title {
      display: none; } }

.web-title {
  display: none; }
  @media (min-width: 500px) {
    .web-title {
      display: block; } }

.add-work .page-header__title {
  font-size: 22px; }

.page-header--alt .page-header__title {
  margin-bottom: 12px; }
  @media (min-width: 769px) {
    .page-header--alt .page-header__title {
      margin-bottom: 0;
      flex: 1;
      padding-right: 32px; } }

.page-header__title--without-margin {
  margin-bottom: 0; }

.page-header--alt .page-header__title {
  color: #FFFFFF; }

.page-header__total {
  font-weight: bold;
  font-size: 20px;
  color: #AC2B27;
  line-height: 1; }
  @media (min-width: 769px) {
    .page-header__total {
      font-size: 24px; } }

.page-header__subtitle {
  font-size: 15px;
  line-height: 21px;
  color: #6B6F81;
  margin-bottom: 10px; }
  .page-header__subtitle.page-header__subtitle--without-margin {
    margin-bottom: 0; }

.page-header__subtitle + .page-header__subtitle {
  margin-bottom: 0;
  margin-top: -5px; }

.page-header__subtitle + .page-header__composer {
  margin-top: 0; }

.page-header__composer {
  font-family: "Merriweather", sans-serif;
  color: #CC9F66;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0.3em; }
  .page-header__composer a {
    color: inherit; }

.page-header__field-container {
  margin-top: 4px;
  margin-bottom: 8px; }

.page-header__field {
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  font-weight: 400; }

.page-header__buttons {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin-top: 28px; }

.page-header__inner--mobile-centred .page-header__buttons {
  justify-content: center; }
  @media (min-width: 500px) {
    .page-header__inner--mobile-centred .page-header__buttons {
      justify-content: flex-start; } }

@media (min-width: 500px) {
  .page-header__buttons-mobile {
    display: none; } }

.page-header__buttons-full {
  display: none; }
  @media (min-width: 500px) {
    .page-header__buttons-full {
      display: block; } }

.page-header__buttons .button:last-of-type {
  margin-right: 27px; }

.page-header__buttons .button {
  margin-right: 7px;
  margin-bottom: 7px; }

.page-header__note {
  margin-top: 6px; }

.page-header__note p {
  font-size: 13px;
  line-height: 18px; }

.page-header__tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px; }

.page-header__tag {
  display: flex;
  align-items: center;
  margin-right: 42px;
  margin-bottom: 6px;
  font-size: 14px;
  color: #6B6F81;
  line-height: 1;
  cursor: pointer;
  transition: color 0.25s ease-out; }

.page-header__tag:hover,
.page-header__tag:focus {
  color: #2A8C92; }

.page-header__tag-image {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 8px; }

.page-header__dropdown-container {
  text-align: right; }

.page-header__wrapper {
  font-family: "Merriweather", sans-serif;
  color: #1E6468;
  font-size: 22px; }
  @media (min-width: 769px) {
    .page-header__wrapper {
      font-size: 28px; } }
  .page-header__wrapper h1 {
    display: inline; }

.page-header--syllabus .page-header__img-container {
  flex: 0 1 auto; }
  @media (max-width: 768px) {
    .page-header--syllabus .page-header__img-container {
      margin-bottom: 10px; } }

.page-header--syllabus .page-header__content {
  flex: 1 1 auto; }

.page-header--syllabus .page-header__inner {
  justify-content: space-between;
  display: block;
  margin-bottom: 10px; }
  @media (min-width: 769px) {
    .page-header--syllabus .page-header__inner {
      display: flex;
      margin-bottom: 0; } }

.prefooter {
  padding-top: 22px;
  padding-right: 48px;
  padding-bottom: 20px;
  padding-left: 48px;
  text-align: center;
  background-color: #CC9F66;
  color: #FFFFFF;
  border: 1px solid #E2E2E2; }
  @media (min-width: 500px) {
    .prefooter {
      margin-top: 8px;
      padding-top: 44px;
      padding-bottom: 52px; } }

.prefooter--alt {
  background-color: #43969E; }

.prefooter__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative; }

.prefooter__inner-justify-start {
  justify-content: flex-start; }

.prefooter__totals {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  color: #FFFFFF;
  width: 100%; }

/*.prefooter__dropdown {
  display: none;
  margin-right: 28px;

  @include media-query(small) {
    display: block;
  }
}*/
.prefooter__vat {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
  margin-right: 20px; }
  @media (min-width: 500px) {
    .prefooter__vat {
      font-size: 17px; } }

.prefooter__total {
  font-size: 17px;
  line-height: 1;
  font-weight: 900; }
  @media (min-width: 500px) {
    .prefooter__total {
      font-size: 24px; } }

.prefooter__button {
  margin-top: 12px; }

.prefooter__buttons-left {
  margin-top: 12px;
  width: 100%; }
  @media (min-width: 500px) {
    .prefooter__buttons-left {
      width: 50%;
      text-align: left; } }

.prefooter__buttons-right {
  margin-top: 12px;
  width: 100%; }
  @media (min-width: 500px) {
    .prefooter__buttons-right {
      width: 50%;
      text-align: right; } }

.prefooter__title {
  font-size: 19px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.2em; }
  @media (min-width: 500px) {
    .prefooter__title {
      font-size: 22px; } }
  @media (min-width: 769px) {
    .prefooter__title {
      font-size: 30px; } }

.prefooter__title a {
  color: #FFFFFF;
  transition: border-bottom-color 0.15s ease-out;
  border-bottom: 1px solid transparent; }
  .prefooter__title a:hover, .prefooter__title a:focus {
    color: #FFFFFF;
    text-decoration: none;
    border-bottom-color: #FFFFFF; }
  @media (min-width: 500px) {
    .prefooter__title a {
      border-bottom-width: 2px; } }
  .prefooter__title a i {
    padding-right: 10px;
    position: relative;
    top: -2px; }
    @media (min-width: 769px) {
      .prefooter__title a i {
        font-size: 28px; } }

.prefooter__subtitle {
  font-weight: 300; }

.footer {
  background-color: #FFFFFF;
  padding-top: 68px;
  padding-bottom: 62px; }
  @media (min-width: 500px) {
    .footer {
      margin-top: 15px;
      padding-top: 38px;
      padding-bottom: 50px; } }
  @media (min-width: 1000px) and (max-width: 1366px) {
    .footer {
      margin-top: 15px;
      padding-top: 30px;
      padding-bottom: 30px; } }

.footer-nav {
  max-width: 1240px;
  margin: auto auto;
  padding-right: 48px;
  padding-left: 48px; }

.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  color: #BBBDBF;
  margin: 0 0 15px 0;
  white-space: nowrap; }
  @media (min-width: 1367px) {
    .footer-nav__list {
      margin: 0 0 30px 0; } }
  @media (min-width: 500px) {
    .footer-nav__list {
      justify-content: center; } }

.footer-nav__logos {
  margin-top: 20px;
  text-align: center; }
  .footer-nav__logos > img {
    display: block;
    margin: 0 auto; }
    .footer-nav__logos > img.logo--bh {
      width: 160px; }
    .footer-nav__logos > img.logo--concord {
      margin-top: 5px;
      height: 7.5px; }

.footer-nav__copyright {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  color: #6B6F81; }

.footer-nav__item {
  flex-basis: 100%;
  margin-bottom: 20px;
  padding-right: 12px; }
  @media (min-width: 500px) {
    .footer-nav__item {
      width: auto;
      padding-right: 16px;
      padding-left: 16px;
      margin-bottom: 12px;
      flex-basis: auto; } }

@media (min-width: 500px) {
  .footer-nav__item:not(:last-of-type) {
    border-right: 1px #E2E2E2 solid; } }

.footer-nav__item a {
  transition: color 0.25s ease-out;
  color: #6B6F81; }

.footer-nav__item a:hover,
.footer-nav__item a:focus {
  color: #2A8C92; }

.list {
  margin: 0;
  padding-top: 0;
  list-style: none; }
  @media (min-width: 769px) {
    .list {
      padding-top: 10px; }
      .list.spotify {
        padding-top: 16px; } }
  .list.film li h3 {
    margin-top: 6px; }

@media (min-width: 500px) {
  .list--split {
    display: flex;
    flex-wrap: wrap; } }

.list--no-padding {
  padding-top: 0; }

.list--padding-top {
  padding-top: 30px; }

.list--padding-bottom {
  padding-bottom: 30px; }

.list--text-links {
  margin-bottom: 32px; }

@media (min-width: 500px) {
  .list--rows {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }

@media (min-width: 769px) {
  .list--two-per-row .list-item {
    flex: 2 0 50%; } }

@media (min-width: 769px) {
  .list--three-per-row .list-item {
    flex: 3 0 33%; } }

@media (min-width: 769px) {
  .list--two-one-per-row .list-item {
    width: 33.3%; } }

@media (min-width: 769px) {
  .list--two-one-per-row .list-item:first-of-type {
    width: calc(68.4% - 16px); } }

@media (min-width: 500px) {
  .list--with-borders .list-item {
    border-right: 1px solid #E2E2E2;
    border-top: 1px solid #E2E2E2;
    padding: 16px 8px; } }

@media (min-width: 769px) {
  .list--with-borders .list-item {
    padding: 32px 16px; } }

@media (min-width: 1000px) {
  .list--with-borders .list-item {
    padding: 32px; } }

@media (min-width: 500px) {
  .list--two-per-row.list--with-borders .list-item:nth-of-type(-n + 2),
  .list--three-per-row.list--with-borders .list-item:nth-of-type(-n + 3) {
    border-top: 0; } }

.list--with-top-border {
  margin-top: 16px; }
  @media (min-width: 500px) {
    .list--with-top-border {
      border-top: 1px solid #E2E2E2;
      margin-top: 0px; } }

@media (min-width: 500px) {
  .list--two-per-row.list--with-borders .list-item:nth-of-type(2n),
  .list--three-per-row.list--with-borders .list-item:nth-of-type(3n),
  .list--two-per-row.list--with-borders .list-item:last-of-type,
  .list--three-per-row.list--with-borders .list-item:last-of-type {
    border-right: 0; } }

.explore .list-item {
  padding-bottom: 25px; }
  .explore .list-item .list-item__image {
    margin-bottom: 10px;
    max-width: 223px; }

.list-item {
  display: block;
  width: 100%;
  padding-bottom: 16px; }
  .list-item.no-padding {
    padding-bottom: 5px; }
  @media (min-width: 500px) {
    .list-item {
      padding-bottom: 32px; } }

.list-item--no-right-border {
  border-right: 0; }

@media (min-width: 769px) {
  .list-item--pairing {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; } }

/*  */
.list-item--whole-words {
  white-space: nowrap; }

.list--split .list-item {
  padding-bottom: 16px;
  line-height: 1.4; }
  @media (min-width: 500px) {
    .list--split .list-item {
      width: 50%;
      padding-right: 32px; } }

.list-item--centred {
  text-align: center; }

.list--text-links .list-item {
  padding-bottom: 12px; }

.list--text-links a {
  font-weight: 400;
  color: #AC2B27;
  text-decoration: underline;
  letter-spacing: 0.01em;
  transition: color 0.25s ease-out; }

.list--text-links a:hover,
.list--text-links a:focus {
  color: #2A8C92; }

.list-item__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 23px; }

.list-item__image--square {
  width: 140px;
  max-width: 50%;
  margin-right: auto;
  margin-left: auto; }

.list-item__image--shophome {
  max-height: 150px;
  margin-right: auto;
  margin-left: auto; }

.list-item__pre-title {
  font-family: "Merriweather", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #CC9F66;
  margin-bottom: 8px; }
  .list-item__pre-title a {
    color: #CC9F66; }

.list-item__title, .letter {
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  color: #AC2B27;
  margin-bottom: 4px; }
  .list-item__title a, .letter a {
    color: #AC2B27; }
  @media (min-width: 500px) {
    .list-item__title, .letter {
      font-size: 24px; } }
  .list-item__title .normal-text, .letter .normal-text {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 1em;
    color: #000000;
    font-weight: normal;
    font-style: normal; }
    @media (min-width: 500px) {
      .list-item__title .normal-text, .letter .normal-text {
        font-size: 17px; } }

.list-item__title--alt {
  font-family: "Merriweather", sans-serif;
  font-weight: normal;
  color: #CC9F66; }
  .list-item__title--alt a {
    color: #CC9F66; }

.list-item__title--small {
  font-size: 17px;
  line-height: 22px; }

.list-item__title--shop {
  color: #43969E; }

.list-item__subtitle {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 8px;
  margin-bottom: 14px;
  color: #6B6F81; }
  @media (min-width: 500px) {
    .list-item__subtitle {
      font-size: 15px; } }
  .list-item__subtitle + a {
    display: inline-block; }

.list-item__links {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px; }
  .list-item__links.margin-top {
    margin-top: 50px; }
  .list-item__links.shop {
    display: block; }
    .list-item__links.shop a {
      display: block; }

a.list-item__link,
.list-item__link {
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #2A8C92;
  margin-bottom: 8px; }

.list-item__link:not(:last-of-type) {
  margin-right: 20px; }

.list-item--highlight {
  background-color: #F4F5FA; }

.list-item__pairing {
  margin-top: 16px; }
  @media (min-width: 769px) {
    .list-item__pairing {
      text-align: right;
      margin-top: 0; } }

.list-item__pairing-title {
  color: #464855;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 900;
  margin-bottom: 8px; }

.product__image {
  width: 100%;
  height: auto; }

.prod-img {
  width: auto; }

/*********Licencing Progress Bar***********/
.licensing-progressbar ul {
  list-style: none;
  margin: 20px 0; }
  .licensing-progressbar ul li {
    display: inline-block;
    padding: 10px 32px 10px 10px;
    font-family: "Lato", sans-serif; }
    @media (min-width: 769px) {
      .licensing-progressbar ul li {
        display: inline-block;
        padding: 10px 18px 10px 10px; } }
    @media only screen and (max-width: 800px) {
      .licensing-progressbar ul li {
        padding: 10px;
        display: block;
        margin-bottom: 5px; } }
    @media only screen and (min-width: 1000px) and (max-width: 1120px) {
      .licensing-progressbar ul li {
        padding: 10px 0px 10px 10px; } }
    .licensing-progressbar ul li .title {
      color: #1E6468;
      padding: 10px 5px; }
      .licensing-progressbar ul li .title strong {
        font-weight: normal; }
    .licensing-progressbar ul li .num {
      background: #CC9F66;
      color: #FFFFFF;
      padding: 10px;
      border-radius: 4px; }
    .licensing-progressbar ul li.active .num {
      background: #1E6468;
      color: #FFFFFF; }
    .licensing-progressbar ul li.active .title {
      color: #1E6468;
      background: #F4F5FA;
      border: 1px solid #F4F5FA;
      border-radius: 4px;
      padding: 10px 5px; }

/**********Generic list layout styles**************/
.generic-list {
  text-align: center; }
  .generic-list a:hover {
    color: #1E6468; }
  @media (min-width: 500px) {
    .generic-list {
      display: flex;
      text-align: inherit; } }
  .generic-list.list--lightbox .generic-list-left {
    width: 100%; }
    @media (min-width: 500px) {
      .generic-list.list--lightbox .generic-list-left {
        min-width: 190px;
        max-width: 190px; } }
    @media (min-width: 769px) {
      .generic-list.list--lightbox .generic-list-left {
        margin-right: 30px; } }
    .generic-list.list--lightbox .generic-list-left img {
      max-width: 100%; }
  .generic-list .button {
    margin-top: 1em; }
  .generic-list p {
    /* Override default paragraph styles for Markdown-generated content in lists */
    font-size: inherit;
    line-height: inherit;
    color: inherit; }

.list-item .generic-list-small {
  display: flex;
  text-align: inherit;
  margin-bottom: 16px;
  padding-right: 16px; }

.generic-list-left {
  width: 120px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 14px;
  margin-left: auto; }
  .generic-list-left a {
    position: relative; }
    .generic-list-left a .cliptype {
      position: absolute;
      top: 0; }
  .generic-list-left.no-mobile-style {
    margin-bottom: 0;
    margin-left: 0 !important;
    margin-right: 16px !important;
    flex: 1;
    width: auto;
    min-width: 80px;
    max-width: 120px; }
  @media (min-width: 500px) {
    .generic-list-left {
      margin-bottom: 0;
      margin-left: 0;
      margin-right: 16px;
      flex: 1;
      width: auto;
      min-width: 80px;
      max-width: 120px; } }
  @media (min-width: 769px) {
    .generic-list-left {
      margin-right: 32px; } }

@media (min-width: 500px) {
  .generic-list-right {
    flex: 1; } }

.generic-list-small .generic-list-left {
  width: auto;
  min-width: 50px;
  max-width: 50px;
  margin: auto; }
  @media (min-width: 500px) {
    .generic-list-small .generic-list-left {
      margin: 0 18px 0 0; } }

.generic-list-image {
  width: 100%;
  height: auto; }

.generic-list-small .generic-list-image {
  max-width: 50px; }

.generic-list-title {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.3;
  color: #1E6468; }

.generic-list-text2 {
  font-size: 14px;
  font-weight: bold;
  color: #CC9F66;
  margin-bottom: 4px; }

.generic-list-text3 {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
  color: #6B6F81; }
  .generic-list-text3 + .generic-list-text3 {
    margin-top: 1em; }

.PSTitle {
  font-size: 30px;
  margin-bottom: 15px;
  padding-bottom: 10px; }
  .PSTitle span {
    font-size: 15px;
    line-height: 21px;
    color: #6B6F81;
    display: block;
    font-family: "Lato", sans-serif;
    font-weight: 300; }

.prodlist-container .results {
  padding: 0 !important; }

.paging {
  width: 100%; }

.pageCount {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #2A8C92;
  margin-bottom: 5px;
  padding: 4px 10px 0 0; }

.connect .twitter .product--mini {
  margin-top: 10px;
  position: relative; }

.connect .spotify h2 + iframe {
  margin-top: 10px; }

.connect .spotify .list-item {
  padding-bottom: 0;
  height: 160px; }
  .connect .spotify .list-item:nth-child(even) div {
    margin-left: 0; }
    @media (min-width: 769px) {
      .connect .spotify .list-item:nth-child(even) div {
        margin-left: 30px; }
        .connect .spotify .list-item:nth-child(even) div iframe {
          width: 100%; } }

.connect .spotify .list-item__title {
  margin-bottom: 15px; }

.connect .product iframe {
  width: 95%; }

.block.basket {
  overflow-x: auto; }

.buy-related {
  margin: 10px 0;
  padding: 5px;
  border: 1px solid #E2E2E2; }
  .buy-related .list-item {
    padding-bottom: 16px; }
    .buy-related .list-item .offer {
      margin-top: 8px; }

/*****For buy related items*****/
.list-item .product__price-container {
  margin-top: 0px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  @media (min-width: 500px) {
    .list-item .product__price-container {
      justify-content: inherit; } }

.list-item .product__price {
  padding-left: 0;
  font-size: 17px;
  font-weight: 900; }

.list-item .product__price--on-sale {
  position: relative;
  font-weight: 300;
  color: #6B6F81;
  margin-right: 13px; }

.list-item .product__price--on-sale:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  background-color: #6B6F81;
  z-index: 1; }

@media (min-width: 500px) {
  .list--with-hz-border .list-item + .list-item {
    border-top: 1px solid #E2E2E2;
    padding: 16px 0; } }

@media (min-width: 769px) {
  .list--with-hz-border .list-item + .list-item {
    padding: 24px 0; } }

@media (min-width: 1000px) {
  .list--with-hz-border .list-item + .list-item {
    padding: 32px 0; } }

/* This file is where we replicate the generic-list styles but without the list */
.generic-item {
  display: block; }

.generic-leftright-item {
  display: flex;
  flex-wrap: wrap; }

.generic-left {
  width: 120px;
  margin: 0 auto 14px auto; }
  .generic-left a {
    position: relative; }
    .generic-left a .cliptype {
      position: absolute;
      top: 0; }
  @media (min-width: 500px) {
    .generic-left {
      margin-right: 16px;
      margin-bottom: 0;
      margin-left: 0;
      flex: 1;
      width: auto;
      min-width: 80px;
      max-width: 120px; } }
  @media (min-width: 769px) {
    .generic-left {
      margin-right: 32px; } }

@media (min-width: 500px) {
  .generic-right {
    flex: 1; } }

.link-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-top: 10px; }

.link-list__item {
  display: block;
  font-size: 15px;
  line-height: 1;
  color: #43969E;
  border-bottom: 1px solid rgba(67, 150, 158, 0.5);
  margin-bottom: 10px; }
  .link-list__item:hover {
    border-bottom: none; }
  .link-list__item.no-underline {
    border-bottom: none; }
  .link-list__item.dd-menu {
    position: relative; }
    .link-list__item.dd-menu:after {
      content: "";
      background: url(/img_s/vector/arrow--down-grey.svg) no-repeat;
      width: 12px;
      height: 12px;
      position: absolute;
      top: 5px;
      right: -15px; }

.link-list__item:not(:last-of-type) {
  margin-right: 32px; }

.feature-module--composer .feature-module__content--left {
  position: relative;
  z-index: 1;
  padding-top: 14px;
  padding-right: 24px; }
  @media (min-width: 500px) {
    .feature-module--composer .feature-module__content--left {
      max-width: 66%;
      padding-top: 24px;
      padding-right: 0; } }
  @media (min-width: 769px) {
    .feature-module--composer .feature-module__content--left {
      max-width: 50%; } }
  @media (min-width: 1000px) {
    .feature-module--composer .feature-module__content--left {
      max-width: 66%;
      padding-top: 36px; } }
  @media (min-width: 1240px) {
    .feature-module--composer .feature-module__content--left {
      max-width: 50%;
      padding-top: 52px; } }

@media (min-width: 769px) {
  .feature-module--composer .feature-module__title {
    font-size: 34px; } }

.feature-module--composer .feature-module__image {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 50%;
  max-height: 40%;
  width: auto;
  height: auto; }
  @media (min-width: 500px) {
    .feature-module--composer .feature-module__image {
      max-width: 60%;
      max-height: 65%; } }
  @media (min-width: 769px) {
    .feature-module--composer .feature-module__image {
      max-height: 100%;
      max-width: 40%; } }
  @media (min-width: 1000px) {
    .feature-module--composer .feature-module__image {
      max-width: 40%; } }
  @media (min-width: 1240px) {
    .feature-module--composer .feature-module__image {
      max-width: 50%; } }

.feature-module--video .feature-module__description {
  margin-bottom: 0; }

.feature-module--video .feature-module__inner {
  display: block; }
  @media (min-width: 1000px) {
    .feature-module--video .feature-module__inner {
      display: flex;
      padding: 24px 32px; } }
  @media (min-width: 1240px) {
    .feature-module--video .feature-module__inner {
      padding: 32px 48px; } }

.feature-module--video .feature-module__content--left {
  margin-bottom: 20px;
  padding: 0; }
  @media (min-width: 1000px) {
    .feature-module--video .feature-module__content--left {
      padding-right: 16px;
      width: 50%;
      margin-bottom: 0; } }

.feature-module--video .feature-module__content--right {
  padding: 0; }
  @media (min-width: 1000px) {
    .feature-module--video .feature-module__content--right {
      padding-left: 16px;
      width: 50%; } }

.feature-module--opera .feature-module__description {
  margin-bottom: 1em; }

.feature-module__inner {
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #E2E2E2;
  padding: 36px 24px; }
  @media (min-width: 500px) {
    .feature-module__inner {
      padding: 24px 32px; } }
  @media (min-width: 769px) {
    .feature-module__inner {
      display: flex; } }
  @media (min-width: 1000px) {
    .feature-module__inner {
      padding: 32px 48px; } }
  @media (min-width: 1240px) {
    .feature-module__inner {
      padding: 32px 68px; } }

.feature-module__content--left {
  margin-bottom: 20px; }
  @media (min-width: 769px) {
    .feature-module__content--left {
      padding-right: 16px;
      margin-bottom: 0; } }

@media (min-width: 769px) {
  .feature-module__content--right {
    padding-left: 16px; } }

.feature-module__heading {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  color: #BBBDBF;
  text-transform: uppercase;
  margin-bottom: 0.5em; }
  @media (min-width: 500px) {
    .feature-module__heading {
      font-size: 14px;
      font-weight: 900; } }

.feature-module__title {
  font-family: "Merriweather", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 0.4em;
  color: #CC9F66; }
  @media (min-width: 769px) {
    .feature-module__title {
      font-size: 30px; } }

.feature-module__subtitle {
  font-size: 15px;
  margin-bottom: 0.5em;
  color: #6B6F81; }

.feature-module__description {
  margin-bottom: 80px; }

.feature-module__bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 32px;
  padding-right: 16px;
  padding-left: 16px;
  text-align: center; }
  @media (min-width: 500px) {
    .feature-module__bottom {
      flex-direction: row;
      justify-content: flex-start;
      margin-top: 22px;
      padding-left: 10px;
      text-align: left; } }

.feature-module__bottom .button {
  margin-bottom: 8px; }

.featured-composer__inner {
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #E2E2E2;
  padding: 48px 32px 24px 32px; }
  .featured-composer__inner.hero {
    padding: 0; }
  @media (min-width: 1000px) {
    .featured-composer__inner {
      padding: 0; } }

.featured-composer__content {
  position: relative;
  z-index: 1; }
  @media (min-width: 1000px) {
    .featured-composer__content {
      min-height: 290px; }
      .featured-composer__content .left {
        width: 50%;
        padding: 30px; }
      .featured-composer__content .right {
        width: 50%;
        padding: 30px;
        position: absolute;
        right: 0;
        top: 0; } }
  .featured-composer__content h2 {
    margin-bottom: 10px; }
  .featured-composer__content .left, .featured-composer__content .right {
    padding: 30px; }
    .featured-composer__content .left .jwplayer, .featured-composer__content .right .jwplayer {
      width: 100% !important; }
  .featured-composer__content a:hover {
    text-decoration: none; }

.featured-composer__heading {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  color: #BBBDBF;
  text-transform: uppercase;
  margin-bottom: 0.5em; }
  @media (min-width: 500px) {
    .featured-composer__heading {
      font-size: 14px;
      font-weight: 900; } }

.featured-composer__title {
  font-family: "Merriweather", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 0.4em;
  color: #CC9F66;
  max-width: 55%;
  position: relative;
  top: 30px;
  left: 40px; }
  @media (min-width: 769px) {
    .featured-composer__title {
      left: 68px; } }
  @media (min-width: 1000px) {
    .featured-composer__title {
      font-size: 30px;
      top: 70px;
      max-width: 50%; } }
  .featured-composer__title a {
    color: #CC9F66; }

.featured-composer__description {
  position: relative;
  top: 40px;
  left: 40px;
  max-width: 40%; }
  @media (min-width: 769px) {
    .featured-composer__description {
      top: 70px;
      left: 68px; } }

/*
.featured-composer__image {
  position: absolute;
  bottom: -10px;
  right: 0;
  width: auto;
  height: auto;
  max-width:100%;
  max-height:100%;
   @include media-query(medium) {
    bottom: 0;
    right: 0;
  }
   @include media-query(large) {
        width: auto;
        height: 95%;
   }
   
}

*/
.featured-composer__image {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 60%;
  max-height: 100%;
  width: auto;
  height: auto;
  /*@include media-query(small) {
        max-height: 100%;
        max-width: 40%;
    }*/
  /*@include media-query(medium) {
        max-width: 50%;
    }*/ }
  @media (min-width: 1000px) {
    .featured-composer__image {
      max-width: 70%;
      margin-right: -30px; } }
  @media (min-width: 1240px) {
    .featured-composer__image {
      max-width: 70%;
      margin-right: -50px; } }

.featured-composer__bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 32px;
  padding-right: 16px;
  padding-left: 16px;
  text-align: center; }
  @media (min-width: 500px) {
    .featured-composer__bottom {
      flex-direction: row;
      justify-content: flex-start;
      margin-top: 30px;
      padding-left: 0px;
      text-align: left;
      padding-bottom: 5px; } }

.featured-composer__bottom .button {
  margin-bottom: 8px; }

.hero .slide {
  height: 360px;
  overflow: hidden; }
  .hero .slide .featured-composer__content {
    height: 100%; }
    .hero .slide .featured-composer__content a {
      display: block;
      height: 100%; }

.shop .bx-wrapper {
  top: 0; }

.shop .list-item__image--square {
  width: auto; }

.shop .slide {
  height: 200px; }
  .shop .slide .ProductItem {
    text-align: center; }
    .shop .slide .ProductItem img {
      width: auto;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
    .shop .slide .ProductItem h3 {
      text-align: left; }

.shop .bx-pager, .shop .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 14px; }

.news .bx-wrapper {
  top: 0; }

.news .bx-pager, .news .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 0px; }

.NewsThumb {
  margin-bottom: 10px; }

.featured-audio img {
  max-width: 100%;
  width: auto; }

.no-slider .featured-composer__title {
  top: 0;
  left: 0; }
  @media (min-width: 1000px) {
    .no-slider .featured-composer__title {
      top: 70px;
      left: 68px; } }

.no-slider .featured-composer__description {
  top: 0;
  left: 0; }
  @media (min-width: 1000px) {
    .no-slider .featured-composer__description {
      top: 70px;
      left: 68px; } }
  .no-slider .featured-composer__description.list a, .no-slider .featured-composer__description.list p {
    display: block;
    margin-bottom: 4px; }

.featured__title {
  font-family: "Merriweather", sans-serif;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0.4em;
  color: #CC9F66; }

.persuals-login,
.persuals-register {
  margin-bottom: 20px; }
  .persuals-login h2,
  .persuals-register h2 {
    margin-bottom: 5px; }

.persuals .featured__title {
  font-size: 22px;
  line-height: 24px; }
  @media (min-width: 500px) {
    .persuals .featured__title {
      font-size: 24px;
      line-height: 28px; } }
  .persuals .featured__title span {
    font-weight: normal;
    padding-left: 2px; }

.cmodPage {
  margin: 20px 0; }

.composernavbox .button {
  padding: 8px 0; }

/*********Additional bx slider settings for responsiveness******************/
@media (min-width: 1000px) and (max-width: 1240px) {
  .hero .bx-wrapper .featured-composer__description {
    left: 20px; }
  .hero .bx-wrapper .featured-composer__title {
    left: 15px;
    top: 38px;
    font-size: 32px; } }

/*@media (min-width: 1000px) and (max-width: 1100px){
    .featured-composer__image {
        height: 85% !important;
    }
    .featured-composer__title{
        font-size: 30px !important;
    }
    
}

@media (min-width: 650px) and (max-width: 999px){
    .featured-composer__image {
        height: 92% !important;
    }

}*/
.page-nav {
  display: none; }
  @media (min-width: 1000px) {
    .page-nav {
      display: block; } }

.page-nav__list {
  margin: 0; }
  .page-nav__list.useful-links {
    margin-top: 50px;
    list-style: none;
    display: none; }
    @media (min-width: 500px) {
      .page-nav__list.useful-links {
        display: block; } }

.page-nav__item {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin: 0 0 14px 0; }

.page-nav__item.is-active {
  font-weight: bold; }

.page-nav__item a {
  color: #6B6F81;
  transition: color 0.25 ease-out; }

.page-nav__item a:hover,
.page-nav__item a:focus {
  color: #2A8C92; }

.page-nav__heading {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #1E6468;
  margin-bottom: 12px; }

.page-nav__item:not(:first-of-type) .page-nav__heading {
  margin-top: 32px; }

select.mobile {
  display: block;
  padding: 10px; }
  @media (min-width: 769px) {
    select.mobile {
      display: none; } }

/******* Custom menu styles **********/
.menuDiv {
  display: none;
  padding: 10px;
  border-left: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2; }
  .menuDiv.show {
    display: block; }
  .menuDiv ul {
    list-style: none; }
    .menuDiv ul li a {
      font-size: 14px; }

.results {
  margin: 20px 0 0 0; }

.rentalsrchGrad {
  padding: 0 20px; }
  @media (min-width: 500px) {
    .rentalsrchGrad {
      padding: 0; } }

.accordion {
  background-color: #FFFFFF; }

.accordion-section .faq {
  padding: 15px 20px; }

.accordion-section .button, .accordion-section h2, .accordion-section a.faqshow {
  position: relative;
  display: block;
  line-height: 18px;
  padding-right: 80px;
  word-break: break-word;
  text-decoration: none;
  margin-bottom: 10px; }
  @media (min-width: 500px) {
    .accordion-section .button, .accordion-section h2, .accordion-section a.faqshow {
      line-height: 22px; } }
  @media (min-width: 769px) {
    .accordion-section .button, .accordion-section h2, .accordion-section a.faqshow {
      line-height: 26px; } }
  .accordion-section .button:after, .accordion-section h2:after, .accordion-section a.faqshow:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 68px;
    height: 100%;
    background-color: rgba(42, 140, 146, 0.09); }
  .accordion-section .button:hover, .accordion-section h2:hover, .accordion-section a.faqshow:hover {
    text-decoration: none; }
  .accordion-section .button.active i:before, .accordion-section h2.active i:before, .accordion-section a.faqshow.active i:before {
    transform: rotate(0deg); }
  .accordion-section .button i, .accordion-section h2 i, .accordion-section a.faqshow i {
    background-color: #BBBDBF;
    display: block;
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 2px; }
    .accordion-section .button i:before, .accordion-section h2 i:before, .accordion-section a.faqshow i:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #BBBDBF;
      transform-origin: center;
      transform: rotate(90deg);
      transition: transform 0.15s ease-out; }

.accordion-section__inner {
  display: none;
  padding-top: 24px;
  padding-right: 16px;
  padding-bottom: 24px;
  padding-left: 16px; }
  @media (min-width: 500px) {
    .accordion-section__inner {
      padding-right: 32px;
      padding-left: 32px; } }
  @media (min-width: 1000px) {
    .accordion-section__inner {
      padding-top: 24px;
      padding-bottom: 48px; } }
  @media (min-width: 1240px) {
    .accordion-section__inner {
      padding-right: 48px;
      padding-left: 48px; } }

@media (min-width: 769px) {
  .accordion-section__reviews-top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 32px; } }

.accordion-section__reviews-top .button {
  display: block;
  margin: 0 auto 18px auto; }
  @media (min-width: 769px) {
    .accordion-section__reviews-top .button {
      display: inline;
      margin: 0;
      order: 2; } }

.accordion-section.performances {
  margin-top: 10px;
  position: relative; }
  .accordion-section.performances .accordion-section__inner {
    padding: 0; }

.close-page {
  position: absolute;
  right: 0;
  top: 0; }

.load-accordion {
  margin: 20px 0 0 0; }

.revealcontents {
  padding: 0 20px; }
  .revealcontents.shop .pp-infopop-body p {
    margin: 8px 0; }

.showhideareabar a {
  position: relative;
  display: block;
  line-height: 26px;
  padding-right: 80px;
  word-break: break-word;
  text-decoration: none;
  margin-bottom: 10px; }
  .showhideareabar a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 68px;
    height: 100%;
    background-color: rgba(42, 140, 146, 0.09); }
  .showhideareabar a:hover {
    text-decoration: none; }
  .showhideareabar a.active i:before {
    transform: rotate(0deg); }
  .showhideareabar a i {
    background-color: #BBBDBF;
    display: block;
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 2px; }
    .showhideareabar a i:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #BBBDBF;
      transform-origin: center;
      transform: rotate(90deg);
      transition: transform 0.15s ease-out; }

ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-bottom: 1px solid #E2E2E2; }
  @media (min-width: 769px) {
    ul.tabs {
      display: flex;
      margin-top: 20px; } }
  ul.tabs li {
    background: none;
    border-left: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
    border-top: 1px solid #E2E2E2;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.2;
    color: #6B6F81;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    padding: 10px;
    cursor: pointer;
    position: relative;
    top: 1px; }
    ul.tabs li a {
      display: block; }
      ul.tabs li a:hover {
        text-decoration: none; }
    @media (min-width: 769px) {
      ul.tabs li {
        flex: 1; } }
    ul.tabs li.current, ul.tabs li.active {
      color: #2A8C92;
      background-color: #F4F5FA;
      font-weight: 400; }
    ul.tabs li:hover {
      color: #2A8C92;
      background-color: #F4F5FA; }

.tab-content {
  display: none;
  padding: 15px;
  border-top: 1px solid #E2E2E2; }
  .tab-content.current {
    display: block; }
  .tab-content label span {
    display: inline-block; }
  .tab-content .form__select-outer {
    margin: 5px 0 15px; }

.tabs-form {
  padding: 20px 10px; }
  .tabs-form .form__select-outer {
    margin-bottom: 5px; }
  .tabs-form .form__input-container {
    margin: 10px 0; }

.tabs-container {
  padding: 15px 10px; }

.popupBackground {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000; }

.popupContainer {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  margin-left: -275px;
  margin-top: -155px;
  padding: 10px;
  transition-property: margin, height;
  transition-duration: 250ms; }
  .popupContainer.large {
    width: 700px; }
  .popupContainer.small {
    width: 350px; }
  @media (min-width: 500px) {
    .popupContainer {
      width: 100%; } }
  @media (min-width: 769px) {
    .popupContainer {
      width: 530px; } }
  .popupContainer .popupBox {
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); }

.popupBox {
  width: 100%;
  text-align: left; }

.popupBox.popupEmbed {
  margin: 20px auto; }

.loginBox.popupBox.popupEmbed {
  margin: 50px auto; }

.popupBox input, .popupBox select, .popupBox textarea, .popupBox label {
  box-sizing: border-box; }

.popupBox > h2 {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #E2E2E2;
  padding: 0.8em;
  margin: 0; }

.popupBox > div.popupContent {
  background: #FFFFFF;
  padding: 20px; }

.popupBox > div.popupContent:after {
  clear: both;
  content: "";
  display: block; }

.popupBox > div.popupContent.popupMinHeight {
  min-height: 295px;
  padding-bottom: 55px;
  position: relative; }

.popupContent.popupMinHeight > .popupFooter {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px; }

a.popupCloseBtn {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 1.50em 1.5em;
  background: none;
  border: 0;
  z-index: 100; }
  a.popupCloseBtn .button__indicator {
    width: 50px; }
  a.popupCloseBtn .button__img--plus {
    width: 28px;
    height: 28px; }
  @media (min-width: 769px) {
    a.popupCloseBtn {
      padding: 1.65em 1.7em; } }
  a.popupCloseBtn:hover {
    background-color: rgba(67, 150, 158, 0.09);
    padding: 1.5em 1.5em; }
    @media (min-width: 769px) {
      a.popupCloseBtn:hover {
        padding: 1.65em 1.5em; } }

.popupBox .valignMid {
  display: inline-block;
  padding: 10px 0; }

.recaptcha + .valignMid {
  margin-left: 17px; }

.popupBox .recaptcha.err {
  background: #F8ABA2;
  background: rgba(255, 102, 85, 0.5);
  margin: -3px -1px -1px -2px;
  padding: 3px 1px 1px 3px; }

.popupBox .recapML {
  float: right;
  width: 170px; }

.popupBox .recapML > .recaptcha {
  margin: 0;
  float: right; }

.popupBox .recapML > .recaptcha.err {
  padding: 6px 0 0 6px; }

label.err > .popupInput {
  border-color: #faa; }

.popupBox p {
  margin: 0 0 5px 0; }
  .popupBox p.spacing {
    margin-bottom: 10px; }
    @media (min-width: 769px) {
      .popupBox p.spacing {
        margin-bottom: 35px; } }

.popupBox a.link {
  transition: all 0.25s ease-out;
  color: #2A8C92; }
  .popupBox a.link:hover, .popupBox a.link:focus {
    color: #CC9F66;
    text-decoration: underline; }

.popupBox .tabs {
  background: #FFFFFF;
  padding-top: 10px; }
  .popupBox .tabs li {
    padding: 10px 15px; }
    .popupBox .tabs li a {
      color: #6B6F81; }

.popupRow.largeText {
  font-size: 1.15em; }

.popupRow label.err,
.popupGroup.err,
.loginMsgGroup.err {
  border-left: 5px solid #f65;
  border-radius: 3px;
  background-color: #F8ABA2;
  background-color: rgba(255, 102, 85, 0.5); }

.popupGroup.err {
  padding: 5px 0; }

.popupGroup.err:after {
  display: block;
  content: "";
  clear: both; }

.popupMsg {
  border-left: 5px solid transparent;
  border-radius: 3px;
  padding: 5px 10px 5px 5px;
  margin: 3px 0;
  display: inline-block;
  font-weight: bold;
  color: #333; }

.popupMsg.err {
  border-left-color: #f65;
  background-color: #F8ABA2;
  background-color: rgba(255, 102, 85, 0.5); }

.popupMsg.ok {
  border-left-color: #6c6;
  background-color: #AAD8AA;
  background-color: rgba(100, 192, 100, 0.5); }

.popupMsg.warn {
  border-left-color: #fc3;
  background-color: #F8DC91;
  background-color: rgba(255, 200, 50, 0.5); }

.login {
  text-align: left; }
  @media (min-width: 769px) {
    .login {
      display: flex;
      text-align: inherit; } }

.login__left {
  margin: 0 auto;
  padding: 10px; }
  @media (min-width: 500px) {
    .login__left {
      margin-right: 16px;
      flex: 1.5; } }
  @media (min-width: 769px) {
    .login__left {
      margin: 0 16px 14px auto; } }

.login__right {
  flex: 1; }

#popup.popupContainer {
  z-index: 10000; }
  #popup.popupContainer a.popupCloseBtn {
    top: 0;
    right: 0;
    transition: none;
    padding: 1.50em 1.5em; }
    @media (min-width: 769px) {
      #popup.popupContainer a.popupCloseBtn {
        padding: 1.40em 1.7em; } }
    #popup.popupContainer a.popupCloseBtn:hover {
      padding: 1.40em 1.25em; }

.sb_links_popup_wrapper {
  position: absolute;
  left: 0;
  right: 0; }

.sb_popup a, .sb_popup p {
  color: #000000; }

.sb_popup > p + p {
  border-top-color: #6B6F81; }

.sb_arrow10 {
  background-color: #F4F5FA;
  border-color: #BBBDBF; }

.sb_arrow10:after {
  border-color: rgba(187, 189, 191, 0); }

.sb_arrow10:before {
  border-color: rgba(244, 245, 250, 0); }

.sb_arrow10.top:after {
  border-bottom-color: #F4F5FA; }

.sb_arrow10.top:before {
  border-bottom-color: #BBBDBF; }

.sb_arrow10.left:after {
  border-right-color: #F4F5FA; }

.sb_arrow10.left:before {
  border-right-color: #BBBDBF; }

.sb_popup {
  position: absolute;
  display: none;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  z-index: 1000;
  top: -20px;
  font-size: 15px; }
  .sb_popup a {
    font-weight: bold;
    text-decoration: none; }
    .sb_popup a:hover {
      text-decoration: underline; }
  .sb_popup a.nolink {
    pointer-events: none;
    text-decoration: none;
    padding-top: 10px;
    display: block; }
  .sb_popup ul, .sb_popup li, .sb_popup p {
    font-size: inherit; }
  .sb_popup li {
    padding: 3px 0; }
  .sb_popup p {
    margin: 0; }
  .sb_popup > p + p {
    border-top: 1px dotted #6B6F81;
    margin-top: 0.5em;
    padding-top: 0.5em;
    color: #000000; }
  .sb_popup span {
    display: block; }

/****Arrow styles*****/
/* Arrow box	*/
.sb_arrow10 {
  background: #F4F5FA;
  border: 2px solid #BBBDBF;
  /*position: relative;*/ }

.sb_arrow10:after, .sb_arrow10:before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  -moz-transform: rotate(0.05deg); }

.sb_arrow10:after {
  border-color: rgba(244, 245, 250, 0);
  border-width: 10px; }

.sb_arrow10:before {
  border-color: rgba(187, 189, 191, 0);
  border-width: 13px; }

/* Top arrow	*/
.sb_arrow10.top:after, .sb_arrow10.top:before {
  bottom: 100%;
  left: 50%; }

.sb_arrow10.top:after {
  border-bottom-color: #F4F5FA;
  margin-left: -10px; }

.sb_arrow10.top:before {
  border-bottom-color: #BBBDBF;
  margin-left: -13px; }

.sb_arrow10.top.topright:after, .sb_arrow10.top.topright:before {
  left: 80%; }

/* Left arrow	*/
.sb_arrow10.left:after, .sb_arrow10.left:before {
  right: 100%;
  top: 50%; }

.sb_arrow10.left:after {
  border-right-color: #F4F5FA;
  margin-top: -10px; }

.sb_arrow10.left:before {
  border-right-color: #BBBDBF;
  margin-top: -13px; }

.syllabus-selector {
  border: 1px solid;
  margin: 10px 0;
  padding: 10px 15px 10px 50px;
  display: block;
  position: relative; }
  @media (min-width: 1000px) {
    .syllabus-selector {
      display: flex;
      align-items: center;
      padding: 15px 15px 15px 100px;
      min-height: 120px; } }
  .syllabus-selector > div {
    padding: 5px 0; }
    @media (min-width: 1000px) {
      .syllabus-selector > div {
        padding: 0; } }
  .syllabus-selector .number {
    font-weight: bold;
    margin-right: 10px; }
    @media (min-width: 1000px) {
      .syllabus-selector .number {
        font-size: 30px;
        margin-right: 30px; } }
  .syllabus-selector .label {
    font-weight: 500;
    display: flex;
    margin-right: 5%; }
    @media (min-width: 1000px) {
      .syllabus-selector .label {
        align-items: center; } }
  .syllabus-selector .content {
    font-weight: 500; }
  .syllabus-selector .shsy_submit {
    width: 150px; }
  .syllabus-selector option:hover {
    background: #1E6468; }
  .syllabus-selector.syllabus-selector--tick {
    background: url(/unique/images/SY-WizTick.png) no-repeat 5px 50%; }
    @media (min-width: 1000px) {
      .syllabus-selector.syllabus-selector--tick {
        background-position-x: 20px; } }
  .syllabus-selector.syllabus-selector--arrow {
    background: url(/unique/images/SY-WizArrow.png) no-repeat 5px 50%; }
    @media (min-width: 1000px) {
      .syllabus-selector.syllabus-selector--arrow {
        background-position-x: 20px; } }

.syllabus-selector__section {
  padding-top: 22px;
  padding-right: 18px;
  padding-bottom: 20px;
  padding-left: 18px; }
  @media (min-width: 500px) {
    .syllabus-selector__section {
      display: flex;
      align-items: baseline; } }
  @media (min-width: 769px) {
    .syllabus-selector__section {
      padding-right: 36px;
      padding-left: 36px; } }

.syllabus-selector__section:not(:last-of-type) {
  border-bottom: 1px solid #E2E2E2; }

.syllabus-selector__label {
  margin-bottom: 16px; }
  @media (min-width: 500px) {
    .syllabus-selector__label {
      width: 224px; } }

@media (min-width: 500px) {
  .syllabus-selector__picker {
    flex: 1; } }

.shsy_gradebtn {
  width: 40px;
  padding: 12px;
  margin-bottom: 4px;
  text-transform: none; }
  .shsy_gradebtn.W {
    width: 84px; }
  .shsy_gradebtn.WW {
    width: 127px; }
  .shsy_gradebtn.shsy_gradebtn_sel, .shsy_gradebtn.shsy_gradebtn_sel:hover {
    font-weight: bold; }
  .shsy_gradebtn.shsy_gradebtn_disabled {
    cursor: default;
    color: #cccccc; }
    .shsy_gradebtn.shsy_gradebtn_disabled:hover {
      color: #cccccc; }

.shsy_wrapper {
  position: relative; }

.shsy_whiteout {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  opacity: 0.85;
  filter: alpha(opacity=85); }

.syllabus-header {
  padding: 10px 0; }

.shsy_select_active {
  background-color: rgba(107, 111, 129, 0.09); }

.shsy_select_go {
  background-color: rgba(67, 150, 158, 0.09); }

.shsy_syllabus h2 {
  position: relative;
  padding: 10px 20px;
  background: #43969E;
  color: #FFFFFF; }
  .shsy_syllabus h2 span {
    display: none; }
    @media (min-width: 769px) {
      .shsy_syllabus h2 span {
        display: inline;
        position: absolute;
        left: 43%; } }
  .shsy_syllabus h2.syllabus-header-mobile {
    display: block;
    background: none;
    color: #43969E; }
    @media (min-width: 769px) {
      .shsy_syllabus h2.syllabus-header-mobile {
        display: none; } }

@media (min-width: 769px) {
  .shsy_piece {
    display: flex; } }

.song-highlight {
  background: #E2E2E2;
  margin: 4px 0;
  padding: 10px 20px; }
  @media (min-width: 769px) {
    .song-highlight {
      width: 40%; } }
  .song-highlight h3, .song-highlight h4, .song-highlight p {
    margin-bottom: 4px; }

.song-list {
  background: rgba(226, 226, 226, 0.6);
  padding: 10px; }
  @media (min-width: 769px) {
    .song-list {
      margin: 4px 0 4px 15px;
      width: 60%; } }
  @media (min-width: 769px) {
    .song-list .list-item {
      padding-bottom: 10px; } }
  .song-list .product__left {
    max-width: 100px; }

.glossary {
  display: flex;
  margin-top: 5px; }
  .glossary h3, .glossary p {
    flex: 1; }
  .glossary p {
    flex: 2; }

.pg-table {
  margin: 10px 0; }
  .pg-table .pg-syllabus {
    width: 100%;
    margin: 10px 0;
    display: inline-flex; }
    @media (min-width: 769px) {
      .pg-table .pg-syllabus {
        width: 50%; } }
  .pg-table .pg-grade {
    display: inline-flex; }

ul.pop-menu {
  display: none;
  position: absolute;
  left: -17px;
  top: 20px;
  width: 140px;
  list-style-type: none;
  padding: 8px 4px;
  background: #F4F5FA; }
  ul.pop-menu li {
    border: 0;
    float: none;
    height: auto;
    padding: 0;
    text-align: left; }
    ul.pop-menu li a {
      color: #6B6F81;
      display: block;
      text-decoration: none;
      font-size: 15px; }

.list-name {
  display: block; }

.pre-line, pp-reviewtext {
  white-space: pre-line; }

.list-item .page-header__img-container {
  flex: none; }

.index {
  display: block;
  margin-top: 35px; }
  @media (min-width: 769px) {
    .index {
      display: flex;
      flex-wrap: wrap; } }
  .index .index__heading {
    display: none; }
    @media (min-width: 769px) {
      .index .index__heading {
        display: flex; } }
  .index.wide {
    display: block; }
    .index.wide .index__alphabet {
      max-width: 100%;
      margin-bottom: 20px; }

.index--no-margin {
  margin-top: 0; }

.index__heading {
  font-size: 15px;
  line-height: 21px;
  color: #6B6F81;
  margin-bottom: 10px; }

.index__search {
  padding-bottom: 16px; }

.index__viewing {
  margin-bottom: 20px;
  width: 100%; }

.index__breaker {
  margin-left: 8px;
  margin-right: 20px; }

.index__filter {
  padding-bottom: 16px; }

.index__filter--no-padding {
  padding-bottom: 0; }

.index__alphabet {
  display: flex;
  flex-wrap: wrap;
  max-width: 540px; }
  .index__alphabet h2 {
    padding: 4px 10px 0 0; }

.index__letter {
  position: relative;
  min-width: 36px;
  width: auto;
  height: 36px;
  background-color: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #BBBDBF;
  text-transform: uppercase;
  text-align: center;
  padding-left: 6px;
  padding-right: 6px;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  transition: background-color 0.25s ease-out; }

a.index__letter {
  color: #BBBDBF;
  display: inline-table;
  padding: 10px 0; }
  a.index__letter:hover {
    text-decoration: none; }

span.index__letter {
  display: inline-table;
  padding: 10px 0;
  background-color: #1E6468;
  color: #FFFFFF; }
  span.index__letter:hover {
    transition: none;
    background-color: #1E6468;
    color: #FFFFFF; }

span.viewing {
  padding: 5px 10px 0 0;
  color: #6B6F81; }

.index__letter:hover,
.index__letter:focus {
  background-color: rgba(42, 140, 146, 0.2);
  text-decoration: none; }

.index__letter.is-active {
  background-color: #1E6468;
  color: #FFFFFF; }

.rec-index .index__letter:first-of-type {
  display: none; }

.sub-header {
  border-top: 2px solid #43969E; }

.sub-header--shop {
  border: none; }
  .sub-header--shop ul {
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap; }
  .sub-header--shop i.fa {
    margin: 0 0.2em; }

.sub-header--shop + .sub-header__below .sub-header__left,
.sub-header--shop + .sub-header__below .sub-header__right {
  padding: 22px 0; }
  @media (min-width: 1000px) {
    .sub-header--shop + .sub-header__below .sub-header__left,
    .sub-header--shop + .sub-header__below .sub-header__right {
      padding: 0; } }

.sub-header--shop.home + .sub-header__below .sub-header__left,
.sub-header--shop.home + .sub-header__below .sub-header__right,
.sub-header--shop.home + .sub-header__below .sub-header__left .breadcrumbs {
  padding: 0; }

.sub-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1240px;
  margin: auto auto;
  padding: 20px 16px;
  position: relative; }
  @media (min-width: 500px) {
    .sub-header__inner {
      padding-right: 32px;
      padding-left: 32px; } }
  @media (min-width: 1000px) {
    .sub-header__inner {
      flex-wrap: nowrap; } }
  @media (min-width: 1240px) {
    .sub-header__inner {
      padding-right: 48px;
      padding-left: 48px; } }

.sub-header__logo img {
  width: 130px;
  height: auto; }
  @media (min-width: 1240px) {
    .sub-header__logo img {
      width: 167px; } }

.sub-header__logo .header__logo-mobile img {
  display: block; }
  @media (min-width: 1000px) {
    .sub-header__logo .header__logo-mobile img {
      display: none; } }

.sub-header__left {
  display: flex;
  align-items: baseline;
  justify-content: space-between; }

.sub-header__search-button {
  position: relative;
  top: 7px; }
  @media (min-width: 1000px) {
    .sub-header__search-button {
      display: none; } }

.sub-header__right {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px; }
  .sub-header__right .steps {
    display: inline-flex;
    list-style: none; }
    .sub-header__right .steps li {
      color: #FFFFFF;
      text-align: center;
      padding: 0 30px; }

.sub-header__login {
  display: none; }
  @media (min-width: 1000px) {
    .sub-header__login {
      display: flex;
      margin-right: 12px;
      font-size: 14px;
      line-height: 1;
      white-space: nowrap; }
      .sub-header__login a {
        color: #FFFFFF; }
        .sub-header__login a:hover {
          text-decoration: underline; } }

.sub-header__dropdowns {
  display: none; }
  @media (min-width: 1000px) {
    .sub-header__dropdowns {
      display: flex; } }

@media (min-width: 1000px) {
  .sub-header .button {
    margin-right: 12px;
    word-break: keep-all; } }

.sub-header__search {
  display: none; }
  @media (min-width: 1000px) {
    .sub-header__search {
      display: block; } }

.sub-header__search--mobile {
  display: none;
  margin: 14px 0;
  width: 100%; }
  @media (min-width: 1000px) {
    .sub-header__search--mobile {
      display: none; } }

.sub-header__search--mobile.is-active {
  display: block; }
  @media (min-width: 1000px) {
    .sub-header__search--mobile.is-active {
      display: none; } }

.sub-header__button .button {
  margin-left: 12px;
  margin-right: 0; }

.sub-header__below {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1240px;
  margin: auto auto;
  padding-right: 16px;
  padding-left: 16px; }
  @media (min-width: 500px) {
    .sub-header__below {
      padding-right: 32px;
      padding-left: 32px; } }
  @media (min-width: 1240px) {
    .sub-header__below {
      padding-right: 48px;
      padding-left: 48px; } }

.breadcrumbs {
  display: flex;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.04em;
  padding-top: 10px;
  margin: 0; }

.breadcrumbs__item {
  display: block;
  margin-right: 10px;
  line-height: 1.2; }

.breadcrumbs__item:after {
  content: '/';
  margin-left: 10px; }

.breadcrumbs__item a {
  color: #6B6F81;
  border-bottom: 1px solid rgba(107, 111, 129, 0.5);
  transition: color 0.25s ease-out, border-bottom-color 0.25s ease-out; }

.breadcrumbs__item a:hover,
.breadcrumbs__item a:focus {
  color: #2A8C92;
  border-bottom-color: rgba(42, 140, 146, 0.5); }

/********Subheader basket button styles **********/
/*.sb_box.sb_basket .sb_text{
    background: $clr-hl1;
}*/
#js--shopBar .LoginLink {
  margin-right: 0px;
  word-break: keep-all; }

.calendarDateHeading {
  font-family: "Merriweather", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #CC9F66;
  margin-bottom: 8px; }

.calendar-grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 1em 0;
  width: 350px; }

.calendar-grid > .cg-month {
  width: 250px;
  height: 50px; }

.calendar-grid > li {
  background: #F4F5FA;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  min-height: 40px; }

.calendar-grid > li.cg-row1 {
  background: #2A8C92;
  font-weight: bold;
  color: #fff;
  height: 50px; }

.calendar-grid > li.cg-row2 {
  background: #43969E;
  color: #fff;
  height: 40px; }

.calendar-grid > li.cg-row1 > a {
  color: #fff; }

.calendar-grid a:not([href]) {
  color: inherit; }

.calendar-grid a[href] {
  font-weight: bold; }

.calendar-grid > li.cg-event {
  background: #E2E2E2; }
  .calendar-grid > li.cg-event:hover {
    background: #43969E;
    color: #FFFFFF; }
    .calendar-grid > li.cg-event:hover a[href] {
      color: #FFFFFF;
      text-decoration: none;
      display: block; }

.calendar-grid li.cg-today {
  background: #43969E;
  color: #fff; }

.calendar-grid li.cg-today > a[href] {
  color: inherit; }

@media (min-width: 1000px) {
  .page__nav.filter-container {
    padding-right: 0;
    min-width: 255px;
    width: 255px;
    margin-left: -25px;
    margin-top: 40px; } }

.page__nav.filter-container .searchfilters {
  margin: 0 0 10px; }
  @media (min-width: 1000px) {
    .page__nav.filter-container .searchfilters {
      margin-top: -40px;
      border: 1px solid #E2E2E2;
      border-width: 1px 0 1px 1px; } }

.searchfilters {
  padding: 0 16px; }
  @media (min-width: 500px) {
    .searchfilters {
      padding: 0; } }
  @media (min-width: 1000px) {
    .searchfilters {
      max-width: 300px; } }
  .searchfilters h3 {
    display: block;
    position: relative;
    padding: 11px 20px;
    background-color: #F4F5FA;
    color: #6B6F81;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase; }
    @media (min-width: 1000px) {
      .searchfilters h3 {
        padding: 8px 10px 8px 25px; } }
    @media (min-width: 1000px) {
      .searchfilters h3 .button__indicator {
        display: none; } }

.filter {
  border-top: 1px solid #E2E2E2; }
  .filter h4 {
    display: block;
    position: relative;
    padding: 12px;
    background-color: #F4F5FA;
    color: #6B6F81;
    font-size: 14px; }
    .filter h4.applied {
      text-transform: none;
      background: #CC9F66;
      color: #FFFFFF;
      font-size: 16px;
      padding: 12px 30px 12px 12px; }
      @media (min-width: 1000px) {
        .filter h4.applied {
          padding: 12px 30px 12px 25px; } }
      .filter h4.applied i {
        color: #FFFFFF; }
    .filter h4.boolFilter a, .filter h4.bfApplied a {
      font-size: 16px;
      float: right;
      position: relative;
      top: -2px;
      color: #BBBDBF; }
    @media (min-width: 769px) {
      .filter h4 {
        font-size: 14px; } }
    @media (min-width: 1000px) {
      .filter h4 {
        padding: 12px 10px 12px 25px; } }
    .filter h4 a {
      border-bottom: none; }
    .filter h4 .removefilter {
      font-size: 18px;
      left: 97.5%;
      position: absolute;
      top: 12px; }
      @media (min-width: 769px) {
        .filter h4 .removefilter {
          left: 99%; } }
      @media (min-width: 1000px) {
        .filter h4 .removefilter {
          left: 97%; } }
    .filter h4 .filtermore, .filter h4 .filterfewer {
      font-size: 14px;
      float: right;
      position: relative;
      top: 0px;
      right: 2px;
      font-weight: normal;
      color: #BBBDBF; }

.page__content .filter h4 .removefilter {
  left: 96.5%; }
  @media (min-width: 769px) {
    .page__content .filter h4 .removefilter {
      left: 98%; } }

.filteritems {
  list-style: none;
  margin: 0;
  background-color: #FFFFFF; }
  .filteritems ul {
    margin: 0;
    text-transform: none;
    font-size: 15px;
    line-height: 1.4;
    color: #000000;
    padding: 0; }
  .filteritems .filtergroup .fghead, .filteritems .fgfooter {
    font-weight: 400; }
  .filteritems a.fgfooter {
    color: #000000; }
  .filteritems .filterlink, .filteritems .fgfooter {
    cursor: pointer; }
  .filteritems .filterlink, .filteritems .filtergroup .fghead, .filteritems .fgfooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0;
    padding: 8px 10px 8px 20px;
    text-transform: none;
    word-break: keep-all; }
    @media (min-width: 1000px) {
      .filteritems .filterlink, .filteritems .filtergroup .fghead, .filteritems .fgfooter {
        padding: 8px 10px 8px 25px; } }
    .filteritems .filterlink a, .filteritems .filtergroup .fghead a, .filteritems .fgfooter a {
      color: #6B6F81;
      transition: color 0.25s ease-out;
      width: 82%; }
      @media (min-width: 769px) {
        .filteritems .filterlink a, .filteritems .filtergroup .fghead a, .filteritems .fgfooter a {
          width: 92%; } }
      @media (min-width: 1000px) {
        .filteritems .filterlink a, .filteritems .filtergroup .fghead a, .filteritems .fgfooter a {
          width: 80%; } }
      .filteritems .filterlink a:hover, .filteritems .filtergroup .fghead a:hover, .filteritems .fgfooter a:hover {
        color: #CC9F66; }
    .filteritems .filterlink .badge, .filteritems .filtergroup .fghead .badge, .filteritems .fgfooter .badge {
      align-items: center;
      flex-wrap: wrap;
      font-size: 12px;
      background-color: #E2E2E2;
      border-radius: 6px;
      height: 16px;
      color: #6B6F81;
      padding-left: 7px;
      padding-right: 7px;
      margin: 0 0 0 3px;
      transition: all 0.25s ease-out; }

.filtergroup {
  position: relative; }
  .filtergroup.expanded .sb_popup {
    display: block;
    position: relative;
    cursor: auto;
    top: 0;
    left: 0;
    box-shadow: none;
    padding-left: 6px; }
    .filtergroup.expanded .sb_popup a {
      font-weight: normal;
      text-decoration: none; }
    .filtergroup.expanded .sb_popup.sb_arrow10.left:before, .filtergroup.expanded .sb_popup.sb_arrow10.left:after {
      display: none; }
    @media (min-width: 1000px) {
      .filtergroup.expanded .sb_popup {
        left: 100%;
        margin-left: 10px;
        top: 0;
        width: 100%;
        position: absolute;
        padding-left: 0px;
        z-index: 10; }
        .filtergroup.expanded .sb_popup.sb_arrow10.left:before, .filtergroup.expanded .sb_popup.sb_arrow10.left:after {
          display: block; } }

.searchfilters .filter h4.applied {
  background: #2A8C92;
  position: relative; }
  .searchfilters .filter h4.applied .removefilter {
    text-indent: -9999em; }
    .searchfilters .filter h4.applied .removefilter:before {
      position: absolute;
      color: #FFFFFF;
      font-family: 'FontAwesome';
      right: 12px;
      content: "\f057";
      text-indent: 0; }
    .searchfilters .filter h4.applied .removefilter:hover {
      text-decoration: none; }

#ThirdPartyLinksGrid {
  margin-top: 20px; }

#ThirdPartyLinksContainer {
  margin-top: 10px; }

.ThirdParty {
  display: flex;
  margin-bottom: 15px; }

.ThirdPartyLink {
  font-size: 15px;
  align-self: center;
  border-bottom: 1px solid rgba(67, 150, 158, 0.5);
  line-height: 1; }
  .ThirdPartyLink a {
    text-decoration: none; }

.ThirdPartyLabel {
  width: 170px; }
  .ThirdPartyLabel .ThirdPartyLabelImg {
    cursor: pointer; }
  .ThirdPartyLabel .nkoda-label {
    height: 35px;
    cursor: pointer; }
  .ThirdPartyLabel .idagio-label {
    height: 20px; }
  .ThirdPartyLabel .apple-label {
    height: 24px; }
  .ThirdPartyLabel .spotify-label {
    height: 32px; }
  .ThirdPartyLabel .amazon-label {
    height: 33px; }

.nkoda-button {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: inherit !important;
  color: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  border: none !important;
  text-align: center;
  cursor: pointer;
  margin: 3px;
  display: normal !important;
  text-align: center;
  justify-content: center;
  align-content: center; }

.nkoda-button-bold {
  font-weight: 600; }

.nkoda-button-light {
  font-weight: 200; }

.nkoda-button-rounded {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px; }

.nkoda-button span {
  vertical-align: middle;
  width: 100%;
  text-align: center;
  font-size: inherit !important; }

.nkoda-button a:link, .nkoda-button a:visited {
  text-decoration: inherit;
  color: inherit;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-content: center; }

.button-link {
  display: flex;
  align-items: center; }

.button-link #nkoda-button-logo {
  width: 25%;
  max-width: 50px;
  min-width: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  height: calc(100% - 10px);
  background-position: center;
  margin-left: 5px;
  margin-right: 5px;
  display: none; }

.generic-title {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.3;
  color: #1E6468; }

.generic-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
  color: #6B6F81; }

.sb_links_popup_wrapper {
  bottom: 20px; }
  @media (min-width: 500px) {
    .sb_links_popup_wrapper {
      bottom: 30px; } }
  @media (min-width: 1367px) {
    .sb_links_popup_wrapper {
      bottom: 45px; } }

.rtoggle--head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px; }
  @media (min-width: 1000px) {
    .rtoggle--head {
      display: none; } }

@media (max-width: 999px) {
  .rtoggle--button {
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #E2E2E2; }
  .rtoggle--target {
    display: none; }
    .rtoggle--target.rtoggle--target-visible {
      display: block; }
  .searchfilters .rtoggle--body {
    border: 1px solid #E2E2E2;
    border-top: none; }
  body.rtoggle--full-open {
    overflow: hidden; }
  .rtoggle--full {
    position: fixed;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    background-color: #F4F5FA;
    padding: 16px;
    z-index: 1000;
    overflow-x: hidden;
    overflow-y: auto;
    border: none;
    border-radius: 0; } }

button.rtoggle-x-button {
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  opacity: 0.5;
  background-position: 50% 50%;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3UG9ydD0iMCAwIDE2IDE2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxsaW5lIHgxPSIxIiB5MT0iMTUiIHgyPSIxNSIgeTI9IjEiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMyIvPjxsaW5lIHgxPSIxIiB5MT0iMSIgeDI9IjE1IiB5Mj0iMTUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMyIvPjwvc3ZnPg=="); }

.qs--composerquicklinks {
  color: #2A8C92; }

.page__nav #selectComposer .form__select-img {
  right: 15px; }
  @media (min-width: 1000px) {
    .page__nav #selectComposer .form__select-img {
      right: -8px; } }

.page__nav #selectComposer .form__select {
  padding: 12px 27px 12px 20px; }
  @media (min-width: 1000px) {
    .page__nav #selectComposer .form__select {
      width: 120%;
      margin-left: -20px; } }

#nav2 {
  min-width: 122px; }

#refineSearch {
  margin-bottom: 10px; }

#refineSearchHeader {
  display: block;
  position: relative;
  padding: 11px 20px;
  background-color: #F4F5FA;
  border: 1px solid #E2E2E2;
  color: #6B6F81;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase; }

#refineSearchForm {
  margin: 0;
  background-color: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-width: 0 1px 1px;
  padding: 20px; }

#newsSearchComposerName {
  font-weight: bold;
  color: #CC9F66; }

#refineSearchHeaderMobileOnly {
  display: block;
  position: relative;
  padding: 11px 20px;
  background-color: #F4F5FA;
  border: 1px solid #E2E2E2;
  color: #6B6F81;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase; }
  @media (min-width: 1000px) {
    #refineSearchHeaderMobileOnly {
      display: none; } }

#refineSearchFormMobileOnly {
  margin: 0;
  background-color: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-width: 0 1px 1px;
  padding: 20px; }
  @media (min-width: 1000px) {
    #refineSearchFormMobileOnly {
      border: none;
      padding: 0px;
      background-color: transparent; } }

#refineSearchMobileOnly {
  background-color: #FFFFFF;
  border-left: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 32px;
  padding-bottom: 32px; }
  @media (min-width: 500px) {
    #refineSearchMobileOnly {
      padding-left: 32px;
      padding-right: 32px; } }
  @media (min-width: 1000px) {
    #refineSearchMobileOnly {
      background-color: transparent;
      padding: 0px;
      border: none; } }
  #refineSearchMobileOnly h2 {
    margin-bottom: 10px; }

#LOOKINGAHEAD {
  margin-bottom: 25px; }

#recommendedRecording {
  margin-bottom: 20px; }

@media (min-width: 1367px) {
  .onlineScores__margin-bottom {
    margin-bottom: -20px; } }

.onlineScores-thumbnail {
  border: 1px solid #6B6F81; }

li.list-item.slider {
  margin-right: 1px; }

.newsItem-thumbnail {
  width: 100%;
  padding-right: 0px; }
  @media (min-width: 500px) {
    .newsItem-thumbnail {
      width: 50%;
      padding-right: 10px; } }

.newsItem-subtitle {
  width: 100%;
  padding-left: 0px;
  font-weight: bold; }
  @media (min-width: 500px) {
    .newsItem-subtitle {
      width: 50%;
      padding-left: 10px; } }

.selectedTab {
  border-color: #CC9F66; }

.container--flex .block--2point9 {
  flex: 2.9; }

#rssLink .rssIcon {
  margin-right: 10px; }

#composerMainBody.block--padding-top {
  padding-top: 0px; }
  @media (min-width: 500px) {
    #composerMainBody.block--padding-top {
      padding-top: 32px; } }

#composer-header .page-header__buttons .button:last-of-type {
  margin-right: 0px; }
  @media (min-width: 500px) {
    #composer-header .page-header__buttons .button:last-of-type {
      margin-right: 27px; } }

#composer-header .page-header__buttons .button {
  padding-left: 14px;
  padding-right: 14px;
  margin-right: 5px; }
  @media (min-width: 500px) {
    #composer-header .page-header__buttons .button {
      padding-left: 18px;
      padding-right: 18px;
      margin-right: 7px; } }

.prodlist-container .results {
  margin-top: 50px; }
  .prodlist-container .results .list-item__subtitle {
    margin-bottom: 0px; }

.menu-links a {
  text-transform: uppercase; }

.composer-index-filter {
  margin-bottom: 40px; }

@media (min-width: 500px) {
  #QUOTE {
    max-width: 300px; } }

@media (min-width: 769px) {
  #QUOTE {
    max-width: 319px; } }

@media (min-width: 1200px) {
  #QUOTE {
    max-width: none; } }

#btnBrowseByComposer {
  margin-top: 40px; }

#btnBrowseAll {
  margin-top: 20px; }

.composer__search-result .list-item__pre-title, .composer__search-result .list-item__subtitle {
  display: inline-block; }

#recording {
  margin-top: 20px; }
  #recording .generic-list-left {
    margin-left: 0px; }

#composer-special-images {
  display: none; }
  @media (min-width: 1000px) {
    #composer-special-images {
      display: block; } }

.language-tabs {
  margin-bottom: 1em; }
  .language-tabs .language-tab {
    margin-right: 15px; }
  .language-tabs .current {
    font-weight: bold; }

.timeline-row {
  display: flex; }
  .timeline-row img {
    max-width: 90%;
    /*@include media-query(small) {
            width: 90%;
        }*/ }
  .timeline-row .col1col2 {
    width: 50%; }
    @media (min-width: 500px) {
      .timeline-row .col1col2 {
        display: flex;
        width: 60%; } }
    @media (min-width: 500px) {
      .timeline-row .col1col2 .col1 {
        width: 33%; } }
    @media (min-width: 500px) {
      .timeline-row .col1col2 .col2 {
        float: none;
        width: 66%; } }
  .timeline-row .col3 {
    width: 15%; }
    @media (min-width: 500px) {
      .timeline-row .col3 {
        width: 10%; } }
  .timeline-row .col4 {
    width: 35%;
    padding-left: 5px; }
    @media (min-width: 500px) {
      .timeline-row .col4 {
        width: 30%; } }
  .timeline-row .cal {
    background: #c6d9d9;
    text-align: center;
    white-space: nowrap;
    margin-left: 5px;
    margin-right: 5px; }

.in-focus p {
  text-align: left; }
  @media (min-width: 500px) {
    .in-focus p {
      text-align: inherit; } }

.in-focus .generic-list-right img {
  margin-right: 10px; }

.in-focus a {
  color: #2A8C92; }

.in-focus a:hover {
  color: #CC9F66;
  text-decoration: underline; }

.gateway-module.college_rightbox img, .featured-link.college_rightbox img {
  margin-top: 10px;
  margin-bottom: 10px; }

#Downloadbereich .generic-list {
  text-align: inherit; }

.badge-new {
  font-size: 0.4em;
  text-transform: uppercase;
  padding: 0.4em;
  background: #F0726E;
  border-radius: 3px;
  color: #fff;
  vertical-align: middle;
  margin: -0.5em 0.5em 0;
  display: inline-block;
  letter-spacing: 0.1em; }

.badge-new:first-child {
  margin-left: 0; }

.badge-new:last-child {
  margin-right: 0; }

@keyframes blinker {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.catalogueText {
  margin-top: 20px; }
  .catalogueText .generic-title {
    margin-bottom: 10px; }

.musictext-languages {
  margin-bottom: 20px; }

#score {
  margin-top: 20px; }

.embedded-score {
  /*height: 400px;
    @include media-query (small) {
        height: 500px;
    }
    @include media-query (medium) {
        height: 600px;
    }*/
  max-width: 250px; }

.green-box {
  padding: 20px;
  border: 1px solid #E2E2E2;
  margin: 10px 0;
  background-color: rgba(30, 100, 104, 0.06); }

.page-header__view-score .button {
  margin-bottom: 10px; }

.block-321-container {
  flex-wrap: wrap;
  display: flex; }

.block-321 {
  flex-basis: 100%;
  order: 2; }
  @media (min-width: 500px) {
    .block-321 {
      flex-basis: 50%;
      order: unset; } }
  @media (min-width: 1000px) {
    .block-321 {
      flex-basis: 33%; } }
  .block-321 img {
    width: 100%; }
  .block-321 .heading2 {
    font-weight: 400; }
  .block-321 a {
    transition: all 0.25s ease-out;
    color: #2A8C92; }
    .block-321 a:hover, .block-321 a:focus {
      color: #CC9F66;
      text-decoration: underline; }
    .block-321 a.button--text-gold {
      color: #CC9F66; }
    .block-321 a.button:hover, .block-321 a.button:focus {
      text-decoration: none; }
    .block-321 a.button.button--bg-gold {
      color: #FFFFFF; }

.block-321-first {
  order: 1; }
  @media (min-width: 500px) {
    .block-321-first {
      order: unset; } }

.block-321 {
  padding-right: 16px;
  padding-left: 16px; }
  @media (min-width: 500px) {
    .block-321 {
      padding-right: 32px;
      padding-left: 32px; } }
  @media (min-width: 1240px) {
    .block-321 {
      padding-right: 48px;
      padding-left: 48px; } }

.generic-list-text2 a, .generic-list-text2 a:hover {
  color: #CC9F66; }

.selFeatPubs {
  margin-bottom: 14px; }
  .selFeatPubs.nav-left-feat-pubs {
    margin-left: -20px;
    width: 115%;
    color: #2A8C92; }

.selFeatSeries.nav-left-feat-series {
  margin-left: -20px;
  width: 115%;
  color: #2A8C92; }

.NewsThumb img {
  width: 100%; }

.slider__inner img {
  width: 100%; }

#hp_slider_shop {
  height: 317px; }

#composers-link:hover {
  text-decoration: none;
  color: #CC9F66; }

#hp-main-module .block:not(:last-of-type) {
  margin-bottom: 16px; }
  @media (min-width: 1000px) {
    #hp-main-module .block:not(:last-of-type) {
      margin-bottom: 0; } }

#hp-main-module .block__header {
  padding: 16px 0;
  box-sizing: content-box; }
  @media (min-width: 500px) {
    #hp-main-module .block__header {
      padding-top: 32px; } }
  @media (min-width: 1000px) {
    #hp-main-module .block__header {
      height: 115px; } }
  @media (min-width: 1240px) {
    #hp-main-module .block__header {
      padding-top: 48px; } }

#hp-quicklinks ul {
  margin: 0;
  list-style: none; }
  #hp-quicklinks ul li {
    padding-bottom: 12px; }

#hp_slider_shop .slider-image-hp {
  height: 190px; }
  #hp_slider_shop .slider-image-hp .list-item__image--square {
    max-width: 100%; }

#hp_slider_shop .slider-title-hp {
  height: 45px; }

#hp_slider_shop .bx-wrapper {
  margin: 0px; }
  #hp_slider_shop .bx-wrapper .bx-controls {
    position: relative;
    display: block;
    height: 37px;
    width: 100%; }

#hp_slider_shop .list-item {
  padding-bottom: 0px; }

.av_thumbnail {
  border: 1px solid #E2E2E2;
  padding: 1px;
  background-color: #FFFFFF;
  text-align: center; }

#av-featured-videos img, #av-featured-audio img {
  border: 1px solid #E2E2E2;
  padding: 1px;
  background-color: #FFFFFF;
  text-align: center; }

.related-products .generic-list .generic-list-left img {
  border: 1px solid #E2E2E2;
  margin-bottom: inherit; }
  @media (min-width: 500px) {
    .related-products .generic-list .generic-list-left img {
      margin-bottom: 10px; } }

.related-products .product-details {
  text-align: center; }
  @media (min-width: 500px) {
    .related-products .product-details {
      text-align: inherit; } }

.related-products .product__price-container {
  justify-content: center; }
  @media (min-width: 500px) {
    .related-products .product__price-container {
      justify-content: flex-start; } }

.featured-audio img {
  border: 1px solid #E2E2E2; }

.featured-audio .generic-list-image {
  max-width: 75px; }

.featured-audio .generic-list-left {
  min-width: 75px;
  max-width: 75px; }

.boosey-concord-text {
  padding-top: 60px;
  padding-left: 20px; }

#international-offices {
  padding-top: 10px; }
  @media (min-width: 769px) {
    #international-offices {
      padding-top: 0px; } }
  #international-offices .list-item--centred {
    text-align: left;
    border-right: none; }
    @media (min-width: 769px) {
      #international-offices .list-item--centred {
        border-right: 1px solid #E2E2E2;
        text-align: center; } }
  #international-offices .list-item--centred:nth-of-type(3n) {
    border-right: none; }
  #international-offices .list-item__image--square {
    margin-left: 0px;
    margin-bottom: 5px; }
    @media (min-width: 769px) {
      #international-offices .list-item__image--square {
        margin-left: auto;
        margin-bottom: 15px; } }

@media (min-width: 1000px) {
  #faqCategories {
    display: none; } }

#company-history .generic-list {
  text-align: left; }

.faqs strong {
  font-weight: 400; }

#general-policies .faq_li_title a {
  text-decoration: underline; }

#general-policies li {
  margin-bottom: 15px; }

#perusalBanner .prefooter__inner {
  justify-content: center; }
  @media (min-width: 1200px) {
    #perusalBanner .prefooter__inner {
      justify-content: space-between; } }

#perusalBanner .div1 img {
  width: 250px; }
  @media (min-width: 500px) {
    #perusalBanner .div1 img {
      width: 300px; } }

#perusalBanner .div2 {
  padding: 10px;
  max-width: 490px; }

#nkodaBanner .prefooter__inner {
  justify-content: center; }
  @media (min-width: 1200px) {
    #nkodaBanner .prefooter__inner {
      justify-content: space-between; } }

@media (min-width: 1000px) {
  #nkodaBanner .div1 {
    flex: 1; } }

#nkodaBanner .div1 img {
  width: 250px; }
  @media (min-width: 500px) {
    #nkodaBanner .div1 img {
      width: 300px; } }

#nkodaBanner .div2 {
  padding: 10px; }
  @media (min-width: 1000px) {
    #nkodaBanner .div2 {
      flex: 2; } }
