:root {
  --white-color: #fff;
  --foreground-color: #fff;
  --background-color: #0055b8;
  --plyr-color-main: var(--background-color);
  --plyr-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.header {
  height: 0; }

.header h1 {
  font-size: calc(1.5em + 1vw);
  line-height: 1em; }

.header h1 span {
  display: none; }

.header h1 span.star {
  display: inline-block;
  text-indent: 9999999999999px;
  background-image: url(img/star.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  width: calc(0.2em + 1vw);
  height: calc(0.2em + 1vw); }

.header h1 .date {
  display: block;
  font-size: calc(0.35em + 1vw);
  padding-top: 1vw; }

@media only screen and (max-width: 1023px) {
  .header h1 {
    font-size: 1.5em; }
  .header h1 .date {
    font-size: 0.75em;
    display: none; } }

@media only screen and (max-width: 767px) {
  .footer-logo {
    position: relative;
    display: inline-block;
    margin: 1rem; }
  .footer-logo img,
  .footer-logo svg {
    width: 110px; } }

.opening-titles-container {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999999999999999;
  visibility: visible;
  opacity: 1;
  transition: opacity .5s ease-in-out; }

body.loaded .opening-titles-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility .5s 1s, opacity .5s 1s ease-in-out; }

.opening-titles {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-family: NeueHaasGrotesk, Arial, Helvetica, sans-serif;
  text-align: left; }

.opening-titles .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.opening-titles .title .main {
  font-size: calc(1.5em + 8vw);
  line-height: 1em;
  padding-bottom: 0.3em; }

.opening-titles .title .main span.star {
  display: inline-block;
  text-indent: -9999999999999px;
  background-image: url(img/star.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  width: calc(0.2em + 1vw);
  height: calc(0.2em + 1vw); }

.opening-titles .title .tagline {
  font-size: calc(1.5em + 0.4vw);
  line-height: 1.1em;
  width: 33vw; }

.opening-titles-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; }

@media only screen and (max-width: 767px) {
  .opening-titles .title .tagline {
    font-size: 0.8em;
    line-height: 1.2em;
    width: 40vw; } }

@media only screen and (max-width: 767px) {
  body {
    padding-top: 120px; }
  .comp-page-title.has-image {
    margin-top: -120px; } }

.button-outlined {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff; }

.button-small {
  font-size: 14px; }

.s-hidden {
  visibility: hidden;
  padding-right: 10px; }

.styled-select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin-right: 20px; }

.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  padding: 0 10px;
  font-weight: bold; }

.styledSelect:after {
  content: "\f078";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  font-size: 13px;
  top: 6px;
  right: 6px; }

.styledSelect:active,
.styledSelect.active {
  background-color: #eee; }

.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  background-color: white; }

.options li {
  margin: 0 0;
  padding: 4px 10px;
  font-weight: 300;
  border: 1px solid #f6f6f6;
  color: #000; }

.options li:hover {
  background-color: #d4d4d4;
  color: #000; }

.archive-filters {
  width: 300px;
  margin: 0 auto;
  text-align: center; }

.archive-filters .styled-select {
  font-family: NeueHaasGrotesk, Arial, Helvetica, sans-serif;
  width: 100%;
  height: 40px;
  background-color: #00000010;
  margin-bottom: 10px; }

.archive-filters .styledSelect {
  font-size: 2em;
  padding: 5px 10px 0;
  background-color: #00000010; }

.archive-filters a {
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  background-color: #9affde; }

.archive-filters .styledSelect:after {
  font-size: 18px;
  top: 20px;
  right: 13px; }

.opening-titles {
  background: transparent; }

.opening-titles::before {
  content: '';
  position: absolute;
  bottom: -40vh;
  left: -20vw;
  background: radial-gradient(circle at center, #fabf28, #fabf28 30%, transparent 65%, transparent 75%);
  background-repeat: no-repeat;
  width: 60vw;
  height: 60vw;
  border-radius: 100000000000000000px;
  z-index: -1; }

.opening-titles::after {
  content: '';
  position: absolute;
  bottom: 20vh;
  left: -30vw;
  background: radial-gradient(circle at center, #3f90ce, #3f90ce 30%, transparent 65%, transparent 75%);
  background-repeat: no-repeat;
  width: 50vw;
  height: 50vw;
  border-radius: 100000000000000000px;
  z-index: -1; }

.opening-titles-bg {
  background: #e7413a; }

.opening-titles-bg::before {
  content: '';
  position: absolute;
  bottom: -70vh;
  left: 10vw;
  background: radial-gradient(circle at center, #6fb865, #6fb865 30%, transparent 65%, transparent 75%);
  background-repeat: no-repeat;
  width: 60vw;
  height: 60vw;
  border-radius: 100000000000000000px;
  z-index: -1; }

body {
  background: linear-gradient(140deg, #e7413a 0%, #e7413a 85%, #6fb865 100%);
  background-attachment: fixed; }

body::before {
  content: '';
  position: fixed;
  top: 10vh;
  left: -30vw;
  background: radial-gradient(circle at center, #fabf28, #fabf28 30%, transparent 65%, transparent 75%);
  background-repeat: no-repeat;
  width: 50vw;
  height: 50vw;
  border-radius: 100000000000000000px;
  z-index: -1; }

body::after {
  content: '';
  position: fixed;
  top: 50vh;
  left: -20vw;
  background: radial-gradient(circle at center, #3f90ce, #3f90ce 30%, transparent 65%, transparent 75%);
  background-repeat: no-repeat;
  width: 50vw;
  height: 50vw;
  border-radius: 100000000000000000px;
  z-index: -1; }

.comp-menu,
.page-transition-mask-scale {
  background: linear-gradient(0deg, #e7413a 0%, #fabf28 95%); }

.page-transition-mask {
  background: linear-gradient(180deg, #fabf28 0%, #e7413a 100%); }

@media only screen and (max-width: 767px) {
  .opening-titles::before {
    top: 70vh;
    left: -30vw;
    width: 60vh;
    height: 60vh; }
  .opening-titles::after {
    top: 40vh;
    left: -40vw;
    width: 50vh;
    height: 50vh; }
  .opening-titles-bg::before {
    bottom: -30vh;
    left: 10vw;
    width: 60vh;
    height: 60vh; }
  body::before {
    top: 40vh;
    left: -50vw;
    width: 50vh;
    height: 50vh; }
  body::after {
    top: 70vh;
    left: -30vw;
    width: 50vh;
    height: 50vh; } }

@media only screen and (max-width: 767px) {
  body.page-portal .content-container {
    padding-top: 120px; } }

.comp-agenda .filter-bar {
  /* padding: 5px 15px; */
  /* background-color: #00000010; */
  text-align: left; }

.comp-agenda .filter-bar h5 {
  margin: 0.5rem 0 0.6rem 0; }

.comp-agenda .filter-bar .archive-filters {
  width: 100%; }

.comp-agenda .filter-bar .archive-filters .styledSelect {
  font-size: 1em;
  line-height: 1.5em;
  padding: 5px 5px 0;
  overflow: hidden; }

.comp-agenda .filter-bar .archive-filters .styledSelect:after {
  top: 5px; }

@media only screen and (min-width: 768px) {
  .comp-agenda .filter-bar {
    text-align: left; }
  .comp-agenda .filter-bar .archive-filters {
    display: inline-block; }
  .comp-agenda .filter-bar .archive-filters {
    width: calc(35% - 3px); }
  .comp-agenda .filter-bar .archive-filters:first-of-type {
    width: calc(100% - 3px); } }

.comp-menu-container {
  color: var(--foreground-color); }

.menu-primary li:hover > a {
  color: var(--foreground-color); }

.menu-social-links li a:hover {
  color: var(--foreground-color); }

