.gt-sticky {
        position: fixed !important;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 1;
    }

    .gt-sub-nav {
        float: left;
        background: #f2f2f2;
        width: 100%;
        margin: auto;
        text-align: center;
        padding: 20px;
        position: relative;
        border-bottom: 2px #d9d9d9 solid;
    }

    .gt-sub-nav ul {
        margin: 0;
    }

    .gt-sub-nav ul li {
        display: inline;
        list-style-type: none;
        padding: 0 20px;
    }

    .gt-sub-nav ul li:hover {
        text-decoration: underline;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .gt-sub-nav ul li a {
        font-size: .875rem;
        text-transform: uppercase;
        font-family: ITCAvantGardeStd-Bk, sans-serif;
    }
    .gt-mobile-nav {
            display: none !important;
        }
    
    @media (max-width: 640px) {
        .gt-mobile-nav {
            display: block !important;
            margin-bottom: 0px;
        }
        .gt-sub-nav {
            display: none !important;
        }
        .c-nav__mobile-list {
            width: 100%;
            white-space: nowrap;
            overflow: auto;
        }
        .c-nav__list {
            list-style: none;
            margin: 0;
        }
        ul.c-nav__list.c-nav__mobile-list {
            margin: 0 auto !important;
        }
        .c-nav__mobile-item {
            padding: 0 1rem;
            display: inline-block;
        }
        .c-nav__mobile-item-inner {
            padding: 1.2rem 0;
            border-bottom: 2px solid transparent;
        }
        .c-nav__mobile {
            background: #f2f2f2;
        }
        .small-order-6 {
            -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
            order: 6;
        }
        .small-24 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
        a.c-nav__mobile-link {
            color: black;
        }
    }
