

.dnnMenu .breadcrumb {
    padding: inherit;
    margin: inherit;
    list-style: outside none none;
    background: none;
    border-radius: 0;
}

.dnnMenu .topLevel {
    position: relative;
    margin: 0;
    padding: 0;
}

    .dnnMenu .topLevel li {
        float: left;
        list-style-type: none;
        position: relative;
        margin: 0;
        padding: 0;
    }

        .dnnMenu .topLevel li a {
            border-bottom: 7px solid #03316a;
            display: block;
            color: #FFF;
            /*line-height: 45px;*/
            font-size: 14px;
            padding: 12px 0 5px;
            text-transform: capitalize;
            font-family: open sans;
            margin: 0px;
            -moz-transition: all 0.7s ease 0s;
            -webkit-transition: all 0.7s ease 0s;
            -o-transition: all 0.7s ease 0s;
            transition: all 0.7s ease 0s;
        }

        .dnnMenu .topLevel li.first {
        }

        .dnnMenu .topLevel li a span {
            padding: 0px 25px;
            display: block;
        }

        .dnnMenu .topLevel li.hover a,
        .dnnMenu .topLevel li a:hover {
            border-bottom: 7px solid #ff7f2b;
        }

        .dnnMenu .topLevel li.hover li a {
            background: none;
        }

        .dnnMenu .topLevel li a div {
            display: block;
            line-height: 33px;
            margin: 0;
            padding: 0;
        }


.dnnMenu .subLevel {
    position: absolute;
    width: auto;
    margin: 0px;
    padding: 0;
    z-index: 1210;
    background: #117ec3;
    display: none;
    min-width: 200px;
    text-align: left;
}

.dnnMenu .topLevel li.hover .subLevel {
    display: block;
}

.dnnMenu .subLevel ul {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1200;
}

.dnnMenu .subLevel li {
    float: none;
    clear: both;
    width: auto;
    margin: 0;
    border: none !important;
}

    .dnnMenu .subLevel li:last-child a {
        border-bottom: none;
    }

    .dnnMenu .subLevel li .subLevelRight li a { /*border-bottom: 1px solid #444;*/
    }

    .dnnMenu .subLevel li li:last-child a {
        border-bottom: none;
    }

    .dnnMenu .subLevel li li:last-child li a { /*border-bottom: 1px solid #444;*/
    }

    .dnnMenu .subLevel li li:last-child li:last-child a {
        border-bottom: none;
    }

    .dnnMenu .subLevel li a {
        text-transform: capitalize;
        color: #AAA;
        font-weight: 400;
        position: relative;
        padding: 0;
        border-bottom: none !important;
        border-top: none !important;
        font-size: 13px;
        transition: none;
    }

/*submenu Level2*/
.dnnMenu .topLevel li.haschild li a span:after {
    content: "";
}

.dnnMenu .topLevel li.haschild li.haschild a span:after {
    content: "\f0da";
    font-family: FontAwesome;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    right: 10px;
}

/*submenu Level3*/
.dnnMenu .topLevel li.haschild li.haschild li a span:after {
    content: "";
}

.dnnMenu .topLevel li.haschild li.haschild li.haschild a span:after {
    content: "\f0da";
    font-family: FontAwesome;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    right: 10px;
}

/*submenu Level4*/
.dnnMenu .topLevel li.haschild li.haschild li.haschild li a span:after {
    content: "";
}


.dnnMenu .subLevel li.haschild li a {
    background: none;
}

.dnnMenu .subLevel li.item a div {
    display: block;
    color: #fff;
}

    .dnnMenu .subLevel li.item a div img {
        margin-right: .5em;
        width: 16px;
        height: 16px;
        vertical-align: middle;
    }

    .dnnMenu .subLevel li.item a div span {
        padding: 3px 20px;
        position: relative;
    }

.dnnMenu .subLevel li.item a:hover {
    background-color: #117ec3;
}

    .dnnMenu .subLevel li.item a:hover div {
        color: #fff;
    }

.dnnMenu .subLevelRight {
    display: none;
    position: absolute;
    left: 200px;
    width: auto;
    top: 0;
    padding: 0;
    /*background: #fff;*/
    background: #117ec3;
    min-width: 200px;
    box-shadow: 0 0 1px #bbb;
}

.dnnMenu .subLevel li.hover > .subLevelRight {
    display: block;
}

.dnnMenu .subLevelRight ul {
    display: block;
}

    .dnnMenu .subLevelRight ul li {
        position: relative;
    }

        .dnnMenu .subLevelRight ul li a {
            display: block;
        }

            .dnnMenu .subLevelRight ul li a div {
                display: block;
            }

/*NodeMenu Styles*/
nav {
    background-color: #117ec3;
}

.primary-menu {
    background-color: #117ec3;
    font-family: open sans;
    font-size: 14px;
    /*width: 1170px;*/
    margin-left: auto;
    margin-right: auto;
}

    .primary-menu a {
        border-left: 1px solid rgba(255,255,255,0.2);
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    .primary-menu span {
        border-left: 1px solid rgba(255,255,255,0.2);
    }

        .primary-menu span:last-of-type {
            border-right: 1px solid rgba(255,255,255,0.2);
        }

    .primary-menu span, .primary-menu a {
        color: #fff;
        cursor: pointer;
        line-height: 51px;
        padding: 16px 25px;
    }

        .primary-menu span:hover, .primary-menu a:hover {
            background-color: #03316a;
        }

.sub-level {
    background-color: #03316a;
}

.node-container {
    /*width: 1170px;*/
    margin-left: auto;
    margin-right: auto;
}

.church-menu, .daycare-menu, .school-menu {
    display: none;
}

.fm-active {
    display: inline;
    background-color: #03316a;
}

/*---selected---*/
.dnnMenu .topLevel li.selected a {
}

.dnnMenu .topLevel li.selected .subLevel li a {
    border-top: none;
    padding: 0;
}

.dnnMenu .subLevel li.selected a div {
    color: #117ec3;
}

.dnnMenu .subLevel li.selected li a div {
    color: #888;
}
/*---Current---*/
.dnnMenu .topLevel li.Current a {
    /*background-image: url('/img/orange.jpg');
    background-position: left bottom;
    background-repeat: repeat-x;*/
    border-bottom: 7px solid #ff7f2b;
}

.dnnMenu .topLevel li.Current li a {
    border-top: none;
}

/*---isStuck---*/


@media handheld, only screen and (max-width:1100px) {
}

@media handheld, only screen and (max-width:1024px) {
}

@media handheld, only screen and (max-width:860px) {
    .dnnMenu .topLevel li a span {
        padding: 0px 20px;
    }
}

@media handheld, only screen and (max-width:767px) {
    .NavMenu {
        display: none;
    }
}
