/* Text Elements */

h1.heading-1 {
  position: relative;
  margin-top: -68px;
  margin-bottom: 0;
  padding-top: 7px;
  padding-right: 5px;
  padding-bottom: 7px;
  background-color: rgba(0, 0, 0, .59);
  color: #fff;
  text-align: right;
}

h1 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

h3.sub-headers {
  color: #0f5da8;
  font-size: 28px;
}

p.paragraph a.inline-link {
  color: #630909;
  text-decoration: none;
  font-weight: 500;
}

p.paragraph.footer-text {
  margin-top: 0;
  text-align: center;
  line-height: 1.2;
}

p.paragraph.odd {
  margin-top: 0;
  margin-bottom: 0;
  padding: 2px 8px;
  background-color: #dae3f1;
}

p.paragraph.even {
  margin-top: 0;
  margin-bottom: 0;
  padding: 2px 8px;
}

p.paragraph span.underline {
  text-decoration: underline;
}

p.paragraph a.inline-link:hover {
  text-decoration: underline;
}

a.link-text.nav-link {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 5px 8px;
  color: #630909;
  font-size: 16px;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
      -ms-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
      -ms-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}

a.link-text.child-link {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 4%;
  padding: 5px 8px;
  color: #630909;
  font-size: 15px;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
      -ms-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
      -ms-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}

a.link-text#current {
  background-color: #630909;
  color: #dae3f1;
}

a.link-text.nav-link:hover {
  background-color: #630909;
  color: #d5d5d5;
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
      -ms-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}

a.link-text.child-link:hover {
  background-color: #630909;
  color: #d5d5d5;
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
      -ms-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}

/* Interaction Elements */

a.link-button.audio-button {
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  background-color: transparent;
  color: #630909;
  text-align: left;
}

a.link-button.audio-button:hover {
  text-decoration: underline;
}

/* Layout Elements */

body.grid-bg {
  background-color: #f9f8e5;
}

body > .row {
  max-width: 960px;
}

body > .row > [class*='coffee-span-'].content-column {
  padding-right: 16px;
  padding-left: 16px;
  min-height: 1430px;
  border-right: 1px solid #d5d5d5;
  border-left-width: 1px;
  border-left-color: #d5d5d5;
  background-color: #fff;
  box-shadow: rgba(119, 119, 119, .41) 5px 4px 5px 0;
}

body > .row > [class*='coffee-span-'].header-column {
  padding-right: 0;
  padding-left: 0;
  box-shadow: rgba(119, 119, 119, .46) 4px 0 2px 0;
}

body > .row > [class*='coffee-span-'].nav-column {
  padding: 7px 0 6px;
  min-height: 1430px;
  border-left: 1px solid #d5d5d5;
  background-color: #dcdbdc;
  background-image: -webkit-linear-gradient(90deg, rgba(213, 213, 213, 1) 0%, rgba(255, 255, 255, 1) 33%, rgba(255, 255, 255, 1) 66%, rgba(213, 213, 213, 1) 100%);
  background-image:    -moz-linear-gradient(90deg, rgba(213, 213, 213, 1) 0%, rgba(255, 255, 255, 1) 33%, rgba(255, 255, 255, 1) 66%, rgba(213, 213, 213, 1) 100%);
  background-image:     -ms-linear-gradient(90deg, rgba(213, 213, 213, 1) 0%, rgba(255, 255, 255, 1) 33%, rgba(255, 255, 255, 1) 66%, rgba(213, 213, 213, 1) 100%);
  background-image:      -o-linear-gradient(90deg, rgba(213, 213, 213, 1) 0%, rgba(255, 255, 255, 1) 33%, rgba(255, 255, 255, 1) 66%, rgba(213, 213, 213, 1) 100%);
  background-image:         linear-gradient(90deg, rgba(213, 213, 213, 1) 0%, rgba(255, 255, 255, 1) 33%, rgba(255, 255, 255, 1) 66%, rgba(213, 213, 213, 1) 100%);
  box-shadow: rgba(119, 119, 119, .41) 6px 4px 5px 0;
}

body > .row > [class*='coffee-span-'].footer-column {
  margin-bottom: 7px;
  border-top: 0 none #d5d5d5;
  border-right: 0 none #d5d5d5;
  border-left: 0 none #d5d5d5;
  background-color: transparent;
  box-shadow: none;
}

body > .row > [class*='coffee-span-'].articles-nav {
  padding: 7px 0 6px;
  min-height: 4500px;
  border-left: 1px solid #d5d5d5;
  background-color: #dcdbdc;
  background-image: -webkit-linear-gradient(90deg, rgba(213, 213, 213, 1) 0%, rgba(255, 255, 255, 1) 33%, rgba(255, 255, 255, 1) 66%, rgba(213, 213, 213, 1) 100%);
  background-image:    -moz-linear-gradient(90deg, rgba(213, 213, 213, 1) 0%, rgba(255, 255, 255, 1) 33%, rgba(255, 255, 255, 1) 66%, rgba(213, 213, 213, 1) 100%);
  background-image:     -ms-linear-gradient(90deg, rgba(213, 213, 213, 1) 0%, rgba(255, 255, 255, 1) 33%, rgba(255, 255, 255, 1) 66%, rgba(213, 213, 213, 1) 100%);
  background-image:      -o-linear-gradient(90deg, rgba(213, 213, 213, 1) 0%, rgba(255, 255, 255, 1) 33%, rgba(255, 255, 255, 1) 66%, rgba(213, 213, 213, 1) 100%);
  background-image:         linear-gradient(90deg, rgba(213, 213, 213, 1) 0%, rgba(255, 255, 255, 1) 33%, rgba(255, 255, 255, 1) 66%, rgba(213, 213, 213, 1) 100%);
  box-shadow: rgba(119, 119, 119, .41) 6px 4px 5px 0;
}

body > .row > [class*='coffee-span-'].article-column {
  padding-right: 16px;
  padding-left: 16px;
  min-height: 4500px;
  border-right: 1px solid #d5d5d5;
  border-left-width: 1px;
  border-left-color: #d5d5d5;
  background-color: #fff;
  box-shadow: rgba(119, 119, 119, .41) 5px 4px 5px 0;
}

.subgrid > .row > [class*='coffee-span-'].min-height-column {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 380px;

  -webkit-align-items: center;
     -moz-align-items: center;
      -ms-align-items: center;
       -o-align-items: center;
          align-items: center;
}

div.responsive-picture.header-image {
  margin: 0 auto;
  max-width: none;
}

div.responsive-picture.content-top-image {
  max-width: none;
}

div.responsive-picture.footer-logo {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

div.responsive-picture.album-cover {
  margin-right: auto;
  margin-left: auto;
  max-width: 150px;
}

.row > [class*='coffee-span-'] > .container.songlist-container {
  border: 1px solid #b6b6b6;
}

div.responsive-picture.midi {
  max-width: none;
}

a.link-button-glyph.pdf-button {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  background-color: transparent;
}

span.link-button-text.text-for-button-1 {
  display: inline;
  float: none;
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  max-width: none;
  width: auto;
  color: #630909;
}

span.glyph-for-button.glyph-1 {
  display: block;
  float: left;
  clear: none;
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  width: auto;
  color: #630909;
}

div.responsive-picture.bio-image {
  float: right;
  margin-left: 2%;
  max-width: 233px;
}

a.link-button-glyph.music-button {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  background-color: transparent;
}

span.link-button-text.text-button-2 {
  display: inline;
  float: none;
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  max-width: none;
  width: auto;
  color: #630909;
}

.row > [class*='coffee-span-'] .html-element.html-element-1 {
  margin-right: auto;
  margin-left: auto;
}

span.link-button-text.text-for-button-1:hover {
  text-decoration: underline;
}

span.link-button-text.text-button-2:hover {
  text-decoration: underline;
}

@media screen and (max-width: 800px) {
  /* Text Elements */

  p.paragraph.odd {
    font-size: 13px;
  }

  p.paragraph.even {
    font-size: 13px;
  }

  a.link-text.nav-link {
    font-size: 15px;
  }

  a.link-text.child-link {
    font-size: 15px;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].article-column {
    min-height: 5000px;
  }

  body > .row > [class*='coffee-span-'].articles-nav {
    min-height: 5000px;
  }

  body > .row > [class*='coffee-span-'].nav-column {
    min-height: 1455px;
  }

  body > .row > [class*='coffee-span-'].content-column {
    min-height: 1455px;
  }

  span.link-button-text.text-for-button-1 {
    float: right;
    margin-left: 0;
  }

  div.responsive-picture.bot-image {
    margin-right: auto;
    margin-left: auto;
  }

  span.link-button-text.text-button-2 {
    float: left;
    margin-left: 0;
  }
}

@media screen and (max-width: 664px) {
  /* Text Elements */

  a.link-text.nav-link {
    margin: 0 1%;
    padding: 7px;
    width: auto;
    font-size: 16px;
  }

  a.link-text.child-link {
    margin: 0 1%;
    padding: 7px;
    width: auto;
    font-size: 16px;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].nav-column {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 50px;

    -webkit-flex-wrap: wrap;
       -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
         -o-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
       -moz-justify-content: center;
        -ms-justify-content: center;
         -o-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
       -moz-align-items: center;
        -ms-align-items: center;
         -o-align-items: center;
            align-items: center;
    -webkit-align-content: center;
       -moz-align-content: center;
        -ms-align-content: center;
         -o-align-content: center;
            align-content: center;
  }

  body > .row > [class*='coffee-span-'].content-column {
    min-height: 50px;
  }

  body > .row > [class*='coffee-span-'].articles-nav {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 50px;

    -webkit-flex-wrap: wrap;
       -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
         -o-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
       -moz-justify-content: center;
        -ms-justify-content: center;
         -o-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
       -moz-align-items: center;
        -ms-align-items: center;
         -o-align-items: center;
            align-items: center;
    -webkit-align-content: center;
       -moz-align-content: center;
        -ms-align-content: center;
         -o-align-content: center;
            align-content: center;
  }

  body > .row > [class*='coffee-span-'].article-column {
    min-height: 50px;
  }

  .subgrid > .row > [class*='coffee-span-'].min-height-column {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 525px;
  }

  a.link-button-glyph.pdf-button {
    text-align: center;
  }

  a.link-button-glyph.music-button {
    text-align: center;
  }
}

@media screen and (max-width: 384px) {
  /* Text Elements */

  h1.heading-1 {
    margin-top: -1px;
    background-color: #d5d5d5;
    color: #630909;
    text-align: center;
    font-size: 23px;
  }

  a.link-text.nav-link {
    padding-top: 1px;
    padding-bottom: 1px;
    width: 100%;
    text-align: center;
  }

  a.link-text.child-link {
    padding-top: 1px;
    padding-bottom: 1px;
    width: 100%;
    text-align: center;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].nav-column {
    -webkit-flex-direction: column;
       -moz-flex-direction: column;
        -ms-flex-direction: column;
         -o-flex-direction: column;
            flex-direction: column;

    -webkit-align-content: center;
       -moz-align-content: center;
        -ms-align-content: center;
         -o-align-content: center;
            align-content: center;
    -webkit-justify-content: center;
       -moz-justify-content: center;
        -ms-justify-content: center;
         -o-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
       -moz-align-items: center;
        -ms-align-items: center;
         -o-align-items: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
       -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
         -o-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  body > .row > [class*='coffee-span-'].content-column {
    padding-right: 8px;
    padding-left: 8px;
  }

  body > .row > [class*='coffee-span-'].articles-nav {
    -webkit-flex-direction: column;
       -moz-flex-direction: column;
        -ms-flex-direction: column;
         -o-flex-direction: column;
            flex-direction: column;

    -webkit-align-content: center;
       -moz-align-content: center;
        -ms-align-content: center;
         -o-align-content: center;
            align-content: center;
    -webkit-justify-content: center;
       -moz-justify-content: center;
        -ms-justify-content: center;
         -o-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
       -moz-align-items: center;
        -ms-align-items: center;
         -o-align-items: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
       -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
         -o-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  body > .row > [class*='coffee-span-'].article-column {
    padding-right: 8px;
    padding-left: 8px;
  }

  .subgrid > .row > [class*='coffee-span-'].min-height-column {
    min-height: 0;
  }

  div.responsive-picture.bio-image {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }

  span.glyph-for-button.glyph-1 {
    width: 100%;
  }
}