/* Start of CSS for New Test Navbar */
.default-nav {
    overflow: visible;
}
.test-nav {
    z-index: 11;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 5px 2px #00000033;
}
.test-nav div {
    overflow: visible;
}
.test-nav .nav-wrap {
    display: table;
    width: 100%;
    height: 79px;
}
.test-nav .nav-item {
    display: table-cell;
    vertical-align: middle;
}
.test-nav .hamburger-dropdown {
    float: left;
}
.test-nav .hamburger-icon {
    background: url(../svg/hamburger-icon.svg) no-repeat center;
    background-size: contain;
    width: 31px;
    height: 79px;
    border: 0px;
    padding: 0px;
}
.test-nav .dropdown-menu {
    border-radius: 0px;
    background: #FFFFFF;
    border: 0px;
    box-shadow: 3px 3px 3px #0000004d;
    margin-top: 0px;
    padding: 0px;
    width: 330px;
    margin-left: -15px;
    border-left: 1px solid #EEEEEE;
}
.test-nav .close-icon {
    border: 0px;
    background: url(../close-icon.html) no-repeat center;
    background-size: contain;
    width: 16px;
    height: 61px;
    float: right;
    margin-right: 20px;
    padding: 0px;
}
.test-nav li:first-child {
    height: 61px;
}
.test-nav li {
    border-top: 1px solid #BEBEBE;
    margin-bottom: 0px;
}
.test-nav .dropdown a {
    font-family: "Maison Neue Book", Arial, Helvetica, sans-serif;
    font-size: 16px;
    letter-spacing: 0.24px;
    line-height: 48px;
    color: #000000;
    border: 0px;
    border-radius: 0px;
    background: #FFFFFF;
    padding: 0 0 0 32px;
}
.test-nav .dropdown a:focus {
    color: #000000;
    background-color: #FFFFFF;
}
.test-nav .dropdown a:hover {
    text-decoration: underline;
}
.test-nav .active a {
    color: #000000 !important;
}
.test-nav li:hover a {
    background: #FFFFFF;
}
.test-nav li.active a {
    border-left: 6px solid #0047BB;
    padding-left: 26px;
    pointer-events: none;
    cursor: default;
}
.test-nav li.active:hover a {
    text-decoration: none;
    background: #FFFFFF;
}
.test-nav .dropdown a.phone-number {
    padding: 0px;
    text-align: center;
    color: #0047BB !important;
    font-size: 18px;
}
.test-nav .centurylink-logo-wrap {
    float: left;
    width: calc(100% - 62px);
    width: -moz-calc(100% - 62px);
    width: -webkit-calc(100% - 62px);
    text-align: center;
}
.test-nav .centurylink-logo img {
    width: 126px;
    height: 79px;
    object-fit: contain;
}
.test-nav .change-zipcode {
    background: #FFFFFF;
    width: 13px;
    height: 79px;
    border: 0px;
    padding: 0px;
    float: right;
}
.test-nav .zipcode-icon {
    background: url(../svg/zipcode-icon.svg) no-repeat center;
    background-size: contain;
    width: 100%;
    height: 100%;
}
.test-nav-active .below-test-nav-margin { 
    margin-top: 0px !important;
}
.test-nav-active .below-test-nav-padding { 
    padding-top: 0px !important;
}
.test-nav-active .below-test-nav-top { 
    top: 0px !important;
}
#suggestions, #suggestions_mobile {
    display: none;
    background-color: #FFF;
    margin-top: 50px;
    margin-left: -11px;
    min-width: 300px;
    border: solid #CCC 1px;
    position: absolute;
    padding-top: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3.8px 3px, rgb(183, 183, 183) 1px 2px 4px;
}
#suggestions li, #suggestions_mobile li {
    font-family: "Maison Neue Light", Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 22px;
    height: auto;
    border: none;
    text-align: left;
    white-space: nowrap;
    cursor: pointer;
}
#suggestions_mobile {
    margin-top: 48px;
    min-width: 295px;
}

@media (max-width: 767px) {
    .test-nav .container {
        width: auto;
    }
}
@media (min-width: 768px) {
    .test-nav .top-nav-wrap {
        float: right;
    }
    .test-nav .top-nav {
        font-family: "Maison Neue Book", Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 20px;
        color: #000000;
        letter-spacing: 0.06px;
        float: left;
        border: 0px;
        background: transparent;
        padding: 0px;
        margin-left: 20px;
    }
    .test-nav .top-nav:hover {
        text-decoration: underline;
    }
    .test-nav .centurylink-logo-wrap {
        width: auto;
    }
    .test-nav .centurylink-logo img {
        width: 130px;
        height: 60px;
    }
    .test-nav .dropdown {
        float: left;
    }
    .test-nav .dropdown button,
    .test-nav .dropdown a.sign-in-link,
    .test-nav .dropdown a.sign-out-link {
        font-family: "Maison Neue Book", Arial, Helvetica, sans-serif;
        font-size: 18px;
        line-height: 60px;
        color: #000000;
        margin-left: 33px;
        float: left;
        border: 0px;
        padding: 0px;
        background: #FFFFFF;
        padding-top: 2px;
        height: 60px;
    }
    .test-nav .dropdown a.sign-out-link:hover,
    .test-nav .dropdown a.sign-out-link:focus {
        text-decoration: none;
    }
    .test-nav .dropdown .bottom-border {
        border-bottom: 3px solid #EEEEEE;
        position: relative;
        top: -18px;
    }
    .test-nav .dropdown button:hover .bottom-border,
    .test-nav .dropdown.active .bottom-border,
    .test-nav .dropdown a.sign-in-link:hover .bottom-border,
    .test-nav .dropdown a.sign-out-link:hover .bottom-border{
        border-bottom: 3px solid #0047BB;
    }
    .test-nav .dropdown a.sign-in-link,
    .test-nav .dropdown a.sign-out-link{
        text-decoration: none;
    }
    .test-nav .dropdown-menu {
        margin-left: 0px;
        width: 189px;
        padding: 0px 11.5px;
        border-top: 1px solid #BEBEBE;
    }
    .test-nav .home-dropdown .dropdown-menu {
        margin-left: -21.79px;
    }
    .test-nav .business-dropdown .dropdown-menu {
        margin-left: -8.015px;
    }
    .test-nav .support-dropdown .dropdown-menu {
        margin-left: -28.33px;
    }
    .test-nav .sign-in-dropdown .dropdown-menu {
        left: unset;
        right: 24px;
    }
    .test-nav li:first-child {
        height: auto;
        border-top: 0px;
    }
    .test-nav .dropdown a {
        padding-left: 9.5px;
    }
    .test-nav li.active a {
        border-left: 0px;
        padding-left: 9.5px;
        font-weight: bold;
        color: #0047BB !important;
        font-family: "Maison Neue Bold", Arial, Helvetica, sans-serif;
    }
    .test-nav .right-container {
        float: right;
		display: inline-flex;
    }
    .test-nav .change-zipcode {
        height: 60px;
        width: 74px;
        float: left;
		margin-left:30px;
    }
    .test-nav .change-zipcode.empty-zipcode {
        width: 11px;
    }
    .test-nav .change-zipcode:hover .zipcode-icon {
        background: url(../zipcode-icon-tablet-hover.html) no-repeat center;
        background-size: contain;
    }
    .test-nav .zipcode-icon {
        background: url(../svg/zipcode-icon-tablet.svg) no-repeat center;
        background-size: contain;
        width: 11px;
        height: 100%;
        float: left;
    }
    .test-nav .zipcode-display {
        width: calc(100% - 11px);
        width: -moz-calc(100% - 11px);
        width: -webkit-calc(100% - 11px);
        height: 100%;
        float: left;
        font-family: "Maison Neue Book", Arial, Helvetica, sans-serif;
        font-size: 18px;
        line-height: 60px;
        color: #000000;
        padding-left: 5px;
        padding-top: 2px;
    }
    .test-nav .empty-zipcode .zipcode-display {
        display: none;
    }
    .test-nav .change-zipcode:hover .zipcode-display {
        text-decoration: underline;
    }
    .test-nav-active .below-test-nav-margin { 
        margin-top: 80px !important;
    }
    .test-nav-active .below-test-nav-padding { 
        padding-top: 80px !important;
    }
    .test-nav-active .below-test-nav-top { 
        top: 80px !important;
    }
}
@media (min-width: 852px) and (max-width: 991px) {
    .test-nav .sign-in-dropdown .dropdown-menu {
        right: unset !important;
        left: 0px;
        margin-left: -32.885px;
    }
}
@media (min-width: 1072px) {
    .test-nav .sign-in-dropdown .dropdown-menu {
        right: unset !important;
        left: 0px;
        margin-left: -32.885px;
    }
}
/* End of CSS for New Test Navbar */