/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 1, templates/rt_callisto/custom/scss/_popupmodule.scss */
.g-popupmodule-module-wrapper {
  display: none;
}
/* line 1, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle {
  position: relative;
}
/* line 3, templates/rt_callisto/custom/scss/_calendar.scss */
/* line 4, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 13, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .controls .prev-push, .g-calendar-particle .controls .next-push {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
/* line 21, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .g-calendar-title {
  float: left;
  padding-right: 0.938rem;
  padding-bottom: 0;
}
/* line 25, templates/rt_callisto/custom/scss/_calendar.scss */
.dir-rtl .g-calendar-particle .g-calendar-title {
  float: right;
  padding-left: 0.938rem;
  padding-right: 0;
}
/* line 31, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .g-calendar-title-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding-bottom: 0.938rem;
}
/* line 36, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .g-calendar-datepicker-wrapper {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
/* line 41, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .g-calendar-datepicker-wrapper .g-calendar-datepicker-icon {
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
}
/* line 46, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .controls {
  font-size: 1.15vw;
  line-height: 2.5;
  color: #fff;
  position: absolute;
  z-index: 3;
  justify-content: space-between;
  display: flex;
  width: 108%;
  margin-left: -4%;
  margin-top: 2.8125rem;
  margin-bottom: 0.625rem;
  font-size: 1.15vw;
  color: #fff;
}
/* line 60, templates/rt_callisto/custom/scss/_calendar.scss */
.dir-rtl .g-calendar-particle .controls {
  margin-left: 0;
  margin-right: -4%;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-calendar-particle .controls {
    width: 100%;
    margin-left: 0;
  }
  /* line 69, templates/rt_callisto/custom/scss/_calendar.scss */
  .dir-rtl .g-calendar-particle .controls {
    margin-right: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-calendar-particle .controls {
    width: 104%;
    margin-left: -2%;
  }
  /* line 77, templates/rt_callisto/custom/scss/_calendar.scss */
  .dir-rtl .g-calendar-particle .controls {
    margin-left: 0;
    margin-right: -2%;
  }
}
@media (max-width: 100rem) {
  .g-calendar-particle .controls {
    font-size: 1.15rem;
  }
}
/* line 84, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .controls .prev-push, .g-calendar-particle .controls .next-push {
  position: relative;
  z-index: 100;
  width: 25px;
  height: 25px;
  background: transparent;
  border-radius: 50%;
  padding: 5px 0;
  border: 2px solid #000;
  font-size: 1.4rem;
  display: inline-block;
  text-align: center;
  color: #000;
  cursor: pointer;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  transition: all 250ms;
}
/* line 102, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .controls .prev-push:hover, .g-calendar-particle .controls .next-push:hover {
  background: #a34223;
}
/* line 105, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .controls .prev-push .fa, .g-calendar-particle .controls .next-push .fa {
  position: absolute;
  top: 0;
  width: 25px;
}
/* line 109, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .controls .prev-push .fa.fa-angle-left, .g-calendar-particle .controls .next-push .fa.fa-angle-left {
  top: -1px;
  left: -2px;
}
/* line 113, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .controls .prev-push .fa.fa-angle-right, .g-calendar-particle .controls .next-push .fa.fa-angle-right {
  top: -1px;
  left: -1px;
}
/* line 117, templates/rt_callisto/custom/scss/_calendar.scss */
/* line 118, templates/rt_callisto/custom/scss/_calendar.scss */
.dir-rtl .g-calendar-particle .controls .prev-push .fa.fa-angle-left, .dir-rtl .g-calendar-particle .controls .next-push .fa.fa-angle-left {
  left: 0;
}
/* line 120, templates/rt_callisto/custom/scss/_calendar.scss */
.dir-rtl .g-calendar-particle .controls .prev-push .fa.fa-angle-left:before, .dir-rtl .g-calendar-particle .controls .next-push .fa.fa-angle-left:before {
  content: "\f105" !important;
}
/* line 124, templates/rt_callisto/custom/scss/_calendar.scss */
.dir-rtl .g-calendar-particle .controls .prev-push .fa.fa-angle-right, .dir-rtl .g-calendar-particle .controls .next-push .fa.fa-angle-right {
  left: -2px;
}
/* line 126, templates/rt_callisto/custom/scss/_calendar.scss */
.dir-rtl .g-calendar-particle .controls .prev-push .fa.fa-angle-right:before, .dir-rtl .g-calendar-particle .controls .next-push .fa.fa-angle-right:before {
  content: "\f104" !important;
}
/* line 133, templates/rt_callisto/custom/scss/_calendar.scss */
/* line 134, templates/rt_callisto/custom/scss/_calendar.scss */
/* line 135, templates/rt_callisto/custom/scss/_calendar.scss */
.dir-rtl .g-calendar-particle .controls .clndr-previous-button .fa-arrow-circle-left {
  left: -2px;
}
/* line 137, templates/rt_callisto/custom/scss/_calendar.scss */
.dir-rtl .g-calendar-particle .controls .clndr-previous-button .fa-arrow-circle-left:before {
  content: "\f0a9";
}
/* line 143, templates/rt_callisto/custom/scss/_calendar.scss */
/* line 144, templates/rt_callisto/custom/scss/_calendar.scss */
/* line 145, templates/rt_callisto/custom/scss/_calendar.scss */
.dir-rtl .g-calendar-particle .controls .clndr-next-button .fa-arrow-circle-right {
  left: 2px;
}
/* line 147, templates/rt_callisto/custom/scss/_calendar.scss */
.dir-rtl .g-calendar-particle .controls .clndr-next-button .fa-arrow-circle-right:before {
  content: "\f0a8";
}
/* line 153, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .controls .month-year {
  width: 80%;
  padding: 5px 0;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
}
/* line 162, templates/rt_callisto/custom/scss/_calendar.scss */
/* line 166, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .g-calendar .clndr {
  position: relative;
  display: block;
  overflow-x: auto;
  width: 100%;
  padding: 0 1.876rem;
  font-size: 1vw;
}
@media (max-width: 100rem) {
  .g-calendar-particle .g-calendar .clndr {
    font-size: 1rem;
  }
}
/* line 174, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container {
  position: relative;
  overflow-y: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-calendar-particle .g-calendar .clndr .days-container {
    padding: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-calendar-particle .g-calendar .clndr .days-container {
    padding: 0;
  }
}
/* line 189, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .days {
  position: relative;
  left: 0;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  transition: left 0.5s;
  overflow-y: hidden;
  overflow-x: hidden;
  overscroll-behavior-x: contain;
  padding-bottom: 0.938rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}
/* line 199, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .days ::-webkit-scrollbar {
  width: 0px;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-calendar-particle .g-calendar .clndr .days-container .days {
    overflow-x: hidden;
    overflow-x: -moz-hidden-unscrollable;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-calendar-particle .g-calendar .clndr .days-container .days {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    overflow-x: hidden;
  }
}
/* line 212, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .days .day, .g-calendar-particle .g-calendar .clndr .days-container .days .empty {
  display: inline-block;
  padding: 8px 8px;
  line-height: 1.875;
  text-align: center;
  color: #888;
  font-size: 1rem;
  position: relative;
  z-index: 10;
}
/* line 222, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .days .day span.day-name, .g-calendar-particle .g-calendar .clndr .days-container .days .empty span.day-name {
  color: #95a5a6;
}
/* line 225, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .days .day .event-counter, .g-calendar-particle .g-calendar .clndr .days-container .days .empty .event-counter {
  display: inline-block;
  position: absolute;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  height: 16px;
  bottom: 6px;
  color: #fff;
  z-index: 10;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  visibility: hidden;
}
/* line 240, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .days .day.past, .g-calendar-particle .g-calendar .clndr .days-container .days .empty.past {
  opacity: 0.25;
}
/* line 243, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .days .day.today, .g-calendar-particle .g-calendar .clndr .days-container .days .empty.today {
  color: #a34223;
  font-weight: 700;
  background: rgba(163, 66, 35, 0.1);
  border-radius: 3px;
}
/* line 244, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .days .day.today span.day-name, .g-calendar-particle .g-calendar .clndr .days-container .days .empty.today span.day-name {
  color: #a34223;
  opacity: 0.5;
}
/* line 253, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .days .day.event, .g-calendar-particle .g-calendar .clndr .days-container .days .empty.event {
  position: relative;
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
  cursor: pointer;
  padding-bottom: 24px;
  border-radius: 3px;
}
/* line 260, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .days .day.event .event-counter, .g-calendar-particle .g-calendar .clndr .days-container .days .empty.event .event-counter {
  visibility: visible !important;
}
/* line 263, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .days .day.event::after, .g-calendar-particle .g-calendar .clndr .days-container .days .empty.event::after {
  content: '';
  left: 50%;
  transform: translateX(-50%);
  bottom: 7%;
  position: absolute;
  background: #a34223;
  border-radius: 50%;
  height: 18px;
  width: 18px;
}
/* line 274, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .days .day.event:hover, .g-calendar-particle .g-calendar .clndr .days-container .days .empty.event:hover {
  background-color: rgba(163, 66, 35, 0.1);
}
/* line 278, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .days .day.adjacent-month, .g-calendar-particle .g-calendar .clndr .days-container .days .empty.adjacent-month {
  color: rgba(0, 0, 0, 0.3);
}
/* line 282, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .days .empty {
  height: 31px;
  vertical-align: bottom;
}
/* line 286, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .days .headers {
  border-bottom: 1px solid #e5e5e5;
  background-color: #f9fafb;
}
/* line 289, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .days .headers .day-header {
  width: 14.2857142857%;
  display: inline-block;
  padding: 1rem 0;
  border-right: 1px solid #e5e5e5;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
  letter-spacing: 1px;
}
/* line 301, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .events {
  position: relative;
  left: 0;
  top: 1.875rem;
  width: 100%;
  height: 100%;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  transition: left 0.5s;
}
/* line 308, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .events .headers {
  position: relative;
}
/* line 311, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .events .event-header {
  display: none;
}
/* line 314, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .events .x-button {
  display: none;
}
/* line 317, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .events .events-list {
  overflow-y: auto;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 323, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .events .events-list .event {
  position: relative;
  background: #fff;
  width: 31%;
  max-height: 100%;
  padding: 30px 28px;
  margin-bottom: 2rem;
  animation-name: show;
  animation-duration: 0.36s;
  animation-timing-function: ease-out;
  -webkit-transition: all 4s;
  -moz-transition: all 4s;
  transition: all 4s;
  margin-right: 2%;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-calendar-particle .g-calendar .clndr .days-container .events .events-list .event {
    width: 48%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-calendar-particle .g-calendar .clndr .days-container .events .events-list .event {
    width: 100%;
    padding: 18px 10px;
    max-height: 100%;
  }
}
/* line 343, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .events .events-list .event a {
  position: relative;
  letter-spacing: 1px;
  background-color: transparent;
  color: #888;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  transition: color 0.25s;
}
/* line 350, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .events .events-list .event a:hover {
  color: #a34223;
}
@keyframes show {
  /* line 355, templates/rt_callisto/custom/scss/_calendar.scss */
  0% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
  /* line 359, templates/rt_callisto/custom/scss/_calendar.scss */
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* line 364, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .events .events-list .event .event-date {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  background: #f7f7f7;
  position: relative;
  text-align: center;
  max-width: 84px;
  padding: 5px 8px;
  float: left;
  line-height: 1.3;
}
@media only all and (max-width: 47.99rem) {
  .g-calendar-particle .g-calendar .clndr .days-container .events .events-list .event .event-date {
    margin-right: auto;
    max-width: 100%;
    width: 100%;
    margin-bottom: 1rem;
  }
}
/* line 380, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .events .events-list .event .event-date .day-name {
  color: #95a5a6;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
}
/* line 386, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .events .events-list .event .event-date .day-number {
  font-weight: 700;
  padding-bottom: -0.262rem;
}
/* line 390, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .events .events-list .event .event-date .time {
  color: #95a5a6;
  font-size: 0.8rem;
}
/* line 394, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .events .events-list .event .event-date .day-name, .g-calendar-particle .g-calendar .clndr .days-container .events .events-list .event .event-date .time, .g-calendar-particle .g-calendar .clndr .days-container .events .events-list .event .event-date .day-number {
  display: inline-block;
}
/* line 400, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .events .events-list .event .event-info {
  margin-left: 92px;
  font-family: "Georgia", "Times", "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.3;
  font-size: 1vw;
}
@media (max-width: 90rem) {
  .g-calendar-particle .g-calendar .clndr .days-container .events .events-list .event .event-info {
    font-size: 0.9rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-calendar-particle .g-calendar .clndr .days-container .events .events-list .event .event-info {
    margin-left: 0;
    padding: 0 0.3126666667rem;
    margin-top: 0.625rem;
  }
}
/* line 412, templates/rt_callisto/custom/scss/_calendar.scss */
.g-calendar-particle .g-calendar .clndr .days-container .events .events-list .event .event-desc {
  color: #95a5a6;
  display: block;
  padding: 5px 0;
  font-family: 'sourcesanspro, Helvetica, Tahoma, Geneva, Arial, sans-serif';
  font-weight: 400;
  font-size: 1vw;
}
@media (max-width: 90rem) {
  .g-calendar-particle .g-calendar .clndr .days-container .events .events-list .event .event-desc {
    font-size: 0.9rem;
  }
}
/*!
 * Datepicker v1.0.1
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2018-11-14T13:59:44.094Z
 */
/* line 439, templates/rt_callisto/custom/scss/_calendar.scss */
.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 210px;
  z-index: -1;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
/* line 459, templates/rt_callisto/custom/scss/_calendar.scss */
.datepicker-container::before, .datepicker-container::after {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
/* line 469, templates/rt_callisto/custom/scss/_calendar.scss */
.datepicker-dropdown {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}
/* line 479, templates/rt_callisto/custom/scss/_calendar.scss */
.datepicker-inline {
  position: static;
}
/* line 483, templates/rt_callisto/custom/scss/_calendar.scss */
.datepicker-top-left, .datepicker-top-right {
  border-top-color: #39f;
}
/* line 488, templates/rt_callisto/custom/scss/_calendar.scss */
.datepicker-top-left::before, .datepicker-top-left::after, .datepicker-top-right::before, .datepicker-top-right::after {
  border-top: 0;
  left: 10px;
  top: -5px;
}
/* line 497, templates/rt_callisto/custom/scss/_calendar.scss */
.datepicker-top-left::before, .datepicker-top-right::before {
  border-bottom-color: #39f;
}
/* line 502, templates/rt_callisto/custom/scss/_calendar.scss */
.datepicker-top-left::after, .datepicker-top-right::after {
  border-bottom-color: #fff;
  top: -4px;
}
/* line 508, templates/rt_callisto/custom/scss/_calendar.scss */
.datepicker-bottom-left, .datepicker-bottom-right {
  border-bottom-color: #39f;
}
/* line 513, templates/rt_callisto/custom/scss/_calendar.scss */
.datepicker-bottom-left::before, .datepicker-bottom-left::after, .datepicker-bottom-right::before, .datepicker-bottom-right::after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}
/* line 522, templates/rt_callisto/custom/scss/_calendar.scss */
.datepicker-bottom-left::before, .datepicker-bottom-right::before {
  border-top-color: #39f;
}
/* line 527, templates/rt_callisto/custom/scss/_calendar.scss */
.datepicker-bottom-left::after, .datepicker-bottom-right::after {
  border-top-color: #fff;
  bottom: -4px;
}
/* line 533, templates/rt_callisto/custom/scss/_calendar.scss */
.datepicker-top-right::before, .datepicker-top-right::after, .datepicker-bottom-right::before, .datepicker-bottom-right::after {
  left: auto;
  right: 10px;
}
/* line 541, templates/rt_callisto/custom/scss/_calendar.scss */
.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%;
}
/* line 547, templates/rt_callisto/custom/scss/_calendar.scss */
.datepicker-panel > ul::before, .datepicker-panel > ul::after {
  content: " ";
  display: table;
}
/* line 553, templates/rt_callisto/custom/scss/_calendar.scss */
.datepicker-panel > ul::after {
  clear: both;
}
/* line 557, templates/rt_callisto/custom/scss/_calendar.scss */
.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}
/* line 569, templates/rt_callisto/custom/scss/_calendar.scss */
.datepicker-panel > ul > li:hover {
  background-color: #e5f2ff;
}
/* line 573, templates/rt_callisto/custom/scss/_calendar.scss */
.datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover {
  color: #999;
}
/* line 578, templates/rt_callisto/custom/scss/_calendar.scss */
.datepicker-panel > ul > li.highlighted {
  background-color: #e5f2ff;
}
/* line 582, templates/rt_callisto/custom/scss/_calendar.scss */
.datepicker-panel > ul > li.highlighted:hover {
  background-color: #cce5ff;
}
/* line 586, templates/rt_callisto/custom/scss/_calendar.scss */
.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
  color: #39f;
}
/* line 591, templates/rt_callisto/custom/scss/_calendar.scss */
.datepicker-panel > ul > li.disabled, .datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}
/* line 598, templates/rt_callisto/custom/scss/_calendar.scss */
.datepicker-panel > ul > li.disabled.highlighted, .datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: #e5f2ff;
}
/* line 603, templates/rt_callisto/custom/scss/_calendar.scss */
.datepicker-panel > ul > li[data-view="years prev"], .datepicker-panel > ul > li[data-view="year prev"], .datepicker-panel > ul > li[data-view="month prev"], .datepicker-panel > ul > li[data-view="years next"], .datepicker-panel > ul > li[data-view="year next"], .datepicker-panel > ul > li[data-view="month next"], .datepicker-panel > ul > li[data-view="next"] {
  font-size: 18px;
}
/* line 613, templates/rt_callisto/custom/scss/_calendar.scss */
.datepicker-panel > ul > li[data-view="years current"], .datepicker-panel > ul > li[data-view="year current"], .datepicker-panel > ul > li[data-view="month current"] {
  width: 150px;
}
/* line 619, templates/rt_callisto/custom/scss/_calendar.scss */
.datepicker-panel > ul[data-view="years"] > li, .datepicker-panel > ul[data-view="months"] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}
/* line 626, templates/rt_callisto/custom/scss/_calendar.scss */
.datepicker-panel > ul[data-view="week"] > li, .datepicker-panel > ul[data-view="week"] > li:hover {
  background-color: #fff;
  cursor: default;
}
/* line 632, templates/rt_callisto/custom/scss/_calendar.scss */
.datepicker-hide {
  display: none;
}
/* line 1, templates/rt_callisto/custom/scss/_beoirmap.scss */
.g-map {
  height: 640px;
  margin: 0;
  padding: 0;
}
/* line 8, templates/rt_callisto/custom/scss/_beoirmap.scss */
#layer-control {
  font-size: 16px;
  height: 16px;
  margin: auto;
}
/* line 15, templates/rt_callisto/custom/scss/_beoirmap.scss */
#control-div {
  background-color: white;
  border-color: #879ec1;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  width: 28px;
  margin: 0 5px;
  padding: 1px;
  height: 28px;
  box-shadow: 0 1px 1px #90a8cd;
  overflow: hidden;
}
/* line 36, templates/rt_callisto/custom/scss/_beoirmap.scss */
.control-text {
  front-family: Arial, sans-serif;
  font-size: 12px;
  padding: 4px 4px;
}
/* line 42, templates/rt_callisto/custom/scss/_beoirmap.scss */
.control-image {
  float: left;
  margin: 1px;
  width: 26px;
  height: 26px;
}
/* line 14, templates/rt_callisto/custom/scss/custom.scss */
.g-owlcarousel-content {
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.667);
}
/* line 20, templates/rt_callisto/custom/scss/custom.scss */
.g-contentlist .g-contentlist-img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}
/* line 27, templates/rt_callisto/custom/scss/custom.scss */
.button {
  background: #5d1813;
  color: #fff;
}
/* line 33, templates/rt_callisto/custom/scss/custom.scss */
.box1.moduletable, .box1.widget, .box1 > .g-content {
  color: #fff;
}
/* line 38, templates/rt_callisto/custom/scss/custom.scss */
.add-on, .search-input {
  color: black !important;
}
/* line 43, templates/rt_callisto/custom/scss/custom.scss */
.g-calendar-particle .controls {
  width: 100%;
  margin-top: 2.5rem;
  margin-left: 0;
}
/* line 50, templates/rt_callisto/custom/scss/custom.scss */
.g-header .g-search, .g-search form {
  margin: 0;
}
/* line 55, templates/rt_callisto/custom/scss/custom.scss */
.days-container .days {
  background-color: white;
  padding-bottom: 0 !important;
}
/* line 61, templates/rt_callisto/custom/scss/custom.scss */
.days-container .days .day {
  border: solid 1px #ddd;
}
/* line 66, templates/rt_callisto/custom/scss/custom.scss */
::placeholder {
  color: gray;
}
/* line 71, templates/rt_callisto/custom/scss/custom.scss */
dd.createdby, dd.category-name, dd.published, dd.hits {
  display: inline-block;
  margin-right: 0.75rem;
}
/*# sourceMappingURL=custom_16.css.map */