@font-face {
  font-family: 'Matter-Light';
  src: local(san-serif),
    url('/fonts/Matter-Light.otf');
  font-display: swap;
}

@font-face {
  font-family: 'Matter-Regular';
  src: local(san-serif),
    url('/fonts/Matter-Regular.otf');
  font-display: swap;
}

@font-face {
  font-family: 'Matter-RegularItalic';
  src: local(san-serif),
    url('/fonts/Matter-RegularItalic.otf');
  font-display: swap;
}

@font-face {
  font-family: 'Matter-Medium';
  src: local(san-serif),
    url('/fonts/Matter-Medium.otf');
  font-display: swap;
}

@font-face {
  font-family: 'Matter-SemiBold';
  src: local(san-serif),
    url('/fonts/Matter-SemiBold.otf');
  font-display: swap;
}

@font-face {
  font-family: 'Tobias-Regular';
  src: local(serif),
    url('/fonts/Tobias-Regular.otf');
  font-display: swap;
}

input {
  outline: none !important;
}

/* START REACT DATES OVERRIDES */
.DayPicker {
  background: #fff;
  position: relative;
  text-align: left;
  border-radius: 12px;
}
.DayPicker__horizontal {
  background: #fff
}
.DayPicker__verticalScrollable {
  height: 100%
}
.DayPicker__hidden {
  visibility: hidden
}
.DayPicker__withBorder {
  box-shadow: 0 2px 6px rgba(0,0,0,.05),0 0 0 1px rgba(0,0,0,.07);
  border-radius: 3px
}
.DayPicker_portal__horizontal {
  box-shadow: none;
  position: absolute;
  left: 50%;
  top: 50%
}
.DayPicker_portal__vertical {
  position: initial
}
.DayPicker_focusRegion {
  outline: 0
}
.DayPicker_calendarInfo__horizontal,
.DayPicker_wrapper__horizontal {
  display: inline-block;
  vertical-align: top
}
.DayPicker_weekHeaders {
  position: relative;
  color: #707070;
  font-family: 'Matter-Medium';
}
.DayPicker_weekHeaders__horizontal {
  margin-left: 9px
}
.DayPicker_weekHeader {
  color: #757575;
  position: absolute;
  top: 62px;
  z-index: 2;
  text-align: left;
}
.DayPicker_weekHeader__vertical {
  left: 50%
}
.DayPicker_weekHeader__verticalScrollable {
  top: 0;
  display: table-row;
  border-bottom: 1px solid #dbdbdb;
  background: #fff;
  margin-left: 0;
  left: 0;
  width: 100%;
  text-align: center
}
.DayPicker_weekHeader_ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 1px 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px
}
.DayPicker_weekHeader_li {
  display: inline-block;
  text-align: center
}
.DayPicker_transitionContainer {
  position: relative;
  overflow: hidden;
  border-radius: 3px
}
.DayPicker_transitionContainer__horizontal {
  -webkit-transition: height .2s ease-in-out;
  -moz-transition: height .2s ease-in-out;
  transition: height .2s ease-in-out
}
.DayPicker_transitionContainer__vertical {
  width: 100%
}
.DayPicker_transitionContainer__verticalScrollable {
  padding-top: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-y: scroll
}
.DayPickerNavigation {
  position: relative;
  z-index: 2
}
.DayPickerNavigation__horizontal {
  height: 0
}
.DayPickerNavigation__verticalScrollable_prevNav {
  z-index: 1
}
.DayPickerNavigation__verticalDefault {
  position: absolute;
  width: 100%;
  height: 52px;
  bottom: 0;
  left: 0
}
.DayPickerNavigation__verticalScrollableDefault {
  position: relative
}
.DayPickerNavigation__bottom {
  height: auto
}
.DayPickerNavigation__bottomDefault {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}
.DayPickerNavigation_button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0;
  margin: 0
}
.DayPickerNavigation_button__default {
  border: none !important;
  background-color: #fff;
  color: #757575
}
.DayPickerNavigation_button__default:focus,
.DayPickerNavigation_button__default:hover {
  border: 1px solid #c4c4c4
}
.DayPickerNavigation_button__default:active {
  background: #f2f2f2
}
.DayPickerNavigation_button__disabled {
  cursor: default;
  border: 1px solid #f2f2f2
}
.DayPickerNavigation_button__disabled:focus,
.DayPickerNavigation_button__disabled:hover {
  border: 1px solid #f2f2f2
}
.DayPickerNavigation_button__disabled:active {
  background: 0 0
}
.DayPickerNavigation_button__horizontalDefault {
  position: absolute;
  top: 18px;
  line-height: .78;
  border-radius: 3px;
  padding: 6px 9px
}
.DayPickerNavigation_bottomButton__horizontalDefault {
  position: static;
  margin: -10px 22px 30px
}
.DayPickerNavigation_leftButton__horizontalDefault {
  left: 22px
}
.DayPickerNavigation_rightButton__horizontalDefault {
  right: 22px
}
.DayPickerNavigation_button__verticalDefault {
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
  position: relative;
  display: inline-block;
  text-align: center;
  height: 100%;
  width: 50%
}
.DayPickerNavigation_nextButton__verticalDefault {
  border-left: 0
}
.DayPickerNavigation_nextButton__verticalScrollableDefault,
.DayPickerNavigation_prevButton__verticalScrollableDefault {
  width: 100%
}
.DayPickerNavigation_svg__horizontal {
  height: 19px;
  width: 19px;
  fill: #82888a;
  display: block
}
.DayPickerNavigation_svg__vertical {
  height: 42px;
  width: 42px;
  fill: #484848
}
.DayPickerNavigation_svg__disabled {
  fill: #f2f2f2
}
.CalendarMonth {
  font-family: 'Matter-Medium';
  background: #fff;
  text-align: center;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.CalendarMonth_table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 20px;
}
.CalendarMonth_verticalSpacing {
  border-collapse: separate
}
body .CalendarMonth_caption {
  color: #282828;
  font-size: 16px;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 50px;
  caption-side: initial;
  text-transform: uppercase !important;
}
.CalendarMonth_caption__verticalScrollable {
  padding-top: 12px;
  padding-bottom: 7px
}
.CalendarMonthGrid {
  background: #fff;
  text-align: left;
  z-index: 0
}
.CalendarMonthGrid__animating {
  z-index: 1
}
.CalendarMonthGrid__horizontal {
  position: absolute;
  left: 9px
}
.CalendarMonthGrid__vertical,
.CalendarMonthGrid__vertical_scrollable {
  margin: 0 auto
}
.CalendarMonthGrid_month__horizontal {
  display: inline-block;
  vertical-align: top;
  min-height: 100%
}
.CalendarMonthGrid_month__hideForAnimation {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none
}
.CalendarMonthGrid_month__hidden {
  visibility: hidden
}
.SingleDatePicker {
  height: 0 !important;
}
.DateInput {
  display: none !important;
}
.CalendarDay {
  border: none !important;
}
.CalendarDay:hover {
  background: #FFFD5F;
  border: 1px solid transparent !important;
  border-radius: 20px;
}
/* END REACT DATES OVERRIDES */

/* START SECTION SOCIAL */
.juicer-feed, .feed-item {
  background-color: transparent !important;
}

.feed-item {
  margin: 0 12px !important;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

@media (max-width: 1024px) {
  .feed-item {
      margin: 0 24px !important;
  }
}

@media (max-width: 600px) {
  .feed-item {
      margin: 0 24px !important;
  }
  .j-image {
      margin: 0;
      width: 300px;
      height: 300px;
  }
}

.slick-arrow {
  display: none !important;
}
/* END SECTION SOCIAL */

/* START QUOTE CAROUSEL OVERRIDES */
.react-multi-carousel-item.quote-carousel-item {
  margin: auto !important;
}
/* END QUOTE CAROUSEL */

/* .gmnoprint {
  display: none;
}
.gm-style > div > div > a > div > img {
  display: none;
}
.gm-style-cc {
  display: none;
} */

/* START DROPDOWN SELECT OVERRIDES */
div#menu-.MuiPopover-root {
  z-index: 9999 !important;
}
/* END DROPDOWN SELECT */
