/* 2025 style start */
h1 {
  color: #999999;
}

h2.big-h2 strong {
  color: #FAAE3E;
}

h2.big-h2 {
  color: #FAAE3E;
}


h2.title-border-bottom {
  color: #3499CC;
}

h2.event-title {
  color: #003366;
}

h2.underline {
  text-decoration-color: #000000;
  color: #0F3F6F;
}
h2.underline2026 {
  text-decoration-color: #fff;
  color: #EC9039;
}

p.big-date {
  color: #FFFFFF;
}

p.cast-text{
  color: #000000;
}

p.cast-name{
  color: #333333;
}

p.cast-role{
  color: #333333;
}

p.cast-position{
  color: #888888;
}

p.big-text{
  color: #000000;
}

p{
  color: #333333;
}

p.small-text.editor-2025{
  color: #333333;
}

a.big-link{
  color: #77401C;
}

a.big-link:hover{
  color: #FFFFFF;
}


.mtpc_header .navigation > ul.menu > li a, .mtpc_header .navigation > ul.menu > li span{
  color: #888888;
}
a.gray-button.editor-2025.active,
a.black-button.editor-2025.active,
a.gray-button.editor-2025.text-btn.active,
a.black-button.editor-2025.text-btn.active,
a.gray-button.editor-2025:hover,
a.black-button.editor-2025:hover,
a.gray-button.editor-2025.text-btn:hover
a.black-button.editor-2025.text-btn:hover{
  color: #333333;
  border-color: #FAAE3E;
  background-color: #FAAE3E;
}
/* 2025 style end */

/* 2026 style start */
h2.big-h2-2026 strong {
  color: #c66b1b;
}

h2.big-h2-2026 {
  color: #c66b1b;
}
a.big-link2026{color: #FFDB00;}
a.big-link2026:hover{color: #FFFFFF;}

a.gray-button.editor-2026.active,
a.black-button.editor-2026.active,
a.gray-button.editor-2026.text-btn.active,
a.black-button.editor-2026.text-btn.active,
a.gray-button.editor-2026:hover,
a.black-button.editor-2026:hover,
a.gray-button.editor-2026.text-btn:hover
a.black-button.editor-2026.text-btn:hover{
  color: #fff;
  border-color: #17336D;
  background-color: #17336D;
}
/* 2026 style end */

/* 2024 style start */
a.black-button,
a.black-button.text-btn{
  color: #999999;
  border-color: #333333;
}

a.gray-button,
a.gray-button.text-btn{
  color: #CCCCCC;
  border-color: #CCCCCC;
}

a.gray-button.active,
a.black-button.active,
a.gray-button.text-btn.active,
a.black-button.text-btn.active,
a.gray-button:hover,
a.black-button:hover,
a.gray-button.text-btn:hover,
a.black-button.text-btn:hover{
  color: #FFFFFF;
  border-color: #E83527;
  background-color: #E83527;
}