body {
    overflow-x: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

.apc_section .relative_position {
    position: relative;
}

.apc_section p, .apc_section li {
    font-size: 14px;
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
    .center_mobile {
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .apc_section p, .apc_section li {
        font-size: 16px;
        line-height: 1.5;
    }
}

@media screen and (min-width: 992px) {
    .apc_section p, .apc_section li {
        font-size: 18px;
        line-height: 1.6;
    }
}

@media (min-width: 1200px) {
    .intro {
        font-size: 20px;
    }
}

.text_and_image_row {
    line-height: 1.8;
}

.text_and_image_row > .grid-50 {
    margin-bottom: 15px;
}

.relative_postion {
    position: relative;
}

.spacing_md {
    padding: 30px 0;
}

.spacing_lg {
    padding: 50px 0;
}

.spacing_bottom_md {
    padding-bottom: 30px;
}

.spacing_top_md {
    padding-top: 30px;
}

.spacing_mobile_sm {
    margin-top: 20px;
    margin-bottom: 20px;
}

.margin_lg {
    margin-top: 50px;
    margin-bottom: 50px;
}

.margin_md {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .spacing_md {
        padding: 60px 0;
    }

    .spacing_lg {
        padding: 100px 0;
    }

    .spacing_bottom_md {
        padding-bottom: 60px;
    }

    .spacing_top_md {
        padding-top: 60px;
    }

    .spacing_mobile_sm {
        margin-top: 0;
        margin-bottom: 0;
    }

    .margin_lg {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .margin_md {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.spacing_sm {
    padding: 30px 0;
}

.spacing_bottom_sm {
    padding-bottom: 30px;
}

.spacing_top_sm {
    padding-top: 30px;
}

.spacing_xs {
    padding: 15px 0;
}

.spacing_bottom_xs {
    padding-bottom: 15px;
}

.spacing_top_xs {
    padding-top: 15px;
}

.margin_top_xs {
    margin-top: 15px !important;
}

.margin_top_ms {
    margin-top: 30px !important;
}

.margin_top_md {
    margin-top: 50px !important;
}

@media (max-width: 767px) {
    .margin_bottom_sm_mobile {
        margin-bottom: 30px !important;
    }

    .margin_top_md {
        margin-top: 25px !important;
    }
}

.no_spacing {
    padding: 0;
    margin: 0 !important;
}

.no_margin {
    margin: 0 !important;
}

@media (min-width: 768px) {
    .apc_section .narrow_content {
        width: 60%;
        margin: auto;
    }
}

.center_image {
    display: block;
    margin: auto;
}

.left_align {
    text-align: left;
}

.small_font p{
    font-size: 15px !important;
}

.large_font_md, .large_font_md p {
    font-size: 17px;
}

.large_font_sm, .large_font_sm p {
    font-size: 14px;
}

@media (min-width: 768px) {
    .large_font_md, .large_font_md p {
        font-size: 20px;
    }

    .large_font_sm, .large_font_sm p {
        font-size: 16px;
    }
}

.dulux_hr {
    outline: none;
    border: none;
    border-top: 1px solid #e0ecf1;
    margin: 20px 0px;
    clear: both;
}

.narrow_content {
    max-width: 780px;
    margin: 30px auto;
}

.narrow_content_lg {
    max-width: 1001px;
    margin: auto;
}

.narrow_content p {
    margin-bottom: 20px;
}

.center_single_brochure {
    max-width: 370px;
    margin: auto;
}

.center_content{
    text-align: center;
}

.link-no-decoration {
    text-decoration: none !important;
}

/********* Slider style *********/
.apc_section .slider_content_container {
    /*font-size: 18px;*/
    line-height: 1.3;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    color: #00275d;
    font-weight: 600;
    height: 100%;
    text-align: center;
}

.apc_section .slider_content_container .slider_content {
    position: relative;
    height: 100%;
}

.apc_section .slider_content_container .slider_content .slider_content_inner {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
}

.apc_section .slider_content_container p.slide-caption.slider_heading {
    background-color: transparent;
    position: relative;
    padding: 0;
}

.apc_section .slider_content_container p.slide-caption.slider_subheading {
    font-size: 14px;
    background-color: transparent;
    position: relative;
    padding: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 100;
}

.apc_section .slider_content_container img.slider_logo {
    width: 50px;
}

@media screen and (min-width: 491px) {
    .apc_section .slider_content_container {
        background-color: transparent;
        font-size: 22px;
        line-height: 1.3;
        width: 50%;
        text-align: inherit;
    }

    .apc_section .slider_content_container p.slide-caption.slider_heading {
        margin-bottom: 10px;
    }

    .apc_section .slider_content_container p.slide-caption.slider_subheading {
        margin-bottom: 30px;
    }

    .apc_section .slider_content_container img.slider_logo {
        width: 100px;
    }
}

@media screen and (min-width: 491px) and (max-width: 646px) {

    .apc_section .slider_content_container p.slide-caption.slider_subheading {
        margin-bottom: 10px;
        line-height: 1;
        font-size: 12px;
    }

    .apc_section .slider_content_container img.slider_logo {
        width: 90px;
    }
}

@media screen and (min-width: 768px) {
    .apc_section .slider_content_container {
        font-size: 30px;
    }

    .apc_section .slider_content_container img.slider_logo {
        width: inherit;
    }
}

@media screen and (min-width: 1025px) {
    .apc_section .slider_content_container {
        font-size: 38px;
        width: 40%;
    }
}

.swatch .banner_subheading {
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Inter', Arial;
}

/********* Button style *********/
.apc_section .apc_button {
    background-color: #919ba2;
    padding: 10px 20px;
    color: #fff;
    font-weight: 100;
    border-radius: 50px;
    display: inline-block;
    font-size: 13px;
}

.apc_section .apc_button:hover {
    background-color: rgba(145, 155, 162, 0.8);
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .apc_section .apc_button {
        padding: 15px 30px;
        font-size: 17px;
    }
}

.apc_section .apc_red_button {
    background-color: #eb3c48;
}

.apc_section .apc_red_button:hover {
    background-color: rgba(235, 60, 72, 0.8);
}

.apc_section .apc_blue_button {
    background-color: #00275d;
}

.apc_section .apc_blue_button:hover {
    background-color: rgba(0, 39, 93, 0.8);
}

.apc_section .button_arrow {
    position: relative;
    padding-right: 40px;
}

.apc_section .button_arrow:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    right: 19px;
    top: 14px;
}

@media screen and (min-width: 768px) {
    .apc_section .button_arrow:after {
        top: 19px;
    }
}

/********* Heading style *********/

.apc_section h2.apc_heading {
    text-align: center;
    color: #919ba2;
    font-weight: 600;
    font-size: 50px;
    margin: 10px 0 30px;
}

@media (max-width: 1023px) {
    .apc_section h2.apc_heading {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .apc_section h2.apc_heading {
        font-size: 30px;
    }
}

.apc_section h3.apc_heading {
    color: #fff;
    font-weight: 600;
    font-size: 27px;
    line-height: 1.4;
}

@media (min-width: 767px) {
    .apc_section h3.apc_heading {
        font-size: 30px;
        line-height: 1.3;
    }
}

@media (min-width: 1023px) {
    .apc_section h3.apc_heading {
        font-size: 35px;
        line-height: 1.2;
    }
}

.apc_section .search_heading {
    color: #00275d;
    display: inline-block;
    margin-right: 0px;
    font-weight: 600;
    font-size: 20px;
    margin-top: 5px;
    line-height: 1.2;
}

@media (min-width: 491px) {
    .apc_section .search_heading {
        font-size: 22px;
    }
}

@media (min-width: 767px) {
    .apc_section .search_heading {
        font-size: 25px;
        line-height: 46px;
    }
}

@media (min-width: 1023px) {
    .apc_section .search_heading {
        font-size: 30px;
        line-height: 46px;
    }
}

.apc_section .search_heading_small {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 20px;
}

@media (min-width: 767px) {
    .apc_section .search_heading_small {
        font-size: 23px;
    }
}

.apc_section .slider_content_container p.slide-caption.slider_heading {
    font-size: 20px;
    line-height: 1.2;
}

@media (min-width: 491px) {
    .apc_section .slider_content_container p.slide-caption.slider_heading {
        font-size: 18px;
        line-height: 1.2;
    }
}

@media (min-width: 767px) {
    .apc_section .slider_content_container p.slide-caption.slider_heading {
        font-size: 30px;
        line-height: 1.3;
    }
}

@media (min-width: 992px) {
    .apc_section .slider_content_container p.slide-caption.slider_heading {
        font-size: 36px;
        line-height: 1.3;
    }
}

.apc_section .heading_grey {
    color: #919ba2;
}

.apc_section .heading_dark_grey {
    color: #68757e;
}

.apc_section .apc_heading_space {
    padding-top: 0;
    margin-bottom: 20px;
}

.apc_section .smaller_heading {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 0;
}

/********* List style *********/
.apc_section .apc_tick_list {
    color: #fff;
    padding: 20px;
}

.apc_section .apc_tick_list li {
    background: url(../images/tick.png) no-repeat left center;
    color: #fff;
    /*font-size: 18px;*/
    margin: 25px;
    padding-left: 50px;
    line-height: 27px;
}

@media (max-width: 1023px) {
    .apc_section .apc_tick_list li {
        /*font-size: 16px;*/
        margin: 10px;
        padding-left: 50px;
        line-height: 23px;
    }
}

@media (max-width: 767px) {
    .apc_section .apc_tick_list li {
        /*font-size: 14px;*/
        margin: 0px;
        padding-left: 50px;
        line-height: 30px;
    }
}

.apc_section .grey_bg {
    background-color: #919ba2;
    margin-left: 10px;
    margin-right: 10px;
}

.apc_section .light_grey_bg {
    background-color: #ebeff1;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
}

.apc_section .white_bg {
    background-color: #ffffff;
    padding: 20px;
}

.apc_section .grey_bg {
    background-color: #f3f3f3;
    padding: 20px;
}

.apc_section .grey_background {
    background-color: #f3f3f3;
}

.apc_section .grey_content_container p {
    margin-bottom: 20px;
    line-height: 1.4;
    color: rgb(140, 140, 140);
    /*font-size: 14px;*/
}

@media (min-width: 768px) {
    .apc_section .grey_content_container p {
        line-height: 1.7;
        /*font-size: 18px;*/
    }
}

.apc_section .grey_content_container ul {
    list-style-type: disc;
    color: #fff;
    margin-left: 20px;
    margin-bottom: 20px;
}

.apc_section .grey_content_container ul li, .apc_section .font_sm {
    color: rgb(140, 140, 140);
    line-height: 1.4;
    font-size: 14px;
}

@media (min-width: 768px) {
    .apc_section .grey_content_container ul li, .apc_section .font_sm {
        line-height: 1.7;
        font-size: 16px;
    }
}

.apc_section .above_image_content {
    color: #919ba2;
    line-height: 1.4;
    margin-bottom: 20px;
}

@media (max-width: 490px) {
    .apc_section .above_image_content {
        font-size: 15px;
    }
}

.apc_section .audit_bg_container {
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media (min-width: 768px) {
    .apc_section .center_content_all {
        position: absolute;
        top: 50px;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }
}

.apc_section .beige_bg {
    background-color: #f7f7f7;
    margin-left: 10px;
    margin-right: 10px;
}

.apc_section .warranty_list ul {
    list-style-type: disc;
    color: #fff;
    padding: 20px;
}

.apc_section .warranty_list ul li {
    color: #8c8c8c;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 100;
    padding-left: 6px;
    margin-bottom: 13px;
}

.apc_section .warranty_list ul li a {
    color: #919ba2;
    text-decoration: underline;
}

.apc_section .warranty_list ul li a:hover {
    color: #68757e;
}

.apc_section .image_width img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .apc_section .warranty_list ul li {
        line-height: 1.8;
        font-size: 16px;
    }

    .apc_section .remove_margin {
        margin: 0;
    }
}

/******* General style ********/
.apc_section img {
    max-width: 100%;
}

.apc_section .blue_bg {
    background-color: #0280e6;
}

.apc_section .full_width_image {
    width: 100%;
}

.apc_section .apply_font_futura, .apply_font_futura p, .apply_font_futura li {
    font-family: 'Inter', Arial; /*@TODO: replace with Dulux Sans*/
}

.center_content {
    text-align: center;
}

.apc_section .container_margin_xxs {
    margin: 15px 0;
}

.apc_section .container_margin_xs {
    margin: 15px 0;
}

.apc_section .container_margin_lg {
    margin: 40px 0;
}

.apc_section .container_margin_sm {
    margin: 25px 0;
}

.apc_section .margin_bottom_md {
    margin-bottom: 25px;
}

.apc_section .top_margin_lg {
    margin-top: 40px;
}

.apc_section .margin_bottom_sm {
    margin-bottom: 10px;
}

.apc_section .project_margin {
    margin-top: 15px;
    padding-bottom: 5px;
}

.apc_section .project_margin h2 {
    margin-bottom: 30px;
}

.apc_section .margin_top_md {
    margin-top: 20px;
}

.apc_section .margin_top_xxl {
    margin-top: 40px;
}

@media (min-width: 768px) {
    .apc_section .margin_top_xxl {
        margin-top: 80px;
    }
}

.apc_section .container_padding_xs {
    padding-top: 10px;
    padding-bottom: 10px;
}

.apc_section .container_padding_sm {
    padding-top: 25px;
    padding-bottom: 25px;
}

.apc_section .container_padding_md {
    padding: 40px 0;
}

.apc_section .content_side_padding {
    padding-left: 10px;
    padding-right: 10px;
}

.apc_section .content_side_padding_md {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 1023px) {
    .apc_section .content_side_padding_md {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 768px) {
    .apc_section .apc_heading_space {
        padding-top: 0;
        margin-bottom: 40px;
    }

    .apc_section .container_margin_xs {
        margin: 30px 0;
    }

    .apc_section .container_margin_sm {
        margin: 50px 0;
    }

    .apc_section .top_margin_lg {
        margin-top: 80px;
    }

    .apc_section .container_margin_lg {
        margin: 80px 0;
    }

    .apc_section .margin_bottom_md {
        margin-bottom: 50px;
    }

    .apc_section .margin_bottom_sm {
        margin-bottom: 20px;
    }

    .apc_section .project_margin {
        margin-top: 30px;
        padding-bottom: 10px;
    }

    .apc_section .project_margin h2 {
        margin-bottom: 60px;
    }

    .apc_section .margin_top_md {
        margin-top: 40px;
    }

    .apc_section .container_padding_xs {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .apc_section .container_padding_sm {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .apc_section .container_padding_md {
        padding: 80px 0;
    }

    .apc_section .content_side_padding {
        padding-left: 20px;
        padding-right: 20px;
    }

    .apc_section .content_side_padding_md {
        padding-left: 30px;
        padding-right: 30px;
    }

    @media (max-width: 1023px) {
        .apc_section .content_side_padding_md {
            padding-left: 20px;
            padding-right: 20px;
        }
    }
}

@media (max-width: 1023px) {
    .apc_section .margin_bottom_sm_mobile {
        margin-bottom: 20px;
    }
}

.apc_section .apc_hr {
    border-top: 2px solid #e0ecf1;
    margin: 0;
}

.apc_section .border_right {
    border-right: 2px solid #e8e8e8;
}

.apc_section .relative_container {
    position: relative;
}

.apc_section .center_image {
    display: block;
    margin: auto;
}

.apc_section .light_font_weight {
    font-weight: 100;
}

.apc_section .add_space_to_top {
    margin-top: 20px;
}

.apc_section .large_font {
    font-size: 20px !important;
}

@media (min-width: 768px) {
    .apc_section .large_font {
        font-size: 22px !important;
    }
}

.apc_section .blue_font {
    color: #00275d !important;
}

.apc_section .text_md {
    color: #919ba2;
    /*font-size: 14px;*/
    line-height: 1.3;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .apc_section .text_md {
        /*font-size: 18px;*/
    }
}

.apc_section .fix_font_size {
    font-size: 14px;
}

.remove_margin {
    margin: 0 !important;
}

/****************************************************End of apc home section*****************************************************/

.apc_top_banner_section {

}

.apc_top_banner_section .banner_wrap {
    position: relative;
}

.apc_top_banner_section .banner_wrap img {
    width: 100%;
}

.apc_top_banner_section .banner_wrap .banner_title {
    position: absolute;
    top: 0px;
    left: 20px;
    color: #fff;
    line-height: 1.2;
}

@media (min-width: 491px) {
    .apc_top_banner_section .banner_wrap .banner_title {
        font-size: 33px;
        top: 0px;
        left: 50px;
        width: 400px;
        line-height: 1.4;
    }
}

@media (min-width: 992px) {
    .apc_top_banner_section .banner_wrap .banner_title {
        font-size: 40px;
        top: 50px;
        line-height: 46px;
    }
}

/****************************************************End of top banner template *****************************************************/

/**************************************************** Footer section *****************************************************/

/*footer menu section*/
.footer_column {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;

}

@media (min-width: 400px) {
    .footer_column {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .footer_column {
        width: 16.66%;
    }
}

.footer_column.two_column {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 992px) {
    .footer_column.two_column {
        width: 33.33%;
    }
}

.mega-footer h6 a, .mega-footer h6 {
    border-bottom: none;
    font-size: 14px;
    color: #002c65;
    font-family: 'Inter', Arial;
    line-height: 17px;
    text-transform: capitalize;
}

.mega-footer {
    background: #fff;
    margin-top: 0;
    padding: 40px 0;
    border-top: 1px #e0ebf1 solid;
}

.mega-footer a {
    text-decoration: none;
}

.mega-footer .menu-footer-color-container ul li, .mega-footer .menu-footer-information-container ul li {
    width: 100%;
}

.mega-footer .menu-footer-color-container ul li a, .mega-footer .menu-footer-information-container ul li a {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: unset;
    border-bottom: 0;
}

.mega-footer .menu-footer-color-container ul li a:hover, .mega-footer .menu-footer-information-container ul li a:hover {
    color: rgb(140, 140, 140);
    background: transparent;
}

.mega-footer li {
    margin-bottom: 15px;
}

.mega-footer ul a {
    font-size: 14px;
    font-family: 'Inter', Arial;
    color: rgb(140, 140, 140);
    font-weight: 400;
    text-decoration: none;
}

.mega-footer ul a:hover {
    text-decoration: underline;
}

@media (min-width: 400px) {
    .mega-footer .footer_column ul.slip_to_2_column {
        -moz-column-count: 2;
        -moz-column-gap: 25px;
        -webkit-column-count: 2;
        -webkit-column-gap: 25px;
        column-count: 2;
        column-gap: 25px;
    }
}

.mega-footer .footer_column .footer_menu_right {
    margin: 12px 0;
}

.mega-footer .footer_column .footer_menu_right ul li a {
    border-bottom: none;
    font-size: 14px;
    color: #002c65;
    font-family: 'Inter', Arial;
    font-weight: 600;
    line-height: 14px;
    text-transform: capitalize;
    padding: 0 0 8px 0;
    width: 100%;
    display: block;
}

.mega-footer .footer_column .footer_menu_right ul li a:hover {
    background-color: transparent;
    text-decoration: underline;
}

/*Icon section*/
.grey_background {
    background-color: #f7f7f7;
}

.footer_icons_container {
    padding: 50px 0;
}

.footer_icons_container a {
    text-decoration: none;
}

.footer_icons_container > section > section {
    padding: 15px 0;
}

.footer_icons_container img, .footer_icons_container p {
    text-align: center;
    margin: auto;
    display: block;
}

.footer_icons_container p {
    margin-top: 20px;
    color: #002c65;
    font-family: 'Inter', Arial; /*@TODO: replace with Dulux Sans*/
}

@media (max-width: 1023px) {
    .footer_icons_container section {
        text-align: center;
    }

    .footer_icons_container a {
        display: inline-block;
        padding: 0 5px;
    }

    .footer_icons_container p {
        display: inherit;
        min-width: 160px;
    }

    .footer_icons_container img {
        display: inherit;
    }
}

/*social media section*/

.social_container {
    padding: 30px 0;
}

@media (min-width: 1024px) {
    .social_container .social_left, .social_container .social_right {
        padding: 20px 0;
    }

    .social_container .social_right {
        padding-right: 20px;
    }
}

.social_container .social_left span {
    color: #002c65;
    font-family: 'Inter', Arial; /*@TODO: replace with Dulux Sans*/
    padding-left: 20px;
    text-align: center;
    display: block;
    text-rendering: optimizeLegibility;
    vertical-align: middle;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
}

@media screen and (min-width: 48em) {
    .social_container .social_left span {
        font-size: 20px;
    }
}

@media screen and (min-width: 64em) {
    .social_container .social_left span {
        font-size: 24px;
    }
}

.social_container .social_right a {
    color: #002c65;
    font-size: 22px;
    padding: 0 10px;
    line-height: 42px;
    vertical-align: bottom;
}

.social_container .social_right a:hover {
    color: #ff3b3c;
}

.social_container .social_right > div {
    text-align: center;
}

@media (min-width: 1025px) {
    .social_container .social_right > div {
        float: right;
    }

    .social_container .social_left span {
        text-align: left;
    }
}

/*Footer section*/
footer {
    padding: 20px 0;
    margin: 0;
    border-top: 1px #e1ecf1 solid;
}

footer ul li.menu-item a, footer ul li.menu-item p {
    color: rgb(140, 140, 140);
    background: none;
    padding: 0 10px;
    font-weight: 600;
    font-size: 12px;
    font-family: 'Inter', Arial;
    line-height: 52px;
    border-bottom: 0;
}

footer .footer_right .footer_right_container {
    float: right;

}

footer .footer_right .footer_right_container > ul, footer .footer_right .footer_right_container .menu-footer-bottom-right-container {
    display: inline-block;
}

@media only screen and (max-width: 1023px) and (min-width: 320px) {
    footer .footer_right .footer_right_container {
        float: none;
        text-align: center;
    }

    footer ul {
        text-align: center;
    }

    footer ul li.menu-item {
        display: inline;
        width: auto;
    }

    footer ul li.menu-item a, footer ul li.menu-item p {
        display: inline;
        width: auto;
    }
}

/****************************************************End of Footer section *****************************************************/

/************Header Menu Start*************/
header, header li {
    font-family: 'Inter', Arial; /*@TODO: replace with Dulux Sans*/
}

@media (min-width: 1024px) {
    header {
        border-bottom: 10px solid #122858;
    }
}

header .header-extras {
    text-align: right;
    padding: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #122858;
    font-size: 11px;
}

header .header-extras a {
    color: #122858;
    /*text-decoration: none;*/
    text-decoration: underline;
    text-transform: capitalize;
    font-size: 14px;
}

header .phones {
    margin-right: 30px;
}

header.phone-1 {
    margin-right: 15px;
}

header.phone-2 {
    margin-left: 15px;
}

header .sub-menu {
    position: relative;
}

header .sub-menu .menu-item a {
    color: #00275d;
    background: #fff;
}

header .menu-item.mega:hover{
    background-color: #122858;
    border-radius: 10px 10px 0 0;
}

@media(min-width: 1024px){
    header .menu-item.mega:hover > a, header .menu-item.mega:hover > a:hover{
        color: #fff;
        border: none;
    }

    header .menu-item.mega{
        padding-top: 3px;
    }
}

header .menu-item.mega > a{
    line-height: 40px;
    font-family: 'Inter', Arial;
    font-weight: 600;
}

.user-nav li a {
    line-height: 43px;
}

header .user-nav li.login-link a{
    font-family: 'Inter', Arial;
    padding: 5px 10px 0;
    line-height: 38px;
}

header .user-nav li.login-link:hover{
    background-color: #122858;
    border-radius: 10px 10px 0 0;
}

@media(min-width: 1024px) {
    header .user-nav li.login-link:hover a {
        color: #fff;
    }
}

@media (min-width: 1024px) {
    header .menu-item.mega a{
        font-size: 13px;
    }
}

@media (min-width: 1150px) {
    header .menu-item.mega a{
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    header .main-nav .nav-list > .menu-item > .sub-menu, header .user-nav .sub-menu {
        background-color: #fff;
        border: 1px solid #f0f0f0;
        overflow: hidden;
    }
}

@media (min-width: 1024px) {
    header .main-nav .nav-list > .menu-item > .sub-menu, header .user-nav .sub-menu {
        position: absolute;
    }

    header .main-nav .nav-list > .menu-item.mega > .sub-menu {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    header .main-nav .nav-list > .menu-item.mega > .sub-menu > .menu-item > a {
        text-decoration: none;
    }

    header .sub-menu .menu-item a:hover, header .main-nav .nav-list > .menu-item.mega > .sub-menu > .menu-item > a:hover, header .main-nav .nav-list > .menu-item.mega > .sub-menu > .menu-item > .sub-menu a:hover {
        color: #1a6ed1;
    }

    header .main-nav .nav-list > .menu-item.mega > .sub-menu > .menu-item > .sub-menu a {
        color: #8c8c8c;
        font-weight: normal;
    }
}

header .main-nav .nav-list > .menu-item > .sub-menu > li {
    left: 0;
}

@media (min-width: 1024px) {
    header .main-nav .nav-list > .menu-item.mega:not(.mega-single-column):not(.mega-mul-subs):not(.mega-accredited) > .sub-menu > li:nth-child(2) {
        border-left: 1px solid #eeeeee;
    }

    header .main-nav .nav-list > .menu-item.mega:not(.mega-single-column):not(.mega-mul-subs):not(.mega-accredited) > .sub-menu > li:not(:first-child) {
        padding-left: 30px;
    }

    header .main-nav .nav-list > .menu-item.mega-single-column > .sub-menu > li {
        width: 100%;
    }

    header .main-nav .nav-list > .menu-item.mega.mega-mul-subs > ul.sub-menu {
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
        -webkit-column-gap: 25px; /* Chrome, Safari, Opera */
        -moz-column-gap: 25px; /* Firefox */
        column-gap: 25px;
    }

    header .main-nav .nav-list > .menu-item.mega.mega-mul-subs > ul.sub-menu > .menu-item-has-children {
        min-height: 320px;
        border-left: 1px solid #eee;
        padding-left: 30px;
    }

    header .main-nav .nav-list > .menu-item.mega.mega-mul-subs > ul.sub-menu > .menu-item-has-children#menu-item-7904 {
        min-height: 250px;
    }

    header .main-nav .nav-list > .menu-item.mega.mega-accredited > ul.sub-menu::before {
        content: url(../images/accredited_powder_coater.png);
        float: left;
        margin-left: 15px;
    }

    header .main-nav .nav-list > .menu-item.mega.mega-accredited > ul.sub-menu > li:first-child {
        border-left: 1px solid #eee;
        margin-left: 30px;
        padding-left: 30px;
        height: 130px;
    }

    header .main-nav .nav-list > .menu-item.mega.mega-accredited > ul.sub-menu > li > a {
        width: 100%;
    }

    header .main-nav .nav-list > .menu-item.mega.mega-accredited.menu_in_one_column > ul.sub-menu > li:first-child {
        display: flex;
        float: none;
        height: 45px;
        border-left: none;
    }

    header .main-nav .nav-list > .menu-item.mega.mega-accredited.menu_in_one_column > ul.sub-menu > li:nth-child(2) {
        margin-left: 30px;
    }

    header .main-nav .nav-list > .menu-item.mega.mega-accredited.menu_in_one_column > ul.sub-menu::before {
        border-right: 1px #eee solid;
        padding-right: 30px;
    }

}

header .sub-menu .menu-item.project-item a {
    width: auto;
}

.menu-item.project-item > a {
    margin: 0;
}

header .project_element .image_wrapper img {
    max-width: 100%;
}

header .all-projects-item, header .project-item {
    width: 24%;
}

header .project-item {
    padding-left: 30px;
}

@media (max-width: 1136px) {
    header .all-projects-item {
        width: 15%;
    }
}

@media (max-width: 1023px) {
    header .all-projects-item, header .project-item {
        width: 100%;
    }
}

.user-nav .menu-item a{
    font-family: 'Inter', Arial;
    font-weight: 600;
}

header .website-label{
    display: inline-block;
    margin-right: 10px;
}

header .website-dropdown{
    position: relative;
    display: inline-block;
}

header .website-dropdown .dropbtn{
    background-color: #efefef;
    font-family: 'Inter', Arial;
    color: #122858;
    padding: 12px 10px 10px 15px;
    border: none;
    width: 170px;
    display: block;
    text-align: left;
    margin-right: 15px;
    font-weight: 600;
    font-size: 13px;
}

header .website-dropdown .dropbtn:after{
    content: '';
    background-image: url(../images/arrow-down.png);
    position: absolute;
    right: 30px;
    top: 18px;
    background-size: cover;
    width: 16px;
    height: 8px;
    background-repeat: no-repeat;
    transition: all .2s ease;
}

header .website-dropdown .dropdown-content{
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 170px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

header .website-dropdown .dropdown-content a {
    color: #122858;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: 'Inter', Arial;
    font-weight: 600;
    text-align: left;
}

header .website-dropdown.active .dropdown-content{
    display: block;
    z-index: 999;
}

header .website-dropdown.active .dropdown-content a:hover{
    background-color: #122858;
    color: #fff;
}

header .website-dropdown.active .dropbtn:after{
    transform: rotate(180deg);
}

/************Header Menu End*************/

/************News list Start*************/
@media (min-width: 768px) {
    .news-item {
        min-height: 400px;
    }
}

.news-item {
    margin-bottom: 30px;
}

.news-item .news-excerpt {
    margin: 15px 0;
}

.news-item a {
    color: #8c8c8c;
    text-decoration: underline;
}

.news-item .news-item-title {
    margin-top: 15px;
}

/*************News list End**************/

.full-width-container img {
    width: 100%;
    height: auto;
}

.narrow-container {
    max-width: 767px;
    margin: auto;
}

#image-gallery-container .slick-prev:before, .slick-next:before {
    z-index: 9;
}

#image-gallery-container .slick-prev:before {
    content: url(../images/left-arrow.png);
}

#image-gallery-container .slick-next:before {
    content: url(../images/right-arrow.png);
}

#image-gallery-container .slick-slide {
    padding: 0 15px;
}

span.prev-post-link a, span.next-post-link a {
    color: #8c8c8c;
    font-size: 20px;
}

span.next-post-link {
    float: right;
}

@media (max-width: 767px) {
    span.next-post-link {
        float: none;
    }

    span.next-post-link, span.prev-post-link {
        display: block;
        text-align: center;
        padding: 15px;
    }
}

span.prev-post-link a::before {
    content: url(../images/left-arrow-small.png);
    margin-right: 15px;
    margin-left: 15px;
    z-index: 99;
    display: inline-block;
}

span.next-post-link a::after {
    content: url(../images/right-arrow-small.png);
    margin-left: 15px;
    margin-right: 15px;
    z-index: 99;
    display: inline-block;
}

.project-header-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 300px;
}

.project-header-container {
    color: #fff;
    position: relative;
}

.swatch {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
}

.swatch h1 {
    text-align: left;
    margin: 0;
    padding: 0;
    line-height: 1.1;
}

.swatch h1.heading1_sm {
    font-size: 25px;
}

@media (min-width: 1024px) {
    .swatch h1.heading1_sm {
        font-size: 29px;
    }
}

@media (min-width: 1200px) {
    .swatch h1.heading1_sm {
        font-size: 39px;
    }

    .page-id-2613 .swatch h1 {
        font-size: 48px;
    }
}

.swatch .swatch_name {
    position: relative;
    bottom: auto;
    left: auto;
}

.swatch .primary_benefit_statement {
    position: relative;
    bottom: auto;
    left: auto;
    font-size: 17px;
    text-transform: uppercase;
    width: 100%;
}

.project-details {
    margin-bottom: 30px;
}

.project-details .label {
    color: #9d9d9d;
}

.project-details .value {
    font-family: 'Inter', Arial;
}

@media (min-width: 768px) {
    .project-header-container {
        min-height: auto;
    }

    .swatch {
        width: 350px;
        height: 350px;
        padding: 24px;
        position: relative;
        bottom: auto;
        margin-top: 80px;
        margin-bottom: 130px;
        margin-left: 30px;
    }

    .swatch .swatch_name {
        position: absolute;
        bottom: 29px;
        left: 24px;
    }

    .swatch .primary_benefit_statement {
        font-size: 18px;
        position: absolute;
        bottom: 22px;
        left: 0;
        padding: 0 24px;
    }

    .swatch .primary_benefit_statement p {
       padding-left: 1px;
    }

    .project-details {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .swatch {
        margin-left: 0;
        height: 390px;
        width: 390px;
    }

    .project-details {
        font-size: 24px;
    }

    body.home .swatch h1 {
        font-size: 40px;
    }
}

.pure-color-banner h1 {
    margin: 0;
    padding: 60px 0 50px 0;
}

.pure-color-banner h2, .pure-color-banner h3 {
    margin-bottom: 20px;
    font-weight: 600;
}

.pure-color-banner .banner-box .text-block {
    padding: 30px;
    vertical-align: top;
}

.pure-color-banner .banner-box .text-block p {
    font-family: 'Inter', Arial;
    color: #fff;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

.banner-box {
    position: relative;
    display: block;
}

@media (min-width: 1024px) {
    .banner-box.register-banner-box {
        bottom: 30px;
    }
}

.banner-box .text-block, .banner-box .image-block {
    display: block;
}

.banner-box .image-block img {
    max-width: 100%;
    width: 100%;
}

.banner-box .text-block {
    position: absolute;
    bottom: 0;
}

.banner-box .text-block, .banner-box .image-block {
    width: 100%;
}

@media (min-width: 1024px) {
    .banner-box {
        display: table;
        width: 100%;
    }

    .pure-color-banner h2, .pure-color-banner h3 {
        margin-bottom: 40px;
    }

    .pure-color-banner .banner-box .text-block p {
        font-size: 20px;
    }

    .pure-color-banner .banner-box .text-block, .pure-color-banner .banner-box .image-block, .pure-color-banner .tab-content {
        bottom: -30px;
    }

    .banner-box .text-block, .banner-box .image-block {
        width: 50%;
        position: relative;
        display: table-cell;
    }

    .pure-color-banner .banner-box .text-block {
        padding: 50px;
    }
}

@media (min-width: 1024px) and (max-width: 1284px) {
    .pure-color-banner .banner-box {
        margin-left: 30px;
        margin-right: 30px;
        width: auto;
    }
}

.pure-color-banner-blue {
    background-color: #008ed2;
}

.pure-color-banner-torquoise {
    background-color: #2f9eca;
}

.pure-color-banner-blue, .pure-color-banner-torquoise, .pure-color-banner-blue h1, .pure-color-banner-torquoise h1, .pure-color-banner-blue h2, .pure-color-banner-torquoise h2, .pure-color-banner-blue h3, .pure-color-banner-torquoise h3 {
    color: #ffffff;
}

.pure-color-banner-blue .banner-box .text-block, .pure-color-banner-torquoise .banner-box .text-block {
    background-color: #062f5f;
}

.pure-color-banner-blue .banner-box .text-block img, .pure-color-banner-torquoise .banner-box .text-block img {
    width: auto;
}

@media (max-width: 767px) {
    .pure-color-banner .banner-box .text-block {
        background-color: rgba(6, 47, 95, 0.8);
    }
}

@media (max-width: 485px) {
    .pure-color-banner .banner-box .text-block {
        top: 0;
        left: 0;
        right: 0;
    }

    .pure-color-banner .banner-box .text-block > div {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
    }
}

.product-group .product-intro {
    padding-left: 20px;
    font-size: 20px;
    margin-bottom: 20px;
    font-family: 'Inter', Arial;
}

.product-group .product-intro a {
    font-weight: 600;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

.product-group .product-intro a, #order_product_brochures p a {
    text-decoration: none;
    border-bottom: 1px #8c8c8c solid;
}

.product-group .title-line {
    margin-bottom: 30px;
}

.product-group .range_warranty_image {
    margin: 20px 10px;
}

.page-template-tpl-product-detail-page hr, .page-template-tpl-alumi-sheild-page hr {
    margin-top: 30px;
}

.page-template-tpl-product-detail-page h2, .page-template-tpl-alumi-sheild-page h2 {
    margin-bottom: 5px;
}

@media (min-width: 1024px) {
    .page-template-tpl-product-detail-page hr, .page-template-tpl-alumi-sheild-page hr {
        margin-top: 50px;
    }
}

@media (min-width: 1200px) {
    .page-template-tpl-product-detail-page hr, .page-template-tpl-alumi-sheild-page hr {
        margin-top: 80px;
    }

    .page-template-tpl-product-detail-page h2, .page-template-tpl-alumi-sheild-page h2 {
        margin: 60px 0 30px 0;
    }
}

.product-information #general-tab .wrapper .grid-50:first-child {
    padding-right: 50px;
}

@media (min-width: 1200px) {
    .product-information #general-tab .wrapper .grid-50:last-child {
        padding-left: 50px;
        border-left: 1px solid #e0ecf1;
    }
}

.page-template-tpl-product-detail-page h3, .page-template-tpl-product-detail-page h4, .page-template-tpl-alumi-sheild-page h3, .page-template-tpl-alumi-sheild-page h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-template-tpl-product-detail-page h4, .page-template-tpl-alumi-sheild-page h4 {
    font-size: 18px;
}

@media (min-width: 1024px) {
    .page-template-tpl-product-detail-page h3, .page-template-tpl-alumi-sheild-page h3 {
        margin-bottom: 15px;
        margin-top: 15px;
    }
}

@media (min-width: 1200px) {
    .page-template-tpl-product-detail-page h3, .page-template-tpl-alumi-sheild-page h3 {
        font-size: 30px;
        margin-bottom: 20px;
        margin-top: 30px;
    }

    .page-template-tpl-product-detail-page h4, .page-template-tpl-alumi-sheild-page h4 {
        line-height: 30px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
}

.page-template-tpl-product-detail-page .range_warranty_image, .page-template-tpl-alumi-sheild-page .range_warranty_image {
    margin: 7.5px 15px 7.5px 0;
    display: inline-block;
}

.page-template-tpl-product-detail-page #order_swatch_samples > .product-group {
    margin-top: 60px;
}

.page-template-tpl-product-detail-page #order_swatch_samples > hr:last-child {
    display: none;
}

@media (max-width: 1199px) {
    .page-template-tpl-product-detail-page .product-group .title-line {
        margin-left: 20px;
    }
}

@media (max-width: 767px) {
    .page-template-tpl-product-detail-page .product-group .title-line {
        text-align: center;
    }
}

.brochure_product_link {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}

.brochure_product_link img.product_image {
    width: 50%;
    float: right;
    display: block;
    margin-right: 10%;
}

.brochure_product_link .product__title {
    clear: both;
    background-color: #002c65;
    color: #fff;
    min-height: auto;
    padding: 10px 5px 8px 10px;
}

.accredited-powder-coaters-row .image-block img {
    width: 100%;
}

.accredited-powder-coaters-row .text-block {
    background: rgba(241, 241, 241, 0.8);
    color: #00275d;
    vertical-align: top;
    padding: 40px;
    width: 100%;
}

.accredited-powder-coaters-row .text-block .intro {
    margin-top: 10px;
}

.accredited-powder-coaters-row + .note {
    float: right;
    margin-top: 15px;
}

.accredited-powder-coaters-row .accredited-powder-coater-logo {
    margin-bottom: 20px;
}

@media (max-width: 485px) {
    .accredited-powder-coaters-row .accredited-powder-coater-logo {
        width: 50%;
    }
}

@media (min-width: 1024px) {
    .accredited-powder-coaters-row .text-block .note {
        position: absolute;
        bottom: 70px;
    }

    .accredited-powder-coaters-row .text-block {
        padding: 70px;
        background-color: #f1f1f1;
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .accredited-powder-coaters-row .text-block .intro {
        margin-top: 60px;
    }
}

@media (max-width: 699px) {
    .accredited-powder-coaters-row .text-block, .brochures-download-row .text-block {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .accredited-powder-coaters-row .text-block > div, .brochures-download-row .text-block > div {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        text-align: center;
    }

    .search-accredited-powder-coaters-row .text-block {
        top: -15px;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .search-accredited-powder-coaters-row .text-block > div {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        text-align: center;
    }
}

.light-blue-button {
    background-color: #1799ce;
    color: #fff;
    border: 1px solid #1799ce;
    text-decoration: none;
    padding: 15px 70px;
    margin-top: 15px;
    display: inline-block;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 600;
    text-align: center;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font-family: 'Inter', Arial;
}

.light-blue-button:hover {
    text-decoration: none;
    background-color: #fff;
    color: #1799ce;
}

.white-button {
    background-color: #fff;
    color: #00275d;
    text-decoration: none;
    padding: 15px 70px;
    margin-top: 15px;
    display: inline-block;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 600;
    text-align: center;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font-family: 'Inter', Arial;
}

.white-button:hover {
    text-decoration: none;
    background-color: #00275d;
    color: #fff;
}

.search-accredited-powder-coaters-row {
    margin-top: 80px;
}

.search-accredited-powder-coaters-row .image-block, .search-accredited-powder-coaters-row .text-block {
    width: 100%;
    text-align: center;
}

.search-accredited-powder-coaters-row .text-block {
    margin-top: 15px;
    background-color: rgba(0, 108, 206, 0.8);
}

.search-accredited-powder-coaters-row .text-block h3, .search-accredited-powder-coaters-row .text-block p {
    color: #fff;
    margin-bottom: 10px;
}

@media (min-width: 700px) {
    .search-accredited-powder-coaters-row .text-block {
        padding: 60px;
    }
}

@media (min-width: 1024px) {
    .search-accredited-powder-coaters-row .image-block {
        width: 50%;
    }

    .search-accredited-powder-coaters-row .text-block {
        width: 50%;
        text-align: left;
        padding: 70px;
        vertical-align: top;
        background-color: #006cce;
    }

    .search-accredited-powder-coaters-row .text-block p {
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .search-accredited-powder-coaters-row .text-block p {
        font-size: 20px;
        margin-top: 60px;
        margin-bottom: 30px;
    }
}

.brochures-download-row .text-block {
    background: rgba(184, 49, 41, 0.8);
    color: #fff;
    padding: 40px;
    vertical-align: top;
}

@media (min-width: 1024px) {
    .brochures-download-row .text-block {
        background: #b83129;
    }
}

@media (min-width: 1200px) {
    .brochures-download-row .text-block {
        padding: 70px 150px 70px 70px;
    }

    .brochures-download-row .text-block p {
        font-size: 20px;
        margin-bottom: 30px;
    }
}

.search-accredited-powder-coaters-row:after, .product-ranges-section:after, .wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.gform_wrapper .gfield_password_strength {
    background-color: #fff;
}

.page-template-tpl-login-page .pure-color-banner {
    margin-bottom: 50px;
}

.gform_wrapper .gform_ajax_spinner {
    width: auto;
}

.brochures_one_column_row {
    padding: 0 10px;
}

.brochures_one_column_row h2 {
    text-align: center !important;
    margin-bottom: 20px;
    margin-top: 0;
}

.brochures_one_column_row p {
    text-align: center;
    font-size: 17px;
}

@media (min-width: 768px) {
    .brochures_one_column_row p {
        text-align: center;
        font-size: 20px;
    }

    .brochures_one_column_row h2 {
        margin-bottom: 40px;
    }
}

.slide-wrap {
    background-position: center right;
}

.slide-wrap h2 {
    padding: 0;
    margin: 0;
    text-align: left;
    line-height: 1.2;
}

.swatch .caption {
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}

.slide-wrap .grid-container {
    min-height: 300px;
}

@media (min-width: 1200px) {
    .swatch .caption {
        font-size: 18px;
    }
}

.product-ranges-container .product-range {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
    .product-ranges-container .product-range {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

.product-ranges-container .product-range img {
    width: 100%;
}

.product-ranges-container .product-range a {
    text-decoration: none;
}

.product-ranges-container h5 {
    text-align: center;
    color: #fff;
    padding: 15px;
}

@media (max-width: 485px) {
    .product-ranges-container h5 {
        font-size: 16px;
    }
}

.product-ranges-container .electro h5 {
    background-color: #b67233;
}

.product-ranges-container .duralloy h5 {
    background-color: #008578;
}

.product-ranges-container .precious h5 {
    background-color: #5b3427;
}

.product-ranges-container .fluroset h5 {
    background-color: #a4343a;
}

.product-ranges-container .surreal_effects h5 {
    background-color: #041e42;
}

.product-ranges-container .alphatec h5 {
    background-color: #f3d03e;
}

.product-ranges-container .duratec-intensity h5 {
    background-color: #005eb8;
}

.product-ranges-container .duratec-eternity h5 {
    background-color: #00478a;
}

.product-ranges-container .duratec-zeus h5 {
    background-color: #367fc2;
}

.product-ranges-container .duratec-elements h5 {
    background-color: #20352e;
}

.product-ranges-container .charisma h5 {
    background-color: #3b3b3c;
}

.product-ranges-container .view-all-ranges h5 {
    background-color: #f3f3f3;
    color: #00275d;
}

.banner_image_text_row .text-block {
    padding: 30px;
    vertical-align: top;
    font-size: 14px;
    text-align: left;
}

@media (min-width: 768px) {
    .banner-box.banner_image_text_row .text-block, .banner-box.banner_image_text_row .image-block {
        width: 50%;
        position: relative;
        display: table-cell;
    }
}

@media (min-width: 1200px) {
    .banner_image_text_row .text-block {
        padding: 70px;
        line-height: 1.8;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .banner-box.banner_image_text_row .text-block {
        position: relative;
    }
}

@media (max-width: 1023px) {
    .menu-item-has-children > a:after {
        content: url(../images/down-arrow.png);
        display: inline-block;
        float: right;
        transition: all 0.3s ease;
        margin-right: 15px;
    }

    header .account-desktop-menu-item {
        display: none;
    }
}

@media (min-width: 1024px) {
    .account-mobile-menu-item {
        display: none;
    }
}

@media (max-width: 1023px) {
    header .main-menu {
        margin-bottom: 2px;
    }
}

.approved_items {
    margin-top: 15px;
    marign-bottom: 15px;
}

.approved_items::before {
    content: url(/wp-content/plugins/dulux-custom/images/green_tick.png);
    margin-right: 15px;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 5px 15px !important;
}

.dulux-pagination {
    text-align: center;
    margin: 15px 0;
}

.premium-customer-check .gfield_checkbox label {
    font-size: 16px !important;
}

.premium-customer-check > .gfield_label {
    display: none !important;
}

.premium_customer_image {
    margin-left: 15px;
}

.accredited_customer_image {
    width: 80px;
    margin-left: 15px;
}

.menu-item-order-swatches a:after, .menu-item-order-colour-cards a:after {
    display: inline-block;
    content: "";
    background-repeat: no-repeat;
}

.menu-item-order-swatches a:after {
    background-image: url("../images/DGL-Swatch-images.png");
    background-size: 170px 150px;
    width: 170px;
    height: 150px;
}

.menu-item-order-colour-cards a:after {
    background-image: url("../images/Dglpowders-Colour-Card-group.png");
    background-size: 170px 170px;
    width: 170px;
    height: 170px;
}

@media(min-width: 921px){
    .menu-item-group > a {
        visibility: hidden;
        height: 0;
    }
}

header .main-nav .nav-list > .menu-item.mega > .sub-menu > .menu-item-group.menu-item > .sub-menu a {
    color: #00275d;
}

@media (min-width: 768px) {
    .home_quick_links div:nth-child(1) .single_quicklink,
    .home_quick_links div:nth-child(3) .single_quicklink {
        float: right;
    }

    .home_quick_links .single_quicklink {
        max-width: 450px;
        width: 100%;
    }
}

.home_quick_links .single_quicklink {
    background-color: #f7f7f7;
    margin: 0 20px;
    padding: 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home_quick_links a, .home_quick_links a .single_quicklink h4 {
    text-decoration: none;
    margin-bottom: 0;
}

.product .product__link {
    box-shadow: none;
    border-radius: 0;
}

.product .product__link img {
    max-width: 100%;
}

.product .product_info, .product .product_info a, .product .product_info h5 {
    background-color: #1a2e65;
    color: #fff;
}

.product .product_info {
    padding: 20px;
}

@media (min-width: 768px) {
    .product .product_info {
        min-height: 190px;
    }
}

@media (min-width: 1200px) {
    .product .product_info {
        min-height: 165px;
    }
}

.product .product_info h5 {
    padding: 0;
    margin-bottom: 15px;
}

.product .product_info a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.product .product_info .fa {
    margin-right: 15px;
}

.product .product_info div.product__cart-toggle {
    position: relative;
    width: 100%;
    height: auto;
    background: transparent;
    color: #fff;
    border: none;
    text-align: left;
}

.product .product_info a.product__link {
    border: none;
    text-align: left;
    padding: 0;
}

.product__link.product__image_link {
    padding-right: 50px;
    padding-left: 100px;
    padding-top: 0;
}

.register-web-account-message {
    margin: 50px 0;
    text-align: center;
}

.register-web-account-message p {
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .register-web-account-message {
        margin: 100px 0;
    }

    section.row.brochures-row {
        margin-bottom: 30px;
    }
}

.order_product_brochures.grid-33, .order_product_brochures.grid-66 {
    margin: auto;
    float: none;
}

.swatches .product__link {
    padding-left: 0;
    padding-top: 70px;
    background-repeat: no-repeat;
    background-size: cover;
}

.blue-text {
    color: #082c5c;
}

p.medium-text {
    font-size: 20px;
    font-family: 'Inter', Arial;
    -webkit-font-smoothing: antialiased;
}

.warranty-cover-table {
    width: 100%;
}

.warranty-cover-table img {
    max-width: 100%;
}

.warranty-cover-table td, .warranty-cover-table th {
    color: #082c5c;
    font-weight: 600;
    font-family: 'Inter', Arial;
    -webkit-font-smoothing: antialiased;
}

.warranty-cover-table th {
    padding: 10px 0;
}

.warranty-cover-table tbody tr {
    border-bottom: 1px solid #a1a1a2;
}

.warranty-cover-table thead {
    border-bottom: 2px solid #c0c0c1;
}

.warranty-cover-table thead th {
    padding-bottom: 10px;
}

.warranty-cover-table .dot {
    text-align: center;
    font-size: 50px;
    line-height: 0;
    vertical-align: middle;
}

.warranty-cover-table .circle {
    text-align: center;
    font-size: 20px;
    line-height: 0;
    vertical-align: middle;
    padding-top: 15px;
}

table.visible-sm-up {
    display: none;
}

@media (min-width: 768px) {
    table.visible-sm-up {
        display: table !important;
    }

    table.visible-xs {
        display: none;
    }
}

.tabbed-headers {
    margin-bottom: 30px;
}

.tabbed-headers a {
    text-decoration: none;
    margin: 15px 25px;
    font-family: 'Inter', Arial; /*@TODO: replace with Dulux Sans*/
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    font-size: 17px;
    display: inline-block;
}

.tabbed-headers a.active {
    color: #609dc7;
    border-bottom: 2px solid #609dc7;
}

.child_product_container .detail_container {
    text-align: center;
    padding: 10px;
}

.child_product_container .image_container {
    text-align: center;
}

.child_product_container .child_product_desc {
    width: 100%;
    margin: auto;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .child_product_container .child_product_desc {
        width: 80%;
    }
}

.child_product_container .product-content a {
    text-decoration: none;
}

.scrollable {
    max-width: 100%;
    text-align: center;
}

@media (max-width: 1023px) {
    .scrollable {
        overflow: scroll;
    }
}

.extra-margin-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 1024px) {
    .extra-margin-wrap {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media (min-width: 1200px) {
    .extra-margin-wrap {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .extra-margin-wrap-sm {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .extra-margin-wrap-sm-top {
        margin-top: 60px;
    }
}


.list_style{
    padding: 0 0 0 40px;
    list-style: disc;
}

.list_padding_style{
    padding: 0 0 0 40px;
}

.page-template-tp-half-image-half-text-banner .one_content_row {
    line-height: 27.2px;
}

.small-font {
    font-size: 14px;
}

.accordion-wrap .accordion-row-Content p {
    font-size: 16px;
}

@media (min-width: 768px) {
    .accordion-wrap .accordion-row-Content p {
        font-size: 18px;
    }
}

.half_image_text_row .image_block {
    display: block;
    position: relative;
    width: 100%;
}

.half_image_text_row .text_block {
    width: 100%;
    display: block;
    position: relative;
}

@media (min-width: 992px) {
    .half_image_text_row .image_block {
        display: table-cell;
        width: 50%;
    }

    .half_image_text_row .text_block {
        width: 50%;
        display: table-cell;
        vertical-align: middle;
    }
}

section.grid-33.product-content {
    min-height: 400px;
}

section.grid-33.product-content img {
    max-width: 100%;
}

.banner-box .alumi-shield-warranty-logo {
    margin-right: 30px;
}

.banner-box .warranty-logo {
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .banner-box .warranty-logo {
        max-width: 33%;
    }
}

@media (max-width: 1023px) {
    .banner-box .warranty-logo {
        max-width: 100px;
    }
}

#privacy_statement_textarea {
    margin-top: 30px;
    margin-bottom: 30px;
}

#privacy_statement_textarea h6 {
    font-weight: 600;
    margin-bottom: 5px;
}

#privacy_statement_textarea textarea {
    width: 100%;
    min-height: 100px;
    line-height: 1.8;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    background-color: #f5f5f5;
    padding: 10px 5px;
}

.disclaimer_section {
    margin-top: 30px;
}

.disclaimer_section p {
    font-style: italic;
}

.nav-list .sub-menu .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children a:hover {
    color: #00275d !important;
}

.page-template-tpl-colour-range-page.colour .products .products_inner .swatches:last-of-type {
    display: none;
}

.rm_padding_left{
    padding-left: 0 !important;
}

.slide-wrap.cycle-slide a {
    text-decoration: none;
}

.admin-account .gform_wrapper .gfield select, .admin-account .gform_wrapper .gfield input, .admin-account .gform_wrapper .gfield textarea,
.admin-order .gform_wrapper .gfield select, .admin-order .gform_wrapper .gfield input, .admin-order .gform_wrapper .gfield textarea
{
    background-color: #f9f9f9;
}

.export-progress {
    background-color: #f0f0f0;
    width: 100%;
    height: 20px;
    margin-top: 30px;
}

.download-report {
    margin-top: 30px;
}

.export-progress > div {
    display: inline-block;
    background-color: #c0c0c0;
    height: 20px;
}

.export-form__past_exports .delete-link {
    margin-left: 15px;
}
.project_accredited_logo{
    max-width: 100%;
    display: block;
    margin-top: 20px;
}

.page-template-tpl-product-detail-page .mw.product-logo {
    max-width: 330px;
}

.main-nav ul.sub-menu #menu-item-7903 {
    margin-bottom: 50px;
}

.spacing_bottom {
    padding: 0;
    margin-bottom: 50px;
}

@media (min-width: 1024px) {
    .hide_desktop {
        display: none;
    }
}

.brochure_copy{
    text-align: center;
    margin-top: 30px;
}

@media (max-width: 1023px) {
    .hide_mobile {
        display: none;
    }
}


.mobile-menu{
    padding: 10px;
}

.mobile-menu .mobile_logo{
    position: absolute;
    z-index: 99;
    top: 14px;
}

.mobile-menu .mobile_logo img{
    max-width: 120px;
}

.mobile-menu .header-extras{
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 50px;
}

.mobile-menu  .nav-mobile-wrap {
    border: 0;
}

.mobile-menu  .nav-mobile-wrap span{
    display: none;
}

.mobile-menu .website-dropdown .dropbtn, .mobile-menu .website-dropdown .dropdown-content{
    width: 80px;
    min-width: 80px;
}

.mobile-menu .website-dropdown .dropdown-content a{
    padding: 8px 13px;
}

.mobile-menu .nav-mobile {
    background: #fff url(../images/nav.svg) no-repeat center center;
    height: 25px;
    width: 25px;
    top: 15px;
}

.mobile-menu .nav-list{
    padding: 20px 0;
}
@media (max-width: 1023px) {
    .mobile-menu .header-extras {
        right: 90px;
        padding: 16px 10px;
    }
}

@media (max-width: 399px) {
    .mobile-menu {
        padding: 10px 5px;
    }

    .mobile-menu .website-dropdown .dropbtn, .mobile-menu .website-dropdown .dropdown-content {
        width: 70px;
        min-width: 70px;
        margin: 0;
    }

    .mobile-menu .website-dropdown .dropbtn:after {
        right: 10px;
    }
}


.pure-color-banner-light-grey {
    background-color: lightgray;
    z-index: -1;
}

.product__special__button {
    position: relative;
    background-color: #3978c6;
    padding: 12px;
    margin: auto;
    text-align: center;
    height: 45px;
    width: 24%;
    border: none;
    border-radius: 12px;
    color: white;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: inline-block;
    text-decoration: none;
}

.product__special__button:hover{
    text-decoration: none;
}

@media(max-width: 767px){
    .product__special__button {
        width:100%;
        display: block;
        margin-bottom: 10px;
    }
}

.mobile-search-icon{
    position: absolute;
    z-index: 9999;
    top: 13px;
    right: 58px;
}

.mobile-search-icon a{
    font-size: 30px;
}


.search_page_item {
    text-decoration: none;
    font-size: 25px;
    display: block;
    margin: 15px 0;
    color: #00275d;
}

.search-header {
    font-size: 45px !important;
}


.single-product-page {
    margin: 0 5px;
}

.no-search {
    text-align: center;
    font-size: 20px;
}

.colour_button {
    width: 190px;
    padding: 10px 0;
}

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

@media(min-width: 880px){
    .button_group .colour_button:first-child{
        margin-right: 20px;
    }
}

@media(max-width: 879px){
    .button_group .colour_button {
        display: block;
        margin: 10px auto;
    }
}

.full-width-container {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

@media(max-width: 879px) {
    .single-product-buttons {
        margin: 40px auto;
    }
}

.single__product__download {
    min-width: 250px;
}

.single__product__pdf_download {
    max-width:100%;
}

.single__product_brochure_heading {
    display: inline-block;
    width: 100%;
}

@media(max-width: 1199px) and (min-width: 1024px) {
    .user-nav li a {
        margin: 0 !important;
    }
}
@media(min-width: 1024px) and (max-width: 1149px) {
    .menu-item a .fa, .cart-link a .fa {
        font-size: 10px;
    }
}

.single_product_swatch_container h1{
    padding: 30px 0 0 0 !important;
}

.single_product_swatch_container h2{
    margin-top: 20px;
}

.single_product_swatch {
    max-width: 300px;
    margin: auto;
    height: 300px;
}

@media(min-width: 400px){
    .single_product_swatch {
        max-width: 400px;
        height: 400px;
    }
}

@media(min-width: 600px){
    .single_product_swatch {
        max-width: 600px;
        height: 600px;
    }
}

@media(min-width: 800px){
    .single_product_swatch {
        max-width: 800px;
        height: 800px;
    }
}

.single_product_brochure_title {
    padding: 0 !important;
    margin: 30px 0 60px !important;
}

.single_product_brochure_image{
    max-width: 580px;
    margin:auto;
}

.search-results span.product__range {
    min-height: 34px;
    display: block;
}

.search-results .product-group {
    display: flex;
    flex-wrap: wrap;
}

.swatch_popup_content{
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
    background: white;
}


.swatch_popup_content .product__download_revit,
.swatch_popup_content .product__download_archicad,
.swatch_popup_content .product__download_bim_assets,
.swatch_popup_content .product__download,
.swatch_popup_content .product__cart-toggle
{
    border-radius: 2px 0 2px 0;
    padding: 3px 0;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s;
    background-color: #f7f7f7;
    color: #47484C;
    display: block;
    margin-bottom: 5px;
    margin-left: 15px;
}

#brochure_product_detail .product__cart-toggle{
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 30px;
}

.mobile-menu .mobile_logo {
    position: absolute;
    z-index: 99;
    top: 7px;
}

.mobile_logo img {
    width: 100px;
}

.home_product_range{
    display: none;
}

.home_product_range.show{
    display: block;
}

.view-more-ranges.hide{
    display: none;
}

#menu-item-7903{
    margin-bottom: 5px;
}

#additional-information {
    font-weight: normal;
    color: #919ba2;
}

.filter_box {
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 30px;
  position: relative;
}

.filter_box .fa-search  {
  bottom: -45px;
  position: absolute;
  right: 25px;
  width: 20px;
}

.filter_box .filter_text {
  float: right;
  width: 100%;
  background: #f0f0f0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 15px 0;
  height: 42px;
  padding: 6px 12px;
}

@media(min-width: 576px) {
  .filter_box .filter_text {
    width: 400px;
  }
}

@media (min-width: 1024px) {
  .filter_box {
    margin-top: 50px;
  }

  #project-lists {
    margin-top: 20px;
  }
}

@media(max-width: 767px) {
  .df-floating .df-ui-controls {
    bottom: 55px !important;
  }
}

/** custom colour **/
.center_content_block {
  display: block;
  text-align: center;
}

@media (min-width: 1024px) {
  .custom-colour-row .text-block p {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .custom-colour-row h4 {
    margin-top: 10px;

    &.center_content {
      text-align: center;
    }
  }

  .custom-colour-row h2 {
      text-align: center;
  }
}

@media (min-width: 1200px) {
  .custom-colour-row .text-block p {
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .custom-colour-row h4 {
    margin-top: 15px;
  }
}

.admin-custom-order .image-group .image-wrapper {
  position: relative;
  padding-bottom: 30px;
}

.remove-custom-colour-image {
  color: #EB3C48;
  cursor: pointer;
}

.position_relative {
  position: relative;
}

.cancel-btn.cancel_custom_orders {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-color: #919ba2;
  background-color: #919ba2;
  font-weight: 400;
  font-style: normal;
  font-family: 'Inter', Arial;
  -webkit-font-smoothing: antialiased;
  font-size: 18px !important;
  margin: 0;
  color: #fff;
  box-sizing: border-box;
  padding: 15px 40px;
  border: none;
  border-radius: 0;
  height: 61px;
}

.cancel-btn.cancel_custom_orders:hover {
  background-color: #75828b;
}

.admin-custom-order .admin-order__header .grid-100{
  /*margin-top: 18px;*/
}

.admin-custom-order .admin-order__header .admin-header-meta--date{
  margin-top: 18px;
}

.admin-custom-order .admin-order__header .admin-header-meta--type{
  margin-top: 18px;
}

.admin-custom-order .admin-order__header .admin-header-meta--id{
  margin-left: 15px;
}

@media(max-width:767px){
  .admin-custom-order .admin-order__header .admin-header-meta--type{
    margin-left: 15px;
    display: block;
  }
}

.custom_order_image_container img{
  max-width: 100%;
}

.dropdown--light-grey {
  position: relative;
  max-width: 470px;
  width: 100%;
  text-align: center;
  margin: auto;
  display: block;
}

.dropdown--light-grey:after {
  content: "";
  width: 10px;
  height: 10px;
  float: right;
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  border-top: none;
  border-left: none;
  position: absolute;
  top: 39%;
  right: 5%;
  transform-origin: 100% 100%;
  transform: rotate(45deg);
  transition: all .2s ease;
  margin-right: 10px;
}

.dropdown--light-grey select {
  padding: 15px 20px;
  color: #4c4c4c;
  border: 1px solid #e6e6e6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

#colourPicker:after {
  content: "";
  display: table;
  clear: both;
}

#colourPicker .cropper-view-box {
  outline: 5px solid #042569;
}

#colourPicker .cropper-point {
  background-color: #042569;
  color: #042569;
}

#colour-selector-tool .colourful-loader {
  width: 40px;
  margin: auto;
  display: block;
}

@media (max-width: 767px) {
  #imageCroppedPreview {
    display: none;
  }

  #colourPicker h4 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  #colourPicker .light-blue-button {
    margin: 30px auto;
    display: block;
  }
}

@media(min-width: 768px) {
  .with_vertical_line .grid-50:nth-child(even) {
    padding-left: 50px;
    border-left: 1px solid #e0ecf1;
  }
}

.custom-colour-form .image-upload-field {
  padding-top: 15px !important;
}

.custom-colour-form .image-upload-field label:after {
  content: '#';
  font-size: 10px;
  vertical-align: super;
}

.custom-colour .cycle-slideshow {
  overflow: visible !important;
}

.top-banner-image-credit {
  color: #ffffff;
  display: flex;
  justify-content: flex-end;
  padding: 10px 0;
}

a.tooltips {
  position: relative;
  display: inline;
}

a.tooltips span {
  position: absolute;
  width: 300px;
  color: #FFFFFF;
  background: #555555;
  height: auto;
  line-height: inherit;
  text-align: center;
  padding: 8px;
  visibility: hidden;
  border-radius: 6px;
  font-size: 12px;
}

a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 30%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid #555555;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

a:hover.tooltips span {
  visibility: visible;
  bottom: 30px;
  left: 50%;
  margin-left: -90px;
  z-index: 999;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  a.tooltips span {
    width: 200px;
  }

  a:hover.tooltips span {
    margin-left: -60px;
  }
}

.page-template-tpl-colour-range-page.colour .products .products_inner .grid-container:last-of-type {
  display: none;
}