﻿/*html, body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/
body {
  font-family: roc-grotesk-condensed, sans-serif;
  min-width: 320px;
  font-size: 100%;
  font-weight: 400;
}

a,
a:hover,
a:focus {
  color: #ff0000;
}

a.link-underlined,
.link-underlined a {
  text-decoration: underline;
}

img {
  border: 0;
}

main {
  min-height: 573px;
}

.color-main {
  color: #FF480E;
}

.color-second {
  color: #f8f7e4;
}

.color-red {
  color: #ff0000;
}

.color-white {
  color: #fff;
}

.link-color-main a,
.link-color-main a:hover,
.link-color-main a:focus,
a.link-color-main,
a.link-color-main:hover,
a.link-color-main:focus {
  color: #FF480E;
}

.link-color-white a,
.link-color-white a:hover,
.link-color-white a:focus,
a.link-color-white,
a.link-color-white:hover,
a.link-color-white:focus {
  color: #fff;
}

.link-color-black a,
.link-color-black a:hover,
.link-color-black a:focus,
a.link-color-black,
a.link-color-black:hover,
a.link-color-black:focus {
  color: #000;
}

.bg-main {
  background-color: #FF480E;
  color: #fff;
}

.bg-main-gradient {
  background: linear-gradient(180deg, #FF480E 60%, transparent);
  color: #000;
}

.bg-main-opac-50 {
  background-color: rgba(255, 72, 14, 0.5);
  color: #000;
}

.bg-second {
  background-color: #f8f7e4;
  color: #000 !important;
}

.bg-second-opac-50 {
  background-color: rgba(248, 247, 228, 0.5);
  color: #000;
}

.bg-red {
  background-color: #ff0000;
  color: #000;
}

.bg-red a {
  color: #000;
  text-decoration: underline;
}

.bg-white {
  background-color: #fff;
  color: #000;
}

.bg-black {
  background-color: #000;
  color: #fff;
}

.bg-black-opac-50 {
  background-color: rgba(0, 0, 0, 0.5);
}

.border-main {
  border-color: #FF480E;
}

.border-bottom-dark {
  border-bottom: 1px solid #707070;
}

.font-main,
.h1, .h2, .h3,
.rte-link-button,
.rte-link-button-full {
  font-family: roc-grotesk-condensed;
}

.font-second {
  font-family: roc-grotesk-condensed;
  font-weight: 400;
}

.fontsize-xxxlarge {
  font-size: 1.5rem;
}

.fontsize-xxlarge {
  font-size: 1.375rem;
}

.fontsize-xlarge {
  font-size: 1.25rem;
}

.fontsize-large {
  font-size: 1.125rem;
}

.fontsize-normal {
  font-size: 1rem;
}

.fontsize-small {
  font-size: 0.875rem;
}

.fontsize-xsmall {
  font-size: 0.75rem;
}

.font-bold {
  font-weight: 600;
}

.font-medium {
  font-weight: 500;
}

.font-regular {
  font-weight: 400;
}

.font-light {
  font-weight: 300;
}

.title-large {
  font-size: 3.125rem;
}

.title {
  font-size: 2.625rem;
}

.title-small {
  font-size: 2.25rem;
}

.title-xsmall {
  font-size: 2rem;
}

h1, h2, h3,
.h1, .h2, .h3 {
  font-weight: 600;
}

.h1 {
  font-size: 3rem;
}

.d-table.vertical-align-me {
  width: 100%;
  height: 100%;
}

.d-table.vertical-align-me > .d-table-cell {
  vertical-align: middle;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-25 {
  opacity: 0.25;
}

.transform-y-50 {
  transform: translateY(50%);
}

.margin-b-6 {
  margin-bottom: 6rem;
}

.margin-b-60 {
  margin-bottom: 60px;
}

.hidden {
  display: none;
}

.navbar {
  box-shadow: 0 0 15px #555;
}

.navbar-brand {
  color: #fff;
  padding: 1rem;
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: #fff;
}

.navbar-brand img {
  height: 30px;
}

.navbar-brand-payoff {
  line-height: 1;
  padding-top: 1.5rem;
  padding-left: 0.5rem;
}

.navbar-brand-title {
  font-size: 2rem;
  text-transform: uppercase;
}

.navbar-brand-date {
  opacity: 1;
  font-size: 1.5rem;
}

.nav-item-border-left {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.navbar-toggler {
  border: 0 none;
  color: #fff;
  outline: none !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-link {
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
}

.navbar-nav .nav-link,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #fff;
}

.dropdown-menu {
  border: 0 none;
  background-color: transparent;
  padding: 0 0 1rem 1rem;
}

.dropdown-menu > a {
  background-color: transparent;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover,
.dropdown-menu > a:focus,
.dropdown-menu > a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.link-button,
a .rte-link-button,
a .rte-link-button-full,
.rte-link-button-full a,
.rte-link-button a {
  border-radius: 999px;
  padding: 1.25rem 2rem;
  line-height: 1.15;
  display: inline-block;
}

.link-button-border {
  border-style: solid;
  border-width: 1px;
}

.rte-link-button a,
.rte-link-button-full a,
a .rte-link-button,
a .rte-link-button-full {
  background-color: #FF480E;
  color: #fff;
  text-align: center;
}

a .rte-link-button:hover,
a .rte-link-button:focus,
a .rte-link-button-full:hover,
a .rte-link-button-full:focus,
.rte-link-button a:hover,
.rte-link-button a:focus,
.rte-link-button-full a:hover,
.rte-link-button-full a:focus {
  text-decoration: underline;
  color: #000;
}

.rte-link-button-full a,
a .rte-link-button-full {
  display: block;
}

.box .link-button {
  background-color: rgba(0, 0, 0, 0.3);
}

figcaption {
  background-color: #e7e7e7;
  padding: 0.15rem 0.33rem;
  font-size: 0.75rem;
  font-style: italic;
}

.image-full {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ingress {
  font-size: 1.375rem;
  font-weight: 400;
  font-family: roc-grotesk-condensed;
}

.body-text {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  font-weight: 400;
  font-family: roc-grotesk-condensed;
}

.body-text ul {
  margin: 1rem 0;
  padding-left: 1.25rem;
}

.infobox {
  padding: 2rem;
  border: 3px solid #FF480E;
}

.link-btn {
  padding: 10px 15px;
  border-radius: 9999px;
  display: inline-block;
  background-color: #FF480E;
  min-width: 200px;
  color: #fff;
}

.link-btn:hover,
.link-btn:focus {
  color: #000;
  text-decoration: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.cover-banner {
  position: relative;
}

.cover-banner-img {
  height: 550px;
}

.cover-banner-content {
  position: absolute;
  right: 0;
  bottom: 60px;
  left: 0;
}

.banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  left: 0;
  right: 0;
  height: 650px;
}

/*.banner.banner-high{
    height:810px;
}*/
.banner.banner-free {
  height: auto;
}

.banner-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.banner-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.banner.banner-free .banner-content {
  position: static;
}

.box {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}

.box > picture > img {
  min-width: 100%;
  min-height: 100%;
  transition: all 0.3s ease;
}

.box-free > picture > img {
  min-width: 0;
  min-height: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.box:hover > picture > img,
.box:focus > picture > img {
  transform: scale(1.05);
}

.box-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

.box:hover .box-overlay,
.box:focus .box-overlay {
  background-color: rgba(0, 0, 0, 0);
}

.box-badge {
  position: absolute;
  top: 4rem;
  left: 5.5rem;
  height: 2.25rem;
  line-height: 2.4rem;
  border-radius: 1.125rem;
  padding: 0 1.25rem;
}

.box:hover .box-badge,
.box:focus .box-badge {
  color: #000;
}

.box-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 3.5rem;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  /*box-shadow: inset 0 -10rem 6rem 0 rgba(0,0,0,0.4);*/
}

.portal-box .box-content {
  height: 283px;
  padding: 0 5.5rem;
}

.box-circle {
  width: 5rem;
  height: 5rem;
  line-height: 5.625rem;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.7);
  font-size: 2rem;
  float: right;
}

.box-circle.box-circle-border {
  border-style: solid;
  border-width: 0.3125rem;
  line-height: 5rem;
}

button.accordion-button {
  display: block;
  border: 0 none;
  width: 100%;
  text-align: left;
  position: relative;
  cursor: pointer;
  padding: 1rem 4rem 1rem 0.5rem;
  background-color: transparent;
  outline: none !important;
}

.accordion-button > .accordion-open-icon,
.accordion-button > .accordion-closed-icon {
  position: absolute;
  top: 1.3rem;
  right: 0.5rem;
  width: 2rem;
  height: 2rem;
}

.accordion-button > .accordion-open-icon,
.accordion-button[aria-expanded=true] > .accordion-closed-icon {
  display: none;
}

.accordion-button[aria-expanded=true] > .accordion-open-icon,
.accordion-button[aria-expanded=false] > .accordion-closed-icon {
  display: inline-block;
}

.faq-accordion-item + .faq-accordion-item {
  border-top: 1px solid #B1B1B1;
}

input.faq-search-field {
  height: 4.5rem;
  border-radius: 2.25rem;
  border: 1px solid #707070;
  line-height: 4.5rem;
  padding: 0 2rem;
  outline: none !important;
}

.artist-image {
  position: relative;
  box-shadow: 0 10px 45px rgba(0, 0, 0, 0.5);
  margin-bottom: 1rem;
}

.artist-image figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
  padding: 5px 10px;
  font-size: 0.75rem;
}

.artist-some {
  display: inline-block;
  margin: 0.5rem 0.5rem 3rem;
  height: 3rem;
  width: 3rem;
  line-height: 3.5rem;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: -12px -12px 20px rgba(0, 0, 0, 0.16);
  font-size: 1.3rem;
}

.history-title {
  margin-top: 7rem;
  margin-bottom: 3rem;
}

.history-year-wrapper {
  padding-top: 2rem;
  margin-bottom: 2rem;
}

.history-year {
  font-size: 4.75rem;
  font-weight: 600;
  text-align: right;
}

a.history-gallery-image {
  width: 25%;
  float: left;
}

a.history-gallery-image > img {
  width: 100%;
  height: auto;
}

#history-menu a.nav-link {
  color: #000;
  opacity: 0.6;
}

#history-menu a.nav-link.active {
  opacity: 1;
}

.history-show-all {
  display: none;
}

.program-nav-wrapper {
  padding: 3rem 2rem 2rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.program-nav a {
  color: #808080;
  padding-right: 1.75rem;
}

.program-nav a.active,
.program-nav a:hover,
.program-nav a:focus {
  color: #222;
}

.program-toggle-view {
  color: #FF480E;
}

.program-toggle-view.active {
  color: #000;
}

.program-view:not(.active) {
  display: none;
}

.program-wrapper {
  position: relative;
  padding-left: 320px;
}

.program-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
}

.program-right {
  padding: 0 4rem;
}

.program-list {
  margin-top: 4rem;
  padding: 0 30px;
}

.program-list-day {
  margin-bottom: 3rem;
}

.program-row {
  background-color: #f0f0f0;
  margin-bottom: 1px;
  border-radius: 999px;
  margin: 0 -30px;
  padding: 10px 30px;
  margin-bottom: 1px;
  line-height: 100%;
}

.program-row:last-of-type {
  margin-bottom: 4rem;
}

.program-row-button {
  display: inline-block;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 1.25em;
  width: 5.3rem;
  text-align: center;
}

.program-row-button.hidden {
  display: none;
}

.program-row-button.program-row-circle {
  width: 2.5rem;
  border-radius: 50%;
}

label.filter-label {
  display: block;
  position: relative;
  user-select: none;
  cursor: pointer;
  padding-left: 1.5rem;
  margin-bottom: 0;
}

label.filter-label:last-of-type {
  margin-bottom: 2rem;
}

.filter-checkbox {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

span.filter-check {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  line-height: 1.2rem;
  text-align: center;
  color: #FF480E;
  font-size: 0.5rem;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}

.filter-dot {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.3);
}

.filter-checkbox:checked + span.filter-check.filter-color {
  color: #fff;
}

.music .filter-checkbox:checked + span.filter-check.filter-color,
.music .program-row-button.filter-color {
  background-color: #3563D7;
}

.activity .filter-checkbox:checked + span.filter-check.filter-color,
.activity .program-row-button.filter-color {
  background-color: #006837;
}

.talking .filter-checkbox:checked + span.filter-check.filter-color,
.talking .program-row-button.filter-color {
  background-color: #ff0000;
}

.counter-wrapper {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.counter-item {
  padding: 5rem 0;
  line-height: 1;
  position: relative;
}

.counter-item:nth-of-type(3n+1) {
  box-shadow: inset -15px 0 20px -18px #000;
}

.counter-item:nth-of-type(3n+3) {
  box-shadow: inset 15px 0 20px -18px #000;
}

.counter-text {
  font-size: 7rem;
}

.fullwidth-image {
  position: relative;
}

.fullwidth-image-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.grid-with-background {
  color: #fff;
}

.grid-background {
  position: absolute;
  top: 0;
  right: 20%;
  bottom: 0;
  left: 15px;
  border-radius: 1rem;
  z-index: -1;
}

.widget {
  border-radius: 1rem;
  padding: 4rem 0;
  margin-bottom: 2rem;
}

.widget-row {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 2rem 4rem;
  margin-bottom: 2px;
}

.widget-row img {
  border-radius: 50%;
  margin-right: 2rem;
}

#search-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

.search-overlay-close {
  position: absolute;
  top: 37px;
  right: 40px;
  border: 0 none;
  background-color: transparent;
  font-size: 40px;
  color: #Fff;
  opacity: 0.8;
}

.search-overlay-close:hover,
.search-overlay-close:focus {
  opacity: 1;
}

.search-modal-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.search-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 9999px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 30px 100px;
}

.search-modal input {
  border: 0 none;
  background-color: transparent;
  color: #fff;
  font-size: 62px;
  outline: 0 none;
}

.search-modal button {
  border: 0 none;
  background-color: transparent;
  color: #fff;
  font-size: 62px;
}

.search-wrapper {
  border-radius: 999px;
  border: 1px solid #707070;
  position: relative;
}

.search-wrapper input {
  border: 0 none;
  width: 100%;
  background-color: transparent;
  height: 4rem;
  line-height: 4rem;
  outline: 0 none;
  padding: 0 4rem 0 2rem;
}

.search-wrapper button {
  position: absolute;
  top: 0;
  right: 0;
  height: 4rem;
  width: 6rem;
  border: 0 none;
  background-color: transparent;
  outline: 0 none;
}

.search-results {
  margin: 4rem 0;
}

.search-result {
  display: block;
  padding: 2rem 0;
  border-bottom: 1px solid #707070;
}

.load-news-wrapper {
  display: none;
}

.news-item {
  border-bottom-left-radius: 1rem;
}

.hover-zoom-img-and-shadow {
  display: table;
  height: 100%;
  width: 100%;
  overflow: hidden;
  transition: box-shadow ease 0.3s;
}

.hover-img {
  overflow: hidden;
}

.hover-zoom-img-and-shadow img {
  transition: transform ease 0.3s;
}

.hover-zoom-img-and-shadow:hover,
.hover-zoom-img-and-shadow:focus {
  text-decoration: none;
  box-shadow: -0.5rem 0.5rem 0.9rem rgba(0, 0, 0, 0.4);
}

.hover-zoom-img-and-shadow:hover img,
.hover-zoom-img-and-shadow:focus img {
  transform: scale(1.1);
}

#map {
  height: 850px;
}

footer {
  padding: 0;
}

.slogan {
  padding: 10rem 0;
}

.sponsor {
  display: block;
  border: 3px solid #fff;
  text-align: center;
  padding: 1rem 0;
}

.sponsor-normal,
.sponsor-small,
.sponsor-smaller {
  display: flex;
  width: 320px;
  max-width: 100%;
  height: 220px;
  margin: 15px;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.sponsor-small {
  width: 260px;
  height: 140px;
}

.sponsor-smaller {
  width: 220px;
  height: 100px;
}

.sponsor-normal > img,
.sponsor-small > img,
.sponsor-smaller > img {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.sponsor:hover,
.sponsor:focus {
  border-color: #FF480E;
}

#footer-osmund {
  max-width: 100%;
}

#osmund-path {
  fill: #f8f7e4;
}

@media only screen and (min-width: 768px) {
  .bg-md-none {
    background-color: transparent;
  }
}
@media only screen and (min-width: 992px) {
  .fontsize-lg-large {
    font-size: 1.125rem;
  }
  .box:not(.box-free) {
    height: 427px;
  }
  .box.box-large {
    height: 513px;
  }
  .portal-box .box-content {
    height: 183px;
    padding: 0 5.5rem;
  }
  .box:not(.box-free) > picture > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #footer-osmund {
    margin-top: -90px;
  }
}
@media only screen and (min-width: 1200px) {
  .title-xl-large {
    font-size: 3.125rem;
  }
  .title-xl {
    font-size: 2.625rem;
  }
  .title-xl-small {
    font-size: 2.25rem;
  }
  .title-xl-xsmall {
    font-size: 2rem;
  }
  .fontsize-xl-xxxlarge {
    font-size: 1.5rem;
  }
  .fontsize-xl-xxlarge {
    font-size: 1.375rem;
  }
  .fontsize-xl-xlarge {
    font-size: 1.25rem;
  }
  .fontsize-xl-large {
    font-size: 1.125rem;
  }
  .fontsize-xl-normal {
    font-size: 1rem;
  }
  .fontsize-xl-small {
    font-size: 0.875rem;
  }
  nav.navbar {
    padding-right: 2rem;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding: 0.65rem 1rem 0.5rem;
  }
  .nav-item-search {
    margin-left: 1rem;
    padding-left: 1rem;
  }
  .dropdown-menu {
    border: 0 none;
    background-color: #FF480E;
    border-radius: 0.5rem;
    padding: 1rem 0;
    top: 115%;
    min-width: 240px;
    box-shadow: 0 -15px 35px rgba(0, 0, 0, 0.35);
  }
  .dropdown-menu:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -0.625rem;
    width: 0;
    height: 0;
    border-bottom: 0.625rem solid #FF480E;
    border-right: 0.625rem solid transparent;
    border-left: 0.625rem solid transparent;
  }
  .navbar-nav.ml-auto .dropdown-menu {
    left: 50%;
    right: auto;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .dropdown-menu > a {
    background-color: #FF480E;
    padding: 1rem 2rem;
    line-height: 1;
  }
  .dropdown-item.active,
  .dropdown-item:active,
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:focus,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > a:focus,
  .dropdown-menu > a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
  }
  .menu-accessibility-logo {
    width: auto;
    height: 30px;
  }
  .vinjegrid .ingress,
  .vinjegrid .body-text {
    padding-right: 3rem;
  }
  .box:not(.box-free) {
    height: 627px;
  }
  .box.box-large,
  .box.box-lg-large {
    height: 713px;
  }
  .portal-box .box-content {
    height: 283px;
  }
  .history-text {
    border-left: 1px solid #FF480E;
  }
  .history-year-wrapper.active .history-text {
    border-left: 1px solid #f8f7e4;
  }
}
@media only screen and (max-width: 1499px) {
  .program-wrapper {
    padding-left: 260px;
  }
  .program-left {
    width: 260px;
  }
  .program-right {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 1399px) {
  .title-large,
  .title {
    font-size: 2rem;
  }
  .title-xsmall {
    font-size: 1.5rem;
  }
  .banner {
    height: 450px;
  }
  /*.banner.banner-high {
      height: 600px;
  }*/
}
@media only screen and (max-width: 1199px) {
  .title {
    font-size: 1.625rem;
  }
  .title-xsmall {
    font-size: 1.25rem;
  }
  .navbar {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .navbar-brand {
    padding: 0;
  }
  .navbar-brand img {
    height: 30px;
  }
  .navbar-brand-payoff {
    padding-top: 0.3125rem;
  }
  /*.navbar-brand-title {
      font-size: 1.25rem;
  }

  .navbar-brand-date {
      font-size: .75rem;
  }*/
  #mainmenu {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    background-color: #FF480E;
    min-height: 100vh;
    height: 100%;
    z-index: 9999;
    overflow-x: hidden;
    transition: width ease 0.5s;
  }
  .menuopen #mainmenu {
    width: 300px;
    max-width: 95%;
  }
  .mainmenu-inner {
    width: 300px;
  }
  button.menu-close {
    background-color: transparent;
    border: 0 none;
    margin-left: auto;
    margin-right: 0;
    font-size: 2rem;
    color: #fff;
    outline: none !important;
  }
  .body-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color ease 0.3s;
  }
  .menuopen .body-overlay {
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .menu-search {
    display: block;
    margin: 2rem 0 1.5rem;
    position: relative;
    padding: 0 1rem;
  }
  .menu-search input {
    border: 0 none;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 0.7rem 2rem 0.7rem 1.25rem;
    border-radius: 999px;
    width: 100%;
    display: block;
    color: #fff;
    outline: none !important;
  }
  .menu-search input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 0.7; /* Firefox */
  }
  .menu-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
    opacity: 0.7;
  }
  .menu-search input::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
    opacity: 0.7;
  }
  .menu-search button {
    background-color: transparent;
    color: #fff;
    border: 0 none;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
  }
  .navbar-nav {
    padding: 0.5rem 2rem;
  }
  .cover-banner-img {
    height: 450px;
  }
  .cover-banner-content {
    bottom: 50px;
  }
  a.history-gallery-image {
    width: 50%;
  }
  .program-wrapper {
    padding-left: 0;
  }
  .program-left {
    position: static;
    width: auto;
  }
  .program-right {
    padding: 0 2rem;
  }
  /*.banner.banner-high {
      height: 500px;
  }*/
}
@media only screen and (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.2);
    border: 0 none;
    box-shadow: none;
    float: none;
    margin-top: 0;
    position: static;
    width: auto;
    text-align: center;
    color: #fff;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 0.625rem 1rem 0.625rem 1.5625rem;
  }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:focus,
  .dropdown-menu > .active > a:hover {
    background-color: #ccc;
    color: #333;
  }
  .dropdown-menu > li > a {
    white-space: normal;
  }
  .dropdown-menu:after {
    display: none;
  }
  .navbar-nav.ml-auto .dropdown-menu {
    left: auto;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .cover-banner-img {
    height: 400px;
  }
  .cover-banner-content {
    bottom: 30px;
  }
  .banner.banner-contact {
    height: auto;
    padding: 60px 0 30px;
    text-align: center;
  }
  .banner-contact .banner-content {
    position: static;
  }
  .program-row {
    border-radius: 0;
    padding-top: 25px;
  }
  .grid-background {
    right: 15px;
  }
  .history-title {
    text-align: center;
  }
  .history-year {
    font-size: 2.625rem;
    text-align: center;
    border-bottom: 1px solid #C9C9C9;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .history-text {
    position: relative;
    height: 250px;
    overflow: hidden;
  }
  .history-text.all {
    height: auto;
  }
  .history-show-all {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(255, 255, 255, 0), #fff 70%);
    display: block;
    text-align: center;
    height: 150px;
    cursor: pointer;
    border: 0 none;
    width: 100%;
  }
  .history-show-all > span {
    position: absolute;
    right: 0;
    bottom: 15px;
    left: 0;
  }
  .history-text.all .history-show-all {
    display: none;
  }
  .program-time {
    font-size: 0.875rem;
  }
  .program-title {
    font-weight: 600;
  }
  .program-place {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .ingress {
    font-size: 1.25rem;
  }
  .cover-banner-img {
    height: 300px;
  }
  .slogan {
    padding: 2rem 5rem;
  }
  .box-badge {
    top: 1rem;
    left: 1.5rem;
  }
  .box-circle {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.75rem;
    font-size: 1rem;
  }
  .portal-box .box-content {
    padding: 2rem;
    height: auto;
  }
  #footer-osmund {
    margin-top: -15px;
    width: 150px;
  }
  .banner,
  .banner.banner-high {
    height: 320px;
  }
  .fullwidth-image-content {
    position: static;
  }
  .fullwidth-image-content > .container {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
}
