    /* line 61, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin: 0;
        outline: none;
    }
    
    
    .fsRowBody input[type="checkbox"] {
    top: 6.5px;
    width: 13px;
    height: 25px!important;
    }
    
    .fsValidationError .fsMatrix, .fsValidationError .fsOptionLabel, .fsValidationError .fsSupporting {
    color: #FFFFFF!important;
}
    
    

    
    
    .tp-widget-logo {
        margin-top: 7px !important;
    }
    /* line 69, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    .trustPilot {
        background-color: #00A63E!important;
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important;
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
    }
    /* line 73, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    .highlight {
        font-weight: 700;
        color: #00A63E;
    }

    .highlightDark {
        font-weight: 700;
        color: #222;
    }
    /* line 78, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    .sticky {
        position: fixed;
        z-index: 100;
        max-width: 1600px;
        left: 0;
    }
    /* line 85, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    .fixed {
        position: fixed;
        -ms-touch-action: none;
        touch-action: none;
        -webkit-overflow-scrolling: none;
        overflow: hidden;
        overscroll-behavior: none;
    }
    
    #footer {
        display: -webkit-box;
        display: -ms-flexbox;
        width: 100%;
        min-height: 584px;
    }
    /* line 93, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    body {
        margin: 0;
        padding: 0;
        font-family: 'Muli', sans-serif;
        min-width: 319px;
        max-width: 1200px;
        margin: 0 auto;
        background-color: #222;
    }
    /* line 101, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    body .inner {
        width: 100%;
        height: 100%;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        background-color: #FFF;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 80px;
        
    }
    /* line 117, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    body .atTop {
        margin-top: 0px !important;
    }
    /* line 120, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    body h1 {
        font-size: 18px;
        font-weight: 700;
        color: #FFF;
    }
    
    @media (min-width: 1024px) {
        /* line 120, /Users/paulcraig/Sites/Test/styles/test.scss */
        body h1 {
            font-size: 21px;
        }
    }
    /* line 128, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    body h2 {
        font-size: 2px;
        font-weight: 700;
        letter-spacing: 1px;
        padding: 15px 0;
    }
    /* line 134, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    body h3 {
        font-size: 19px;
        font-weight: 700;
        letter-spacing: 1px;
        padding: 5px 0;
        color: #222;
    }
    /* line 141, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    body p {
        font-size: 17px;
        line-height: 24px;
        font-weight: 400;
    }
    /* line 148, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    header {
        position: fixed;
        z-index: 100;
        max-width: 1200px;
        margin: 0 auto;
        height: 80px;
        background-color: #333;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        top: 0;
        width: 100%;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    }
    
    @media (min-width: 768px) and (max-width: 1023px) {
        /* line 148, /Users/paulcraig/Sites/Test/styles/test.scss */
        header {
            background-position: left;
            left: 0;
        }
    }
    
    @media (min-width: 501px) and (max-width: 767px) {
        /* line 148, /Users/paulcraig/Sites/Test/styles/test.scss */
        header {
            left: 0;
        }
    }
    
    @media (min-width: 375px) and (max-width: 500px) {
        /* line 148, /Users/paulcraig/Sites/Test/styles/test.scss */
        header {
            left: 0;
        }
    }
    
    @media (min-width: 321px) and (max-width: 374px) {
        /* line 148, /Users/paulcraig/Sites/Test/styles/test.scss */
        header {
            left: 0;
        }
    }
    
    @media (max-width: 320px) {
        /* line 148, /Users/paulcraig/Sites/Test/styles/test.scss */
        header {
            left: 0;
        }
    }
    /* line 182, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    header .telephone {
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-weight: 700;
        height: 45px;
        width: 20%;
        color: #00A63E;
        padding: 10px;
    }
    
    @media (min-width: 1024px) {
        /* line 182, /Users/paulcraig/Sites/Test/styles/test.scss */
        header .telephone {
            display: flex;
            display: -webkit-box;
            display: -ms-flexbox;
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
            margin-right: 20px;
            border-radius: 7px;
            margin-top: 17px;
        }
    }
    /* line 206, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    header .telephone a {
        color: #00A63E;
        text-decoration: none;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
    }
    /* line 215, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    header .headerText {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        width: 60%;
        padding-left: 5px;
    }
    
    @media (min-width: 1024px) {
        /* line 215, /Users/paulcraig/Sites/Test/styles/test.scss */
        header .headerText {
            width: 21%;
            padding-left: 10px;
        }
    }
    /* line 233, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    header .links {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        height: 100%;
        display: none;
    }
    
    @media (min-width: 1024px) {
        /* line 233, /Users/paulcraig/Sites/Test/styles/test.scss */
        header .links {
            width: 52%;
            display: flex;
            display: -webkit-box;
            display: -ms-flexbox;
        }
    }
    /* line 252, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    header .links a {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        height: 80px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #FFF;
        text-decoration: none;
        width: 22%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    /* line 269, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    header.hideMe {
        display: none !important;
    }
    /* line 272, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    header p {
        color: #BBE3FF;
        line-height: 17px;
        font-weight: 400;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        font-size: 13px;
    }
    
    @media (min-width: 1024px) {
        /* line 272, /Users/paulcraig/Sites/Test/styles/test.scss */
        header p {
            display: none;
        }
    }
    
    @media (max-width: 320px) {
        /* line 272, /Users/paulcraig/Sites/Test/styles/test.scss */
        header p {
            font-size: 12px;
        }
    }
    /* line 288, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    header #Logo {
        margin: 9px;
        width: 200px;
        height: 60px;
        background-image: url(../img/EcoRoof2.svg);
        background-size: contain;
        background-repeat: no-repeat;
    }
    /* line 295, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    header #Logo a {
        display: block;
        width: 74px;
        height: 74px;
    }
    /* line 301, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    header #menu {
        position: absolute;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        width: 30px;
        height: 21px;
        top: 29px;
        right: 10px;
        background-image: url("../img/icons/menu.svg");
        background-repeat: no-repeat;
    }
    
    @media (min-width: 1024px) {
        /* line 301, /Users/paulcraig/Sites/Test/styles/test.scss */
        header #menu {
            display: none;
        }
    }
    /* line 319, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    #menuList {
        position: fixed;
        z-index: 100 !important;
        height: 100%;
        width: 100%;
        background-color: #FFF;
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        right: 0;
        width: 100%;
        z-index: 100;
        padding: 10px;
    }
    /* line 334, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    #menuList .scrollArea {
        display: block;
        overflow: scroll;
    }
    /* line 338, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    #menuList .close {
        opacity: 50%;
        background-image: url(../img/icons/menuClose.svg);
        background-size: 24px;
        background-repeat: no-repeat;
        background-position: 100%;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        height: 60px;
        width: 50px;
        z-index: 10000;
        position: absolute;
        right: 14px;
    }
    /* line 354, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    #menuList .logo {
        margin: 0 auto;
        width: 140px;
        height: 70px;
        background-image: url(../img/EcoRoof.svg);
        background-size: 140px;
        background-repeat: no-repeat;
    }
    /* line 362, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    #menuList .logoName {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 24px;
        font-family: 'Muli', sans-serif;
        color: #FFF;
        font-weight: 700;
    }
    /* line 376, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    #menuList .tagLine {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 16px;
        font-family: 'Muli', sans-serif;
        color: #00A63E;
    }
    /* line 389, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    #menuList .telephone {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        width: 96%;
        height: 45px;
        margin-bottom: 19px;
        line-height: 45px;
        font-size: 24px;
      
        font-weight: 900;
        letter-spacing: 3px;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
        margin: 19px auto;
        color:#00A63E;
       
    }
    /* line 407, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    #menuList .telephone a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    /* line 413, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    #menuList a {
        text-decoration: none;
        color: #00A63E;
        width: 100%;
        height: 100%;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
    }
    /* line 423, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    #menuList ul {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding: 0;
        margin: 19px 0;
    }
    /* line 436, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    #menuList li {
        padding-left: 19px;
        text-decoration: none;
        width: 100%;
        height: 50px;
        font-weight: 400;
        list-style-type: none;
        line-height: 50px;
        color: #FFF;
        font-size: 17px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    /* line 447, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    #menuList li:last-child {
        border-bottom: none !important;
    }
    /* line 451, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    #menuList.hideMe {
        display: none !important;
    }
    /* line 456, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    .topSection {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    
    }
    /* line 465, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    .topSection .promo {
        width: 100%;
        height: 100%;
    }
    /* line 469, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    .topSection .benefits {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    @media (min-width: 1024px) {
        /* line 456, /Users/paulcraig/Sites/Test/styles/test.scss */
        .topSection {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }
        /* line 481, /Users/paulcraig/Sites/Test/styles/test.scss */
        .topSection .promo {
            width: 45%;
        }
        /* line 484, /Users/paulcraig/Sites/Test/styles/test.scss */
        .topSection .benefits {
            width: 55%;
            padding-bottom: 10px !important;
        }
    }
    /* line 491, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    .promo {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        /*background: -webkit-linear-gradient(#F95237, #00A63E);*/
        background-color:#FFFFFF;
        width: 100%;
        min-height: 352px;
        padding: 0 !important;
    }
    
    @media (min-width: 501px) and (max-width: 1023px) {
        /* line 491, /Users/paulcraig/Sites/Test/styles/test.scss */
        .promo {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
        /*
        .benefits {
     min-height: 750px;
 }
*/
    }
    /* line 509, /Users/paulcraig/Sites/Test/styles/test.scss */
   
   
   
     .promo .sliderSection {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 100%;
        padding: 0 !important;
    }
   
   
   
   
   
    
    .promo .mainImage {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 380px;
        background-image: url("../img/homePage/beforeAfter.png");
        background-size: 110%;
        background-position: center;
        background-repeat: no-repeat;
        padding: 0 !important;
    }
    
    @media (min-width: 1024px) {
        /* line 509, /Users/paulcraig/Sites/Test/styles/test.scss */
        .promo .mainImage {
            width: 100%;
            height: 329px !important;
            background-size: 121%;
        }
    }
    
    @media (min-width: 501px) and (max-width: 767px) {
        /* line 509, /Users/paulcraig/Sites/Test/styles/test.scss */
        .promo .mainImage {
            width: 100%;
            height: 293px !important;
            background-size: 100%;
        }
    }
    
    @media (min-width: 375px) and (max-width: 500px) {
        /* line 509, /Users/paulcraig/Sites/Test/styles/test.scss */
        .promo .mainImage {
            width: 100%;
            height: 218px !important;
            background-size: 100%;
        }
    }
    
    @media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
        /* line 509, /Users/paulcraig/Sites/Test/styles/test.scss */
        .promo .mainImage {
            width: 100%;
            height: 218px !important;
            background-size: 100%;
        }
    }
    
    @media (min-width: 321px) and (max-width: 374px) {
        /* line 509, /Users/paulcraig/Sites/Test/styles/test.scss */
        .promo .mainImage {
            width: 100%;
            height: 190px !important;
            background-size: 100%;
        }
    }
    
    @media (max-width: 320px) {
        /* line 509, /Users/paulcraig/Sites/Test/styles/test.scss */
        .promo .mainImage {
            width: 100%;
            height: 186px !important;
            background-size: 100%;
        }
    }
    /* line 556, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    .promo .mainImage .guarantee {
        display: none;
        text-align: left;
        width: 100%;
        color: #2E4875;
        background-color: rgba(175, 219, 254, 0.6);
        padding-left: 19px;
    }
    
    @media (min-width: 1024px) {
        /* line 556, /Users/paulcraig/Sites/Test/styles/test.scss */
        .promo .mainImage .guarantee {
            display: none;
        }
    }
    /* line 566, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    .promo .mainImage .guarantee p {
        color: #00A63E;
        font-size: 15px;
        font-weight: 400;
    }
    
    @media (max-width: 320px) {
        /* line 566, /Users/paulcraig/Sites/Test/styles/test.scss */
        .promo .mainImage .guarantee p {
            font-size: 13px;
        }
    }
    /* line 576, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    .promo .contactForm {
        background: linear-gradient(to bottom right, #effff2, #bccec1);
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        width: 100%;
        padding: 15px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    @media (min-width: 1024px) {
        /* line 576, /Users/paulcraig/Sites/Test/styles/test.scss */
        .promo .contactForm {
            padding-left: 40px;
            padding-right: 40px;
        }
    }
    
    @media (min-width: 768px) and (max-width: 1023px) {
        /* line 576, /Users/paulcraig/Sites/Test/styles/test.scss */
        .promo .contactForm {
            padding-left: 40px;
            padding-right: 40px;
        }
    }
    
    @media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
        /* line 576, /Users/paulcraig/Sites/Test/styles/test.scss */
        .promo .contactForm {
            padding-left: 15px;
            padding-right: 15px;
        }
    }
    
    @media (min-width: 375px) and (max-width: 500px) {
        /* line 576, /Users/paulcraig/Sites/Test/styles/test.scss */
        .promo .contactForm {
            padding-left: 15px;
            padding-right: 15px;
        }
    }
    /* line 609, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    .promo .contactForm a {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        width: 100%;
        text-decoration: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px;
        color: #FFF;
        font-weight: 700;
        font-size: 17px;
    }
    /* line 624, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    .promo .contactForm .fullHeight {
        height: 419px;
    }
    /* line 627, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    .promo .contactForm .reducedHeight {
        height: 160px;
    }
    /* line 630, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    .promo .contactForm .close {
        position: absolute;
        z-index: 20;
        top: 0px;
        right: 0px;
        width: 40px;
        height: 40px;
        background-image: url("../img/close.svg");
        background-size: 19px;
        background-repeat: no-repeat;
        background-position: center;
    }
    /* line 642, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    .promo .contactForm p {
        width: 100%;
        color: #222;
        font-size: 16px;
        text-align: center;
        padding: 0;
        line-height: 20px;
        font-weight: 700!important;
    }
    
    @media (min-width: 1024px) {
        /* line 642, /Users/paulcraig/Sites/Test/styles/test.scss */
        .promo .contactForm p {
            line-height: 30px;
        }
    }
    
    @media (min-width: 768px) and (max-width: 1023px) {
        /* line 642, /Users/paulcraig/Sites/Test/styles/test.scss */
        .promo .contactForm p {
            line-height: 30px;
        }
    }
    /* line 656, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    .promo .contactForm .container {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        height: 367px;
        width: 100%;
    }
    
    @media (min-width: 501px) and (max-width: 767px) {
        /* line 656, /Users/paulcraig/Sites/Test/styles/test.scss */
        .promo .contactForm .container {
            display: none;
        }
    }
    
    @media (min-width: 501px) and (max-width: 767px) {
        /* line 576, /Users/paulcraig/Sites/Test/styles/test.scss */
        .promo .contactForm {
            width: 100%;
            display: flex;
            display: -webkit-box;
            display: -ms-flexbox;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border: none !important;
        }
    }
    /* line 687, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    .showForm {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        width: 100%;
        background-color: #00A63E !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 375px;
        margin-top: 15px;
        border-radius: 7px;
    }
    
    @media (min-width: 501px) and (max-width: 767px) {
        /* line 687, /Users/paulcraig/Sites/Test/styles/test.scss */
        .showForm {
            width: 100%;
            margin-top: 10px;
            margin-bottom: 10px;
        }
    }
    /* line 708, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    .showForm p {
        color: #222 !important;
        font-weight: 700;
        font-size: 19px !important;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
    }
    /* line 714, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    .showForm a {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        width: 100%;
        text-decoration: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px;
        color: #FFF!important;
        font-weight: 700;
    }
    /* line 730, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    .enquiry {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 15px 15px 30px 15px;
    }
    /* line 740, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    .enquiry a {
        text-decoration: none;
        width: 88%;
    }
    /* line 746, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section {
        width: 100%;
        /* padding: 15px 15px 30px 15px; */
    }
    /* line 749, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section h2 {
        display: block;
        font-size: 24px;
        width: 100%;
    }
    /* line 754, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.process {
        background-color: #00A63E;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        color: #FFF!important;
    }
    
    section.process a {
        color: #FFF;
        padding: 10px 0;
    }
    /* line 765, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.process .highlight {
        font-weight: 700;
        color: #FFF!important;
    }
    /* line 769, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.process h2 {
        font-weight: 700;
        color: #FFF;
    }
    /* line 772, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.process h2,
    section.process p {
         color: #FFF!important;
        margin-bottom: 20px;
    
    }
    /* line 776, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.process .processRow {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    @media (min-width: 768px) and (max-width: 1023px) {
        /* line 776, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.process .processRow {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }
    /* line 787, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.process .processRow .linkRow {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 30px;
    }
    /* line 802, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.process .processRow .linkRow p {
        color: #FFF;
    }
    /* line 805, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.process .processRow .linkRow a {
        text-decoration: underline;
        color: #FFF;
        border-radius: 10px;
        margin-top: 15px;
        text-align: center;
        font-weight: 700;
    }
    /* line 813, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.process .processRow .linkRow .processText {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        vertical-align: top;
    }
    
    @media (min-width: 768px) and (max-width: 1023px) {
        /* line 813, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.process .processRow .linkRow .processText {
            display: flex;
            display: -webkit-box;
            display: -ms-flexbox;
            width: 100%;
        }
    }
    /* line 830, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.process .processRow .slideRow {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 30px;
    }
    
    @media (min-width: 768px) and (max-width: 1023px) {
        /* line 830, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.process .processRow .slideRow {
            display: flex;
            display: -webkit-box;
            display: -ms-flexbox;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }
    
    @media (min-width: 501px) and (max-width: 767px) {
        /* line 830, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.process .processRow .slideRow {
            display: flex;
            display: -webkit-box;
            display: -ms-flexbox;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }
    
    @media (min-width: 375px) and (max-width: 500px) {
        /* line 830, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.process .processRow .slideRow {
            display: flex;
            display: -webkit-box;
            display: -ms-flexbox;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }
    
    @media (min-width: 321px) and (max-width: 374px) {
        /* line 830, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.process .processRow .slideRow {
            display: flex;
            display: -webkit-box;
            display: -ms-flexbox;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }
    
    @media (max-width: 320px) {
        /* line 830, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.process .processRow .slideRow {
            display: flex;
            display: -webkit-box;
            display: -ms-flexbox;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }
    /* line 894, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.process .processRow .slideRow #slider,
    section.process .processRow .slideRow .slideInner {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        width: 100%;
        margin: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height:300px;
        overflow: hidden;
    }
    
    @media (min-width: 1024px) {
        /* line 914, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.process .processRow .slideRow #slider {
            width: 600px;
        }
    }
    /* line 918, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.process .processRow .slideRow #slider .slideLeft {
        display: none;
        background-image: url("../img/icons/slideLeft.svg");
        background-position: center;
        background-repeat: no-repeat;
        height: 100%;
        width: 100px;
    }
    
    @media (min-width: 1024px) {
        /* line 918, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.process .processRow .slideRow #slider .slideLeft {
            display: flex;
            display: -webkit-box;
            display: -ms-flexbox;
        }
    }
    /* line 932, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.process .processRow .slideRow #slider .slideRight {
        display: none;
        background-image: url("../img/icons/slideRight.svg");
        background-position: center;
        background-repeat: no-repeat;
        height: 100%;
        width: 100px;
    }
    
    @media (min-width: 1024px) {
        /* line 932, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.process .processRow .slideRow #slider .slideRight {
            display: flex;
            display: -webkit-box;
            display: -ms-flexbox;
        }
    }
    /* line 947, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.process .processRow .slideRow .slideInner {
        height: 300px;
    }
    
    @media (min-width: 1024px) {
        /* line 947, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.process .processRow .slideRow .slideInner {
            width: 400px;
            max-width: 400px;
        }
    }
    
    @media (min-width: 768px) and (max-width: 1023px) {
        /* line 947, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.process .processRow .slideRow .slideInner {
            width: 400px;
            max-width: 400px;
        }
    }
    
    @media (min-width: 501px) and (max-width: 767px) {
        /* line 947, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.process .processRow .slideRow .slideInner {
            max-width: 400px;
        }
    }
    
    @media (min-width: 375px) and (max-width: 500px) {
        /* line 947, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.process .processRow .slideRow .slideInner {
            max-width: 400px;
        }
    }
    /* line 963, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.process .processRow .slideRow .slideInner .dotRow {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100px;
        height: 30px;
        z-index: 2;
        position: absolute;
        left: 150px;
        top: 260px;
    }
    
    @media (min-width: 1024px) {
        /* line 963, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.process .processRow .slideRow .slideInner .dotRow {
            display: none;
        }
    }
    
    @media (min-width: 501px) and (max-width: 767px) {
        /* line 963, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.process .processRow .slideRow .slideInner .dotRow {
            left: 128px;
        }
    }
    
    @media (min-width: 375px) and (max-width: 500px) {
        /* line 963, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.process .processRow .slideRow .slideInner .dotRow {
            left: 128px;
        }
    }
    
    @media (min-width: 321px) and (max-width: 374px) {
        /* line 963, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.process .processRow .slideRow .slideInner .dotRow {
            left: 79px;
        }
    }
    
    @media (max-width: 320px) {
        /* line 963, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.process .processRow .slideRow .slideInner .dotRow {
            left: 120px;
        }
    }
    /* line 994, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.process .processRow .slideRow .slideInner .dotRow .dot {
        display: block;
        height: 10px;
        width: 10px;
        border-radius: 7px;
        background-color: white;
        padding: 5px !important;
    }
    /* line 1003, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.process .processRow .slideRow .inner {
        position: relative;
        left: 0;
    }
    /* line 1007, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.process .processRow .slideRow .viewport {
        position: relative;
        left: 0;
    }
    /* line 1011, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.process .processRow .slideRow img {
        width: 2000px;
        height: 300px;
    }
    /* line 1015, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.process .processRow .slideRow .viewport {
        width: 100%;
        height: 300px;
    }
    /* line 1022, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.beforeAfter {
        display: flex;
        display: -ms-flexbox;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #FFF;
        padding-bottom: 0 !important;
    }
    /* line 1033, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.beforeAfter .signature {
        color: #00A63E !important;
    }
    /* line 1036, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.beforeAfter .highlight {
        color: #00A63E;
    }
    /* line 1039, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.beforeAfter h2,
    section.beforeAfter h3,
    section.beforeAfter a,
    section.beforeAfter p {
        color: #222;
    }
    /* line 1045, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.beforeAfter a {
        font-weight: 700;
    }
    /* line 1048, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.beforeAfter p {
        margin-bottom: 15px;
    }
    /* line 1051, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.beforeAfter .conservatoryConversion {
        display: flex;
        /*        display: -webkit-box;*/
        display: -ms-flexbox;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #F8F8F8;
        margin-bottom: 30px;
    }
    
    @media (min-width: 1024px) {
        /* line 1051, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.beforeAfter .conservatoryConversion {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            padding-bottom: 30px;
        }
    }
    
    @media (min-width: 768px) and (max-width: 1023px) {
        /* line 1051, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.beforeAfter .conservatoryConversion {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            padding-bottom: 30px;
        }
    }
    
    @media (min-width: 501px) and (max-width: 767px) {
        /* line 1051, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.beforeAfter .conservatoryConversion {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }
    
    @media (min-width: 375px) and (max-width: 500px) {
        /* line 1051, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.beforeAfter .conservatoryConversion {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }
    
    @media (min-width: 321px) and (max-width: 374px) {
        /* line 1051, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.beforeAfter .conservatoryConversion {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }
    
    @media (max-width: 320px) {
        /* line 1051, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.beforeAfter .conservatoryConversion {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }
    /* line 1101, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.beforeAfter .conservatoryConversion p {
        color: #222;
    }
    /* line 1104, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.beforeAfter .conservatoryConversion h3 {
        color: #222;
    }
    /* line 1108, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.beforeAfter .pictures {
        display: flex;
        /*        display: -webkit-box;*/
        display: -ms-flexbox;
        width: 96%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    /* line 1118, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.beforeAfter .pictures .photo {
        display: flex;
        /*        display: -webkit-box;*/
        display: -ms-flexbox;
        height: 350px;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /*background: -webkit-linear-gradient(#F95237, #00A63E);*/
        background-color:#F8F8F8;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        background-image: url("../img/beforeAfter/before.png");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        margin-left: 15px;
    }
    /* line 1140, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.beforeAfter .pictures .photo .completion {
        display: flex;
        /*        display: -webkit-box;*/
        display: -ms-flexbox;
        height: 350px;
        width: 100%;
        background-image: url("../img/beforeAfter/After.png");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0;
    }
    /* line 1154, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.beforeAfter .pictures .photoOne {
        display: flex;
        /*        display: -webkit-box;*/
        display: -ms-flexbox;
        height: 420px;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: -webkit-linear-gradient(#F95237, #00A63E);
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        background-image: url("../img/beforeAfter/before1.png");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        margin-left: 15px;
    }
    /* line 1176, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.beforeAfter .pictures .photoOne .completionOne {
        display: flex;
        /*        display: -webkit-box;*/
        display: -ms-flexbox;
        height: 420px;
        width: 100%;
        background-image: url("../img/beforeAfter/After1.png");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0;
    }
    /* line 1190, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.beforeAfter .pictures .photoTwo {
        display: flex;
        /*        display: -webkit-box;*/
        display: -ms-flexbox;
        height: 400px;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: -webkit-linear-gradient(#F95237, #00A63E);
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        background-image: url("../img/beforeAfter/before3.png");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        margin-left: 15px;
    }
    /* line 1212, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.beforeAfter .pictures .photoTwo .completionTwo {
        display: flex;
        /*        display: -webkit-box;*/
        display: -ms-flexbox;
        height: 400px;
        width: 100%;
        background-image: url("../img/beforeAfter/After3.png");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0;
    }
    /* line 1226, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.beforeAfter .pictures .controls {
        display: flex;
        /*        display: -webkit-box;*/
        display: -ms-flexbox;
        width: 100%;
        height: 45px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #00A63E;
        margin: 10px 0;
    }
    /* line 1241, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.beforeAfter .pictures .controls .before,
    section.beforeAfter .pictures .controls .beforeOne,
    section.beforeAfter .pictures .controls .beforeTwo {
        display: flex;
        /*        display: -webkit-box;*/
        display: -ms-flexbox;
        margin-right: 19px;
        padding-bottom: 7px;
    }
    /* line 1251, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.beforeAfter .pictures .controls .after,
    section.beforeAfter .pictures .controls .afterOne,
    section.beforeAfter .pictures .controls .afterTwo {
        display: flex;
        /*        display: -webkit-box;*/
        display: -ms-flexbox;
        margin-left: 19px;
        padding-bottom: 7px;
    }
    /* line 1261, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.beforeAfter .pictures .controls .selected {
        font-weight: bold;
        border-bottom: 3px solid #00A63E;
        padding-bottom: 5px;
    }
    /* line 1268, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.beforeAfter .information {
        display: flex;
        /*        display: -webkit-box;*/
        display: -ms-flexbox;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding-top: 40px;
        padding: 40px 4% 15px 4%;
    }
    
    @media (min-width: 375px) and (max-width: 500px) {
        /* line 1268, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.beforeAfter .information {
            padding-top: 15px;
        }
    }
    
    @media (min-width: 321px) and (max-width: 374px) {
        /* line 1268, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.beforeAfter .information {
            padding-top: 15px;
        }
    }
    
    @media (max-width: 320px) {
        /* line 1268, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.beforeAfter .information {
            padding-top: 15px;
        }
    }
    /* line 1291, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section .contactUs {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #00A63E;
    }
    /* line 1307, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section .contactUs p {
        color: #FFF;
        font-size: 24px;
    }
    /* line 1311, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section .contactUs h2 {
        color: #2E4875;
        font-size: 19px;
        text-align: center;
    }
    /* line 1316, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section .contactUs .highlight {
        color: #2E4875;
    }
    /* line 1320, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.aboutUs {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-top: 1px solid #00A63E;
        background-color: #FFF;
        background-image: url("../img/icons/map.svg");
        background-size: 200px;
        background-repeat: no-repeat;
        background-position: center 19px;
        background-position: 99% 50%;
        padding: 10px;
    }
    /* line 1336, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.aboutUs .highlight {
        color: #2E4875;
    }
    /* line 1339, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.aboutUs h2 {
        color: #2E4875;
    }
    /* line 1342, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.aboutUs p {
        color: #00A63E;
    }
    /* line 1345, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.aboutUs .aboutInfo {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    /* line 1356, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.benefits {
        padding: 10px;
    }
    

    /* line 1367, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.benefits h2 {
        color: #222;
    }
    /* line 1370, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.benefits p {
        font-size: 16px;
        line-height: 24px!important;
        color: #222;
        font-weight: 200 !important;
    }
    /* line 1375, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.benefits .conversionBenefits {
        display: flex;
        /*
        display: -webkit-box;
  display: -ms-flexbox;
*/
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        margin-top: 15px;
        width: 100%;
        margin-bottom: 20px;
    }
    /* line 1387, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.benefits .conversionBenefits .eachBenefit {
        display: flex;
        /*
        display: -webkit-box;
  display: -ms-flexbox;
*/
        width: 100%;
        margin-bottom: 12px;
    }
    
    @media (min-width: 1024px) {
        /* line 1387, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.benefits .conversionBenefits .eachBenefit {
            width: 50%;
        }
    }
    
    @media (min-width: 768px) and (max-width: 1023px) {
        /* line 1387, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.benefits .conversionBenefits .eachBenefit {
            width: 50%;
        }
    }
    
    @media (min-width: 375px) and (max-width: 500px) {
        /* line 1387, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.benefits .conversionBenefits .eachBenefit {
            width: 100%;
        }
    }
    /* line 1403, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.benefits .conversionBenefits .eachBenefit .benefitIcon {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 20%;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
    /* line 1415, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.benefits .conversionBenefits .eachBenefit .benefitIcon.quick {
        background-image: url("../img/icons/quick.svg");
    }
    /* line 1418, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.benefits .conversionBenefits .eachBenefit .benefitIcon.temperature {
        background-image: url("../img/icons/temperature.svg");
    }
    /* line 1421, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.benefits .conversionBenefits .eachBenefit .benefitIcon.efficient {
        background-image: url("../img/icons/efficient.svg");
    }
    /* line 1424, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.benefits .conversionBenefits .eachBenefit .benefitIcon.noise {
        background-image: url("../img/icons/guarantee.svg");
    }
    /* line 1428, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.benefits .conversionBenefits .eachBenefit .benefitText {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 80%;
        padding: 0 15px;
    }
    /* line 1443, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.whyUs {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        background-color: #00A63E;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        color: #00A63E;
    }
    /* line 1444, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.whyUs h2 {
        color: white;
    }
    /* line 1459, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.reviews h2,
    section.reviews h3,
    section.reviews h4,
    section.reviews p,
    section.reviews .signature {
        color: #222 !important;
    }
    /* line 1466, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.reviews p {
        font-size: 16px;
    }
    /* line 1469, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.reviews .signature {
        font-size: 13px;
        margin: 10px 0;
        color: #222;
    }
    /* line 1474, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.reviews h4 {
        margin-top: 19px;
    }
    /* line 1477, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.reviews h4 {
        font-size: 17px;
        font-weight: 700;
        line-height: 40px;
    }
    /* line 1482, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.reviews .review {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 19px;
        border-bottom: 1px solid #F8F8F8;
    }
    /* line 1495, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.uValue {
        /*        display: -webkit-box;*/
        /*        display: -ms-flexbox;*/
        display: flex;
        /*
        display: -webkit-box;
        display: -ms-flexbox;
*/
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px;
        background-color:#222;
    }
    /* line 1496, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.uValue p,
    section.uValue h2,
    section.uValue .highlight {
        color: #FFF;
    }
    /* line 1509, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.uValue .uValueText {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        /*-ms-flex-item-align: center;*/
        /*-ms-grid-row-align: center;*/
        /*align-self: center;*/
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    @media (min-width: 1024px) {
        /* line 1509, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.uValue .uValueText {
            padding: 0 30px;
        }
    }
    
    @media (min-width: 768px) and (max-width: 1023px) {
        /* line 1509, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.uValue .uValueText {
            padding: 0 30px;
        }
    }
    
    @media (min-width: 1024px) {
        /* line 1495, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.uValue {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
        }
    }
    
    @media (min-width: 768px) and (max-width: 1023px) {
        /* line 1495, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.uValue {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
        }
    }
    /* line 1540, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.uValue .graph {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        background-image: url(../img/icons/uValue.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        height: 300px;
        width: 100%;
        margin: 15px 0;
    }
    
    /*@media (min-width: 1024px) {*/
        /* line 1540, /Users/paulcraig/Sites/Test/styles/test.scss */
    /*    section.uValue .graph {*/
    /*        width: 50%;*/
    /*    }*/
    /*}*/
    /* line 1557, /Users/paulcraig/Sites/Test/styles/test.scss */
    
   
    section.materials{
        background-color: #F4f4f4;
        padding: 10px;
    }


    section.costs,
    section .reviews {
        background-color: #FFF;
        padding-bottom: 30px;
    }
    /* line 1562, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.materials .highlight,
    section.costs .highlight,
    section .reviews .highlight {
        color: #00A63E;
    }
    /* line 1565, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.materials h2,
    section.materials h3,
    section.costs h2,
    section.costs h3,
    section .reviews h2,
    section .reviews h3 {
        color: #222;
    }
    /* line 1569, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.materials p,
    section.costs p,
    section .reviews p {
        color: #222;
        font-weight: 200 !important;
    }
    /* line 1573, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.materials ul li,
    section.costs ul li,
    section .reviews ul li {
        list-style-type: none;
    }
    /* line 1576, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.materials ul li::before,
    section.costs ul li::before,
    section .reviews ul li::before {
        position: absolute;
        /* top: 8px; */
        margin: 10px 0 0 -19px;
        vertical-align: middle;
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #00A63E;
        content: "";
    }
    /* line 1587, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.materials ul,
    section.costs ul,
    section .reviews ul {
        display: flex;
        display: -ms-flexbox;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        padding-left: 19px;
        padding-right: 0px;
    }
    /* line 1600, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.materials li,
    section.costs li,
    section .reviews li {
        display: list-item;
        margin-right: 30px;
        line-height: 30px;
        font-weight: 400;
        font-size: 17px;
        color: #00A63E;
        margin-top: 15px;
    }
    /* line 1609, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.materials .materialSection,
    section.costs .materialSection,
    section .reviews .materialSection {
        margin-top: 30px;
    }
    /* line 1611, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.materials .materialSection h3,
    section.costs .materialSection h3,
    section .reviews .materialSection h3 {
        padding: 15px 0;
    }
    /* line 1614, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.materials .materialSection .materialRow,
    section.costs .materialSection .materialRow,
    section .reviews .materialSection .materialRow {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    @media (min-width: 1024px) {
        /* line 1614, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.materials .materialSection .materialRow,
        section.costs .materialSection .materialRow,
        section .reviews .materialSection .materialRow {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }
    }
    
    @media (min-width: 768px) and (max-width: 1023px) {
        /* line 1614, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.materials .materialSection .materialRow,
        section.costs .materialSection .materialRow,
        section .reviews .materialSection .materialRow {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }
    }
    /* line 1635, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.materials .materialSection .materialRow .roof,
    section.costs .materialSection .materialRow .roof,
    section .reviews .materialSection .materialRow .roof {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        width: 100%;
        background-image: url("../img/icons/roof.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        height: 200px;
        margin-bottom: 15px;
    }
    
    @media (min-width: 1024px) {
        /* line 1635, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.materials .materialSection .materialRow .roof,
        section.costs .materialSection .materialRow .roof,
        section .reviews .materialSection .materialRow .roof {
            background-position: top;
            height: 150px;
        }
    }
    
    @media (min-width: 768px) and (max-width: 1023px) {
        /* line 1635, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.materials .materialSection .materialRow .roof,
        section.costs .materialSection .materialRow .roof,
        section .reviews .materialSection .materialRow .roof {
            background-position: top;
            height: 150px;
        }
    }
    /* line 1656, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.materials .materialSection .materialRow .image,
    section.costs .materialSection .materialRow .image,
    section .reviews .materialSection .materialRow .image {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        width: 100%;
    }
    
    @media (min-width: 1024px) {
        /* line 1656, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.materials .materialSection .materialRow .image,
        section.costs .materialSection .materialRow .image,
        section .reviews .materialSection .materialRow .image {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            width: 50%;
            background-position: top;
            height: 150px;
        }
    }
    
    @media (min-width: 768px) and (max-width: 1023px) {
        /* line 1656, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.materials .materialSection .materialRow .image,
        section.costs .materialSection .materialRow .image,
        section .reviews .materialSection .materialRow .image {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            width: 50%;
            background-position: top;
            height: 150px;
        }
    }
    /* line 1675, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.materials .materialSection .materialRow .description,
    section.costs .materialSection .materialRow .description,
    section .reviews .materialSection .materialRow .description {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        width: 100%;
        padding-top: 15px;
    }
    
    @media (min-width: 1024px) {
        /* line 1675, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.materials .materialSection .materialRow .description,
        section.costs .materialSection .materialRow .description,
        section .reviews .materialSection .materialRow .description {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            background-position: top;
            width: 50%;
        }
    }
    
    @media (min-width: 768px) and (max-width: 1023px) {
        /* line 1675, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.materials .materialSection .materialRow .description,
        section.costs .materialSection .materialRow .description,
        section .reviews .materialSection .materialRow .description {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            padding-top: 15px;
            width: 50%;
        }
    }
    /* line 1693, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.materials .materialSection .materialRow .tileImage,
    section.costs .materialSection .materialRow .tileImage,
    section .reviews .materialSection .materialRow .tileImage {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        width: 100%;
        background-image: url("../img/icons/tiles.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        height: 150px;
    }
    /* line 1705, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.materials .materialSection .materialRow .tileColours,
    section.costs .materialSection .materialRow .tileColours,
    section .reviews .materialSection .materialRow .tileColours {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        width: 100%;
        background-image: url("../img/icons/colours.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        height: 150px;
    }
    /* line 1717, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.materials .materialSection .materialRow .tileProfiles,
    section.costs .materialSection .materialRow .tileProfiles,
    section .reviews .materialSection .materialRow .tileProfiles {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        width: 100%;
        background-image: url("../img/icons/profiles.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        height: 150px;
    }
    /* line 1729, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.materials .materialSection .materialRow .slate,
    section.costs .materialSection .materialRow .slate,
    section .reviews .materialSection .materialRow .slate {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        width: 100%;
        background-image: url("../img/materials/slate-rustic-terracotta.jpg");
        background-size: 50%;
        background-repeat: no-repeat;
        background-position: center;
        height: 100px;
    }
    /* line 1741, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.materials .materialSection .materialRow .grp,
    section.costs .materialSection .materialRow .grp,
    section .reviews .materialSection .materialRow .grp {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        width: 100%;
        background-image: url("../img/materials/GRP-slate.png");
        background-size: 50%;
        background-repeat: no-repeat;
        background-position: center;
        height: 100px;
    }
    /* line 1755, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.materials .bespokeDesign,
    section.costs .bespokeDesign,
    section .reviews .bespokeDesign {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    /* line 1764, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.materials .bespokeDesign .bespoke,
    section.costs .bespokeDesign .bespoke,
    section .reviews .bespokeDesign .bespoke {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        width: 20%;
        height: 100px;
        background-image: url("../img/icons/bespoke.png");
        background-repeat: no-repeat;
        background-size: 100px;
        background-position: left;
    }
    /* line 1776, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.materials .bespokeDesign p,
    section.costs .bespokeDesign p,
    section .reviews .bespokeDesign p {
        width: 80%;
    }
    /* line 1780, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.materials .materialList,
    section.costs .materialList,
    section .reviews .materialList {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        /* margin-top: 30px; */
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    @media (min-width: 501px) and (max-width: 767px) {
        /* line 1780, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.materials .materialList,
        section.costs .materialList,
        section .reviews .materialList {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }
    
    @media (min-width: 375px) and (max-width: 500px) {
        /* line 1780, /Users/paulcraig/Sites/Test/styles/test.scss */
   
        section.costs .materialList,
        section .reviews .materialList {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }
    
    @media (min-width: 321px) and (max-width: 374px) {
        /* line 1780, /Users/paulcraig/Sites/Test/styles/test.scss */
  
        section.costs .materialList,
        section .reviews .materialList {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }
    
    @media (max-width: 320px) {
        /* line 1780, /Users/paulcraig/Sites/Test/styles/test.scss */
       
        section.costs .materialList,
        section .reviews .materialList {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }
    /* line 1820, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.materials .eachMaterial,
    section.costs .eachMaterial,
    section .reviews .eachMaterial {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
        flex: 0 0 31%;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    /* line 1839, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.materials .eachMaterial .brand,
    section.costs .eachMaterial .brand,
    section .reviews .eachMaterial .brand {
        background: #2E4875;
        background-image: url("/img/renewaroof.svg");
        background-position: center;
        background-size: 50%;
        background-repeat: no-repeat;
        width: 15%;
        height: 10%;
        position: absolute;
        z-index: 200;
        margin: -1px;
    }
    /* line 1851, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.materials .eachMaterial .materialImage,
    section.costs .eachMaterial .materialImage,
    section .reviews .eachMaterial .materialImage {
        border: 2px solid #00A63E;
        width: 100%;
        height: 250px;
        overflow: hidden;
        background-position: center;
        background-size: cover;
    }
    /* line 1858, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.materials .eachMaterial .materialImage img,
    section.costs .eachMaterial .materialImage img,
    section .reviews .eachMaterial .materialImage img {
        background-size: 100%;
    }
    
    @media (min-width: 375px) and (max-width: 500px) {
        /* line 1851, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.materials .eachMaterial .materialImage,
        section.costs .eachMaterial .materialImage,
        section .reviews .eachMaterial .materialImage {
            width: 96%;
        }
    }
    /* line 1864, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.materials .eachMaterial .materialImage.rafters,
    section.costs .eachMaterial .materialImage.rafters,
    section .reviews .eachMaterial .materialImage.rafters {
        background-image: url("../img/materials/roof.jpg");
    }
    /* line 1867, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.materials .eachMaterial .materialImage.slates,
    section.costs .eachMaterial .materialImage.slates,
    section .reviews .eachMaterial .materialImage.slates {
        background-image: url("../img/materials/slates.jpg");
    }
    /* line 1870, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.materials .eachMaterial .materialImage.finish,
    section.costs .eachMaterial .materialImage.finish,
    section .reviews .eachMaterial .materialImage.finish {
        background-image: url("../img/materials/finish.jpg");
    }
    /* line 1873, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.materials .eachMaterial .materialImage.material4,
    section.costs .eachMaterial .materialImage.material4,
    section .reviews .eachMaterial .materialImage.material4 {
        background-image: url("../img/materials/materials4.png");
    }
    /* line 1876, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.materials .eachMaterial .materialImage.material5,
    section.costs .eachMaterial .materialImage.material5,
    section .reviews .eachMaterial .materialImage.material5 {
        background-image: url("../img/materials/materials5.png");
    }
    /* line 1879, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.materials .eachMaterial .materialImage.material6,
    section.costs .eachMaterial .materialImage.material6,
    section .reviews .eachMaterial .materialImage.material6 {
        background-image: url("../img/materials/materials6.png");
    }
    /* line 1886, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.typesOfConsveratories {
        background-color: #eaefec;
    }
    /* line 1888, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.typesOfConsveratories h2 {
        color: #222;
    }
    /* line 1891, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.typesOfConsveratories p {
        color: #222;
    }
    /* line 1894, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.typesOfConsveratories .highlight {
        color:#00A63E  !important;
    }
    /* line 1897, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.typesOfConsveratories .types {
        display: flex;
       
        display: -ms-flexbox;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 10px 0;
    }
    /* line 1904, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.typesOfConsveratories .types .leanTo {
        background-image: url("../img/types/leanTo.jpg");
        background-size: cover;
        background-position: 70% 70%;
    }
    /* line 1909, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.typesOfConsveratories .types .edwardian {
        background-image: url("../img/types/edwardian.jpg");
        background-size: cover;
        background-position: 50% 100%;
    }
    /* line 1914, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.typesOfConsveratories .types .pShape {
        background-image: url("../img/types/pShape.jpg");
        background-size: cover;
        background-position: center;
    }
    /* line 1919, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.typesOfConsveratories .types .gpr {
        background-image: url("../img/types/gpr.jpg");
        background-size: cover;
        background-position: center;
    }
    /* line 1924, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.typesOfConsveratories .types .tShape {
        background-image: url("../img/types/tShape.jpg");
        background-size: cover;
        background-position: center;
    }
    /* line 1929, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.typesOfConsveratories .types .victorian {
        background-image: url("../img/types/victorian.jpg");
        background-size: cover;
        background-position: center;
    }
    /* line 1934, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.typesOfConsveratories .types .gable {
        background-image: url("../img/types/gable.jpg");
        background-size: cover;
        background-position: center;
    }
    /* line 1940, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.typesOfConsveratories .eachType {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 31%;
        flex: 1 0 50%;
        height: 250px;
        /* explanation below */
        margin: 5px;
        background-color: #00A63E;
    }
    
    @media (min-width: 1024px) {
        /* line 1940, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.typesOfConsveratories .eachType {
            height: 300px;
        }
    }
    
    @media (min-width: 768px) and (max-width: 1023px) {
        /* line 1940, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.typesOfConsveratories .eachType {
            height: 280px;
        }
    }
    
    @media (min-width: 375px) and (max-width: 500px) {
        /* line 1940, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.typesOfConsveratories .eachType {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 96%;
            /* flex: 1 0 96%; */
        }
    }
    
    @media (min-width: 321px) and (max-width: 374px) {
        /* line 1940, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.typesOfConsveratories .eachType {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 96%;
            flex: 1 0 96%;
        }
    }
    
    @media (max-width: 320px) {
        /* line 1940, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.typesOfConsveratories .eachType {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 96%;
            flex: 1 0 96%;
        }
    }
    /* line 1968, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.typesOfConsveratories .eachType .title {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        background-color: #00A63E;
        height: 40px;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        color: #FFF;
        font-size: 17px;
        font-weight: 700;
    }
    /* line 1991, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.contactPage {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        min-height: 1200px;
        -ms-flex-line-pack: distribute;
        align-content: space-around;
        background-color: #e4e4e4;

    }
    /* line 2005, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.contactPage a {
        color: #00A63E;
        text-decoration: none;
    }
    /* line 2009, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.contactPage h2 {
        font-size: 24px;
        font-weight: 700;
        color: #222;
        padding-left: 10px;
    }
    /* line 2015, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.contactPage h3 {
        font-size: 15px;
        font-weight: 700;
        color: #2E4875;
    }
    /* line 2020, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.contactPage p {
        
        font-weight: 400;
        color: #222;
        padding: 10px;
    }
    /* line 2026, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.contactPage .inputBoxes {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: distribute;
        align-content: space-around;
    }
    /* line 2037, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.contactPage .inputBoxes input[type="text"] {
        margin-bottom: 19px;
    }
    /* line 2041, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.contactPage button {
        margin-top: 19px;
    }
    /* line 2044, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.contactPage .contactForm {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    /* line 2055, /Users/paulcraig/Sites/Test/styles/test.scss */
    
section.gallery, section.beforeAfter, section.costs, section.typesOfConsveratories, section.reviews{
    padding: 10px!important;
}

    section.gallery img {
        width: 31%;
    }
    
    @media (min-width: 501px) and (max-width: 767px) {
        /* line 2059, /Users/paulcraig/Sites/Test/styles/test.scss */
        section.gallery img {
            width: 48%;
        }
    }
    /* line 2063, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.gallery p {
        margin-bottom: 19px;
        color: #222;
    }
    /* line 2067, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.gallery h2 {
        color: #222;
    }
    /* line 2071, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.footer {
        background-color: #1f1f1f;
        color: #FFF;
    }
    /* line 2074, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.footer .logo {
        margin: 0 auto;
        width: 50px;
        height: 50px;
        background-image: url(../img/EcoRoof.svg);
        background-size: 50px;
        background-repeat: no-repeat;
    }
    /* line 2082, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.footer .logoName {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 16px;
        font-family: 'Muli', sans-serif;
        color: #FFF;
        font-weight: 400;
    }
    /* line 2096, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.footer .linkSection,
    section.footer .addressTitle {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        width: 40%;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 10px;
    }
    /* line 2109, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.footer .follow,
    section.footer .internal,
    section.footer .companyAddress {
        display: flex;
        /*        display: -webkit-box;*/
        display: -ms-flexbox;
        width: 60%;
        height: 100%;
        padding-top: 10px;
    }
    /* line 2120, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.footer .companyAddress {
        color: rgba(255, 255, 255, 0.4);
    }
    /* line 2123, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.footer .internal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    /* line 2125, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.footer .internal a {
        margin-right: 19px;
        text-decoration: none;
        color: rgba(255, 255, 255, 0.8);
        line-height: 30px;
    }
    /* line 2132, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.footer .socialMedia,
    section.footer .links,
    section.footer .address,
    section.footer .copyright {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        margin-top: 19px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 19px;
    }
    /* line 2147, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.footer .socialMedia a,
    section.footer .links a,
    section.footer .address a,
    section.footer .copyright a {
        text-decoration: none;
        color: rgba(255, 255, 255, 0.8);
    }
    /* line 2151, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.footer .socialMedia p,
    section.footer .links p,
    section.footer .address p,
    section.footer .copyright p {
        font-size: 16px;
        text-align: center;
    }
    /* line 2155, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.footer .socialMedia .spacer,
    section.footer .links .spacer,
    section.footer .address .spacer,
    section.footer .copyright .spacer {
        padding-left: 10px;
        padding-right: 10px;
    }
    /* line 2159, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.footer .socialMedia .internal,
    section.footer .links .internal,
    section.footer .address .internal,
    section.footer .copyright .internal {
        display: flex;
        /*        display: -webkit-box;*/
        display: -ms-flexbox;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    /* line 2173, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.footer .socialMedia {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        width: 100%;
        height: 60px;
    }
    /* line 2180, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.footer .socialMedia a {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        width: 33.333%;
        height: 100%;
    }
    /* line 2188, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.footer .socialMedia .facebook {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        width: 33.333%;
        height: 100%;
        background-image: url("../img/socialMedia/facebook.svg");
        background-position: center;
        background-size: 14px;
        background-repeat: no-repeat;
    }
    /* line 2200, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.footer .socialMedia .instagram {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        width: 33.333%;
        height: 100%;
        background-image: url("../img/socialMedia/instagram.svg");
        background-position: center;
        background-size: 23px;
        background-repeat: no-repeat;
    }
    /* line 2212, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section.footer .socialMedia .twitter {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        width: 33.333%;
        height: 100%;
        background-image: url("../img/socialMedia/twitter.svg");
        background-position: center;
        background-size: 22px;
        background-repeat: no-repeat;
    }
    
    @media (min-width: 768px) and (max-width: 1023px) {
        /* line 2226, /Users/paulcraig/Sites/Test/styles/test.scss */
        section .container {
            display: none;
        }
    }
    /* line 2231, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section input[type="text"],
    section button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        
       /*  display: inline-block; */
       /*  -webkit-box-sizing: content-box;
        box-sizing: content-box; */
    
        border: none;
        font-size: 14px;
        border-radius: 10px;
        color: #00A63E;
        text-overflow: clip;
      
        -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    }
    /* line 2254, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section button {
        font-family: 'Muli', sans-serif;
        background-color: #00A63E;
        color: #FFF;
        font-size: 17px;
        font-weight: 600;
    }
    /* line 2260, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section button .highlight {
        color: #00A63E !important;
    }
    /* line 2264, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section form {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        width: 100%;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    /* line 2277, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section form .radioRow {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    /* line 2291, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section::-webkit-input-placeholder {
        /* Edge */
        color: #2E4875;
        font-weight: 100;
        font-size: 16px;
    }
    /* line 2297, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #2E4875;
        font-weight: 100;
        font-size: 16px;
    }
    /* line 2303, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section::-webkit-input-placeholder {
        color: #2E4875;
    }
    
    section:-ms-input-placeholder {
        color: #2E4875;
    }
    
    section::placeholder {
        color: #2E4875;
    }
    /* line 2306, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section .up {
        display: inline-block;
        width: 19px;
        height: 19px;
        margin-left: 19px;
        padding-top: 5px;
        background-image: url("../img/up.svg");
    }
    /* line 2314, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section .showMe {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    /* line 2317, /Users/paulcraig/Sites/Test/styles/test.scss */
    
    section .hideMe {
        display: none !important;
    }
    
    .row {
        display: -ms-flexbox;
        /* IE10 */
        display: flex;
        -ms-flex-wrap: wrap;
        /* IE10 */
        flex-wrap: wrap;
        padding: 0 4px;
    }
    /* Create four equal columns that sits next to each other */
    
    .column {
        -ms-flex: 25%;
        /* IE10 */
        flex: 25%;
        max-width: 25%;
        padding: 0 4px;
    }
    
    .column img {
        margin-top: 8px;
        vertical-align: middle;
        width: 100%;
    }
    /* Responsive layout - makes a two column-layout instead of four columns */
    
    @media screen and (max-width: 800px) {
        .column {
            -ms-flex: 50%;
            flex: 50%;
            max-width: 50%;
        }
    }
    /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
    
    @media screen and (max-width: 600px) {
        .column {
            -ms-flex: 50%;
            flex: 50%;
            max-width: 50%;
        }
    }
    
    .tp-widget-wrapper {
        display: -moz-flex!important;
        display: -ms-flex!important;
        display: -o-flex!important;
        display: flex!important;
        justify-content: center!important;
        -ms-align-items: center!important;
        align-items: center!important;
    }

    .reviewsHome{
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 10px 10px 20px 10px;
        background-color:#f1f1f1;
        letter-spacing: .3px;
       font-family: Helvetica Neue,Helvetica,Arial,sans-serif!important;
       
    }

    .reviewsHome a{
        text-decoration: none!important;
    }
    .reviewsHome h2{
        width: 60% !important;
        color:#222;
        
    }

    .reviewsHome h3{
       font-size: 16px;
       color:#222!important;
    }

    .starRating{
        display: flex;
        width: 40%;
        justify-content: flex-end;
        color:#545454;
    }

    .reviewRow{
        display: flex;
        width:100%;
        justify-content: space-between;
       
    }

    .reviewPod{
        display: flex;
        width: 33%;
        flex-direction: column;
        padding: 10px;
        border-radius:2px;
        border:1px solid #e4e4e4;
        background-color:#FFFF;
    }
    .reviewsHeader{
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    @media (max-width: 600px) {
        .reviewRow{
           /* flex-direction: column; */
           overflow: scroll;
        }

        .reviewPod{
            display: flex;
            width: 100%;
            min-width:280px;
            margin-right: 5px;
        }
    }

    .date{
        font-size: 13px;
    color: #666;
    display: flex;
    width: 40px;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: center;
    }

    .stars{
        display: flex;
        width:60%;
        height: 20px;
        background-image: url('../img/stars.svg');
        background-size: 100px;
        background-repeat:no-repeat;
    }

    .subHeader{
        display: flex;
        width: 100%;
    }

    .mainText p{
        font-size: 14px!important;
        color: #161616 !important;
    }

.reviewsLink{
    margin-top: 15px;
}
    .reviewsLink a, .processLink a{
        text-decoration: none!important;
      margin-top: 5px;
        color:#00A63E;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        font-weight: bold;
        text-decoration: none;
        border-radius:5px;
        border:1px solid #00A63E;
        padding:5px!important;
        height:40px;
        align-items: center;
    }

    .name{
        display: flex;
        width: 100%;
        font-size: 13px;
        color:#666;
        height: 20px;
        padding: 15px 0;
    }

    #requestFreeQuote{
        position: fixed;
        bottom: 0;
        height:60px;
        background: #1f1f1f;
        z-index: 1;
        transition: all 0.4s;
        width:100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
        z-index:1000;
    }


    @media (min-width: 769px) {
        #requestFreeQuote{
           display:none!important;
        }
    }
    .hide {
       
        bottom: -60px !important;
    }
    .show {
        
        bottom: 0!important;
    }

    .bottomRequest{
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        width: 100%;
        background-color: #00A63E!important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 375px; 
        border-radius: 7px;
        height: 40px;
    }

    .bottomRequest a{
        color:#FFF;
        text-decoration: none;
        font-weight: bold;
    }

    .materialsMain{
        background-color:#BBE3FF!important;
    }

    .excellent{
        display: flex;
        flex-direction: row;
        width:100%;
        align-items:center;   
    }

    .excellent .stars{
        width: 138px!important;
    }
    
    .excellent h2{
        font-size: 22px;
        padding:10px 0;
    }

    .materialImage.inside
    {
        background-image: url("../img/materials/inside.jpg");
    }

    .materialImage.outside
    {
        background-image: url("../img/materials/outside.jpg");
    }

    section.process{
      
        padding: 10px;
    }

    @media (max-width: 40em), not all, (device-height: 1024px) and (device-width: 768px) and (orientation: landscape) {
        .bBgHmk {
            width: 100%;
            flex-basis: 95%!important;
            padding-right: 0px;
            padding-left: 0px;
        }
    }

    .lkHbkM {
        max-width:97%!important;
        height: calc(40px)!important;
        font-size: 14px!important;
        line-height: 23px!important;
    }
    .EuXZx {
       
        font-size: 14px!important;
        font-weight: bold!important;
    }

    @media (max-width: 40em), not all, (device-height: 1024px) and (device-width: 768px) and (orientation: landscape) {
        .EuXZx {
         
            flex: 0 1 71%!important;
        }
    }

    section.reviewsHome{
    padding:10px;
    }

  
        @media screen and (max-width: 600px) {

            section.benefits .conversionBenefits {
               /*  flex-flow:nowrap; */
                overflow:scroll;
                margin:10px 0;
            }

    .eachBenefit{
        min-width:280px;
    }
    section.benefits .conversionBenefits .eachBenefit .benefitText {
    padding: 0 5px;
    }

    section.materials .materialList{
        overflow:scroll;
        flex-flow:row;
        margin-top: 0;
    }
    .eachMaterial{
        min-width:250px;
        margin-right: 5px;
    }

    /* section.materials li{
        margin-right: 5px;
    } */

    /* .types{
        overflow: scroll;
        flex-flow:row;
        flex-wrap: nowrap!important;
    }
    .eachType{
        min-width:270px;
    }*/
} 

.conservatoryType{
    display: flex;
    flex-direction: row;
    background-color: #FFFF;
    /* width: 50%; */
    height:140px;   
    margin-bottom: 10px; 
    padding-right: 5px;
    margin-top:20px;
    border-radius: 3px;
}

.conservatoryType .imageType{
display: flex;
min-width:140px;
width: 140px;
height: 140px;
background-color: #161616;
background-size: cover;
}
.conservatoryType .link{
    color:#222;
    font-size: 12px;
 
    border-radius: 3px;
    padding: 5px;
    margin-top: 10px;
    color:#00A63E;

}
.conservatoryType .text{
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

.conservatoryType .blurb{
    color:#222;
    font-size: 13px;
   
}

.conservatoryType a{
    color:#00A63E;
    text-decoration: none;
    font-size: 14px;
}


.conservatoryType .title{
    display: flex;
    color:#222;
  
    font-weight: bold;
    flex-direction: column;
    padding-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
}
.conservatoryType .imageType.leanTo{
    background-image: url("../img/types/leanTo.jpg");
        background-size: cover;
        background-size: 120%;
        background-position: 50% 40%;
}

.conservatoryType .imageType.edwardian{
    background-image: url("../img/types/edwardian.jpg");
        background-size: 146%;
        background-position: 50% 20%;
}
.conservatoryType .imageType.victorian{
    background-image: url("../img/types/victorian.jpg");
        background-size: 180%;
        background-position: 50% 40%;
}
.conservatoryType .imageType.gable{
    background-image: url("../img/types/gable.jpg");
        background-size: 120%;
        background-position: 20% 40%;
}
.conservatoryType .imageType.pShape{
    background-image: url("../img/types/pShape.jpg");
        background-size: 157%;
        background-position: 68% 40%;
}

.conservatoryType .imageType.gpr{
    background-image: url("../img/types/gpr.jpg");
        background-size: 155%;
        background-position: 60% 40%;
}


@media screen and (min-width: 600px) {

    .conservatoryTypeList{
        display: flex;
    flex-wrap: wrap;
    }
.conservatoryType{
    width: calc(50% - 10px);
   margin-right: 5px;
}
}

.selectType{
    display: flex;
    flex-direction: row;
    width:100%;
    overflow: scroll;
    margin-bottom:20px;
}


.selectType .button{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e4e4e4;
    color:#222;
    font-size: 13px;
    padding: 7px;
    border-radius:3px;
    margin-right: 10px;
    min-width:80px;
    font-weight: bold;
}

.selectType .button.selected{
    background-color: #00A63E;
    color:#FFF;
}

.transformation{
    background-image: url("../img/transformation.jpg");
    width:300px;
    height:300px;
    background-size: cover;
}

video{

    background-size: cover;
    transition: 1s opacity;
    background-color: rgba(0,0,0.5);
    width: 100%!important;
    height: 100%!important;
 

}

.review .reviewPod{
    width: 100%!important;
    margin-bottom: 15px;
}