:root {
  --lightblue: #00aeef;
  --lightblue-rgb: 0, 174, 239;
  --lighterblue: #58c4ef;
  --darkerblue: #3498db;
  --midgrey: #cccccc;
}

.bg-dss-blue {
  background: var(--lightblue);
  color: white;
}

.bg-dss-light-blue {
  background: var(--lightblue);
  color: white;
}

.bg-mid-grey {
  background: var(--midgrey);
  color: white;
}

.bg-dss-blue a,
.bg-dss-light-blue a,
.bg-mid-grey a {
  color: white;
}

.text-darker-blue,
.text-darker-blue a {
  color: var(--darkerblue);
}

#external-feeds a {
  font-weight: bold;
}


h3 {
  text-transform: uppercase;
}

nav {
  background: rgba(var(--lightblue-rgb), 0.8);
}

nav li {
  font-size: 90%;
}

nav ul:first-child li:first-child {
  position: relative;
}

nav li #languagechooser {
  position: absolute;
  top: 0;
  left: -5rem;
}

/* ensure nav sits below cms toolbar when present */
#cms-top~nav {
  top: 46px;
}


body {
  padding-top: 40px;
}

@media (min-width: 992px) {
  body {
    padding-top: 126px;
  }
}

header .col p:last-of-type {
  margin-bottom: 0;
}


.bg-dss-lighter-blue { background: var(--lighterblue); }
.text-dss-lighter-blue { color: var(--lighterblue); }

#logos img { width: 100%; }
#how-it-works .col img { width: 100%; }
#how-it-works img+p {
  margin-top: -40px;
}

#how-it-works .container {
  background-image: url("../img/howitworks_bg.ae9f6d2aa071.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 105px;
}

#how-it-works .col {
  background-size: 270px;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 280px 4rem 1rem;
  text-align: center;
  position: relative;
}

#how-it-works .col p {
  margin-bottom: 0;
}

#how-it-works .col:last-of-type:after {
  content: none;
}

#how-it-works .col:nth-of-type(1) {
  background-image: url("../img/howitworks1.c092b9fe7914.png");
}
#how-it-works .col:nth-of-type(2) {
  background-image: url("../img/howitworks2.83ae7a6d9747.png");
}
#how-it-works .col:nth-of-type(3) {
  background-image: url("../img/howitworks3.de589fb45b60.png");
}
#how-it-works .row .col:nth-of-type(4) {
  background-image: url("../img/howitworks4.46931be5bbed.png");
  margin-right: 0;
}

header .btn {
  padding: 0.5rem 0.8rem;
  font-weight: bolder;
  font-size: 1.4rem;
  background: #f7991c;
  border: 2px solid white;
  box-shadow: 0 0 0 6px #f7991c;

}

#bullet-points ul {
  padding: 0 1rem;
}

#bullet-points li {
  background-color: white;
  color: var(--darkerblue);
  margin: 1rem 0.5rem;
  padding: 0;
  padding-left: 1rem;
  list-style-position: inside;
}

/* to add to iframe css for editing col widths */
iframe .djangocms-bootstrap5 .fieldBox input {
  width: 80px;
}

footer h3 {
  color: var(--lightblue);
  background-color: white;
}

footer .col {
  padding: 1rem;
}

footer .col h3 {
  font-size: 1.6rem;
  font-weight: normal;
  padding: 0.5rem;
}

footer .socials a {
  text-decoration: none;
}
a.btn {
	color: white;
}

form .show-for-collection {
  display: none;
}

#div_id_delivery_datetime label span.show-for-delivery,
#div_id_delivery_datetime label span.show-for-collection {
  font-weight: normal;
  color: inherit;
}

#div_id_collect_from_shop {
  display: none;
}

#reload-booking-form .uniForm .formHint {
  font-size: 0.9em;
}

.ui-datepicker {
  z-index: 2000 !important;
}

.ui-widget-content .ui-datepicker-collection-only .ui-state-default {
  color: #dc3545;
  border-color: #dc3545;
}

.ui-widget-content .ui-datepicker-collection-only .ui-state-active {
  color: white;
}

.ui-datepicker-collection-only {
  position: relative;
}

.ui-datepicker-collection-only[title]:hover::after {
  content: attr(title);
  display: inline-block;
  background: white;
  position: absolute;
  top: -100%;
  left: 100%;
  z-index: 3000;
  padding: 5px;
  width: 12em;
  border: 1px solid var(--lightblue);
  font-weight: bold;
}
