body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Playfair Display', serif;
  font-size: 16px;
}

@font-face {
  font-family: 'icons';
  src: url("/centenary/wp-content/themes/menuhin/_includes/icons/menuhin-blog.eot?1zd7ps");
  src: url("/centenary/wp-content/themes/menuhin/_includes/icons/menuhin-blog.eot?#iefix1zd7ps") format("embedded-opentype"),url("/centenary/wp-content/themes/menuhin/_includes/icons/menuhin-blog.woff?1zd7ps") format("woff"),url("/centenary/wp-content/themes/menuhin/_includes/icons/menuhin-blog.ttf?1zd7ps") format("truetype"),url("/centenary/wp-content/themes/menuhin/_includes/icons/menuhin-blog.svg?1zd7ps#menuhin-blog") format("svg");
  font-weight: normal;
  font-style: normal;
}

@-webkit-keyframes bounceRight {
  0% {
    -webkit-transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes bounceRight {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes bounceLeft {
  0% {
    -webkit-transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes bounceLeft {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes fadein {
  from {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }

  to {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    transform: translateX(50%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.header {
  padding: 176px 16px;
  padding: 11rem 1rem;
  text-align: center;
  background-color: #133b57;
  background-image: url(/centenary/wp-content/themes/menuhin/_includes/images/banner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  border-bottom: 5px solid #d91a2b;
}

body.events .header {
  background-image: url(/_includes/img/header--wide.jpg);
  padding: 102px 1rem
}

.header-dates {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  font-size: 28.8px;
  font-size: 1.8rem;
}

.header-icon:before {
  content: '⬦';
  font-family: Icons;
  font-size: 14.4px;
  font-size: 0.9rem;
  margin: 0 0.5em;
  opacity: 0.8;
}

.header-title {
  font-size: 59.2px;
  font-size: 3.7rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  font-weight: 900;
}

.header-copy {
  display: inline-block;
  max-width: 18em;
  font-size: 32px;
  font-size: 2rem;
  font-style: italic;
  line-height: 1.3em;
  opacity: 0.7;
}

.header-button {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50px;
  padding: 11.2px 35.2px;
  padding: 0.7rem 2.2rem;
  font-family: 'proxima-nova', sans-serif;
  text-transform: uppercase;
  background-color: #d91a2b;
}

.header-button:link,
.header-button:visited,
.header-button:active {
  color: #fff;
  text-decoration: none;
}

.header-button-icon:before {
  content: '↞';
  font-family: Icons;
  font-size: 16px;
  font-size: 1rem;
  line-height: 30.4px;
  line-height: 1.9rem;
  margin-right: 11px;
}

.header-button-text {
  vertical-align: text-top;
}

.header { position: relative; }

.header .navigation {
  width: 100%;
  background-color: #d91a2b;
  display: inline-block;
  font-family: "proxima-nova",sans-serif;
  left: 0;
  text-transform: uppercase;
  bottom: 0px;
  left: 0px;
  right: 0px;
  float: left;
  position: absolute;
  width: 100%;
  padding-top: 0.4rem;
}

.header .navigation ul { padding: 0.4rem 1.1rem; width: 25rem; overflow: hidden; margin-left: auto; margin-right: auto;}
body.centenary .header .navigation ul { width: 30rem; }
.header .navigation li { float: left; padding-right: 4rem}
.header .navigation li.last { padding-right: 0rem; }
.header .navigation li a { color: #FFFFFF; text-decoration: none;}
.header .navigation li.selected { font-weight: bold; }

@media only screen and (max-width: 600px) { 
     .header .navigation { padding: 0 0 0 0;}
     .header .navigation ul { width: 90%;}
     .header .navigation li { padding-top: 1rem; padding-right: 2rem}
     .header .navigation li.last { padding-bottom: 0.5rem;}
}



@media only screen and (max-width: 600px) {
  .header-title {
    margin-bottom: 6rem;
  }

  .header-copy {
    display: none;
  }
}

.hero {
  display: block;
  padding: 48px 24px;
  padding: 3rem 1.5rem;
  text-align: center;
  border: 4px solid #d91a2b;
  color: #d91a2b;
  text-decoration: none;
}

.hero-title {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-weight: 900;
  line-height: 1.25em;
  font-size: 35px;
  font-size: 2.1865rem;
}

.hero-device:before {
  content: '⬥';
  font-family: Icons;
}

.hero-description {
  padding-top: 24px;
  padding-top: 1.5rem;
  line-height: 1.25em;
  font-size: 20px;
  font-size: 1.25rem;
}

.postGrid {
  overflow: hidden;
  padding-top: 24px;
  padding-top: 1.5rem;
}

.postGrid-item {
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding: 1.5em;
}

@media only screen and (min-width: 600px) and (max-width: 950px) {
  .postGrid-item {
    width: 50%;
  }
}

@media only screen and (min-width: 951px) and (max-width: 1300px) {
  .postGrid-item {
    width: 33%;
  }
}

@media only screen and (min-width: 1301px) and (max-width: 2000px) {
  .postGrid-item {
    width: 25%;
  }
}

@media only screen and (min-width: 2001px) {
  .postGrid-item {
    width: 20%;
  }
}

.panel,
.panel--withImage {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  color: #fff;
  background-color: #133b57;
}

.panel:link,
.panel--withImage:link,
.panel:visited,
.panel--withImage:visited {
  text-decoration: none;
  color: #fff;
}

.panel-image {
  width: 100%;
  vertical-align: middle;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: all 0.5s;
}

.panel-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
  max-height: 100%;
  padding-bottom: 1px;
}

.panel-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.5);
}

.panel-title {
  padding-top: 72px;
  padding-top: 4.5rem;
  padding-left: 32px;
  padding-left: 2rem;
  padding-right: 32px;
  padding-right: 2rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
}

.panel-device:before {
  display: inline-block;
  content: '⬦';
  font-family: Icons;
  color: #d91a2b;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.panel-description,
.panel-description--lastElement {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  padding-left: 32px;
  padding-left: 2rem;
  padding-right: 32px;
  padding-right: 2rem;
  font-style: italic;
  line-height: 22.4px;
  line-height: 1.4rem;
}

.panel-description--lastElement {
  margin-bottom: 72px;
  margin-bottom: 4.5rem;
}

.panel-button {
  display: inline-block;
  padding: 9.6px 20.8px;
  padding: 0.6rem 1.3rem;
  margin-bottom: 72px;
  margin-bottom: 4.5rem;
  border: 1px solid #a1abb4;
  font-family: 'proxima-nova', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  transition: background-color 0.5s;
}

.panel:hover .panel-button,
.panel--withImage:hover .panel-button {
  background-color: #fff;
  border-color: #fff;
  color: black;
  color: rgba(1,1,1,0.75);
}

.panel--withImage .panel-title {
  padding-top: 0;
}

.panel--withImage .panel-device:before {
  content: '⬥';
  color: #fff;
}

.panel--withImage .panel-button {
  margin-bottom: 0;
}

.panel--withImage:hover .panel-image {
  opacity: 0.7;
}

.eventPanelWithImage {
  background-color: #133b57;
}

.eventPanelWithImage-image {
  width: 100%;
}

.eventPanelWithImage-link {
  display: block;
  padding: 32px;
  padding: 2rem;
}

.eventPanelWithImage-link:link,
.eventPanelWithImage-link:visited {
  text-decoration: none;
  color: inherit;
}

.eventPanelWithImage-title {
  font-size: 26px;
  font-size: 1.625rem;
  color: #fff;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.eventPanelWithImage-icon:before {
  content: '↠';
  font-family: Icons;
  color: #d91a2b;
  font-size: 12px;
  font-size: 0.75rem;
}

.eventPanelWithImage-description {
  color: #a1abb4;
  font-family: 'proxima-nova', sans-serif;
  line-height: 19.2px;
  line-height: 1.2rem;
}

.eventPanelWithImage-link:hover .eventPanelWithImage-icon {
  display: inline-block;
  animation: bounceRight 1s;
  -webkit-animation: bounceRight 1s;
}

.audioPlayer {
  position: relative;
  overflow: hidden;
  padding: 16px 0;
  padding: 1rem 0;
  border-top: 2px solid #d91a2b;
  border-bottom: 2px solid #d91a2b;
  cursor: pointer;
}

.audioPlayer * {
  pointer-events: none;
}

.audioPlayer-button {
  float: left;
  font-family: Icons;
}

.audioPlayer-button:before {
  content: '▶';
  margin-right: 16px;
  margin-right: 1rem;
  margin-left: 8px;
  margin-left: 0.5rem;
  color: #d91a2b;
  font-size: 40px;
}

.audioPlayer-button.isPlaying:before {
  content: '◼' !important;
}

.audioPlayer-title {
  overflow: hidden;
  margin-left: 64px;
  white-space: nowrap;
  color: #d91a2b;
  font-style: italic;
  font-size: 20px;
  font-size: 1.25rem;
}

.audioPlayer-title-inner {
  display: inline-block;
  position: relative;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  left: 0;
}

.audioPlayer-artist {
  white-space: nowrap;
  color: #d91a2b;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: 'proxima-nova', sans-serif;
  text-transform: uppercase;
}

.audioPlayer-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background-color: #EFBFC4;
  transition: width .25s;
}

.videoPreview {
  border-bottom: 1px solid #a1abb4;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}

.videoPreview .arve-thumb-wrapper {
  max-width: 100% !important;
}

.videoPreview .arve-play-background {
  background-image: none !important;
  background-color: rgba(0,0,0,0.5) !important;
  opacity: 1;
}

.videoPreview .arve-play-background:before,
.videoPreview .arve-play-background:after {
  content: '▷';
  font-family: Icons;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 64px;
  font-size: 4rem;
  text-decoration: none;
  color: #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: opacity 0.5s;
}

.videoPreview .arve-play-background:after {
  content: '▶';
  opacity: 0;
}

.videoPreview .arve-play-background:hover:before {
  opacity: 0;
}

.videoPreview .arve-play-background:hover:after {
  opacity: 1;
}

.videoPreview-link {
  display: block;
  position: relative;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.videoPreview-title {
  display: inline;
  color: #133b57;
  font-size: 20.8px;
  font-size: 1.3rem;
  line-height: 25.6px;
  line-height: 1.6rem;
}

.videoPreview-description {
  display: inline;
  color: #a1abb4;
  font-size: 20.8px;
  font-size: 1.3rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  font-style: italic;
}

.nav {
  position: relative;
  background-color: #d91a2b;
  color: #fff;
  padding: 16px 0 24px;
  padding: 1rem 0 1.5rem;
  text-align: center;
}

.nav-homeLink {
  position: absolute;
  left: 0;
  padding-left: 32px;
  padding-left: 2rem;
  padding-right: 32px;
  padding-right: 2rem;
}

.nav-homeLink:before {
  content: '↞';
  font-family: Icons;
  font-size: 16px;
  font-size: 1rem;
  line-height: 30.4px;
  line-height: 1.9rem;
}

.nav-homeLink:link,
.nav-homeLink:visited {
  text-decoration: none;
  color: #fff;
}

.nav-homeLink:hover {
  animation: bounceLeft 1s;
  -webkit-animation: bounceLeft 1s;
}

.nav-title {
  font-size: 24px;
  font-size: 1.5rem;
}

.nav-icon:before {
  content: '⬦';
  font-family: Icons;
  font-size: 14.4px;
  font-size: 0.9rem;
  margin: 0 0.5em;
  opacity: 0.8;
}

.centeredContent {
  margin: auto;
  max-width: 688px;
  max-width: 43rem;
  padding-left: 8px;
  padding-left: 0.5rem;
  padding-right: 8px;
  padding-right: 0.5rem;
}

.articleHeader {
  text-align: center;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

.articleHeader-image {
  margin-top: 64px;
  margin-top: 4rem;
  margin-bottom: 64px;
  margin-bottom: 4rem;
  border-radius: 50%;
}

.articleHeader-title {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  color: #133b57;
}

.articleHeader-author {
  display: block;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  color: #133b57;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  font-size: 15.2px;
  font-size: 0.95rem;
  text-transform: uppercase;
  opacity: 0.5;
}

.articleHeader-author:before {
  content: 'By ';
  color: #a1abb4;
  text-transform: none;
}

.articleHeader-device {
  display: block;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

.articleHeader-device:before {
  content: '-';
  font-family: Icons;
  color: #d91a2b;
  font-size: 12px;
  font-size: 0.75rem;
}

.articleHeader-description {
  text-align: left;
  font-size: 25px;
  font-size: 1.5625rem;
  font-style: italic;
  line-height: 1.3em;
  color: #133b57;
}

.articleContent {
  font-family: 'proxima-nova', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4em;
  color: #133b57;
}

.articleContent h1,
.articleContent h2,
.articleContent h3 {
  color: #d91a2b;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 1em;
}

.articleContent p:first-of-type::first-letter {
  float: left;
  padding-right: 0.125em;
  font-family: 'Playfair Display', serif;
  font-size: 3em;
  line-height: 0.8em;
  font-weight: 900;
  text-transform: uppercase;
}

.articleContent>p {
  margin-bottom: 1.5em;
}

.articleContent>hr {
  margin-bottom: 1.5em;
}

.articleContent>p strong {
  font-weight: bold;
}

.articleContent>p em {
  font-style: italic;
}

.articleContent>blockquote {
  float: right;
  width: 50%;
  margin: 1em -25% 1em 1em;
  border-left: 1px solid #133b57;
  padding-left: 0.8em;
  font-size: 1.25em;
  line-height: 1.25em;
  font-style: italic;
  font-family: 'Playfair Display', serif;
}

.articleContent>blockquote p {
  display: inline;
}

.articleContent>blockquote:before {
  content: '“';
}

.articleContent>blockquote:after {
  content: '”';
}

@media only screen and (max-width: 1035px) {
  .articleContent>blockquote {
    margin-right: 0;
  }
}

@media only screen and (max-width: 400px) {
  .articleContent>blockquote {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    margin-bottom: 1em;
    padding: 0;
    border: none;
  }
}

.articleContent>blockquote.is_visible {
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
}

.articleFooter {
  text-align: center;
  border-top: 1px solid #a1abb4;
  margin-top: 64px;
  margin-top: 4rem;
  padding-top: 48px;
  padding-top: 3rem;
  margin-bottom: 64px;
  margin-bottom: 4rem;
}

.articleFooter-by {
  margin-bottom: 11.2px;
  margin-bottom: 0.7rem;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 500;
  font-size: 17.6px;
  font-size: 1.1rem;
  color: #a1abb4;
}

.articleFooter-author {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 24px;
  font-size: 1.5rem;
  color: #133b57;
  font-weight: 700;
}

.articleFooter-device {
  display: inline-block;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 12.8px;
  font-size: 0.8rem;
}

.articleFooter-device:before {
  content: '⬦';
  font-family: Icons;
  color: #d91a2b;
}

.articleFooter-date {
  font-family: 'Playfair Display', serif;
  color: #133b57;
  font-weight: 300;
}

.eventRow {
  padding: 40px 16px;
  padding: 2.5rem 1rem;
}

.eventRow-inner {
  margin: auto;
  overflow: hidden;
  max-width: 1200px;
  max-width: 75rem;
  padding: 32px 0;
  padding: 2rem 0;
  border-bottom: 1px solid #a1abb4;
}

.eventRow-inner:last-child {
  border: none;
}

.eventRow-left {
  float: left;
  width: 50%;
  padding-right: 16px;
  padding-right: 1rem;
  box-sizing: border-box;
}

.eventRow-right {
  float: left;
  width: 50%;
  padding-left: 16px;
  padding-left: 1rem;
  box-sizing: border-box;
}

.eventRow-image {
  width: 100%;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.eventRow-title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  color: #133b57;
}

.eventRow-dates {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 24px;
  font-size: 1.5rem;
  color: #a1abb4;
}

.eventRow-subtitle {
  font-family: 'proxima-nova', sans-serif;
  color: #d91a2b;
}

.eventRow-shortDescription {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-family: 'proxima-nova', sans-serif;
  font-weight: bold;
  color: #133b57;
}

.eventRow-longDescription p {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-family: 'proxima-nova', sans-serif;
  color: #133b57;
}

.eventRow-link {
  display: inline-block;
  left: 0;
  top: 50px;
  padding: 12px 16px 10.4px 24px;
  padding: 0.75rem 1rem 0.65rem 1.5rem;
  font-family: 'proxima-nova', sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  background-color: #d91a2b;
  color: #fff;
  text-decoration: none;
}

.eventRow-link:after {
  content: '↠';
  font-family: Icons;
  font-size: 8px;
  font-size: 0.5rem;
  margin-left: 8px;
  margin-left: 0.5rem;
}

@media only screen and (max-width: 770px) {
  .eventRow-left,
  .eventRow-right {
    width: 100%;
    padding: 0;
  }

  .eventRow-image {
    margin-top: 1rem;
  }

  .eventRow-link {
    float: right;
  }
}
