/* fonts */
@charset "UTF-8";
@font-face{font-family:made-mirage-medium;src:url(https://www.duchyhomes.co.uk/hubfs/_2025/Website/DuchyHomes/FontFiles/MADEMirageMedium.otf); format('opentype');font-weight:200;font-style:normal}
@font-face{font-family:AzoSansRegular;src:url(https://www.duchyhomes.co.uk/hubfs/_2025/Website/DuchyHomes/FontFiles/AzoSansRegular.woff); format('woff');font-weight:200;font-style:normal}
@font-face{font-family:AzoSansMedium;src:url(https://www.duchyhomes.co.uk/hubfs/_2025/Website/DuchyHomes/FontFiles/AzoSansMedium.woff); format('woff');font-weight:200;font-style:normal}
@font-face{font-family:AzoSansBold;src:url(https://www.duchyhomes.co.uk/hubfs/_2025/Website/DuchyHomes/FontFiles/AzoSansBold.woff); format('woff');font-weight:200;font-style:normal}

body hs-cmsf-branding {
  display: none !important;/* Removes HS branding */
}
h1 {
  color: white;
  text-align: center;
  font-size: 30px;
}
h2 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 30px!important;
}
.register-container h2 {
  margin-bottom: 30px;
}
h3 {
  font-size: 15px;
}
h5 {
  font-size: 13px;
}
h1, h2, h3, h4, h5 {
  margin: 0;
  line-height: 1.25;
}
h2, h3, h4, h5 {
  font-family: AzoSansMedium;
  width: 100%;
  float: left;
  text-align: left;
}
img {
  max-width: 100%;
}
.masterwrap {
  position: relative;
  margin: auto;
  width: calc(100% - 60px);
  max-width: 1220px;
}
.logo {
  float: left;
  width: 200px;
  margin-top: 7px;
}
.logo img {
  width: 100%!important;
  filter: none!important;
  margin-top: 14px!important;
}

/* Navigation */
.navcontainer {
  position: fixed;
  top: 0;
  width: 100%;
  height: 84px;
  line-height: 70px;
  z-index: 9999; /* On top of all page content minus offcanvas */
  transition: all 0.5s ease;
}
.navcontainer-scroll {
  background: #164649!important;
}
.navcontainer button, .offcanvas-header button {
  background: none;
  border: 0;
  margin-top: -6px;
  position: relative;
  float: right;
  color: #fff;
  width: auto;
  text-align: right;
  padding-right: 0;
}
.navcontainer img {
  float: right;
  width: 30px;
  filter: invert(1);
  margin-top: 20px;
  margin-left: 15px;
}
.offcanvas-header img {
  float: right;
  width: 40px;
  filter: invert(1);
  margin-top: -6px;
  margin-left: 2px;
}
.offcanvas-header button {
  margin-top: -3px;
}
.navlink {
  float: left;
  color: #fff;
  text-decoration: none;
  margin: 5px 0 0 0;
  width: auto;
  display: block;
  clear: both;
  line-height: 20px;
}
.offcanvas-header h5 {
  font-size: 15px;
}
.nav-social a:first-child {
  margin-left: -20px;
}
.nav-social {
  float: left;
  width: 100%;
  display: flex;
}
.offcanvas-header span svg {
  float: left;
  margin: -1px 10px 0 0;
  width: 25px;
  filter: invert(1);
}
.offcanvas-footer span svg {
  margin-right: unset;
  margin-left: 20px;
  width: 20px;
  filter: invert(1);
}
.nav-copyright {
  float: left;
  width: 100%;
  margin-top: 15px;
  border-top: 1px solid #ffffff14;
  padding-top: 10px;
}

/* Hero Banner */
#intro-anchor {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 25px;
  z-index: 2;
}
.video-container, .hero-banner {
  overflow: hidden;
  position: relative;
  margin: 0 0 50px 0;
  background: #0000008f;
}
.video-container.Large, .hero-banner.Large {
  height: 100svh;
}
.video-container.Medium, .hero-banner.Medium {
  height: 60svh;
}
.video-container.Small, .hero-banner.Small {
  height: 35svh;
}
.video-background {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: -2;
}
.slick-hero .slick-slide {
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.hero-banner, .hero-banner img {
  width: 100%;
  height: 100%;
}
.hero-banner {
  margin: 0 0 -7px 0;
}
.hero-title-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 60px);
}
.home-cta-container {
  position: absolute;
  height: 85px;
  width: 200px;
  bottom: 50px;
  color: #fff;
  left: calc(50% - 100px);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: AzoSansRegular;
  font-size: 12px;
  z-index: 3;
  text-decoration: none;
  color: #fff;
}
a.home-cta-container:hover {
  color: #fff;
}
.home-cta-container .home-arrow {
  position: absolute;
  left: calc(50% - 10px);
  width: 20px;
  animation: downarrow 1.5s linear infinite;
  -webkit-animation: downarrow 1.5s linear infinite;
}
@keyframes downarrow {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, 25px);
    opacity: 0;
  }
}

@-webkit-keyframes downarrow {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, 25px);
    opacity: 0;
  }
  .video-container, .slick-hero {
    margin-bottom: 15px;
  }
}

/* Carousel */
.services-carousel {
  float: unset;
  margin: 0 auto !important;
  max-width: 1220px;
  width: calc(100% - 60px) !important;
}
.services-carousel .slick-list {
  overflow: visible !important;
}

/* Legal */
.masterwrap.legaltext {
  margin: 50px auto;
}
.masterwrap.legaltext h2 span {
  color: #164649!important;
  margin: 25px 0 10px 0;
  float: left;
}
.masterwrap.legaltext ul {
  padding-left: 15px;
}


.offcanvas-body h3:first-child {
  margin-top: 0;
}
.offcanvas-body h3 {
  float: left;
  width: 100%;
  margin: 25px 0 5px 0;
  font-size: 18px;
  letter-spacing: 1px;
}
.offcanvas-body .divider {
  float: left;
  margin: 0 15px;
}
.hide {
  display: none;
}
.show {
  display: block;
}

/* Calculator */
.calculator-container {
  float: left;
  overflow: hidden;
  width: 100%;
}
.calculator-card {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0;
  float: left;
  width: 100%;
}
.field-container {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
}
.calc-field input[type=text], .calc-field select {
  margin: 10px 0 20px 0!important;
}
.calc-field {
  width: 100%;
}

.results {
  background-color: #fff;
  padding: 25px;
  color: initial;
  font-size: 20px;
}
.results p:first-child {
  margin-top: 0;
}
.results p {
  margin: 10px 0;
}
.calcinput, .results {
  width: 100%;
}
.calcinput td {
  padding: 0 10px;
}
.calcinput td select {
  margin: 10px;
  width: calc(100% - 20px);
  line-height: 15px;
}
.results .footer-disclosure {
  color: inherit;
  background: none;
  float: left;
}

/* Form */
.hsfc-ReCaptchaV2, .hsfc-FieldLabel {
  display:none!important
}
.hsfc-Step__Content {
  padding: 0 0 0 0 !important;
}
.hsfc-ErrorAlert {
  margin: 0px 10px 10px 10px;
  float: left;
  color: #b40606 !important;
  font-weight: bold;
  font-size: 12px !important;
}
input[type=number],input[type=email],input[type=tel],input[type=text],select {
  height: 40px;
  margin: 10px;
  float: left;
  -webkit-appearance:none;
  font-family:inherit;
  padding: 10px 20px;
  border-radius: 10px;
  border: none !important;
  font-size: 13px;
  outline: 0;
  background: #ffffff1a;
  color: #fff;
}
.hsfc-PhoneInput__FlagAndCaret {
  height: 40px;
  border: none !important;
  border-right: 3px solid #eeeeee !important;
}
.hsfc-Button {
  background: #184649 !important;
}
.disclaimer {
  font-size: 11px;
  line-height: 17px;
  margin-top: 50px;
}

/* Modules */
.intro-container {
  overflow: hidden;
  margin: 60px auto 30px auto;
  text-align: center;
  max-width: 720px;
  position: relative;
}
.intro-header h2 {
  color: #143739;
}
.intro-header h5 {
  color: #480202;
}
.promo-mob {
  float: left;
  width: 100%;
  display: block;
  margin: 30px 0; 
}
.promo-desk {
  display: none;
}
.promo-block, .promo-image {
  float: left;
  width: 100%;
}
.promo-block, .calculator-card {
  border-radius: 10px;
  overflow: hidden;
}
.promo-offer, .calcinput, .results{
  float: left;
  padding: 30px;
  width: 100%;
  position: relative;
}
.promo-offer h2, .calcinput h2 {
  text-align: left;
  color: #d7a98b;
}
.promo-offer h3 {
  margin: 0 0 15px 0;
  letter-spacing: 1px;
}
.promo-offer ul li {
  list-style: initial;
  margin: 0 0 15px 15px;
}
.promo-offer p {
  float: left;
  margin-top: 0;
}
.promo-offer p:first-child {
  margin-top: 10px
}
.promo-offer p:last-child {
  margin-bottom: 40px;
}
.promo-btn, .calculator-card button {
  margin: 25px 0 0 0;
  background: #ffffff14;
  border-radius: 10px;
  color: #fff;
  float: left;
  padding: 10px 25px;
  position: relative;
  text-decoration: none;
  transition-duration: .3s;
  border: 1px solid #ffffff24;
}
.infocard-flex-container .promo-btn {
  background-color: #164649;
  color: #fff;
}
.infocard-flex-container, .carousel-container {
  float: left;
  width: 100%;
  margin: 50px 0;
  overflow: hidden;
}
.carousel-container {
  padding-top: 5px;
  margin-top: 45px
}
.infocard-flex-container {
  display: flex;
  flex-wrap: wrap;
}
.infocard {
  float: left;
  overflow: hidden;
  opacity: 1;
  background: #fff;
  border-radius: 10px;
  position: relative;
}
.infocard-flex-container .infocard {
  margin: 0 0 30px 0px;
}
.infocard.two, .infocard.three, .infocard.four {
  width: 100%;
}
.infocard-flex-container .infocard .copy-container {
  padding: 50px;
  position: relative;
  float: left;
}
.infocard .copy-container {
  padding: 30px;
  position: relative;
  float: left;
}
.infocard .copy-container h3 {
  float: left;
  width: 100%;
  margin: 0 0 12px 0;
}
.infocard .copy-container p {
  float: left;
  margin: 0;
}
.slick-track {
  display: flex !important;
}
.slick-slide {
  height: inherit !important;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.contact-container, .register-container, .accordion-container {
  float: left;
  margin: 15px 0;
  width: 100%;
}
.contact-container {
  display: flex;
  flex-wrap: wrap;
}
.register-container {
  background: white;
  border-radius: 10px;
  padding: 30px;
}
.pagefooter {
  background-color: #1a282e;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  padding: 30px 0;
  position: relative;
  float: left;
  margin-top: 15px;
}
.hsfc-NavigationRow__Buttons {
  float: left;
  margin: -30px 0 0 0;
}
.fordesk {
  display: none;
}

@media only screen and (min-width: 550px) { 
  h1 {
    font-size: 35px;
    line-height: 55px;
  }
  .infocard-flex-container h2 {
    margin-bottom: -25px!important;
  }
  .infocard-flex-container .infocard {
    margin: 0;
  }
  .infocard-flex-container {
    gap: 50px;
  }
  .infocard.two, .infocard.three, .infocard.four {
    width: calc(50% - 25px);
  }
}

@media only screen and (min-width: 720px) {
  .promo-mob {
    display: none;
  }
  .promo-desk {
    float: left;
    width: 100%;
    display: block;
    margin: 50px 0;
  }
  .promo-block {
    display: flex;
  }
  .promo-image {
    width: 50%;
    background-size: cover;
    background-position: center;
  }
  .promo-offer, .calcinput, .results {
    padding: 50px;
    width: 50%;
  }
  .calculator-card {
    flex-wrap: nowrap;
  }
  .calc-field div {
    width: 50%;
    float: left;
    line-height: 58px;
  }
  .results .footer-disclosure {
    position: absolute;
    bottom: 0;
    width: calc(100% - 100px);
  }
}

@media only screen and (min-width: 960px) { 
  .masterwrap {
    width: calc(100% - 120px);
  }
  h1 {
    font-size: 40px;
    line-height: 60px;
  }
  .video-container, .slick-hero {
    margin-bottom: 25px;
  }
  .promo-btn:hover {
    color: #fff;
    background: #143739;
  }
  .infocard-flex-container .promo-btn:hover {
    background: #307276;
  }
  .infocard.two {
    width: calc(50% - 25px);
  }
  .infocard.three {
    width: calc(33.333% - 34px);
  }
  .infocard.four {
    width: calc(25% - 38px);
  }
  .masterwrap.legaltext {
    max-width: 960px;
    column-count: 2;
    column-gap: 60px;
  }
  .services-carousel {
    width: calc(100% - 120px) !important;
  }
  .contact-container, .register-container, .openhours-container, .accordion-container {
    margin: 25px 0;
  }
  .contact-container {
    flex-wrap: wrap;
  }
  .openhours-container {
    width: 375px;
    margin: 0 0 0 25px;
    padding: 45px 50px 50px 50px;
    border-radius: 10px;
  }
  .pagefooter {
    margin-top: 25px;
  }
  .fordesk {
    display: inline-block;
  }
}