﻿.tier-two-menu{
    display: none;
    box-shadow: 0 2px 5px #888;
    border-top: 0;
    padding: 0;
    position: fixed;
    z-index: 10000;
    margin-top: 0px;
    list-style: none;
    box-sizing: border-box;
    width: 980px;
    overflow: hidden;
    font-size: 12px;  /*6-25-17*/
    white-space: normal;
}
.tier-two-menu.show{
    display: block;
}
.tier-two-wrap{
    margin: 1px auto 0 auto;
    padding: 0px 0 5px 0;
    width: 980px;
    background: #fff;
    text-align: left;
}
.tier-two-wrap ul{
    padding: 0 0 5px 0;
}
div.tier-two-wrap h2, 
div.tier-two-wrap h3{
    font-weight: normal;
    padding-left: 20px;
    font-size: 1.5em;
    margin-bottom: .5em;
    color: #333;
}

    div.tier-two-wrap h2 a,
    div.tier-two-wrap h3 a {
        color: #333;
    }

    div.tier-two-wrap h2 a:hover,
    div.tier-two-wrap h3 a:hover {
        color: #42b4e6;
    }
    div.tier-two-wrap > h2 > a, div.tier-two-wrap > h3 > a {
        font-size: .8em;
        text-decoration: none;
        padding: 0;
        display: block;
        line-height: 1.1em;
    }
div.tier-two-wrap>li {
    border-right: 1px solid #e7e6e6;
    display: table-cell;
    width: 25%;
    padding: 0 20px;
    vertical-align: top;
}
div.tier-two-wrap>li>a {
    color: #000;
    font-size: 1em;
    font-weight: bold;
    padding-bottom: 5px;
    text-decoration: none;
    display: block;
    line-height: 1.1em;
}
    div.tier-two-wrap > li > a:hover {
        color: #42b4e6;
    }

div.tier-two-wrap>li>a::after{
    color: #42b4e6;
    content: ">";
    font-weight: bold;
    padding-left: 15px;
}
div.tier-two-wrap>h3>a:after {
    color: #42b4e6;
    content: ">>";
    display: inline-block;
    padding-left: 15px;
}
li.two-tier-list>a:hover{
text-decoration: underline;
}
li.two-tier-list>ul>li{
    list-style: none;
}
li.two-tier-list>ul>li>a{
    color: #626469;
    text-decoration: none;
}
li.two-tier-list>ul>li>a:hover{
    text-decoration: underline;
}
div.extra-links {
    border-top: 1px solid #e7e6e6;
    margin: 0 auto;
    padding: 5px 15px;
    width: 980px;
    background: #fff;
}
div.extra-links > ul > li {
        padding: 0 10px 0 0;
        display: table-cell;
        vertical-align: middle;
        list-style: none;
    }
div.extra-links > ul > li > a{
        color: #626469;
    text-decoration: none;
    }
div.extra-links > ul > li > a::after{
    content: "|";
    font-size: 10px;
    line-height: 20px;
    padding: 0 0 2px 10px;
    text-decoration: none;
    vertical-align: middle;
}
div.extra-links > ul > li > a:hover{
    text-decoration: underline;
}
div.tier-two-wrap .col-promo>img {
    width: 200px;
}
div.tier-two-wrap .col-promo h3 {
    color: #3dcd58;
    padding: 5px 0 0 0;
}
div.tier-two-wrap .col-promo p {
    white-space: normal;
}