﻿/* ################################# HTML 5 reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

ol {
    list-style-position: inside;
}

ul {
    list-style-position: outside;
    margin-left: 1.4em;
    padding-bottom: 14px;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

    nav ul {
        list-style: none;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.datatable td {
    padding: 2px;
    padding-bottom: 4px;
}

.dtd {
    font-weight: 700;
    line-height: 24px;
}

input, select {
    vertical-align: middle;
}

/* FRONTEND CSS
*********************************************/
html {
    overflow-y: scroll;
}

/* LAYOUT
*********************************************/
/* Floats */
.float-left {
    float: left;
}

.float-right {
    float: right;
}

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.ie7 .group {
    zoom: 1;
}

.body {
    float: left;
    position: relative;
    height: 100%;
    min-height: 100vh;
    width: 100%;
    background: url(/_images/Pages_image_3.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

#pd_container {
    float: left;
    height: calc(100% - 36px);
    min-height: 650px;
    width: 100%;
}

#header_logo {
    float: left;
    height: 110px;
    width: 103px;
    background: url(/_images/Pages_logo.svg) no-repeat;
    margin-top: 5px;
}

#header_text {
    float: left;
    height: 56px;
    width: 94px;
    background: url(/_images/Pages_Students_title_94x55.svg) no-repeat;
    margin-left: 30px;
    margin-top: 30px;
}

#pdmenu {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

#pd_content {
    float: left;
    height: calc(100% - 146px);
    min-height: 504px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}

.content_inner {
    float: left;
    height: calc(100% - 10px);
    min-height: calc(100vh - 192px);
    width: calc(100% - 40px);
    padding: 10px 20px 0px 20px;
}

#pd_pagetitle {
    float: left;
    clear: both;
    padding-bottom: 15px;
}

#psroute, #psroute ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    z-index: 102;
    line-height: 20px;
}

    #psroute ul {
        position: absolute;
        display: none;
        width: 140px;
    }

        #psroute ul ul {
            padding-top: 0px;
        }

    #psroute a {
        display: block;
        padding-right: 8px;
        color: #114268;
        font-weight: 400;
    }

        #psroute a:hover {
            color: #768591;
        }

    #psroute li {
        position: relative;
        float: left;
    }

        #psroute li > a:after {
            content: url(/_images/hodgson_arrow_blue_4x8.png);
            padding-left: 6px;
        }

        /*#psroute li:first-of-type a {
            padding-left: 0px;
        }*/

        #psroute li:last-of-type > a:after {
            content: none;
            padding-left: 0px;
        }

        #psroute li .active {
            color: #768591 !important;
        }

        #psroute li li {
            background-color: rgba(17, 66, 104, 0.8);
            color: #fff;
            font-weight: 400;
            -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
            -webkit-transition-property: color, background-color;
            transition-property: color, background-color;
        }

            #psroute li li a {
                color: #fff;
            }

        #psroute li ul li:first-of-type a {
            padding-left: 15px;
            padding-top: 3px;
        }

        #psroute li ul li:last-of-type a {
            padding-bottom: 3px;
        }

        #psroute li li:hover {
            background-color: rgba(118, 133, 145, 0.8);
        }

            #psroute li li:hover a {
                color: #fff;
            }

        #psroute li li .active {
            color: #fff !important;
        }

        #psroute li ul li > a:after {
            content: none;
            padding-left: 0px;
        }

        #psroute li ul a {
            width: 200px;
            height: auto;
            float: left;
            padding-left: 15px;
            line-height: 25px;
        }

        #psroute li ul ul {
            left: 230px;
            margin: 0px 0 0 0px;
        }

        #psroute li ul li ul li > a:only-child:after {
            content: none;
            padding-left: 0px;
        }

        #psroute li ul li a {
            width: 200px;
            height: auto;
            float: left;
            padding-bottom: 3px;
            padding-top: 3px;
            padding-right: 15px;
        }

        #psroute li:hover ul ul, #psroute li:hover ul ul ul, #psroute li:hover ul ul ul ul {
            display: none;
        }

        #psroute li:hover ul, #psroute li li:hover ul, #psroute li li li:hover ul, #psroute li li li li:hover ul {
            display: block;
        }

.active {
    color: #768591;
}

#pdmenusmall .slicknav_nav ul li ul li {
    margin-left: 0px;
}

#pdmenusmall .slicknav_btn {
    position: relative;
    display: block !important;
    vertical-align: middle;
    padding: 7px 20px 5px 20px;
    line-height: 18px;
    cursor: pointer;
    width: calc(100% - 40px);
    color: #fff;
    text-align: center;
    background-color: #114268;
}

#pdmenusmall .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: none;
}

#pdmenusmall .slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em;
}

#pdmenusmall .slicknav_menu .slicknav_no-text {
    margin: 0
}

#pdmenusmall .slicknav_menu .slicknav_icon-bar {
    display: none;
    width: 2.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

#pdmenusmall .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em
}

#pdmenusmall .slicknav_nav {
    background-color: #fff;
    clear: both;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
}

    #pdmenusmall .slicknav_nav ul, #pdmenusmall .slicknav_nav li {
        display: block;
        width: 100%;
        background-color: #114268;
        border-bottom: none !important;
        border-top: 1px solid #fff !important;
        padding: 0px !important;
    }

        #pdmenusmall .slicknav_nav li:hover {
            background-color: #009fe3;
        }

    #pdmenusmall .slicknav_nav ul {
        margin-left: 0px;
        overflow-y: auto;
        height: auto;
        background-color: #fff;
        width: 100%;
        z-index: 1002;
        padding-top: 0px;
        padding-bottom: 0px;
    }

        #pdmenusmall .slicknav_nav ul li ul {
            width: 100%;
            padding-bottom: 0px;
        }

    #pdmenusmall .slicknav_nav li {
        display: block;
    }

    #pdmenusmall .slicknav_nav .slicknav_arrow {
        font-size: 0.8em;
        margin: 0 0 0 0.4em;
    }

    #pdmenusmall .slicknav_nav .slicknav_item {
        cursor: pointer;
    }

    #pdmenusmall .slicknav_nav .slicknav_row {
        display: block;
    }

#pdmenusmall .discoverroute li > a:only-child:after {
    content: none !important;
    padding-left: 0px;
}

#pdmenusmall .slicknav_nav a {
    display: block;
    color: #fff !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: center;
    font-size: 12px;
}

#pdmenusmall li > a > a {
    padding-right: 0px !important;
}

#pdmenusmall li li {
    background-color: rgba(0, 159, 227, 0.8) !important;
}

    #pdmenusmall li li:hover {
        background-color: #009fe3 !important;
    }

#pdmenusmall .slicknav_nav a:hover {
    color: #fff !important;
}

#pdmenusmall a {
    font-size: 12px;
    font-weight: 400;
}

#pdmenusmall .slicknav_nav .slicknav_item a,
#pdmenusmall .slicknav_nav .slicknav_parent-link a {
    display: inline
}

#pdmenusmall .slicknav_menu:before,
#pdmenusmall .slicknav_menu:after {
    content: " ";
    display: table;
}

#pdmenusmall .slicknav_menu:after {
    clear: both
}
/*2nd level*/
#pdmenusmall .slicknav_nav .slicknav_item {
    cursor: pointer;
    padding-left: 0px;
}

#pdmenusmall .slicknav_parent .slicknav_open {
    padding-bottom: 0px !important;
}
/* IE6/7 support */
#pdmenusmall .slicknav_menu {
    width: 100%;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.5px;
    height: 100%;
}

#yrroute, #yrroute ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    z-index: 50;
    line-height: 20px;
}

    #yrroute ul {
        position: absolute;
        display: none;
        width: 140px;
    }

        #yrroute ul ul {
            padding-top: 0px;
        }

    #yrroute a {
        display: block;
        padding-right: 8px;
        color: #114268;
        font-weight: 400;
    }

        #yrroute a:hover {
            color: #768591;
        }

    #yrroute li {
        position: relative;
        float: left;
    }

        #yrroute li > a:after {
            content: url(/_images/hodgson_arrow_blue_4x8.png);
            padding-left: 6px;
        }

        #yrroute li li:first-of-type > a:after {
            content: '';
        }

        #yrroute li:first-of-type a {
            padding-left: 0px;
        }

        #yrroute li:last-of-type > a:after {
            content: none;
            padding-left: 0px;
        }

        #yrroute li .active {
            color: #768591 !important;
        }

        #yrroute li li {
            background-color: rgba(17, 66, 104, 0.8);
            color: #fff;
            font-weight: 400;
            -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
            -webkit-transition-property: color, background-color;
            transition-property: color, background-color;
        }

            #yrroute li li a {
                color: #fff;
            }

        #yrroute li ul li:first-of-type a {
            padding-left: 15px;
            padding-top: 3px;
        }

        #yrroute li ul li:last-of-type a {
            padding-bottom: 3px;
        }

        #yrroute li li:hover {
            background-color: rgba(118, 133, 145, 0.8);
        }

            #yrroute li li:hover a {
                color: #fff;
            }

        #yrroute li li .active {
            color: #fff !important;
        }

        #yrroute li ul li > a:after {
            content: none;
            padding-left: 0px;
        }

        #yrroute li ul a {
            width: 200px;
            height: auto;
            float: left;
            padding-left: 15px;
            line-height: 25px;
        }

        #yrroute li ul ul {
            left: 230px;
            margin: 0px 0 0 0px;
        }

        #yrroute li ul li ul li > a:only-child:after {
            content: none;
            padding-left: 0px;
        }

        #yrroute li ul li a {
            width: 200px;
            height: auto;
            float: left;
            padding-bottom: 3px;
            padding-top: 3px;
            padding-right: 15px;
        }

        #yrroute li:hover ul ul, #yrroute li:hover ul ul ul, #yrroute li:hover ul ul ul ul {
            display: none;
        }

        #yrroute li:hover ul, #yrroute li li:hover ul, #yrroute li li li:hover ul, #yrroute li li li li:hover ul {
            display: block;
        }

.active {
    color: #768591;
}

#pdyearmenusmall .slicknav_nav ul li ul li {
    margin-left: 0px;
}

#pdyearmenusmall .slicknav_btn {
    position: relative;
    display: block !important;
    vertical-align: middle;
    padding: 7px 20px 5px 20px;
    line-height: 18px;
    cursor: pointer;
    width: calc(100% - 40px);
    color: #fff;
    text-align: center;
    background-color: #009fe3;
}

#pdyearmenusmall .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: none;
}

#pdyearmenusmall .slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em;
}

#pdyearmenusmall .slicknav_menu .slicknav_no-text {
    margin: 0
}

#pdyearmenusmall .slicknav_menu .slicknav_icon-bar {
    display: none;
    width: 2.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

#pdyearmenusmall .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em
}

#pdyearmenusmall .slicknav_nav {
    background-color: #fff;
    clear: both;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
}

    #pdyearmenusmall .slicknav_nav ul, #pdyearmenusmall .slicknav_nav li {
        display: block;
        width: 100%;
        background-color: #009fe3;
        border-bottom: none !important;
        border-top: 1px solid #fff !important;
        padding: 0px !important;
    }

        #pdyearmenusmall .slicknav_nav li:hover {
            background-color: #114268;
        }

    #pdyearmenusmall .slicknav_nav ul {
        margin-left: 0px;
        overflow-y: auto;
        height: auto;
        background-color: #fff;
        width: 100%;
        z-index: 1002;
        padding-top: 0px;
        padding-bottom: 0px;
    }

        #pdyearmenusmall .slicknav_nav ul li ul {
            width: 100%;
            padding-bottom: 0px;
        }

    #pdyearmenusmall .slicknav_nav li {
        display: block;
    }

    #pdyearmenusmall .slicknav_nav .slicknav_arrow {
        font-size: 0.8em;
        margin: 0 0 0 0.4em;
    }

    #pdyearmenusmall .slicknav_nav .slicknav_item {
        cursor: pointer;
    }

    #pdyearmenusmall .slicknav_nav .slicknav_row {
        display: block;
    }

#pdyearmenusmall .discoverroute li > a:only-child:after {
    content: none !important;
    padding-left: 0px;
}

#pdyearmenusmall .slicknav_nav a {
    display: block;
    color: #fff !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: center;
    font-size: 12px;
}

#pdyearmenusmall li > a > a {
    padding-right: 0px !important;
}

#pdyearmenusmall li li {
    background-color: rgba(17, 66, 104, 0.85) !important;
}

    #pdyearmenusmall li li:hover {
        background-color: #114268 !important;
    }

#pdyearmenusmall .slicknav_nav a:hover {
    color: #fff !important;
}

#pdyearmenusmall a {
    font-size: 12px;
    font-weight: 400;
}

#pdyearmenusmall .slicknav_nav .slicknav_item a,
#pdyearmenusmall .slicknav_nav .slicknav_parent-link a {
    display: inline
}

#pdyearmenusmall .slicknav_menu:before,
#pdyearmenusmall .slicknav_menu:after {
    content: " ";
    display: table;
}

#pdyearmenusmall .slicknav_menu:after {
    clear: both
}
/*2nd level*/
#pdyearmenusmall .slicknav_nav .slicknav_item {
    cursor: pointer;
    padding-left: 0px;
}

#pdyearmenusmall .slicknav_parent .slicknav_open {
    padding-bottom: 0px !important;
}
/* IE6/7 support */
#pdyearmenusmall .slicknav_menu {
    width: 100%;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.5px;
    height: 100%;
}
