.menuh .clear:before, .clear:after {
    content: " ";
    display: table
    }
.menuh .clear:after {
    clear: both
    }
.menuh a#pull {
    display: none
    }
.menuh nav {
    width: 100%;
    background: #53bdd0;
    position: relative;
    border-bottom: solid 1px #DDD
    }
.menuh nav ul {
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center
    }
.menuh nav li {
    display: inline;
    float: left
    }
.menuh nav a {
    color: #004257;
    display: inline-block;
    text-align: center
    }
.menuh nav li a {
    padding: 14px 16px
    }
.menuh nav li:last-child a {
    border-right: 0
    }
.menuh nav a:hover, nav a:active {
    background-color: #004257;
    color: #fff
    }
@media only screen and (max-width: 965px) {
    .menuh nav {
        border-bottom: 0;
        height: auto
        }
    .menuh nav ul {
        display: none;
        height: auto;
        width: 100%
        }
    .menuh nav li {
        width: 100%;
        float: left;
        position: relative
        }
    .menuh nav a {
        text-align: left;
        width: 100%;
        text-indent: 25px
        }
    .menuh nav a#pull {
        display: block;
        background-color: #53bdd0;
        width: 100%;
        position: relative;
        padding: 14px 16px
        }
    .menuh nav a#pull:after {
        content: "";
        background: url(/cdn2.hubspot.net/hubfs/4029218/IPA-GDD-2018/Web/images/common/nav-icon.png) no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 17px
        }
    }
.menuh a.activeh {
    background-color: #004257;
    color: #fff
    }