﻿.screen-reader-text {
    display: none;
}

.mobile {
    display: none;
}

.mobile_nav_footer {
    display: none;
}

.headerWrapper {
    width: 100%;
    background-color: #ffffff;
    height: 150px;
    -webkit-transition: height 0.3s, top 0.5s;
    -moz-transition: height 0.3s, top 0.5s;
    transition: height 0.3s, top 0.5s;
}


    .headerWrapper.fixed {
        position: fixed;
        z-index: 9999;
        top: 0px;
        -webkit-box-shadow: 3px 1px 5px 1px rgba(0,0,0,0.15);
        -moz-box-shadow: 3px 1px 5px 1px rgba(0,0,0,0.15);
        box-shadow: 3px 1px 5px 1px rgba(0,0,0,0.15);
    }

    .headerWrapper.smaller {
        height: 120px;
    }

        .headerWrapper.smaller .logo {
            top: 20px;
            width:155px;
        }

        .headerWrapper.smaller .topRow {
            top: 14px;
        }

        .headerWrapper.smaller .bottomRow {
            top: 52px;
        }

    .headerWrapper .logo {
        position: absolute;
        left: 55px;
        top: 25px;
        width: 186px;
    }

        .headerWrapper .logo img {
            width: 100%;
        }

    .headerWrapper .sectionsMenuWrapper {
        display: none;
    }

.menuWrapper .topRow {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    top: 30px;
    right: 55px;
    position: absolute;
}

.menuWrapper a {
    color: #666666 !important; /*to override sitefinity default */
    text-decoration: none;
}

    .menuWrapper a.requestAQuote {
        color: white !important;
    }

.menuWrapper .bottomRow {
    position: absolute;
    top: 65px;
    right: 0px;
}

.pentair {
    width: 150px;
    position: absolute;
    right: 0px;
}


    .pentair img {
        width: 100%;
    }

.menuWrapper .topRow a:hover {
    font-weight: 700;
}

.menuWrapper a.findDistributors {
    background-image: url("https://cdn2.hubspot.net/hubfs/2618314/2018/Nuheat-LP-H84451-FHConnectedHome-EN-1810/images/distributors.png");
    background-repeat: no-repeat;
    background-size: 25px;
    padding-left: 35px;
    height: 50px;
    padding-top: 5px;
    margin-right: 20px;
    position: absolute;
    right: 230px;
    width: 150px;
    top: 5px;
    font-size: 12px;
    box-sizing: border-box;
}

    .menuWrapper a.findDistributors.open {
        right: 320px;
    }

.menuWrapper a.findInstallers {
    background-image: url("https://cdn2.hubspot.net/hubfs/2618314/2018/Nuheat-LP-H84451-FHConnectedHome-EN-1810/images/installers.png");
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 35px;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-position-y: 8px;
    background-position-x: 4px;
    margin-right: 30px;
    position: absolute;
    right: 64px;
    width: 150px;
    font-size: 12px;
    box-sizing: border-box;
}

    .menuWrapper a.findInstallers.open {
        right: 140px;
    }

.menuWrapper .search {
    background-image: url("https://cdn2.hubspot.net/hubfs/2618314/2018/Nuheat-LP-H84451-FHConnectedHome-EN-1810/images/search.png");
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 30px;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-position-y: 8px;
    position: absolute;
    right: 0px;
    top: 0;
    font-size: 12px;
    box-sizing: border-box;
}

.menuWrapper .searchWrapper {
    position: absolute;
    right: 0px;
    top: 5px;
    display: none;
}

    .menuWrapper .searchWrapper input#keywordTextBox {
        height: 20px;
        width: 120px;
    }

    .menuWrapper .searchWrapper .searchIcon {
        background: transparent;
        background-image: url("https://cdn2.hubspot.net/hubfs/2618314/2018/Nuheat-LP-H84451-FHConnectedHome-EN-1810/images/search.png");
        background-repeat: no-repeat;
        background-size: 18px;
        background-position-y: 7px;
        right: -2px;
        top: -3px;
        cursor: pointer;
        border: 0;
        position: absolute;
        height: 30px;
        width: 25px;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        z-index: 100;
    }

ul.menuItems {
    position: relative;
    right: 200px;
	list-style-type: none;
}

    ul.menuItems > li {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 18px;
        line-height: 20px;
        color: #666666 !important;
        float: left;
        cursor: pointer;
    }

a.requestAQuote {
    color: white;
}

ul.menuItems > li > a {
    padding: 21px 24px 34px;
    display: block;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

ul.menuItems > li:last-child {
    margin-right: 27px;
}


ul.menuItems > li:hover {
    color: #3e3e3e !important;
    border-top: 3px solid #d92632;
}

ul.menuItems > li a:hover {
    color: #666666 !important;
}

.headerWrapper.smaller ul.menuItems > li > a {
    padding-bottom: 24px;
}

.headerWrapper.smaller .menuWrapper .subMenu {
    top: 68px;
}




.menuWrapper .requestAQuote {
    background-color: #D92632;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    border-radius: 10px;
    width: 140px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    position: absolute;
    right: 55px;
    text-align: center;
    top: 13px;
    width: 150px;
}

    .menuWrapper .requestAQuote:hover {
        background-color: #bf0f16;
        font-weight: 500;
        cursor: pointer;
    }




/* MENU */

.menuDivider {
    display: none;
}

.menuWrapper .subMenu {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background-color: #E6E6E6;
	color:#000000;
    padding: 20px;
    top: 78px;
    width: auto;
    margin-left: -200px;
    z-index: 22;
}

.menuWrapper.smaller .subMenu {
    top: 68px;
}

ul.menuItems > li > a::after {
    display: block;
    content: attr(title);
    font-weight: 500;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
    margin-bottom: -1px;
}

.menuWrapper .menuItems > li:hover {
    background-color: #E6E6E6;
	color:#000000;
}

    .menuWrapper .menuItems > li:hover .subMenu {
        display: block;
        opacity: 1;
        visibility: visible;
        margin-left: -400px;
	color:#000000;
    }

        .menuWrapper .menuItems > li:hover .subMenu.products {
            margin-left: 0px;
            min-width: 800px;
        }

        .menuWrapper .menuItems > li:hover .subMenu.customerSupport {
            margin-left: 0;
        }

        .menuWrapper .menuItems > li:hover .subMenu.warranty {
            margin-left: 0px;
        }

        .menuWrapper .menuItems > li:hover .subMenu.learningCentre {
            margin-left: 0;
        }

.menuWrapper .subMenu ul, .menuWrapper .subMenu li {
    box-sizing: border-box;
}

.menuWrapper .subMenu ul {
    float: left;
    width: auto;
    max-width: 200px;
    padding-left: 30px;
    padding-right: 20px;
}

.menuWrapper .subMenu li {
    width: auto;
    min-width: 155px;
	list-style-type: none;
}

    .menuWrapper .subMenu li a {
        color: #666666 !important;
        font-weight: 300;
        font-size: 14px;
        height: 100%;
        width: 100%;
        position: relative;
        display: inline-block;
        padding: 6px 0;
    }

        .menuWrapper .subMenu li a:hover {
            font-weight: 500;
        }

.menuWrapper .subMenu ul li.subMenuHeading a {
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
}

    .menuWrapper .subMenu ul li.subMenuHeading a:hover {
        font-weight: 700;
    }

#nav_main.nav_mobile .mobile_nav_footer {
    display: none;
}



/* BREADCRUMBS */

#breadcrumbs {
    background: #dddcd7;
    padding: 5px 0;
    overflow: hidden;
    box-sizing: content-box;
    height: 23px;
}


    #breadcrumbs .wrapper {
        max-width: 1120px;
        width: 90%;
        margin: 0 auto;
        position: relative;
        /*font-size: 1.05em;*/
        letter-spacing: .01em;
    }

        #breadcrumbs .wrapper > li {
            width: auto;
            font-size: .765625em;
            float: left;
            padding: 3px 5px 0px 0px;
        }



            #breadcrumbs .wrapper > li > a {
                font-size: 1em !important;
            }
