#fw-overlay {
    display: none;
    position: fixed;
    top: 50px;
    bottom: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 500; 
}
#fw-overlay.open {
    display: block; 
}
.cdc-basic2 #fw-topnav #contact-list div {
    display: inline-block;
    margin-left:10px;
    width: 35%;
    font-size: 15px;
    font-size: 1.5rem;
}
.cdc-basic2 #fw-topnav #contact-list div.phone {
    width: 58%;
}
.cdc-basic2 #fw-topnav #contact-list>div {
    display: block;
    width: 95%;
    padding: 6px 10px 6px 0px;
}
.cdc-basic2 #fw-banner #fw-searchbutton, .cdc-basic2 #fw-banner #fw-utility,
    #fw-masthead.cdc-basic2 #fw-banner #fw-areanav {
    display: none;
}
.no-touch #fw-masthead.sticky {
    position: static;
}
.no-touch .spacer {
    display: block;
    height: 56px;
    position: absolute;
}
.cdc-basic2 #fw-topnav {
    background-color: #FFF;
    width: 100%;
    position: absolute;
    top: 46px;
    display: none;
}
.cdc-basic2 #fw-topnav.full {
    left: -500px;
}

.cdc-basic2 #fw-topnav.open {
    display: block;
}
.cdc-basic2 #fw-topnav li {
    width: 100%;
    height: 41px;
    border-top: 1px solid #ccc;
    clear: left;
    box-sizing: border-box;
}

.cdc-basic2 #fw-topnav li a, .cdc-basic2 #fw-topnav li button, .cdc-basic2 #fw-topnav li.no-link {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    color: #222;
    font-family: Arial Regular,Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    padding: 14px 10px;
    margin: 0;
}
.cdc-basic2 .hover-menu span {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    padding: 5px;
    border-color: #525252;
    border-width: 1px 1px 0 0;
    position: absolute;
    right: 8px;
    top: 15px;
}
.cdc-basic2 .hover-menu .nav-back span {
    border-width: 0 0 1px 1px;
    left: 5px;
}
.cdc-basic2 #fw-topnav #contact-list .nav-back div {
    font-size: 18px;
    font-size: 1.8rem;
    color: #525252;
    width: 75px;
    position: relative;
    top: -4px;
}
.cdc-basic2 #contact-list {
    display: none;
    position: absolute;
    top: -1px;
    background-color: #FFF;
    padding: 0 5px 15px 5px;
    border: 1px solid gray;
}
.cdc-basic2 #contact-list.full {
    display: block;
    left: 500px;
    width: 98%;
}
.cdc-basic2 #fw-topnav #contact-list .nav-back {
    display: none;
}
.cdc-basic2 #fw-topnav #contact-list.full .nav-back {
    display: block;
}

@media only screen and (min-width: 37.5em) {
    .cdc-basic2 #fw-topnav {
        width: 250px;
    }
    .cdc-basic2 #contact-list {
        display: block;
        left: 250px;
        width: 350px;
        padding-top: 15px;
    }
}

@media only screen and (min-width: 60em) {
    #fw-overlay {       /*** menu open at base, then window resized to large  */
        display: none;
    }
    .no-touch #fw-masthead.sticky {
        position: fixed;
        width: 100%;
        z-index: 1001;
        background-color: #fff;  /**  adjust to match the color of the page color  **/
    }
    .no-touch .spacer {
        height: 82px;
        position: relative;
    }
    .no-touch .cdc-basic2 #fw-topnav {
        display: block;
        top: 0px;
        right: 0px;
        font-size: 14px;
        color: #444444;     
        margin-top: 20px;
        height: initial;
        width: initial;
    }
    .no-touch.ie .cdc-basic2 #fw-topnav {
        width: 390px;       /**  note:  total width for 3 items.  this is a multiple of item width **/
                            /**    adjust if add/remove # of items   **/
                            /**    total width = (link items X item width [1]) + no-link item width [2] **/
    }
    .no-touch .cdc-basic2 .#fw-topnav ul {
        width: 100%;
    }
    .no-touch .cdc-basic2 #fw-topnav>ul li {
        border-bottom: 0 none transparent;
        float: left;
        padding: 15px; 
        width: initial;
        clear: none;
        height: initial;
        border-top: none;
    }
    .no-touch .cdc-basic2 #fw-topnav>ul li .show-list {
        top: -2px;
    }
    .no-touch.ie .cdc-basic2 #fw-topnav>ul li {
        width: 130px;       /**  item width  **/
        padding: 0;
    }
    .no-touch.ie .cdc-basic2 #fw-topnav>ul li .show-list {
        width: 130px;       /**  item width  **/
    }
    .no-touch .cdc-basic2 #fw-topnav li {
        border-bottom: 1px solid #cccccc; 
        padding-top: 15px;
        padding-left: 10px;
        padding-bottom: 15px;
    }
    .no-touch .cdc-basic2 #fw-topnav li:last-child {
        padding-right: 30px;
    }
    .no-touch.ie .cdc-basic2 #fw-topnav li.no-link {
        width: 170px;       /**  the last item is just text - adjust this if neccessary to fit the text [2] **/
        padding-right: 0;
        padding: 14px 10px;
    }
    .no-touch .cdc-basic2 .hover-menu span {
        right: -19px;
        top: 3px;
        border-width: 0 2px 2px 0; 
        padding: 3px;
        border-color: #007fc5;
        position: absolute;
    }
    .no-touch.ie .cdc-basic2 .hover-menu span {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        display: block;
        content: "";
        width: 0;
        height: 0;
        top: 15px;
        border-width: 0 1px 1px 0;
        border-style: solid;
        right: 8px;
    }
    .no-touch .cdc-basic2 #fw-topnav li a, .no-touch .cdc-basic2 #fw-topnav li button {
        padding: initial;
        text-align: center;
    }
    .no-touch .cdc-basic2 #fw-topnav li.no-link {
        text-align: center;
    }
    .no-touch .cdc-basic2 .hover-menu {
        position: relative;
    }
    .no-touch .cdc-basic2 #fw-topnav .hover-menu:hover {
        background-color: gray;  
    }
    .no-touch .cdc-basic2 #fw-topnav .hover-menu:hover button {
        color: #FFF;
    }
    .no-touch .cdc-basic2 #fw-topnav .hover-menu:hover span {
        border-color: #FFF;
    }
    .no-touch .cdc-basic2 #fw-topnav .hover-menu:hover #contact-list  {
        display: block;
    }
    .no-touch .cdc-basic2 #fw-topnav .contact-list li {
        clear: left;
    }
    .no-touch .cdc-basic2 #contact-list  {
        padding: 10px;
        background-color: #FFF;
        border: 1px solid gray;
        display: none;
        float: right;
        top: 3em;
        right: 0;
        left: initial;
        width: 350px;
        position: absolute;
        border-top-width: 3px;
    }
    .no-touch.ie .cdc-basic2 #contact-list  {
        left: -240px; 
    }
}