<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">



#newsletter-popup {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,0.8);
    z-index: 1000;
    text-align: center;
    color: white;
    padding: 150px 0px;
    display: none;
}

#newsletter-popup-container {
    background-color: white;
    width: 900px;
    margin: -20px 0px 0px 0px;
    padding: 0px 0px;
    display: flex;
    font-size: 18px;
}

.popup-half {
    flex: 1;
    padding: 40px;
}

    .popup-half a {
        border: 1px solid white;
        text-transform: uppercase;
        display: inline-block;
        color: white;
        padding: 10px 20px;
        margin: 20px 0px;
        transition: 0.3s;
    }

        .popup-half a:hover {
            text-decoration: none;
            background-color: white;
            color: #028fba;
        }


.closepopup {
    position: relative;
    z-index: 1001;
}

    .closepopup:hover {
        cursor: pointer;
    }

#newsletter-popup-container-one {
    background-color: #028fba;
}

#newsletter-popup-container-two {
    color: #000000;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

#newsletter-popup-container-one span {
    font-family: "farnham-display";
    font-size: 40px;
    padding-bottom: 20px;
    display: block;
}

#newsletter-popup-container-two span {
    font-family: "farnham-display";
    font-size: 40px;
    padding-bottom: 20px;
    display: block;
}

#newsletter-popup-container-two input[type="text"] {
    width: 100%;
    display: block;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #028fba;
    margin: 40px 0px 0px;
}

#newsletter-popup-container-two button {
    display: inline-block;
    color: black;
    border: 1px solid black;
    transition: 0.3s;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 40px 0px 40px;
}

    #newsletter-popup-container-two button:hover {
        background-color: black;
        color: white;
    }


#new-nav {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 50%;
    background-color: black;
    z-index: 99;
    overflow-y: scroll;
    display: none;
}

    #new-nav::-webkit-scrollbar {
        display: none;
    }

    #new-nav ul#new-nav-top-menu {
        float: right;
        margin: 45px 140px 60px 0px;
    }

        #new-nav ul#new-nav-top-menu li {
            display: inline-block;
            font-size: 18px;
        }

            #new-nav ul#new-nav-top-menu li:nth-child(2) {
                cursor: pointer;
                margin-right: 10px;
                padding-right: 50px;
                background-image: url('../png/menu-open.png');
                background-size: 40px 40px;
                display: inline-block;
                background-repeat: no-repeat;
                background-position: right;
            }
            #new-nav ul#new-nav-top-menu li:nth-child(3) {
                cursor: pointer;
                margin-right: 10px;
            }
            #new-nav ul#new-nav-top-menu li:nth-child(3) a {
                cursor: pointer;
                padding-right: 50px;
                background-image: url('../png/login-icons.png');
                background-size: 40px 40px;
                display: inline-block;
                background-repeat: no-repeat;
                background-position: right;

            }

                #new-nav ul#new-nav-top-menu li:nth-child(3) a:hover {
                    background-image: url('../png/login-icons-hover.png');
                }

            #new-nav ul#new-nav-top-menu li:nth-child(2):hover {
                background-image: url('../png/menu-open-hover.png');
            }

            #new-nav ul#new-nav-top-menu li:nth-child(3):hover a {
                color: #ddbf18;
            }

            #new-nav ul#new-nav-top-menu li:nth-child(2):hover a {
                color: #ddbf18;
            }

    #new-nav ul li a {
        color: #ffffff;
        transition: 0.3s;
        display: inline-block;
        padding: 10px 16px;
    }

        #new-nav ul li a:hover {
            color: #ddbf18;
            text-decoration: none !important;
        }

    #new-nav ul li span {
        color: #ffffff;
        transition: 0.3s;
        display: inline-block;
        padding: 10px 16px;
    }

        #new-nav ul li span:hover {
            color: #ddbf18;
            text-decoration: none !important;
            cursor: pointer;
        }

    #new-nav ul li:last-child a {
        letter-spacing: 2px;
        font-family: "Futura BT W05";
        display: inline-block;
        transition: 0.3s;
        background-color: #028fba;
        color: white;
        font-size: 20px;
        padding: 10px 28px;
        text-transform: uppercase;
    }

        #new-nav ul li:last-child a:hover {
            background-color: black;
            text-decoration: none;
        }

#primary-nav {
    margin: 0px 0px 0px 0px;
    padding: 40px 0px 0px 0px;
    list-style-type: none;
    display: block;
}

    #primary-nav li {
        margin: 0px 0px;
        padding: 0px 100px;
    }

    #primary-nav a {
        font-family: "farnham-display";
        transition: 0.3s;
        font-size: 30px;
        line-height: 30px;
        padding: 0px 0px 0px 80px;
        display: block;
        width: 100%;
        text-indent:0px;
    }

    #primary-nav span {
        font-family: "farnham-display";
        transition: 0.3s;
        font-size: 30px;
        line-height: 30px;
        padding: 0px 0px 0px 80px;
        text-indent: 20px;
        display: block;
        width: 100%;
        background-image: url('../png/secondary-plus.png');
        background-position: left center;
        background-repeat: no-repeat;
    }

        #primary-nav span.secondaryminus {
            background-image: url('../png/secondary-minus.png') !important;
        }

    #primary-nav li ul {
        display: none;
    }

        #primary-nav li:last-child ul li a, #primary-nav li:last-child ul li span, #primary-nav li ul li a, #primary-nav li ul li span, #primary-nav li:nth-child(3) ul li a, #primary-nav li:nth-child(3) ul li span {
            padding-left: 0px !important;
            font-size: 20px !important;
            font-family: "Futura BT W05" !important;
        }

        #primary-nav li ul li:last-child a {
            padding-left: 0px !important;
            font-size: 20px !important;
            font-family: "Futura BT W05" !important;
        }

        #primary-nav li ul li {
            padding-left: 0px !important;
        }

    #primary-nav li:last-child a {
        letter-spacing: 1px !important;
        font-family: "farnham-display" !important;
        display: inline-block;
        transition: 0.3s;
        background-color: transparent !important;
        color: white;
        font-size: 30px !important;
        padding: 10px 20px !important;
        text-transform: none !important;
    }

        #primary-nav li:last-child a:hover {
            background-color: black;
            text-decoration: none;
        }

#secondary-nav {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    display: block;
}

    #secondary-nav li {
        margin: 0px 0px;
        padding: 0px 120px;
    }

    #secondary-nav a {
        font-family: "farnham-display";
        transition: 0.3s;
        font-size: 30px;
        line-height: 30px;
        padding: 0px 0px 0px 100px;
        display: block;
        width: 100%;
        color: #a8abab !important;
    }

    #secondary-nav span {
        font-family: "farnham-display";
        transition: 0.3s;
        font-size: 30px;
        line-height: 30px;
        padding: 0px 0px 0px 100px;
        display: block;
        width: 100%;
    }

    #secondary-nav li ul {
        display: none;
    }

    #secondary-nav li:last-child a {
        letter-spacing: 1px !important;
        font-family: "farnham-display" !important;
        display: inline-block;
        transition: 0.3s;
        background-color: transparent !important;
        color: #a8abab;
        font-size: 30px !important;
        padding: 10px 20px !important;
        text-transform: none !important;
    }

        #secondary-nav li:last-child a:hover {
            background-color: black;
            text-decoration: none;
            color: #ddbf18;
        }

header {
    position: relative;
    display: block;
    margin: 0px 0px !important;
    width: 100%;
}

    header img#headerimage {
        width: 100%;
        z-index: 1;
    }


.section-five-block a:hover{
    text-decoration:none;
}

#section-five-block-two a { color:#000000; }
#section-five-block-two a:hover { color:#ffffff; }


#header-hold {
    position: absolute;
    z-index: 2;
    top: 40px;
    left: 140px;
    right: 140px;
}

    #header-hold ul {
        float: right;
        margin: 5px 0px;
    }

        #header-hold ul li {
            display: inline-block;
            font-size: 18px;
        }

            #header-hold ul li:nth-child(2) {
                cursor: pointer;
                margin-right: 10px;
                padding-right: 40px;
                background-image: url('../png/menu-closed.png');
                background-size: 40px 40px;
                display: inline-block;
                background-repeat: no-repeat;
                background-position: right;
            }

            #header-hold ul li:nth-child(3) {
                cursor: pointer;
                margin-right: 30px;
                background-size: 40px 40px;
                display: inline-block;

            }

                #header-hold ul li:nth-child(3) a {
                    padding-right: 50px;
                    background-image: url('../png/login-icons.png');
                    background-repeat: no-repeat;
                    background-position: right;
                }
                #header-hold ul li:nth-child(3) a:hover {
                    background-image: url('../png/login-icons-hover.png');
                }

            #header-hold ul li:nth-child(2):hover {
                background-image: url('../png/menu-closed-hover.png');
            }

            #header-hold ul li:nth-child(3):hover a {
                color: #ddbf18;
            }

            #header-hold ul li:nth-child(2):hover a {
                color: #ddbf18;
            }

            #header-hold ul li a {
                color: #ffffff;
                transition: 0.3s;
                display: inline-block;
                padding: 10px 16px;
            }

                #header-hold ul li a:hover {
                    color: #ddbf18;
                    text-decoration: none !important;
                }

            #header-hold ul li span {
                color: #ffffff;
                transition: 0.3s;
                display: inline-block;
                padding: 10px 16px;
            }

                #header-hold ul li span:hover {
                    color: #ddbf18;
                    text-decoration: none !important;
                }

            #header-hold ul li:last-child a {
                letter-spacing: 2px;
                font-family: "Futura BT W05";
                display: inline-block;
                transition: 0.3s;
                background-color: #028fba;
                color: white;
                font-size: 20px;
                padding: 10px 28px;
                text-transform: uppercase;
            }

                #header-hold ul li:last-child a:hover {
                    background-color: black;
                    text-decoration: none;
                }

#site-logo {
    width: 400px;
    float: left;
}

#section-one {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
    text-align: center;
    z-index: 2;
    margin-top: -250px;
}

    #section-one .first-title {
        display: block;
        color: white;
        text-align: center;
        font-family: "farnham-display";
        font-size: 110px;
        margin-bottom: 50px;
    }

    #section-one input[type="text"] {
        font-size: 28px;
        width: 700px;
        padding: 15px 30px 15px;
        font-family: "Futura BT W05";
        letter-spacing: 2px;
        border: 0px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        position:absolute;
        top:0px;
        left:0px;
    }

    #section-one input[type="submit"] {
        border: 0px;
        padding: 0px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        width: 74px;
        height: 74px;
        background: url('../png/search-icon.png');
        background-size: cover;
        position: absolute;
        top: 0px;
        right:0px;
        margin-top:0px;
    }


#section-two {
    margin: 80px 0px;
}

    #section-two h1 {
        font-family: "farnham-display";
        font-weight: normal;
        display: block;
        text-align: center;
        width: 100%;
        font-size: 42px;
        line-height: 30px;
    }

    #section-two h2 {
        font-family: "farnham-display";
        font-weight: normal;
        display: block;
        text-align: center;
        width: 100%;
        font-size: 42px;
        line-height: 30px;
    }

#section-three {
    display: flex;
    justify-content: center;
}

.three-block {
    width: 350px;
    display: inline-block;
    text-align: center;
    padding: 0px 75px;
}

#section-three .three-block img {
    width: 100%;
}

#section-four {
    text-align: center;
    margin: 80px 0px;
}

    #section-four a {
        font-size: 20px;
        border: 1px solid black;
        padding: 10px 26px;
        font-family: "Futura BT W05";
        text-transform: uppercase;
        color: black;
        transition: 0.3s;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

        #section-four a:hover {
            text-decoration: none;
            color: white;
            background-color: #028fba;
            border: 1px solid #028fba;
        }

#section-five {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.section-five-block {
    flex: 1;
    padding: 0px 65px 30px;
    font-size: 20px;
    font-weight: normal;
}

#section-five-block-one {
    background: #028fba;
    color: white;
    transition: 0.3s;
}

    #section-five-block-one:hover {
        background-color: #000000;
        cursor: pointer;
    }

#section-five-block-two {
    background: #ececec;
    transition: 0.3s;
}

    #section-five-block-two:hover {
        background-color: #000000;
        cursor: pointer;
        color: white;
    }

.section-five-block img {
    width: 100%;
}

.section-five-block span {
    text-align: center;
    display: block;
    width: 100%;
    font-family: "farnham-display";
    font-size: 40px;
    padding: 30px 0px;
}

.section-five-block p {
    width: 550px;
    text-align: center;
}

.section-five-block .call-out {
    border: 1px solid;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    ;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#section-six {
    width: 100%;
    text-align: center;
    display: block;
    padding-bottom: 100px;
}

    #section-six .cycle-slideshow {
        width: 1200px;
        display: inline-block;
        text-align: center;
    }

        #section-six .cycle-slideshow .quote {
            width: 100%;
            display: block;
            text-align: center;
            padding: 100px 0px 0px;
            font-size: 45px;
            font-family: "farnham-display";
            text-align: center;
        }

            #section-six .cycle-slideshow .quote .quote-by {
                color: #028fba;
                display: block;
                width: 100%;
                font-size: 20px;
                font-family: "Futura BT W05";
                margin: 20px 0px 50px;
            }

    #section-six .link-hold {
        width: 100%;
        display: block;
    }

        #section-six .link-hold a {
            color: black;
            border: 1px solid black;
            transition: 0.3s;
            text-transform: uppercase;
            font-size: 20px;
            padding: 10px 20px;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            margin: 20px 0px 40px;
        }

            #section-six .link-hold a:hover {
                background-color: black;
                color: white;
                text-decoration: none;
            }

#section-seven {
    background-color: #ececec;
    padding-top: 80px;
    padding-bottom: 100px;
    text-align: center;
}

    #section-seven h3 {
        display: block;
        width: 100%;
        font-size: 40px;
        text-align: center;
        margin-bottom: 70px;
    }

    #section-seven ul {
        list-style-type: none;
    }

        #section-seven ul li {
            display: inline-block;
            border: 1px solid black;
            padding: 10px 32px;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            margin: 0px 5px;
            transition: 0.3s;
            font-size: 15px;
        }

            #section-seven ul li:hover {
                background-color: black;
                color: white;
                cursor: pointer !important;
            }

#school-results-holder {
    position: relative;
    z-index: 2;
    left: 80px;
    right: 0px;
    display: block;
    width: auto;
    padding: 0px 0px 100px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

    #school-results-holder &gt; div:first-of-type {
        margin-left: 0px !important;
    }

    #school-results-holder &gt; div:last-of-type {
        margin-right: 18% !important;
    }

.school-slider-item {
    width: 15.2%;
    display: inline-block;
    margin-left: 40px;
}

    .school-slider-item img {
        width: 100%;
    }

#prev {
    position: absolute;
    z-index: 3;
    top: 30%;
    left: 80px;
}

#next {
    position: absolute;
    z-index: 3;
    top: 30%;
    right: 80px;
}

#results-scroller {
    position: relative;
    height: auto;
    display: block;
    margin-top: 100px;
}

#prev:hover, #next:hover {
    cursor: pointer;
}

.chosen-slider-item {
    background-color: black;
    color: white;
}

.school-slider-item a {
    color: black;
    transition: 0.3s;
}

    .school-slider-item a:hover {
        color: black;
        text-decoration: none;
    }

        .school-slider-item a:hover .school-name {
            background-color: white;
        }

.school-name {
    background-color: #ececec;
    display: block;
    padding: 10px 0px;
    margin: -25px 30px 0px 30px;
    font-weight: bold;
    position: relative;
    z-index: 3;
    transition: 0.3s;
    font-family: "farnham-display";
    font-size: 16px;
}

a.call-out {
    color: black;
    border: 1px solid black;
    transition: 0.3s;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 20px 0px 40px;
}

    a.call-out:hover {
        color: white;
        background-color: black;
        text-decoration: none;
    }

#section-eight {
    background-color: #ffffff;
    padding-top: 80px;
    padding-bottom: 100px;
    text-align: center;
}

    #section-eight h3 {
        display: block;
        width: 100%;
        font-size: 40px;
        text-align: center;
        margin-bottom: 70px;
    }

#school-guide-holder {
    font-family: "farnham-display";
    font-size: 18px;
    border-left: 80px solid white;
    border-right: 80px solid white;
    position: relative;
    z-index: 2;
    left: 0px;
    right: 80px;
    display: block;
    width: 100%;
    padding: 0px 0px 100px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

    #school-guide-holder &gt; div:first-of-type {
        margin-left: 0px !important;
    }

    #school-guide-holder &gt; div:last-of-type {
        margin-right: 18% !important;
    }

.school-guide-item a {
    color: black;
    transition: 0.3s;
}

    .school-guide-item a:hover {
        color: black;
        text-decoration: none;
    }

        .school-guide-item a:hover .school-name {
            background-color: white;
        }

.school-guide-item {
    width: 25%;
    display: inline-block;
    padding-right: 40px;
}

    .school-guide-item img {
        width: 100%;
    }

#prev1 {
    position: absolute;
    z-index: 3;
    top: 30%;
    left: 80px;
}

#next1 {
    position: absolute;
    z-index: 3;
    top: 30%;
    right: 80px;
}

.school-guide-item .school-name {
    background-color: #ffffff;
}

.school-guide-item a:hover .school-name {
    background-color: #ececec;
}

#prev1:hover, #next1:hover {
    cursor: pointer;
}


#section-nine {
    background-color: #028fba;
    display: flex;
    justify-content: center;
    padding: 100px 0px 100px 0px;
    text-align: center;
    color: white;
}

    #section-nine #section-nine-callout {
        border: 1px solid white;
        width: 100%;
        max-width: 1112px;
        padding: 0px 100px 40px;
        font-size: 20px;
    }

    #section-nine h2 {
        display: block;
        width: 100%;
        font-size: 40px;
        text-align: center;
        margin-bottom: 40px;
        font-weight: normal;
        text-transform: uppercase;
    }

#section-nine-callout a.call-out {
    color: white !important;
    border-color: white;
    margin-top: 50px;
    display: inline-block;
}

#section-nine-callout img {
    margin-top: -25px;
    margin-bottom: 40px;
}

#section-ten {
    width: 100%;
    display: flex;
    font-family: "farnham-display";
    font-size: 55px;
    text-align: center;
}

    #section-ten a {
        padding: 0px 70px;
        margin: 125px 0px;
        flex: 1;
        color: black;
        transition: 0.3s;
    }

.news-item-panel img {
    width: 100%;
    margin-bottom: 40px;
}

#section-ten &gt; a:first-of-type {
    border-right: 1px solid black;
}

#section-ten &gt; a:last-of-type {
    border-left: 1px solid white;
}

.byline {
    color: #028fba;
    font-size: 20px;
    display: block;
    font-family: "Futura BT W05";
    margin: 20px 0px;
}

#section-ten .call-out {
    font-family: "Futura BT W05" !important;
    display: inline-block;
    color: black;
    border: 1px solid black;
    transition: 0.3s;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 20px 0px 40px;
}

    #section-ten .call-out:hover {
        color: white;
        background-color: black;
        text-decoration: none;
    }

#section-ten a:hover {
    text-decoration: none;
    background-color: #ececec;
}

    #section-ten a:hover .call-out {
        color: white;
        background-color: black;
        text-decoration: none;
    }


footer {
    background-color: #010101;
    padding: 125px 80px 100px 80px;
    color: white;
    text-align: center;
    background-image: none !important;
}

    footer .up-to-date {
        display: block;
        width: 100%;
        font-size: 55px;
        text-align: center;
        margin-bottom: 40px;
        font-family: "farnham-display";
    }

    footer .enter-you-email {
        display: block;
        width: 100%;
        font-size: 20px;
        text-transform: uppercase;
    }

    footer input[type="text"] {
        background-color: transparent;
        border-bottom: 1px #028fba solid;
        border-top: 0px;
        border-left: 0px;
        border-right: 0px;
        width: 500px;
        color: white;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    footer button {
        background-color: black;
        color: white;
        border: 1px solid white;
        transition: 0.3s;
        text-transform: uppercase;
        font-size: 20px;
        padding: 10px 20px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        margin: 20px 0px 40px;
    }

        footer button:hover {
            background-color: white;
            color: black;
        }

.left-col {
    color: white;
    line-height: 50px;
    font-size: 12px;
    text-align: left;
}

.right-col {
    color: white;
    line-height: 50px;
    font-size: 12px;
    text-align: right;
}

.left-col a {
    color: white;
    line-height: 12px;
    font-size: 12px;
}

.right-col a {
    color: white;
    text-transform: uppercase;
    line-height: 12px;
    font-size: 12px;
}

.right-col img {
    width: 35px;
    height: 35px;
    margin-left: 0px;
}


/* HTML: &lt;div class="loader"&gt;&lt;/div&gt; */
.loader {
    color: #028fba;
    width: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    box-shadow: 19px 0 0 7px, 38px 0 0 3px, 57px 0 0 0;
    transform: translateX(-38px);
    animation: l21 .5s infinite alternate linear;
    display: none;
}

@keyframes l21 {
    50% {
        box-shadow: 19px 0 0 3px, 38px 0 0 7px, 57px 0 0 3px
    }

    100% {
        box-shadow: 19px 0 0 0, 38px 0 0 3px, 57px 0 0 7px
    }
}








@media screen and (max-width: 800px) {

    .left-col {
        line-height:20px !important;
    }

    .right-col {
        text-align: left !important;
        line-height: 20px !important;
    }
    #header-hold ul li:last-child a {
        margin-top: 20px;
    }

    #section-one input[type="text"] {
        width: 100%;
        max-width: 400px;
        font-size: 16px;
    }

    #section-one button img {
        height: 54px;
        margin-top: -6px;
    }

    #section-one .first-title {
        font-size: 40px !important;
        line-height: 40px;
        margin-bottom: 30px;
        color: black;
    }

    #section-one {
        margin-top: 40px !important;
        color: black;
    }

    .section-five-block p {
        width: 100%;
    }

    #site-logo {
        width: 100%;
        max-width: 130px;
        position:relative;
        z-index:9999999;
    }

    #header-hold ul li a {
        padding: 10px 10px;
    }
}

.search-intro {
    width: 100%;
    display: block;
    position: relative;
    height: 75px;
    width: 100%;
    max-width: 775px;
}
@media screen and (max-width: 1024px) {




    #bannerHolder {
        background-position:center;
    }

    #new-nav ul#new-nav-top-menu li:nth-child(3) a {
        width: 100%;
    }


        #logoref {
        display: block;
        height: 50px;
        position: relative;
        width: 50%;
        z-index: 9999;
    }

    .search-intro {
        width: 100%;
        display: block;
        position: relative;
        height: 75px;
        width: 100%;
        max-width: 90%;

    }

    #section-two {
        margin: 20px 0px;
    }

    html,body { overflow-x:hidden; width:100vw; }

    .popup-half {
        flex: 0;
        flex: none;
        width: 100%;
    }

        .popup-half span {
            margin-bottom: 20px;
        }

    #newsletter-popup {
        padding: 0px;
        font-size: 16px;
        line-height: 16px;
    }

    #newsletter-popup-container {
        width: 100%;
        text-align: left;
        display: block;
        clear: both;
    }

    #newsletter-popup iframe {
        float: left;
        margin-right: 20px;
    }

    #newsletter-popup-container-two {
        flex: none;
    }

    #header-hold {
        left: 20px;
        right: 20px;
        text-align: center;
    }

        #header-hold ul {
            width: 100%;
            text-align: right;
            position: absolute;
            top: -10px;
            right: 0px;
        }

    #section-one .first-title {
        font-size: 60px;
    }

    #section-one {
        margin-top: -170px;
    }

    #new-nav {
        left: 0px;
    }

    #section-two h1 {
        font-size: 30px;
        line-height: 30px;
    }

    #section-two h2 {
        font-size: 30px;
        line-height: 30px;
    }

    #section-two {
        padding: 0px 20px;
    }

    #section-three {
        display: block;
    }

    .three-block {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

    #section-five {
        display: block;
    }

    .section-five-block {
        padding: 20px;
    }

    #section-six .cycle-slideshow {
        width: 100%;
    }

        #section-six .cycle-slideshow .quote {
            font-size: 20px;
            padding: 40px 40px 0px;
        }

    #section-seven ul li {
        margin-bottom: 20px;
    }

    #section-seven ul {
        text-align: left;
    }

    .school-slider-item {
        width: 50%;
    }

    #school-results-holder {
        left: 0px;
    }

    #prev {
        position: absolute;
        z-index: 3;
        top: 0%;
        left: 0px;
    }

    #next {
        position: absolute;
        z-index: 3;
        top: 0%;
        right: 0px;
    }

    #school-guide-holder {
        border: 0px;
    }

    .school-guide-item {
        width: 50%;
    }

    #next1 {
        position: absolute;
        z-index: 3;
        top: 0%;
        right: 0px;
    }

    #prev1 {
        position: absolute;
        z-index: 3;
        top: 0%;
        left: 0px;
    }

    #section-nine #section-nine-callout {
        border: 1px solid white;
        padding: 0px 40px 40px;
        font-size: 20px;
    }

    #section-ten {
        display: block;
        font-size: 25px;
        padding: 0px 20px;
    }

        #section-ten &gt; a:first-of-type {
            border: 0px;
        }

    #header-hold ul li:nth-child(1), #header-hold ul li:nth-child(3), #header-hold ul li:nth-child(4){
        display: none;
    }

    #header-hold ul li:nth-child(2) { height:40px; }
    #header-hold ul li span {
        display: none;
    }

    footer input[type="text"] {
        width: 100% !important;
    }

    #new-nav ul#new-nav-top-menu {
        float: none;
        margin: 20px 0px 0px 0px;
        padding:0px 20px;
        width:100%;
    }
        #new-nav ul#new-nav-top-menu li {
            display: block;
            font-size: 18px;
            width: 95%;
            margin: 0px 0px;
            padding: 0px 0px;
        }

    #new-nav ul li:last-child a {
        margin-top: 20px !important;
    }

    #primary-nav li {
        margin: 0px 0px;
        padding: 0px 20px;
    }
    #secondary-nav li {
        margin: 0px 0px;
        padding: 0px 40px;
    }
}

@media screen and (max-width: 1400px) and (min-width: 1025px) {

    #new-nav ul#new-nav-top-menu li:nth-child(2) {
        padding-right: 35px;
        background-size: 25px 25px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: right 15px;
    }
    ul#new-nav-top-menu li a, ul#new-nav-top-menu li span {
        font-size: 14px;
    }

    #new-nav ul#new-nav-top-menu li:nth-child(3) a {
        cursor: pointer;
        padding-right: 40px;
        background-image: url(../png/login-icons.png);
        background-size: 28px 28px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: right 5px;
        padding-left:0px;
    }

    .menu-click-close { padding:10px 20px 0px 0px !important; }

    #primary-nav li {
        margin: 0px 0px;
        padding: 0px 50px;
    }


    #secondary-nav li {
        margin: 0px 0px;
        padding: 0px 70px;
    }

    #new-nav ul li:last-child a {
        font-size: 12px;
        padding: 10px 5px;
    }



    #header-hold ul li {
        font-size: 14px;
    }

        #header-hold ul li a {
            padding: 10px 10px;
        }

    #header-hold {
        left: 20px;
        right: 20px;
    }

        #header-hold ul li:last-child a {
            font-size: 16px;
            padding: 10px 15px;
        }

    #section-one .first-title {
        font-size: 80px;
    }

    #section-one {
        margin-top: -200px;
    }

    #new-nav {
        left: 50%;
    }

    #school-guide-holder {
        font-family: "farnham-display";
        font-size: 18px;
    }


}
</pre></body></html>