/*!********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/ucgapartmenttours.scss ***!
  \********************************************************************************************************************************************************************/
@font-face {
  font-family: "fa-brands";
  src: url(../js/68b178e195e6c6034111.woff) format("woff");
}
@font-face {
  font-family: "fa-light";
  src: url(../js/d099d6dcc4043daad76c.woff) format("woff");
}
@font-face {
  font-family: "fa-regular";
  src: url(../js/2a039b96b6caa4234bab.woff) format("woff");
}
@font-face {
  font-family: "fa-solid";
  src: url(../js/21d0d53e91255a3a80f1.woff) format("woff");
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
  text-decoration-thickness: 1px;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration-style: dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

button,
input,
select,
textarea {
  font: inherit;
}

img,
picture {
  max-width: 100%;
  display: block;
}

ol[role=list],
ul[role=list] {
  list-style: none;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@keyframes ken-burns-1 {
  0% {
    background-position: 0 0;
    background-size: 100% 100%;
  }
  50% {
    background-position: 100% 0;
    background-size: 120% 120%;
  }
  100% {
    background-position: 0 0;
    background-size: 100% 100%;
  }
}
@keyframes ken-burns-2 {
  0% {
    transform: translate(0, 0);
    height: 100%;
    width: 100%;
  }
  33% {
    transform: translate(-7%, -5%);
    height: 120%;
    width: 120%;
  }
  67% {
    transform: translate(-5%, -7%);
    height: 120%;
    width: 120%;
  }
  100% {
    transform: translate(0, 0);
    height: 100%;
    width: 100%;
  }
}
.ken-burns-1 {
  animation: ken-burns-1 10s ease-in-out infinite;
}

.ken-burns-2 {
  animation: ken-burns-2 10s ease-in-out infinite;
}

@keyframes pop-in {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#ucgScheduleATour {
  padding: 5rem 30px 5rem 30px;
  align-items: center;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 720px) {
  #ucgScheduleATour {
    padding: 5rem 40px 5rem 40px;
  }
}
@media (min-width: 960px) {
  #ucgScheduleATour {
    padding: 5rem 50px 5rem 50px;
  }
}
@media (min-width: 1440px) {
  #ucgScheduleATour {
    padding: 5rem calc((100vw - 1340px) / 2) 5rem calc((100vw - 1340px) / 2);
  }
}
#ucgScheduleATour h1,
#ucgScheduleATour h2,
#ucgScheduleATour h3,
#ucgScheduleATour h4,
#ucgScheduleATour h5,
#ucgScheduleATour h6,
#ucgScheduleATour p,
#ucgScheduleATour li,
#ucgScheduleATour button,
#ucgScheduleATour label,
#ucgScheduleATour input,
#ucgScheduleATour textarea {
  font-family: Arial, Helvetica, sans-serif;
}
#ucgScheduleATour h2 {
  font-size: clamp(1rem, 2.083333334vw, 1.5rem);
  margin-bottom: 0.5em;
}
#ucgScheduleATour h3 {
  font-size: clamp(0.8rem, 1.6666666672vw, 1.2rem);
}
#ucgScheduleATour h4 {
  font-size: clamp(0.7rem, 1.4583333338vw, 1.05rem);
}
#ucgScheduleATour p {
  font-size: clamp(0.75rem, 1.5625000005vw, 1.125rem);
  margin-bottom: 0.5em;
}
#ucgScheduleATour button {
  padding: 0.25em 1em;
}
#ucgScheduleATour .heading {
  font-size: clamp(0.9rem, 1.8750000006vw, 1.35rem);
  margin-bottom: 1em;
}
#ucgScheduleATour .months {
  background-color: #05294b;
}
#ucgScheduleATour .month-selector {
  display: none;
  margin-bottom: 2rem;
  padding: 2em 1em 0.5em 1em;
}
#ucgScheduleATour .month-selector .header .month-title {
  color: white;
  margin-bottom: 0.5em;
  text-align: center;
}
#ucgScheduleATour .month-selector .days-of-the-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.25rem;
  padding-block: 0.5em;
}
#ucgScheduleATour .month-selector .days-of-the-week .day-name {
  color: white;
  font-size: 0.875rem;
  text-align: center;
  text-transform: uppercase;
}
#ucgScheduleATour .month-selector .dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.25rem;
}
#ucgScheduleATour .month-selector .dates .day {
  background-color: #e9e9e9;
  padding: 0.2em;
}
#ucgScheduleATour .month-selector .dates .day .date {
  font-size: 0.75rem;
  margin-bottom: 0;
  text-align: right;
}
#ucgScheduleATour .month-selector .dates .day .events .event .time {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border: 0;
  display: inline-block;
  cursor: pointer;
  font-size: 0.75rem;
  margin-right: 0.25rem;
  padding: 0.2em 0.4em;
}
#ucgScheduleATour .month-selector .dates .day .events .event .more-slots {
  border: 0;
  cursor: pointer;
  font-size: 0.75rem;
  padding: 0.1em;
}
#ucgScheduleATour .month-selector .dates .day .events .event .more-slots #moreSlotsIcon {
  width: 0.75rem;
}
#ucgScheduleATour .month-selector .dates .day .events .event .more-slots.active #moreSlotsIcon {
  transform: rotate(180deg);
}
#ucgScheduleATour .month-selector .dates .day .events .event:not(:first-child) {
  display: none;
}
#ucgScheduleATour .month-selector .dates .day.not-in-month {
  opacity: 0.3;
}
#ucgScheduleATour .month-selector .months-navigator {
  display: flex;
  justify-content: center;
  margin-top: 0.5em;
}
#ucgScheduleATour .month-selector .months-navigator button {
  cursor: pointer;
  font-size: clamp(0.6rem, 1.2500000004vw, 0.9rem);
  padding: 0.25em 0.5em;
}
#ucgScheduleATour .month-selector .months-navigator button:not(:last-child) {
  margin-right: 1em;
}
#ucgScheduleATour .month-selector.active {
  display: block;
}
#ucgScheduleATour #selectedSlot {
  margin-bottom: 1em;
}
#ucgScheduleATour #selectedSlot .change-selected-appointment {
  display: none;
}
#ucgScheduleATour #selectedSlot .change-selected-appointment.active {
  display: block;
}
#ucgScheduleATour #ucgAppointmentsForm {
  display: none;
}
#ucgScheduleATour #ucgAppointmentsForm .form-fields {
  display: flex;
  flex-flow: column nowrap;
}
#ucgScheduleATour #ucgAppointmentsForm .form-fields .appointment-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5em;
}
#ucgScheduleATour #ucgAppointmentsForm .form-fields .appointment-field > * {
  width: 100%;
}
#ucgScheduleATour #ucgAppointmentsForm .form-fields .appointment-field input,
#ucgScheduleATour #ucgAppointmentsForm .form-fields .appointment-field select,
#ucgScheduleATour #ucgAppointmentsForm .form-fields .appointment-field textarea {
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 0;
  padding: 0.2em;
}
#ucgScheduleATour #ucgAppointmentsForm .form-fields .appointment-field label {
  display: inline-block;
  margin-bottom: 0.5em;
}
#ucgScheduleATour #ucgAppointmentsForm .form-fields .appointment-field input[type=submit] {
  background-color: #05294b;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: white;
  cursor: pointer;
  display: inline-block;
  margin: 0 auto;
  max-width: 15rem;
  padding: 0.5em 1em;
}
#ucgScheduleATour #ucgAppointmentsForm .form-fields .appointment-field input[type=submit]:hover {
  background-color: #99a9b5;
  color: black;
}
#ucgScheduleATour #ucgAppointmentsForm.active {
  display: block;
}
@media (min-width: 960px) {
  #ucgScheduleATour {
    display: grid;
    gap: 1.875rem;
    grid-template-columns: repeat(12, 1fr);
  }
  #ucgScheduleATour > * {
    grid-column: 3/span 8;
  }
  #ucgScheduleATour #ucgAppointmentsForm .form-fields {
    flex-flow: row wrap;
    justify-content: space-between;
  }
  #ucgScheduleATour #ucgAppointmentsForm .form-fields .appointment-field {
    width: 48%;
  }
  #ucgScheduleATour #ucgAppointmentsForm .form-fields .appointment-field.full {
    width: 100%;
  }
}

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