@font-face {
  font-family: "COSO";
  src: url("_assets/coso.woff2") format("woff2");
}
html, body {
  min-height: 100%;
  margin: 0px;
  padding: 0px;
  background: #d6d8dc;
  color: #FFF;
  height: 100%;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  overflow-x: hidden;
}

a:link {
  color: #a1acbf;
  text-decoration: underline;
}
a:visited {
  color: #607a9f;
  text-decoration: underline;
}
a:hover {
  color: #607a9f;
  text-decoration: none;
}
a:active {
  color: #002554;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

h1, h2, h3, h4, h5, h6, dt, th, #topbar, #bottombar {
  font-family: "COSO", serif;
  font-weight: normal;
  font-style: normal;
  margin: 0px;
}

h3 {
  font-size: 30px;
  line-height: 32px;
  background: #002554;
  color: #FFF;
  border-radius: 5px;
  padding: 15px 10px 10px 10px;
  margin-bottom: 10px;
}
h3 a:link, h3 a:visited {
  color: #FFF;
  text-decoration: none;
}
h3 a:hover {
  text-decoration: underline;
}
h3 a:active {
  text-decoration: none;
}

h4 {
  font-size: 24px;
  line-height: 26px;
  background: #d6d8dc;
  border-radius: 5px;
  padding: 15px 10px 10px 10px;
}
h4 a:link, h4 a:visited {
  color: #002554;
  text-decoration: none;
}
h4 a:hover {
  text-decoration: underline;
}
h4 a:active {
  text-decoration: none;
}

.wide {
  display: none;
}
@media (min-width: 450px) {
  .wide {
    display: inline;
  }
}

strong {
  font-weight: 700;
}

p {
  margin: 10px 0px;
}
p.center {
  text-align: center;
}

.wrap, header > *, section > *, footer > * {
  max-width: 800px;
  margin: 0px auto;
  padding: 0px 10px;
}
@media (min-width: 450px) {
  .wrap, header > *, section > *, footer > * {
    padding: 0px 62px 0px 10px;
  }
}
@media (min-width: 650px) {
  .wrap, header > *, section > *, footer > * {
    padding: 0px 62px 0px 0px;
  }
}

a.button {
  display: inline-block;
  color: #002554;
  background: #FFF;
  box-shadow: 0px 0px 10px #a1acbf;
  padding: 10px 15px;
  margin: 10px 0px;
  border-radius: 20px;
  border: 1px solid #FFF;
  cursor: pointer;
}
a.button:link, a.button:visited {
  color: #002554;
  background: #FFF;
  text-decoration: none;
}
a.button:hover {
  background: #002554;
  color: #FFF;
}
a.button:active {
  background: #607a9f;
}
a.button.feature {
  border: 1px solid #002554;
}

nav {
  position: fixed;
  z-index: 999;
  height: 100%;
  top: 0px;
  left: 100%;
  width: 100%;
  background: #FFF;
  color: #002554;
  box-shadow: 0px 0px 10px #002554;
  transition: left 0.25s;
}
@media (min-width: 450px) {
  nav {
    left: calc(100% - 32px - 20px);
    width: 350px;
  }
  nav:not(.open):hover {
    left: calc(100% - 32px - 25px);
  }
  nav:not(.open) #always-visible a:first-child:after {
    content: "menu";
  }
}
nav.open {
  left: 0px;
}
@media (min-width: 450px) {
  nav.open {
    left: calc(100% - 350px);
  }
}
nav.open #always-visible a:first-child:after {
  content: "close";
}
nav > * {
  display: inline-block;
}
nav #always-visible {
  box-sizing: border-box;
  height: 100%;
  padding: 10px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  vertical-align: middle;
  cursor: pointer;
  text-align: right;
}
nav #always-visible a {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  font-size: 32px;
}
nav #always-visible a:first-child {
  float: left;
}
nav #always-visible a:link, nav #always-visible a:visited, nav #always-visible a:hover, nav #always-visible a:active {
  color: #002554;
  text-decoration: none;
}
nav #always-visible a:hover {
  color: #a1acbf;
}
nav dl {
  vertical-align: top;
  padding: 0px;
  margin: 20px;
  margin-top: 20px;
  height: calc(100% - 40px);
  width: 250px;
  overflow-y: auto;
}
nav dl dt {
  font-size: 24px;
  margin: 0px;
}
nav dl dt:not(:first-child) {
  padding-top: 10px;
}
nav dl dd {
  font-size: 16px;
  margin: 0px 0px 0px 20px;
  padding-top: 5px;
}
nav dl dd a:link, nav dl dd a:visited {
  color: #002554;
  text-decoration: none;
}
nav dl dd a:hover {
  text-decoration: underline;
}
nav dl dd a:active {
  text-decoration: none;
}

#topbar {
  position: relative;
  background: #002554;
  color: #FFF;
  border-bottom: 1px solid #a1acbf;
  z-index: 998;
  line-height: 45px;
  height: 40px;
}
#topbar > div > * {
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  font-size: 16px;
}
@media (min-width: 450px) {
  #topbar > div > * {
    font-size: 20px;
  }
}
@media (min-width: 450px) {
  #topbar {
    line-height: 55px;
    height: 50px;
  }
}
#topbar a:link, #topbar a:visited, #topbar a:hover, #topbar a:active {
  color: #FFF;
  text-decoration: none;
}
#topbar #logo {
  background-color: #FFF;
  background-image: url("_assets/logo-blue.jpeg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 0px 0px 10px #002554;
  width: 50px;
  height: 50px;
}
@media (min-width: 450px) {
  #topbar #logo {
    width: 120px;
    height: 70px;
  }
}
#topbar h1 {
  padding: 0px 20px;
}
#topbar address {
  float: right;
  font-style: normal;
}
#topbar address a:link, #topbar address a:visited, #topbar address a:hover, #topbar address a:active {
  color: #FFF;
  text-decoration: none;
}
#topbar address a:hover {
  color: #a1acbf;
}
#topbar address span {
  vertical-align: sub;
}
@media (max-width: 650px) {
  #topbar address {
    display: none !important;
  }
}
#topbar a.navlink {
  position: absolute;
  top: 0px;
  right: 10px;
  line-height: 40px;
  font-size: 20px;
}
@media (min-width: 450px) {
  #topbar a.navlink {
    display: none !important;
  }
}

#banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-image: var(--bkgimg, url("_assets/banner-bkg.jpg"));
  padding: 20px 0px 200px 0px;
}
#banner a.button {
  box-shadow: 0px 0px 10px #000;
}
#banner h2 {
  font-size: 52px;
  line-height: 54px;
  margin: 36px 0px;
  text-shadow: 0px 0px 5px #000;
}
#banner:after {
  content: " ";
  background: #d6d8dc;
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 0px;
  left: -50px;
  width: calc(100% + 100px);
  height: 100px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}
#banner + * {
  position: relative;
  margin-top: -150px;
}

@media (min-width: 450px) {
  .columns, .twocol > div, .features > div {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
  .columns > *, .twocol > div > *, .features > div > * {
    flex-grow: 1;
  }
}

.twocol article, .features article {
  box-sizing: border-box;
  background: #FFF;
  color: #002554;
  border-radius: 10px;
  padding: 15px;
  margin: 0px 0px 30px 0px;
}
@media (min-width: 450px) {
  .twocol article, .features article {
    width: calc(50% - 15px);
  }
}

.features article {
  text-align: center;
}

.modules article {
  position: relative;
  padding: 15px;
  margin: 0px 0px 30px 0px;
  background: #FFF;
  color: #002554;
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}
.modules article h4 {
  font-size: 30px;
  line-height: 32px;
  padding: 15px 0px 10px 0px;
  background: #d6d8dc;
  border-radius: 5px;
}
.modules article h5 {
  font-size: 20px;
  line-height: 24px;
  margin: 10px 0px 0px 10px;
}
.modules article p {
  padding: 0px 10px;
}
.modules article:after {
  content: " ";
  display: block;
  background-image: var(--bkgimg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 40%;
  height: 100%;
  top: 0px;
}
.modules article:nth-child(odd) > * {
  margin-left: calc(40% + 10px);
}
.modules article:nth-child(odd) > h4 {
  margin-left: 0px;
  padding-left: calc(40% + 20px);
  padding-right: 10px;
}
.modules article:nth-child(odd) > h5 {
  margin-left: calc(40% + 20px);
}
.modules article:nth-child(odd) > a.button {
  margin-left: calc(40% + 20px);
}
.modules article:nth-child(odd):after {
  left: 0px;
}
.modules article:nth-child(even) > * {
  margin-right: calc(40% + 10px);
}
.modules article:nth-child(even) > h4 {
  margin-right: 0px;
  padding-right: calc(40% + 20px);
  padding-left: 10px;
}
.modules article:nth-child(even) > h5 {
  margin-left: 10px;
}
.modules article:nth-child(even) > a.button {
  margin-right: calc(40% + 20px);
  margin-left: 10px;
}
.modules article:nth-child(even):after {
  right: 0px;
}

.fullwidth-feature article {
  padding: 15px;
  background: #FFF;
  color: #002554;
  border-radius: 15px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin: 0px 0px 30px 0px;
}
.fullwidth-feature article a.button {
  margin-left: 10px;
}
@media (min-width: 450px) {
  .fullwidth-feature article > *:not(h3) {
    margin: 10px calc(50% + 15px) 10px 10px;
  }
  .fullwidth-feature article:after {
    content: " ";
    display: block;
    width: calc(50% - 30px);
    height: calc(100% - 70px - 32px);
    background-image: var(--bkgimg, url("_assets/6603-cellos.jpg"));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 87px;
    right: 15px;
    border-radius: 5px;
  }
}

.personnel small {
  color: #607a9f;
  margin-left: 10px;
}

.generic article {
  padding: 15px;
  margin: 0px 0px 30px 0px;
  background: #FFF;
  color: #002554;
  border-radius: 15px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.generic article dl dt {
  font-size: 120%;
  margin-top: 10px;
}
.generic article dl.accordion {
  margin-left: 10px;
}
.generic article dl.accordion dt {
  cursor: pointer;
}
.generic article dl.accordion dt:hover {
  text-decoration: underline;
}
.generic article dl.accordion dt:not(:first-child) {
  margin-top: 10px;
}
.generic article dl.accordion dt.open + dd {
  display: block;
}
.generic article dl.accordion > dd {
  display: none;
}
.generic article dl.detail-list div {
  clear: left;
  margin-top: 10px;
}
.generic article dl.detail-list div dt {
  display: block;
  float: left;
  margin-top: 0px;
  width: 120px;
  margin-right: 10px;
  text-align: right;
}
.generic article dl.detail-list div dt:after {
  content: ": ";
}
.generic article dl.detail-list div dd {
  display: block;
  margin-left: 0px;
  padding-left: 130px;
}
.generic article dd.subscription {
  font-weight: 700;
}
.generic article dd.inactive {
  opacity: 0.7;
}
.generic article table {
  width: 100%;
  border-collapse: collapse;
}
.generic article table th {
  background: #d6d8dc;
}
.generic article table th, .generic article table td {
  padding: 10px;
  text-align: left;
}
.generic article form li {
  padding: 20px;
}
.generic article form input, .generic article form textarea, .generic article form select {
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  margin-bottom: 5px;
}
.generic article p {
  margin-left: 10px;
}
.generic article ul {
  margin: 10px 0px;
}
.generic article ul li {
  margin-bottom: 10px;
}
.generic article ul.personnel {
  list-style-type: none;
  padding-left: 10px;
}
.generic article ul.personnel li {
  margin-bottom: 5px;
}

#filelist img {
  height: 50px;
  width: auto;
  margin: 10px 20px;
  vertical-align: middle;
}

.imgitems > div article {
  text-align: center;
  font-size: 120%;
  font-family: "COSO", serif;
  list-style-type: none;
}
.imgitems > div article:last-child:after {
  display: none;
}
.imgitems > div article small, .imgitems > div article img {
  display: block;
  margin: 0px auto 10px auto;
}
.imgitems > div article details[open] span {
  display: block;
  font-family: "Figtree", sans-serif;
  font-size: 75%;
  line-height: 1.2em;
  margin: 10px;
}

.sponsor {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.sponsor:last-child {
  margin-bottom: 0px;
}
.sponsor img {
  max-height: 100px;
  max-width: 100px;
  margin-right: 10px;
}
.sponsor a:link, .sponsor a:visited, .sponsor a:hover, .sponsor a:active {
  color: #002554;
  text-decoration: none;
}

div.col12 > * {
  flex-grow: 2;
}
div.col12 > *:first-child {
  flex-grow: 1;
  min-width: 33%;
}
div.col12 > * > * {
  background: #FFF;
  color: #002554;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
@media (min-width: 450px) {
  div.col12 {
    margin-bottom: 30px;
    display: flex;
    gap: 30px;
  }
  div.col12 > * > *:last-child {
    margin-bottom: 0px;
  }
}
div.col12 .artists ul, div.col12 .tickets ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px 0px 0px 10px;
}
div.col12 .artists ul li, div.col12 .tickets ul li {
  padding: 0px;
  margin: 10px 0px;
}
div.col12 .artists small, div.col12 .tickets small {
  display: block;
  font-size: 14px;
  line-height: 1em;
}
div.col12 .artists p, div.col12 .artists a.button, div.col12 .tickets p, div.col12 .tickets a.button {
  margin-left: 10px;
}
div.col12 .tickets {
  font-size: 18px;
}
div.col12 .tickets .address {
  font-size: 14px;
}
div.col12 .description p {
  padding: 0px 10px;
}

.program ul {
  margin: 0px 10px;
  padding: 0px;
}
.program ul li {
  margin: 20px 0px;
  padding: 0px;
  list-style-type: none;
}
.program ul li ol {
  margin: 0px;
  padding: 0px 0px 0px 40px;
}
.program ul li ol li {
  margin: 0px;
  padding: 0px;
  list-style-type: upper-roman;
}
.program .credit {
  float: right;
  text-align: right;
}
.program .credit span.arranger {
  display: block;
}
.program cite {
  font-style: normal;
  font-weight: 700;
}
.program cite, .program span {
  display: inline;
}
.program .arranger:not(:empty):before {
  content: "arranged by ";
}
.program .composition_date {
  display: block;
}
@media (min-width: 450px) {
  .program .composition_date {
    display: inline;
  }
}
.program .composition_date:not(:empty):before {
  content: " (";
}
.program .composition_date:not(:empty):after {
  content: ")";
}
.program .performer {
  text-align: center;
  font-style: italic;
  clear: both;
}

form.publicform ul, form.publicform li {
  margin: 0px !important;
  padding: 10px 0px !important;
  list-style-type: none;
  clear: both;
}
form.publicform ul {
  margin-left: 10px !important;
}
form.publicform input[type=checkbox] {
  float: left;
  width: auto;
  margin-right: 10px;
}
#bottombar {
  z-index: 998;
  bottom: 0px;
  width: 100%;
  background: #002554;
  color: #FFF;
  padding: 20px 0px;
  font-size: 6px;
  text-align: right;
}
#bottombar small {
  float: left;
  font-size: 16px;
  line-height: 24px;
  display: none;
}
@media (min-width: 450px) {
  #bottombar small {
    display: inline;
  }
}
#bottombar a {
  padding-left: 10px;
}
#bottombar a:link, #bottombar a:visited, #bottombar a:hover, #bottombar a:active {
  color: #FFF;
  text-decoration: none;
}
#bottombar a img {
  height: 24px;
  width: auto;
}
#bottombar div:before {
  display: block;
  content: " ";
  background: url("_assets/logo-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 48px;
  float: left;
}

#message {
  border-radius: 15px;
  background: #FFF;
  color: #002554;
  border: 1px solid #002554;
  box-shadow: 0px 0px 10px #002554;
  opacity: 0;
  transition: opacity 0.25s;
}
#message::backdrop {
  background: rgba(0, 0, 0, 0.65);
}

/*# sourceMappingURL=coso.css.map */
