/**
 * Grid Variables - CH
 */
.container-dark-background {
  background-color: #f1f1f1;
}

.container-gray-background {
  background-color: #f7f7f7;
}

/**
 * Grid Variables - CH
 */
/**
 * Custom SASS Mixins - CH
 */
.border-top--light {
  border-top: 1px solid #eaebeb;
}

.border-bottom--light {
  border-bottom: 1px solid #eaebeb;
}

.border-left--light {
  border-left: 1px solid #eaebeb;
}

.border-right--light {
  border-right: 1px solid #eaebeb;
}

/**
 * Grid Variables - CH
 */
/**
 * Grid Variables - CH
 */
/**
 * Custom SASS Mixins - CH
 */
.boxed {
  box-sizing: border-box;
}

.boxed.container {
  margin: 0 auto;
}

@media (max-width: 991px) {
  .boxed {
    padding: 15px;
  }
  .boxed.container {
    padding: 0 15px;
  }
  .boxed.container.indent-top {
    padding-top: 3em;
  }
}

.boxed > div {
  max-width: 770px;
  margin: 0 auto !important;
}

/**
 * Grid Variables - CH
 */
.highlighted-top {
  background: #ffffff;
  border-top-width: 3px;
  border-top-color: #15909c;
  border-style: solid;
  padding: 25px;
  margin: 0;
}

.highlighted-top h1, .highlighted-top h2, .highlighted-top h3, .highlighted-top h4 {
  margin: 0 0 10px 0;
}

.highlighted-bottom {
  background: #ffffff;
  border-bottom-width: 3px;
  border-bottom-color: #15909c;
  border-style: solid;
  padding: 25px;
  margin: 0;
}

.highlighted-bottom h1, .highlighted-bottom h2, .highlighted-bottom h3, .highlighted-bottom h4 {
  margin: 0 0 10px 0;
}

.highlighted-left {
  background: #ffffff;
  border-left-width: 3px;
  border-left-color: #15909c;
  border-style: solid;
  padding: 25px;
  margin: 0;
}

.highlighted-left h1, .highlighted-left h2, .highlighted-left h3, .highlighted-left h4 {
  margin: 0 0 10px 0;
}

.highlighted-right {
  background: #ffffff;
  border-right-width: 3px;
  border-right-color: #15909c;
  border-style: solid;
  padding: 25px;
  margin: 0;
}

.highlighted-right h1, .highlighted-right h2, .highlighted-right h3, .highlighted-right h4 {
  margin: 0 0 10px 0;
}

/**
 * Grid Variables - CH
 */
/**
 * Grid Variables - CH
 */
/**
 * Custom SASS Mixins - CH
 */
.indent {
  margin: 0 40px;
}

.indent-top {
  padding-top: 6em;
}

.indent-bottom {
  padding-bottom: 6em;
}

.indent-side {
  padding-right: 8.75em;
  padding-left: 8.75em;
}

@media (max-width: 1629px) {
  .col-xl-6.indent-top {
    padding-top: 7rem;
  }
  .col-xl-6.indent-bottom {
    padding-bottom: 7rem;
  }
  .col-xl-6.indent-side {
    padding-right: 7rem;
    padding-left: 7rem;
  }
}

@media (max-width: 767px) {
  .col-xl-6.indent-side {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media (max-width: 1199px) {
  .indent-top {
    padding-top: 7rem;
  }
  .indent-bottom {
    padding-bottom: 2em;
  }
  .indent-side {
    padding-right: 7rem;
    padding-left: 7rem;
  }
}

@media (max-width: 767px) {
  .indent-side {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .indent-top {
    padding-top: 0;
  }
}

/**
 * Grid Variables - CH
 */
/**
 * Grid Variables - CH
 */
/**
 * Custom SASS Mixins - CH
 */
.link-button .button-default, .link-button .default {
  border: 1px solid #d2d2d2;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  background: #f6f6f6;
  color: #707070;
  font-weight: bold;
}

.link-button .button-default:hover, .link-button .default:hover {
  color: #707070;
  background: #f7f7f7;
}

.link-button .button-success, .link-button .success {
  font-size: 12px;
  font-size: 1.2rem;
  border: 1px solid #d2d2d2;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  background: #a0ce4e;
  color: #fff;
  font-weight: bold;
}

.link-button .button-success:hover, .link-button .success:hover {
  color: #fff;
  background: #92be43;
}

.link-button .button-warning, .link-button .warning {
  font-size: 12px;
  font-size: 1.2rem;
  border: 1px solid #d2d2d2;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  background: #bc4526;
  color: #fff;
  font-weight: bold;
}

.link-button .button-warning:hover, .link-button .warning:hover {
  color: #fff;
  background: #c34e30;
}

/**
 * Common padding styles.
 */
.p-0 {
  padding: 0;
}

.pv-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.ph-0 {
  padding-right: 0;
  padding-left: 0;
}

.promoted-box {
  border: none !important;
}

.position-left, .position-left * {
  text-align: left !important;
}

.position-right, .position-right * {
  text-align: right !important;
}

.position-center, .position-center * {
  text-align: center !important;
}

/**
 * Grid Variables - CH
 */
/**
 * Grid Variables - CH
 */
/**
 * Custom SASS Mixins - CH
 */
.event-calendar {
  background: #FFFFFF;
  overflow: hidden;
  border-bottom: 1px solid #d2d2d2;
  box-sizing: border-box;
  padding: 5px;
}

.event-calendar .fc-view-basicWeek .fc-day > div {
  min-height: 100px !important;
}

.event-calendar .fc-header .fc-button {
  background: none;
  border-radius: 0;
  border: 1px solid #89C6CC;
  border-bottom: 1px solid #d2d2d2;
}

.event-calendar .fc-header {
  margin-bottom: 10px;
}

.event-calendar .fc-header h2 {
  font-weight: bold;
}

.event-calendar .fc-header td {
  vertical-align: middle;
  white-space: normal;
}

.event-calendar .fc-header-left {
  width: 25%;
  vertical-align: bottom;
}

.event-calendar .fc-header-center {
  width: 40%;
}

.event-calendar .fc-header-right {
  width: 35%;
  white-space: normal;
  padding: 0px 2px;
}

.event-calendar .fc-header-right .fc-button {
  margin-bottom: 0px;
}

.event-calendar .fc-header-title {
  padding: 0px 10px;
}

.event-calendar .fc-header-title h2 {
  white-space: normal;
}

.event-calendar .fc-widget-content {
  background: #F5F5F5;
  border: 1px solid white;
  border-bottom: 1px solid #d2d2d2;
  padding: 1px;
}

.event-calendar .fc-widget-content.fc-other-month {
  background: #E8E8E8;
}

.event-calendar .fc-day-header {
  background: #E8E8E8;
  border: 1px solid white;
  border: 1px solid #d2d2d2;
  border-top-width: 3px;
  padding: 1px;
}

.event-calendar .fc-event {
  border: #736F6E;
  padding: 3px;
  background: #4187ae;
  color: #FFF;
  font-weight: normal;
}

.event-calendar.compact-mode .fc-header-title h2 {
  margin-bottom: 0;
  padding: 5px 0 0 5px;
}

.event-calendar.compact-mode .selected-day {
  background: #95bcf2;
}

.event-calendar.compact-mode .fc-day .fc-day-content {
  padding: 0;
}

.calendar-tooltip {
  z-index: 9999;
  position: absolute;
  width: 250px;
  background: White;
  border: 1px solid #736f6e;
  padding: 10px;
  border-radius: 5px;
  font-size: 13px;
  background: #F5F5F5;
  box-shadow: 3px 3px 8px #736f6e;
}

.calendar-tooltip .arrow {
  position: absolute;
  top: -10px;
  left: 70px;
  height: 10px;
  width: 30px;
  overflow: hidden;
}

.calendar-tooltip .arrow:before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background: #fff;
  border: 1px solid #736f6e;
  position: absolute;
  top: 6px;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.calendar-tooltip a {
  font-size: 12px;
}

.calendar-tooltip p {
  margin-top: 0px;
}

.calendar-tooltip .compact-event {
  margin-bottom: 10px;
  border-top: 1px dashed #736f6e;
  padding-top: 5px;
}

.calendar-tooltip .compact-event:first-child {
  border-top: none;
  padding: 0;
}

.calendar-tooltip .title {
  display: block;
  font-weight: bold;
}

.calendar-tooltip .description {
  display: block;
}

.calendar-tooltip .link {
  display: block;
  margin-top: 5px;
}

/*# sourceMappingURL=styles.css.map */
