*, .accordion-body.location-point, .og-block {
  padding: 0;
}

h1, h2, h3, h6 {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/Coldiac/coldiac-webfont.woff2) format('woff2');
  unicode-range: U+0900-097F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FF;
}

* {
  margin: 0;
  font-family: Outfit;
}

#highlights, #overview, .desktop-summary, nav.navbar {
  background-color: #fff;
}

section {
  border: transparent;
}

.desktop-summary {
  width: 300px;
  right: 0;
  z-index: 999;
  position: fixed;
  top: 0;
  height: 100%;
  box-shadow: 0 -1px 11px 0 #0000008f;
}

.og-block .btn {
  background-color: #22644b;
  color: #fff;
  border: 0;
  font-size: 13px;
  width: 100%;
  border-radius: 0;
}

.og-block .btn:first-child {
  border-right: 1px solid #fff;
}

.form-section {
  height: calc(100% - 80px);
  padding-top: 30px!important;
}

.form-section h2 {
  font-size: 16px;
}

.btn, .enquire-modal .modal-dialog .modal-content, .enquire-modal .modal-dialog .modal-content .modal-body {
  border: none;
}

@media only screen and (max-width:991px) {
  .desktop-summary {
    display: none;
  }
}

@media only screen and (max-width:991px) {
  .overview-info, p {
    font-size: 14px;
  }
}

@media (max-width:575px) {
  p {
    line-height: 1.4;
  }
}

@media (max-width:575px) {
  .desktop-summary {
    display: none;
  }
}

.GreyBtn {
  /*background: #936220;*/
  /*color: #fff;*/
  /*background: -moz-linear-gradient(left, #936220 0%, #936220 46%, #ffffff 51%, #936220 56%, #936220 100%);*/
  background: -webkit-linear-gradient(left, #936220 0%, #936220 46%, #ffffff 51%, #936220 56%, #936220 100%);
  /*background: linear-gradient(to right, #000 0%, #000 46%, #ffffff 51%, #000 56%, #000 100%);*/
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#936220', endColorstr='#936220', GradientType=1);
  background-size: 600% 600%;
  -webkit-animation: AnimationNameGrey 3s ease infinite;
  animation: AnimationNameGrey 3s ease infinite;
}

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

*:before, *:after {
  /*box-sizing: inherit;*/
}

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

::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}

::placeholder {
  color: #fff;
  opacity: 0.6;
  text-transform: uppercase;
}

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

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

* {
  /*box-sizing: inherit;*/
}

* {
  outline: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.btn:hover {
  /*transform: scale(1.05);*/
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

.btn {
  /*background: linear-gradient(270deg, #008452, #16513b, #013622, #a37f00);*/
  /*background-size: 1400% 1400%;*/
  /*animation: rainbowStripes 5s linear infinite;*/
}

.btn {
  /*background: #936220;*/
  /*color: #fff;*/
  /*background: -moz-linear-gradient(left, #936220 0%, #936220 46%, #ffffff 51%, #936220 56%, #936220 100%);*/
  background: -webkit-linear-gradient(left, #936220 0%, #936220 46%, #ffffff 51%, #936220 56%, #936220 100%);
  /*background: linear-gradient(to right, #000 0%, #000 46%, #ffffff 51%, #000 56%, #000 100%);*/
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#936220', endColorstr='#936220', GradientType=1);
  background-size: 600% 600%;
  -webkit-animation: AnimationNameGrey 3s ease infinite;
  animation: AnimationNameGrey 3s ease infinite;
}

.btn {
  display: inline-block;
  /*font-weight: 400;*/
  line-height: 1.5;
  /*color: #212529;*/
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  /*cursor: pointer;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /*background-color: transparent;*/
  /*border: 1px solid transparent;*/
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

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

button, select {
  text-transform: none;
}

@keyframes AnimationNameGrey {
  0% {
    background-position: 100%;
  }
  100% {
    background-position: 0%;
  }
}

.text-center {
  text-align: center!important;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.input-group > .form-control, .input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

.input-group > .form-control:focus, .input-group > .form-select:focus {
  z-index: 3;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 2px solid #936220;
  border-radius: 31px;
  font: normal normal 600 12px/1.4 Open Sans;
  /*background-color: #936220;*/
  letter-spacing: 0;
  color: #fff;
  width: 220px;
  padding: 9px 0;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}

[role=button] {
  cursor: pointer;
}

.uk-link, a {
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer;
}

a {
  color: #fff;
  text-decoration: none;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  /*display: flex;*/
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2);
}

img, svg {
  vertical-align: middle;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

canvas, img, video {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h2, h2 {
  font-size: calc(1.325rem + .9vw);
}

@media (min-width:1200px) {
  .h2, h2 {
    font-size: 2rem;
  }
}

.h6, h6 {
  font-size: 1rem;
}

b, strong {
  font-weight: bolder;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x,.75rem);
  padding-left: var(--bs-gutter-x,.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}

@media (min-width:1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

@media (min-width:768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}

@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none;
  }
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none;
  }
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
}

.modal-footer > * {
  margin: .25rem;
}

.d-flex {
  display: flex!important;
}

.justify-content-between {
  justify-content: space-between!important;
}

.p-3 {
  padding: 1rem!important;
}

.pb-2 {
  padding-bottom: .5rem!important;
}

img.calendar-image {
  width: 25px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  filter: brightness(0) saturate(100%);
  filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(2%) hue-rotate(332deg) brightness(110%) contrast(101%);
}

@media (max-width: 767px) {
  img.calendar-image {
    width: 25px;
  }
}

@media (max-width: 320px) {
  img.calendar-image {
    width: 22px;
  }
}

.uk-link-toggle:focus .uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
  /*color: #0f6ecd;*/
  /*text-decoration: underline;*/
}

.icon {
  transition: transform 0.3s ease;
}

h1, h2, h3, h4, h5, h6, p, a {
  margin: 0;
  text-decoration: none;
}

a {
  border: none;
}

a {
  color: #00a3ff;
  text-decoration: none;
}

.row {
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  font-weight: bold;
}

