.covidAlert {
  display: none;
}
body {
  font-family: "Varela Round", sans-serif;
  line-height: 1.7em;
}
h1,
h2,
h3,
h4,
h4,
p {
  font-family: "Varela Round", sans-serif;
  line-height: 1.3em;
}
h1 {
  color: #e15564;
  font-weight: 600;
  font-size: 34px;
}
h2 {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
}
h3 {
  color: #a1a1a1;
  font-size: 22px;
  font-weight: 600;
}
.container h1,
.container h2,
.container h3,
.container h4 {
  text-align: center;
}
p {
  line-height: 1.6em;
  font-size: 18px;
  color: #444;
}
a {
  color: #e15564;
}
.btn {
  border-radius: 200px;
  padding: 12px 22px 11px;
  transition: all 0.3s;
  font-size: 16px;
  white-space: normal;
}
.btn-primary {
  background: #e15564;
  border-color: #e15564;
}
.btn-primary:hover {
  background: #f56a78;
  border-color: #f56a78;
}
.container_wrapper.sf_cols {
  margin-bottom: 120px;
}
.mainNav {
  height: 120px;
  transition: all 0.5s;
}
.mainNavScrolling.mainNav {
  height: 80px;
}
/*.mainNav .container-fluid {
    backdrop-filter: saturate(200%) blur(10px);
    -webkit-backdrop-filter: saturate(200%) blur(10px);
    background: rgb(22 48 60 / 50%);
}*/

.mainNav .container-fluid {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  background: none;
  transition: all 0.5s;
}
#mainNavCollapse {
  /*
    backdrop-filter: saturate(200%) blur(10px) !important;
    background: rgb(48 48 48 / 35%);
    */
}
.mainNavScrolling .container-fluid {
  backdrop-filter: saturate(200%) blur(10px);
  -webkit-backdrop-filter: saturate(200%) blur(10px);
  background: rgb(22 48 60 / 50%);
}
.mobileTopBlur .container-fluid {
  backdrop-filter: saturate(200%) blur(10px);
  -webkit-backdrop-filter: saturate(200%) blur(10px);
  background: rgb(22 48 60 / 50%);
}
.navbar-toggle .icon-bar {
  display: block;
  width: 40px;
  height: 6px;
  border-radius: 200px;
  background-color: #fff;
  transition: all 0.5s;
}
.mainNavScrolling .navbar-toggle .icon-bar {
  width: 30px;
  height: 4px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
.mainNav .navbar-toggle {
  position: relative;
  float: right;
  padding: 0px 20px 0px 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  height: 120px;
  transition: all 0.5s;
}
.mainNavScrolling.mainNav .navbar-toggle {
  height: 80px;
}
.navbar-nav {
  height: auto;
  margin: 0px;
  padding: 30px 0px;
}
.navbar-nav li {
  font-size: 18px;
  font-family: "Varela Round", sans-serif;
}
.navbar-nav > li > a {
  padding: 12.5px 10px;
  margin: auto 10px 10px;
  border-radius: 200px;
  color: #fff;
  transition: all 0.5s;
  text-align: center;
}
.nav > li > a:hover,
.nav > li > a:focus {
  /*background-size: 100% 100%;
    background-color: transparent;*/
  color: #e15564;
  text-shadow: none;
}

.wayfinderSearch a {
  background: #e15564;
  color: #fff;
  text-shadow: none !important;
}
.navbar .container-fluid .navbar-brand {
  float: left;
  height: 120px;
  padding: 0px;
  display: flex;
  align-items: center;
  margin: 0;
  transition: all 0.5s;
}
.mainNavScrolling.navbar .container-fluid .navbar-brand {
  height: 80px;
}
.navbar-brand img {
  height: 60px;
  transition: all 0.5s;
}
.mainNavScrolling .navbar-brand img {
  height: 40px;
}
#mainWrapper {
  padding-top: 0px;
  margin-bottom: 100px;
}
#footerWrapper {
  background: #e15564;
  color: #fff;
  text-align: center;
  padding: 60px 0px;
}
#toTop {
  display: none;
}
.cookieConsent {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #666666;
  color: #ffffff !important;
  padding: 0px;
}
.cookieConsent .container {
  margin-bottom: 0px !important;
  padding: 12px 120px 12px 20px;
}
#cookieConsent p {
  padding: 0px;
  margin: 0px;
  color: #ffffff !important;
  font-size: 13px !important;
}
#cookieConsent a {
  color: #ffffff;
  text-decoration: underline;
}
.cookieConsent .close {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  font-size: 30px;
  color: White;
  opacity: 1;
  line-height: 0.5;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 100px;
  background: #383838;
}
#cookieClose span {
  margin-top: 0px !important;
  line-height: 0px;
  display: block;
}
#fullscreenWaiting > .waitingSpinner {
  border-top-color: #e15564;
}
#fullscreenWaiting > .waitingSpinner::before {
  border-top-color: #21b3e4;
}
#fullscreenWaiting > .waitingSpinner::after {
  border-top-color: #fec465;
}
.footerBottom a {
  color: #fff;
  font-size: 18px;
  margin: 0px 20px;
  border-left: 10px solid #e58892;
  padding: 6px 10px 6px 10px;
  transition: all 0.3s;
}
.footerBottom a:hover {
  color: #fff;
  font-size: 18px;
  margin: 0px 20px;
  border-left: 10px solid #ffffff;
  padding: 6px 10px 6px 10px;
  cursor: pointer;
}
.navLinks {
  margin-bottom: 50px;
}
.sectionHead {
  border-bottom: 1px solid #e7b6bc;
  margin-bottom: 20px;
  font-size: 20px;
  padding-bottom: 10px;
}
#wayfinderFooterSearchWrapper {
  position: relative;
  display: inline-block;
  width: 40%;
}
#wayfinderPostcodeSearchFooter {
  border-radius: 200px;
  padding: 30px;
  font-size: 20px;
  border: 2px solid #a7a7a7;
}
#wayfinderFooterSearchWrapper .googleSearchGPSLocator {
  display: none;
}
#wayfinderPostcodeSearchFooterWrapper .input-group {
  display: block;
}
.wayfinderFooterSearchText {
  display: inline-block;
  margin-right: 30px;
}
.wayfinderFooterSearchText h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}
#wayfinderFooterSearch {
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container.navLinks {
  margin-bottom: 50px;
}
.copyright {
  font-size: 14px;
  margin-bottom: 20px;
}

ul.dropdown-menu {
  background: none;
  box-shadow: none;
  border: 0px solid;
  width: 100%;
}
.nav .dropdown:hover .dropdown-menu {
  display: block; /* makes menu available for hover - not for mobiles */
}
.nav .dropdown-menu .yamm-content {
  text-align: center;
}
.nav .dropdown-menu .yamm-content li {
  margin: 10px auto;
}
.nav .dropdown .dropdown-menu .yamm-content li:first-of-type {
  transform: translateY(-60px);
  transition: all 0.3s;
  transition-delay: 0.3s;
  opacity: 0;
}
.nav .dropdown .dropdown-menu .yamm-content li:nth-of-type(2) {
  transform: translateY(-120px);
  transition: all 0.3s;
  transition-delay: 0.3s;
  opacity: 0;
}
.nav .dropdown .dropdown-menu .yamm-content li:nth-of-type(3) {
  transform: translateY(-180px);
  transition: all 0.3s;
  transition-delay: 0.3s;
  opacity: 0;
}
.nav .dropdown:hover .dropdown-menu .yamm-content li:first-of-type {
  transform: translateY(0px);
  opacity: 1;
}
.nav .dropdown:hover .dropdown-menu .yamm-content li:nth-of-type(2) {
  transform: translateY(0px);
  opacity: 1;
}
.nav .dropdown:hover .dropdown-menu .yamm-content li:nth-of-type(3) {
  transform: translateY(0px);
  opacity: 1;
}
.nav .dropdown-menu a {
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 200px;
  text-shadow: 0px 0px 20px #000;
}
.nav .dropdown-menu a:hover {
  background: #fff;
  color: #e15564;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 200px;
  text-shadow: none;
}

.intro {
  background-size: cover;
  height: 70vh;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 10% 10% 0px;
  margin-bottom: 100px;
}
.introContent {
  width: 100%;
  margin: 20px auto;
  text-align: center;
}
.intro h1 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #fff;
}
.intro p {
  font-size: 16px;
  color: #fff;
}

.leftImage .col-md-5,
.leftImage .col-md-7 {
  padding-left: 20px;
  padding-right: 20px;
}
.leftImage .col-md-5 img {
  border-left: 15px solid #e15564;
}

.rightImage .col-md-5,
.rightImage .col-md-7 {
  padding-left: 20px;
  padding-right: 20px;
}
.rightImage .col-md-5 img {
  border-left: 15px solid #e15564;
}
#searchError {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: left;
  width: 100%;
  height: 90px;
  overflow: hidden;
  /*pointer-events: none;*/
}
.searchDirectLink {
  color: #fff;
  text-decoration: underline;
}
.searchDirectLink:hover {
  color: #fff;
  text-decoration: underline;
}
.error {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d90000;
  color: #fff;
  padding: 10px 20px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -100vw;
  box-shadow: 0px 0px 10px #00000061;
  transition: all 1s;
  font-size: 14px;
  text-align: center;
  line-height: normal;
}
.errorIn {
  left: 0;
}
.errorOut {
  left: 100vw;
}
.help {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #008ae6;
  color: #fff;
  padding: 10px 20px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -100vw;
  box-shadow: 0px 0px 10px #00000061;
  transition: all 1s;
  font-size: 14px;
  text-align: center;
  line-height: normal;
}
.helpIn {
  left: 0;
}
.helpOut {
  left: 100vw;
}
.wayfinderSearch {
  width: 100%;
}
#menuPostcodeSearch {
  border: 2px solid #c5c5c5;
  border-radius: 200px;
  width: 100%;
  position: relative;
  top: 0;
  right: 0;
  padding: 10px 20px;
  margin-top: -3px;
  transition: all 0.5s;
  font-size: 16px;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(196, 196, 196);
  opacity: 1; /* Firefox */
}
#menuPostcodeSearchButton {
  display: none;
}
#menuPostcodeSearchButtonToggle {
  display: block;
  width: calc(100% - 6px);
  margin-left: 3px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
}
.mainNavScrolling #menuPostcodeSearchButtonToggle {
  padding: 8px 10px;
}
#menuPostcodeSearchButton,
#menuPostcodeSearchButtontoggle {
  margin-right: 4px;
  text-align: center;
  cursor: pointer;
  z-index: 9999;
}
#menuPostcodeSearch.searchVisible {
  width: 100%;
}
.mainNavScrolling #menuPostcodeSearch.searchVisible {
  width: 400px;
}
#menuPostcodeSearch:focus {
  outline: none;
}
#menuPostcodeSearchButton:hover {
  background: #cf414f;
  color: #fff;
}
.form {
  margin-top: 30px;
  padding: 60px 40px 20px;
  background: #efefef;
  border-left: 20px solid #e15564;
}
.form input {
  display: block;
  width: 96%;
  border: 2px solid #c5c5c5;
  border-radius: 200px;
  font-size: 16px;
  padding: 10px 20px;
}
.form input:active,
.form input:focus,
.form textarea:active,
.form textarea:focus {
  outline: none;
  border: 2px solid #e15564;
}
.form label {
  display: block;
  width: 100%;
}
.form textarea {
  border-radius: 24px;
  height: 100px;
  width: 98%;
  border: 2px solid #c5c5c5;
  padding: 10px 20px;
}
.form button {
  background: #e15564;
  color: #fff;
  border: 0px;
  border-radius: 200px;
  padding: 10px 40px;
}
.contactPhone {
  font-size: 34px;
  text-align: center;
  margin-top: 60px;
  color: #e15564;
}
.contactPhone span {
  color: #e15564;
  font-size: 60px;
  margin-right: 20px;
  vertical-align: sub;
}
.form .sf-fieldWrp p {
  margin: 0px;
}
.form .sf-fieldWrp {
  margin-bottom: 40px;
}
p[data-sf-role] {
  color: red;
  font-size: 14px;
}
.modal-body {
  padding: 10px 20px 10px 20px;
}
.modal-content {
  border-radius: 0px;
  border-left: 20px solid #e15564;
}
.modal-lg {
  width: 95%;
}
.modal-footer button {
  width: 100%;
  background-color: #bbb;
}
.modal-footer {
  border-top: 0px;
  padding: 0px 60px 60px 60px;
}
.modal-body h1 {
  font-size: 30px;
  text-align: center;
}
.modal-body h2,
.modal-body h3 {
  font-size: 20px;
  text-align: center;
}
.modal-body p.quote {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  p {
    text-align: center !important;
  }
  .modal-body p {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  .modal-lg {
    width: 80%;
  }
  .modal-body {
    padding: 40px 60px 40px 60px;
  }
  .modal-body h1 {
    font-size: 40px;
    text-align: center;
  }
  .modal-body h2,
  .modal-body h3 {
    font-size: 30px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .intro {
    background-size: cover;
    height: 55vh;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0px 10%;
    margin-bottom: 100px;
  }
  .navbar-nav > li > a {
    padding: 12.5px 30px;
    margin: auto 10px 10px;
    border-radius: 200px;
    color: #fff;
    transition: all 0.5s;
  }
}
@media (min-width: 1200px) {
  #menuPostcodeSearch {
    border: 2px solid #c5c5c5;
    border-radius: 200px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px;
    margin-top: -3px;
    transition: all 0.5s;
    font-size: 16px;
  }
  #menuPostcodeSearch.searchVisible {
    width: 400px;
  }
  .wayfinderSearch {
    width: 200px;
  }
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 30px;
  }
  .btn {
    padding: 15px 30px 14px;
    font-size: 18px;
  }
  .leftImage .col-md-5,
  .leftImage .col-md-7 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .leftImage .col-md-5 img {
    border-left: 20px solid #e15564;
  }
  .row.leftImage {
    margin-top: 50px;
  }
  .rightImage .col-md-5,
  .rightImage .col-md-7 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .rightImage .col-md-5 img {
    border-left: 20px solid #e15564;
  }
  .row.rightImage {
    margin-top: 50px;
  }
  .introContent {
    width: 90%;
    margin: 40px auto 20px;
  }
  .intro h1 {
    font-size: 40px;
  }
  .intro p {
    font-size: 18px;
    line-height: 1.5em;
  }

  #cookieConsent p {
    font-size: 14px !important;
  }
  p {
    line-height: 1.7em;
    font-size: 20px;
  }
  .mainNav {
  }
  .mainNav .container-fluid {
    /*
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        background: none;
        */
  }
  .navbar-nav {
    float: right;
    height: 120px;
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px;
    transition: all 0.5s;
  }
  .mainNavScrolling .navbar-nav {
    height: 80px;
  }
  .navbar-brand img {
    height: 70px;
  }
  .mainNavScrolling .navbar-brand img {
    height: 50px;
  }
  .navbar-nav li {
    font-size: 16px;
  }
  .mainNavScrolling .navbar-nav li {
    font-size: 14px;
  }
  .navbar-nav > li > a {
    padding: 10px 15px;
    margin: auto 6px 0px;
  }

  .mainNavScrolling .navbar-nav > li > a {
    padding: 8px 10px;
  }
  .mainNavScrolling #menuPostcodeSearch {
    padding: 8px 10px;
  }
  .intro {
    background-size: cover;
    height: 55vh;
    padding: 0px 10%;
    margin-bottom: 60px;
  }
  .error {
    font-size: 18px;
  }
  .help {
    font-size: 18px;
  }
  #searchError {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: left;
    width: 100%;
    height: 60px;
    overflow: hidden;
  }
  .modal-lg {
    width: 50%;
  }
}
@media (min-width: 1300px) {
  .intro {
    background-size: cover;
    height: 65vh;
    padding: 0px 10%;
    margin-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  .navbar-nav li {
    font-size: 16px;
  }
  .mainNavScrolling .navbar-nav li {
    font-size: 14px;
  }
  .navbar-nav > li > a {
    padding: 12.5px 20px;
    margin: auto 10px 0px;
  }
  .mainNavScrolling .navbar-nav > li > a {
    padding: 8px 15px;
  }
  .intro h1 {
    font-size: 50px;
  }
  .intro p {
    font-size: 20px;
  }
  .introContent {
    width: 90%;
    margin: 30px auto 20px;
  }
  .intro {
    background-size: cover;
    height: 55vh;
    padding: 0px 10%;
    margin-bottom: 60px;
  }
}

@media (min-width: 1600px) {
  .intro {
    background-size: cover;
    height: 55vh;
    padding: 0px 10%;
    margin-bottom: 90px;
  }
  .intro h1 {
    font-size: 60px;
  }
  .intro p {
    font-size: 22px;
    line-height: 1.7em;
  }
  .introContent {
    width: 80%;
    margin: 20px auto;
  }
  .navbar-nav li {
    font-size: 18px;
  }
  .mainNavScrolling .navbar-nav li {
    font-size: 16px;
  }
  .navbar-nav > li > a {
    padding: 10px 30px;
  }
  .mainNavScrolling .navbar-nav > li > a {
    padding: 8px 20px;
  }
  .container {
    width: 1300px;
  }
}

@media (max-width: 1200px) {
  #menuPostcodeSearchButton {
    width: 100px;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px 0px;
  }
  #menuPostcodeSearchButtonToggle {
    position: absolute;
    top: 0px;
  }
  .wayfinderSearch {
    margin-bottom: 20px;
  }
  .footerBottom a {
    display: block;
  }
}

.fpweekSliderWrapper .lSAction > .lSPrev {
  left: 10% !important;
}

.fpweekSliderWrapper .lSAction > .lSNext {
  right: 10% !important;
}

@media (max-width: 1600px) {
    .fpweekSliderWrapper .lSAction > .lSPrev {
  left: 5% !important;
}

.fpweekSliderWrapper .lSAction > .lSNext {
  right: 5% !important;
  }
}

@media (max-width: 1100px) {
  .fpweekSliderWrapper .lSAction > .lSPrev {
    left: 0% !important;
  }

  .fpweekSliderWrapper .lSAction > .lSNext {
    right: 0% !important;
  }
}
