﻿html {
    overflow-x: hidden !important;
}

#wfControlPanel {
    position: absolute;
    z-index: 101;
    top: 80px !important;
}

label {
    margin-bottom: 5px;
    margin-top: 5px;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 40%;
    height: 3000px !important;
    overflow: hidden;
}


.error {
    clear: both;
    width: 100%;
    color: #f00;
    padding: 0px;
    margin: 0px;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0px 5px;
}


.social-container {
    margin: 20px 0px 0px 0px;
    border-radius: 0px 8px 0 0;
    -moz-border-radius: 0px 8px 0 0;
    background: #fff;
    display: table;
    padding: 5px 10px;
}

    .social-container .links a {
        margin: 0 10px;
        color: #2D639E;
        text-decoration: none;
        font-size: 20px;
        font-weight: 400;
        display: table;
        float: left;
        position: relative;
        z-index: 100;
    }

        .social-container .links a:hover {
            color: #EE3B33;
        }

.links {
    font-family: Georgia, serif;
    font-size: 1em;
    font-weight: bold;
    color: #2D639E;
}

body {
    margin: 0px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    background: #eeeeee;
}

h1 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.1em;
    color: #2D639E;
    margin-top: 0px;
}

h2 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.4em;
    color: #EE3B33;
}

h3 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.2em;
    color: #2D639E;
}

p {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4em;
    color: #555;
}

a {
    text-decoration: none;
    color: #2D639E;
}

    a:hover {
        text-decoration: none;
        color: #EE3B33;
    }

    a.logout {
        color: #FFF;
        font-weight: 600;
    }

        a.logout:hover {
            color: #EE3B33;
            font-weight: 600;
        }

.survey_form {
    float: left;
}

table {
    background-color: #FFF;
    border-color: #CCC;
    table-layout: fixed;
    font-size: 1em;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .titlerow {
    border-bottom-width: 0px;
    background: #F9F8F8;
}

.non-white {
    color: #333 !important;
    text-shadow: 1px 1px #FFF !important;
}

.nstuContact {
    float: left;
    height: 80px;
    line-height: 2.5em;
    padding: 30px 10px 10px 0px;
    color: #03428e;
    text-decoration: none;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.5em;
}

    .nstuContact a {
        color: #03428e;
    }

        .nstuContact a:hover {
            color: #EE3B33;
        }

p.credits {
    font-size: .8em;
    color: #747a5f;
}

.footer hr {
    margin-top: 15px;
    margin-bottom: 0px;
    border: 0;
    border-top: 2px solid #ee3b33;
    clear: both;
}

.contentPadding hr {
    margin: 10px 0px;
    border: 0;
    border-top: 1px dotted #2D639E;
    clear: both;
}

.contentPadding li {
    margin: 5px 0px;
}

.topRow {
    padding: 0px;
    background-color: #2D639E;
    height: 80px;
    margin: auto;
}

.topRight {
    text-align: right;
    margin: 8px 0px 0px 0px;
    padding: 0px;
    height: 27px;
}

.topSM img {
    padding: 0px 3px;
}

.topSM {
    float: right;
}

/*search css */

div#search_wrapper {
    height: 25px;
    width: 151px;
    padding: 0px;
    margin: -1px 5px 0px 2px;
    position: relative;
    top: 0px;
    background: url(/images/searchBg.png) top left no-repeat;
    float: right;
}

.search_text {
    border: 0px;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 1px;
    width: 120px;
    height: 20px;
    color: #091F5B;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: .9em;
    text-decoration: none;
    padding: 0px 25px 0px 5px;
    margin: 0px;
}

.search_button {
    vertical-align: top;
    width: 20px;
    height: 21px;
    padding: 0px;
    margin: 0px;
    border: none;
    position: absolute;
    top: 1px;
    left: 130px;
}

form {
    padding: 0px;
    margin: 0px;
    display: inline;
}

.navbar-brand {
    float: left;
    padding: 0px;
    line-height: inherit;
    margin: 0px;
}

    .navbar-brand img {
        width: 250px;
        height: auto;
    }

.navbar > .container .navbar-brand {
    margin: 3px 0px 0px 0px;
}

.resize {
    width: 100% !important;
    height: auto !important;
}

table.table-photos img {
    float: left;
    padding: 0px 10px 0px 0px;
    width: inherit;
}

table.table-noresize img {
    float: left;
    padding: 0px 10px 0px 0px;
    width: inherit;
}

.subNavPadding {
    background: #FFF;
    display: table;
    padding: 10px 20px;
    border-bottom: 10px #EE3B33 solid;
    border-radius: 0px 12px 0px 0px;
    -moz-border-radius: 0px 12px 0px 0px;
    width: 100%;
}

    .subNavPadding li.level-3 {
        display: table;
        width: 100%;
        text-align: left;
    }

        .subNavPadding li.level-3 ul li a {
            margin: 4px 0px;
        }

    .subNavPadding ul.level-3 {
        display: table;
        width: 100%;
        text-align: left;
        padding: 0px 5px;
    }

    .subNavPadding ul.level-4 {
        display: table;
        width: 100%;
        text-align: left;
        padding: 0px 5px;
        list-style: none;
    }

    .subNavPadding li.level-3 a, .subNavPadding li.level-4 a {
        color: #2D639E;
        line-height: 1.2em;
        margin: 4px 0px;
    }

        .subNavPadding li.level-3 a:hover, .subNavPadding li.level-4 a:hover {
            color: #EE3B33;
        }

        .subNavPadding li.level-3 a.currentlink {
            color: #EE3B33;
        }

.mainContent {
    background: #EEE;
    padding: 50px 0px 70px 0px;
}

.footer {
    width: 100%;
    background: #EEE url(/images/footerBg.jpg) top left repeat-x;
    display: table;
    padding: 20px 0px 60px 0px;
}

    .footer ul {
        list-style: none;
        padding: 0px;
    }

        .footer ul.footerMenu {
            display: table;
        }

        .footer ul li.level-1 {
            float: left;
            width: 50%;
        }

        .footer ul li.level-2 {
            float: left;
            padding: 0px 0px 0px 20px;
        }

        .footer ul li.level-3 {
            float: left;
            width: 100%;
        }

        .footer ul li.level-2 a {
            color: #FFF;
            font-size: 1em;
            font-weight: bold;
            text-shadow: 1px 1px 1px #000;
            line-height: 1.10em;
            display: table;
            margin: 0px 0px 7px 0px;
        }

        .footer ul li.level-3 a {
            color: #FFF;
            font-size: .9em;
            font-weight: normal;
            text-shadow: 1px 1px 1px #000;
        }

    .footer a.footerTopTitle {
        display: none;
    }

    .footer ul li.level-2 a:hover, .footer ul li.level-3 a:hover {
        color: #EE3B33;
    }

    .footer li.col1 {
        width: 18%;
    }

    .footer li.col2 {
        width: 24%;
    }

    .footer li.col3 {
        width: 27%;
    }

    .footer li.col4 {
        width: 26%;
    }

    .footer li.col5 {
        width: 28%;
    }

    .footer li.col6 {
        width: 26%;
    }

    .footer li.col7 {
        width: 20%;
    }

    .footer li.col8 {
        width: 25%;
    }

    .footer img {
        padding: 0px 10px;
    }

    .footer li.provincial, .footer li.community-college {
        display: none;
    }

.bottomRow p {
    font-size: .85em;
    color: #134a88;
}

.bottomRow a {
    color: #134a88;
}

    .bottomRow a:hover {
        color: #de1a1d;
    }

.bottomRowRight {
    text-align: right;
}

/*nav css */

.navbar-nav > li > .dropdown-menu {
    margin-top: 1px;
    background: #071c34;
    border: none;
    padding: 0px 10px 15px 10px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background: transparent;
}

.navbar .nav > li > a {
    color: #FFF;
    text-decoration: none;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 1.3em;
    padding-top: 6px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 13px;
}

.navbar .nav > li.active {
    background: #071c34;
    color: #EE3B33;
}

.navbar-inverse .navbar-nav > li.active > a {
    color: #EE3B33;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
    float: right;
    padding: 0px;
    margin: 5px 0px 0px 0px;
}

.navbar {
    background-color: #2d639e;
    border-color: rgba(0, 0, 0, 0);
    height: auto;
    margin-bottom: 0px;
    border-radius: 0px;
}

.mainContent img {
    display: inline-block;
    max-width: 100%!important;
    height: auto!important;
}

.navbar .nav > li.currentlink > a {
    color: #EE3B33;
}

.nav-tabs {
    border-bottom: none;
    padding-top: 15px;
    font-weight: bold;
}

    .nav-tabs > li {
        float: none;
        margin-bottom: 0px;
        text-align: left;
    }

        .nav-tabs > li > a,
        .nav-tabs > li > a:hover,
        .nav-tabs > li > a:focus {
            margin: 10px 28px 10px 10px;
            line-height: 1em;
            border: solid 1px #676d77;
            color: #676d77 !important;
            padding-bottom: 10px !important;
            border-radius: 0px;
        }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            border: none;
            border-radius: 0;
            color: #FFF !important;
            background: url(/images/activeBG.png) CENTER RIGHT no-repeat;
            margin: 10px;
            line-height: 1em;
            padding-bottom: 10px !important;
            padding-right: 30px;
        }

li.level-3 a.colTitle {
    line-height: 1.1em;
    display: table;
    margin-bottom: 7px;
}

a.topSubLink {
    display: none;
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #FFF;
    text-decoration: none;
}

li.level-2 {
    text-align: left;
}

li.level-3 {
    display: table;
    width: 25%;
    text-align: left;
    padding-right: 10px;
}

li.level-4 {
    display: table;
    width: 100%;
    text-align: left;
    padding: 0px 5px 0px 0px;
}

ul.level-2 li.level-3 a {
    text-align: left;
    line-height: inherit;
    display: table;
    line-height: 1.2em;
    margin-bottom: 7px;
}

ul.level-3 li.level-4 a {
    font-weight: normal;
    text-align: left;
    line-height: 1.2em;
    margin-bottom: 7px;
    display: table;
    font-size: .9em;
}

ul.level-3 {
    padding: 0px;
}

ul.mega-dropdown-menu .level-4 {
    padding: 0px;
}

ul.mega-dropdown-menu .level-5 {
    display: none
}

.navbar-nav > li > a {
    padding: 0px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #FFF;
    text-decoration: none;
}

    .navbar-inverse .navbar-nav > li > a:hover {
        color: #EE3B33;
        text-decoration: none;
    }

.tab-pane a {
    padding-right: 5px !important;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #ee3b33;
    background: #071c34;
}

    .navbar-inverse .navbar-nav > .open > a:focus {
        color: #FFF;
        background-color: rgba(0, 0, 0, 0);
    }

/* end nav css */


/* Carousel base class */

#myCarousel2 {
    z-index: 1;
}

#myCarousel {
    z-index: 100;
}

.carousel-indicators .active {
    width: 30px;
    height: 20px;
    margin: 0;
    background-color: #EEE;
    color: #ee3b33;
}

.carousel-indicators li {
    display: inline-table;
    width: 30px;
    height: 20px;
    margin: 0px;
    text-indent: 0px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: #EEE;
    border: 1px solid #FFF;
    border-radius: 4px;
    color: #094fa3;
}

.carousel-indicators {
    bottom: 0px;
    position: relative;
}

.carousel {
    width: 100%;
    height: auto;
    top: 80px;
}

    .carousel .item {
        height: auto;
    }

        .carousel .item .col-sm-3 {
            text-align: center;
            border-right: solid 1px #CCC;
            padding: 20px 0px;
            z-index: 100;
        }

        .carousel .item .col-sm-3b {
            text-align: center;
            padding: 20px 0px;
            border-right: none !important;
        }

.carousel-inner > .item > img {
    top: 0;
    left: 0;
    float: left;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: inherit;
}

.carousel-caption {
    z-index: 10;
    text-align: right;
    text-shadow: none;
    margin: 0px 50px 0px 50px;
    top: 165px;
    left: 0%;
    right: 0%;
    position: relative;
}

    .carousel-caption h1 {
        color: #fff;
        font-size: 3.5em;
        font-family: 'Istok Web', sans-serif;
        font-weight: 700;
        padding: 0px;
        margin: 0px;
        text-shadow: 1px 1px #333333;
        line-height: 1.2em;
    }

    .carousel-caption h2 {
        color: #fff;
        font-size: 2.6em;
        font-weight: 700;
        font-family: 'Istok Web', sans-serif;
        padding: 0px;
        margin: 0px 0px 0px 0px;
        text-shadow: 1px 1px #333333;
        line-height: 1em;
    }

.carousel-control.right, .carousel-control.left {
    background-image: none;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    z-index: 5;
    display: inline-block;
    top: 48%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 24px;
    color: #FFF;
    text-align: center;
    padding-top: 20%;
}

    .carousel-control:hover {
        color: #EE3B33;
        text-decoration: none;
        opacity: 1;
        filter: alpha(opacity=100);
    }

.mobileBanner {
    display: none;
}

@@media (min-width:769px) {
    ul.nav li:hover > ul.dropdown-menu {
        display: table;
    }
}

@@media (min-width: 992px) and (max-width: 1199px) {

    .footer ul li.level-3 a {
        font-size: .85em;
    }

    .footer ul li.level-2 a {
        font-size: .9em;
    }

    .footer li.col5 {
        width: 23%;
        margin-left: 15px;
    }

    .nstuContact {
        line-height: 1.3em;
    }
}

@@media (min-width: 768px) and (max-width: 991px) {

    .navbar .nav > li > a, .navbar .nav > li > a:hover {
        font-size: 1.1em;
        padding-top: 8px;
        padding-bottom: 11px;
    }

    .nav-tabs > li > a {
        font-size: .9em !important;
    }

    .nstuContact {
        line-height: 1.3em;
        font-size: 1.4em;
    }

    .footer ul {
        list-style: none;
        padding: 0px;
    }

        .footer ul li.level-3 a {
            font-size: .85em;
        }

        .footer ul li.level-2 a {
            font-size: .85em;
        }

    .footer li.col1 {
        width: 20%;
    }

    .footer li.col2 {
        width: 25%;
    }

    .footer li.col3 {
        width: 23%;
    }

    .footer li.col4 {
        width: 29%;
    }

    .footer li.col5 {
        width: 22%;
        margin-left: 20px;
    }

    .footer li.col6 {
        width: 22%;
    }

    .footer li.col7 {
        width: 24%;
    }

    .footer li.col8 {
        width: 20%;
    }

    .footer ul li.level-2 {
        padding: 0px 0px 0px 10px;
    }

    .footerContainer {
        padding-left: 10px !important;
    }

    li.level-3 ul li a {
        line-height: 1.15em;
        margin-bottom: 5px;
        font-size: .85em;
    }

    li.level-3 a {
        font-weight: bold;
        text-align: left;
        font-size: .9em;
        line-height: 1em;
        display: table;
        margin-bottom: 8px;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        top: 44%;
    }

    .resize600 {
        width: 100% !important;
        height: auto !important;
    }
}

@@media (min-width: 300px) and (max-width: 440px) {
    .resizemobile {
        width: 100% !important;
        height: auto !important;
        padding: 0px 0px 10px 0px !important;
        margin: 0px !important;
    }
}

@@media (min-width: 300px) and (max-width: 767px) {

    .navbar-brand img {
        width: 180px;
    }

    .resize600 {
        width: 100% !important;
        height: auto !important;
    }

    #search_wrapper {
        display: none;
    }

    .topRight {
        margin: 0px -15px 0px 0px;
    }

    .mainContent {
        padding: 0px
    }

    table.table-photos img {
        float: none;
        padding: 0px;
        width: 100% !important;
        height: auto !important;
        display: table;
    }

    table.table-noresize img {
        float: none;
        padding: 0px 10px 0px 0px;
        width: inherit;
        display: table;
    }

    h1 {
        font-size: 1.3em;
    }

    img.mainBanner {
        display: none !important;
    }

    .mobileBanner {
        display: table;
        margin-bottom: 20px;
    }

        .mobileBanner img {
            width: 100%;
            height: auto;
            display: block;
        }

    .nstuContact {
        padding: 10px 0px 0px 0px;
        line-height: 1.2em;
    }

    .mainContent .container {
        padding: 0px;
    }

    .navbar-toggle {
        margin-right: 0px;
    }

    .topRow {
        height: auto;
        width: 100%;
        padding: 5px 10px;
        position: relative;
    }

    .navbar {
        height: auto;
    }

        .navbar .nav > li > a {
            padding-bottom: 10px;
            padding-left: 10px;
        }

            .navbar .nav > li > a:hover {
                padding-bottom: 10px;
                padding-left: 10px;
            }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: rgba(0, 0, 0, 0);
        padding: 6px 0px 10px 10px;
    }

    ul.navbar-nav {
        list-style: none;
        padding: 0px;
    }

    .navbar-nav .open .dropdown-menu {
        padding: 0px 0px 20px 0px;
        background: #071C34;
        display: table;
        width: 100%;
    }

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: #ee3b33;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #FFF;
        background: #1B3654;
    }

    .subNavPadding li.level-4 a {
        padding: 0px;
    }

    li.level-3, li.level-4 {
        display: table;
        padding: 0px 15px;
        width: 98%;
    }

        li.level-3 ul li a {
            padding: 0px 15px;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-top: 0px solid rgba(0, 0, 0, 0);
        box-shadow: inherit;
        width: 100%;
        margin: 10px 0px 0px 0px;
        padding: 0px 15px;
        max-height: inherit;
        z-index: 1;
    }

    .footer ul {
        display: none;
    }

    .footer {
        width: 100%;
        background: #2D639E;
        display: table;
        padding: 20px 0px 5px 0px;
        position: relative;
    }

    .bottomRow p {
        font-size: .85em;
        color: #FFF;
    }

    .bottomRowRight {
        text-align: left;
    }

    .bottomRow a {
        color: #FFF;
    }

        .bottomRow a:hover {
            color: #de1a1d;
        }

    .tab-content > .tab-pane {
        display: table !important;
        border-bottom: dotted 1px #EE3B33;
        width: 100%;
    }

    ul.nav-tabs {
        display: none;
    }

    .nav-tabs {
        padding-top: 0px;
    }

    .inline-media {
        width: 95% !important;
    }

    .contentPadding iframe {
        height: 100% !important;
    }

    #twitter-widget-0 {
        height: 225px !important;
        margin: 20px 0px !important;
    }

    .twitterCentre {
        text-align: center;
    }

    .subNavPadding {
        margin: 10px 0px;
    }

    .contentPadding {
        padding: 5px 0px 20px 0px;
    }

    .table {
        font-size: .85em;
    }

    .social-container .links a {
        z-index: 1000;
    }
}

form#contactForm .col-sm-12 {
    overflow: auto;
}


/*updated*/

.navbar .navbar-nav {
    float: left;
    margin: 0;
    float: right;
    margin-top: 3%;
}

.subNavPadding ul.nav li {
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
}

.subNavPadding ul.nav li:last-child {
    border-bottom: none!important;
}


.subNavPadding ul.nav li a {
    padding: 5px 0px;
}

.subNavPadding .navbar-nav {
    margin: 0;
    float: none!important;
}

img.localLogo {
    margin: auto;
    margin-bottom: 25px;
}

.contentPadding p {
    font-size: 16px;
    line-height: 25px;
}

.subNavPadding h2 {
    text-align: center;
}

.col-sm-6.bottomRowRight a {
    color: white;
}

.contentPadding {
    margin-top: 30px;
}

/*New - Dec 18*/

.subNavPadding li.currentPage ul.dropdown-menu {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0 5px;
    position: relative;
    background: transparent;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
}

span.caret {
    display: none;
}

.subNavPadding .dropdown-menu > li > a {
    color: #2D639E;
}

    .subNavPadding .dropdown-menu > li > a:hover {
        color: #EE3B33;
    }

.subNavPadding li.currentPage > a {
    color: #EE3B33;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .nav > li > a:hover, .nav > li > a:focus {
    background: transparent !important;
}