.header-widget {
    .search-nav {
        margin: 0 auto;
        padding: 50px;
        .search-input-nav {
            input {
                background-color: #ffffff;
                padding: 15px 20px;
                font-size: 16px;
                color: #999;
                border: 1px solid #f0efed;
                float: left;
                width: 75%;
                text-align: left;
            }
        }
        button {
            &.primary-button {
                width: 24%;
                color: #FFFFFF !important;
                border: 1px solid #f0efed;
            }
        }
    }
    .agents-search-nav {
        margin-bottom: 55px;
        padding: 50px;
        button {
            &.primary-button {
                width: 24%;
                color: #FFFFFF !important;
                float: left;
                border: 1px solid #f0efed;
            }
            &.dropdown-toggle {
              background-color: #ffffff;
              font-size: 16px;
              color: #575a5d;
              margin-right: 0;
              float: left;
              padding: 15px 20px;
              border: 1px solid #f0efed;
              width: 100%;
              text-align: left;
              font-weight: 600;
            }
        }
        .agents-zipcode-nav {
            input {
                background-color: #ffffff;
                padding: 15px 20px;
                font-size: 16px;
                color: #999;
                float: left;
                border: none;
                width: 25%;
                text-align: left;
                border: 1px solid #f0efed;
            }
        }
        .dropdown-group {
            width: 50%;
            display: inline-block !important;
            float: left;
        }
        .dropdown {
            background-color: #ffffff;
            font-size: 14px;
            color: #999;
            float: left;
            width: 100%;
        }
    }
    i.chevron-down {
        background: url(../images/down-arrow.svg);
        width: 20px;
        height: 15px;
        margin-top: 5px;
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
    }
    i.chevron-up {
        background: url(../images/up-arrow.svg);
        width: 20px;
        height: 20px;
        margin-top: 5px;
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .dropdown-menu {
        position: absolute;
        top: 55px;
        left: 0;
        z-index: 1000;
        float: left;
        padding: 0;
        margin: 0;
        list-style: none;
        font-size: 1em;
        font-weight: 600;
        text-align: left;
        background-color: #ffffff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 0px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        width: 100%;
        li {
            margin: 0;
            a {
                display: block;
                margin: 0;
                padding: 15px 20px;
                clear: both;
                font-size: 1em;
                font-weight: 600;
                line-height: 1.42857143;
                color: #575a5d;
                white-space: nowrap;
                &:hover {
                    background: #575a5d;
                    color: #ffffff;
                }
            }
        }
    }
    .grid {
        *zoom: 1;
        &:before, 
        &:after {
            content: " ";
            display: table;
        }
        &:after {
            clear: both;
        }
    }
    .container {
        width: 100%;
        max-width: 1360px;
        margin: 0 auto;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #nav {
        float: right;
        clear: none;
        margin-left: 0px;
        margin-top: 0px;
        position: relative;
        clear: left;
        ul {
            overflow: hidden;
            margin-bottom: 0;
            padding: 0;
            float: right;
            margin-top: 0px;
            background: none;
            font-weight: 500 !important;
            font-family: HelveticaNeue-Roman, Arial, Helvetica, sans-serif;
        }
        li {
            margin: 0;
            padding-left: 30px;
            float: right;
            width: 50% auto;
            margin: 0 1px 0 0;
            position: relative;
            display: block;
            .null_left, 
            .null_right {
                display: none;
            }
            &:hover .null_left, 
            &:hover .null_right {
                position: absolute;
                display: block;
                width: 600px;
                height: 50px;
                left: -600px;
                margin-top: 27px;
            }
            &:hover .null_right {
                left: 100%;
                right: -600px;
                z-index: 15;
            }
        }
        .nav_menu {
            clear: both;
            overflow: hidden;
            -moz-transition: all 250ms cubic-bezier(0.42, 0, 0.58, 1);
            -ms-transition: all 250ms cubic-bezier(0.42, 0, 0.58, 1);
            -o-transition: all 250ms cubic-bezier(0.42, 0, 0.58, 1);
            -webkit-transition: all 250ms cubic-bezier(0.42, 0, 0.58, 1);
            transition: all 250ms cubic-bezier(0.42, 0, 0.58, 1);
            width: 100vw;
            margin-left: -20px;
            width: auto;
            position: relative;
            top: -10px;
            letter-spacing: 0.3px;
        }
        .tab {
            display: block;
            line-height: 1;
            float: right;
            color: #575a5d;
            margin-bottom: 25px;
            font-weight: 500;
            margin-left: -2px;
            margin-right: -2px;
            font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
            strong {
                font-weight: normal;
                font-size: 16px;
            }
            &:hover, 
            &:focus {
                color: #2D2F30;
                text-decoration: none;
                font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
                text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.6);
            }
            &:active {
                color: #2D2F30;
                font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
                text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.6);
            }
        }
        .open {
            .tab {
                color: #2D2F30;
                text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.6);
                strong {
                    color: #2D2F30;
                    font-weight: 500;
                    text-decoration: none;
                }
            }
        }
    }
    .js {
        #nav {
            .nav_menu {
                display: block;
            }
            &.open {
                .nav_menu {
                    display: block;                    
                }
            }
        }
    }
    .csstransitions {
        #nav {
            .nav_menu {
                display: block;
                height: auto;
            }
        }
        #menu {
            .container {
                height: 0;
                -moz-transition: all 250ms cubic-bezier(0.42, 0, 0.58, 1);
                -ms-transition: all 250ms cubic-bezier(0.42, 0, 0.58, 1);
                -o-transition: all 250ms cubic-bezier(0.42, 0, 0.58, 1);
                -webkit-transition: all 250ms cubic-bezier(0.42, 0, 0.58, 1);
                transition: all 250ms cubic-bezier(0.42, 0, 0.58, 1);
                transition-delay: 200ms;
                -webkit-transition-delay: 200ms;                
            }
        }
    }
    #menus {
        position: absolute;
        left: 0;
        z-index: 10000000000;
        top: 140px;
        .fields {
            display: none;
        }
    }
    .menu_content {
        ol {
            padding: 2em 0 0 0;
        }
        .blocks {
            a {
                font-size: 16px;
            }
        }
    }
    #menus {
        width: 100%;
        margin: -17px 0 0;
        background: #f0efed;
        color: #fff;
        .container {
          overflow: hidden;
        }
        p {
            color: #e6e8e8;
            font-weight: bold;
            a {
                font-weight: bold;
            }
        }
    }
    #menus {
        .fields.open {
            display: block;
            div.menu_content {
                padding: .8em 0 1.6em 0;
            }
        }
    }
    body.touch #menus, 
    .csstransitions body.touch #menus {
        .container {
            -moz-transition: none;
            -ms-transition: none;
            -o-transition: none;
            -webkit-transition: none;
            transition: none;
        }
    }
    body.touch {
        #menus {
            .fields.open {
                -webkit-transition: opacity 400ms cubic-bezier(0.42, 0, 0.58, 1);
                -webkit-transform: translate3d(0, 0, 0);
            }
        }
    }
    .menu-text {
        padding: 0 50px;
        width: 100%;
        ul {
            display: inline;
            li {
                font-weight: 300;
                list-style: none;
                list-style-position: inside;
                color: #575a5d;
                font-size: 16px;
                text-decoration: none;
                margin: 15px 0;
                a {
                    text-decoration: none;
                    padding-bottom: 20px;
                    color: #575a5d;
                    border: none;
                    &:hover {
                        text-decoration: none;
                        padding-bottom: 2px;
                        color: #575a5d;
                        border-bottom: 1px solid #575a5d;
                    }
                }
                &.title {
                    a {
                        font-weight: 600;
                        color: $stateauto--gray;
                        margin-bottom: 30px;
                        text-decoration: none;                        
                    }
                }
            }
        }
    }
}
