.bip-wrapper {
  position: absolute;
  width: 66px;
  height: 36px;
  left: 0;
  top: 200px;
  background-color: #F8F9FA;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(52, 58, 64, 0.15);
  -moz-box-shadow: 0px 3px 6px rgba(52, 58, 64, 0.15);
  -webkit-box-shadow: 0px 3px 6px rgba(52, 58, 64, 0.15);
  -webkit-transition: width 0.1s ease;
  transition: width 0.1s ease;
}

.bip-wrapper img {
  width: 66px;
  height: auto;
}

.bip-wrapper:hover {
  width: 100px;
  box-shadow: 0px 1px 3px rgba(52, 58, 64, 0.15);
  -moz-box-shadow: 0px 1px 3px rgba(52, 58, 64, 0.15);
  -webkit-box-shadow: 0px 1px 3px rgba(52, 58, 64, 0.15);
}

.landing-section {
  position: relative;
  width: 100%;
  height: calc(100vh - 20px);
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.landing-section > .left,
.landing-section > .right {
  margin: 0 auto;
  width: 50%;
  color: #E9ECEF;
}

.landing-section > .left {
  padding-top: 15vh;
  margin: 0 auto;
}

.landing-section > .left > .biglogo {
  padding: 50px 0;
  width: 178px;
  height: auto;
}

.landing-section > .right {
  padding: 50px 0;
  margin: 0 auto;
}

.landing-section > .right > .title {
  display: none;
}

.landing-section > .right > .description {
  display: none;
  text-align: justify;
}

.landing-section > .right > .button {
  margin: 10px 10px 0 0;
  padding: 15px 25px;
  box-shadow: 0px 2px 4px rgba(52, 58, 64, 0.1);
  -moz-box-shadow: 0px 2px 4px rgba(52, 58, 64, 0.1);
  -webkit-box-shadow: 0px 2px 4px rgba(52, 58, 64, 0.1);
}

.landing-section > .right > .button.-fancy {
  background: linear-gradient(45deg, #E93B60, #FFBA36);
}

.landing-section > .right > .button.-fancy-border {
  background: none;
  border: 2px solid #FFBA36;
}

.landing-section .contrast-wrapper {
  position: absolute;
  right: 50px;
  bottom: 20px;
  color: #F8F9FA;
  cursor: pointer;
}

.landing-section .contrast-wrapper > span {
  text-transform: uppercase;
  letter-spacing: 1.15px;
  vertical-align: top;
  font-weight: 300;
  font-size: 0.8em;
  line-height: 20px;
  margin-right: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.landing-section .contrast-wrapper > i {
  opacity: 0.7;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.news-section {
  background-color: #E9ECEF;
}

.content-header {
  font-weight: 300;
}

.news-section > .wrapper > .content-wrapper {
  width: 100%;
}

.news-section > .wrapper > .content-wrapper span {
  text-shadow: 0 2px 2px rgba(33, 37, 41, 0.2);
  display: block;
  margin: 10px 0;
  z-index: 2;
  position: relative;
}

.news-section > .wrapper > .content-wrapper .title {
  overflow: hidden;
  line-height: 18px;
  max-height: 36px;
  text-transform: uppercase;
  font-weight: 600;
}

.news-section > .wrapper > .content-wrapper > .article {
  box-shadow: 0px 3px 2px rgba(52, 58, 64, 0.2);
  -moz-box-shadow: 0px 3px 2px rgba(52, 58, 64, 0.2);
  -webkit-box-shadow: 0px 3px 2px rgba(52, 58, 64, 0.2);
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
  height: 235px;
  background: #343A40;
  padding: 30px 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 0.8em;
  display: block;
  color: #E9ECEF;
}

.news-section > .wrapper > .content-wrapper > .article > .background {
  background-blend-mode: multiply;
  background-color: rgba(33, 37, 41, 0.5);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
  z-index: 1;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 960px;
  height: 236px;
}

.news-section > .wrapper > .content-wrapper > .article .content > .date {
  display: block;
  color: #868E96;
}

.news-section > .wrapper > .content-wrapper > .article .content > .description {
  display: block;
  font-weight: 300;
  margin-bottom: 40px;
  max-height: 72px;
  overflow: hidden;
}

.news-section > .wrapper > .content-wrapper > .article > .category,
.news-section > .wrapper > .content-wrapper > .article > .more {
  display: none;
}

.news-section > .wrapper > .content-wrapper > .small-box {
  font-size: 0.8em;
  box-shadow: 0px 3px 2px rgba(52, 58, 64, 0.2);
  -moz-box-shadow: 0px 3px 2px rgba(52, 58, 64, 0.2);
  -webkit-box-shadow: 0px 3px 2px rgba(52, 58, 64, 0.2);
  margin: 10px 0;
  width: 474px;
  height: 265px;
  background-color: #F8F9FA;
  color: #343A40;
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.news-section > .wrapper > .content-wrapper > .small-box.mr {
  margin-right: 7px;
}

.news-section > .wrapper > .content-wrapper > .small-box > .category {
  z-index: 2;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 130px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.15px;
  color: #E9ECEF;
}

.news-section > .wrapper > .content-wrapper > .small-box.youtube iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.news-section > .wrapper > .content-wrapper > .small-box.album {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.news-section > .wrapper > .content-wrapper > .small-box.album > .image {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(33, 37, 41, 0.5);
  -webkit-filter: grayscale(30%);
          filter: grayscale(30%);
  background-blend-mode: multiply;
}

.news-section > .wrapper > .content-wrapper > .small-box.album > .content {
  position: absolute;
  margin: 40px;
  color: #E9ECEF;
  width: 80%;
}

.news-section > .wrapper > .content-wrapper > .small-box.album > .content > .label {
  color: #CED4DA;
  text-transform: uppercase;
  letter-spacing: 1.15px;
  font-size: 0.7em;
  margin: 0;
}

.news-section > .wrapper > .content-wrapper > .small-box.album > .content > .description {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: visible;
  opacity: 1;
  color: #CED4DA;
  line-height: 18px;
  max-height: 110px;
  overflow: hidden;
}

.news-section > .wrapper > .content-wrapper > .small-box.album:hover .title {
  margin-top: 0px;
}

.news-section > .wrapper > .content-wrapper > .small-box.album:hover .image {
  -webkit-filter: none;
          filter: none;
  background-color: rgba(33, 37, 41, 0);
}

.news-section > .wrapper > .content-wrapper > .small-box.album:hover .description {
  visibility: hidden;
  opacity: 0;
}

.news-section > .wrapper > .content-wrapper > .allstories {
  text-align: center;
  display: block;
  margin: 10px auto;
  color: #1A82A9;
}

.news-section > .wrapper > .content-wrapper > .allstories:hover {
  color: #21a4d5;
}

.calendar-section > .wrapper {
  margin: 50px auto;
}

.calendar-section > .wrapper .switch-mode {
  float: right;
  margin: 15px 5px;
  color: #1A82A9;
  cursor: pointer;
}

.calendar-section > .wrapper .switch-mode i {
  margin-right: 5px;
}

.calendar-section > .wrapper .switch-mode span {
  vertical-align: top;
}

.calendar-section > .wrapper > #calendar-box {
  clear: both;
  background-color: #F8F9FA;
  box-shadow: 0px 3px 6px rgba(52, 58, 64, 0.2);
  -moz-box-shadow: 0px 3px 6px rgba(52, 58, 64, 0.2);
  -webkit-box-shadow: 0px 3px 6px rgba(52, 58, 64, 0.2);
  border-radius: 10px;
  border: none;
}

.calendar-section > .wrapper > #calendar-box .fc-event,
.calendar-section > .wrapper > #calendar-box .fc-event-dot {
  background-color: #E93B60;
}

.calendar-section > .wrapper > #calendar-box .fc-dayGridMonth-view table .fc th,
.calendar-section > .wrapper > #calendar-box .fc-dayGridMonth-view table .fc td {
  border: none;
}

.calendar-section > .wrapper > #calendar-box .fc-dayGridMonth-view table .fc-day-number {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: none;
  line-height: 60px;
  display: block;
}

.calendar-section > .wrapper > #calendar-box .fc-dayGridMonth-view table .fc-day-top {
  cursor: pointer;
}

.calendar-section > .wrapper > #calendar-box .fc-dayGridMonth-view table .fc-event {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #E93B60;
  text-decoration: none;
  cursor: default;
  padding: 0;
  border: none;
  position: relative;
  top: -10px;
  left: 62px;
}

.calendar-section > .wrapper > #calendar-box .fc-dayGridMonth-view table .fc-event.fc-not-start {
  display: none;
}

.calendar-section > .wrapper > #calendar-box .fc-dayGridMonth-view table .fc-event span {
  display: none;
}

.calendar-section > .wrapper > #calendar-box .fc-dayGridMonth-view .fc-today {
  background: none;
}

.calendar-section > .wrapper > #calendar-box .fc-dayGridMonth-view .fc-today .fc-day-number {
  color: #F8F9FA;
  position: relative;
}

.calendar-section > .wrapper > #calendar-box .fc-dayGridMonth-view .fc-today .fc-day-number::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 20px;
  height: 20px;
  text-align: center;
  display: block;
  background-color: #E93B60;
  border-radius: 50%;
  padding: 7px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.calendar-section > .wrapper > #calendar-box .fc-dayGridMonth-view .fc-widget-header {
  border: none;
  background-color: #E93B60;
  color: #F8F9FA;
  font-weight: 400;
  font-size: 0.9em;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.calendar-section > .wrapper > #calendar-box .fc-dayGridMonth-view .fc-week .fc-content-skeleton tbody tr {
  display: none;
}

.calendar-section > .wrapper > #calendar-box .fc-dayGridMonth-view .fc-week .fc-content-skeleton tbody tr:first-of-type {
  display: table-row;
}

.calendar-section > .wrapper > #calendar-box .fc-listMonth-view .fc-list-item-time {
  display: none;
}

.calendar-section > .wrapper > #calendar-box .fc-listMonth-view .fc-list-heading-main {
  float: none;
  text-align: center;
  display: block;
}

.calendar-section > .wrapper > #calendar-box .fc-listMonth-view .fc-list-item-marker {
  padding: 8px 14px 8px 20px;
}

.calendar-section > .wrapper > #calendar-box .fc-toolbar {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #E93B60;
  color: #F8F9FA;
  padding: 40px 0;
  text-transform: uppercase;
  margin-bottom: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.calendar-section > .wrapper > #calendar-box .fc-toolbar .fc-center > h2 {
  min-width: 200px;
  text-align: center;
  color: #F8F9FA;
  font-weight: 400;
  font-size: 0.95em;
}

.calendar-section > .wrapper > #calendar-box .fc-toolbar .fc-button-primary {
  background: none;
  border: none;
  outline: none;
}

.calendar-section > .wrapper > #calendar-box .fc-toolbar .fc-button-primary:focus,
.calendar-section > .wrapper > #calendar-box .fc-toolbar .fc-button-primary:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

#events_details-popup {
  padding: 30px;
  background-color: #FFF;
  width: 300px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(52, 58, 64, 0.15);
  -moz-box-shadow: 0px 3px 6px rgba(52, 58, 64, 0.15);
  -webkit-box-shadow: 0px 3px 6px rgba(52, 58, 64, 0.15);
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 30px;
  z-index: 1000;
}

#events_details-popup > .header-date {
  color: #868E96;
  text-align: center;
  display: block;
}

#events_details-popup > .event-wrapper > .event-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 200px;
}

#events_details-popup > .event-wrapper > .start-time {
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  color: #868E96;
}

#events_details-popup > .event-wrapper > .next-day {
  position: relative;
  top: -5px;
  display: block;
  font-size: 0.9em;
  color: #868E96;
}

#events_details-popup > .event-wrapper > .description {
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 0.8em;
  color: #868E96;
  max-height: 150px;
}

#events_details-popup > .event-wrapper > .details-link {
  float: right;
  margin: 5px;
}

#events_details-popup > .no-data {
  padding: 30px 0;
  color: #868E96;
  display: block;
  text-align: center;
}

@media (min-width: 1024px) {
  .landing-section > .left,
  .landing-section > .right {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .landing-section > .left {
    left: 0;
  }

  .landing-section > .left > .biglogo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 447px;
  }

  .landing-section > .right {
    left: 50%;
  }

  .landing-section > .right > .title {
    display: block;
  }

  .landing-section > .right > .description {
    display: block;
    width: 80%;
    font-weight: 300;
  }

  .landing-section .contrast-wrapper:hover > span {
    opacity: 1;
    visibility: visible;
  }

  .landing-section .contrast-wrapper:hover > i {
    opacity: 1;
  }

  .news-section > .wrapper > .content-wrapper > .article > .category {
    z-index: 2;
    text-align: center;
    line-height: 40px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 40px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 1.15px;
  }

  .news-section > .wrapper > .content-wrapper > .article > .more {
    z-index: 2;
    position: absolute;
    display: block;
    bottom: 20px;
    right: 30px;
  }

  .allstories {
    float: right;
  }
}

@media (max-width: 1024px) {
  .landing-section {
    height: 90vh;
  }

  .landing-section > .left,
  .landing-section > .right {
    text-align: center;
  }

  .landing-section .contrast-wrapper > i {
    font-size: 28px;
  }

  .landing-section .contast-wrapper > span {
    display: none;
  }

  .news-section > .wrapper {
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .news-section > .wrapper > .content-wrapper > .article {
    padding: 10px;
    height: 240px;
  }

  .news-section > .wrapper > .content-wrapper > .article > .content {
    max-width: 80%;
    margin: 0 auto;
  }

  .news-section > .wrapper > .content-wrapper > .small-box {
    height: 265px;
    width: calc(100vw - 20px);
  }

  .news-section > .wrapper > .content-wrapper > .small-box.youtube {
    height: 345px;
  }

  .news-section > .wrapper > .content-wrapper > .small-box.mr {
    margin: 15px 0 0 0;
  }

  .footer-box {
    height: 150px;
  }
}

@media (max-width: 1024px) and (orientation: landscape) {
  .landing-section > .left > .biglogo {
    display: none;
  }
}

@media (min-width: 768px) {
  .landing-section > .left > .biglogo {
    width: 320px;
  }

  .calendar-section > .wrapper > .new-event {
    color: #F8F9FA;
    position: relative;
    top: 95px;
    opacity: 0.8;
  }

  .calendar-section > .wrapper > .new-event:hover {
    color: #F8F9FA;
    opacity: 1;
  }

  .calendar-section > .wrapper > .new-event > span {
    vertical-align: top;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .calendar-section > .wrapper {
    margin: 0;
  }

  .calendar-section > .wrapper * {
    border-radius: 0 !important;
  }

  .calendar-section > .wrapper > .new-event {
    text-align: center;
    display: block;
  }

  .calendar-section > .wrapper > .new-event:hover {
    color: #F8F9FA;
    opacity: 1;
  }

  .calendar-section > .wrapper > .new-event > span {
    font-size: 1.15em;
    vertical-align: top;
    line-height: 20px;
  }

  .calendar-section > .wrapper #calendar-box .fc-listMonth-view {
    border: none;
  }

  .calendar-section > .wrapper #calendar-box .fc-listMonth-view .fc-scroller {
    min-height: 60vh;
  }

  .calendar-section > .wrapper #calendar-box .fc-listMonth-view table {
    display: block;
    table-layout: fixed;
    width: 100%;
    word-break: break-all;
  }

  .calendar-section > .wrapper #calendar-box .fc-list-item-title {
    width: 100%;
  }
}

body.high-contrast .landing-section > div {
  z-index: 10;
}

body.high-contrast .landing-section:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

body.high-contrast .calendar-section > .wrapper > #calendar-box .fc-toolbar,
body.high-contrast .calendar-section > .wrapper > #calendar-box .fc-widget-header {
  background-color: #ab1333;
}

body.high-contrast .calendar-section > .wrapper > #calendar-box .fc-toolbar *,
body.high-contrast .calendar-section > .wrapper > #calendar-box .fc-widget-header * {
  color: #F8F9FA !important;
}

body.high-contrast .calendar-section > .wrapper > #calendar-box .fc-view {
  background-color: #212529;
}

