﻿@charset "UTF-8";
/* CSS Document */
@import url("styles/animate.min.css");
@import url('./bootstrap/css/bootstrap.min.css');

* /*{
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    list-style: none;
}*/

#siteWrapper {
    height:100%;
}

#paneGroup {
    height:100%;
}

ul.searchSkinObjectPreview {
z-index: 5000;
}

html {    
    margin-bottom: 1px;
    height:100%;
    overflow-y: auto;

        background: #F1EEE7;
    background: -moz-linear-gradient(top, #e7d9c1 0%, #fff 100%)fixed; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7d9c1), color-stop(100%,#fff))fixed; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e7d9c1 0%,#fff 100%)fixed; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e7d9c1 0%,#fff 100%)fixed; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e7d9c1 0%,#fff 100%)fixed; /* IE10+ */
    background: linear-gradient(to bottom, #e7d9c1 0%,#fff 100%)fixed; /* W3C */
    background-repeat:no-repeat;

}
/* Force Vertical Scrollbar */
form {
    background: url(images/backgrounds/bgGradientTopOnly-main.jpg) repeat-x;    
    font-size: 13px;
    line-height: 1.5em;    
    height:100%;
    font-family: Arial, Helvetica, sans-serif;
}

.header {
    position: relative;
    width: 100%;
    height: 90px;
    color: #fff;
    top: 25px;
    background-color: #B70101;
}

#siteTitle {
    position: absolute;
    top: 55px;
    left: 85px;
    height: 62px;
    overflow: visible;
}

#subTitleText a, #subTitleText a:hover, #siteTitleText a:focus {
    color: #fff;
    overflow:visible;
    vertical-align:bottom;
    font-weight: bold;
    font-size: small;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    z-index:5000;
}

#siteTitleText a, #siteTitleText a:hover, #siteTitleText a:focus {
    color: #fff;
    overflow:visible;
    text-decoration: none;
    vertical-align:bottom;
    font-size:xx-large;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    z-index:5000;
    line-height: 35px;
}

#uwhome {
    position: absolute;
    left: 70px;
    top: 0px;
    line-height: 1em;
}

#uwhome  a, a:hover, a:focus {
    color: red;
}

#globalnav {
    position: absolute;
    display: inline;
    right: -1120px;
    top: 0px;
    font-size: 0.6875em;
}

    #globalnav #uwsearch {
        padding-left: 0;
        border-left: 0;
    }

    #globalnav #last_tool {
        padding-right: 0;
    }

    #globalnav a {
        color: #efe8d8;
        line-height: 1;
        text-decoration: none;
        font-size: 10px;
        font-weight: normal;
        font-family: Verdana;
        margin: 0;
        padding: 0 0 1px 0;
        display: block;
    }


    #globalnav li {
        display: inline-block;
        padding: 0px 10px 0 10px;
        border-left: 1px solid #c9ab80;
        line-height: 1;
    }

/* #3 COLUMN ADAPTABLE 
	   based on: http://jsfiddle.net/chazthetic/qx32C/294/
	================================================== */
.container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.crest {
    width: 70px;
    height: 104px;
    position: absolute;
    top: -22px;
    left: 5px;
    z-index: 100;
}

.uwworkmark {
    width: 0px;
    height: 104px;
    top: -10px;
    left: 70px;
    z-index: 100;
}

.gnav {
    width: 0px;
    height: 104px;
    text-align: right;
    top: -10px;
    left: 5px;
    z-index: 100;
}


/* WRAPPER STYLES */
.columns {
    display: inline-block;
    
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
    margin-top: 0px;
    width: 940px;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    z-index:10;           

}
/*.paneGroup {overflow:hidden;}*/
.paneGroup div {
    height: auto;
}

/* SET COLUMNS */
.leftPane {
    width: 220px;
    float: left;
}

.contentPane {
    margin-left: 250px;
    margin-right: 230px;
}

.rightPane {
    width: 220px;
    margin-left: 10px;
    float: right;
}

/* ACCOMODATE EMPTY PANES */
.DNNEmptyPane {
    width: 0;
    margin: 0;
}

.paneGroup .leftPane.DNNEmptyPane + .contentPane {
    margin-left: 0;
}

.paneGroup .rightPane.DNNEmptyPane + .leftPane + .contentPane {
    margin-right: 0;
}

.paneGroup .rightPane.DNNEmptyPane + .leftPane.DNNEmptyPane + .contentPane {
    margin-left: 0;
    margin-right: 0;
}

/*--------------
	 Login
	---------------*/
#login {
    padding: 7px 0;
}

    #login a {
        color: #ccc;
    }
/*--------------
	 Main Banner
	---------------*/
#mainBanner {
    position: relative;
    padding-top: 15px;
    z-index: 1;
}

/*--------------
	  Site Search
	---------------*/
#dnn_dnnSearch_ClassicSearch {
    position: relative;
    float: right;
    left: -10px;
    margin: 5px 0 10px 0;
}

    #dnn_dnnSearch_ClassicSearch > span {
        display: block;
        float: left;
        margin: 5px;
    }

#dnn_dnnSearch_txtSearch {
    float: right;
    width: 100px;
    padding: 6px 10px;
    padding-right: 37px; /* Make room for submit button */
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 3px;
    background: rgba(255,255,255,0.9);
    box-shadow: 0px 1px 0px 0px rgba(255,255,255,1), inset 0px 0px 4px 0px rgba(0,0,0,0.15);
    color: #444;
    font-size: 12px;
    /* transition decleration */
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms; /* Firefox 4 */
    -webkit-transition: all ease-in 200ms; /* Safari and Chrome */
    -o-transition: all ease-in 200ms; /* Opera */
    -ms-transition: all ease-in 200ms; /* IE9? */
}

    #dnn_dnnSearch_txtSearch:active, #dnn_dnnSearch_txtSearch:focus {
        width: 163px;
        background: rgba(255,255,255,0.9);
        border: 1px solid rgba(0,0,0,0.4);
        color: #444;
    }

#dnn_dnnSearch_ClassicSearch a {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 26px;
    width: 30px;
    padding-bottom: 0;
    border: none;
    box-shadow: none;
    webkit-box-shadow: none;
    overflow: hidden;
    text-indent: -99999px;
    background: transparent url(images/buttons/searchButton_bg.png) no-repeat 9px 9px;
    z-index: 1;
    cursor: pointer;
}
/*--------------
    Language Skin Object
    ---------------*/
.language-object {
    position: absolute;
    top: 25px;
    left: 0;
}

    .language-object span {
        margin-right: 2px;
    }
/*--------------
	  Menu Bar
	---------------*/
.menuBar {
    line-height: 1.0;
    width: 100%;
    height: 25px;
    color: #333;
    top: 25px;
    margin-bottom: 25px;
    position: relative;
    z-index: 199;
    box-shadow: 0 3px 4px rgba(60, 60, 60, 0.3);
}

    /*--------------
	  Menu Bar: Logo
	---------------*/
    .menuBar h1 {
        float: left;
        background: url(images/backgrounds/nav_divider_bg.png) no-repeat right 11px;
        margin-top: 0;
        margin-right: 5px;
    }

        .menuBar h1 a {
            display: block;
            height: 59px;
            width: 154px;
            padding: 5px 10px;
            /*background:url(images/buttons/logo_h1_bg.png) no-repeat center 14px;*/
        }

            .menuBar h1 a img {
                display: block;
                max-width: 100%;
            }

            .menuBar h1 a span {
                display: none;
            }

    .menuBar #mobilePnav {
        display: inline;
        margin: 0 15px;
    }
/*--------------
	  Menu Bar: Navigation
	---------------*/
#mobilePnav {
    display: none;
}

.visHidden {
    position: absolute;
    left: -99999999px;
}


/*------------------------------------------------*/
/* NAVIGATION */
/*------------------------------------------------*/

/* for Simple Menu, see Simple menu folder */

.navbar {
    margin-bottom: 0!important;
}

.navbar-inner {
    border: none!important;
    box-shadow: none!important;
    background: none transparent!important;
    padding-right: 0!important;
}

.navbar .brand {
    padding: 0!important;
}

/* Site Navigation */
.nav-collapse {
    float: right;
    position: relative;
    top: 18px;
}

.nav {
    margin-left: 0;
    margin-bottom: 15px;
    background: url(images/backgrounds/nav_bg.jpg) ;
    list-style: none;
}

    .nav li {
        line-height: 1.0;
        position: relative;
        padding: 3px 0px;
        list-style: none;
        margin: 0;
    }

        .nav li ul {
            margin-left: 0;
        }

    .nav > li {
        float: left;
        height: 20px;
        background: url(images/backgrounds/nav_button_border.gif) no-repeat right;
        padding-top: 2px;
        margin-bottom: 1px;
        margin-right: 2px;
    }

        .nav > li > a,
        .nav > li > span {
            display: block;
            padding: 3px 15px;
            font-size: 12px;
            font-weight: normal;
            color: #b70101;
            text-align: center;
            text-transform: uppercase;
            text-decoration: none;
        }

        .nav > li:hover > a {
            color: #b70101;
            /* override default bootstrap nav pills styles*/
            background-color: #e7d9c1;
            box-shadow: none!important;
        }

        .nav > li.active > a {
            color: #000000;
            /* override default bootstrap nav pills styles*/
            background-color: transparent;
            box-shadow: none!important;
        }

        .nav > li:hover > a:active {
            color: #333;
            background-color: #e7d9c1;
        }

            .nav > li:hover > a:active > span {
                color: #333;
                background-color: #e7d9c1;
            }

        .nav > li:hover > span {
            color: #3B96B6;
            background-color: #e7d9c1;
        }

        .caretdown {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

.dropdown .caretdown {
    margin-top: 8px;
    margin-left: 2px;
}

.caretright {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid transparent;    
    border-bottom:4px solid transparent;
    border-left: 4px solid #b70101;
    content: "";
}

.dropdown .caretright {
    margin-top: 4px;
    margin-left: -8px;
}


        /* Secondary level */
        .nav > li ul { /* Styles for all sub levels */
            top: 23px;
            left: 0;
            padding: 0px 7px 10px;
            display: none;
            position: absolute;
            z-index: 2;
            /*width: 225px;*/
            background: #e7d9c1;
            border: 1px solid #AB907D;
            /* CSS3 */
            border-radius: 0px;
            /*box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,1), 0px 0px 3px rgba(0,0,0,0.15);*/
            -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
            -webkit-animation-duration: .25s;
            -webkit-animation-delay: .2s;
            -webkit-animation-timing-function: ease;
            -webkit-animation-fill-mode: both;
            -moz-animation-duration: .25s;
            -moz-animation-delay: .2s;
            -moz-animation-timing-function: ease;
            -moz-animation-fill-mode: both;
            -ms-animation-duration: .25s;
            -ms-animation-delay: .2s;
            -ms-animation-timing-function: ease;
            -ms-animation-fill-mode: both;
            animation-duration: .25s;
            animation-delay: .2s;
            animation-timing-function: ease;
            animation-fill-mode: both;
        }

.rightarrow {
    background-image:url(images/backgrounds/dropdownArrow.png);
}

.nav-collapse:not(.in) .nav li:hover > ul {
    display: block;
}

.nav li:hover > ul {
    display: block;
}

.navbar .nav > li > .dropdown-menu:before {
    border: none!important;
}

.navbar .nav > li > .dropdown-menu:after {
    position: absolute!important;
    top: -15px!important;
    left: 20px!important;
    content: ''!important;
    width: 0px!important;
    height: 0px!important;
    border-left: 15px solid transparent!important; /* left arrow slant */
    border-right: 15px solid transparent!important; /* right arrow slant */
    border-bottom: 15px solid #F5F7F7!important; /* bottom, add background color here */
    font-size: 0px!important;
    line-height: 0px!important;
}

.nav .dropdown-menu > .active > a {
    background-color: transparent!important;
    background-image: none!important;
    color: #333!important;
    outline: none;
}

.nav .dropdown-menu > .active > a:focus {    
    background-image: none!important;
    color: #b70101!important;
    outline: none;
}

.nav .dropdown-menu a {
    display: block;
    padding: 3px 15px;
    color: #b70101;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    /* transition decleration */
    transition: all ease-in 100ms;
    -moz-transition: all ease-in 100ms; /* Firefox 4 */
    -webkit-transition: all ease-in 100ms; /* Safari and Chrome */
    -o-transition: all ease-in 100ms; /* Opera */
    -ms-transition: all ease-in 100ms; /* IE9? */
}

.nav .dropdown-menu > .active > a:hover {
    background-color: #d0bd9a!important;
    background-image: none!important;
    color: #333!important;
}

.nav .dropdown-menu > li > a:hover {
    background-color: #d0bd9a;
    background-image: none!important;
    color: #b70101!important;
}

.nav-collapse:not(.in) .nav .dropdown-menu {
    border-radius: 0!important;
    top: 37px!important;
}

.nav > li > ul li:hover {
            color: #b70101;
            /* override default bootstrap nav pills styles*/
            background-color: #e7d9c1;
}

/* Tertiary level */
.nav li ul li ul {
    left: 125px;
    top: -1px;
    padding: 0px 7px 15px;
    border-left: 1px solid #ddd;
}

/* Navigation button on mobile size */
.nav-collapse.in {
    width: 100%;
}

.navbar .btn-navbar {
    background-color: #333333!important;
    background-image: linear-gradient(to bottom, #333333, #333333)!important;
    cursor: pointer;
    margin-top: 10px!important;
}

    .navbar .btn-navbar:hover,
    .navbar .btn-navbar:active {
        background: linear-gradient(to bottom, #2D2D2D 0%, #565656 100%)!important;
    }



/*--------------
	  Menu Bar: User Properties
	---------------*/
.userProperties {
    height: 52px;
    margin-left: 5px;
    padding-left: 15px;
    padding-right: 12px;
    max-width: 260px; /* grow user information to a max of 260px */
    float: right;
    background: url(images/backgrounds/nav_divider_bg.png) no-repeat left 11px;
}

    .userProperties > ul {
        float: right;
    }

        .userProperties > ul li {
            list-style: none;
            position: relative;
        }

        .userProperties > ul > li, .userProperties > ul > li > span {
            float: left;
        }

            .userProperties > ul > li img, .userProperties > ul > li > a {
                width: auto;
                display: block;
                font-size: 13px;
                font-weight: bold;
                color: #ddd;
                text-decoration: none;
                text-shadow: 0px 1px #444;
            }

.userName,
.userRegister,
.userLogin {
    height: 35px;
    padding-top: 18px;
}

.userName {
    max-width: 190px; /* user name and arrow max width */
}

    .userName > a,
    .userRegister > a,
    .userLogin > a {
        display: inline-block;
        padding-right: 15px;
        margin-right: 10px;
        background: url(images/backgrounds/dropdownArrow.png) no-repeat right 7px;
        /* styles to handle long names */
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.userRegister > a,
.userLogin > a {
    padding: 0 0 0 9px;
    background: none;
}

    .userName > a:hover,
    .userRegister > a:hover,
    .userLogin > a:hover {
        color: #fff;
    }


.userName > a.active {
    color: #fff;
}

.userProfile .userProfileImg {
    border-radius: 3px;
    overflow: hidden;
    margin-top: 14px;
    display: inline-block;
    border: 1px solid rgba(0,0,0,0.15);
}

    .userProfile .userProfileImg img {
        height: 28px;
        width: 28px;
    }

.userProfile .userMessages {
    position: relative;
    display: block;
    margin-top: 16px;
    margin-left: 15px;
    padding: 0px 6px;
    border: 1px solid rgba(0,0,0,0.7);
    border-radius: 3px;
    font-size: 10px;
    text-shadow: 0px 1px #fff;
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.35), inset 0px 1px 0px 0px rgba(255,255,255,1);
    background: #f7f7f7; /* Old browsers */
    background: -moz-linear-gradient(top, #f7f7f7 0%, #dee2e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#dee2e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7f7f7 0%,#dee2e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7f7f7 0%,#dee2e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7f7f7 0%,#dee2e5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f7f7f7 0%,#dee2e5 100%); /* W3C */
}

    .userProfile .userMessages:after {
        content: '';
        position: absolute;
        left: -4px;
        top: 5px;
        width: 0px;
        height: 0px;
        border-bottom: 4px solid transparent; /* left arrow slant */
        border-top: 4px solid transparent; /* right arrow slant */
        border-right: 4px solid #f7f7f7; /* bottom, add background color here */
        font-size: 0px;
        line-height: 0px;
    }

/*--------------
	   User Controls Menu Drop Down
	---------------*/
.userProperties ul.userMenu {
    display: none;
    position: absolute;
    right: 0;
    top: 50px;
    width: 185px;
    padding: 15px 0;
    background: #efefef;
    border-radius: 3px;
    border: 1px solid #bbb;
    border-top: 1px solid #666;
    border-radius: 3px;
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,1), 0px 0px 3px rgba(0,0,0,0.15);
}

.userProperties li.userNotifications,
.userProperties li.userProfilename {
    border-bottom: 1px dotted #ccc;
}

.userProperties ul.userMenu:after {
    position: absolute;
    top: -6px;
    right: 50px;
    content: '';
    width: 0px;
    height: 0px;
    border-left: 7px solid transparent; /* left arrow slant */
    border-right: 7px solid transparent; /* right arrow slant */
    border-bottom: 7px solid #e9e9e9; /* bottom, add background color here */
    font-size: 0px;
    line-height: 0px;
}

.userProperties ul.userMenu a {
    display: block;
    padding: 2px 15px;
    color: #666;
    text-decoration: none;
    /* transition decleration */
    transition: all ease-in 100ms;
    -moz-transition: all ease-in 100ms; /* Firefox 4 */
    -webkit-transition: all ease-in 100ms; /* Safari and Chrome */
    -o-transition: all ease-in 100ms; /* Opera */
    -ms-transition: all ease-in 100ms; /* IE9? */
}

    .userProperties ul.userMenu a span {
        padding: 0px 4px;
        background: rgba(0,0,0,0.45);
        border-radius: 3px;
        font-size: 11px;
        font-weight: bold;
        color: #fff;
        text-shadow: 0px 1px 0px rgba(0,0,0,0.8);
        -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1);
        box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 1);
    }

.userProperties ul.userMenu li:last-child > a {
    padding-bottom: 0;
}

.userProperties ul.userMenu li:hover > a {
    color: #111;
    background: #fff;
}

/* -------
	BreadCrumb 
	---------*/

#Breadcrumb {
    clear: both;
    margin: 10px 0 15px 5px;
    color: #777;
}

    #Breadcrumb a {
        font-size: 13px;
        font-weight: normal;
        color: #777;
        text-decoration: none;
    }
/* -------
	Main Content
	---------*/
#mainContent {
    padding: 15px 0 0 0;    
    min-height:350px;
    background: #fff;
    border-right:1px solid #666;    
    border-left:1px solid #666;    
    
}

#dnn_contentPane {
    width: 100%;
}


/* -------
	Main Footer
	---------*/
#mainFooter {    
    color: #666;
    font-weight: normal;
    z-index: 50000;
}

.wiscwebfooter {
    background-color: #6e6a5b;
    color:#C8C5BB;
    text-align:center;
    border-top: 2px solid #b70101;
    padding: 20px 0 40px;
    position: relative;
    width: 100%;
    z-index: 50000;
}

#copyright .SkinObject {
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    color: #C8C5BB;
}

/*--------------
	 Basic Container Styles
	---------------*/
h2 .Head {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -0.008em;
    margin-bottom: 18px;
    padding-bottom: 7px;
    color: #444;
    border-bottom: 1px solid #ddd;
}

.DNNContainer_with_title h2 span {
    line-height: 18px;
}

/* -------
	Media Queries
	---------*/

/* #Tablet (Portrait)
	------------------- */

/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .container {
        width: 748px;
    }

    /* WRAPPER STYLES */
    .columns {
        width: 726px;
    }

    /* SET COLUMNS */
    .leftPane {
        width: 181px;
    }

    .contentPane {
        margin-left: 191px;
    }

    .rightPane {
        width: 181px;
    }
}


/*  #Mobile (Portrait)
	------------------- */

/* Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {
    .container {
        width: 280px;
    }

    /* WRAPPER STYLES */
    .columns {
        width: 260px;
    }

    /* SET COLUMNS */
    .leftPane,
    .contentPane,
    .rightPane {
        width: 260px;
        float: none;
        clear: both;
        margin-left: 0;
    }

    #footer p {
        font-size: 15px;
    }

    #mainBanner {
        padding-top: 0;
    }

    .searchSite {
        margin: 10px 0;
        width: 100%;
    }

    #searchSiteInput {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .userProperties {
        background: none;
    }
}


/* #Mobile (Landscape)
	------------------- */

/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 420px;
    }

    /* WRAPPER STYLES */
    .columns {
        width: 400px;
    }

    /* SET COLUMNS */
    .leftPane,
    .contentPane,
    .rightPane {
        width: 400px;
        float: none;
        clear: both;
    }
}

/* #Clearing
	------------------- */

/* Self Clearing Goodness */
.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */

/*
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
		content: '\0020';
		display: block;
		overflow: hidden;
		visibility: hidden;
		width: 0;
		height: 0; 
	}
    .row:after,
    .clearfix:after {
      clear: both; }

    */
/* You can also use a <br class="clear" /> to clear columns */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

