@font-face {
  font-family: 'ERNESTO BOLD';
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/ernesto-700.eot');
  src: url('../fonts/ernesto-700.eot?wtf') format('embedded-opentype'), url('../fonts/ernesto-700.woff') format('woff'), url('../fonts/ernesto-700.ttf') format('opentype');
}
@font-face {
  font-family: 'ERNESTO';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/ernesto-400.eot');
  src: url('../fonts/ernesto-400.eot?wtf') format('embedded-opentype'), url('../fonts/ernesto-400.woff') format('woff'), url('../fonts/ernesto-400.ttf') format('opentype');
}
/* nunito-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/nunito-sans-v18-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nunito-sans-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/nunito-sans-v18-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


html {
  font-size: 14px;
}
@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
}
body {
  font-family: "ERNESTO BOLD", sans-serif;
  background: #ddd;
  color: #000;
  padding-top: 100px;
}
@media (min-width: 768px) {
  body {
    padding-top: 140px;
  }
}
@media (min-width: 992px) {
  body {
    padding-top: 0;
  }
}
body .container {
  width: 100%;
  padding-right: 35px;
  padding-left: 8px;
}
@media (min-width: 992px) {
  body .container {
    width: 1000px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
body.noscroll {
  position: fixed;
  overflow: hidden;
}
p{
  font-family: 'Nunito Sans', Georgia, Times, "Times New Roman", serif;
  font-size: 1rem;
}
div.section ul, div.block ul:not(.calendar), blockquote {
  font-family: 'Nunito Sans', Georgia, Times, "Times New Roman", serif;
}
a {
  color: var(--theme-color);
}
a:hover {
  color: #888;
}
input[type=text] {
  border-radius: 0;
  background: #ddd;
  padding: 3px 6px;
  border: none;
  text-transform: uppercase;
  margin-bottom: .4em;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font-size: 1em;
  width: 100%;
  padding: 3px 6px;
  text-transform: uppercase;
  background: #ddd;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 16 / 9;
}
.font-size-sm {
  font-size: 14px ! important;
}
.mt-0 {
  margin-top: 0 ! important;
}
.header-transparent header {
  background: transparent;
}
.header-transparent header #logo {
  display: none;
}
header {
  position: fixed;
  background: #404040;
  padding: 12px 0;
  margin-bottom: 20px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 101;
  height: 92px;
}
@media (min-width: 768px) {
  header {
    height: 132px;
    padding: 18px 12px;
  }
}
@media (min-width: 992px) {
  header {
    position: relative;
    padding-top: 48px;
    margin-bottom: 24px;
    min-width: 1000px;
    height: auto;
    top: auto;
    left: auto;
  }
}
header #logo {
  display: inline-block;
  width: 130px;
  height: auto;
}
@media (min-width: 768px) {
  header #logo {
    width: 180px;
    height: auto;
  }
}
@media (min-width: 992px) {
  header #logo {
    width: auto;
    height: auto;
  }
}
header ul.menu {
  display: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  header ul.menu {
    display: block;
  }
}
header ul.menu > li {
  color: #fff;
  display: inline-block;
  border-left: 1px dotted #ccc;
  vertical-align: top;
  padding: 0 .6em;
  min-height: 180px;
}
header ul.menu > li > a {
  font-family: "ERNESTO BOLD", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
header ul.menu > li > a:hover {
  color: var(--theme-color);
}
header ul.menu > li > ul {
  list-style: none;
  padding: 8px 0;
  font-family: 'Nunito Sans', Georgia, serif;
  font-size: 14px;
}
header ul.menu > li > ul > li {
  line-height: 180%;
}
header ul.menu > li > ul > li a {
  color: #fff;
  text-decoration: none;
}
header ul.menu > li > ul > li a:hover {
  color: var(--theme-color);
}
header ul.menu li.current_page_item > a {
  color: var(--theme-color);
}
header .nav-btn {
  position: relative;
  display: inline-block;
  background: transparent;
  z-index: 1999999;
  margin-right: 0;
}
@media (min-width: 992px) {
  header .nav-btn {
    display: none;
  }
}
header .nav-icon {
  width: 30px;
  height: 24px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
header .nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: white;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
header .nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
header .nav-icon span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
header .nav-icon span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
header .nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: 5px;
}
header .nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
header .nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
  left: 5px;
}
.menu-wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0,0,0,0.85);
  display: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-wrapper .menu-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.menu-container .menu-wrap {
  width: 80vw;
  height: 80vh;
  margin: 8vh auto 0 auto;
}
.menu-container .menu-wrap .menu {
  margin: 0;
  padding: 0;
  left: 0;
  width: 100%;
  position: absolute;
  top: 10vh;
}
.menu-wrap ul {
  list-style: none;
}
.menu-wrap ul li:before {
  display: none;
}
.menu-wrap ul li {
  font-weight: 700;
  font-size: 2.05rem;
  text-transform: uppercase;
  margin-bottom: .5vh;
  margin-left: 22vw;
  line-height: 1.1em;
  width: 100%;
  text-align: left;
}
.menu-wrap .menu > li {
  display: inline-block;
  vertical-align: top;
  margin-left: 3%;
  width: 44%;
}
.menu-wrap ul li a {
  display: block;
  font-size: 1.1rem;
  color: #fff;
  white-space: nowrap;
  letter-spacing: -0.025rem;
}
.menu-wrap .menu .sub-menu {
  padding: 0;
}
.menu-wrap .menu .sub-menu li {
  margin-bottom: .5vh;
  margin-left: 2vw;
  line-height: 100%;
}
.menu-wrap .menu .sub-menu li a {
  line-height: 110%;
  font-weight: normal;
  font-size: 1.1rem;
  text-transform: none;
  font-family: 'Nunito Sans', Georgia, serif;
}
.menu-wrap .menu .sub-menu li:last-child {
  margin-bottom: 1.5vh;
}
.menu-wrap ul li a:hover,
.menu-wrap ul .current-menu-item > a {
  color: #fff;
}
.menu-wrap .menu .menu-item-has-children > a:after {
  content: '\f078';
  display: inline-block;
  margin-left: .4rem;
  font-family: 'Font Awesome 5 Free';
  font-size: .6rem;
  opacity: .55;
  font-weight: 700;
  color: #fff;
}
.menu-wrap div.cross-refer a.cross-refer {
  display: block;
  background-color: var(--theme-color);
  padding: 8px 10px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 480px) {
  .menu-wrap ul li {
    margin-bottom: .8vh;
    font-size: 2.05rem;
    margin-top: 0;
  }
  .menu-wrap ul li a {
    font-size: 3vw;
  }
}
@media only screen and (min-width: 992px) {
  .menu-wrap ul li {
    margin-bottom: .15vh;
    font-size: 2.55rem;
    margin-top: .25rem;
  }
  .menu-wrap ul li a {
    font-size: 2.25rem;
  }
}
div.container div.block {
  background: white;
  padding: 16px 20px;
  margin-bottom: 15px;
  width: 100%;
}
div.container div.block div.section {
  width: 100%;
  padding: 12px 0;
}
div.container div.block div.section h1,
div.container div.block div.section h2,
div.container div.block div.section h3,
div.container div.block div.section h4,
div.container div.block div.section h5,
div.container div.block div.section h6 {
  margin: .2em 0;
}
div.container div.block div.section h2 {
  font-size: 24px;
}
@media only screen and (min-width: 480px) {
  div.container div.block div.section h2 {
    font-size: 30px;
  }
}
div.container div.block div.section h2.column {
  font-size: 22px;
}
div.container div.block div.section h3.column {
  font-size: 14px;
}
div.container div.block div.section span.date.column {
  font-size: 14px;
}
div.container div.block div.section span.date,
div.container div.block div.section span.feature {
  display: inline-block;
  background: var(--theme-color);
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  padding: .2em;
  margin: .8em;
}
div.container div.block div.section span.feature {
  margin: .8em 0 -0.2em 0;
}
div.container div.block div.section div.alter-dates {
  padding: 1em 0;
}
div.container div.block div.section div.alter-dates a.date {
  display: inline-block;
  background: #ddd;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  padding: .3em;
  margin: .2em 0;
  color: #000;
}
div.container div.block div.section div.alter-dates a.date:hover {
  background: var(--theme-color);
  text-decoration: none;
}
div.container div.block div.section div.headline {
  margin: .5em 0;
  text-align: center;
}
div.container div.block div.section:first-child {
  padding: 0 0 12px 0;
}
div.container div.block div.dotted {
  border-bottom: 1px dotted #000;
}
div.container div.cross-refer {
  padding: 0;
  background-color: transparent;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  div.container div.cross-refer {
    margin-bottom: 15px;
  }
}
div.container div.cross-refer a.cross-refer {
  position: relative;
  display: block;
  padding: 4px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  float: left;
}
@media (min-width: 992px) {
  div.container div.cross-refer a.cross-refer {
    padding: 24px 32px 4px 32px;
    height: 180px;
    background: #333;
    border-right: 1px solid #ddd;
  }
}
div.container div.cross-refer a.cross-refer span {
  position: absolute;
  display: inline-block;
  border-top: 1px dotted #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 4px 6px;
  color: #fff;
}
div.container div.cross-refer a.cross-refer svg {
  width: 100%;
  fill: #fff;
}
div.container div.cross-refer a.cross-refer:hover {
  background: var(--theme-color);
}
div.container div.cross-refer:after {
  display: table;
  content: "";
  clear: both;
}
div.container ul.label {
  position: absolute;
  bottom: 0;
  z-index: 99;
  padding: 0;
  margin: 0;
  text-align: left;
  list-style: none;
  max-width: 100%;
  overflow: hidden;
}
div.container ul.label li.label {
  display: block;
  position: relative;
  font-size: 12px;
  margin-top: 4px;
  border-radius: 0;
  color: #000;
  font-family: "ERNESTO BOLD", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  padding: 0;
}
div.container ul.label li.label span {
  display: inline-block;
  padding: .2em;
  padding-left: 1em;
  background: var(--theme-color);
}
@media only screen and (min-width: 480px) {
  div.container ul.label li.label {
    font-size: 16px;
  }
}
div.container div.theme-image {
  position: relative;
  width: 100%;
}
div.container div.theme-image img {
  width: 100%;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}
div.container div.theme-image img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
div.container div.theme-image span.caption {
  position: absolute;
  right: 4px;
  bottom: -18px;
  font-size: 11px;
  color: #999;
  font-family: 'Nunito Sans', Georgia, serif;
}
div.container div.more-info img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}
div.container div.more-info img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
div.container div.column-image {
  position: relative;
  width: 100%;
  max-height: 160px;
  overflow: hidden;
}
div.container div.column-image ul.label li.label {
  font-size: 13px;
}
div.container div.column-image img {
  width: 100%;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}
div.container div.column-image img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
div.container div.column-image span.caption {
  position: absolute;
  right: 4px;
  bottom: -18px;
  font-size: 10px;
  color: #999;
  font-family: 'Nunito Sans', Georgia, serif;
}
div.container div.sidebar {
  position: fixed;
  top: 100px;
  margin-left: 100%;
  left: -30px;
  width: 80%;
  padding: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  z-index: 100;
}
div.container div.sidebar .close-sidebar {
  display: none;
  position: absolute;
  background-color: #fff;
  left: -28px;
  width: 28px;
  text-align: center;
  padding: 5px;
  color: #000;
}
div.container div.sidebar a,
div.container div.sidebar div {
  pointer-events: none;
}
div.container .sidebar > div {
  overflow-y: scroll;
  height: calc(100vh - 100px);
}
@media (min-width: 768px) {
  div.container div.sidebar {
    top: 140px;
  }
}
@media (min-width: 992px) {
  div.container div.sidebar {
    position: relative;
    top: auto;
    left: auto;
    padding: 16px 20px;
    width: 100%;
    margin-left: auto;
  }
  div.container div.sidebar a,
  div.container div.sidebar div {
    pointer-events: all;
  }
  div.container div.sidebar > div {
    overflow-y: auto;
    max-height: inherit;
    height: inherit;
  }
}
div.container div.sidebar .scroll-arrow {
  display: none;
}
div.container div.sidebar-active {
  margin-left: 20%;
  -webkit-box-shadow: -2px -2px 15px rgba(0,0,0,0.2);
  -moz-box-shadow: -2px -2px 15px rgba(0,0,0,0.2);
  box-shadow: -2px -2px 15px rgba(0,0,0,0.2);
}
div.container div.sidebar-active a,
div.container div.sidebar-active div {
  pointer-events: all;
}
div.container div.sidebar-active .close-sidebar {
  display: block;
  position: absolute;
  background-color: #fff;
  left: -40px;
  width: 40px;
  text-align: center;
  padding: 5px;
  color: #000;
}
div.container div.sidebar-active .scroll-arrow {
  display: inline;
  position: fixed;
  bottom: 0;
  right: 10px;
}
div.container div.sidebar.block div.section.collapsed i.icon-pl {
  background: transparent url('../img/icons/icons-plus.svg');
}
div.container div.sidebar.block div.section.collapsed i.icon-search:before {
  content: "\f002";
}
div.container div.sidebar.block div.section.collapsed div.content {
  display: none;
}
div.container div.sidebar.block div.section.collapsed h3 a.form {
  background: none;
}
div.container div.sidebar.block div.section.collapsed h3 a:hover {
  background: var(--theme-color);
}
div.container div.sidebar.block div.section.news {
  margin: 1em 0;
  padding: 20px 12px;
  background: var(--theme-color);
}
div.container div.sidebar.block div.section.news a:hover {
  color: #000;
}
div.container div.sidebar.block div.section {
  padding: 8px 0 8px 30px;
}
@media (min-width: 768px) {
  div.container div.sidebar.block div.section {
    padding: 20px 0 20px 36px;
  }
}
@media (min-width: 992px) {
  div.container div.sidebar.block div.section {
    padding: 20px 0 20px 36px;
  }
}
div.container div.sidebar.block div.section i.icon-pl {
  background: transparent url('../img/icons/icons-minus.svg');
}
div.container div.sidebar.block div.section h3 {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}
div.container div.sidebar.block div.section h3 a.form {
  background: var(--theme-color);
}
div.container div.sidebar.block div.section h3 a {
  text-decoration: none;
  color: #000;
  padding: .2em;
}
div.container div.sidebar.block div.section h3 a i {
  position: absolute;
  left: -24px;
  top: -3px;
  display: block;
  width: 18px;
  height: 18px;
}
@media (min-width: 768px) {
  div.container div.sidebar.block div.section h3 a i {
    left: -32px;
    width: 21px;
    height: 21px;
  }
}
@media (min-width: 992px) {
  div.container div.sidebar.block div.section h3 a i {
    left: -32px;
    width: 21px;
    height: 21px;
  }
}
div.container div.sidebar.block div.section h3 a:hover {
  background: var(--theme-color);
}
div.container div.sidebar.block div.section div.content {
  margin: 1em 0;
}
div.container div.sidebar.block div.section div#calendar {
  width: 228px;
}
div.container div.sidebar.block div.section div#calendar #calendar-prev,
div.container div.sidebar.block div.section div#calendar #calendar-next {
  width: 10%;
  color: #000;
}
div.container div.sidebar.block div.section div#calendar #current_month {
  width: 82%;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
}
div.container div.sidebar.block div.section div#calendar span.weekday {
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: bottom;
  text-align: center;
}
div.container div.sidebar.block div.section div#calendar span.weekday span {
  vertical-align: middle;
}
div.container div.sidebar.block div.section div#calendar span.calendar-empty {
  display: inline-block;
  background: #ddd;
  width: 28px;
  height: 28px;
  margin: 2px 4px 2px 0;
  vertical-align: bottom;
}
div.container div.sidebar.block div.section div#calendar a.calendar-day {
  display: inline-block;
  background: #ddd;
  width: 28px;
  height: 28px;
  margin: 2px 4px 2px 0;
  text-align: center;
  color: #000;
  text-decoration: none;
}
div.container div.sidebar.block div.section div#calendar a.calendar-day span {
  vertical-align: middle;
}
div.container div.sidebar.block div.section div#calendar a.calendar-day.calendar-today {
  background: #404040;
  color: #fff;
}
div.container div.sidebar.block div.section div#calendar a.calendar-day:hover,
div.container div.sidebar.block div.section div#calendar a.calendar-day.calendar-postday {
  background: var(--theme-color);
}
.panel {
  position: absolute;
  z-index: 2;
  width: 100%;
  border: 1px solid #999;
  border-radius: 0;
  padding: 10px;
  top: -1px;
  display: none;
}
@media (min-width: 992px) {
  .panel {
    padding: 25px;
  }
}
.panel .close {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 999;
  opacity: .75;
}
.panel img {
  width: 100%;
}
@media (min-width: 768px) {
  .float-md-right {
    float: right;
  }
}
footer {
  background: #404040;
  color: #fff;
  padding: 48px 0;
  font-size: 13px;
  width: 100%;
}
@media (min-width: 992px) {
  footer {
    min-width: 1000px;
  }
}
footer a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
footer a:hover {
  text-decoration: none;
  color: var(--theme-color);
}
footer ul {
  padding: 0;
  display: inline;
}
footer ul li {
  display: inline;
}
footer ul li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
footer ul li a:hover {
  text-decoration: none;
  color: var(--theme-color);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ERNESTO BOLD", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
h1.title {
  margin: 0;
}
h1 {
  font-size: 20px;
}
h5 > span{
  font-family: 'Nunito Sans';
  font-weight: bold;
}


@media (min-width: 768px) {
  h1 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 40px;
  }
}
h3 {
  font-size: 16px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 18px;
  }
}
h4 {
  font-size: 14px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 16px;
  }
}
.btn {
  background: none;
  text-transform: uppercase;
  color: #000;
  margin: 6px 0;
  padding: 0;
  font-family: "ERNESTO BOLD", sans-serif;
  white-space: normal;
}
.btn-default {
  text-transform: uppercase;
  border-radius: 0;
  background: #ddd;
  padding: 3px 6px;
  border: 0;
}
.btn-video {
  background: url('../img/icons/icon-play.svg');
  width: 22px;
  height: 22px;
  vertical-align: middle;
  display: inline-block;
}
.btn-website {
  background: url('../img/icons/icon-link.svg');
  width: 22px;
  height: 22px;
  vertical-align: middle;
  display: inline-block;
}
.btn-wide {
  background: white;
  padding: 12px 20px;
  margin-bottom: 15px;
  width: 100%;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
}
@media (min-width: 768px) {
  .btn-wide {
    font-size: 18px;
  }
}
.btn:hover {
  box-shadow: none;
}
.btn-default:hover {
  background: var(--theme-color);
}
.btn-wide:hover {
  background: var(--theme-color);
}
form.form-inline div.checkbox {
  width: 100%;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  form.form-inline div.checkbox {
    width: 32.8%;
  }
}
form.form-inline div.checkbox label {
  vertical-align: bottom;
  font-size: 13px;
}
form.form-inline label {
  text-transform: uppercase;
  vertical-align: top;
}
ul.page-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.page-nav li {
  display: inline-block;
  font-family: "ERNESTO BOLD", sans-serif;
  text-transform: uppercase;
  border-right: 2px solid #000;
  padding: 0 .4em;
  line-height: 100%;
}
ul.page-nav li a {
  color: #000;
}
ul.page-nav li a:after {
  content: " »";
}
ul.page-nav li a:hover {
  text-decoration: none;
  color: var(--theme-color);
}
ul.page-nav li:last-child {
  border: none;
}
ul.calendar {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px dotted #000;
}
ul.calendar li {
  position: relative;
  padding: .2em 0;
  border-top: 1px dotted #000;
}
ul.calendar li div.event-title {
  display: inline-block;
  width: 93%;
  margin: .6em 0;
  margin-right: -18px;
  transition: background 1s;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  overflow: hidden;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  ul.calendar li div.event-title {
    width: 96%;
  }
}
ul.calendar li div.event-title .date {
  width: 48%;
}
ul.calendar li div.event-title .time {
  width: 48%;
}
ul.calendar li div.event-title .event {
  width: 100%;
}
@media (min-width: 992px) {
  ul.calendar li div.event-title .date {
    width: 15%;
  }
  ul.calendar li div.event-title .time {
    width: 15%;
  }
  ul.calendar li div.event-title .event {
    width: 66%;
  }
}
ul.calendar li div.archive-title {
  display: inline-block;
  width: 96%;
  margin: .4em 0;
  margin-right: -18px;
  transition: background 1s;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  overflow: hidden;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 20px;
}
@media (min-width: 768px) {
  ul.calendar li div.archive-title {
    font-size: 24px;
  }
}
ul.calendar li div.event-button {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 12px;
  top: 0;
}
ul.calendar li div.more-info {
  max-height: 0;
  height: 0;
  overflow: hidden;
  transition: max-height .7s;
  -webkit-transition: max-height .7s;
  -moz-transition: max-height .7s;
}
ul.calendar li div.more-info img {
  width: 100%;
}
ul.calendar li a.toggle-button,
ul.calendar li a.more-button {
  color: black;
  font-family: "ERNESTO BOLD", sans-serif;
  font-size: 20px;
}
@media (min-width: 768px) {
  ul.calendar li a.toggle-button,
  ul.calendar li a.more-button {
    font-size: 36px;
  }
}
ul.calendar li a.toggle-button:hover,
ul.calendar li a.more-button:hover {
  text-decoration: none;
}
ul.calendar li.active div.event-title {
  background: var(--theme-color);
}
ul.calendar li.active div.more-info {
  height: auto;
  max-height: 4000px;
}
ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px dotted #000;
}
ul.tabs li {
  padding: .3em 0;
  border-top: 1px dotted #000;
  line-height: 100%;
}
ul.tabs li div.title {
  display: inline-block;
  width: 94%;
  margin: .6em 0;
  margin-right: -18px;
  transition: background 1s;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  box-sizing: border-box;
  overflow: hidden;
  font-family: "ERNESTO BOLD", sans-serif;
}
ul.tabs li div.button {
  display: inline-block;
  position: absolute;
  right: 18px;
}
ul.tabs li div.more-info {
  max-height: 0;
  height: 0;
  line-height: 130%;
  overflow: hidden;
  transition: max-height .7s;
  -webkit-transition: max-height .7s;
  -moz-transition: max-height .7s;
}
ul.tabs li div.more-info img {
  width: 100%;
}
ul.tabs li a.toggle-button {
  color: black;
  font-family: "ERNESTO BOLD", sans-serif;
  line-height: 100%;
  font-size: 20px;
}
@media (min-width: 768px) {
  ul.tabs li a.toggle-button {
    font-size: 36px;
  }
}
ul.tabs li a.toggle-button:hover {
  text-decoration: none;
}
ul.tabs li.active div.title {
  background: var(--theme-color);
}
ul.tabs li.active div.more-info {
  height: auto;
  max-height: 6000px;
}
div.cast-label,
div.cast-text {
  display: inline-block;
  vertical-align: top;
}
div.cast-label {
  text-transform: uppercase;
  padding-right: .8em;
}
div.cast-text {
  width: 75%;
  font-size: 90%;
}
a.doc {
  float: right;
  background: transparent url('../img/icons/doc.png') no-repeat;
  padding-left: 18px;
  font-family: '' Nunito Sans ', Georgia', serif;
  text-transform: none;
}
.ui-widget {
  font-family: 'Nunito Sans', Georgia, serif ! important;
  font-size: 1.1em;
}
#ui-datepicker-div {
  display: none;
}
.row {
  margin-right: -8px;
  margin-left: -7px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 7px;
}
img.greyscale {
  width: 100%;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}
img.greyscale:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
.text-white {
  color: white;
}
.d-flex {
  display: flex;
}
.align-items-end {
  align-items: flex-end;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 0;
}
.alignleft {
  float: left;
  margin: 5px 0 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 0;
  width: 100%;
  height: auto;
}
a img.alignnone {
  margin: 5px 0 20px 0;
  width: 100%;
  height: auto;
}
a img.alignleft {
  float: left;
  margin: 5px 0 20px 0;
  width: 100%;
  height: auto;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  max-width: 96%;
  padding: 10px 0;
  text-align: right;
}
.wp-caption.alignnone {
  margin: 5px 0 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 0 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 0;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text, figcaption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
  font-family: 'Nunito Sans', Georgia, Times, "Times New Roman", serif;
}

.w-100{
  width: 100%;
}

.w-75{
  width: 75%;
}

.w-50{
  width: 50%;
}

.w-25{
  width: 25%;
}

figure{
  ul{
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(15.5rem, 1fr));
    padding: 0;
    margin: 0;
    grid-gap: 1rem;
  }
}

.space-1{
  padding-top: 1rem;
}

.space-2{
  padding-top: 2rem;
}

.space-3{
  padding-top: 3rem;
}

div.section{
  div.date-grid{
    margin: .5rem 0 ! important;
    display: flex;
    align-items: flex-end;
    justify-content: center;

    span.date{
      margin: .25rem ! important;
    }
  }

  div.grid-flow{
    flex-flow: row;
  }
}

.image-container{
  aspect-ratio: 642 / 295;
  width: 100%;
  position: relative;
  overflow: hidden;

  img{
    position: absolute;
  }
}
