<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    /* margin-top: 30px !important; */
    font-size: 18px;
}

/* HACK - START */

/* @media (min-width: 768px) {
    body {
        margin-top: 0;
    }
} */

/* #header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

@media (min-width: 768px) {
    #header {
        padding-top: 23px !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    #header {
        padding-top: 55px !important;
    }
}

@media (min-width: 768px) {
    #header {
        padding-top: 23px !important;
    }
}

@media (min-width: 320px) and (max-width: 767px)  {
    #header { padding-top: 55px !important;
    }
} */

/* #header-tabs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
} */

#header, .c-header-section-switcher {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#header {
    margin-top: 45px !important;
}

.background-image:before {
    top: 25px !important;
}

@media (min-width: 768px) {
    .background-image:before {
        top: 0 !important;
    }
}

/* HACK - END */

h1, h2, h3 {
    font-family: 'Bree Serif', serif !important;
    font-weight: normal;
}

h2 {
    font-size: 45px;
}

p {
    font-size: 18px;
}

.background-image {
    position: relative !important;
    /*height: calc(100vh - 50px) !important;*/
    height: 570px !important;
    /* top: 50px !important; */
    margin-bottom: 45px;
    /* background-size: 1920px 800px !important; */
    background-size: cover !important;
    background-position: center !important;
}

@media (min-width: 768px) {
    .background-image {
        height: 800px !important;
        background-position: center right !important;
        /* top: 100px !important; */
    }
}

.background-image:after {
    display: none !important;
}

#masthead-dairy {
    position: absolute;
    top: 175px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

@media (min-width: 321px) {
    #masthead-dairy {
        /* top: 240px; */
        /* top: calc(50% - 100px); */
    }
}

@media (min-width: 768px) {
    #masthead-dairy {
        top: 300px;
        /* top: calc(50% + 100px); */
    }
}

#masthead-dairy h1 {
    margin-top: 0;
    /* margin-bottom: 30px; */
    font-size: 50px;
    font-weight: normal;
    color: #fff;
}

@media (min-width: 768px) {
    #masthead-dairy h1 {
        /* font-size: 60px; */
        font-size: 56px;
        letter-spacing: -1.3;
    }
}

#masthead-dairy p {
    font-size: 21px;
    line-height: 27px;
    color: #fff;
}

@media (min-width: 768px) {
    #masthead-dairy p {
        font-size: 24px;
        line-height: 30px;
    }
}

/* #masthead-dairy a.btn {
    width: 100%;
    margin-top: 10px;
    padding: 15px 5px;
    font-size: 24px;
    color: #fff;
    background-color: #462170 !important;
}

#masthead-dairy a.btn:hover {
    background-color: #734692 !important;
}

@media (min-width: 768px) {
    #masthead-dairy a.btn {
        width: auto;
        margin-top: 25px;
        padding: 15px 50px;
    }
} */

#got-questions-section {
    text-align: center;
    padding: 0 0 50px 0;
}

/* #got-questions-section .btn {
    width: 100%;
    padding: 15px 5px;
    font-size: 18px;
    background-color: #462170;
}

#got-questions-section .btn:hover {
    background-color: #734692;
} */

@media (min-width: 768px) {
    #got-questions-section {
        padding: 30px 0 50px 0;
    }
    /* #got-questions-section .btn {
        width: auto;
        padding: 15px 50px;
    } */
}

#got-questions-section .section-heading {
    margin: 25px 0;
    color: #4b037c;
    letter-spacing: -1.3;
}

@media (min-width: 768px) {
    #got-questions-section .section-heading {
        margin: 50px 0;
    }
}

.got-questions-usp {
    position: relative;
    margin-bottom: 15px;
}

.got-questions-usp a {
    display: inline-block;
}

@media (min-width: 768px) {
    .got-questions-usp {
        margin-bottom: 40px;
    }
}

.got-questions-usp h3 {
    margin-bottom: 15px;
    font-size: 28px;
    font-family: 'proxima_nova_bold';
    font-weight: normal;
    letter-spacing: -1.3;
    color: #4b037c;
}

@media (min-width: 768px) {
    .got-questions-usp h3 {
        font-size: 32px;
    }
}

.got-questions-usp small {
    font-size: 14px;
}

.heading-blue {
    color: #3ea1ba !important;
}

.got-questions-usp p {
    font-size: 20px;
    color: #777;
}

.got-questions-usp img {
    width: 100%;
}

.got-questions-usp img#dairy-icon-1 {
    top: 0;
}

.got-questions-usp img#dairy-icon-2 {
    top: 0;
}

.got-questions-usp img#dairy-icon-3 {
    top: 0;
}

@media (min-width: 768px) {
    .got-questions-usp img#dairy-icon-2 {
        top: 50px;
    }
    .got-questions-usp img#dairy-icon-3 {
        top: 50px;
    }
}

@media (min-width: 992px) {
    .got-questions-usp img#dairy-icon-2 {
        top: 15px;
    }
    .got-questions-usp img#dairy-icon-3 {
        top: 25px;
    }
}

.centered-text {
    text-align: center;
}

#case-study-section {
    position: relative;
    margin-top: 30px;
    /*padding: 20px 0;*/
    background-color: #ebebeb;
    border: none !important;
}

.case-study-bottom {
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding-top: 10px;
}

/* @media (min-width: 768px) {
        #case-study-section {
                padding: 70px 0 20px 0;
        }
} */

#case-study-section .section-content {
    margin: 40px 0;
}

#case-study-section .section-text {
    font-size: 24px;
    line-height: 30px;
    /*color: #3ea1ba;*/
}

/* #case-study-section p, #case-study-section a {
    color: #380464;
} */

#case-study-section h3 {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    color: #3ea1ba;
}

.switching-section {
    padding: 30px 0;
    /*background-color: #e9f5f8;*/
}

.switching-section h2 {
    margin: 0 0 20px 0;
    color: #4b037c;
    letter-spacing: -1.3;
}

/* .switching-section .btn {
    width: 100%;
    padding: 15px 5px;
    font-size: 18px;
    background-color: #462170;
} */

.switching-section-half {
    padding: 15px 0 0 0;
    text-align: center;
}

@media (min-width: 768px) {
    .switching-section-half {
        padding: 30px 0;
    }
}

.switching-section-half h3 {
    display: inline-block;
    width: 100%;
    margin: 10px 0 10px 0;
    font-size: 28px;
    font-family: 'proxima_nova_light' !important;
    color: #7e7e7e;
    font-weight: normal;
}

@media (min-width: 768px) {
    .switching-section-half h3 {
        margin: 10px 0 30px 0;
    }
}

@media (min-width: 992px) {
    .switching-section-half h3 {
        font-size: 32px;
    }
}

/* @media (min-width: 321px) {
    .switching-section .btn, #got-questions-section .btn {
        font-size: 24px;
    }
}

@media (min-width: 768px) {
    .switching-section .btn {
        width: auto;
        padding: 15px 50px;
    }
} */

.switching-section-image {
    margin: 15px 0;
}

.section-purple {
    color: #fff;
    background-color: #4b037c !important;
}

#case-study-section p:last-of-type {
    margin-bottom: 15px;
}

/* #case-study-section .btn {
    margin-top: 40px;
    padding: 15px 50px;
    font-size: 24px;
    color: #fff;
    background-color: #462170;
}

#case-study-section .btn:hover {
    background-color: #734692;
} */

/* #case-study-section.section-purple .btn {
    background-color: #9165af;
} */

#case-study-section.section-purple p {
    color: #fff !important;
}

#case-study-section.section-purple .section-content {
    margin: 40px 0 0 0;
}

#case-study-section.section-purple .talk-to-us-section-content {
    width: 85%;
    float: right;
    margin: 0 25px 25px 0;
}

@media (min-width: 85px) {
    #case-study-section.section-purple .talk-to-us-section-content {
        width: 85%;
    }
}

@media (min-width: 1025px) {
    #case-study-section.section-purple .talk-to-us-section-content {
        width: 75%;
    }
}

.section-heading {
    font-size: 45px;
    font-weight: normal;
    color: #3ea1ba;
}

.section-introtext {
    max-width: 655px;
    margin-left: auto;
    margin-right: auto;
}

.section-introtext--margin-bottom {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .section-introtext--margin-bottom {
        margin-bottom: 100px;
    }
}

.switching-steps-wrapper {
    margin-bottom: 30px;
    overflow: hidden;
}

@media (min-width: 992px) {
    .switching-steps-wrapper {
        margin-bottom: 50px;
    }
}

.switching-steps-wrapper span {
    display: inline-block;
    width: 75px;
    max-width: 75px;
    height: 75px;
    max-height: 75px;
    float: left;
    margin-right: 15px;
    padding-top: 15px;
    font-size: 30px;
    font-family: 'proxima_nova_bold';
    color: #fff;
    background-color: #53b2c5;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 40px;
}

.switching-steps-wrapper p {
    padding-top: 5px;
    font-size: 18px;
    line-height: 20px;
    color: #53b2c5;
}

#customer-section {
    padding: 20px 0;
}

@media (min-width: 768px) {
    #customer-section {
        padding: 30px 0 100px 0;
    }
}

#customer-section .section-heading {
    margin-top: 0;
    margin-bottom: 30px;
}

.customer-wrapper {
    margin-bottom: 30px;
    text-align: center;
}

a.customer-wrapper {
    display: block;
}

@media (min-width: 768px) {
    .customer-wrapper {
        margin-bottom: 0;
    }
}

.customer-image-wrapper {
    display: inline-block;
    width: 100%;
    height: 290px;
    margin-bottom: 10px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #4b037c;
}

@media (min-width: 321px) {
    .customer-image-wrapper {
        height: 345px;
    }
}

@media (min-width: 768px) {
    .customer-image-wrapper {
        height: 228px;
    }
}

@media (min-width: 992px) {
    .customer-image-wrapper {
        height: 303px;
    }
}

.customer-name {
    font-size: 20px;
    margin-top: 10px;
}

.customer-name, .customer-quote {
    text-align: center;
}

.customer-wrapper a {
    color: #858484;
    display: block;
}

.customer-wrapper a:hover {
    display: block;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .6);
    z-index: 99;
}

.customer-image-wrapper {
    opacity: 0.5;
}

/* CMC */

.case-study {
    position: relative;
}

.case-study a {
    display: block;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    cursor: pointer;
}

a.case-study {
    display: block;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    cursor: pointer;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #4b037c;
}

.case-study:hover .overlay {
    opacity: .4;
}

.case-study-text {
    color: white;
    text-align: center;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #4b037c;
    padding: 20px;
}

.case-study-end {
    text-align: center;
}

/* CMC */

#talk-to-us-section {
    position: relative;
    min-height: 480px;
    background-color: #4b037c;
}

.talk-to-us-section-content {
    padding: 0 0 25px 0;
    color: #fff;
}

.section .section-title {
    font-size: 45px;
    letter-spacing: -1.3;
}

@media (min-width: 768px) {
    .talk-to-us-section-content {
        padding: 50px 0;
    }
}

@media (min-width: 1025px) {
    .talk-to-us-section-content {
        padding: 75px 0 0 0;
        color: #fff;
    }
}

.talk-to-us-section-content h2 {
    margin-top: 0;
    /*font-size: 35px;*/
    font-family: 'proxima_nova_light' !important;
    color: #fff !important;
}

.talk-to-us-section-content p {
    line-height: 31px;
}

/* .talk-to-us-section-content .btn {
    margin-top: 20px;
    width: 100%;
    padding: 10px 5px;
}

@media (min-width: 768px) {
    .talk-to-us-section-content .btn {
        width: auto;
        padding: 10px 50px;
    }
} */

.talk-to-us-section-image {
    position: relative;
    height: 480px;
}

.talk-to-us-section-image img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 440px;
    margin: 0 auto
}

#formarea {
    padding: 50px 0 25px 0;
    background-color: #fff;
}

@media (min-width: 768px) {
    #formarea {
        padding: 50px 0;
    }
}

@media (min-width: 992px) {
    #formarea {
        padding: 70px 0;
    }
}

#formarea .col-sm-3 {
    width: 100%;
}

@media (min-width: 992px) {
    #formarea .col-sm-3 {
        width: 25%;
    }
}

#formarea h2 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 45px;
    font-weight: normal;
    line-height: 48px;
    letter-spacing: -1.3;
}

#formarea p {
    margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 32px;
    color: #4b037c;
}

@media (max-width: 768px) {
    #formarea .gpdr-message-desktop {
        display: none;
    }
}

#formarea .gpdr-message-mobile {
    display: none;
}

@media (max-width: 768px) {
    #formarea .gpdr-message-mobile {
        display: block;
        margin-top: 60px;
    }
}

#formarea label {
    margin-bottom: 5px;
}

#formarea input, #formarea textarea {
    background-color: #fff;
    border: 1px solid #b4aca5;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#formarea select {
    height: 49px;
    /*padding: 0 12px !important;*/
    background-color: #fff;
    border: 1px solid #b4aca5;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#formarea select.form-control {
    box-sizing: border-box;
    padding: 0 12px !important;
    text-indent: 0 !important;
}

#formarea select::-ms-expand {
    display: none;
}

#formarea .checkbox_wrap .form-control {
    height: 45px;
}

#formarea .checkbox_wrap input[type="checkbox"] {
    -webkit-appearance: checkbox;
    position: relative;
    /*top: 7px;*/
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

#formarea .checkbox_wrap label {
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
    padding: 0 0 0 10px;
}

#formarea input[type="submit"] {
    background-color: #4b037c;
    border: none;
    text-transform: uppercase;
}

.enquire-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.enquire-section p {
    font-size: 16px;
    color: #333333 !important;
    line-height: normal;
    margin: 0 0 20px 0;
    text-align: center;
}

/* .enquire-section a.btn {
    display: inline-block;
    width: auto;
    padding: 15px 30px;
    margin-top: 20px;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    background-color: #462170 !important;
    border-width: 0;
    border-radius: 50px;
    cursor: pointer;
} */

.why-switch-section-border {
    width: 100%;
    margin: 0 0 20px 0;
}

.switching-section-border {
    width: 100%;
    height: 1px;
    margin: 0 0 40px 0;
    background-color: #bfbfbf;
}

#downloads-section {
    margin: 0 0 25px 0;
    font-size: 18px;
}

.downloads-section-border {
    width: 100%;
    margin: 0 0 25px 0;
}

@media (min-width: 768px) {
    #downloads-section {
        margin: 0 0 75px 0;
    }
    .downloads-section-border {
        margin: 0 0 50px 0;
    }
}

#downloads-section h2 {
    display: block;
    margin: 0 0 25px 0;
    font-size: 28px;
    font-family: 'proxima_nova_light' !important;
    color: #7e7e7e;
}

@media (min-width: 768px) {
    #downloads-section h2 {
        margin: 0 0 50px 0;
    }
}

@media (min-width: 992px) {
    #downloads-section h2 {
        font-size: 32px;
    }
}

#downloads-section ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
}

#downloads-section li {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
    list-style: none;
    text-align: center;
}

#downloads-section.multiple-downloads li {
    text-align: left;
}

@media (min-width: 768px) {
    #downloads-section.multiple-downloads li {
        width: 50%;
        float: left;
    }
    #downloads-section.multiple-downloads li:nth-child(odd) {
        padding: 0 10px 0 0;
        text-align: right;
        border-right: 1px solid #bfbfbf;
    }
    #downloads-section.multiple-downloads li:nth-child(even) {
        padding: 0 0 0 10px;
        text-align: left;
    }
    #downloads-section.multiple-downloads li:last-child {
        border: none;
    }
}

#downloads-section a {
    color: #4b037c;
}

#video-section {
    background-color: #ebebeb;
}

#video-section iframe {
    border: none;
}

.home-heating-featured-grid {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .home-heating-featured-grid {
        flex-direction: row;
        margin-bottom: 100px;
    }
}

.home-heating-featured-grid__item {
    position: relative;
    width: 100%;
    height: 310px;
}

.home-heating-featured-grid__item+.home-heating-featured-grid__item {
    border-top: 1px solid white;
}

@media (min-width: 768px) {
    .home-heating-featured-grid__item {
        width: calc(100% / 3);
    }
    .home-heating-featured-grid__item+.home-heating-featured-grid__item {
        border-top: none;
        border-left: 1px solid white;
    }
}

@media (min-width: 992px) {
    .home-heating-featured-grid__item {
        height: 450px;
    }
}

.home-heating-featured-grid__image-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.home-heating-featured-grid__image-wrapper::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.81);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.81), rgba(255, 255, 255, 0));
    z-index: 1;
}

.home-heating-featured-grid__image-wrapper img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-heating-featured-grid__heading {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-top: 40px;
    font-size: 24px;
    font-family: 'Bree Serif', serif !important;
    color: white;
    text-transform: capitalize;
    text-align: center;
    z-index: 2;
}

@media (min-width: 992px) {
    .home-heating-featured-grid__heading {
        margin-top: 60px;
        font-size: 32px;
    }
}

.home-heating-hack-mobile {
    display: block;
}

@media (min-width: 768px) {
    .home-heating-hack-mobile {
        display: none;
    }
}

.home-heating-hack-desktop {
    display: none;
}

@media (min-width: 768px) {
    .home-heating-hack-desktop {
        display: block;
    }
}

.home-heating-hack-single-image {
    max-height: 189px;
}

.page-heating-lpg .c-header-section-switcher { 
    position: absolute !important;
}</pre></body></html>