﻿@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none;
}

a, img {
    outline: none;
    text-decoration: none;
}

input[type=submit] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    outline: none;
}

body {
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Heebo", sans-serif;
    font-size: 100%;
}

header {
    height: auto;
    max-height: 630px;
    width: 100%;
    background: url(../images/header_bg.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 250px;
}

    header > ul {
        height: auto;
        width: 1140px;
        display: flex;
        flex-flow: row nowrap;
        margin: 0 auto;
        align-items: center;
        padding: 20px 0;
    }

        header > ul > li {
            width: 30%;
        }

            header > ul > li:nth-child(2) {
                width: 70%;
                display: flex;
                justify-content: flex-end;
            }

            header > ul > li > dl {
                height: auto;
                width: auto;
                display: flex;
                flex-flow: row nowrap;
                align-items: center;
                place-content: flex-end;
                justify-content: flex-end;
            }

                header > ul > li > dl > dt {
                    height: auto;
                    width: auto;
                    display: flex;
                    align-items: center;
                }

                    header > ul > li > dl > dt > a {
                        display: inline-block;
                        color: rgba(255, 255, 255, .6);
                        font: 400 15px 'Heebo', arial, sans-serif;
                        text-transform: capitalize;
                        margin-left: 30px;
                    }

                        header > ul > li > dl > dt > a:hover {
                            color: #fff;#fe2e55
                        }

            header > ul > li a.signup {
                padding: 8px 30px;
                border-radius: 4px;
                border: 1px solid rgba(255, 255, 255, .6);
                background: rgba(255, 255, 255, .1);
                margin-left: 45px;
                color: rgba(255, 255, 255, .7);
            }

                header > ul > li a.signup:hover {
                    color: #26446f;
                    background: #fff;
                    border-color: #fff;
                }

            header > ul > li a.signin {
                padding: 8px 30px;
                border-radius: 4px;
                border: 1px solid #19bb2b;
                background: #19bb2b;
                margin-left: 30px;
                color: #fff;
                box-shadow: 0 3px 9px rgba(0, 0, 0, .15);
            }

                header > ul > li a.signin:hover {
                    background: #e5183a;
                    border-color: #e5183a;
                    box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
                }

.hebg {
    background: #242c38 !important;
    min-height: auto;
    padding-bottom: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
}

.header {
    height: auto;
    width: 100%;
}

    .header > ul {
        height: auto;
        width: 1140px;
        display: flex;
        flex-flow: row nowrap;
        margin: 0 auto;
        align-items: center;
        padding: 20px 0;
    }

        .header > ul > li {
            width: 30%;
        }

            .header > ul > li:nth-child(2) {
                width: 70%;
            }

            .header > ul > li > dl {
                height: auto;
                width: auto;
                display: flex;
                flex-flow: row nowrap;
                align-items: center;
                place-content: flex-end;
                justify-content: flex-end;
            }

                .header > ul > li > dl > dt {
                    height: auto;
                    width: auto;
                }

                    .header > ul > li > dl > dt > a {
                        display: inline-block;
                        color: #777;
                        font: 400 15px 'Heebo', arial, sans-serif;
                        text-transform: capitalize;
                        margin-left: 30px;
                    }

                        .header > ul > li > dl > dt > a:hover {
                            color: #222;
                        }

            .header > ul > li a.signup {
                padding: 8px 30px;
                border-radius: 4px;
                border: 1px solid #777;
                margin-left: 45px;
                color: #777;
            }

                .header > ul > li a.signup:hover {
                    color: #fff;
                    background: #333;
                    border-color: #333;
                }

            .header > ul > li a.signin {
                padding: 8px 30px;
                border-radius: 4px;
                border: 1px solid #fe2e55;
                background: #fe2e55;
                margin-left: 30px;
                color: #fff;
                box-shadow: 0 3px 9px rgba(0, 0, 0, .15);
            }

                .header > ul > li a.signin:hover {
                    background: #e5183a;
                    border-color: #e5183a;
                    box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
                }


header > .search {
    height: auto;
    width: 900px;
    margin: 180px auto 0 auto; /*padding:30px; 
background:rgba(18, 22, 46, .6); box-shadow:0 16px 40px rgba(0, 0, 0, .25); */
}

    header > .search > .select {
        height: auto;
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
    }

        header > .search > .select > a {
            display: inline-block;
            background: #ddd;
            height: 42px;
            width: 150px;
            text-align: center;
            font: 400 13px/42px 'Heebo', sans-serif;
            color: #333;
            border-bottom: 1px solid #bbb;
            border-right: 1px solid #bbb;
            ;
        }

            header > .search > .select > a:hover {
                background: #0af;
                color: #fff;
            }

            header > .search > .select > a:focus {
                background: #0af;
                color: #fff;
            }

            header > .search > .select > a.active {
                background: #0af;
                color: #fff;
            }

    header > .search > .search_div {
        height: auto;
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
    }

        header > .search > .search_div > input[type=text] {
            display: inline-block;
            padding: 18px;
            height: 22px;
            width: 435px;
            background: #fff;
            border: none;
            box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
            font: 400 16px/38px 'Heebo', arial, sans-serif;
            text-align: left;
            color: #333;
        }

        header > .search > .search_div > select {
            display: inline-block;
            height: 58px;
            width: 250px;
            border: none;
            padding-left: 15px;
            border-left: 1px solid #d0d0d0;
            box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
            font: 400 16px/38px 'Heebo', arial, sans-serif;
            text-align: left;
            color: #333;
            appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            -o-appearance: none;
            background: url(../icons/keyboard_arrow_down.svg) no-repeat #fff;
            background-size: 22px 20px;
            background-position: 94%;
        }

            header > .search > .search_div > select option {
                padding: 5px 15px;
            }

        header > .search > .search_div > input[type=submit] {
            display: inline-block;
            height: 58px;
            width: 180px;
            background: #03d67f;
            color: #fff;
            font: 400 16px/38px 'Heebo', arial, sans-serif;
            text-align: center;
            box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
            cursor: pointer;
        }

            header > .search > .search_div > input[type=submit]:hover {
                background: #10b571;
            }

    header > .search > .advance_search {
        height: auto;
        width: 100%;
        margin: 30px auto 0 auto;
        display: flex;
        justify-content: center;
    }

        header > .search > .advance_search > a {
            display: inline-block;
            font: 400 15px/36px 'Heebo', arial, sans-serif;
            color: #fff;
            background: #fe2e55;
            padding: 0 30px;
            border-radius: 30px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
        }

            header > .search > .advance_search > a:hover {
                background: #e5183a;
            }

.getstarted {
    height: auto;
    width: 100%;
    background: #fff;
    padding: 80px 0 100px 0;
}

    .getstarted > h1 {
        text-align: center;
        color: #aab4bc;
        font: 700 14px 'Heebo', arial, sans-serif;
        text-transform: uppercase;
    }

    .getstarted > h2 {
        text-align: center;
        color: #1e2021;
        font: 500 32px 'Heebo', arial, sans-serif;
        margin-top: 20px;
    }

    .getstarted > ul {
        height: auto;
        width: 1170px;
        display: flex;
        flex-flow: row nowrap;
        margin: 72px auto 0 auto;
    }

        .getstarted > ul > li {
            height: auto;
            width: 25%;
            margin-left: -1px;
            border: 1px solid #ddd;
        }

            .getstarted > ul > li > dl {
                height: auto;
                width: auto;
                position: relative;
                background: #fff;
                text-align: center;
                display: flex;
                flex-flow: column;
                justify-content: center;
                padding: 25px;
            }

                .getstarted > ul > li > dl > dt {
                    height: auto;
                    width: 100%;
                    text-align: center;
                }

                    .getstarted > ul > li > dl > dt > b {
                        height: auto;
                        width: auto;
                        font: 500 18px 'Heebo', arial, sans-serif;
                        text-align: left;
                        color: #1e2021;
                        padding-top: 15px;
                        display: inline-block;
                    }

                        .getstarted > ul > li > dl > dt > b > span {
                            font: 400 13px/18px "Heebo",arial,sans-serif;
                            color: #90949c;
                            font-weight: 400;
                            display: block;
                            margin-top: 10px;
                        }

                    .getstarted > ul > li > dl > dt > h1 {
                        text-align: center;
                        font: 300 62px/124px 'Heebo', arial, sans-serif;
                        display: inline-block;
                        color: #0095ff;
                        border: 2px solid #0095ff;
                        border-radius: 50%;
                        box-shadow: 0 4px 8px #b2dfff;
                        height: 124px;
                        width: 124px;
                        background: #fff;
                        margin-top: -62px;
                    }

                    .getstarted > ul > li > dl > dt > span {
                        height: auto;
                        width: 100%;
                        padding-bottom: 42px;
                        display: block;
                    }

.demo {
    height: auto;
    width: 1170px;
    display: flex;
    flex-flow: row nowrap;
    background: #fff;
    padding-bottom: 27px;
    margin: 0 auto;
}

    .demo > li {
        height: auto;
        width: 48%;
        margin: 0 1%;
    }

        .demo > li > h1 {
            color: #1e2021;
            font: 500 35px/45px 'Heebo', arial, sans-serif;
            text-align: left;
            padding-right: 70px;
        }

        .demo > li > p {
            color: #5b656d;
            font: 400 14px 'Heebo', arial, sans-serif;
            text-align: left;
            padding-top: 45px;
            padding-right: 70px;
        }

        .demo > li > dl {
            height: auto;
            width: 100%;
            display: flex;
            flex-flow: row nowrap;
            margin-top: 45px;
        }

            .demo > li > dl > dt {
                height: auto;
                width: auto;
                margin-right: 25px;
            }

                .demo > li > dl > dt > a {
                    display: block;
                    height: 48px;
                    width: 228px;
                    border-radius: 6px;
                    text-align: center;
                    background: #0096ff;
                    color: #fff;
                    font: 400 15px/48px 'Heebo', arial, sans-serif;
                    box-shadow: 0 5px 5px #bee4ff;
                }

                    .demo > li > dl > dt > a:hover {
                        background: #087dce;
                    }

                .demo > li > dl > dt:nth-child(2) > a {
                    display: block;
                    height: 44px;
                    width: 228px;
                    border-radius: 6px;
                    text-align: center;
                    background: #fff;
                    color: #0096ff;
                    font: 400 15px/44px 'Heebo', arial, sans-serif;
                    box-shadow: 0 5px 5px #bee4ff;
                    border: 2px solid #0096ff;
                }

                    .demo > li > dl > dt:nth-child(2) > a:hover {
                        background: #087dce;
                        color: #fff;
                        border: 2px solid #087dce;
                    }

        .demo > li > ol {
            height: auto;
            width: 100%;
        }

            .demo > li > ol > li {
                height: auto;
                width: 100%;
                margin-bottom: 45px;
            }

                .demo > li > ol > li > dl {
                    height: auto;
                    width: auto;
                    display: flex;
                    flex-flow: row nowrap;
                    margin-left: 45px;
                }

                    .demo > li > ol > li > dl > dt {
                        height: auto;
                        width: 20%;
                        margin-left: 5%;
                    }

                        .demo > li > ol > li > dl > dt:nth-child(2) {
                            width: 75%;
                        }

                        .demo > li > ol > li > dl > dt > h1 {
                            text-align: left;
                            font: 500 20px/23px 'Heebo', arial, sans-serif;
                            color: #1e2021;
                        }

                        .demo > li > ol > li > dl > dt > p {
                            text-align: left;
                            font: 400 14px 'Heebo', arial, sans-serif;
                            color: #5b656d;
                            margin-top: 10px;
                        }

.features {
    height: auto;
    width: 100%;
    background: url(../images/featuresbg.jpg) no-repeat center #230e8f;
    padding: 82px 0;
    background-size: cover;
}

    .features > h1 {
        text-align: center;
        color: #edda23;
        font: 700 14px 'Heebo', arial, sans-serif;
        text-transform: uppercase;
        letter-spacing: 5px;
    }

    .features > h2 {
        text-align: center;
        color: #fff;
        font: 400 32px 'Heebo', arial, sans-serif;
        margin-top: 20px;
    }

    .features > ul {
        height: auto;
        width: 100%;
        margin-top: 82px;
        display: flex;
        flex-flow: row nowrap;
    }

        .features > ul > li {
            width: 50%;
            display: flex;
            justify-content: flex-end;
            background: #362ba8;
            border-radius: 0 12px 12px 0;
            overflow: hidden;
        }

            .features > ul > li:nth-child(2) {
                width: 50%;
                display: flex;
                justify-content: flex-start;
                background: none;
                border: none;
            }

            .features > ul > li img {
                display: block;
                width: 100%;
                max-width: 248px;
            }

            .features > ul > li > ol {
                height: auto;
                width: 100%;
                max-width: 500px;
            }

                .features > ul > li > ol > li {
                    height: auto;
                    width: 100%;
                    margin-bottom: 45px;
                }

                    .features > ul > li > ol > li > dl {
                        height: auto;
                        width: auto;
                        display: flex;
                        flex-flow: row nowrap;
                        margin-left: 45px;
                    }

                        .features > ul > li > ol > li > dl > dt {
                            height: auto;
                            width: 20%;
                            margin-left: 5%;
                        }

                            .features > ul > li > ol > li > dl > dt:nth-child(2) {
                                width: 75%;
                            }

                            .features > ul > li > ol > li > dl > dt > h1 {
                                text-align: left;
                                font: 500 20px/23px 'Heebo', arial, sans-serif;
                                color: #fff;
                            }

                            .features > ul > li > ol > li > dl > dt > p {
                                text-align: left;
                                font: 400 14px 'Heebo', arial, sans-serif;
                                color: rgba(255, 255, 255, .6);
                                margin-top: 10px;
                            }

.erp {
    height: auto;
    width: 100%;
    background: #fff;
    padding: 82px 0;
}

    .erp > h1 {
        text-align: center;
        color: #aab4bc;
        font: 700 14px 'Heebo', arial, sans-serif;
        text-transform: uppercase;
        letter-spacing: 5px;
    }

    .erp > h2 {
        text-align: center;
        color: #1e2021;
        font: 500 32px 'Heebo', arial, sans-serif;
        margin-top: 20px;
    }

    .erp > ul {
        height: auto;
        width: 1170px;
        margin: 45px auto 0 auto;
        display: flex;
        flex-flow: row nowrap;
    }

        .erp > ul > li {
            height: auto;
            width: 23%;
            margin: 0 1%;
        }

            .erp > ul > li > dl {
                height: auto;
                width: 100%;
            }

                .erp > ul > li > dl > dt {
                    height: auto;
                    width: 100%;
                }

                    .erp > ul > li > dl > dt > h1 {
                        text-align: left;
                        font: 500 15px/23px 'Heebo', arial, sans-serif;
                        color: #1e2021;
                        margin-top: 15px;
                    }

                    .erp > ul > li > dl > dt > p {
                        text-align: left;
                        font: 400 13px/16px 'Heebo', arial, sans-serif;
                        color: #5b656d;
                        margin-top: 10px;
                    }

.wrapper {
    height: auto;
    width: 1170px;
    margin: 30px auto;
}

.school-profile {
    height: auto;
    width: auto;
    margin: 0 15px;
    position: relative;
    min-height: 500px;
    max-height:500px;
    background: #000;
    overflow:hidden;
}

    .school-profile > img {
        display: block;
        height: 100%;
        position:absolute;
        left:50%;
        top:50%;
        transform:translate(-50%, -50%);
    }

    .school-profile > ul {
        height: auto;
        width: 100%;
        position: absolute;
        bottom: 0; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
        padding: 300px 0 30px;
        z-index:99;
    }

        .school-profile > ul > li {
            height: auto;
            width: 100%;
            padding-top:15px;
        }

           

            .school-profile > ul > li > ol {
                height: auto;
                width: auto;
                padding: 0 30px;
                display: flex;
                flex-flow: row nowrap;
                align-items: center;
            }

                .school-profile > ul > li > ol > li {
                    height: auto;
                    width: auto;
                }

                    .school-profile > ul > li > ol > li > img {
                        display: block;
                        max-width: 64px;
                        width: 100%;
                    }

                    .school-profile > ul > li > ol > li > h1 {
                        text-align: left;
                        font: 500 32px 'Heebo', arial, sans-serif;
                        color: #fff;
                        margin-left: 15px;
                    }

                    .school-profile > ul > li > ol > li > div {
                        height: auto;
                        width: auto;
                        margin-left: 15px;
                        display: flex;
                        align-items: center;
                        flex-flow: row nowrap;
                    }

                        .school-profile > ul > li > ol > li > div > span {
                            height: 13px;
                            width: 13px;
                            display: inline-block;
                            margin: 0 1px;
                            background: url(../images/full.png) no-repeat center;
                        }

                        .school-profile > ul > li > ol > li > div > b {
                            height: 13px;
                            width: 13px;
                            display: inline-block;
                            margin: 0 1px;
                            background: url(../images/null.png) no-repeat center;
                        }

                        .school-profile > ul > li > ol > li > div > small {
                            display: inline-block;
                            margin-left: 30px;
                        }

                            .school-profile > ul > li > ol > li > div > small > a {
                                text-align: left;
                                font: 500 14px 'Heebo', arial, sans-serif;
                                color: rgba(255, 255, 255, .7);
                            }

                                .school-profile > ul > li > ol > li > div > small > a:hover {
                                    color: #fff;
                                }

            .school-profile > ul > li > dl {
                height: auto;
                width: auto;
                padding: 0 30px;
                display: flex;
                flex-flow: row nowrap;
                align-items: center;
            }

                .school-profile > ul > li > dl > dt {
                    height: auto;
                    width: 50%;
                    display: flex;
                    align-items: center;
                }

                    .school-profile > ul > li > dl > dt > a {
                        text-align: left;
                        display: flex;
                        font: 500 15px 'Heebo', arial, sans-serif;
                        color: rgba(255, 255, 255, .7);
                        align-items: center;
                    }

                        .school-profile > ul > li > dl > dt > a:hover {
                            color: #fff;
                        }

                        .school-profile > ul > li > dl > dt > a > span {
                            display: inline-block;
                            margin-right: 10px;
                            height: 20px;
                        }

                            .school-profile > ul > li > dl > dt > a > span path {
                                fill: rgba(255, 255, 255, .7);
                            }

                        .school-profile > ul > li > dl > dt > a:hover > span path {
                            fill: #fff;
                        }

.school-info {
    height: auto;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    padding-top: 15px;
}

    .school-info > li {
        height: auto;
        width: 28%;
        margin: 15px 1%;
    }

        .school-info > li:nth-child(2) {
            height: auto;
            width: 68%;
            margin: 15px 1.5%;
            border-left: 1px solid #d0d0d0;
        }

        .school-info > li > dl {
            height: auto;
            width: 100%;
            border-top: 1px dashed #d0d0d0;
            margin-top: 15px;
            padding-top: 15px;
        }

            .school-info > li > dl:nth-child(1) {
                border: none;
                margin: 0;
                padding: 0;
            }

            .school-info > li > dl > dt {
                height: auto;
                width: 100%;
                display: flex;
                align-items: flex-start;
                flex-flow: row nowrap;
                font: 600 20px 'Heebo', arial, sans-serif;
                color: #232429;
                text-align: left;
                margin-bottom: 5px;
            }

                .school-info > li > dl > dt > span {
                    height: 20px;
                    width: 20px;
                    display: inline-block;
                    margin-right: 15px;
                }

                    .school-info > li > dl > dt > span > img {
                        display: block;
                        width: 100%;
                    }

                .school-info > li > dl > dt > small {
                    font: 400 14px 'Heebo', arial, sans-serif;
                    color: #797c88;
                    text-align: left;
                    display: inline-block;
                }

                .school-info > li > dl > dt > p {
                    font: 400 13px 'Heebo', arial, sans-serif;
                    color: #797c88;
                    text-align: left;
                    display: inline-block;
                }

.eventgallery {
    height: auto;
    width: auto;
    margin: 15px 0;
}

    .eventgallery > h1 {
        font: 500 20px 'Heebo', arial, sans-serif;
        color: #232429;
        text-align: left;
        padding: 15px 0;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
    }

        .eventgallery > h1 > small {
            display: inline-block;
            margin-right: 10px;
            width: 30px;
        }

    .eventgallery > ul {
        height: auto;
        width: 100%;
        display: flex;
        flex-flow: row wrap;
    }

        .eventgallery > ul > li {
            height: auto;
            width: 50%;
            padding: 5px;
            box-sizing: border-box;
        }

            .eventgallery > ul > li a {
                background: #eee;
                display: block;
            }

            .eventgallery > ul > li img {
                display: block;
                width: 100%;
            }

            .eventgallery > ul > li b {
                display: block;
                width: 100%;
                margin-bottom: 10px;
                font: 400 13px 'Heebo', sans-serif;
                color: #333;
                text-align: center;
                padding: 5px;
            }

            .eventgallery > ul > li:hover b {
                color: #f30;
            }

.school-updates {
    height: auto;
    width: 100%;
    margin-top: 45px;
}

    .school-updates:nth-child(1) {
        margin: 0;
    }

    .school-updates > h1 {
        font: 500 20px 'Heebo', arial, sans-serif;
        color: #232429;
        text-align: left;
        padding-left: 30px;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
    }

        .school-updates > h1 > small {
            display: inline-block;
            margin-right: 10px;
            width: 30px;
        }

    .school-updates > .map {
        height: auto;
        width: auto;
        margin: 15px 0 15px 30px;
    }

        .school-updates > .map > img {
            display: block;
            width: 100%;
        }

    .school-updates > ul {
        height: auto;
        width: auto;
        padding: 10px 0 10px 30px;
        display: flex;
        flex-flow: row nowrap;
    }

        .school-updates > ul > li {
            width: 15%;
        }

            .school-updates > ul > li:nth-child(2) {
                width: 82%;
                margin-left: 3%;
            }

            .school-updates > ul > li > img {
                display: block;
                width: 100%;
            }

            .school-updates > ul > li > a {
                font: 400 14px/18px 'Heebo', arial, sans-serif;
                color: #797d89;
                text-align: left;
                display: inline-block;
            }

                .school-updates > ul > li > a:hover {
                    color: #ff2040
                }

            .school-updates > ul > li > small {
                font-size: 0.75rem;
                font-weight: 400;
                color: #06f;
                text-align: right;
                margin-top: 10px;
                display: block;
            }

.school-updatess {
    height: auto;
    width: 100%;
    margin-top: 45px;
}

    .school-updatess:nth-child(1) {
        margin: 0;
    }

    .school-updatess > h1 {
        font: 500 20px 'Heebo', arial, sans-serif;
        color: #232429;
        text-align: left;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
    }

        .school-updatess > h1 > small {
            display: inline-block;
            margin-right: 10px;
            width: 30px;
        }

    .school-updatess > ul {
        height: auto;
        width: auto;
        padding: 15px 0;
        display: flex;
        flex-flow: row nowrap;
    }

        .school-updatess > ul > li {
            width: 30%;
        }

            .school-updatess > ul > li:nth-child(2) {
                width: 67%;
                margin-left: 3%;
            }

            .school-updatess > ul > li > img {
                display: block;
                width: 100%;
            }

            .school-updatess > ul > li > a {
                font: 400 14px/18px 'Heebo', arial, sans-serif;
                color: #797d89;
                text-align: left;
                display: inline-block;
            }

                .school-updatess > ul > li > a:hover {
                    color: #ff2040
                }

            .school-updatess > ul > li > small {
                font-size: 0.75rem;
                font-weight: 400;
                color: #06f;
                text-align: right;
                margin-top: 10px;
                display: block;
            }

.search_results {
    height: auto;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
}

    .search_results > .left {
        height: auto;
        width: 67.6%;
        margin: 0 1.2%;
    }

        .search_results > .left > h1 {
            font: 500 32px 'Heebo', arial, sans-serif;
            color: #3e4355;
            text-align: left;
        }

        .search_results > .left > .results {
            height: auto;
            width: 100%;
            margin-top: 15px;
        }

            .search_results > .left > .results > li {
                height: auto;
                width: 100%;
                padding: 15px 0;
                border-top: 1px solid #ddd;
            }

                .search_results > .left > .results > li:nth-child(1) {
                    border: none;
                }

                .search_results > .left > .results > li > dl {
                    height: auto;
                    width: 100%;
                    display: flex;
                    flex-flow: row nowrap;
                }

                    .search_results > .left > .results > li > dl > dt {
                        height: auto;
                        width: 20%;
                    }

                        .search_results > .left > .results > li > dl > dt:nth-child(2) {
                            width: 56%;
                            margin: 0 2%;
                        }

                        .search_results > .left > .results > li > dl > dt > h3 {
                            font: 500 22px 'Heebo', arial, sans-serif;
                            color: #3e4355;
                            text-align: left;
                        }

                        .search_results > .left > .results > li > dl > dt > img {
                            display: block;
                            width: 100%;
                        }

                        .search_results > .left > .results > li > dl > dt > h2 {
                            font: 500 32px 'Heebo', arial, sans-serif;
                            color: #3e4355;
                            text-align: left;
                        }

                        .search_results > .left > .results > li > dl > dt > a {
                            height: auto;
                            width: 100%;
                            text-align: center;
                            background: #f44336;
                            color: #fff;
                            font: 400 16px/46px 'Heebo', Arial, sans-serif, sans-serif;
                            display: block;
                            border-radius: 4px;
                        }

                            .search_results > .left > .results > li > dl > dt > a:hover {
                                background: #d2382c;
                            }

                        .search_results > .left > .results > li > dl > dt:nth-child(3) {
                            display: flex;
                            justify-content: center;
                            align-items: center;
                        }

                        .search_results > .left > .results > li > dl > dt > div {
                            height: auto;
                            width: auto;
                            display: flex;
                            align-items: center;
                            flex-flow: row nowrap;
                        }

                            .search_results > .left > .results > li > dl > dt > div > span {
                                height: 13px;
                                width: 13px;
                                display: inline-block;
                                margin: 0 1px;
                                background: url(../images/full.png) no-repeat center;
                            }

                            .search_results > .left > .results > li > dl > dt > div > b {
                                height: 13px;
                                width: 13px;
                                display: inline-block;
                                margin: 0 1px;
                                background: url(../images/null.png) no-repeat center;
                            }

                            .search_results > .left > .results > li > dl > dt > div > small {
                                display: inline-block;
                                margin-left: 30px;
                            }

                                .search_results > .left > .results > li > dl > dt > div > small > a {
                                    text-align: left;
                                    font: 400 13px 'Heebo', arial, sans-serif;
                                    color: #757885;
                                }

                                    .search_results > .left > .results > li > dl > dt > div > small > a:hover {
                                        color: #525561;
                                    }

                        .search_results > .left > .results > li > dl > dt > ol {
                            height: auto;
                            width: 100%;
                            margin-top: 15px;
                        }

                            .search_results > .left > .results > li > dl > dt > ol > li {
                                text-align: left;
                                font: 400 16px 'Heebo', arial, sans-serif;
                                color: #3e4355;
                                display: flex;
                                align-items: center;
                                margin-top: 2px;
                            }

                                .search_results > .left > .results > li > dl > dt > ol > li > b {
                                    font: 400 16px 'Heebo', arial, sans-serif;
                                }

                                .search_results > .left > .results > li > dl > dt > ol > li > a {
                                    text-align: left;
                                    font: 400 16px 'Heebo', arial, sans-serif;
                                    color: #304ffe;
                                    margin-left: 15px;
                                }

                                .search_results > .left > .results > li > dl > dt > ol > li > span {
                                    display: inline-block;
                                    height: 20px;
                                    width: 20px;
                                    margin-right: 8px;
                                }

                                .search_results > .left > .results > li > dl > dt > ol > li > a:hover {
                                    color: blue;
                                }

    .search_results > .right {
        height: auto;
        width: 27.6%;
        margin: 0 1.2%;
    }

        .search_results > .right > .ad {
            height: auto;
            width: 100%;
        }

            .search_results > .right > .ad img {
                display: block;
                width: 100%;
                max-width: 300px;
            }

.pagination {
    height: auto;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

    .pagination > li {
        height: auto;
        width: auto;
        margin: 0 1% 0 .2%;
        display: flex;
        align-items: center;
    }

        .pagination > li > a {
            text-align: left;
            font: 400 13px/16px 'Heebo', arial, sans-serif;
            color: #aaa;
        }

        .pagination > li > span {
            height: 16px;
            width: 16px;
            display: inline-block;
        }

        .pagination > li > a:hover {
            color: #555;
        }

        .pagination > li > a.active {
            color: #444;
        }

.share {
    height: auto;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

    .share > dt {
        height: auto;
        width: auto;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
    }

        .share > dt > a {
            display: block;
            height: 24px;
            width: 24px;
            background: url(../images/share.svg) no-repeat;
            background-size: cover;
            font-size: 0px;
            margin-right: 4px;
        }

            .share > dt > a.face {
                background-position: 0 0;
            }

            .share > dt > a.twi {
                background-position: -25px 0;
            }

            .share > dt > a.gp {
                background-position: -51px 0;
            }

            .share > dt > a.in {
                background-position: -76px 0;
            }

            .share > dt > a.wa {
                background-position: -101px 0;
            }


footer{ height:auto; width: 100%; padding: 30px 0 22px 0; font: 400 15px 'Heebo', sans-serif; color: rgba(255, 255, 255, .7); background: #222; margin-top: 60px; text-align: center;}
footer > a{ color:#0fb364;}
/*   date 29 Aug 17 */

.school-updates > .facilities {
    height: auto;
    width: auto;
    padding: 15px 0 15px 25px;
    display: flex;
    flex-flow: row wrap;
}

    .school-updates > .facilities > li {
        width: 23%;
        text-align: center;
        margin: 8px 1%;
        padding: 20px 10px;
        box-sizing: border-box;
        background: #fafaff;
        font: 400 15px 'Heebo', sans-serif;
        color: #333;
        border: 1px dashed #d0d0d0;
        border-radius: 7px;
        display: flex;
        justify-content: center;
        flex-flow: column;
        align-items: center;
    }

        .school-updates > .facilities > li > span {
            display: block;
            width: 72px;
            margin-bottom: 15px;
        }

            .school-updates > .facilities > li > span > img {
                display: block;
                width: 100%;
            }

.school-info > li > .apply {
    height: auto;
    width: 100%;
    text-align: center;
}

    .school-info > li > .apply > a {
        display: block;
        text-align: left;
        font: 400 17px/48px 'Heebo', sans-serif;
        color: #fff;
        background: url(../icons/tap-button.svg) no-repeat #216fcf;
        border-radius: 3px;
        background-size: 24px;
        background-position: 10px;
        padding-left: 50px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
    }

        .school-info > li > .apply > a:hover {
            box-shadow: 0 6px 12px rgba(0, 0, 0, .25);
            background: url(../icons/tap-button.svg) no-repeat #1b5aa8;
            background-size: 24px;
            background-position: 10px;
        }

.school-info > li > .edu_grades {
    height: auto;
    width: auto;
    display: flex;
    flex-flow: column nowrap;
    box-sizing: border-box;
    margin-left: 30px;
    background: #f0f0f8;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    margin-top: 36px;
}

    .school-info > li > .edu_grades > li {
        padding: 15px 30px;
        width: 100%;
        display: flex;
        align-items: center;
        flex-flow: column nowrap;
        box-sizing: border-box;
    }

        .school-info > li > .edu_grades > li > abbr {
            display: flex;
            height: 72px;
            width: 72px;
            align-items: center;
            justify-content: center;
            font: 400 28px 'Heebo', sans-serif;
            color: #fff;
            background: #216fcf;
            border-radius: 50%;
            position: absolute;
            top: 0;
            margin-top: -36px;
            box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
        }

        .school-info > li > .edu_grades > li > h1 {
            text-align: center;
            font: 400 24px 'Heebo', sans-serif;
            color: #333;
            margin-top: 45px;
        }

        .school-info > li > .edu_grades > li > dl {
            height: auto;
            width: 100%;
            display: flex;
            flex-flow: row wrap;
            align-items: center;
            padding-bottom: 15px;
        }

            .school-info > li > .edu_grades > li > dl > dt {
                width: 25%;
                font: 400 15px 'Heebo', sans-serif;
                color: #333;
                display: flex;
                align-items: center;
                padding: 8px;
                box-sizing: border-box;
            }

                .school-info > li > .edu_grades > li > dl > dt > span {
                    display: flex;
                    height: 36px;
                    width: 36px;
                    align-items: center;
                    justify-content: center;
                    font: 400 14px 'Heebo', sans-serif;
                    color: #fff;
                    background: #216fcf;
                    margin-right: 5px;
                    border-radius: 50%;
                }
 .school-info > li > .edu_grades > li > dl > dt > i {
        font-style:normal;
    } 
    
    .school-updates > ul > li > dl {
        height: auto;
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
        margin-top: 5px;
    }
.school-updates > ul > li > dl {
    height: auto;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    margin-top: 5px;
}

    .school-updates > ul > li > dl > dt {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        font: 400 12px 'Heebo', sans-serif;
        color: #06f;
        width: 50%;
    }

        .school-updates > ul > li > dl > dt:nth-child(2) {
            display: flex;
            justify-content: flex-end;
        }

        .school-updates > ul > li > dl > dt > a {
            display: block;
            height: 20px;
            width: 20px;
            background: url(../images/share.svg) no-repeat;
            background-size: cover;
            font-size: 0px;
            margin-right: 3px;
        }

            .school-updates > ul > li > dl > dt > a.face {
                background-position: 0 0;
            }

            .school-updates > ul > li > dl > dt > a.twi {
                background-position: -21px 0;
            }

            .school-updates > ul > li > dl > dt > a.in {
                background-position: -64px 0;
            }

            .school-updates > ul > li > dl > dt > a.gp {
                background-position: -42px 0;
            }

            .school-updates > ul > li > dl > dt > a.wa {
                background-position: -84px 0;
            }

.school-updatess > ul > li > small {
    font: 400 11px 'Heebo', sans-serif;
    color: #06f;
    text-align: left;
    display: block;
}

.school-updatess > ul > li > dl {
    height: auto;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    margin-top: 5px;
}

    .school-updatess > ul > li > dl > dt {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        font: 400 12px 'Heebo', sans-serif;
        color: #06f;
        width: 100%;
    }

        .school-updatess > ul > li > dl > dt > a {
            display: block;
            height: 20px;
            width: 20px;
            background: url(../images/share.svg) no-repeat;
            background-size: cover;
            font-size: 0px;
            margin-right: 3px;
        }

            .school-updatess > ul > li > dl > dt > a.face {
                background-position: 0 0;
            }

            .school-updatess > ul > li > dl > dt > a.twi {
                background-position: -21px 0;
            }

            .school-updatess > ul > li > dl > dt > a.in {
                background-position: -64px 0;
            }

            .school-updatess > ul > li > dl > dt > a.gp {
                background-position: -42px 0;
            }

            .school-updatess > ul > li > dl > dt > a.wa {
                background-position: -84px 0;
            }

.full {
    height: auto;
    width: 100%;
    padding-left: 30px;
    box-sizing: border-box;
}

    .full > h1 {
        text-align: left;
        font: 500 30px/36px 'Heebo', sans-serif;
        color: #333;
    }

    .full > small {
        text-align: left;
        font: 400 13px 'Heebo', sans-serif;
        color: #888;
        padding-top: 15px;
        display: inline-block;
    }

    .full > div {
        height: auto;
        width: 100%;
        margin: 15px 0;
    }

        .full > div > img {
            display: block;
            width: 100%;
        }

    .full > p {
        text-align: left;
        font: 400 14px 'Heebo', sans-serif;
        color: #333;
        padding: 5px 0;
    }

    .full > .comment {
        height: auto;
        width: 100%;
        margin-top: 30px;
    }

        .full > .comment > img {
            display: block;
            width: 100%;
        }

.facebook_plugin {
    height: auto;
    width: 100%;
    margin-top: 45px;
}

    .facebook_plugin > img {
        display: block;
        width: 100%;
    }

.reviews {
    height: auto;
    width: auto;
    margin-top: 45px;
    margin-left: 30px;
    background: #edfaff;
    padding: 30px;
    box-sizing: border-box;
}

    .reviews > h1 {
        text-align: left;
        font: 400 24px 'Heebo', sans-serif;
        color: #216fcf;
    }

        .reviews > h1 > small {
            margin-left: 15px;
        }

    .reviews > ul {
        height: auto;
        width: 100%;
    }

        .reviews > ul > li {
            height: auto;
            width: 100%;
            padding-top: 15px;
            margin-bottom: 15px;
            border-top: 1px solid #ddd;
        }

            .reviews > ul > li:nth-child(1) {
                border: none;
            }

            .reviews > ul > li > small {
                display: block;
                width: 100%;
            }

            .reviews > ul > li > p {
                margin-top: 10px;
                text-align: left;
                font: 400 14px 'Heebo', sans-serif;
                color: #333;
            }

            .reviews > ul > li > ol {
                height: auto;
                width: 100%;
                margin-top: 10px;
                display: flex;
                flex-flow: row nowrap;
            }

                .reviews > ul > li > ol > li {
                    font: 400 12px 'Heebo', sans-serif;
                    color: #666;
                    text-align: left;
                    list-style: disc inside;
                    padding-right: 20px;
                }

.privacy {
    height: auto;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}

    .privacy > h1 {
        text-align: left;
        font: 500 36px 'Heebo', sans-serif;
        color: #333;
    }

    .privacy > .paragraph {
        height: auto;
        width: 100%;
        margin-top: 30px;
    }

        .privacy > .paragraph > h2 {
            text-align: left;
            font: 500 26px 'Heebo', sans-serif;
            color: #333;
        }

        .privacy > .paragraph > h3 {
            text-align: left;
            font: 700 20px 'Heebo', sans-serif;
            color: #111;
            margin-top: 10px;
        }

        .privacy > .paragraph > h4 {
            text-align: left;
            font: 500 16px 'Heebo', sans-serif;
            color: #111;
            margin-top: 15px;
            text-decoration: underline;
        }

        .privacy > .paragraph > p {
            text-align: left;
            font: 400 14px 'Heebo', sans-serif;
            color: #333;
            margin-top: 15px;
        }

        .privacy > .paragraph > ul {
            height: auto;
            width: 100%;
            padding-top: 10px;
        }

            .privacy > .paragraph > ul > li {
                text-align: left;
                font: 400 14px 'Heebo', sans-serif;
                color: #333;
                margin-top: 5px;
                list-style: lower-roman;
                margin-left: 20px;
            }

        .privacy > .paragraph > ol {
            height: auto;
            width: 100%;
            padding-top: 10px;
        }

            .privacy > .paragraph > ol > li {
                text-align: left;
                font: 400 14px 'Heebo', sans-serif;
                color: #333;
                margin-top: 5px;
                list-style: disc;
                margin-left: 20px;
            }

.photogallery {
    height: auto;
    width: 100%;
    padding-left: 30px;
    box-sizing: border-box;
}

    .photogallery > h1 {
        font: 500 20px 'Heebo', arial, sans-serif;
        color: #232429;
        text-align: left;
        display: block;
        width: 100%;
        margin: 45px 0 15px 0;
    }

        .photogallery > h1:nth-child(1) {
            margin-top: 0px;
        }

    .photogallery > .photo {
        height: auto;
        width: 100%;
        display: flex;
        flex-flow: row wrap;
    }

        .photogallery > .photo > li {
            height: auto;
            width: 20%;
            padding: 5px;
            box-sizing: border-box;
        }

            .photogallery > .photo > li img {
                display: block;
                width: 100%;
            }

.follow {
    height: auto;
    width: auto;
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-flow: row nowrap;
    z-index: 99;
}

    .follow > .foll {
        height: auto;
        width: auto;
        margin: 0 10px;
    }

        .follow > .foll > a {
            font: 400 14px/30px 'Heebo', sans-serif;
            color: #fff;
            padding: 0 20px;
            border-radius: 20px;
            display: inline-block;
            background: #e94242;
        }

            .follow > .foll > a:hover {
                background: #fa6767;
            }

    .follow > .sh {
        height: auto;
        width: auto;
        display: flex;
        flex-flow: row nowrap;
        padding: 5px 15px;
        background: #fff;
        border-radius: 40px;
    }

        .follow > .sh > dt {
            display: flex;
            flex-flow: row nowrap;
            align-items: center;
            font: 400 12px 'Heebo', sans-serif;
            color: #06f;
            width: 100%;
        }

            .follow > .sh > dt > b {
                font: 400 14px/18px 'Heebo', sans-serif;
                color: #333;
                margin-right: 5px;
            }

            .follow > .sh > dt > a {
                display: block;
                height: 20px;
                width: 20px;
                background: url(../images/share.svg) no-repeat;
                background-size: cover;
                font-size: 0px;
                margin-left: 3px;
            }

        .follow > .sh > a.face {
            background-position: 0 0;
        }

        .follow > .sh > dt > a.twi {
            background-position: -21px 0;
        }

        .follow > .sh > dt > a.in {
            background-position: -64px 0;
        }

        .follow > .sh > dt > a.gp {
            background-position: -42px 0;
        }

        .follow > .sh > dt > a.wa {
            background-position: -84px 0;
        }


.sharenews {
    height: auto;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    margin-top: 10px;
}

    .sharenews > dt {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        font: 400 12px 'Heebo', sans-serif;
        color: #06f;
        width: 100%;
    }

        .sharenews > dt > a {
            display: block;
            height: 20px;
            width: 20px;
            background: url(../images/share.svg) no-repeat;
            background-size: cover;
            font-size: 0px;
            margin-right: 3px;
        }

    .sharenews > a.face {
        background-position: 0 0;
    }

    .sharenews > dt > a.twi {
        background-position: -21px 0;
    }

    .sharenews > dt > a.in {
        background-position: -64px 0;
    }

    .sharenews > dt > a.gp {
        background-position: -42px 0;
    }

    .sharenews > dt > a.wa {
        background-position: -84px 0;
    }

.regbg {
    background: #eff4fb !important;
}

.register {
    height: auto;
    width: 1140px;
    margin: 30px auto;
}

    .register > h1 {
        font: 400 36px Arial, sans-serif;
        color: #202145;
        text-align: center;
        padding-top: 30px;
    }

    .register > small {
        font: 400 15px Arial, sans-serif;
        color: #DF383B;
        text-align: center;
        display: block;
        margin-top: 15px;
    }

    .register > ul {
        height: auto;
        width: 600px;
        padding: 30px;
        margin: 0 auto;
        display: flex;
        flex-flow: row wrap;
        box-sizing: border-box;
        background: #fff;
        margin-top: 45px;
        box-shadow: 0 8px 12px rgba(0, 0, 0, .10);
        border-radius: 2px;
    }

        .register > ul > li {
            text-align: left;
            height: auto;
            width: 100%;
            margin-top: 20px;
        }

            .register > ul > li > label {
                text-align: left;
                font: 400 15px Arial, sans-serif;
                color: #666;
                display: block;
            }

            .register > ul > li > input[type=text] {
                display: block;
                box-sizing: border-box;
                border: 2px solid #ddd;
                margin-top: 10px;
                text-align: left;
                font: 400 15px Arial, sans-serif;
                color: #222;
                width: 100%;
                height: auto;
                padding: 8px;
            }

            .register > ul > li > select {
                display: block;
                box-sizing: border-box;
                border: 2px solid #ddd;
                margin-top: 10px;
                text-align: left;
                font: 400 15px Arial, sans-serif;
                color: #222;
                width: 100%;
                height: 38px;
                padding: 8px;
            }

            .register > ul > li > textarea {
                display: block;
                box-sizing: border-box;
                padding: 5px;
                border: 2px solid #ddd;
                text-align: left;
                font: 400 15px Arial, sans-serif;
                color: #222;
                width: 100%;
                height: 100px;
            }

            .register > ul > li > input[type=submit] {
                display: inline-block;
                height: 48px;
                width: 100%;
                background: #10b571;
                color: #fff;
                font: 700 16px/38px Arial, arial, sans-serif;
                text-align: center;
                box-shadow: 0 4px 8px rgba(0, 0, 0, .25);
                cursor: pointer;
                border-radius: 2px;
                text-transform: uppercase;
            }

                .register > ul > li > input[type=submit]:hover {
                    background: #03d67f;
                }

    .register > div {
        height: auto;
        width: 100%;
        padding: 30px;
        box-sizing: border-box;
    }

        .register > div > label {
            text-align: left;
            font: 400 15px 'Heebo', sans-serif;
            color: #333;
        }

        .register > div > textarea {
            display: block;
            box-sizing: border-box;
            border: none;
            border-bottom: 2px solid #aaa;
            text-align: left;
            font: 400 24px 'Heebo', sans-serif;
            color: #222;
            width: 100%;
            height: 100px;
            padding: 10px 0;
        }

.pictures {
    height: auto;
    width: auto;
}

    .pictures > h1 {
        text-align: left;
        font: 500 20px 'Heebo', arial, sans-serif;
        color: #222;
        margin-bottom: 15px;
    }

    .pictures > dl {
        height: auto;
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        padding: 10px 0;
    }

        .pictures > dl > dt {
            height: auto;
            width: 19.6%;
            margin: 2px .2%;
        }

            .pictures > dl > dt > a {
                display: block;
            }

                .pictures > dl > dt > a > img {
                    display: block;
                    width: 100%;
                }

.eventgallery1 {
    height: auto;
    width: auto;
    margin: 15px 0;
}

    .eventgallery1 > h1 {
        font: 500 20px 'Heebo', arial, sans-serif;
        color: #232429;
        text-align: left;
        padding: 15px 0;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
    }

        .eventgallery1 > h1 > small {
            display: inline-block;
            margin-right: 10px;
            width: 30px;
        }

    .eventgallery1 > ul {
        height: auto;
        width: 100%;
        display: flex;
        flex-flow: row wrap;
    }

        .eventgallery1 > ul > li {
            height: auto;
            width: 25%;
            padding: 5px;
            box-sizing: border-box;
        }

            .eventgallery1 > ul > li a {
                background: #eee;
                display: block;
            }

            .eventgallery1 > ul > li img {
                display: block;
                width: 100%;
            }

            .eventgallery1 > ul > li b {
                display: block;
                width: 100%;
                margin-bottom: 10px;
                font: 400 13px 'Heebo', sans-serif;
                color: #333;
                text-align: center;
                padding: 5px;
            }

            .eventgallery1 > ul > li:hover b {
                color: #f30;
            }

/*************** TABBED MENU ******************/
.cd-tabs {
    position: relative;
    width: 90%;
    max-width: 960px;
    margin: 2em auto;
    background: #f8f7ee;
}

    .cd-tabs:after {
        content: "";
        display: table;
        clear: both;
    }

    .cd-tabs::after {
        /* subtle gradient layer on top right - to indicate it's possible to scroll */
        position: absolute;
        top: 0;
        right: 0;
        height: 60px;
        width: 50px;
        z-index: 1;
        pointer-events: none;
        background: -webkit-linear-gradient( right, #f8f7ee, rgba(248, 247, 238, 0));
        background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

.no-cssgradients .cd-tabs::after {
    display: none;
}

.cd-tabs.is-ended::after {
    /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-tabs nav {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #f8f7ee;
    box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}

@media only screen and (min-width: 768px) {
    .cd-tabs::after {
        display: none;
    }

    .cd-tabs nav {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
        z-index: 1;
    }
}

@media only screen and (min-width: 960px) {
    .cd-tabs nav {
        position: relative;
        float: none;
        background: transparent;
        box-shadow: none;
    }
}

.cd-tabs-navigation {
    width: 360px;
}

    .cd-tabs-navigation:after {
        content: "";
        display: table;
        clear: both;
    }

    .cd-tabs-navigation li {
        float: left;
    }

    .cd-tabs-navigation a {
        position: relative;
        display: block;
        height: 60px;
        width: 60px;
        text-align: center;
        font-size: 12px;
        font-size: 0.75rem;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: 700;
        color: #c3c2b9;
        padding-top: 34px;
        box-shadow: inset 0 2px 0 #ccc;
    }

.no-touch .cd-tabs-navigation a:hover {
    color: #29324e;
    background-color: rgba(233, 230, 202, 0.3);
}

.cd-tabs-navigation a.selected {
    background-color: #ffffff !important;
    box-shadow: inset 0 2px 0 #f05451;
    color: #29324e;
}

.cd-tabs-navigation a::before {
    /* icons */
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -10px;
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url("../images/vicons.svg");
    background-repeat: no-repeat;
}

.cd-tabs-navigation a[data-content='inbox']::before {
    background-position: 0 0;
}

.cd-tabs-navigation a[data-content='new']::before {
    background-position: -20px 0;
}

.cd-tabs-navigation a[data-content='gallery']::before {
    background-position: -40px 0;
}

.cd-tabs-navigation a[data-content='store']::before {
    background-position: -60px 0;
}

.cd-tabs-navigation a[data-content='settings']::before {
    background-position: -80px 0;
}

.cd-tabs-navigation a[data-content='trash']::before {
    background-position: -100px 0;
}

.cd-tabs-navigation a[data-content='inbox'].selected::before {
    background-position: 0 -20px;
}

.cd-tabs-navigation a[data-content='new'].selected::before {
    background-position: -20px -20px;
}

.cd-tabs-navigation a[data-content='gallery'].selected::before {
    background-position: -40px -20px;
}

.cd-tabs-navigation a[data-content='store'].selected::before {
    background-position: -60px -20px;
}

.cd-tabs-navigation a[data-content='settings'].selected::before {
    background-position: -80px -20px;
}

.cd-tabs-navigation a[data-content='trash'].selected::before {
    background-position: -100px -20px;
}

@media only screen and (min-width: 768px) {
    .cd-tabs-navigation {
        /* move the nav to the left on medium sized devices */
        width: 80px;
        float: left;
    }

        .cd-tabs-navigation a {
            height: 80px;
            width: 80px;
            padding-top: 46px;
            box-shadow: inset 0 2px 0 #ccc;
        }

            .cd-tabs-navigation a.selected {
                box-shadow: inset 2px 0 0 #f05451;
            }

            .cd-tabs-navigation a::before {
                top: 22px;
            }
}

@media only screen and (min-width: 960px) {
    .cd-tabs-navigation {
        /* tabbed on top on big devices */
        width: auto;
        background-color: #f8f7ee;
        box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
    }

        .cd-tabs-navigation a {
            height: 60px;
            line-height: 60px;
            width: auto;
            text-align: left;
            font-size: 14px;
            font-size: 0.875rem;
            padding: 0 2.8em;
            box-shadow: inset 0 2px 0 #ccc;
        }

            .cd-tabs-navigation a.selected {
                box-shadow: inset 0 2px 0 #f05451;
            }

            .cd-tabs-navigation a::before {
                top: 50%;
                margin-top: -10px;
                margin-left: 0;
                left: 38px;
            }
}

.cd-tabs-content {
    background: #ffffff;
}

    .cd-tabs-content li {
        display: none;
        padding: 1.4em 0;
    }

        .cd-tabs-content li.selected {
            display: block;
            -webkit-animation: cd-fade-in 0.5s;
            -moz-animation: cd-fade-in 0.5s;
            animation: cd-fade-in 0.5s;
        }

        .cd-tabs-content li p {
            font-size: 14px;
            font-size: 0.875rem;
            line-height: 1.6;
            color: #8493bf;
            margin-bottom: 2em;
        }

@media only screen and (min-width: 768px) {
    .cd-tabs-content {
        min-height: 480px;
    }

        .cd-tabs-content li {
            padding: 2em 2em 2em 7em;
        }
}

@media only screen and (min-width: 960px) {
    .cd-tabs-content {
        min-height: 0;
    }

        .cd-tabs-content li {
            padding: 3em 0;
        }

            .cd-tabs-content li p {
                font-size: 16px;
                font-size: 1rem;
            }
}

@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes cd-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.messages{ height:auto; width: 100%; display: flex; flex-flow: row wrap;}
.messages > li{ height: auto; width: 33.33%; padding: 15px; box-sizing: border-box; margin-top: 15px;}
.messages > li > .inner{ height:100%; width: 100%; background: #000; display: flex; flex-flow: column; align-items: center;}
.messages > li > .inner > h1{ text-align: center; font: 400 24px 'Heebo', sans-serif; color: #fff; padding: 15px 0 25px 0; }
.messages > li > .inner > .image{ height:96px; width: 96px; border-radius: 20%; overflow: hidden; 
	border: 2px solid rgba(255, 255, 255, .75); 	box-shadow: 0 10px 10px rgba(0, 0, 0, .25);}
.messages > li > .inner > .image > img{ display: block; width: 100%;}
.messages > li > .inner > h3{ text-align: justify; font: 400 15px 'Heebo', sans-serif; color: #fff; margin-top: 10px; padding: 15px 30px; }
.messages > li > .inner > a{ text-align: center; font: 400 13px/36px 'Heebo', sans-serif; color: #fff; margin: 15px 0 30px 0; background: #f73134; border-radius: 3px; text-transform: uppercase; width: 150px; box-shadow: 0 6px 10px rgba(0, 0, 0, .25);}
.messages > li > .inner > a:hover{box-shadow: 0 10px 16px rgba(0, 0, 0, .4); background: #cb3737;}


.messages_page { height:100%; width: 100%; background: #000; display: flex; flex-flow: column; align-items: center; 
	justify-content: center; margin-top: 30px; padding: 30px; box-sizing: border-box;}
.messages_page > h1{ text-align: center; font: 400 24px 'Heebo', sans-serif; color: #fff; padding: 15px 0 30px 0; }
.messages_page > .image{ height:120px; width: 120px; border-radius: 20%; overflow: hidden; 
	border: 2px solid rgba(255, 255, 255, .75); 	box-shadow: 0 10px 10px rgba(0, 0, 0, .25);}
.messages_page > .image > img{ display: block; width: 100%;}
.messages_page > h3{ text-align: justify; font: 400 16px 'Heebo', sans-serif; color: #fff; margin-top: 10px; padding: 30px; }
.ak41{ background: #00a2f6 !important;}
.ak45{ background: #eb913a !important;}
.ak65{ background: #cb3737 !important;}
.ak125{ background: #00b15b !important;}

.split{ height:auto; width: 100%; display: flex; flex-flow: row wrap;}
.split > li{ width: 50%; max-height: 500px; overflow-y: auto;}
.split > li:nth-child(2){ box-sizing:border-box; padding:0 15px;}
.top{ height:36px; width: 36px; position: fixed; right:30px; bottom: 30px;}

.splitupdates {
    height: 100%;
    width: 100%;
    padding:10px 20px 20px 20px;
    background:#f2f2ef;
    box-sizing:border-box;
    position:relative;
}


    .splitupdates > h1 {
        font: 500 20px 'Heebo', arial, sans-serif;
        color: #232429;
        text-align: left;
        padding: 10px 15px;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        position:sticky;
        top:0;
        background:#f2f2ef;
        
    }

        .splitupdates > h1 > small {
            display: inline-block;
            margin-right: 10px;
            width: 30px;
        }

   

    .splitupdates > ul {
        height: auto;
        width: auto;
        margin-top:15px;
        display: flex;
        flex-flow: row nowrap;        
    }

        .splitupdates > ul > li {
            width: 25%;
        }

            .splitupdates > ul > li:nth-child(2) {
                width: 75%;
                padding-left:10px; box-sizing:border-box;
            }

            .splitupdates > ul > li > img {
                display: block;
                width: 100%;
            }

            .splitupdates > ul > li > a {
                font: 400 14px/18px 'Heebo', arial, sans-serif;
                color: #797d89;
                text-align: left;
                display: inline-block;
            }

                .splitupdates > ul > li > a:hover {
                    color: #ff2040
                }

            .splitupdates > ul > li > small {
                font-size: 0.75rem;
                font-weight: 400;
                color: #06f;
                text-align: right;
                margin-top: 2px;
                display: block;
            }
.splitupdates > ul > li > dl {
    height: auto;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    margin-top: 5px;
}

    .splitupdates > ul > li > dl > dt {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        font: 400 12px 'Heebo', sans-serif;
        color: #06f;
        width: 50%;
    }

        .splitupdates > ul > li > dl > dt:nth-child(2) {
            display: flex;
            justify-content: flex-end;
        }

        .splitupdates > ul > li > dl > dt > a {
            display: block;
            height: 20px;
            width: 20px;
            background: url(../images/share.svg) no-repeat;
            background-size: cover;
            font-size: 0px;
            margin-right: 3px;
        }

            .splitupdates > ul > li > dl > dt > a.face {
                background-position: 0 0;
            }

            .splitupdates > ul > li > dl > dt > a.twi {
                background-position: -21px 0;
            }

            .splitupdates > ul > li > dl > dt > a.in {
                background-position: -64px 0;
            }

            .splitupdates > ul > li > dl > dt > a.gp {
                background-position: -42px 0;
            }

            .splitupdates > ul > li > dl > dt > a.wa {
                background-position: -84px 0;
            }


.admissions{ height:auto; width: auto; display: flex; flex-flow: row wrap; padding: 13px;}
.admissions > li{ height: auto; width: 25%; padding: 2px; box-sizing: border-box;}
.admissions > li > div{ height: 100%; width: 100%; background: #000; display: flex; flex-flow: column; border-radius: 4px;}
.admissions > li > div > a{ display: block; font: 400 16px "Heebo",arial,sans-serif; color: #fff; text-align: center; 
	width: 100%; box-sizing: border-box; padding: 45px; }
.admissions > li > div > a > span{ display: block; width: 100%;}
.admissions > li > div:hover{ box-shadow: 0 10px 20px rgba(0, 0, 0, .4);}
    .heading {
        text-align: center;
        color: #1e2021;
        font: 500 32px 'Heebo', arial, sans-serif;
        margin-top: 20px;
    }
.document-center{ height:auto; width: 100%; padding-top: 0px !important; flex-flow: column !important;}
.document-center > li{ height: auto; width: 100% !important; padding-top: 30px; margin: 0 !important;}
.document-center > li > h1{text-align: left; color: #1e2021;  font: 500 18px 'Heebo', arial, sans-serif; padding:  0 10px;}
.document-center > li > ol{ height:auto; width: 100%; display: flex; flex-flow: row wrap;}
.document-center > li > ol > li{ width:50%; padding: 10px; box-sizing: border-box;}
.document-center > li > ol > li > a{ display: block; padding: 10px; font: 400 15px 'Heebo', sans-serif;  color: midnightblue; background: #F2F7F8; box-shadow: 0 2px 6px rgba(0, 0, 0, .2);}
.document-center > li > ol > li > a:hover{ color: crimson; box-sizing: 0 4px 8px rgba(0, 0, 0, .4);}

.toggle,
[id^=drop] {
	display: none;
}
nav { 
	margin:0;
	padding: 0;
}


nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	float: right;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	}

/* Styling the links */
nav a {
	color: rgba(255, 255, 255, 0.5);
        padding: 12px;
        text-decoration: none;
        display: block;
        font: 400 15px "Heebo",arial,sans-serif;
}


nav ul li ul li:hover { background: #000000; }

/* Background color change on Hover */
nav a:hover { 
	color: #fff; 
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 40px; 
	background: #555;
	margin-left: -105px;
}

nav ul ul a{ color:#fff;}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:170px; 
}

	
/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 1200px) {

nav {
		margin: 0;
	position: absolute;
	 top: 50px; right: 36px;
	z-index: 9999;
	 background: #fff;
	height: 34px; width: 46px;
	}
	
	nav ul{ background: #555; width: 200px;}
	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}

	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		background-color: #555;
		padding:10px 12px;
		color:#FFF;
		font: 400 15px "Heebo",arial,sans-serif;
		text-decoration:none;
		border:none;
		height: 22px;
		width: 22px;
	}

	.toggle:hover {
		background-color: #000000;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
		background-color: #000000;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding:10px 12px;	
		color:#FFF;
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #212121; 
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		margin-left: 0px;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}

}

.admission-notice{ height:auto; width: 100%;}
.admission-notice > h2{ text-align: center; font: 500 32px 'Heebo', sans-serif;  color: #333; }
.admission-notice > h2 > span{ display: block; width: 100%; font-size: 24px; color:crimson;}
.admission-notice > h3{ text-align: center; font: 500 24px 'Heebo', sans-serif;  color: #333; margin-top: 30px; }
.admission-notice > ul{ height:auto; width: 100%; margin-top: 10px; box-sizing: border-box; padding: 15px;}
.admission-notice > ul > li{ height:auto; width: auto; text-align: left; list-style: decimal; padding-left: 15px;
	margin-left: 25px; margin-top: 10px; font:400 14px 'Heebo', sans-serif;  color:#3B3C3F;}

.admission-notice > dl{ height:auto; width: 100%; margin-top: 15px; box-sizing: border-box; display: flex; flex-flow: row wrap;}
.admission-notice > dl > dt{ height: auto; width: 25%; padding: 15px; box-sizing: border-box;}
.admission-notice > dl > dt > div{ height:auto; width: 100%; background: #333333; padding-bottom: 20px;}
.admission-notice > dl > dt > div img{ display: block; width: 100%;}
.admission-notice > dl > dt > div h1{ text-align: center; font: 500 18px 'Heebo', arial, sans-serif; color:rgba(255, 255, 255, .87); padding:15px 15px 0 15px;}
.admission-notice > dl > dt > div h2{ text-align: center; font: 400 14px 'Heebo', arial, sans-serif; color:rgba(255, 255, 255, .57); margin-top:5px; padding: 0 15px; }


.get-started {
    height: 46px;
    width: 230px;
    position: fixed;
    right: -30px;
    bottom:calc(50% - 23px);
    display: block;
    z-index: 9999;
    transition: right .5s;
}
    .get-started > a {
        height: auto;
        width: 100%;
        text-decoration: none;
        font: 700 15px/46px 'Heebo', sans-serif;
        color: #fff;
        background:#f14a45;
        text-align: center;
        display: block;
        position: relative;
        text-transform: uppercase;
        box-shadow: 0px 0px 12px rgba(0, 0, 0, .25);
    }
        .get-started > a > span {
            height: 72px;
            width: 72px;
             background:#e8231d;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            border-radius: 50%;
            top: calc(50% - 36px);
            margin-left: -36px;
            box-shadow: 0px 0px 12px rgba(0, 0, 0, .25);
			padding: 15px;
			box-sizing: border-box;
        }
            .get-started > a > span > img {
                display:block; width:70%;
            }
            .get-started:hover {
                right: 0px;
                transition: right .5s;
            }

@keyframes blink {
	0% {opacity: 0}
	49%{opacity: 0}
	50% {opacity: 1}
}

blink{animation: blink 1s infinite;}

.privacy_policy{ height:auto; width: 100%; box-sizing: border-box; padding: 15px;}
.privacy_policy > h1{text-align: center; color: #333;  font: 500 32px 'Heebo', arial, sans-serif;}
.privacy_policy > h2{text-align: center; color: #555;  font: 500 18px 'Heebo', arial, sans-serif; text-transform: uppercase;}
.privacy_policy > div{ height:auto; width: 100%; padding-top: 30px;}
.privacy_policy > div > h3{text-align: left; color: #222;  font: 700 18px 'Heebo', arial, sans-serif;}
.privacy_policy > div > h4{text-align: left; color: #333;  font: 500 16px 'Heebo', arial, sans-serif; padding-top: 10px;}
.privacy_policy > div > h5{text-align: left; color: #444;  font: 400 14px 'Heebo', arial, sans-serif; text-transform: uppercase; padding-top: 10px;}
.privacy_policy > div > p{text-align: left; color: #555;  font: 400 14px 'Heebo', arial, sans-serif; padding-top: 10px;}
.privacy_policy > div > ul{ height:auto; width:100%; padding-top: 10px;}
.privacy_policy > div > ul > li{ padding-left: 10px; margin-left: 10px; font: 400 14px 'Heebo', sans-serif; text-align:left;
color: #444; margin-top: 5px; list-style: lower-roman;}

.toggle,
[id^=drop] {
	display: none;
}
nav { 
	margin:0;
	padding: 0;
}


nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	float: right;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	}

/* Styling the links */
nav a {
	color: rgba(255, 255, 255, 0.5);
        padding: 12px;
        text-decoration: none;
        display: block;
        font: 400 15px "Heebo",arial,sans-serif;
}


nav ul li ul li:hover { background: #000000; }

/* Background color change on Hover */
nav a:hover { 
	color: #fff; 
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 40px; 
	background: #555;
	margin-left: -105px;
}

nav ul ul a{ color:#fff;}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:170px; 
}

	
/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 1200px) {

nav {
		margin: 0;
	position: absolute;
	 top: 50px; right: 36px;
	z-index: 9999;
	 background: #fff;
	height: 34px; width: 46px;
	}
	
	nav ul{ background: #555; width: 200px;}
	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}

	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		background-color: #555;
		padding:10px 12px;
		color:#FFF;
		font: 400 15px "Heebo",arial,sans-serif;
		text-decoration:none;
		border:none;
		height: 22px;
		width: 22px;
	}

	.toggle:hover {
		background-color: #000000;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
		background-color: #000000;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding:10px 12px;	
		color:#FFF;
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #212121; 
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		margin-left: 0px;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}

}