@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('images.min.css');
@import url('buttons.min.css');
@import url('reviews.min.css');

* {
  box-sizing: border-box;  /* set width regardless of padding */
}

/* Colours
Light Blue #77B1E0
Dark Blue #1A3F73
Rich Dark Blue #000047
Copper #CA823F
New Copper #be6e24
Pink #FF0083
Lime #89c61d
Green #3d6000
*/

/* ---------------------------------- Fonts --------------------------------- */
body            { font: 300 16px/1.6 "Roboto", sans-serif; color: #666; }
h1, h2.pseudoh1 { font: 400 1.6em/1.3 "Roboto", sans-serif; }
h2              { font: 400 1.3em/1.3 "Roboto", sans-serif; }
h3              { font: 400 1.2em/1.4 "Roboto", sans-serif; }
h4              { font: 400 1.25em/1.4 "Roboto", sans-serif; }
h5              { font: 400 1.0em/1.4 "Roboto", sans-serif; }
h6              { font: 400 1.0em/1.4 "Roboto", sans-serif; }

/* Small devices (tablets (portrait), 768px and up) */
@media (min-width: 768px) {
  h1, h2.pseudoh1 { font-size: 2.1em; }
  h2              { font-size: 1.9em; }
}

.intro h1 {
  font-size: 2.2em;
  /* display: none; */
}
.intro h2 {
  font-size: 1.6em;
  /* display: none; */
}

h1, h2.pseudoh1     { color: #1A3F73 !important; }
h2                  { color: #00600f; }
h3                  { color: #be6e24; }
.darktextbox h2     { color: #89c61d !important; }
.filter h2          { color: #ffffff !important; }
.darktextbox h3     { color: #89c61d !important; }
#postcodechecker h2,
#findyourboiler h2,
#models h2,
h6                  { color: #FF0083 !important; }


h1 { text-transform: uppercase; }
#confirm h1 { text-transform: none; }
h2 { text-transform: capitalize; }

h1, h2, h3 { margin-top:0; }
h6 { margin:10px 0 5px 0; }  /* .price */

/* ----------------------------------------------------------------------------*/

body, html {
  height: 100%;
  margin: 0;
  background-color: #fff;
  scrollbar-color: #DEDEDE #fff;
  }

.article h2.pseudoh1 {
  margin-top:20px;
}
.accordion .is-active h2 {
  color: #FFF !important;
  background: #77B1E0;
}
ol h2 {
  margin-top:20px;
  margin-left: -25px;
  }

p {
  margin-top: 0;
  }
p.furtherinfo {
  width: 90%;
  font-size: 20px;
  color: #fff;
  background-color: #89c61d;
  padding: 10px 20px;
  border-radius: 20px;
  margin: 40px auto 0;
}

a {
  color: #be6e24;
  text-decoration: none;
  cursor: pointer;
  }
p.furtherinfo a {
  color: #fff;
  font-weight: bold;
}
a:hover {
  color: #1A3F73;
  }
.lighttextbox a:hover {
  color: #1A3F73;
  }
.darktextbox a:hover {
  color: #FFF;
  }
.emb {
  color: #1A3F73;
}
.emb span {
  color: #77B1E0;
}
a.bloglink {
  color: #fff;
  text-decoration: underline;
  font-style: italic;
  padding: 0 0 6px 30px;
  background: url(https://www.evolvemyboiler.co.uk/images/read.png) top left no-repeat;
}


#homepage ul {
    /* display: inline-block; */
}

.lighttextbox ul,
.darktextbox ul {
  overflow: hidden;
  margin-bottom: 40px;
}
  #sitemap .lighttextbox ul {
    margin-bottom: 0;
  }
.lighttextbox li,
.darktextbox li {
}


.left, .lft {
    float: left;
}
.right, .rgt {
    float: right;
}
.clear, .clr {
    clear: both;
}
  /* clear only on ipad and smaller devices - reset in media queries */
  .clr-ipad {
      clear: both;
  }
.centered {
    text-align: center;
}

.imglft {
  float: left;
  margin: 0 20px 10px 0;
}
.imgrgt {
  float: right;
  margin: 0 0 10px 20px;
}

.hideformob {
 display:none;
}

.logospace {
  /* margin-top: 20px;
  margin-bottom: 20px; */
}

.larger {
    font-size: 1.2em;
    /* text-decoration: underline; */
}
.note {
    font-size: 0.8em;
    color: #2b75ad;
    /* margin-bottom: 5px; */
}
address {
    margin-left: 20px;
}
.overflow {
    width: 100%;
    overflow: auto;
}
.hide {
  display: none;
}

hr.divider {
  border-top: 0;
  margin: 60px 0;
}


.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 50px;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ---- general tables ---- */

table {
    width: 100%;
    margin: 20px auto;
}
th {
    color: #fff;
    text-align: left;
    background: #77B1E0;
    padding: 5px;
    font-weight: normal;
}
th.columntitle {
    background: #1A3F73;
}
th h4 {
    margin:0;
}
td {
    background: #F7F7F7;
    padding: 5px;
}
td p {
    margin: 0;
}


/* ------------------------- STICKY FOOTER ------------------------- */

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#footer {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
#main {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
}


/* ------------------------- HEADER ------------------------- */
#header {
}
  /* --- top bar - logo and phone --- */


  /* logotel */

 .logotel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    background: #fff;
    padding: 10px 0 0 0;
    margin: 0;
  }
    #logo {
      width: 100%;
      text-align: center;
    }
      #logo img {
        width: 90%;
        max-width:300px;
        height: auto;
      }
    #tel {
      width: 100%;
      text-align: center;
      /*display: none;*/
      font-size: 20px;
      font-weight: 500;
      color: #1A3F73;
    }
      #tel a {
        color: #FF0083;
      }
    /*#telmob {
      position: absolute;
      top: 14px;
      right: 10px;
    }*/


  /* --- menu --- */
    .menu {
      position: relative;
      clear: both;
      height: 100%;
      width: 100%;
      padding: 15px;
      background: url(../../images/menu.png) top left no-repeat #1A3F73;
      z-index: 101;
      }
    .menu.menuOpen {
      background: url(../../images/menu-x.png) top right no-repeat #1A3F73;
      }
      /* level 1 */
      .menu ul {
      display: none;
      color: #fff;
      list-style-type: none;
      margin: 0;
      padding: 0;
      }
      .menu.menuOpen ul {
      display: block;
      }
        .menu ul li a {
        color: #fff;
        }
        .menu ul li a:hover {
        color: #be6e24;
        }
        /* level 2 */
        .menu ul li ul,
        .menu.menuOpen ul li ul {
        display: none;
        margin-left: 10px;
        }
          /* level 3 */
          .menu ul li:hover ul li ul,
          .menu.menuOpen ul li:hover ul li ul,
          .menu ul li ul li ul,
          .menu.menuOpen ul li ul li ul {
          display: none;
          }
          .menu ul li ul li:hover ul,
          .menu.menuOpen ul li ul li:hover ul {
          display: block;
          }



  /* --- search --- */

    #search {
      position: absolute;
      top: 3px;
      right: 40px;
    }
    #search input[type="text"] {
      width: auto !important;
      padding: 2px !important;
      border: 0;
    }
    #search input[type="submit"] {
      width: auto !important;
      font-size: 90% !important;
      background: #1A3F73;
      padding: 2px !important;
      margin: 0 !important;
      border-radius: 2px;
    }


/* ------------------------- BODY ------------------------- */



/* ------------- Large images - imported via images.css ---------------- */



/* ---- Section over images ---- */

.caption {
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
    #homepage .caption {
    }

    .code {
      display: inline-block;
      background: #00600f;
      color: #fff;
      padding: 5px 10px;
      margin: 5px;
    }


/* ---- message ---- */

.ticker {
  background: #1A3F73;
  /* height: 32px; */
  padding: 4px 0;
}

.message {
  background: #1A3F73;
  text-align: center;
  padding: 3px;
}
.message p {
  margin: 0;
  color: #fff;
}
.message a {
  color: #fff;
}
.message a:hover {
  color: #FF0083;
}

/* ---- page sections ---- */

.lighttextbox {
  clear:both;
  position:relative;
  color:#666;
  background-color:white;
  padding:30px 8%;
  margin:0 auto;
}
    #homepage .lighttextbox {
    text-align:center;
    }

.darktextbox {
  clear:both;
  position:relative;
  color:#fff;
  background-color:#1A3F73;
  padding:50px 8%;
  margin:0 auto;
}
    #homepage .darktextbox {
    text-align:center;
    }
    #homepage .darktextbox h2 {
    color: #FFF !important;
    }

  .overimgtextbox {
    background-color:transparent;
    font-size:1.8em;
    color: #f7f7f7;
    text-transform: uppercase;
    text-shadow: 2px 2px 6px  #111;
  }

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


/* ---- A typical example ---- */


#slider {
  overflow: hidden;
  width: 100%;
  margin: 0 auto 20px;
}
#slider #slidecontainer {
  position: relative;
  width: 500%;
  min-height: 200px;
  margin: 0 auto;
  animation: 50s slider infinite;
}
#slider #slidecontainer .slide {
  float: left;
  width: 20%;
  background: #fff;
}
#slider #slidecontainer .slide.slide1 {}
#slider #slidecontainer .slide.slide2 {}
#slider #slidecontainer .slide.slide3 {}
#slider #slidecontainer .slide.slide4 {}

@keyframes slider {

  0% {
    left: 0;
  }
  20% {
    left: 0;
  }
  25% {
    left: -100%;
  }
  45% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  70% {
    left: -200%;
  }
  75% {
    left: -300%
  }
  95% {
    left: -300%
  }
  100% {
    left: -400%
  }
}

.slide {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.slide div:nth-child(1) { width: 100%; }
.slide div:nth-child(2) { width: 100%; }

  .slideinner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .slideinner div:nth-child(1) { width: 100%; text-align: left;}
  .slideinner div:nth-child(2) { width: 100%; text-align: center;}

  .slide h3 {
    font-size: 1.2em;
    margin: 0 0 10px 0;
  }
  .slide ul {
    text-align: left;
    list-style-image: url(../../images/tick-b.png);
    margin: 0 0 10px 0;
  }
  .slide p.fixed {
    font-style: italic;
    font-weight: 400;
    line-height: 1em;
    color: #666;
    margin: 20px 0 6px;
  }
  .slide p.price  {
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.3em;
    color: #be6e24;
    margin: 0;
  }
  .slide p.vat  {
    font-weight: 300;
    line-height: 1em;
    color: #be6e24;
    margin: 6px 0 15px;
  }
  .slide p.finance {
    line-height: 1.2em;
    font-weight: 400;
    color: #3BB54A;
    margin: 2px 0 15px ;
  }


/* ----- callout box ------*/
.callout {
  background: #77B1E0;
  padding: 30px 40px 10px;
  margin-bottom: 20px;
}
.calloutgreen {
  background: #3BB449;
  padding: 30px 40px 10px;
  border-radius: 40px;
  margin-bottom: 20px;
}
  .callout h2,
  .calloutgreen h2 {
    font-size: 180%;
    color: #fff;
    margin-top: 0;
  }
  .callout p,
  .calloutgreen p {
    font-size: 110%;
    color: #fff;
  }
  .callout a,
  .calloutgreen a {
    font-weight: bold;
    color: #fff;
  }


/* ----- Columns ---- */

.twocol1,
.twocol2,
.threecol1,
.threecol2,
.threecol3,
.fourcol1,
.fourcol2,
.fourcol3,
.fourcol4 {
  text-align: left;
}
    #homepage .twocol1 h3,
    #homepage .twocol2 h3,
    #homepage .threecol1 h3,
    #homepage .threecol2 h3,
    #homepage .threecol3 h3 {
      color: #fff;
      background: #77B1E0;
      padding: 5px;
    }
    #homepage .twocol1 h4,
    #homepage .twocol2 h4,
    #homepage .threecol1 h4,
    #homepage .threecol2 h4,
    #homepage .threecol3 h4 {
      text-transform: uppercase;
      text-decoration: underline;
    }




/* --- How Does It Work ---*/

.step {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 90%;
  font-size: 120%;
  padding: 20px;
  border: 1px solid #cecece;
  margin: 0 auto;
 }

  .step div:nth-child(1) {
    width: 100%;
    text-align: center;
  }
  .step div:nth-child(2) {
    width: 100%;
  }

  .step div:nth-child(1) img {
    width: 100%;
    height: auto;
    max-width: 160px;
  }
  .step .num {
    float: left;
    font-size: 300%;
    padding: 1px 20px 0;
    line-height: 100%;
    margin: 0;
  }
  .step p:last-of-type {
    margin: 0;
  }

.next {
  color: #be6e24;
  padding: 20px;
  text-align: center;
}

#six {
  border: 0;
 }
  #six div:nth-child(1) {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }


/* --- FAQs ---*/

ul.mktree  li.liOpen    ul {display:block; margin-bottom: 0px;}
ul.mktree  li.liClosed  ul {display:none; margin-bottom: 0px;}

ul.mktree  li {
  color: #be6e24;
  cursor: pointer;
  }
ul.mktree  li li {
  color: #777;
  cursor: none;
  list-style-type: none;
  padding-left: 0;
  }



/* --- Contact forms ---*/

.formfield * {
  vertical-align: top;
}

#contactform label {
  display: inline-block;
  width: 97%;
  color: #fff;
  background: #77B1E0;
  text-align: center;
}






/* --- FIND YOUR BOILER FORM --- */



/* ------------ PROGRESS BAR ---------------*/
#progress {
  height: 10px;
  width: 100%;
  text-align: left;
  background: #fff;
}
  #progressbar {
    height: 10px;
    background: #88c53f;
  }
  .p1 { width: 0%; }
  .p2 { width: 7.69%; }
  .p3 { width: 15.38%; }
  .p4 { width: 23.08%; }
  .p5 { width: 30.76%; }
  .p6 { width: 38.46%; }
  .p7 { width: 46.15%; }
  .p8 { width: 53.85%; }
  .p9 { width: 61.54%; }
  .p10 { width: 69.23%; }
  .p11 { width: 76.92%; }
  .p12 { width: 84.61%; }
  .p13 { width: 92.31%; }
  .p14 { width: 100%; }


/* ------------------ FORMs ------------------ */

/* for IOS */
select {
  color: #000;
}


/* ------------------ QUESTIONNAIRE FORM ------------------ */



#postcodechecker, #findyourboiler, #results {text-align: center;}
#findyourboiler span {
display: block;
}


#postcodechecker .skip a { color: #DDDDDD; }
#postcodechecker input[type=text] { width: 97%; }


#findyourboiler div {display: none;}
#findyourboiler div#home {display: block;}
#findyourboiler div#stanhide {display: inline;}
#findyourboiler div#systemhide {display: inline;}
#findyourboiler div#hozhide {display: inline;}

#findyourboiler.uploadphotos div {display: block;}

/* Labels */

#findyourboiler label {
display: inline-block;
width: 100%;
height: 40px;
color: #1A3F73;
background: #fff;
cursor: pointer;
text-align: left;
margin: 0 5px 10px;
border: 2px solid #DEDEDE;
border-radius: 20px;
}
  #findyourboiler label img {
  display: none;
  }
  #findyourboiler label span {
  text-align: center;
  width: 100%;
  height: 40px;
  font-size: 22px;
  }

#findyourboiler.uploadphotos label {
  width: auto;
  height: auto;
  border: 0;
  text-align: right;
}

/* fields */

.radio_item {
display: none !important;
}
.label_item {
opacity: 1;
}
.radio_item:hover + label {
opacity: 1;
border: 2px solid #88c53f !important;
}
.radio_item:checked + label {
opacity: 1;
border: 2px solid #88c53f !important;
}

#findyourboiler select {
height: 45px;
font-size: 20px;
margin-top: 5px;
margin-bottom: 15px;
font-family: "Arial", sans-serif;
padding-left: 10px;
}
textarea {
font-size: 85%;
}

input[type=file] {
display: inline;
width: 88%;
padding: 0px;
border: 1px solid #eee;
margin: 0 auto;
font-family: "Arial", sans-serif;
}

input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=date],
textarea {
width: 97%;
font-family: "Arial", sans-serif !important;
font-weight: 300;
padding: 4px;
margin-top: 0;
margin-bottom: 15px;
}
input[type=radio] {
margin:20px;
}


/* ------------------ RESULTS PAGE ------------------ */


#results,
#confirm {
    text-align: center;
}
#confirm .answers {
  margin-bottom: 20px;
}
#results .answers img,
#confirm .answers img {
  display: inline;
}

    /* answers */
    .answers {
    clear: both;
    display: none;
    margin: 0  auto 30px;
    }
        .answers img {
        margin: 2px;
        }
        .answer {
        position: relative;
        display: inline-block;
        }
            .answer p {
            position:absolute;
            top:0;
            left:0;
            width:69px;
            margin: 0;
            color: #1A3F73 !important;
            font-size: 35px !important;
            }

    /* calculated results */

    #models {
    clear: both;
    text-align: center;
    }
    #models h2 {
    margin: 0 0 20px;
    }
      /* noboilers */
      .boilerblock.callus {
      }
      /* boilers */
      .boilerblock {
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 40px;
        /* box-shadow: 0 0 15px; */
        border: 1px solid #ddd;
        border-radius: 8px;
      }
        /* image block */
        .boilerblock .boilerimage {
          width: 100%;
          position: relative;
          padding: 10px 0 0;
          margin: 0 auto;
        }
          .boilerblock .boilerimage img {
            display: block;
            width: 60%;
            height: auto;
            margin: 0 auto;
          }
          .boilerblock .boilerimage img.call {
            width: auto;
            height: auto;
          }
          .boilerblock .boilerimage img.badge {
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            left: 0;
          }
          .boilerblock .boilerimage img.avail {
            width: 75px;
            height: auto;
            position: absolute;
            top: 10px;
            right: 0;
          }
          .boilerblock .boilerimage img.hydrogen {
            width: 75px;
            height: auto;
            position: absolute;
            top: 60px;
            right: 0;
          }
          .boilerblock .boilerimage img.pro {
            width: 60%;
            height: auto;
            position: absolute;
            top: 0;
            right: 0;
          }
          .boilerblock .boilerimage img.hive {
            width: 60%;
            height: auto;
            position: absolute;
            top: 0;
            right: 0;
          }
          .boilerblock .boilerimage img.nest {
            width: 100%;
            height: auto;
            position: absolute;
            top: 0;
            right: 0;
          }
        /* description block */
        .boilerblock form#confirmyourboiler {
          width: 100%;
        }
        .boilerblock .description {
          width: 100%;
          background: #F3F3F3;
          padding-bottom: 20px;
        }
          .boilerblock .description h3 {
            font-size: 1.4em;
            color: #fff !important;
            text-align: left;
            background: #77B1E0;
            margin: 0 0 10px !important;
            padding: 5px 15px;
          }
          .boilerblock .description p {
            text-align: left;
            margin: 0 15px 10px !important;
          }
          .boilerblock .description h4 {
            text-align: left;
            margin: 20px 15px 20px !important;
            font-size: 160%;
            color: #1A3F73;
          }
          .boilerblock .description h5 {
            text-align: left;
            margin: 0 15px 10px !important;
            font-size: 130%;
            color: #be6e24 ;
          }
          .boilerblock .description p.feature {
            text-align: left;
            margin: 0 15px 5px !important;
            border-top: 0px solid #ddd;
          }
          .boilerblock .description p.feature.warranty {
            border-bottom: 0px solid #ddd;
          }
          .boilerblock .description p.feature .check {
            font-weight: 700;
            color: #3bb54a;
            padding: 0 10px;
          }
          .boilerblock .description ul {
            text-align: left;
            padding-right: 20px;
            text-align: left;
            list-style-image: url(../../images/tick-b.png);
          }


        /* price block */
        .boilerblock .price {
          width: 100%;
          }
            .boilerblock .price h4 {
              font-size: 1.3em;
              font-weight: 700;
              margin-top: 20px;
              margin-bottom: 0;
            }
            .boilerblock .price h5 {
              margin: 0;
            }
            .boilerblock p.total {
              font-size: 2.6em;
              font-weight: 700;
              line-height: 1em;
              color: #be6e24;
              margin: 15px 0;
            }
            .boilerblock .price p.feature {
              margin: 0 30px !important;
            }
            .boilerblock .price input[type="submit"] {
              width: 90%;
              font-size: 1.4em;
              margin:20px 0;
            }


        /* float view basket icon to top of page on scroll */
        #viewbasket {
          text-align: right;
          margin-bottom: -30px; /* override .lighttextbox padding - move content underneath */
          padding: 5px;
          cursor: pointer;
          /* make sticky when the parent container #results reaches top: 0 */
          position: -webkit-sticky;
          position: sticky;
          top: 0;
          z-index: 9998;  /* on top of everything except floating .price.basket */
        }
        /* when basket icon clicked .price floats */
        .boilerblock .price.basket {
          width: 84%;
          max-width: 500px;
          position: fixed;
          top: 30px;
          right: 31px;
          background: #fff;
          /*box-shadow: 0 0 5px #666;*/
          border: 1px solid #ddd;
          border-radius: 8px;
          z-index: 9999;
          }
          /* *close* is hidden as default - onclick removes class .hide */
          #unviewbasket {
            /* HIDE UNTIL WORKING */ display: none; /* HIDE UNTIL WORKING */
            position: absolute;
            top: 10px;
            right: 10px;
            cursor: pointer;
            }



/* -- FINANCE -- */

    .finance {
      border: 0px solid #3bb54a;
      padding: 0px;
    }

      .finance p {
        margin: 15px 0;
      }
      p.example {  /* green and bold for example */
        line-height: 1.2em;
        font-weight: 400;
        color: green;
      }
      .finance p .deposit {
        font-size:1.2em;
      }
      .finance p .monthly {
        font-size:1.6em;
      }
      .finance p .terms {
        font-size:0.8em;
      }

    /* link */
    .opencalc {
      color: #3bb54a;
      cursor: pointer;
      text-decoration: underline;
    }

    /* overlay (dim screen) */
    .overlay {
      display: none;
      position:fixed;
      top:0;
      bottom:0;
      left:0;
      right:0;
      background-color:#000;
      opacity:0.5;
      z-index:999;
    }

/* -- FINANCE CALCULATOR -- */
    /* container */
   .financecalc {
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 85%;
      background: #F3F3F3;
      border-radius: 10px;
      box-shadow: 0 0 8px 0px #444;
      padding: 10px 22px;
      margin: 0 auto;
      z-index: 1000;
    }
      .drag {
        color: #aaa;
        position: absolute;
        top: 5px;
        left: 10px;
        font-weight: bold;
      }
      .closecalc {
        color: #aaa;
        position: absolute;
        top: 5px;
        right: 10px;
        font-weight: bold;
      }

      .financecalc h4 {
        margin: 0 0 20px 0;
      }
      /* initial total */
      .financecalc p.total {
        font-size: 2.6em;
        font-weight: 700;
        line-height: 1em;
        color: #be6e24;
        margin: 0;
      }

       /* results */
      .financecalc table {
        margin: 10px 0;
      }
      .financecalc tr td {
        text-align: left;
        background: none;
        padding: 4px 0;
      }
      .financecalc tr td:first-child {   /* left column   DELETE others */
        width: 45% !important;
        text-align: right;
      }
      .financecalc tr td input,
      .financecalc tr td select {
        width: 100%;
        font: 300 16px/1.6 "Roboto", sans-serif;
        color: #666;
      }

      .financecalc tr td input#deposit {
        border: 0;
        color: #be6e24;
        font-weight: 500;
      }
      .financecalc tr td select#deposit {
        color: #be6e24;
        border: 0;
        padding: 4px;
        background: #fff;
      }
      .financecalc tr td select#term,
      .financecalc tr td select#interest {
        border: 0;
        padding: 4px;
        background: #fff;
      }
      .financecalc tr td#monthly {
        color: #3bb54a;
        font-weight: 500;
      }
      .financecalc tr td#payable {
        color: #be6e24;
        font-weight: 500;
      }

      .success {
        color: green;
      }
      .error {
        color: red;
      }







    /* checkbox */
    .fcheck {
      display: none;
      line-height: 1.2em;
      font-weight: 400;
      color: green;
      width: 80%;
      background: #F3F3F3;
      border-radius: 0 0 10px 10px;
      padding-bottom: 10px;
      margin: 0 auto 15px;;
    }
    /* inner styles loaded directly to iframe page via finance.min.css */



/* ------------------ PHOTO UPLOAD PAGE ------------------ */

  #upload p {
      margin-bottom: 5px;
  }



/* ------------------ UPGRADES PAGE ------------------ */

.upgrade {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  margin: 20px;
  min-height: 220px;
}
.upgrade#valves img, .upgrade#procleanse img, .upgrade#combo1 img, .upgrade#combo2 img {
  float: left;
  margin-right: 10px;
}
.upgrade p {
}
.upgrade .buttons input[type="number"] {
  width: 125px;
  font-size: 140%;
  margin-bottom: 0;
}
.upgrade#controls {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.upgrade#controls .hive,
.upgrade#controls .nest,
.upgrade#controls .existing {
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
.upgrade#controls h5 {
  text-align: center;
}




/* ------------------ DETAILS PAGE ------------------ */

#confirmyourboiler label {
width: auto;
}
#confirmyourboiler input[type="text"],
#confirmyourboiler input[type="email"] {
margin: 0;
}
#confirmyourboiler input#address {
margin-bottom: 5px;
}
#confirmyourboiler #commentslabel textarea {
height: 100px;
margin-bottom: 5px;
}

#confirmyourboiler input[type="button"] {
  font-size: 100%;
  background: #FF0083;
  color: #fff;
  padding: 5px 10px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  -webkit-appearance: none;
  margin-bottom: 0;
}

/* voucher code */
span#vouchermsg {
display: inline-block;
width: 98%;
font-size: 80%;
padding-bottom: 12px;
}
  span#vouchersucc {
  display: inline;
  color: green;
  }
  span#vouchererr {
  display: inline;
  color: red;
  }
  .bonus {
  font-size: 60%;
  color: green;
  }


/* Appointment Calendar */

#installdate {
  position: relative;
}
/*
a.showcalendar {
  display: inline-block;
  width: 38%;
} */


#calendar {
  display: none;
  position: absolute;
  bottom: 35px;
  right: 60px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 10px;
  min-height: 260px;
}


/* override calendar styles for block days page */
#calendar.blockdays {
  display: block;
  position: relative;
  bottom: 0;
  right: 0;
  width: 100%;
  margin: 0 auto 30px;
}
#calendar.blockdays table {
  font-size: 100% !important;
}
#installdate input.blockdate   {
  width: 97%;
}

/* override calendar styles for block days page */

  #calendar .datenavigation {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  #calendar :nth-child(0) {
  }
    #calendar :nth-child(1) {
  }
  #calendar :nth-child(2) {
  }
  #calendar table {
    margin: 0;
  }
  #calendar table th,
  #calendar table td {
    padding: 0;
    text-align: center;
    width: 30px;
    height: 28px;
  }
  #calendar td.today {
    background: #B8DB94;
  }
  #calendar td.selected {
    background: #FF9900;
  }
  #calendar td.available {

  }
  #calendar td.blocked {
    background: #E0E0E0;
    color: #aaa;
    text-transform: uppercase;
    font-size: 70%;
  }
  #calendar td.booked {
    background: #E0E0E0;
    color: #aaa;
    text-transform: uppercase;
    font-size: 70%;
  }
  #calendar td.boiler {
    background: #0099CC;
    color: #336699;
    text-transform: uppercase;
    font-size: 70%;
  }
  #calendar td.service {
    background: #9966CC;
    color: #663399;
    text-transform: uppercase;
    font-size: 70%;
  }

#calendar.show {
  display: block;
}


.clearfile {
background: #f3f3f3;
font-weight: bold;
padding: 4px 8px;
}

/* Finance input & dropdowns */
#confirmyourboiler .f {
display: inline-block !important;
text-align: left;
width: 100%;
}
#confirmyourboiler .f label {
width: 24% !important;
padding-left:15px;
}
  input[type="text"].fdeposit {
    width: 60%;
  }
  select.fterm {
    width: 60%;
    margin-bottom: 15px;
  }
  select.finterest {
    width: 60%;
    margin-bottom: 15px;
  }

#confirmyourboiler p.terms {
padding: 0 20px;
}



/* ------------------ CONFIRMATION PAGE ------------------ */

  #confirm h2 {
  margin: 0 !important;
  }
  #confirm  h4 {
    color: #FF0083;
    font-size: 1.3em;
    /*font-weight: 500;*/
    margin-top: 0;
    margin-bottom: 0;
  }
  #confirm  h5 {
    margin: 0;
  }
  #confirm  p.boiler {
    font-size: 2.1em;
    font-weight: 500;
    line-height: 1em;
    color: green;
    margin: 0 0 15px 0;
  }
  #confirm  p.total {
    font-size: 2.6em;
    font-weight: 700;
    line-height: 1em;
    color: #be6e24;
    margin: 0;
  }

  ul.classlist {
  list-style-type: '\2713 ';
   }

  .finance {   /* same colour as .bonus */
  font-size:1em;
  color: green;
  margin: 0;
  }
  .upbonus {   /* same colour as .bonus */
  font-size:1em;
  color: #3BB54A;
  margin: 0;
  }

  .inform {
  font-size:1em;
  color:#008AE6;
  margin-top: 15px;
  }





  #whatsnext {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-around;
  }
  #whatsnext div {
  width: 100%;
  text-align:left;
  background-color:#f3f3f3;
  padding:0;
  margin-bottom: 20px;
  }

  #whatsnext .inner {
  width: 100%;
  padding-bottom: 10px;
  padding-right: 20px;
  }

    #confirm h3 {
    color: #ffffff;
    background: #1A3F73;
    padding: 2% 4%;
    margin-top: 0 !important;
    border-radius: 10px 10px 0 0;
    }
    .hilite {
    color: #be6e24;
    }





    #confirm h3.finance {
    background: #3bb54a;
    padding: 1% 4%;
    }






 /* UNSUBSCRIBE */

#unsubscribe input[type=text] {
    padding: 5px 0;
}



/* ---- Blog ---- */

#blog #flexcontainer {
  display: flex;
  flex-direction: column; /* column for mobile - main above sidebar */
  row-gap: 20px;
 }

  #blog #flexcontainer #main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    row-gap: 20px;
    column-gap: 20px;
    width: 100%;
    }
    #blog #flexcontainer #main article {
    }
    /* index */
    #blog #flexcontainer #main.index article {
      border: 1px solid #eee;
    }
      #blog #flexcontainer #main.index article .imgcrop {
        max-height: 160px;
        overflow: hidden;
      }
      #blog #flexcontainer #main.index article img {
        width: 100%;
        height: auto;
        display: block;
      }
      #blog #flexcontainer #main.index article h2 {
        font-size: 22px;
        padding: 10px;
        margin: 0;
      }
      #blog #flexcontainer #main.index article h2 a {
        color: #1A3F73;
      }
      #blog #flexcontainer #main.index article h2 a:hover {
        color: #3d6000;
      }
      #blog #flexcontainer #main.index article p.date {
        color: #FF0083;
        font-size: 80%;
        padding: 5px 10px;
        margin: 0;
      }

    /* full article */
    #blog #flexcontainer #main.article article {
    }
      #blog #flexcontainer #main.article article img {
        /* max-height: 400px; */
        margin-bottom: 20px;
      }
      #blog #flexcontainer #main.article article h2 {
      }
      #blog #flexcontainer #main.article article .blogcontent {
      }
        #blog #flexcontainer #main.article article .blogcontent p:first-child {
          /* font-size: 130%;
          margin-bottom: 10px;
          font-weight: bold; */
        }
      #blog #flexcontainer #main.article article p.author {
        clear: both;
        font-size: 80%;
        font-style: italic;
        padding-top: 10px;
        border-top: 1px dashed #ccc;
        margin: 10px 0 0;
      }
      #blog #flexcontainer #main.article article p.date {
        clear: both;
        font-size: 80%;
        font-style: italic;
        padding-top: 20px;
        border-top: 1px dashed #ccc;
        margin-top: 20px;
      }

  #admin .blogeditimage {
    text-align: left;
  }


  /* Sidebar */

    /* link sidebar */
    #blog #flexcontainer #sidebar {
      width: 100%;
    }

    /* Filters sidebar */

    label   {
      cursor: pointer;
    }
    label:focus {
        outline: none ;
    }

    .filter {
      position: absolute;
      top: 0;
      left: 0 ;
      text-align: left;
      background: #1A3F73;
      color: #fff;
      width: 270px;
      height: 100%  ;
      transform: translate3d(-270px, 0, 0) ;
      transition: transform 0.35s;
      z-index: 100;
      padding: 20px;
    }
    label.filter-toggle {
      position: absolute;
      right: -50px ;
      top: 0px ;
      width: 50px  !important;
      height: 50px ;
      line-height: 0px ;
      display: block;
      padding: 0 ;
      text-indent: -9999px; /* hide text */
      background: #fff url(../../images/filter.png) 50% 50% / 40px 25px no-repeat; /* show image */
    }
    /* hide inputs */
    .filter-checkbox  {
      display: none   ;
    }
    /* fade in checked menu */
    .filter-checkbox:checked + .filter {
      transform: translate3d(0, 0, 0)    ;
    }
      .filter h2 {
        margin-bottom: 5px;
      }
      .clearfilters a:hover {
      color: #fff;
      }

      .filterbox {
        margin-bottom: 10px;
      }
        .filter h3 {
          margin-bottom: 5px;
          margin-top: 5px;
          font-size: 1.3em;
        }
        .filter label {
          text-transform: uppercase;
        }
        .filter select {
          width: 100%;
          height: 35px;
          margin-bottom: 5px;
          padding-left: 10px;
        }
        .filter input[type="submit"] {
         width: 25% !important;
         background: #a1cced !important;
         color: #1A3F73;
         padding: 6px;
         margin: 0;
         border-radius: 0px;
         font-size: 100%;
        }
        .filter input[type="submit"]:hover {
         background: #fff;
        }



/* ---- Footer ---- */


#footer {
  width: 100%;
  clear: both;
  text-align: center;
}
#footer .darktextbox {
  padding: 30px 10%;
}



#footer a {
  color: #fff;
}
#footer a:hover {
  color: #be6e24;
}


















































/***** MEDIA QUERIES *****/


/* Small devices (mobile (portrait), 420px and up) */
@media (min-width: 400px) {

    body {
    border: 0px solid red;
    }



}

/* Small devices (mobile (landscape), 472px and up) */
@media (min-width: 472px) {

    body {
    border: 0px solid cyan;
    }

    /* logotel */
   .logotel {
      padding: 0;
    }
      .logotel #logo {
        width: 50%;
        text-align: left;
      }
      .logotel #tel {
        width: 50%;
        text-align: right;
        padding: 12px 20px 0 0;
      }

     /* ---- Header ---- */

    .bgimg-1 { min-height: 200px; }
    .home .bgimg-1 { min-height: 400px; }

    /* ---- Intro ---- */

    .home .intro,
    .fauxhome .intro {
      padding: 40px 10px;
    }

    .intro h2 {
      display: block;
    }


    .bgimg-1 .arrow {
      display: none;
    }

    /* ---- page sections ---- */

    .lighttextbox {
      padding: 50px 8%;
    }

    /* ---- A typical example ---- */

    .slide div:nth-child(1) { width: 26%; }
    .slide div:nth-child(2) { width: 74%; }

      .slideinner div:nth-child(1) { width: 100%; text-align: left;}
      .slideinner div:nth-child(2) { width: 55%; text-align: center;}

      .slide a.calltoaction {
        font-size: 1.1em;
      }


    /* Labels */
    /* ------------------ QUESTIONNAIRE FORM ------------------ */
    #findyourboiler label {
    text-align: center;
    width: 18%;
    height: auto;
    }
      #findyourboiler label img {
      display: block;
      /*height: 120px;
      width: 120px;*/
      width: 100%;
      height: auto;
      }
      #findyourboiler label span {
      display: none;
      }
    #findyourboiler #upload span.reversebuttons {
    width: 420px;
    }
    #findyourboiler span.reversebuttons .backbutton  {float:left;}
    #findyourboiler span.reversebuttons .fwdbutton {float:right;}


    /* ------------------ DETAILS PAGE ------------------ */

    #confirmyourboiler .description label {
    display: inline-block;
    width: 160px;
    }
    #confirmyourboiler .description input[type="button"].showcalendar {
    width: 125px;
    margin: 0;
    }
    #confirmyourboiler .description input#voucher {
    width: 15%;
    }
    #confirmyourboiler .description input[type="button"].checkvoucher {
    width: 65px;
    margin: 0;
    }

    span#vouchermsg {
    width: 44%;
    text-align: left;
    padding-bottom: 0;
    padding-left: 5px;
    }

    #confirmyourboiler .price label {
    /* display: inline-block; */
    /* width: 60px; */
    }




    /* Appointment Calendar */

    #installdate input {
      width: 50%;
    }


    /* calculated results */

    #models {
    }
      /* noboilers */

      /* boilers */
      .boilerblock {
      }
        .boilerblock .boilerimage {
          width: 45%;
        }


  /* ------------------ FINANCE CALCULATOR ------------------ */

  /* container */
  .financecalc {
    width: 55%;
  }
    .financecalc tr td:first-child {   /* left column */
      width: 41%;
    }

  /* ------------------ UPGRADES PAGE ------------------ */

  .upgrade#controls .hive,
  .upgrade#controls .existing {
    width: 32%;
  }
  .upgrade#controls .nest{
    width: 36%;
  }

}


/* Small devices (tablets (portrait), 768px and up) */
@media (min-width: 768px) {

/* for IOS
input, select {
  font-size: 110%;
}     */

  body {
    border: 0px solid orange;
    }

    /* ---------------------------------- Fonts --------------------------------- */
    body            { font: 300 16px/1.6 "Roboto", sans-serif; color: #666; }
    h1, h2.pseudoh1 { font: 400 2.2em/1.3 "Roboto", sans-serif; }
    h2              { font: 400 1.8em/1.3 "Roboto", sans-serif; }
    h3              { font: 400 1.5em/1.4 "Roboto", sans-serif; }
    h4              { font: 400 1.25em/1.4 "Roboto", sans-serif; }
    h5              { font: 400 1.0em/1.4 "Roboto", sans-serif; }
    h6              { font: 400 1.0em/1.4 "Roboto", sans-serif; }


    .webp .home .bgimg-1 {background-image: url("../../images/bg21a.webp");}
    .no-webp .home .bgimg-1 {background-image: url("../../images/bg21a.jpg");}


    /* ---- Header introduction ---- */

    .intro {
    width: 50%;
    margin-left: 50%;
    }

    .home .intro,
    .fauxhome .intro {
      background-image: url("../../images/semi.png");
      border-radius: 10px;
    }

    .intro h1 {
      font-size: 2.6em;
      /* display: none; */
    }
    .intro h2 {
      font-size: 1.8em;
      /* display: none; */
    }



    /* ---- A typical example ----  */

    .slide div:nth-child(1) { width: 26%; }
    .slide div:nth-child(2) { width: 74%; }

      .slideinner div:nth-child(1) { width: 100%; text-align: left;}
      .slideinner div:nth-child(2) { width: 55%; text-align: center;}

    /* --- forms --- */

    #contactform label {
      width: 15%;
    }
    #contactform input[type="submit"] {
      margin-left: 15%
    }


        /* ------------------ QUESTIONNAIRE FORM ------------------ */
    #findyourboiler label {
    text-align: left;
    /*height: 130px;
    width: 130px;*/
    }
      #findyourboiler label img {
      display: block;
      /*height: 130px;
      width: 130px;*/
      }
      #findyourboiler label span {
      display: none;
      }
    select {
    width: 30%;
    }
    #findyourboiler #upload label {
    display: inline-block;
    width: 16%;
    }
    input[type=file] {
    display: inline;
    width: 70%;
    }
    input[type=text],
    input[type=email],
    input[type=password],
    input[type=number],
    input[type=date],
    textarea {
    display: inline;
    width: 70%;
    }
    input#address {
    width: 52%;
    }
    input#postcode {
    width: 17.7%;
    }
    textarea {
    vertical-align: top;
    margin-bottom: 10px;
    }


    .clearfile {
    display: inline;
    width: 2.63671875%; /* 27/1024*100 */
    }

    .collft {
    width:48%;
    float:left;
    }
    .colrgt {
    width:48%;
    float:right;
    }

    /* calculated results - smaller boiler image when in mobile view - bigger desktop */                               
    .boilerblock .boilerimage img { width: 75%; }
    .boilerblock .boilerimage img.badge { }
    .boilerblock .boilerimage img.avail { width: auto; top: 10px; }
    .boilerblock .boilerimage img.hydrogen { width: auto; top: 70px; }
    .boilerblock .boilerimage img.pro { width: 75%; top: 5px; }
    .boilerblock .boilerimage img.hive { width: 75%; top: 5px; }
    .boilerblock .boilerimage img.nest { width: 75%; top: 5px; }


    /* UNSUBSCRIBE */

    #unsubscribe input[type=text] {
        width: 50%;
        padding: 5px 0;
    }



  /* override calendar styles for block days page */
    #calendar.blockdays {
      width: 68%;
    }


  /* ------------------ FINANCE CALCULATOR ------------------ */

  /* container */
  .financecalc {
    width: 55%;
  }
    .financecalc tr td:first-child {   /* left column */
      width: 28%;
    }


}


/* Medium devices (tablets (landscape), 1024px and up)    */
@media (min-width: 1024px) {

    /* for IOS */
    input, select {
      font-size: 90%;
    }

    body {
    border: 0px solid lime;
    }

    #tel {
      /*display: block;*/
    }
    /*#telmob {
      display: none;
    }*/

    .hideforweb {
     display: none;
    }
    .hideformob {
     display: inline;
    }

    p.furtherinfo {
      width: 50%;
    }

    .logospace {
      /* margin-top: 60px;
      margin-bottom: 60px; */
    }

.iframe-container{
  position: relative;
  width: 50%;
  padding-bottom: 28.125%;
  height: 0;
}

/* --- How Does It Work ---*/

.step {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 70%;
  font-size: 120%;
  padding: 20px;
  border: 1px solid #cecece;
  margin: 0 auto;
 }

  .step div:nth-child(1) {
    width: 30%;
  }
  .step div:nth-child(2) {
    width: 70%;
  }





/* ------------------------- HEADER ------------------------- */
#header {

}
  /* --- top bar - logo and phone --- */
  .logotel {
  position: relative;
  height: 58px;
  }
    #logo {
    float: left;
    height: 50px;
    }

  /* --- menu --- */
  .menu {
    height: 35px;
    padding: 0 0 0 40px;  /* to line menu up with logo */
    background-image: none;
    z-index: 98;
    }
  .menu.menuOpen {
    background-image: none;
    }
    /* level 1 */
    .menu ul {
    display: block;
    position: relative;
    margin: 0;
    }
      .menu ul li {
      position: relative;
      float: left;
      }
      .menu ul li a {
      display: inline-block;
      padding: 4px 10px 5px;
      }
      .menu ul li a:hover {
      color: #fff;
      background: #be6e24;
      }
        /* level 2 */
        .menu ul li ul,
        .menu.menuOpen ul li ul {
        position: absolute;
        top: 35px;
        left: 0;
        width: 220px;
        background: #fff;
        box-shadow: 1px 1px 5px #666;
        margin-left: 0;
        }
        .menu ul li:hover ul,
        .menu.menuOpen ul li:hover ul {
        display: block;
        }

        .menu ul li ul.wider {    /* slightly wider for boiler drop down */
        width: 300px;
        }
        .menu ul li ul li {
        float: none;
        }
        .menu ul li ul li a {
        color: #1A3F73;
        border-right: 0;
        width: 100%;
        }
        .menu ul li ul li.parent a {
        background: url(../../images/menu-parent.png) center right no-repeat;
        }
        .menu ul li ul li.parent a:hover {
        background: url(../../images/menu-parent-hover.png) center right no-repeat #be6e24;
        }
          /* level 3 */
          .menu ul li:hover ul li ul,
          .menu.menuOpen ul li:hover ul li ul,
          .menu ul li ul li ul,
          .menu.menuOpen ul li ul li ul {
          top: 0px;
          left: 220px;
          width: 140px;
          background: #1A3F73;
          margin-left: 0;
          }
          .menu ul li:hover ul.wider li ul {    /* slightly wider for boiler drop down */
          left: 300px;
          }
          .menu ul li ul li ul li a {
          color: #fff;
          }
          .menu ul li ul li.parent ul li a {
          background: none;
          }
          .menu ul li ul li.parent ul li a:hover {
          background: #be6e24;
          }

        /* when menu expands send username, profile, logout to right */
        .menu-loggedinuser {
         position: absolute;
         right: 20px;
         }



/* ------------------------- BODY ------------------------- */

    .twocol1 {
    float: left;
    width: 50%;
    padding: 0 20px;
    }
    .twocol2 {
    float: right;
    width: 50%;
    padding: 0 20px;
    }
      .footnotes {
      width: 60%;
      }

    .threecol1 {
    float: left;
    width: 33%;
    padding: 0 20px;
    }
    .threecol2 {
    float: left;
    width: 33%;
    padding: 0 20px;
    }
    .threecol3 {
    float: left;
    width: 33%;
    padding: 0 20px;
    }

    .fourcol1 {
    float: left;
    width: 25%;
    padding: 0 20px;
    }
    .fourcol2 {
    float: left;
    width: 25%;
    padding: 0 20px;
    }
    .fourcol3 {
    float: left;
    width: 25%;
    padding: 0 20px;
    }
    .fourcol4 {
    float: left;
    width: 25%;
    padding: 0 20px;
    }

    /* ---- Header introduction ---- */

    .intro {
    width: 40%;
    margin-left: 60%;
    padding: 15px 15px 5px 15px;
    }

    /* ---- A typical example ----  */

    .slide div:nth-child(1) { width: 26%; }
    .slide div:nth-child(2) { width: 74%; }

    .slideinner div:nth-child(1) { width: 66%;}
    .slideinner div:nth-child(2) { width: 34%;}

    .slide p.fixed {
      margin: 0 0 6px;
    }


     /* ----- callout box ------*/
    .callout {
      width: 35%;
      float: right;
      margin-left: 20px;
    }
    .calloutgreen {
      width: 35%;
      float: right;
      margin-left: 20px;
    }


  /* ---- Blog ---- */

  #blog #flexcontainer {
    flex-direction: row;  /* row for desktop - main left of sidebar */
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    column-gap: 60px;
  }
    #blog #flexcontainer #main {
        width: 75%;
      }
      #blog #flexcontainer #main article {
      }
      #blog #flexcontainer #main.index article {
        width: 47%;
      }
      #blog #flexcontainer #main.article article {
        width: 100%;
      }

  /* Sidebar */

    /* link sidebar */
    #blog #flexcontainer #sidebar {
      width : 25%;
    }


    /* calculated results - smaller boiler image when in mobile view - bigger desktop */
    .boilerblock .boilerimage img { width: 100%; }
    .boilerblock .boilerimage img.badge { }
    .boilerblock .boilerimage img.avail { width: 75px; top: 10px; }
    .boilerblock .boilerimage img.hydrogen { width: 75px; top: 60px; }
    .boilerblock .boilerimage img.pro { width: 100%; top: 15px; }
    .boilerblock .boilerimage img.hive { width: 100%; top: 15px; }
    .boilerblock .boilerimage img.nest { width: 100%; top: 15px; }

    /* calculated results - more space around tablet landscape and up */
    .boilerblock .description h3,
    .boilerblock .description p,
    .boilerblock .description h4,
    .boilerblock .description h5,
    .boilerblock .description p.feature {
      padding-left: 15px;
      padding-right: 15px;
    }


    /* -- FINANCE CALCULATOR -- */

    /* container */
    .financecalc {
      width: 45%;
    }
      .financecalc tr td:first-child {   /* left column */
        width: 28%;
      }


    /* ------------------ DETAILS PAGE ------------------ */

    #installdate input.blockdate   {
      width: 50%;
    }
    #whatsnext div {
      width: 45%;
    }

}


/* Medium devices (desktops, 1170px and up)    */
@media (min-width: 1170px) {

    /* for IOS */
    input, select {
      font-size: 80%;
    }

    body {
    border: 0px solid blue;
    }



/* ------------------------- BODY ------------------------- */

    /* ---- Header introduction ---- */

    .intro {
    width: 35%;
    margin-left: 65%;
    padding: 15px 15px 5px 15px;
    }

    .home .intro,
    .fauxhome .intro {
      background-image: none;
      border-radius: 0;
    }

    /* hide basket view when layout moves to full width */
    #viewbasket {
      display: none;
    }


    .lighttextbox {
    padding: 50px 15% 100px;
    }
      #homepage .lighttextbox {
      padding: 50px 15% 50px;
      }
    .darktextbox {
    padding: 50px 15%;
    }


    /* clear only on ipad and smaller devices */
    .clr-ipad {
        clear: none;
    }

    /* ---- A typical example ---- */

    #slider {
      width: 90%;
    }
    .slide div:nth-child(1) { width: 26%; }
    .slide div:nth-child(2) { width: 74%; }

    .slideinner div:nth-child(1) { width: 55%;}
    .slideinner div:nth-child(2) { width: 45%;}

    .slide a.calltoaction {
      font-size: 1.2em;
    }

    /* ---- Blog ---- */

    #blog #flexcontainer #main.index article {
      width: 23.5%;
    }

    /* ---- Blog ---- */

    #blog #flexcontainer #main.index article {
      width: 31%;
    }


    /* ------------------ QUESTIONNAIRE FORM ------------------ */

    #postcodechecker input[type=text] { width: 40%; }


       /* ------------------ RESULTS PAGE ------------------ */

    #findyourboiler label, #findyourboiler label img {
      /*height: 150px;
      width: 150px;*/
      max-width: 180px;
    }

    /* answers */
    .answers {
    display: inline-block;
    }

    /* calculated results */

    #models {
    }
      /* noboilers */
      .boilerblock.callus {
        width: 70%;
        margin: 0 auto;
      }
        .boilerblock.callus .description {
          width: 100%;
        }
      /* boilers */
      .boilerblock {
      }
        .boilerblock .boilerimage {
          width: 20%;
        }
        .boilerblock .boilerimage img {  }
        .boilerblock .boilerimage img.badge { }
        .boilerblock .boilerimage img.avail { width: auto; top: 50px; }
        .boilerblock .boilerimage img.hydrogen { width: auto; top: 110px; }
        .boilerblock .boilerimage img.pro {  }
        .boilerblock .boilerimage img.hive {  }
        .boilerblock .boilerimage img.nest {  }

        .boilerblock form#confirmyourboiler {
          width: 80%;
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
        }
          .boilerblock .description {
            width: 55%;
          }
          .boilerblock .price {
            width: 25%;
            padding: 10px;
          }
          .boilerblock form .description {
            width: 68.75%;
          }
          .boilerblock form .price {
            width: 31.25%;
            padding: 10px;
          }

    /* -- FINANCE CALCULATOR -- */

    /* container */
    .financecalc {
      width: 20%;
    }
      .financecalc tr td:first-child {   /* left column */
        width: 35%;
      }



}

/* Large devices (large desktops, 1400px and up)    */
@media (min-width: 1400px) {

    body {
    border: 0px solid lilac;
    }

    /* ---- A typical example ---- */

    .slide a.calltoaction {
      font-size: 1.4em;
    }


}