html {
  background-color: #e9f0f9;
}

body {
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
.google_font {
  font-family: "Permanent Marker", cursive;
}

.button_label {
  font-family: "Permanent Marker", cursive !important;
}

.menu-main a {
  font-family: "Permanent Marker", cursive;
}

.rev-btn {
  background-color: #000 !important;
}
.rev-btn .button_label {
  color: #fff;
}

.swish-button {
  position: relative;
  max-width: 100%;
  text-overflow: ellipsis;
}
.swish-button:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateX(-100%);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #000;
}
.swish-button:hover, .swish-button:focus {
  text-decoration: none;
}
.swish-button:hover:after, .swish-button:focus:after {
  transform: translateX(0);
}
.swish-button:hover span, .swish-button:focus span {
  color: #fff;
}
.swish-button span {
  position: relative;
  z-index: 2;
  white-space: pre;
}

#Header_wrapper {
  height: 200px;
}
@media (max-width: 767px) {
  #Header_wrapper {
    height: 100px;
  }
}

@media (max-width: 767px) {
  .sticky-header #Header_wrapper {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .HomePage-template #Content {
    margin-top: 120px;
  }
  .HomePage-template #Content:before {
    content: "";
    display: block;
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 160px;
    height: 131px;
    background: url(/_resources/app/client/images/window-cleaning-logo.png) no-repeat center;
    background-size: 160px auto;
  }

  h1,
.text-logo #logo {
    font-size: 40px !important;
    line-height: 1 !important;
  }
}
@media only screen and (max-width: 1023px) {
  #Top_bar #menu > ul {
    padding: 0;
  }
}
#BetterNavigator {
  display: none;
}

.logo-mobile img {
  max-width: 80px;
}

.logo-main {
  max-width: 160px;
}

.logo a {
  font-family: "Permanent Marker", cursive;
}

#body_overlay {
  position: fixed;
  display: none;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10;
  pointer-events: none;
}

b,
strong {
  font-weight: bold;
}

p + ul > li {
  list-style: outside;
}
p + ul > li::marker {
  color: #f9d521;
}

#Top_bar > p {
  font-size: 11px;
  opacity: 0.59;
  font-style: italic;
  text-align: center;
  padding: 0px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  line-height: 24px;
  /* font-family: "Permanent Marker", Helvetica, Arial, sans-serif; */
  /* letter-spacing: 1px; */
}

#Top_bar.is-sticky > p {
  display: none !important;
}

.logo-mobile {
  display: flex;
  color: #000;
  font-size: 20px;
}
.logo-mobile img {
  margin-right: 20px;
}

label.left,
label.form__field-label {
  font-family: "Permanent Marker", cursive;
  font-size: 20px;
}

ul.optionset {
  padding: 0;
  margin: 12px 0;
  display: flex;
  flex-wrap: wrap;
}
ul.optionset li {
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}
ul.optionset li input {
  position: absolute;
  left: -9999px;
}
ul.optionset li label {
  padding-left: 30px;
  cursor: pointer;
}
ul.optionset li label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 24px;
  background-color: transparent;
  border-radius: 7px;
  border: 1px solid #f9d521;
  transition: background-color 0.25s;
}
ul.optionset li label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 24px;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(../images/form-check.svg);
  transition: transform 0.25s, opacity 0.25s;
}
ul.optionset li input:checked + label:before {
  background-color: #f9d521;
}
ul.optionset li input:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.checkbox.field {
  position: relative;
}
.checkbox.field input {
  position: absolute;
  left: -9999px;
}
.checkbox.field label {
  padding-left: 30px;
  cursor: pointer;
}
.checkbox.field label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 24px;
  background-color: transparent;
  border-radius: 7px;
  border: 1px solid #f9d521;
  transition: background-color 0.25s;
}
.checkbox.field label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 24px;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(../images/form-check.svg);
  transition: transform 0.25s, opacity 0.25s;
}
.checkbox.field input:checked + label:before {
  background-color: #f9d521;
}
.checkbox.field input:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.address_finder_attribution {
  display: none;
}

body {
  min-width: 320px;
}

.terms {
  opacity: 0.7;
  font-size: 14px;
  line-height: 20px;
}
.terms small {
  font-size: 14px;
}

.field.text {
  margin-bottom: 12px;
}

#quote-value {
  padding-top: 100px;
  border-top: 1px solid #eee;
}
#quote-value .prices {
  display: flex;
}
#quote-value .prices p {
  font-weight: bold;
  margin-bottom: 5px;
}
#quote-value .prices > div {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
#quote-value .prices div:first-child {
  padding-right: 20px;
  border-right: 1px solid #ccc;
  padding-left: 0;
}
#quote-value .prices strong {
  font-size: 32px;
  line-height: 1;
  font-family: "Permanent Marker", cursive;
}

.quotable {
  position: relative;
}
.quotable.loading {
  min-height: 100px;
}
.quotable.loading .lds-ellipsis {
  display: inline-block;
}
.quotable.loading .field,
.quotable.loading .Actions,
.quotable.loading .terms,
.quotable.loading .btn-toolbar,
.quotable.loading .upsell,
.quotable.loading .no-service {
  display: none !important;
}

.no-service h2 {
  margin-bottom: 32px;
}
.no-service p a {
  color: #000;
  text-decoration: underline;
}
.no-service p a:hover {
  text-decoration: none;
}

.lds-ellipsis {
  position: absolute;
  width: 80px;
  height: 80px;
  display: none;
  left: calc(50% - 40px);
  top: 50%;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #f9d521;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.form-box {
  padding: 60px 40px 15px;
}

@media screen and (max-width: 620px) {
  .form-box {
    padding: 15px;
  }
}
#Top_bar #logo,
.header-fixed #Top_bar #logo,
.header-plain #Top_bar #logo,
.header-transparent #Top_bar #logo {
  height: 72px;
  line-height: 72px;
}

.upsell {
  margin-top: -12px;
  margin-bottom: 12px;
}

#Form_EnquiryForm_Heading {
  margin-bottom: 20px;
}
