﻿/*************************************************
Default/Global Styles

Body font family: 'Open Sans', sans-serif;
Secondary font family: 'Courgette', cursive; 

**************************************************/


body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    position: relative;
    color: #4d4d4d;
}

.right {
    float: right;
}

.left {
    float: left;
}

.clearf {
    clear: both;
}

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


/*************** BULLET LISTS ***************/
ul, ol {
    margin: 0 0 0 20px;
}

* + ul {
    /*margin: 0;*/
}

.ul {
    /*list-style-type: none;*/
    /*margin: 0;*/
}

/*************** TYPOGRAPHY ***************/
h1, .h1 {
    font-weight: 300;
    font-size: 60px;
    line-height: 100px;
    letter-spacing: normal;
    color: #4C4C4C;
}

    h1.small {
        font-weight: 300;
        font-size: 30px;
        line-height: 41px;
        padding: 0 0 15px;
        color: #1C1C1C;
    }

    h1.gagalin {
        color: #004f9c !important;
        font-family: 'Open Sans', Helvetica, serif;
    }

h2 {
    font-weight: 300;
    font-size: 50px;
    line-height: 66px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #4C4C4C;
}

h3 {
    font-weight: 300;
    font-size: 30px; /*24px*/
    line-height: 41px;
    padding: 0 0 15px;
    color: #1C1C1C;
}

    h3 > strong {
        font-weight: 600;
    }

h4 {
    font-weight: 300;
    font-size: 30px; /*28px*/
    color: #000000;
}

h5 {
    font-weight: 800;
    font-size: 1.38em; /*22px*/
    color: #4c4c4c;
    letter-spacing: -.40px;
}

    h5 + * {
        margin-bottom: 0;
    }

h6 {
    font-weight: 600;
    font-size: 1.12em; /*18px*/
    color: #4c4c4c;
    letter-spacing: -.10px;
}

p {
    font-size: 1em;
    font-weight: 400;
    line-height: 26px;
    padding: 0 0 35px;
    color: #4C4C4C;
}

    p:last-of-type {
        padding: 0 0 15px;
    }

    p.note,
    span.small,
    p.small {
        font-size: 0.86em;
        padding: 0 0 20px;
    }

    p.small {
        color: #808080;
    }



.lead {
    font-size: 1em;
}

    .lead p,
    span.lead {
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        color: #808080;
    }

p, blockquote, li, a {
    font-size: 1em;
    letter-spacing: 0px;
}
a.underline {
    text-decoration:underline;
}
hr {
    border: 0;
    height: 0;
    border-top: 2px solid #F2F2F2;
}

    hr.middle-line {
        padding-bottom: 10px;
        width: 58%;
        margin-left: auto;
        margin-right: auto;
    }

.title {
    float: left;
    /*border-bottom: 1px dashed #4c4c4c;*/
    border-bottom: 1px solid grey;
    width: 100%;
    margin: 0 0 26px;
}

    .title > h5 {
        font-size: 20px;
        padding: 0 0 14px;
        width: 75%;
    }

    .title.no-link > h5 {
        width: 100%;
    }


    .title > .pull-right {
        font-size: .8em; /*13px*/
        padding: 2px 0 0;
        margin: 0;
        color: #4c4c4c;
        width: 25%;
        text-align: right;
    }

    .title > a i {
        font-size: 0.85em;
        font-weight: 400;
        padding: 0 0 0 11px;
        color: #bfbfbf;
        vertical-align: top;
        position: relative;
    }

        .title > a i:before {
            position: absolute;
            right: -3px;
            top: 3px;
        }

    .title > a:hover {
        text-decoration: none;
    }

        .title > a:hover i {
            color: #4c4c4c;
        }

    .title.checkbox-title > h5 {
        width: 55%;
    }

    .title.checkbox-title > .pull-right {
        padding: 0;
        width: 45%;
    }

    .title.checkbox-title .custom-checkbox {
        float: right;
        margin: -15px 0 0 8px;
    }

/*********** TOOLTIPS **********/
.browserTitleTooltip {
    font-size: 16px;
    position: static;
    display: inline-block;
    padding: 0 0 0 5px;
    opacity: 1.0;
    filter: alpha(opacity=100);
    line-height: 0;
}

    .browserTitleTooltip i.fa.fa-info-circle {
        color: #808080;
    }
/*.tooltip i {
        color: #808080;
    }*/


.ns-popover-list-theme {
    background-color: #fff;
    border: 1px solid #949494;
    border-radius: 6px;
    padding: 10px;
    z-index: 99;
}

    .ns-popover-list-theme:after, .ns-popover-list-theme:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .ns-popover-list-theme:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 12px;
        margin-left: -12px;
    }

    .ns-popover-list-theme:before {
        border-color: rgba(148, 148, 148, 0);
        border-bottom-color: #949494;
        border-width: 12px;
        margin-left: -12px;
    }


.umb-grid {
    margin-top: 75px;
}

.search-results-all {
    min-height: calc(100vh - 556px);
}

/*************** LINKS ***************/
a, a:visited {
    color: #004F9D;
}

a:hover {
    font-weight: 600;
    text-decoration: underline;
    color: #4c4c4c;
    cursor: pointer;
}

.links h1 {
    float: left;
}

.links p {
    clear: both;
}

.links ul {
    float: right;
    list-style-type: none;
    padding: 20px 0 0;
}

.links li {
    float: left;
    padding: 0 10px 0;
}

    .links li:first-of-type {
        padding: 0 5px 0 0;
    }

    .links li:last-of-type {
        padding: 0 0 0 5px;
    }

.links a,
.links a:visited {
    font-size: 0.86em;
    font-weight: 700;
    text-decoration: underline;
}

    .links a:hover {
        text-decoration: none;
    }

    .links a.tooltip {
        font-size: 1em;
    }

.more,
p.more:last-of-type {
    font-size: 0.86em;
    clear: both;
    padding: 0 0 25px;
}

    .more a {
        font-size: 0.93em;
        font-weight: 700;
        padding: 0 0 0 10px;
        text-decoration: underline;
        cursor: pointer;
    }

        .more a:hover {
            text-decoration: none;
        }

a.phone {
    display: none;
}

span.phone {
    padding: 4px 0;
}


/********** TABLES **********/
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: none;
    border-bottom: 1px solid #e7e6e6;
}

.table > tbody + tbody {
    border-top: none;
    border-bottom: 1px solid #e7e6e6;
}

thead {
    border-top: 1px solid #e7e6e6;
}

.table > thead > tr > th, .table > thead > tr > td {
    font-size: 1.15em;
    font-weight: 300;
    color: #212e84;
}


/*************** TAGS ***************/
.tags {
    padding: 0 0 35px;
}

    .tags h4 {
        font-size: 20px;
        font-weight: 800;
        line-height: 24px;
    }

    a.tag,
    a.tag:visited,
    .tags a,
    .tags a:visited {
        font-weight: 700;
        font-size: .86em; /*14px*/
        padding: 0 35px 0 0;
        cursor: pointer;
    }

        a.tag:hover,
        .tags a:hover {
        }

/*************** STRUCTURE ***************/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.col-md-12.column {
    padding: 0;
}

/*.row {
    margin-left: -5px;
    margin-right: -5px;
}*/

.row {
    margin-left: -10px;
    margin-right: -10px;
    
}

.container { 
    width: 100%;
    max-width: 1200px;
    padding: 0 10px;
}

.internal {
    margin-top: 50px;
}

.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.full-width {
    width: 100%;
}

    .full-width > div.row.clearfix {
        margin-top: 0px;
        margin-bottom: 0px;
    }

.colourSwatchs .col-md-12.column {
    margin-top: 86px;
}

/*.row {
    margin-left: -15px;
    margin-right: -15px;
}*/


/*.top-section > .col-md-9 {
    padding: 0 5px;
}*/


.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.homePage .row {
    /*margin: 15px -15px;*/
    margin: 10px -10px;
}

.homePage .dark {
    margin: 15px 0 0;
    padding: 33px 0 9px;
}

    .homePage .dark .row {
        margin: 0 -10px;
    }

.reset-padding {
    padding: 0;
}


/*************** BACKGROUND COLOURS ***************/
.light {
    background-color: #fafafa;
}

    .light.borders {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 60px 0;
    }

.dark {
    background: #f5f6fa;
    color: inherit;
}


    .dark .row div[class^="col-"] {
        margin-bottom: 0;
    }

/*************** ICONS ***************/
/* Actions General */
.action:visited,
.action {
    font-size: 0.9em;
    background-color: rgba(0,0,0,0.05);
    border-top: 1px solid rgba(0,0,0,0.15);
    border-left: 1px solid rgba(0,0,0,0.15);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
    display: block;
    line-height: 21px;
    text-align: center;
    cursor: pointer;
    width: 22px;
    height: 22px;
}


    .action i {
        color: #000;
        opacity: 0.15;
        line-height: 14px;
    }

    .action:hover {
        background-color: rgba(0,0,0,0.10);
        border-color: rgba(0,0,0,0.3);
        text-decoration: none;
    }


        .action:hover i {
            color: #000;
            opacity: 0.3;
        }

    .action.add:before {
        content: '+';
        font-size: 1.7em;
        font-weight: 300;
        line-height: 19px;
        color: #000;
        opacity: 0.3;
    }

    .action.add.projects:before {
        color: white;
        opacity: 1;
    }

    .action.add.projects {
        background-color: rgba(0,0,0,0.05);
        border: 1px solid white;
        bottom: 6px;
    }

    /* Zoom/Fullscreen */
    .action.zoom {
        background-color: rgba(0,0,0,0.05);
        border: 1px solid rgba(0,0,0,0.3);
        height: 40px;
        width: 40px;
    }

        .action.zoom i {
            font-size: 1.5em;
            line-height: 24px;
            padding: 7px 6px;
            color: rgba(0,0,0,1.0);
        }

        .action.zoom:hover {
            background-color: rgba(0,0,0,0.10);
            border: 1px solid rgba(0,0,0,0.5);
        }

            .action.zoom:hover i {
                color: rgba(0,0,0,1.0);
            }


/* Booklet Actions */
.thumbs.booklets .action {
    background-color: transparent;
    border: 1px solid rgba(255,255,255,1.0);
}

    .thumbs.booklets .action i {
        color: #fff;
        opacity: 1.0;
    }

    .thumbs.booklets .action:hover {
        background-color: rgba(0,0,0,0.15);
        border: 1px solid rgba(0,0,0,0.9);
    }

        .thumbs.booklets .action:hover i {
            color: #000;
            opacity: 1.0;
        }



/* Product/Article Actions */
.thumbs.products .action,
.thumbs.articles .action {
    background-color: rgba(204, 204, 204, 0.2);
    border: 1px solid rgba(204, 204, 204, 1.0);
    color: #ccc;
}

    .thumbs.articles .action.add:before {
        color: inherit;
        opacity: 1.0;
    }

    .thumbs.products .action:hover,
    .thumbs.articles .action:hover {
        background-color: rgba(123, 123, 123, 0.2);
        border: 1px solid rgba(123, 123, 123, 1.0);
        color: #7b7b7b;
        opacity: 1.0;
    }



/* Swatches */
.thumbs.swatches .action i {
    font-size: 0.9em;
}

/* Close Actions */
.close {
    opacity: 1.0;
    float: none;
    font-size: 1em;
    font-weight: 400;
    text-shadow: none;
}

    .close.action {
        border: 1px solid rgba(0,0,0,0.15);
    }

        .close.action:hover {
            border: 1px solid rgba(0,0,0,0.8);
        }

        .close.action .icon-close {
            font-size: 0.9em;
            opacity: 1.0;
            color: #ccc;
        }

            .close.action .icon-close:before {
                font-size: 1.5em;
                line-height: 21px;
                margin: 0 0 0 -1px;
            }

        .close.action:hover i {
            color: #000;
            opacity: 0.8;
        }



/*************** THUMB LISTS (Used in mega-menu and search results) ***************/

.owl-carousel .owl-item img {
    width: auto !important;
    margin: 0px auto !important;
}

.thumbs {
    padding: 0 0 30px;
    width: 100%;
}

div.swatches.thumbs.mini {
    flex-direction: column;
    gap: 0;
}

    .thumbs ul {
        margin: 0;
    }

    .thumbs li {
        float: left;
        list-style-type: none;
        position: relative;
        margin: 0 10px;
        width: 110px;
    }


    .thumbs p {
        font-size: .86em; /*14px*/
        line-height: 16px;
        margin: 0;
        padding: 10px 0 0;
        white-space: normal;
        text-align: center;
    }

    .thumbs .item {
        border: solid 1px rgba(0,0,0,0.3);
        display: block;
        padding: 0;
        width: 100%;
        height: auto;
        white-space: normal;
        z-index: 2;
    }

    .thumbs .thumb-image {
        height: 110px;
        position: relative;
        margin: 0 0 12px;
    }

    .thumbs img {
        border: 1px solid #ccc;
    }

    .thumbs li {
        margin: 0 5px 0;
    }

        .thumbs li:first-of-type {
            margin: 0 5px 0 0;
        }

        .thumbs li:last-of-type {
            margin: 0 0 0 5px;
        }

    .thumbs a,
    .thumbs a:visited {
        display: block;
    }


    /* COLOUR SWATCH LIST THUMB LISTS */
    .thumbs.swatches .item,
    .thumbs .swatch .item {
        padding: 6px 10px;
        height: 110px;
    }

    .thumbs.swatches a:hover,
    .thumbs .swatch a:hover {
        text-decoration: none;
    }

        .thumbs.swatches a:hover p,
        .thumbs .swatch a:hover p {
            text-decoration: none;
        }

    .thumbs.swatches p,
    .thumbs .swatch p {
        text-align: left;
        padding: 0;
        /*word-wrap: break-word;*/
    }

        .thumbs.swatches p strong,
        .thumbs .swatch p strong {
            font-weight: 700;
        }

    .thumbs.swatches li p,
    .thumbs .swatch li p {
        font-size: .86em; /*14px*/
        font-weight: 300;
        line-height: 16px;
        margin: 0 0 3px;
        padding: 0;
        color: #555;
        white-space: normal;
        text-align: left;
    }

        .thumbs.swatches li p strong {
            font-weight: 700;
        }

    .thumbs.mini li,
    .thumbs .mini .item {
        width: 48px;
    }

    .thumbs.swatches .small-swatch p,
    .swatch.small-swatch p {
        font-size: 0.70em;
    }

        .thumbs.swatches .small-swatch p strong,
        .swatch.small-swatch p strong {
            font-weight: 600;
        }

.swatches.mini .item,
.swatches .mini .item {
    height: 48px;
}

/*  PRODUCT THUMB LISTS */
.thumbs.products .item {
    border: none;
    height: auto;
    width: 96px;
}

.thumbs.products img {
    border: none;
    /*height: 110px;*/
    max-height: 105px;
    width: auto;
}

/*.thumbs.products p {
        padding: 17px 0 0;
    }*/

/* BOOKLETS THUMB LISTS */
.thumbs.booklets .item {
    border: none;
    height: 130px;
}

/* ARTICLE THUMB LISTS */
.thumbs.articles img {
    border: 1px solid rgba(0,0,0,0.3);
    height: 100%; /*110px*/
}

.thumbs.articles span.image {
    border: 1px solid rgba(0,0,0,0.3);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 106px;
    width: 106px;
}

.thumbs.articles .item {
    border: none;
}

.thumbs.articles a.img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #bfbfbf;
    /*border: 1px solid rgba(0,0,0,0.3);*/
    height: 110px;
    display: block;
    width: 100%;
}

/* SELECTION ITEM LISTS  (items with dashed borders)*/
.thumbs .selections {
    float: left;
    background-color: #fafafa;
    border: 1px solid #959595;
    margin: 0 0 19px;
    padding: 11px 11px 13px 10px;
    /*width: 100%;*/
}

    .thumbs .selections ul {
        margin: 0;
    }

    .thumbs .selections li {
        padding: 0 !important;
        border: none;
        margin: 0 19px 0 0;
        height: 90px !important;
        width: 90px !important;
        max-width: 90px !important;
    }

        .thumbs .selections li:last-of-type {
            margin: 0;
        }

        .thumbs .selections li.paint-product .item {
            padding: 0;
            border: 0;
            width: 90px !important;
            height: 90px;
            background-size: auto 100%;
            background-repeat: no-repeat;
            background-position: center center;
        }

            .thumbs .selections li.paint-product .item div {
                width: 90px !important;
                height: 90px;
                background-size: auto 100%;
                background-repeat: no-repeat;
                background-position: center center;
            }

        .thumbs .selections li.paint-product .action {
            border: 1px solid rgba(0,0,0,0.15);
        }

        .thumbs .selections li.swatch .item {
            padding: 6px 7px 10px;
        }



.thumbs.products .selections .item div {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.thumbs .selections .item {
    padding: 10px;
    height: 90px !important;
    width: 90px;
}


    .thumbs .selections .item.select,
    .thumbs .selections li.swatch .item.select,
    .thumbs .selections li.paint-product .item.select {
        padding: 0 10px;
        background-color: #fff;
        border: 1px dashed #898989;
    }

        .thumbs .selections .item.select p {
            font-size: 0.8em;
            font-weight: 400;
            padding: 27px 0 0;
            text-align: center;
            color: #4d4d4d !important;
        }

.thumbs .selections a.select.action {
    border: 1px solid #ccc;
}

.thumbs .selections li.calculate h3 {
    font-size: 1.99em;
}

.thumbs .selections li.calculate .item {
    border: 1px solid #ebebeb;
    background-color: #fff;
}

    .thumbs .selections li.calculate .item a {
        cursor: pointer;
    }

        .thumbs .selections li.calculate .item a:hover {
            text-decoration: none;
        }

    .thumbs .selections li.calculate .item.select {
        border: 1px dashed #898989;
    }

.thumbs .selections li.calculate a:hover {
    text-decoration: none;
}

.thumbs .selections li.calculate a.close.action:hover {
    border: 1px solid rgba(0,0,0,0.8);
}

#calculateBtn,
#calculateBtn:visited {
    /*background-color: #b8b9c2;*/
    border: 1px solid #0A519A;
    margin-top: 1em;
    padding: 25px;
    font-size: 24px;
    font-weight: 300;
    border-radius: 36px;
    /*color: #fff;*/
    text-decoration: none;
    text-align: center;
    opacity: 1;
}

    #calculateBtn:hover {
        background-color: #0A519A;
        color: white;
    }


/********** TILE BLOCKS **********/
.homePage .tile-block i {
    margin: 2px 0 0;
    padding: 0 0 0 4px;
    display: inline-block;
}

.tile-block h4 {
    float: left;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    color: #fff;
}

.tile-block:hover h4,
.tile-block:hover h5 {
    text-decoration: none;
}

.tile-block h5 {
    clear: both;
    color: #fff;
}

.tile-block p {
    clear: both;
    color: #fff;
}

.tile-block i {
    font-size: 0.7em;
    /*font-size: 1.2em;*/
    padding: 0 0 0 10px;
    vertical-align: middle;
}

/* IMAGE HUE TILE BLOCKS */

.homePage .tile-block .solid-block-caption i {
    margin: 4px 0 0;
    padding: 0;
}

.col-md-3 .image-hue-image {
    height: 251px !important;
}

.image-hue-caption-solid .image-hue-text p {
    color: #4C4C4C;
    padding-bottom:0;
}


.image-hue-caption-solid .image-hue-text h4 {
    color: #000000;
}

.image-hue-caption-solid {
    min-height: 145px;
}

.image-hue,
.image-hue:visited {
    white-space: normal;
    position: relative;
    display: block;
    overflow: hidden;
}
    .image-hue:hover {
        text-decoration:none;
    }

.image-hue h4 {
    font-size: 30px; /*22px*/
    font-weight: 300;
}

    .image-hue h5 {
        line-height: 24px;
    }


.masonItem h4,
.masonItem h5 {
    font-size: 1.12em; /*18px*/
}

.image-hue .image-hue-image {
    /*transition: all 0.2s, background-size 0.2s ease;*/
    background-size: cover;
    max-height:245px;
}


.homePage .image-hue .image-hue-image, .colours .image-hue .image-hue-image, .howToSAndAdvice .image-hue .image-hue-image, .inspireMe .image-hue .image-hue-image, .paintProducts .image-hue .image-hue-image {
    -webkit-transition: all 0.3s, background-size 0.3s ease;
    -moz-transition: all 0.3s, background-size 0.3s ease;
    -o-transition: all 0.3s, background-size 0.3s ease;
    transition: all 0.3s, background-size 0.3s ease;
    background-size: 100%;
    max-height: 245px;
}


.homePage .image-hue:hover .image-hue-image, .colours .image-hue:hover .image-hue-image, .howToSAndAdvice .image-hue:hover .image-hue-image, .inspireMe .image-hue:hover .image-hue-image, .paintProducts .image-hue:hover .image-hue-image {
    /*-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);*/
    background-size: 110%;
}

#interiorBtn, #exteriorBtn {
    -webkit-transition: all 0.3s, background-size 0.3s ease;
    -moz-transition: all 0.3s, background-size 0.3s ease;
    -o-transition: all 0.3s, background-size 0.3s ease;
    transition: all 0.3s, background-size 0.3s ease;
    background-size: 100% !important;
    background-position: center center !important;
}

#interiorBtn:hover, #exteriorBtn:hover {
    background-size: 110% !important;
}

.image-hue-image {
    height: 245px !important;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.image-hue-caption {
    position: absolute;
    left: 0;
    bottom: 0; /*20px*/
    width: 100%;
    z-index: 9;
}

.image-hue-text {
    position: relative;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
    z-index: 99;
}

    .image-hue-text h4 {
        font-size: 30px;
        padding-bottom: 7px;
        line-height: 41px;
    }

    .image-hue-text p {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 0;
    }

.image-hue-colour {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    opacity: 0.90;
    z-index: 9;
    width: 100%;
}

.colour-inspiration-section .image-hue-text {
    min-height: 140px;
}

.paint-section .image-hue-text {
    min-height: 162px;
}

.tall-images .col-md-6 .image-hue-image {
    height: 522px !important;
    max-height:522px!important;
}

.smaller-font.feature-child .image-hue h4 {
    font-size: 22px; /*22px*/
    line-height: 25px;
    padding-bottom: 5px;
    font-weight: 400;
}
.tall-images .col-md-6 .image-hue h4, .smaller-font .image-hue-text h4 {
    font-size: 32px;
    line-height: 35px;
    padding-bottom: 5px;
    font-weight: 400;
}

.smaller-font .image-hue-text p {
    font-size: 14px;
    padding-bottom: 0;
}

.smaller-font .image-hue-text {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
    min-height: 84px;
}

/*VIDEOS*/

.videoPicker .image-hue .image-hue-image {
    height: 170px !important;
    /*border-radius: 5px;*/
}

/* BACKGROUND WALLPAPER */

.feature-child.home-video, .homePage .paint-section {
    padding-bottom: 40px;
}
.padding-top {
    padding-top: 60px;
}

.padding-bottom {
    padding-bottom: 80px;
}

.background-wallpaper #banner-image {
    display: none;
    position: absolute;
    top: -77px;
    right: -87px;
    width: 463px;
    height: 473px;
}

.background-wallpaper.padding-top {
    padding-top: 100px;
}

.background-wallpaper.padding-bottom {
    padding-bottom: 120px;
}
.background-wallpaper.no-padding {
    padding-top: 1px;
    padding-bottom: 1px;
    margin-bottom: 0px;
    margin-top: 0px;
}


.background-wallpaper-header h2 {
    color: white;
    padding: 0px;
    padding-bottom: 20px;
}

/*.background-wallpaper .image-hue-text p {
    color: #4C4C4C;
}
div.background-wallpaper div.col-md-6 a.image-hue div.image-hue-image {
    max-height: 245px;
}*/

.homePage .background-wallpaper-header h2 {
    color: #4C4C4C;
}


/* SOLID COLOUR TILE BLOCKS */
.solid-block {
    white-space: normal;
}

    .solid-block:hover {
        text-decoration: none;
    }

    .solid-block h4 {
        float: none;
        display: inline-block;
        text-align: center;
        line-height: 33px;
        margin: 0 0 10px;
    }

    .solid-block h5 {
        font-size: 1.9em; /*30px*/
        line-height: 35px;
        color: #fff;
    }

.solid-block-colour {
    width: 100%;
    height: 380px;
    display: table;
}

.solid-block-caption {
    text-align: center;
    vertical-align: middle;
    padding: 20px;
    display: table-cell;
}

/********** INSTAGRAM FEED **********/


div.instagram-section a.instagram-link {
    float: none;
    font-size: 14px;
    border: 1px solid white;
    color: white;
    background-color: unset;
    display: block;
    width: 100%;
    max-width: 230px;
    margin: 0 auto 0;
    text-align: center;
}

div.instagram-section div.eapps-instagram-feed-title {
    color: white !important;
}


/********** BADGES **********/
.badge {
    font-size: .8em; /*14px*/
    font-weight: 700;
    line-height: 12px;
    padding: 4px 4px 3px 4px;
    color: #fff;
    border-radius: 0;
    min-width: 22px;
    position: absolute;
    top: -8px;
    right: -8px;
}

    .badge:hover {
        color: #fff;
    }



    .badge::after {
        content: " ";
        background: url(/Images/badge-bottom.png) 0 0 no-repeat;
        width: 10px;
        height: 6px;
        position: absolute;
        bottom: -5px;
        right: 6px;
        background-size: cover;
    }

    .badge.badge-important {
        background-color: #ff0000;
    }

/********** TOASTR ALERTS/NOTIFICATIONS **********/
#toast-container > div {
    padding: 10px 10px 10px 45px;
    border-radius: 0;
    opacity: 1.0;
    width: 225px;
}

.toast-top-right {
    top: 75px !important;
    right: 0 !important;
}

.toast-success {
    background-color: #212e84;
}

#toast-container > .toast-success {
    background-image: none !important;
}

    #toast-container > .toast-success:before {
        font: normal normal normal 20px/1 FontAwesome;
        content: "\f005";
        position: absolute;
        top: 14px;
        left: 15px;
    }

.toast-title {
    font-size: 0.86em;
    font-weight: 400;
}

/********** ACTION ICON LINKS **********/
h1 + .actions {
    padding: 8px 0 15px;
}

.actions {
    float: left;
    width: 100%;
}

    .actions a {
        float: left;
        font-size: 28px;
        color: #1d1d1b;
        opacity: .4;
        padding: 0 8px;
        line-height: 27px;
        cursor: pointer;
    }

        .actions a:first-of-type {
            padding: 0 15px 0 0;
        }

        .actions a:last-of-type {
            margin: 0 0 0 5px;
            /*padding: 0 0 0 15px;*/
        }

        .actions a:hover {
            font-size: 28px;
            color: #1d1d1b;
            opacity: 1.0;
        }

    .actions .vert-divider {
        float: left;
        border-left: 1px solid #b2b2b2;
        height: 27px;
        margin: 0 0 0 15px;
    }

/*.actions a#removeFromFavouritesBtn {
    padding: 0 8px;
}*/

.top-section .actions a {
    margin: 0 16px 0 0;
    padding: 0;
}

    .top-section .actions a:first-of-type {
        margin: 0 16px 0 0;
        padding: 0;
    }



/********** COLOURS FEATURED WIDGET **********/
.colours-featured {
    background-color: #fff;
    padding: 10px;
    position: absolute;
    bottom: 20px;
    /*right: 20px;*/
    right: 46px;
    z-index: 99;
    opacity: .92;
}

    .colours-featured h6 {
        font-size: .86em; /*14px*/
        font-weight: 700;
        line-height: 14px;
        padding: 0 0 8px;
    }

    .colours-featured p {
        text-indent: -9999px;
    }

    .colours-featured .thumbs {
        padding: 0;
    }

.colour-detail {
    background: url(/Images/icon-swatch.png) 0 0 no-repeat;
    height: 27px;
    width: 27px;
    display: block;
    text-indent: -9999px;
}

.tooltipster-widget-light .actions a:last-of-type {
    padding: 0;
    margin: 0 0 0 15px;
}

.tooltipster-widget-light.colouriser .actions a:first-of-type {
    padding: 0;
    margin: 0 5px 0 0;
}

.tooltipster-widget-light.colouriser .actions a:last-of-type {
    padding: 0;
    margin: 0 0 0 5px;
}


#hascolourised a.viewColourised:hover, #hascolourised a.hideColourised:hover {
    text-decoration: none;
}

#hascolourised i.arrow {
    padding-left: 10px;
    font-size: 13px;
    line-height: 22px;
}

#hascolourised a:hover {
    cursor: pointer;
}

#hascolourised a.viewColourised i.arrow:before {
    font-family: untitled-font-1;
    content: "g";
    font-style: normal;
}

#hascolourised a.hideColourised i.arrow:before {
    font-family: untitled-font-1;
    content: "a";
    font-style: normal;
}


/********** CALL-TO-ACTION WIDGETS **********/
.widget-block {
    padding: 30px 0;
}

    .widget-block h3 {
        font-weight: 800;
        color: #555;
        padding: 0 0 21px;
    }

    .widget-block p {
        padding: 0 0 25px;
    }

    .widget-block img {
        display: block;
        margin: 0 auto 10px;
        width: auto;
    }

/********** FANCYBOX MODALS **********/
.fancybox-overlay {
    background: rgba(0,0,0,0.88) !important;
}
/********** TRANSPARENT MODAL **********/
.transp-modal {
    padding: 10px 10px 15px;
    position: fixed;
    top: 35%;
    left: 0;
    z-index: 9999;
    width: 100%;
    opacity: 0.82;
    text-align: center;
}

    .transp-modal h5 {
        display: inline-block;
        margin: 0 0 20px;
        padding: 0 0 5px;
        border-bottom: 1px dashed #fff;
        color: #fff;
        text-transform: uppercase;
    }

    .transp-modal p {
        display: block;
    }

    .transp-modal a.button {
        color: #fff;
    }

/*.blue.transp-modal {
    background-color: #00a3e0;
}

#trade-site-modal {
    display: none;
}*/

/********** WHITE MODAL **********/

.white-modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.88);
    z-index: 999;
    height: 100%;
    width: 100%;
}


.white-modal {
    position: relative;
    padding: 43px 10px 38px;
    background-color: #fff;
    width: 100%;
    text-align: center;
    margin-top: 20%;
}


    .white-modal h5 {
        display: inline-block;
        margin: 0 0 10px;
        padding: 0 0 5px;
    }

    .white-modal p {
        font-size: 1.12em;
        display: block;
        padding: 0 0 33px;
    }

    .white-modal .button-group + p {
        padding: 0 0 10px;
    }

    .white-modal a,
    .white-modal a:visited {
        text-decoration: underline;
    }



    .white-modal .close-action {
        position: absolute;
        top: 19px;
        right: 19px;
    }


        .white-modal .close-action i:before {
            font-size: 22px;
            margin: 0 0 0 -6px;
        }

    .white-modal .button-group {
        float: none;
        border: none;
        padding: 0;
        margin: 0 0 0 55px;
        width: auto;
    }

        .white-modal .button-group a.button,
        .white-modal .button-group a.button + a.button {
            margin: 0 15px 10px;
        }

    .white-modal a.button {
        text-decoration: none;
    }

    /* Confirm Modal*/
    .white-modal.confirm-message .button {
        display: inline-block;
        margin: 0 20px;
        width: 120px;
    }

        .white-modal.confirm-message .button.proceed,
        .white-modal.confirm-message .button.proceed:visited {
            background-color: #b8b9c2;
            border: 1px solid #e8e8e8;
            color: #fff;
            text-decoration: none;
            text-align: center;
        }

            .white-modal.confirm-message .button.proceed:hover {
                background-color: #88888f;
            }


/********** AUXILLARY & LANDING PAGES **********/

.internal h1 {
    margin: 8px 0 0;
}


/********** PRE-FOOTER CALL TO ACTIONS **********/
.pre-footer {
    padding: 40px 0 0;
    border-top: 1px solid #ccc;
    /*margin: 60px 20px 0;*/
    margin: 60px 20px;
}

    .pre-footer .row {
        margin: 8px -10px 0;
    }


    .pre-footer .title > h5 {
        font-size: 1.15em;
    }

    .pre-footer p {
        padding: 0 0 20px;
    }

    .pre-footer.cols-4 .thumbs {
        padding: 0 10px 30px;
    }

    .pre-footer .col-md-4 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .pre-footer.cols-4 .title > h5 {
        width: 70%;
    }

    .pre-footer.cols-4 .col-md-3 {
        max-width: 306px; /*300px*/
        padding: 0 30px;
        width: 25%;
    }

    .pre-footer .thumbs {
        padding: 0;
    }

    .pre-footer.related .thumbs li,
    .pre-footer.related .thumbs li:last-of-type,
    .pre-footer.related .thumbs li:first-of-type {
        margin: 0 10px 0 0;
    }

    .pre-footer.related .thumbs.products li img {
        margin: 0 auto;
    }

    .yellow .col-md-4 > div > img,
    .pre-footer .col-md-4 > div > img {
        display: block;
        margin: 0 auto 10px;
        width: auto;
    }

    .yellow h3,
    .pre-footer h3 {
        font-weight: 800;
        color: #555;
    }

    .yellow .column,
    .pre-footer.column {
        padding: 30px 10px 0;
    }

    .pre-footer.light-grey a,
    .pre-footer.light-grey a:visited,
    .yellow p a,
    .yellow p a:visited,
    .pre-footer p a,
    .pre-footer p a:visited,
    .widget-block p a,
    .widget-block p a:visited {
        font-size: 0.86em;
        padding: 6px 10px 7px;
        border-radius: 0;
        border: 1px solid #e8e8e8;
        background-color: #f2f2f4;
        color: #4c4c4c;
    }

        .pre-footer.light-grey a:hover,
        .widget-block a:hover,
        .yellow p a:hover,
        .pre-footer p a:hover {
            background-color: #cfd0d4;
            color: #4c4c4c;
            text-decoration: none;
        }

.homePage .yellow .row {
    margin: 20px -10px 0;
}

.homePage .yellow h3 {
    padding: 0 0 18px;
}

.homePage .yellow p {
    padding: 0 0 25px;
    height: 78px;
}

    .homePage .yellow p:last-of-type {
        padding: 0;
    }

.homePage .no-margin {
}

/********** FOOTER - PROOF POINTS **********/
.proof-points {
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 700px;
}

    .proof-points a.link {
        text-align: center;
        /*margin-bottom:30px;*/
        display: inline-block;
    }

        .proof-points a.link:hover {
            text-decoration: none;
            cursor: pointer;
            font-weight: 400;
        }

            .proof-points a.link:hover div.text {
                color: #4C4C4C !important;
            }

            .proof-points a.link div.text {
            font-size: 14px;
            color: #202D84;
            width:80%;
            margin:auto;
            padding-bottom:20px;
            word-wrap: break-word;
            overflow-wrap: break-word;
            white-space: pre-wrap; /* CSS3 */
            white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
            white-space: -pre-wrap; /* Opera 4-6 */
            white-space: -o-pre-wrap; /* Opera 7 */
            word-wrap: break-word; /* Internet Explorer 5.5+ */
        }

        .proof-points a.link div.image {
            width: 160px;
            height: 160px;
            margin: 30px auto 15px;
        }


/********** FOOTER **********/
footer {
    padding: 45px 0;
    background: #F2F2F2 0% 0% no-repeat padding-box;
}

.social-footer a.social-icon {
    background-color: #202D84;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    transition: all 0.2s ease;
}

    .social-footer a.social-icon:hover {
        background-color: #4C4C4C;
        transition: all 0.2s ease;
    }

    .social-footer a.social-icon i {
        font-size: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.footer-nav {
    padding: 15px 0 15px;
    width: 100%;
    color: #202D84;
}

    .footer-nav a
     {
        color: #004F9D;
        padding: 5px;
    }

        .footer-nav a:visited,
        .footer-nav a:hover {
            color: #4C4C4C;
            font-weight: 600;
            text-decoration: underline;
        }

footer span {
    font-size: .75em; /*12px*/
    color: #1b1b1b;
}

.footer .social-footer + .col-xs-12 {
    height: 36px;
}

    .footer .social-footer + .col-xs-12 > div:first-of-type {
        transform: translateY(-10px);
    }

@media (min-width: 768px) {
    .product-features .visiblePad {
        padding: 20px 0 0;
        margin-top: 8px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .product-features .visiblePad {
        margin: 12px -10px 27px;
        padding: 19px 0px 17px;
    }
}

/*.productGuide-Item .grid-section .row.row-eq-height > .column > div {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    height: 100%;
    float: left;
}*/


.logoList ul {
    margin-left: 0px !important;
}

    .logoList ul li {
        list-style-position: inside;
        font-size: 20px;
        font-weight: bold;
        line-height: normal;
    }

        .logoList ul li h3 {
            color: inherit;
            display: inline;
            font-size: inherit;
            padding: 0px;
            line-height: inherit;
        }

div.equalHeightGrid .row.row-eq-height {
    justify-content: center;
    flex-direction: row;
}

    div.equalHeightGrid .row.row-eq-height > div[class^="col-"]:first-of-type {
        display: none;
    }


.prepDescription * {
    color: inherit !important;
}

.prepDescription p {
    white-space: pre-wrap;
}

.linkBtn-wrapper {
    display: block;
    float: left;
}

.linkBtn {
    text-decoration: underline;
    white-space: pre-wrap;
}

    .linkBtn:hover {
        text-decoration: none;
        cursor: pointer;
    }


/* Video Picker */
.videoPicker .image-hue-caption {
    position: absolute;
    left: 0;
    right: 0;
    width: 75%;
    margin: 0 auto;
    z-index: 9;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    background-color: transparent;
    text-align: center;
    max-width: unset;
    height: auto !important;
    bottom: unset;
}

/* Video Banner */

.videoPicker .hero-image i {
    display: block;
    font-size: 30px;
    line-height: 1.75em;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -30px;
    color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.3);
    border: 5px solid #fff;
    cursor: pointer;
}

    .videoPicker .hero-image i:before {
        margin-left: 5px;
    }

/* End of Video Banner */




    .videoPicker .image-hue-caption .image-hue-text {
        width: auto !important;
        text-align: center;
        padding: 0px;
        opacity: .85;
    }

        .videoPicker .image-hue-caption .image-hue-text h4 {
            float: none;
            width: auto;
            font-size: 28px;
        }

        .videoPicker .image-hue-caption .image-hue-text i {
            /*color: rgba(255, 255, 255, 0.5);
            font-size: 64px;
            margin: 0 auto;
            padding: 0px 0px;*/
            color: #fff;
            font-size: 22px;
            line-height: 18px;
            border: 5px solid #fff;
            margin: 0 auto;
            padding: 13px 0 0 5px;
            border-radius: 50%;
            width: 55px;
            height: 55px;
        }


.videoPicker .image-hue:hover .image-hue-caption .image-hue-text {
    opacity: 1;
}

    .videoPicker .image-hue:hover .image-hue-caption .image-hue-text i {
        color: rgba(255, 255, 255, 1);
    }


.fightTheFomu .breadcrumbRow {
    padding-top: 9px;
    padding-bottom: 9px;
    margin: 0 auto;
    margin-bottom: 9px !important;
}

.videoModal .modal-dialog {
    min-height: expression(100vh - 60px);
    min-height: -moz-calc(100vh - 60px);
    min-height: -webkit-calc(100vh - 60px);
    min-height: -o-calc(100vh - 60px);
    min-height: calc(100vh - 60px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}

.modal-open .videoModal.modal {
    padding: 0px !important;
}

.videoModal .modal-dialog .modal-content {
    border: none;
    background: transparent;
    box-shadow: none;
}

.videoModal .modal-dialog > .modal-content > .modal-body {
    padding: 0px;
    padding-top: 40px;
    box-shadow: none;
}

    .videoModal .modal-dialog > .modal-content > .modal-body > .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

        .videoModal .modal-dialog > .modal-content > .modal-body > .video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
        }

.videoModal .modal-dialog > .modal-content > .modal-footer {
    padding: 0;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
}

    .videoModal .modal-dialog > .modal-content > .modal-footer > button {
        border: none;
        background: transparent;
        color: white;
        font-size: 24px;
        padding: 0;
    }

@media (min-width: 768px) {
    .videoModal .modal-dialog {
        width: 745px;
        margin: 10px auto;
        min-height: expression(100vh - 20px);
        min-height: -moz-calc(100vh - 20px);
        min-height: -webkit-calc(100vh - 20px);
        min-height: -o-calc(100vh - 20px);
        min-height: calc(100vh - 20px);
    }
}

@media only screen and (max-width: 767px) {
    .videoWrapper .column {
        padding: 10px 0 0;
    }

    .fightTheFomu .image-hue-image, .solid-block-colour {
        height: 320px !important;
    }


}

#calculatorPresetMacro h2.h1 {
    margin: 0 auto;
}

.disclaimer.ausOrder {
    color: #ed1c24;
    font-size: 0.9em;
}

#rich-text .rich-text-content {
    margin-bottom: 5px;
    position: relative;
    display: block;
}

#rich-text .show-more {
    padding-top: 10px;
    position: relative;
    cursor: pointer;
}

.show-more {
    padding-top: 20px;
}

.goodjobguaranteeform .contourField.datepicker .datepickerfield {
    background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="date_range_24px"><path id="icon/action/date_range_24px" fill-rule="evenodd" clip-rule="evenodd" d="M15.75 15V4.5C15.75 3.675 15.075 3 14.25 3H13.5V1.5H12V3H6V1.5H4.5V3H3.75C2.9175 3 2.2575 3.675 2.2575 4.5L2.25 15C2.25 15.825 2.9175 16.5 3.75 16.5H14.25C15.075 16.5 15.75 15.825 15.75 15ZM6.75004 8.25H5.25004V9.75H6.75004V8.25ZM3.74996 5.99999H14.25V4.49999H3.74996V5.99999ZM14.25 7.50001V15H3.74996V7.50001H14.25ZM11.25 9.75H12.75V8.25H11.25V9.75ZM9.74996 9.75H8.24996V8.25H9.74996V9.75Z" fill="black" fill-opacity="0.4"/></g></svg>');
    background-repeat: no-repeat;
    background-position: calc(100% - .5em) center;
    background-size: auto 60%;
    margin-top: 8px;
}

.goodjobguaranteeform .contourField.canbatchnumber ,
.goodjobguaranteeform .contourField.canbatchnumberspanclassicontooltipspanspanclassoptionaloptionalspan {
    padding-top: 40px;
    margin-bottom: 10px;
}


    .goodjobguaranteeform .contourField .help-block {
        padding: 0;
        margin-top: -3px;
        font-style: italic;
        font-size: 12px;
        line-height: 145%;
        color: #4C4C4C;
    }

.goodjobguaranteeform .contourField .Icon-tooltip {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 0C2.68352 0 0 2.68376 0 6C0 9.31648 2.68376 12 6 12C9.31648 12 12 9.31624 12 6C12 2.68352 9.31622 0 6 0ZM6 11.0625C3.20173 11.0625 0.9375 8.79809 0.9375 6C0.9375 3.20173 3.20191 0.9375 6 0.9375C8.79827 0.9375 11.0625 3.20191 11.0625 6C11.0625 8.79827 8.79806 11.0625 6 11.0625Z" fill="%234C4C4C"/><path d="M6 5.02332C5.74111 5.02332 5.53125 5.23317 5.53125 5.49207V8.51065C5.53125 8.76954 5.74111 8.9794 6 8.9794C6.25889 8.9794 6.46875 8.76952 6.46875 8.51063V5.49207C6.46875 5.23317 6.25889 5.02332 6 5.02332Z" fill="%234C4C4C"/><path d="M6 4.44934C6.34949 4.44934 6.63281 4.16602 6.63281 3.81653C6.63281 3.46704 6.34949 3.18372 6 3.18372C5.65051 3.18372 5.36719 3.46704 5.36719 3.81653C5.36719 4.16602 5.65051 4.44934 6 4.44934Z" fill="%234C4C4C"/></svg>');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    transform: translateY(1px);
}

.goodjobguaranteeform .contourField .Icon-tooltip{
    color: rgba(76, 76, 76, 0.5);
}

.goodjobguaranteeform .contourFieldSet {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

    .goodjobguaranteeform .contourFieldSet .fieldLabel {
        font-weight: normal;
        padding: 0px;
        font-size: 14px;
    }

.goodjobguaranteeform .contourField textarea,
.goodjobguaranteeform .contourField input[type=text] {
    width: 100%;
    resize: none;
    height: 150px;
    max-width: none !important;
    border: 1px solid #bbb
}

    .goodjobguaranteeform .contourField input[type=text]{
        max-height:40px;
    }

    .goodjobguaranteeform .contourField.fileupload > label {
        margin-bottom: 10px;
    }

.goodjobguaranteeform .contourField.fileupload > div input[type=file] {
    opacity: 0;
    position: absolute;
    z-index: 10;
    cursor: pointer;
}


.goodjobguaranteeform .contourField.fileupload > div {
    overflow: hidden;
    display: flex;
    text-align: center;
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    background-color: #E6E6E6;
    justify-content: center;
    align-items: center;
    height: 41px;
    cursor: pointer;
}


.goodjobguaranteeform .contourField.fileupload .file-info {
    position: absolute;
    top: calc(100% - 1.2em);
    width: 100%;
    text-align: left;
    font-size: 12px;
    color: #4C4C4C;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 1.5em;
    padding-right: 1.5em;
    opacity: .4;
    display: none
}

.goodjobguaranteeform .contourField.fileupload .fileupload {
    margin-top: 1.2em;
}

.goodjobguaranteeform .contourField.fileupload > div::before {
    content: 'BROWSE TO ADD';
    display: inline-block;
    background-image: url('data:image/svg+xml,<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="add_a_photo_24px"><path id="icon/image/add_a_photo_24px" fill-rule="evenodd" clip-rule="evenodd" d="M4.60408 3.52083H2.97908V5.14583H1.89575V3.52083H0.270752V2.4375H1.89575V0.8125H2.97908V2.4375H4.60408V3.52083ZM9.92867 3.52083H11.6458C12.2416 3.52083 12.7291 4.00833 12.7291 4.60417V11.1042C12.7291 11.7 12.2416 12.1875 11.6458 12.1875H2.97909C2.38325 12.1875 1.89575 11.7 1.89575 11.1042V6.22917H2.97909V11.1042H11.6458V4.60417H9.452L8.46075 3.52083H5.68742V2.4375H8.93742L9.92867 3.52083ZM7.31244 10.5625C5.81744 10.5625 4.6041 9.34916 4.6041 7.85416C4.6041 6.35916 5.81744 5.14582 7.31244 5.14582C8.80744 5.14582 10.0208 6.35916 10.0208 7.85416C10.0208 9.34916 8.80744 10.5625 7.31244 10.5625ZM7.3124 6.22918C8.20615 6.22918 8.9374 6.96043 8.9374 7.85418C8.9374 8.74793 8.20615 9.47918 7.3124 9.47918C6.41865 9.47918 5.6874 8.74793 5.6874 7.85418C5.6874 6.96043 6.41865 6.22918 7.3124 6.22918Z" fill="%23A0A0A0"/></g></svg>');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 16px;
    padding-right: 30px;
    font-weight: normal;
    color: #A0A0A0;
    font-size: 12px;
}


.goodjobguaranteeform .contourField.fileupload > div .field-validation-error {
    position: absolute;
    bottom: -.5em;
    width: 100%;
    text-align: left;
    padding-left:.8em;
}

.goodjobguaranteeform .contourPage input[type=submit] {
    background-color: #A3C945;
    border-radius: 0;
    min-width: 304px;
    height: 48px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin: auto;
    margin-bottom: 60px;
    border-radius:4px;
    border:none;
    outline:none
}

.goodjobguaranteeform .hiddenfield {
    padding: 0px 0px 3px;
}

.goodjobguaranteeform .recaptcha {
    text-align: center;
}

.goodjobguaranteeform .g-recaptcha {
    display: flex;
    justify-content: center;
}

.goodjobguaranteeform .recaptcha-error {
    color: red;
    width: 304px;
    text-align: left;
    margin:auto;
    padding:.5em
}

.goodjobguaranteeform .contourPage .checkbox .field-validation-error {
    position: absolute;
    bottom: -5em;
    line-height: 1;
}

.goodjobguaranteeform .contourPage .checkbox {
    /*margin-bottom: 10px;*/
}

.goodjobguaranteeform .fileupload {
    position: relative
}



    .goodjobguaranteeform .fileupload ~ .fileupload {
        margin-top:10px
    }
@media (min-width: 1400px) {
    .goodjobguaranteeform {
        width: 70%;
    }
}

@media (min-width: 1200px) {

    .goodjobguaranteeform {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

        .goodjobguaranteeform .fileupload {
            width: 100%;
            position:relative;
            clear:unset;
            display:block;
            float:left;
        }

        .goodjobguaranteeform .contourField.fileupload ~ .fileupload {
            margin-top:0;
        }

        .goodjobguaranteeform .fileupload.photoofreceipt {
            margin-right: 20px
        }

            .goodjobguaranteeform .fileupload.photoofpaintingissue {
                float:right
            }

        .goodjobguaranteeform .contourPage .checkbox {
            margin-left: 13%;
            margin-bottom: -7px;
            padding: 0 0 18px 20px;
        }

            .goodjobguaranteeform .contourPage .checkbox input[type='checkbox'] {
                margin: 6px 0 0 -30px
            }

            .goodjobguaranteeform .contourPage .checkbox .field-validation-error {
                bottom: 8px;
                padding-left: 10px;
                white-space: nowrap;
            }

    .contourField.photoofpaintcan.fileupload.mandatory.alternating {
    }
}

@media (max-width: 1199px) {
    .contourField.photoofpaintcan.fileupload.mandatory.alternating {
        padding-top: 25px;
    }
}
.goodjobguaranteeform .contourField textarea::placeholder {
    color: rgba(76, 76, 76, 0.4);
    font-size: 14px;
}

.goodjobguaranteeform .contourField select.selected,
.goodjobguaranteeform .contourField select option {
    color: rgba(76, 76, 76, 1)
}

.goodjobguaranteeform .contourField select {
    color: rgba(76, 76, 76, 0.4)
}
.modal-tooltip {
    display: block;
    position: fixed;
    z-index: 100000;
    background-color: rgba(0,0,0,0.5);
    display: none;
    justify-content: center;
    align-items: center;
    width:100%;
    height:100%;
    left:0;
    top:0;
}

.modal-tooltip.show-modal {
    display: flex;
}

.modal-tooltip img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    display: block;
    width: 90%;
}

@media (min-width:768px) {
    .modal-tooltip img {
        height: auto;
        width: auto;
    }
}
.goodjobguaranteeform .contourField .optional {
    color: rgba(76, 76, 76, 0.5);
    margin-left: 0px;
    padding-left: 5px;
    font-size: 12px;
}

.goodjobguarantee-block .image-hue-caption {
    height: 50px;
}

.goodjobguarantee-block .image-hue-text {
    padding: 5px;
}

.goodjobguarantee-block .image-hue-text h4 {
    width: 100%;
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: -0.015em;
    text-align: center;
    margin-top: -5px;
}

.background-wallpaper {
    background-size: 100% 400px;
    background-repeat: no-repeat;
}

.realLifeProjects > .grid-section:not(:first-child) .row.clearfix {
    margin-top: 136px;
}

.acceptahreftermsconditionstermsconditionsaandahrefprivacypolicyprivacypolicya.privacy-error .field-validation-error {
    display: none;
}

#cb7dde29-a197-4993-bcee-e224b937caa4 > div > div > div > div {
    text-align: center;
}
@media only screen and (max-width:767px){
  
    .home_slider .slider-image {
        height: 373px;
    }

    .realLifeProjects > .grid-section:not(:first-child) .row.clearfix {
        margin-top: 86px;
    }
}


@media only screen and (min-width:768px) and (max-width:1400px) {
    .home_slider .owl-carousel .owl-item {
        height: auto !important;
    }

    .home_slider .slider-image {
        height: 33.6vw;
    }

    .home_slider #owl-slider .textContainer {
        padding-top: 6.6vw;
    }

    .home_slider .owl-dots {
        display: flex;
    }

    .home_slider .textContainer img {
        max-width: 60%;
        float: left;
        margin-right: 40%;
        clear: both;
    }

    .umb-grid .home_slider #owl-slider .textContainer {
        display: flex;
        top: 0;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 768px) {
    .umb-grid .home_slider #owl-slider .textContainer {
        top: 20px;
    }
}

@media (min-width: 1400px) {
    .ArticlePrint .Article-main-content {
    }
    .row .image-two-show {
    }
}


.ArticlePrint .Article-sub-content {
    padding-left: 30px;
    padding-bottom: 20px;
}



.colour-block-title1 .image-hue-text h4 {
    font-size: 40px;
}

.colour-block-title2 .image-hue-text h4 {
    font-size: 32px;
}

.colour-block-title3 .image-hue-text h4 {
    font-size: 21px;
}

.show-content-only div#rich-text-content {
    height: auto;
}
.show-content-only .row.tile-listing-page {
    display: none;
}
.show-content-only .show-more {
    display: none;
}
.ceilingPaint .no-padding.col-md-4,
.choosingSheen .no-padding.col-md-4,
.enamels .no-padding.col-md-4 {
    padding: 0;
}
.grid-section .invisible {
    visibility: hidden;
    display: none;
}

.goodJobGuarantee .image-hue .image-hue-image {
    -webkit-transition: all 0.3s, background-size 0.3s ease;
    -moz-transition: all 0.3s, background-size 0.3s ease;
    -o-transition: all 0.3s, background-size 0.3s ease;
    transition: all 0.3s, background-size 0.3s ease;
    background-size: 100%;
    max-height: 245px;
}

.goodJobGuarantee .image-hue:hover .image-hue-image {
    background-size: 110%;
}
.goodJobGuarantee .image-hue-colour {
    opacity:1 !important;
}
.hide-fomu-fighter .fomu-fighter {
    display:none;
}
@media only screen and (max-width: 768px) {
    .goodJobGuarantee .banner-image {
        display: none
    }

    .goodJobGuarantee .banner-image-mobi {
        display: block
    }
    .goodJobGuarantee .term-and-condition {
        font-family: Open Sans;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
        padding: 0 0 18px;
    }
    .goodJobGuarantee .heading-title {
        margin-top: -40px;
        font-family: Open Sans;
        font-size: 1.5em;
        font-style: normal;
        font-weight: normal;
        line-height: 40px;
        letter-spacing: -0.015em;
        color: #ffffff;
        text-align: center;
    }
    .goodJobGuarantee .heading-sub-title {
        margin-top: 0px;
        padding: 14px 10px 14px 10px;
        color: #ffffff;
        font-family: Open Sans;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 35px;
        letter-spacing: 0em;
        text-align: center;
        margin-bottom: 0px;
    }
    .goodJobGuarantee .title-no-padding-top {
        padding-top: 0px
    }
    .goodJobGuarantee .footer-text {
        margin-top: -60px;
    }
    .goodJobGuarantee .form-top {
        margin-top: -60px;
    }
    .banner-title-mobile .home_slider h2 {
        /*padding-top: 88px !important;*/
    }
    .goodJobGuarantee .content-left, .goodJobGuarantee .content-right {
        display: none;
    }
    .goodJobGuarantee .content-center {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }    
    p.Article-sub-content.Article-sub-title {
        font-family: Open Sans;
        font-size: 1.4em;
        line-height: 25px;
        font-style: normal;
        font-weight: 300;
        letter-spacing: 0em;
        text-align: left;
        padding-bottom: 15px;
    }

    .ArticlePrint .Article-sub-content {
        padding-left: 20px;
        padding-bottom: 20px;
    }

    p.Article-sub-content.Article-sub-heading {
        font-family: Open Sans;
        font-size: 1em;
        letter-spacing: 0px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        text-align: left;
        padding-bottom: 0px;
    }

    .Article-main-content .row {
        padding-bottom: 0px;
    }

    .ArticlePrint h1 {
        padding-top: 20px;
    }

    .ArticlePrint .row .article-content {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .ArticlePrint .container {
        padding: 0 5px;
    }
    .owl-carousel .owl-item img {
        padding-top: 0;
    }
    .home_slider #owl-slider .textContainer {
        width: 55%;
        padding: 0 40px;
    }
    .home_slider #owl-slider .textContainer img {
        width: 100%;
    }
}

@media (min-width:769px) {
    .goodJobGuarantee .banner-image {
        display: block
    }

    .goodJobGuarantee .banner-image-mobi {
        display: none
    }

    .goodJobGuarantee .term-and-condition {
        font-family: Open Sans;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 18.7px;
        letter-spacing: 0em;
        text-align: left;
        padding: 0 0 18px;
    }

    .goodJobGuarantee .heading-title {
        font-family: Open Sans;
        font-size: 50px;
        font-style: normal;
        font-weight: 300;
        line-height: 72px;
        letter-spacing: -0.015em;
        color: #ffffff;
        text-align: center;
    }

    .goodJobGuarantee .heading-sub-title {
        margin-top: 30px;
        padding: 14px 10px 14px 10px;
        color: #ffffff;
        font-family: Open Sans;
        font-size: 26px;
        font-style: normal;
        font-weight: 300;
        line-height: 44px;
        letter-spacing: 0em;
        text-align: center;
        margin-bottom: 25px;
    }

    .goodJobGuarantee .title-no-padding-top {
        padding-top: 40px
    }

    .goodJobGuarantee .footer-text {
        margin-top: 0px;
    }

    .goodJobGuarantee .form-top {
        margin-top: 0px;
    }

    p.Article-sub-content.Article-sub-title {
        font-family: Open Sans;
        font-size: 30px;
        font-style: normal;
        font-weight: 300;
        line-height: 51px;
        letter-spacing: 0em;
        text-align: left;
        padding-bottom: 0px;
    }

    .goodJobGuarantee .content-left, .goodJobGuarantee .content-right {
        display: inline-block;
    }

    .goodJobGuarantee .content-center {
        width: 80%;
    }

    .ArticlePrint .Article-sub-content {
        padding-left: 30px;
        padding-bottom: 20px;
    }

    p.Article-sub-content.Article-sub-heading {
        font-family: Open Sans;
        font-size: 30px;
        font-style: normal;
        font-weight: 300;
        line-height: 51px;
        letter-spacing: 0em;
        text-align: left;
        padding-bottom: 0px;
    }

    .Article-main-content .row {
        padding-bottom: 20px;
    }

    .ArticlePrint h1 {
        line-height: 80px;
        padding-bottom: 30px;
        padding-top: 60px;
    }

    .ArticlePrint .row .article-content {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }
}

#product-selector .top-section {
    padding-left: 10px;
    padding-right: 10px;
}

#product-selector .full-width > div.row.clearfix {
    padding-left: 10px;
    padding-right: 10px;
}

.ArticlePrint .row .article-content-light.divider.divider-padding {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.ArticlePrint .container .row {
    margin: 0;
}

.ArticlePrint img {
    border-radius: 5px;
}

.goodJobGuarantee .note-block {
    padding: 0;
    font-style: italic;
    font-size: 12px;
    line-height: 145%;
    color: #4C4C4C;
    position: absolute;
    width:200px;
    bottom: -2em;
    left: 10px;
}

.goodJobGuarantee .note-block-bottom {
    bottom: -2em;
}

.goodJobGuarantee .note-block-bottom-i {
    bottom: -2em !important;
}

.gjg-logo-section {
    width: 70px;
}

.gjg-logo {
    width: 70px;
    position: absolute;
}

.div-inline-block {
    display:inline-block
}

@media(min-width: 993px) {

    .gjg-logo-mobile {
        display: none;
    }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    header .logo .primary-logo {
        width: 160px !important;
    }

    .gjg-logo {
        width: 60px !important;
        position: absolute;
    }
}

@media only screen and (max-width: 767px) and (min-width: 321px) {
    header .logo .primary-logo {
        width: 160px !important;
    }

    .gjg-logo {
        width: 60px !important;
        position: absolute;
    }
}

@media only screen and (max-width: 320px) {
    header .logo .primary-logo {
        width: 150px !important;
    }

    header #search {
        position: absolute;
        top: 0;
        right: 0;
    }

    .gjg-logo {
        width: 50px !important;
        position: absolute;
    }
}

@media (min-width:1024px) {
    .fancybox-opened .fancybox-skin {
        margin-top: 115px;
    }
}


.cd-image-container {
    position: relative;
    max-width: 1028px;
    margin: 0em auto;
    width: 95%;
}

    .cd-image-container img {
        display: block;
    }

    .cd-image-container img {
        max-width: 100%;
    }

.cd-image-label {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff;
    padding: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}

    .cd-image-label.is-hidden {
        visibility: hidden;
    }

.is-visible .cd-image-label {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.cd-resize-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .cd-resize-img img {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        height: 100%;
        width: auto;
        max-width: none;
    }

    .cd-resize-img .cd-image-label {
        right: auto;
        left: 0;
    }

.is-visible .cd-resize-img {
    width: 50%;
    /* bounce in animation of the modified image */
    -webkit-animation: cd-bounce-in 0.7s;
    -moz-animation: cd-bounce-in 0.7s;
    animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
    0% {
        width: 0;
    }

    60% {
        width: 55%;
    }

    100% {
        width: 50%;
    }
}

@-moz-keyframes cd-bounce-in {
    0% {
        width: 0;
    }

    60% {
        width: 55%;
    }

    100% {
        width: 50%;
    }
}

@keyframes cd-bounce-in {
    0% {
        width: 0;
    }

    60% {
        width: 55%;
    }

    100% {
        width: 50%;
    }
}

.cd-handle {
    position: absolute;
    height: 44px;
    width: 44px;
    /* center the element */
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border-radius: 50%;
    background: #F7C94B url(/images/cd-arrows.svg) no-repeat center center;
    cursor: move;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    -moz-transform: translate3d(0, 0, 0) scale(0);
    -ms-transform: translate3d(0, 0, 0) scale(0);
    -o-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
}

    .cd-handle.draggable {
        /* change background color when element is active */
        background-color: #445b7c;
    }

.is-visible .cd-handle {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

.real-life {
    padding-top: 100px;
}

.real-life .image-hue-text {
    padding: 20px 0px 60px 0px;
}

    .real-life .image-hue-text h4 {
        font-family: Open Sans;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: -0.015em;
        text-align: left;
    }

    .real-life .image-hue-text p {
        font-family: Open Sans;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 33px;
        letter-spacing: -0.015em;
        text-align: left;
    }

.real-life-article
{
    padding-top:0px;
    padding-bottom:0px;
}
@media only screen and (min-width: 991px) {
    .real-life-article .col-md-12.column {
        padding-left: 180px;
        padding-right: 180px;
    }
}

@media only screen and (max-width: 990px) {
    .real-life-article .col-md-12.column {
        padding-left: 5px;
        padding-right: 5px;
    }
}
.real-life-article .real-life-content {
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    padding: 16px 0px 0px 0px;
    color: #4C4C4C;
}

.real-life-article .real-life-caption {
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    color: #4C4C4C;
}

.real-life-article .real-life-title {
    padding-top: 40px;
    padding-bottom: 0px;
    font-family: Open Sans;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 51px;
    letter-spacing: 0em;
    color: #4C4C4C;
}
.real-life .image-hue .image-hue-image {
    -webkit-transition: all 0.3s, background-size 0.3s ease;
    -moz-transition: all 0.3s, background-size 0.3s ease;
    -o-transition: all 0.3s, background-size 0.3s ease;
    transition: all 0.3s, background-size 0.3s ease;
    background-size: 100%;
    max-height: 245px;
}

.real-life .image-hue:hover .image-hue-image {
    background-size: 110%;
}

.real-life .image-hue-colour {
    opacity: 1 !important;
}

.show-colour-title h4 {
    font-family: Open Sans;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 51px;
    letter-spacing: 0em;
    text-align: center;
    padding-bottom: 20px;
}

.show-colour-title .show-colour-desc {
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    padding: 0px 200px 30px 200px;
}

.show-colour-main {
    display: flow-root;
    width: 100%
}

.show-colour {
    display: inline;
    width: 100%
}

    .show-colour .show-colour-img-right {
        display: inline-block;
        vertical-align: top;
        padding: 10px;
        float: right;
        padding-bottom: 50px;
        max-width: 719px;
        width:100%;
    }

    .show-colour .show-colour-imgname {
        font-family: Open Sans;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 27px;
        letter-spacing: 0em;
        text-align: center;
        color: #4C4C4C;
    }

.show-colour-title .show-colour-desc {
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
}

.show-colour .show-colour-list-right {
    padding-bottom: 50px;
}

@media only screen and (min-width: 1140px) {
    .show-colour-title .show-colour-desc {
        padding: 0px 200px 30px 200px;
    }

    .show-colour .show-colour-list-right {
        display: inline-block;
        vertical-align: top;
        float: right;
    }

        .show-colour .show-colour-list-right .show-colour-item {
            display: inline-block;
            vertical-align: top;
            text-align: left;
            width: 388px;
        }
}

@media only screen and (max-width: 1139px) {
    .show-colour .show-colour-img-right {
        text-align: center !important;
        width: 100% !important;
    }

    .show-colour-title .show-colour-desc {
        padding: 0px 0px 30px 0px;
    }

    .show-colour .show-colour-list-right {
        display: inline-block;
        vertical-align: top;
        width:100%;
    }
    .show-colour .show-colour-list-left {
        width: 100%;
        padding-bottom: 50px !important;
    }

    .show-colour .show-colour-list-right .show-colour-item {
        display: inline-block;
        vertical-align: top;
        text-align: left;
        width:100%;
    }
    .show-colour .show-colour-list-left .show-colour-item {
        display: inline-block;
        vertical-align: top;
        text-align: left;
        width: 100%;
    }
}

@media only screen and (max-width:767px) {
    .show-colour .show-colour-box {
        width: 160px !important;
        height: 160px !important;
    }
}

.show-colour .show-colour-caption {
    font-family: Open Sans;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 51px;
    letter-spacing: 0em;
    text-align: center;
    color: #4C4C4C;
}

.show-colour .show-colour-box {
    width: 170px;
    height: 170px;
    display: inline-block;
    margin: 10px;
    vertical-align: top;
    border-radius: 4px;
}

    .show-colour .show-colour-box .colour-name {
        padding: 15px;
        font-family: Open Sans;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 21px;
        letter-spacing: 0em;
        text-align: left;
    }

        .show-colour .show-colour-box .colour-name .colorname {
            font-family: Open Sans;
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 21px;
            letter-spacing: 0em;
            line-height: 20.6px;
        }

        .show-colour .show-colour-box .colour-name .sizename {
            font-family: Open Sans;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 16px;
            padding-top: 10px;
            letter-spacing: 0em;
            line-height: 16.4px;
        }

        .show-colour .show-colour-box .colour-name p {
            font-family: Open Sans;
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 21px;
            letter-spacing: 0em;
            line-height: 20.6px;
        }
        
        .show-colour .show-colour-box .colour-name p:last-child {
            font-family: Open Sans;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 16px;
            padding-top: 10px;
            letter-spacing: 0em;
            line-height: 16.4px;
        }

        .show-colour .show-colour-box .colour-name p {
            padding: 0px;
            margin: 0px;
        }

@media only screen and (min-width: 1140px) {
    .show-colour .show-colour-list-left {
        display: inline-block;
        vertical-align: top;
        text-align: left;
        padding-bottom: 50px;
    }

        .show-colour .show-colour-list-left .show-colour-item {
            display: inline-block;
            vertical-align: top;
            text-align: left;
            width: 388px;
        }
}

.show-colour .show-colour-img-left {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    text-align: left;
    padding-bottom: 50px;
    max-width: 719px;
    width:100%;
}

@media only screen and (max-width: 1139px) {
    .show-colour .show-colour-img-left {
        text-align: center !important;
        width: 100% !important;
        padding-bottom: 0px !important;
    }
}

.show-colour-list-main {
    display: flow-root;
    width: 100%
}

.show-colour-list-title h4 {
    font-family: Open Sans;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -0.015em;
    text-align: center;
    color: #4C4C4C;
}

.show-colour-list-title .show-colour-list-desc {
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    padding: 0px 0px 50px 0px;
}

.show-colour-list {
    padding-bottom: 50px;
}

    .show-colour-list .show-colour-box {
        width: 170px;
        height: 170px;
        display: inline-block;
        margin: 13px;
        vertical-align: top;
        border-radius:4px;
    }

        .show-colour-list .show-colour-box .colour-name {
            padding: 15px;
            font-family: Open Sans;
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 21px;
            letter-spacing: 0em;
            text-align: left;
        }

            .show-colour-list .show-colour-box .colour-name .colorname {
                font-family: Open Sans;
                font-size: 20px;
                font-style: normal;
                font-weight: 600;
                line-height: 21px;
                letter-spacing: 0em;
                line-height: 20.6px;
            }

            .show-colour-list .show-colour-box .colour-name .sizename {
                font-family: Open Sans;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 16px;
                padding-top: 10px;
                letter-spacing: 0em;
                line-height: 16.4px;
            }

            .show-colour-list .show-colour-box .colour-name p {
                padding: 0px;
                margin: 0px;
            }

@media only screen and (max-width:767px) {
    .show-colour-list .show-colour-box {
        width: 160px !important;
        height: 160px !important;
    }
}
@media only screen and (min-width:768px) {    
    .see-all-color-swatches {
        padding: 12px 10px;
        border-radius: 5px;
        text-align: center;
        width: 600px;
        height: 40px;
        display: inline-table;
    }
    .see-all-color-swatches p {
        font-family: Open Sans;
        font-size: 26px;
        font-style: normal;
        font-weight: 400;
        line-height: 44px;
        letter-spacing: 0em;
        text-align: center;
        padding: 0px;
    }
    .show-colour-bar p {
        font-family: Open Sans;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 31px;
        letter-spacing: 0em;
    }
    .show-colour-bar a.hue-category {
        width: 9.93%;
    }
}
@media only screen and (max-width:767px) {    

    .see-all-color-swatches {
        padding: 12px 10px;
        border-radius: 5px;
        text-align: center;
        width: 350px;
        height: 40px;
        display: inline-table;
    }

    .see-all-color-swatches p {
        font-family: Open Sans;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 44px;
        letter-spacing: 0em;
        text-align: center;
        padding: 0px;
    }
    .show-colour-bar p {
        font-family: Open Sans;
        font-size: 26px;
        font-style: normal;
        font-weight: 300;
        line-height: 31px;
        letter-spacing: 0em;
    }
}

@media only screen and (min-width:1140px) {
    .show-colour .show-large-screen {
        display: inline-block;
    }
    .show-colour .show-small-screen {
        display: none;
    }
}

@media only screen and (max-width:1139px) {
    .show-colour .show-large-screen {
        display: none;
    }
    .show-colour .show-small-screen {
        display: inline-block;
    }
    .show-colour .show-colour-img-right {
        padding-bottom: 0px !important;
    }
}

    .row-see-all-color-swatches {
        padding-top: 20px;
        padding-bottom: 50px !important;
        text-align: center;
        margin-bottom: 0px;
    }

    .show-colour img {
        border-radius: 6px;
        width: 100%;
    }

    .show-colour-bar {
        text-align: center;
        padding-bottom: 200px !important;
    }

    .font-normal {
        font-weight: 400;
    }

    .font-bold {
        font-weight: 600;
    }

    .font-xs {
        font-size: 14px !important;
    }

    .font-light {
        font-weight: 300;
    }

    .font-italic {
        font-style: italic;
    }

    .pt-3px {
        padding-top: 3px !important;
    }

    .leading-19px {
        line-height: 19px !important;
    }

    .font-lg {
        font-size: 24px;
    }

    .text-white {
        color: white;
    }

        .text-white h2 {
            color: white;
        }

    .pt-40px {
        padding-top: 40px;
    }

    .pt-110px {
        padding-top: 110px;
    }

    .pt-55px {
        padding-top: 55px;
    }

    .pb-120px {
        padding-bottom: 120px;
    }

    .portrait .image-hue, .portrait .image-hue:visited {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
    }

    .videoPicker.portrait .image-hue .image-hue-image {
        height: 500px !important;
        max-height: initial;
        background-size: contain;
        background-position: center;
    }

    .videoModal.portrait .modal-dialog {
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
    }

        .videoModal.portrait .modal-dialog > .modal-content > .modal-body > .video-container {
            padding-bottom: 80vh;
        }

    #Clean-and-Protect > div.gridContainer > div > div > div.equalHeightGrid > div > div > div:nth-child(1) {
        display: none;
    }

    .mt-50px {
        margin-top: 50px;
    }

    .pt-50px {
        padding-top: 50px;
    }

    .flex {
        display: flex;
    }

    .flex-grow {
        flex-grow: 1;
    }

    .flex-wrap {
        flex-wrap: wrap;
    }

    .flex-nowrap {
        flex-wrap: nowrap;
    }

    .justify-between {
        justify-content: space-between;
    }

    .ml-auto {
        margin-left: auto;
    }

    .border-left {
        border-left: 1px solid #f5f5f5;
    }
#hero-video {
    width: 100%;
    height: auto;
}

.article-details 
{

}
.article-banner {
    padding: 0px;
}
.article-banner img {
    border-radius: 2px !important;
}
@media (min-width: 431px) {
    .what-need {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    #ArticlePrint .article-details .article-title {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
        font-style: normal;
        font-weight: 300;
        font-size: 60px;
        line-height: 74px;
        color: #4C4C4C;
    }
    
    .article-banner .article-banner-large {
        display: block;
        text-align:center;
    }
    .article-banner .article-banner-large img {       
        height: auto;
        max-height: 340px;
    }
    .article-banner .article-banner-moble {
        display: none;
    }
    .article-details .umb-grid {
        margin:0px;
    }
    .what-need .what-need-title {
        font-weight: 300;
        font-size: 50px;
        line-height: 66px;
        color: #4C4C4C;
        padding:0px;
    }
    .what-need-box {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        padding-top: 30px;
        justify-content: space-between;
    }
    .what-need-box .block-box {
        text-align: center;
        width: 170px;
        height: 220px;
        margin-right: 10px;
        margin-left: 10px;
    }
    .what-need-box .block-box .box-image{
        width:170px;
        height:170px;
        text-align:center;
        vertical-align:middle;
    }
    .what-need-box .block-box .box-image img {
        max-width: 170px;
        max-height: 170px;
    }
    .what-need-box .block-box .box-title {
        padding-right: 10px;
        padding-left: 10px;
        word-wrap: break-word;
    }
    .what-need-box .block-box .box-title a {
        white-space: pre-wrap;
    }
    .article-steps {
        padding-left: 40px;
    }
    .article-h2 {
        font-style: normal;
        font-weight: 300;
        font-size: 30px;
        line-height: 42px;
        color: #4C4C4C;
    }
    .article-description {
        padding-left: 40px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 300;
        font-size: 30px;
        line-height: 42px;
        color: #4C4C4C;
    }
    .article-description p {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 300;
        font-size: 30px;
        line-height: 42px;
        color: #4C4C4C;
        padding: 0px;
    }
    .step-tips {
        padding: 30px 50px 30px 50px;
    }
    .step-tips h3 {
        font-style: normal;
        font-weight: 300;
        font-size: 30px;
        line-height: 42px;
        color: #003595;
        padding-bottom: 12px;
    }
    .article-banner div.hero-video {
        margin-top: 0px !important;
    }
    .article-banner div.hero-video-paddingtop {
        margin: 60px 0px 0px 0px !important;
    }
}
@media (max-width: 430px) {   
    #ArticlePrint .article-details .article-title {
        font-style: normal;
        font-weight: 300;
        font-size: 44px;
        line-height: 60px;
        color: #4C4C4C;
        padding-left:14px;
        padding-right:14px;
    }
    .article-banner .article-banner-large {
        display:none;
    }
    .article-banner .article-banner-moble {
        display: block;
        width: 100%;
    }
    .article-banner .article-banner-moble img {
        width: 100%;
    }
    .what-need-box {
        display: block;
        padding-top: 30px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .what-need-box .block-box {
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        border-bottom: 1px solid #D4D4D4;
    }
    .what-need-box .block-box:last-child {
        border-bottom: 0px;
    }

    .what-need-box .block-box .box-image {
        float: right;
    }

    .what-need-box .block-box .box-image img {
        width: 60px;
        height: 60px;
    }

    .what-need-box .block-box .box-title {
        float: left;
        padding-top: 20px;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        max-width:270px;
    }

    .what-need-box .block-box .box-title a {
        white-space: pre-wrap;
    }
    .what-need .what-need-title {
        font-style: normal;
        font-weight: 300;
        font-size: 38px;
        line-height: 52px;
        color: #4C4C4C;
        padding: 0px 14px 0px 14px;
    }
    .what-need {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .article-steps {
        padding-left: 30px;
        padding-right:10px;
    }
    .article-description {
        padding-left: 30px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 300;
        font-size: 28px;
        line-height: 36px;
        color: #4C4C4C;
        padding-right: 10px;
    }

    .article-description p {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 300;
        font-size: 28px;
        line-height: 36px;
        color: #4C4C4C;
        padding: 0px;
    }
    .step-tips {
        padding: 20px 30px 20px 30px;
    }
    .step-tips h3 {
        font-style: normal;
        font-weight: 300;
        font-size: 28px;
        line-height: 36px;
        color: #003595;        
        padding-bottom: 12px;
    }
    .article-banner div.hero-video {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .article-banner div.hero-video-paddingtop {
        margin-top: 40px;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .term-condition-content {
        max-height:500px !important;
    }
    .article-h2 {
        font-style: normal;
        font-weight: 300;
        font-size: 28px;
        line-height: 36px;
        color: #4C4C4C;
    }
}

.article-description:before {
    content: '';
    display: block;
    background-color: #f2f2f2;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 10px;
}

.article-steps:before {
    content: '';
    display: block;
    background-color: #f2f2f2;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 10px;
}
.article-steps .article-step-item:first-child{
    padding-top: 0px;
}
.article-steps .article-step-item {
    padding-top: 40px;
}
.article-steps .article-step-item .step-item-title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 42px;
}
.article-steps .article-step-item .step-item-description {
    padding-top:12px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.article-steps .article-step-item P {
    font-family: 'Open Sans';
    padding: 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.step-tips 
{
    border-radius:2px;
    margin-top:40px;
}
.step-tips .step-tips-description {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 0px;
}
.step-tips .step-tips-description p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 0px;
}

.modal-term-and-condition {
    position: fixed;
    z-index: 100000;
    background-color: rgba(0,0,0,0.5);
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.modal-term-and-condition.show-modal {
    display: flex;
}
.term-condition-container {
    max-width: 700px;
    background: white;
    padding: 30px 20px 30px 30px;
    border-radius: 5px;
    width: 95%;
}
.term-condition-content {
    overflow: auto;
    display: block;
    width: 100%;
    max-height: 600px;
}
.term-condition-container .close-button {
    float: right;
    width: 18px;
    height: 18px;
    cursor: pointer;
    font-weight: 600;
    font-size: 26px;
    margin-top: -20px;
    margin-right: -8px;
    color: #b5b0b0e6;
    padding: 3px;
}
.term-condition-container .term-condition-title {
    padding-bottom: 20px;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 42px;
    color: #000000;
}
.term-condition-container .term-condition-description {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.articleprint .container .row {
    margin: 0;
}
.articleprint .container .clearfix {
    margin-top: 0px;
    margin-bottom:0px;
}
.articleprint .column {
    margin: 0px !important;
    padding: 0px !important;
}
@media (min-width: 431px) {
    .articleprint {
    }
    .article-standard-title {
        font-style: normal;
        font-weight: 300;
        font-size: 60px;
        line-height: 74px;
        color: #4C4C4C;
        padding: 80px 0px 30px 0px;
    }

    .article-standard-content {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #4C4C4C;
    }

    .article-standard-content .article-header {
        font-weight: 300;
        font-size: 50px;
        line-height: 66px;
        color: #4C4C4C;
        padding-bottom: 20px;
    }
}
@media (max-width: 430px) {
    .article-standard-title {
        font-style: normal;
        font-weight: 300;
        font-size: 44px;
        line-height: 60px;
        color: #4C4C4C;
        padding: 20px 14px 20px 14px;
    }

    .article-standard-content {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #4C4C4C;
        padding: 0px 14px 0px 14px;
    }

    .article-standard-content .article-header {
        font-style: normal;
        font-weight: 300;
        font-size: 38px;
        line-height: 52px;
        color: #4C4C4C;
        padding-bottom:20px;
    }
    .term-condition-container {
        padding: 30px 15px 30px 20px !important;
    }
}
.download-pdf-icon {
    background-image: url(/images/Vector.png);
    background-repeat: no-repeat;
    width: 36px;
    height: 26px;
    margin: 0px;
    padding-left: 0px;
    padding-right: 36px;
}
.article-standard-content .download-pdf-button {
    float: left;
    margin: 0px;
    width: auto;
    height: 48px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    padding: 13px 19px 13px 18px;
    margin-bottom: 16px;
    border-radius: 5px;
    background: #004F9D;
    border: 1px solid #004F9D;
    color: #FFFFFF;
}
.accept-check-label {
    display:inline;
}
.articleprint .container .row {
    margin-left: -5px;
    margin-right:-5px;
}
@media (max-width: 767px) {
    .banner-video-desktop {
        display: none;
    }

    .banner-video-mobile {
        display: block;
    }
    .article-block-left{
        width:100%;
    }
    .article-block-right{
        width:100%;
    }
}
@media (min-width: 768px) {
    .banner-video-desktop {
        display: block;
        max-height: 550px;
    }

    .banner-video-mobile {
        display: none;
    }
    .article-block-left {
        width: 50%;
    }

    .article-block-right {
        width: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
    .hero-video-desktop {
        width: 100% !important;
        object-fit: fill;
    }
    .banner-video-desktop {
        background: none !important;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1919px) {
    .hero-video-desktop {
        height: auto;
        width: 100% !important;
        object-fit: fill;
    }
    .banner-video-desktop {
        background: none !important;
    }
}

@media only screen and (min-width: 1920px) {
    .hero-video-desktop {
        height: 550px !important;
        width: 100% !important;
    }
}


.hero-video-mobile {
    height: 100vw !important;
    width: 100% !important;
    object-fit: fill;
}

.article-link:hover {
    font-weight: inherit !important;
}

@media (max-width: 767px) {
    .realLifeProjects .clearfix {
        margin-top: 0px !important;
    }
    .realLifeProjects .header {
        padding:50px 5px 10px 5px;
    }
    .realLifeProjects .container {
        padding:0px 20px;
    }
}
@media (min-width: 768px) {
    .realLifeProjects .header {
        padding: 120px 20px 40px 20px;
    }
    .realLifeProjects .clearfix
    {
        margin-top:0px !important;
    }
}

.realLifeProjects .breadcrumbRow {
    margin-top: 9px !important;
}

@media only screen and (max-width: 992px) {
    #menu {
        position: absolute !important;
        top: 42px !important;
        z-index: 99;
    }

    #search-form {
        top: 54px !important;
    }

    #search > a {
        height: 54px;
    }

    header {
        border-bottom: 1px solid #ccc !important;
        height: 54px !important;
    }

    .multilevelpushmenu_wrapper .levelHolderClass .levelHolderClass .backItemClass {
        height: 60px;
        background-color: #E5EBF4;
        padding-top: 5px !important;
    }

    .multilevelpushmenu_wrapper li,
    .levelHolderClass ul li ul li {
        padding-top: 5px !important;
        height: 60px !important;
    }

    .multilevelpushmenu_wrapper .floatRight {
        line-height: 28px !important;
        font-size: 26px !important;
    }

    .multilevelpushmenu_wrapper .levelHolderClass ul {
        border: 1px solid #D4D4D4;
    }

    .multilevelpushmenu_wrapper .levelHolderClass ul {
        border-top: 1px solid #D4D4D4;
        border-right: 1px solid #D4D4D4;
        border-bottom: 1px solid #D4D4D4;
        border-left: none;
    }

    .multilevelpushmenu_wrapper li {
        border-top: 1px solid #D4D4D4 !important;
    }

        .multilevelpushmenu_wrapper li:first-child {
            border-top: none !important;
        }

    .multilevelpushmenu_wrapper .levelHolderClass .levelHolderClass .backItemClass {
        border-top: 1px solid #ddd !important;
        border-right: 1px solid #D4D4D4 !important;
    }

    .multilevelpushmenu_wrapper .iconSpacing_ltr {
        line-height: 28px !important;
        font-size: 26px !important;
    }

    .levelHolderClass ul li ul li a {
        color: #4C4C4C !important;
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .multilevelpushmenu_wrapper a {
        color: #003595 !important;
        line-height: 28px !important;
        font-size: 18px !important;
        padding-left: 14px !important;
    }

    .multilevelpushmenu_wrapper .backItemClass a {
        padding-left: 35px !important;
    }    

    #toggle p {
        color: #003595 !important;
        font-weight: 600 !important;
        font-size: 10px !important;
        line-height: 27px !important;
        margin-top: 0px !important;
    }

    #toggle .menu-title {
        margin-top: -6px !important;
    }

    .toggle-menu {
        background-image: url('/images/menu-icon.png') !important;
        background-repeat: no-repeat;
        background-position: center;
        width: 30px;
        height: 24px;
    }

    .toggle-menu-open {
        background-image: url('/images/menu-open-icon.png') !important;
        background-repeat: no-repeat;
        background-position: center;
        width: 30px;
        height: 24px;
    }

    .greyout-menu-open {
    }

    .bgmenu-overlay {
        top: 0;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 88;
        background: rgba(3,0,0,0.5);
        display: none;
    }

    .d-block {
        display: block !important;
    }
}

@media only screen and (max-width: 992px) {
    header .logo {
        position: absolute !important;
        width: 100% !important;
        display: flex;
        justify-content: center;
    }

    header .logo > a:first-child {
        width: 200px !important;
        padding-top: 8px !important;
    }
}
#search > a {
    background-color: transparent !important;
}

    #search > a i {
    }

#search-form:before {
    border: none !important;
    background-color: transparent !important;
}

header #search {
    margin-left: 0px !important;
    width: 60px !important;
}

@media only screen and (min-width: 993px) {
    header .logo {
        width: 260px !important;
    }

    nav > ul li a, nav > ul li a:visited, nav > ul li span {
        color: #4C4C4C !important;
        font-weight: 700 !important;
        font-size: 14px !important;
        line-height: 18px !important;
    }

    nav #extra-links li a, nav #extra-links li a:visited, nav #extra-links li span {
        font-weight: 500 !important;
        font-size: 12px !important;
        line-height: 15px !important;
        letter-spacing: -0.01em;
    }

    li.selected a:visited, nav > ul li.selected span {
        font-weight: 700 !important;
        font-size: 16px !important;
        line-height: 18px !important;
        color: #004F9D !important;
    }

    nav > ul li a:hover,
    nav > ul li span:hover,
    nav > ul li.selected a,
    nav > ul li.selected a:visited,
    nav > ul li.selected span {
        font-weight: 400;
        color: #004F9D !important;
        text-decoration: none;
    }
}
