/**
	This file does note generate code.  It is imported by other sass files to include
	variables, mixins, and functions.
	*/
/* Settings
   -------------------------------------------------------------------------- */
/**
	Global variables
*/
/* Site Max Width. Used in 03-base/_template.scss
   -------------------------------------------------------------------------- */
/* Location of compiled icons in theme.
   Used in project/build/common/sass/04-components/_icons.scss
   -------------------------------------------------------------------------- */
/* Breakpoints
	px is excluded so we can do math on the breakpoints
   -------------------------------------------------------------------------- */
/* Colors
   Suffix color variables with a 3 digit number.  Generally try to progress from
   lightest/dullest to darkest/most vibrant.
   -------------------------------------------------------------------------- */
/* Filter Colors
   -------------------------------------------------------------------------- */
/* Default transition.  Used in transition() mixin.
   ------------------------------------------------------------------------ */
/* Tools
   -------------------------------------------------------------------------- */
/**
	This file does note generate code.  It is imported by other sass files to include
	variables, mixins, and functions.
	*/
/* Settings
   -------------------------------------------------------------------------- */
/**
	This file does note generate code.  It is imported by other sass files to include
	variables, mixins, and functions.
	*/
/* Settings
   -------------------------------------------------------------------------- */
/**
	General mixins
*/
/* Variable Size
   Function can be used to make any property value variable
   -------------------------------------------------------------------------- */
/* Basic Transition
   -------------------------------------------------------------------------- */
/* Default Unordered List
   This mixin is used in place of defining base ul styles and then having to
   override them everywhere.  Ex: in a menu.
   This should be included when you output an acf wysiwyg field.
   -------------------------------------------------------------------------- */
/* Default Link Style
   This mixin is used in place of defining base a styles and then having to
   override them everywhere. Ex: text links vs buttons.
   This should be included when you output an acf wysiwyg field.
   -------------------------------------------------------------------------- */
/* Default Table
   -------------------------------------------------------------------------- */
/* Default Gradient
   -------------------------------------------------------------------------- */
/* Button Reset
   -------------------------------------------------------------------------- */
/* List Reset
   -------------------------------------------------------------------------- */
/* 100vh Mixin
   -------------------------------------------------------------------------- */
/* Accessibility Mixins to allow or prevent animations and transitions
   -------------------------------------------------------------------------- */
/* Tools
   -------------------------------------------------------------------------- */
/**
	Typography specific mixins
	These mixins are used in classes in build/common/sass/03-base/_typography.scss.
	They can also be used in a component/layout stylesheet, but that should be avoided.
*/
/* Fonts
   -------------------------------------------------------------------------- */
/* Typography
   -------------------------------------------------------------------------- */
/**
	This file does note generate code.  It is imported by other sass files to include
	variables, mixins, and functions.
	*/
/* Settings
   -------------------------------------------------------------------------- */
/* Tools
   -------------------------------------------------------------------------- */
/**
	Form specific mixins
	A set of default styles that can be applied to Gravity Forms and other forms
*/
.flatpickr-calendar {
  border: 1px solid #d4d8d7;
  border-radius: 0;
  padding: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.flatpickr-calendar .flatpickr-current-month input.cur-year,
.flatpickr-calendar .flatpickr-current-month select.flatpickr-monthDropdown-months {
  font-weight: 700;
}
.flatpickr-calendar .flatpickr-current-month select.flatpickr-monthDropdown-months {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month,
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
  background-color: black;
  color: white;
  padding: 8px;
  height: 32px;
  width: 32px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month svg,
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg {
  fill: white;
  height: 12px;
  width: 12px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover svg {
  fill: white;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
  left: 24px;
  top: 24px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 24px;
  top: 24px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:focus,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:focus {
  outline: 2px solid #000;
  outline-offset: 2px;
  background-color: #fff;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:focus svg,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:focus svg {
  fill: #000;
}
.flatpickr-calendar .flatpickr-current-month select.flatpickr-monthDropdown-months:focus,
.flatpickr-calendar .flatpickr-current-month input.cur-year:focus {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.flatpickr-calendar .flatpickr-day {
  border: none;
  isolation: isolate;
  font-family: "Hind-Light", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: 0.02em;
  line-height: 39px;
}
.flatpickr-calendar .flatpickr-day:focus {
  background: transparent;
  border-color: transparent;
  outline: none;
  color: #393939;
  z-index: 1;
}
.flatpickr-calendar .flatpickr-day:focus::before {
  content: "";
  position: absolute;
  width: 33px;
  height: 33px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #e6e6e6;
  border-radius: 50%;
  z-index: -1;
}
.flatpickr-calendar .flatpickr-day.selected:focus,
.flatpickr-calendar .flatpickr-day.startRange:focus,
.flatpickr-calendar .flatpickr-day.endRange:focus,
.flatpickr-calendar .flatpickr-day.inRange:focus {
  color: white;
  outline: none;
}
.flatpickr-calendar .flatpickr-day.selected:focus::before,
.flatpickr-calendar .flatpickr-day.startRange:focus::before,
.flatpickr-calendar .flatpickr-day.endRange:focus::before,
.flatpickr-calendar .flatpickr-day.inRange:focus::before {
  background: transparent;
  border: 2px solid white;
}
.flatpickr-calendar .flatpickr-day.selected,
.flatpickr-calendar .flatpickr-day.startRange,
.flatpickr-calendar .flatpickr-day.endRange,
.flatpickr-calendar .flatpickr-day.inRange {
  background: black;
  -webkit-box-shadow: -5px 0 0 black, 5px 0 0 black;
          box-shadow: -5px 0 0 black, 5px 0 0 black;
  color: white;
}
.flatpickr-calendar .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-calendar .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-calendar .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 black;
          box-shadow: -10px 0 0 black;
}