/* Minification failed. Returning unminified contents.
(2552,1): run-time error CSS1019: Unexpected token, found '}'
(3956,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(3957,10): run-time error CSS1035: Expected colon, found '{'
 */
.notification-center
{
    color: #000000;
    margin-top: -3px;
    padding-left: 5px;
    direction: ltr;
    position: relative;
    z-index: 1000;
}

.notification-center-hidden
{
    visibility: hidden;
    display: none;
}

/* Anchor styles
States:
    1. no count (default, no suffix)
    2. count closed (have the -closed suffix)
    3. count open (have the -open suffix)
*/

/* Overall anchor styles */
.notification-center-anchor
{
    cursor: pointer;
    float: right;
}

.notification-center-anchor-closed
{
    background-color: #CC4228;
    color: #ffffff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: -8px -9px;
    padding: 7px 8px;
}

.notification-center-anchor-open
{
    border: 1px solid #B3B3B3;
    -moz-box-shadow: 3px 3px 3px #4D4D4D;
    -webkit-box-shadow: 3px 3px 3px #4D4D4D;
    box-shadow: 3px 3px 3px #4D4D4D;
    background-color: #ffffff;
    margin: -8px -9px;
    padding: 7px 7px;
}

/* Anchor count styles */
.notification-center-count
{
    float: left;
    text-align: center;
    font-size: 11px;
    color: #FFFFFF;
    background-color: #605E5C;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 3px 5px;
    font-weight: normal;
}

    .notification-center-count.notification-center-count-closed
    {
        background-color: #FFFFFF;
        color: #CC4228;
        padding: 3px 5px;
        font-weight: bold;
    }

    .notification-center-count.notification-center-count-open
    {
        background-color: #CC4228;
        color: #fff;
        padding: 3px 5px;
        font-weight: bold;
    }

/* Anchor label styles */
.notification-center-label
{
    float: right;
    font-size: 11px;
    color: #333;
    padding: 3px 0px 0px 0px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .notification-center-label a
    {
        margin: 0px;
        padding: 0px;
        text-decoration: none;
        background-color: transparent;
    }

.notification-center-label-open a span
{
    color: #333333;
}

.notification-center-label-closed a span
{
    color: #FFFFFF;
}
/* End anchor styles */

/* Message container and message styles */
.notification-center-flyout
{
    position: absolute;
    right: -9px;
    top: 23px;
    min-width: 400px;
    border: 1px solid #B3B3B3;
    background-color: White;
    font-size: 1.2em;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -moz-border-bottom-left-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -moz-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -moz-box-shadow: 3px 3px 3px #4D4D4D;
    -webkit-box-shadow: 3px 3px 3px #4D4D4D;
    box-shadow: 3px 3px 3px #4D4D4D;
    display: none;
}

    .notification-center-flyout ul
    {
        background-color: #FFFFFF;
        margin: 0;
        max-height: 30em;
        border-radius: .2em;
        -moz-border-radius: .2em;
        -webkit-border-radius: .2em;
        /*overflow: auto;*/
    }

#siteToolbar .notification-center-flyout ul li
{
    margin: 0;
    padding: 0;
    border-left: none;
}


.notification-center-message
{
    background-color: rgba(235, 207, 207, 0.95);
    border-color: #808080;
    border-style: solid;
    border-width: 1px;
    margin-left: 50px;
}

.notification-center-flyout.notification-center-flyout ul
{
    list-style-type: none;
    margin: 0;
    padding-left: 0px;
    padding-right: 0px;
    direction: ltr;
}

.notification-center-flyout li:first-child
{
    border-bottom-style: none;
}

.notification-center-flyout li
{
    padding-top: 5px;
    padding-bottom: 5px;
    float: none;
    margin: 0;
    padding: 0;
    border-left: none;
    width: 100%;
}

    .notification-center-flyout li.notification-center-message-with-prompts
    {
        padding-bottom: 0px;
    }

    .notification-center-flyout li div.notification-item-message
    {
        background-position: 8px 8px;
        background-repeat: no-repeat;
        padding-left: 32px;
        padding-right: 0px;
        padding-top: 10px;
        padding-bottom: 7px;
        text-align: left;
    }
    .notification-center-flyout li div.notification-item-message:last-child
    {
        border-bottom: 1px solid #CCCCCC;
    }

        .notification-center-flyout li div.notification-item-message span
        {
            float: left;
            width: 90%;
            line-height: 1.2em;
        }
#siteToolbar .notification-center-flyout li div.notification-item-message a {
    text-decoration: underline;
}

#siteToolbar .notification-center-flyout li div.notification-item-message a.notification-message-remove-link
{
    margin: 0;
    padding: 0 8px 0 0;
}

.notification-center-flyout li:last-child div.notification-item-message:last-child
{
    border-bottom-style: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
}

.notification-center-flyout ul li.notification-center-message-error
{
    background-color: #FDE5E7;
}
.notification-center-flyout ul li.notification-center-message-error div.notification-item-message
{
    background-image: url("./Images/icon-error.png");
    color: #333333;
}

.notification-center-flyout ul li.notification-center-message-warning
{
    background-color: #FFF6B3;
}

.notification-center-flyout ul li.notification-center-message-warning div.notification-item-message
{
    background-image: url("./Images/icon-warning.png");
    color: #333333;
}
.notification-center-flyout ul li.notification-center-message-information
{
    background-color: #E3F9FC;
}
.notification-center-flyout ul li.notification-center-message-information div.notification-item-message
{
    background-image: url("./Images/icon-info.png");
    color: #333333;
}

.notification-center-flyout ul li.notification-center-message-success
{
    background-color: #DDF4C9;
}

.notification-center-flyout ul li.notification-center-message-success div.notification-item-message
{
    background-image: url("./Images/icon-success.png");
    color: #333333;
}

.notification-center-flyout ul li.notification-center-message-warning.notification-center-message-with-prompts:first-child div.notification-item-message
{
    background-color: #FFF6B3;
    border-bottom-style: none;
}

li span.notification-item-prompt-message
{
    visibility: hidden;
    display: none;
}

li:first-child span.notification-item-prompt-message
{
    visibility: visible;
    display: inline;
}
/*li .notification-item-prompts {
    visibility: hidden;
    display: none;
}*/
/*li:first-child .notification-item-prompts {*/
li .notification-item-prompts
{
    visibility: visible;
    display: block;
    padding: 0.692em 0 0.692em 0;
    border-top-color: #CCCCCC;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: #CCCCCC;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    text-align: right;
    vertical-align: middle;
}
.notification-item-prompts button 
{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 0.692em;
    font-family: Helvetica, Arial, san-serif;
}

.notification-message-remove-link
{
    background: url("./images/notification-close.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 11px;
    width: 11px;
    margin-right: 2px;
    margin-left: 5px;
    text-decoration: none;
    text-indent: -9999px;
    vertical-align: middle;
}

    .notification-message-remove-link:hover
    {
        background-color: transparent;
    }

.notification-message-clear
{
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
/* End message container and message styles */

/* misc */
body > .notification-center-shim
{
    background-color: #666;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    opacity: 0.3;
    filter: alpha(opacity = 30);
}

.notification-center button
{
    width: auto;
}

/* ----------------------------------------------------------- */
/* //////////   High Density Display Graphics      //////////  */
/* ----------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx)
{
    .notification-center-flyout ul li.notification-center-message-error div.notification-item-message
    {
        background-image: url("./Images/icon-error@2x.png");
        background-size: 16px;
    }

    .notification-center-flyout ul li.notification-center-message-warning div.notification-item-message
    {
        background-image: url("./Images/icon-warning@2x.png");
        background-size: 16px;
    }

    .notification-center-flyout ul li.notification-center-message-information div.notification-item-message
    {
        background-image: url("./Images/icon-info@2x.png");
        background-size: 16px;
    }

    .notification-center-flyout ul li.notification-center-message-success div.notification-item-message
    {
        background-image: url("./Images/icon-success@2x.png");
        background-size: 16px;
    }

    .notification-message-remove-link
    {
        background: url("./images/notification-close@2x.png") no-repeat scroll 0 0 transparent;
        background-size: 11px;
    }
}

/* Copyright 2012-2015 Ellucian Company L.P. and its affiliates. */
/* ----------------------------------------------------------- */
/* //////////  Global Styles                       //////////  */
/* ----------------------------------------------------------- */

/* ----------------------------------------------------------- */
/* //////////  Structural Elements                 //////////  */
/* ----------------------------------------------------------- */

html
{
    font-size: 62.5%;
}

body
{
    font-size: 1.3em;
    font-family: Helvetica, Arial, Sans-Serif;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    color: #333;
    -webkit-overflow-scrolling: touch;
}

a:link, a:visited, a:active, a:hover
{
    text-decoration: underline;
    color: #333333;
}

.clear-group:after
{
    content: ""; 
    display: table; 
    clear: both;
}

.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

.bold
{
    font-weight: bold;
}

.italic
{
    font-style: italic;
}

.underline
{
    text-decoration: underline;
}

.normal
{
    font-weight: normal;
}
.block
{
    display: block;
}
.doNotRead
{
    speak: none;
}

.inline-block
{
    display: inline-block;
}
.inline
{
    display: inline;
}
/* ----------------------------------------------------------- */
/* //////////  Headings                            //////////  */
/* ----------------------------------------------------------- */

h1
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 2.3em;
    margin: 30px 0;
    color: #C8C8C8;
}

    h1 a:link, h1 a:hover, h1 a:active, h1 a:visited
    {
        background: none;
        padding: 0;
        text-decoration: none;
        color: #C8C8C8;
    }

header .content-wrapper .column-four h1
{
    font-size: 0;
}

header .content-wrapper h1 a img
{
    max-width: 420px;
    max-height: 75px;
}

h2
{
    font-size: 1.75em;
    color: #FFFFFF;
}

h3
{
    font-size: 1.3em;
    color: #FFFFFF;
}

h4
{
    font-size: 1.1em;
    color: #000000;
}

h5, h6
{
    font-size: 1em;
    color: #000000;
}

/* Responsive Styles - Top Logo */
@media (min-width: 500px) and (max-width: 800px)
{
    header .content-wrapper h1 a img
    {
        max-width: 350px;
    }
}

@media all and (max-width: 499px)
{
    header .content-wrapper h1 a img
    {
        max-width: 250px;
    }
}

@media all and (max-width: 499px)
{
    header .column-four
    {
        padding-left: 0;
        width: auto;
        float: none;
        padding: 30px 0;
    }

    header .content-wrapper .column-four h1
    {
        text-align: center;
        margin: 0;
    }
}

/* ----------------------------------------------------------- */
/* //////////  Main Content & Structural Elements  //////////  */
/* ----------------------------------------------------------- */

header
{
    padding: 0 15px;
}

.content-wrapper
{
    margin: 0 auto;
    max-width: 1200px;
}

#body .content-wrapper
{
    background-color: #766386;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

#body
{
    clear: both;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #B3B3B3;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

/* Responsive Styles - Body */

@media all and (max-width: 769px)
{
    #body
    {
        padding: 0;
    }
}

@media all and (max-width: 769px)
{
    #body .content-wrapper
    {
        box-shadow: none;
    }
}

/* Wrappers for section elements */
.section-wrapper {
    background-color: #FFF;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
}

/* Add in addition to .section-wrapper for wrappers with no section headers */
.section-wrapper-top-border {
    border-top: 1px solid #999;
}

/* Nested sections wrappers within sections wrappers */
.section-wrapper .section-wrapper
{
    border: 0 none;
}

@media all and (max-width: 769px)
{
    /* Nested wrappers */
    .section-wrapper .section-wrapper
    {
        padding: 1.5em 0 0 0;
        border: 0 none;
    }
}

h3.section-heading, h4.section-heading
{
    margin-bottom: .5em;
    font-size: 1.3em;
    font-weight: bold;
}

@media all and (max-width: 769px)
{
    h3.section-heading, h4.section-heading
    {
        margin-bottom: 0;
    }
}

/* Section headers -- ideally headings, e.g. h3, unless containing other content, e.g. buttons */
.section-header
{
    border-top: 1px solid #999; 
    border-bottom:1px solid #999;
    text-align: left;
    padding: 1.3em 1.5em;
    margin: 0 auto;
    background-image: none;
    background-color: #ececec;
    color: #666;
    font-weight: bold;
}

/*Section header heading sizes */
.section-header h3
{
    font-size: 1.2em;
    color: #666; /* temporary to overwrite default h3 #fff -- remove when fixed */
}

/* Nested headers heading sizes */
.section-wrapper .section-wrapper .section-header h4, h5, h6
{
    font-size: 1.1em;
    color: #666; /* temporary to overwrite default h4 #000 -- remove when fixed */
}

/* Content within sections */
.section-contents 
{
    padding: 1.3em 1.5em;
}

@media all and (max-width: 769px)
{
    /* Remove top/left/right padding from all but top level content */
    .section-contents:not(.primary-contents)
    {
        padding: 0 0 1.3em 0
    }

    /* Nested content */
    .section-contents .section-contents
    {
        padding: 1.3em 1.5em;
    }

    /* Top level headers and content */
    .primary-header
    {
        background-color: #666;
        color: #fff;
        border: 0 none;
    }

    .primary-header h3
    {
        color: #fff; /* temporary to overwrite section-header h3 -- remove when fixed */
    }
}

/* For wrappers/content that require no padding at mobile size */
/* Appears later in CSS due to need for higher specificity */
@media all and (max-width: 769px)
{
    .section-wrapper.no-section-mobile-padding,
    .section-contents.no-section-mobile-padding
    {
        padding: 0;
    }
}

.validationMessage
{
    color: red;
}

/* ----------------------------------------------------------- */
/* //////////  Footer                              //////////  */
/* ----------------------------------------------------------- */

footer
{
    clear: both;
    padding: 10px;
    font-size: 0.917em;
    background-color: #fff;
    color: #767676;
}

    footer .content-wrapper
    {
        text-align: right;
    }

        footer .content-wrapper p
        {
            float: right;
            padding-top: 1px;
        }

        footer .content-wrapper img
        {
            float: right;
            padding-left: 10px;
            max-height: 30px;
            max-width: 275px;
        }

/* Responsive Styles - Footer */
@media all and (max-width: 480px)
{
    footer .content-wrapper
    {
        text-align: center;
    }
}

/* ----------------------------------------------------------- */
/* //////////  Main Navigation Bar                 //////////  */
/* ----------------------------------------------------------- */

header .full-width
{
    max-width: 1200px;
    margin: 0 auto;
}

nav
{
    margin: 0 auto;
}

/* ----------------------------------------------------------- */
/* //////////  Main Navigation                     //////////  */
/* ----------------------------------------------------------- */

#menu
{
    margin: 0;
}

    #menu li
    {
        display: inline;
        list-style: none;
        float: left;
        font-size: 1em;
        background: none repeat scroll 0 0 #D8D8D8;
        border-left: 1px solid #d8d8d8;
        border-right: 1px solid #d8d8d8;
        border-top: 1px solid #d8d8d8;
        border-bottom: 1px solid #d8d8d8;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        margin-right: 3px;
        margin-bottom: -1px;
    }

@media all and (max-width: 769px)
{
    #menu li
    {
        margin-bottom: 0;
        border-color: #b3b3b3;
    }
}

#menu li:hover
{
    border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #d8d8d8;
}

@media all and (max-width: 769px)
{
    #menu li:hover
    {
        border-bottom-color: #b3b3b3;
        border-left: 0;
    }
}

#menu li a
{
    text-decoration: none;
    display: block;
    position: relative;
    height: 22px;
    padding: 13px 12px 4px 34px;
    color: #555555;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#menu li#advising a
{
    background: url("../Content/Images/advising.png") no-repeat 11px -80px;
    padding: 13px 12px 4px 42px;
}

    #menu li#advising a:hover, #menu li#advising a.menu-selected
    {
        background: url("../Content/Images/advising.png") no-repeat 11px 0 #eee;
    }

#menu li#my-profile a
{
    background: url("../Content/Images/my-profile.png") no-repeat 6px top;
}

#menu li#my-account a
{
    background: url("../Content/Images/financial-profile.png") no-repeat 10px -80px;
}

#menu li#colleague-finance a
{
    background: url("../Content/Images/finance.png") no-repeat 10px -80px;
}

#menu li#user-profile a
{
    background: url("../Content/Images/user-profile.png") no-repeat 10px -80px;
}

#menu li#human-resources a
{
    background: url("../Content/Images/employee.png") no-repeat 10px -80px;
}

#menu li#my-account a:hover, #menu li#my-account a.menu-selected
{
    background: url("../Content/Images/financial-profile.png") no-repeat 10px 0 #eee;
}

#menu li#colleague-finance a:hover, #menu li#colleague-finance a.menu-selected
{
    background: url("../Content/Images/finance.png") no-repeat 10px 0 #eee;
}

#menu li#user-profile a:hover, #menu li#user-profile a.menu-selected
{
    background: url("../Content/Images/user-profile.png") no-repeat 10px 0 #eee;
}

#menu li#human-resources a:hover, #menu li#human-resources a.menu-selected
{
    background: url("../Content/Images/employee.png") no-repeat 10px 0 #eee;
}

#menu li#finance-admin a
{
    background: url("../Content/Images/finance-admin.png") no-repeat 11px -80px;
}

    #menu li#finance-admin a:hover, #menu li#finance-admin a.menu-selected
    {
        background: url("../Content/Images/finance-admin.png") no-repeat 11px 0 #eee;
    }

#menu li#academic-planning a
{
    background: url("../Content/Images/academic-planning.png") no-repeat 11px -80px;
    padding: 13px 12px 4px 40px;
}

    #menu li#academic-planning a:hover, #menu li#academic-planning a.menu-selected
    {
        background: url("../Content/Images/academic-planning.png") no-repeat 11px 0 #eee;
    }

#menu li#financial-aid a
{
    background: url("../Content/Images/financial-aid.png") no-repeat 10px -80px;
}

    #menu li#financial-aid a:hover, #menu li#financial-aid a.menu-selected
    {
        background: url("../Content/Images/financial-aid.png") no-repeat 10px 1px #eee;
    }

#menu li#financial-aid-admin a
{
    background: url("../Content/Images/financial-aid-admin.png") no-repeat 10px -80px;
    padding: 13px 12px 4px 42px;
}

    #menu li#financial-aid-admin a:hover, #menu li#financial-aid-admin a.menu-selected
    {
        background: url("../Content/Images/financial-aid-admin.png") no-repeat 10px 0 #eee;
    }

#menu li#faculty a
{
    background: url("../Content/Images/faculty.png") no-repeat 11px -80px;
    padding: 13px 12px 4px 34px;
}

    #menu li#faculty a:hover, #menu li#faculty a.menu-selected
    {
        background: url("../Content/Images/faculty.png") no-repeat 11px 0 #eee;
    }

    #menu li a:hover,
    #menu li#my-profile a:hover,
    #menu li#my-account a:hover,
    #menu li#colleague-finance a:hover,
    #menu li#academic-planning a:hover,
    #menu li#advising a:hover,
    #menu li#finance-admin a:hover,
    #menu li#financial-aid a:hover,
    #menu li#financial-aid-admin a:hover,
    #menu li#user-profile a:hover,
    #menu li#faculty a:hover,
    #menu li#graduation a:hover
    {
        text-decoration: none;
        color: #5C2D75;
    }

#menu li a.menu-selected,
#menu li a:hover
{
    color: #5C2D75;
}

#menu li#graduation a
{
    background: url("../Content/Images/graduation.png") no-repeat 11px -80px;
    padding: 13px 12px 4px 34px;
}

    #menu li#graduation a:hover, #menu li#graduation a.menu-selected
    {
        background: url("../Content/Images/graduation.png") no-repeat 11px 0 #eee;
    }



/* Menu - High Density Styles */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx)
{
    #menu li#my-account a
    {
        background: url("../Content/Images/financial-profile@2x.png") no-repeat 10px -80px;
        background-size: 17px;
    }

    #menu li#colleague-finance a
    {
        background: url("../Content/Images/finance@2x.png") no-repeat 10px -80px;
        background-size: 17px;
    }

    #menu li#my-account a:hover, #menu li#my-account a.menu-selected
    {
        background: url("../Content/Images/financial-profile@2x.png") no-repeat 10px 0 #eee;
        background-size: 17px auto, 100% auto;
    }

    #menu li#colleague-finance a:hover, #menu li#colleague-finance a.menu-selected
    {
        background: url("../Content/Images/finance@2x.png") no-repeat 10px 0 #eee;
        background-size: 17px auto, 100% auto;
    }

    #menu li#advising a
    {
        background: url("../Content/Images/advising@2x.png") no-repeat 11px -80px;
        background-size: 23px;
        padding: 13px 12px 4px 42px;
    }

        #menu li#advising a:hover, #menu li#advising a.menu-selected
        {
            background: url("../Content/Images/advising@2x.png") no-repeat 11px 0 #eee;
            background-size: 23px auto, 100% auto;
        }

    #menu li#finance-admin a
    {
        background: url("../Content/Images/finance-admin@2x.png") no-repeat 11px -80px;
        background-size: 15px;
    }

        #menu li#finance-admin a:hover, #menu li#finance-admin a.menu-selected
        {
            background: url("../Content/Images/finance-admin@2x.png") no-repeat 11px 0 #e6e6e6;
            background-size: 15px auto, 100% auto;
        }

    #menu li#human-resources a
    {
        background: url("../Content/Images/employee@2x.png") no-repeat 11px -80px;
        background-size: 15px;
    }

        #menu li#human-resources a:hover, #menu li#human-resources a.menu-selected
        {
            background: url("../Content/Images/employee@2x.png") no-repeat 11px 0 #e6e6e6;
            background-size: 15px auto, 100% auto;
        }

    #menu li#academic-planning a
    {
        background: url("../Content/Images/academic-planning@2x.png") no-repeat 11px -80px;
        background-size: 23px;
        padding: 13px 12px 4px 40px;
    }

        #menu li#academic-planning a:hover, #menu li#academic-planning a.menu-selected
        {
            background: url("../Content/Images/academic-planning@2x.png") no-repeat 11px 0 #eee;
            background-size: 23px auto, 100% auto;
        }

    #menu li#financial-aid a
    {
        background: url("../Content/Images/financial-aid@2x.png") no-repeat 10px -91px;
        background-size: 17px auto;
    }

        #menu li#financial-aid a:hover, #menu li#financial-aid a.menu-selected
        {
            background: url("../Content/Images/financial-aid@2x.png") no-repeat 10px 0 #eee;
            background-size: 17px auto, 100% auto;
        }

    #menu li#financial-aid-admin a
    {
        background: url("../Content/Images/financial-aid-admin@2x.png") no-repeat 11px -77px;
        background-size: 23px;
        padding: 13px 12px 4px 42px;
    }

        #menu li#financial-aid-admin a:hover, #menu li#financial-aid-admin a.menu-selected
        {
            background: url("../Content/Images/financial-aid-admin@2x.png") no-repeat 11px 0 #eee;
            background-size: 23px auto, 100% auto;
        }

    #menu li#faculty a
    {
        background: url("../Content/Images/faculty@2x.png") no-repeat 11px -114px;
        background-size: 23px;
        padding: 13px 12px 4px 42px;
}

    #menu li#faculty a:hover, #menu li#advising a.menu-selected
        {
            background: url("../Content/Images/faculty@2x.png") no-repeat 11px -7px #eee;
            background-size: 23px auto, 100% auto;
        }

    #menu li#graduation a
    {
        background: url("../Content/Images/graduation@2x.png") no-repeat 11px -133px;
        background-size: 23px;
        padding: 13px 12px 4px 42px;
}

    #menu li#graduation a:hover, #menu li#graduation a.menu-selected
        {
            background: url("../Content/Images/graduation@2x.png") no-repeat 11px -10px #eee;
            background-size: 23px auto, 100% auto;
        }
}

/* ----------------------------------------------------------- */
/* //////////  Sub Navigation                      //////////  */
/* ----------------------------------------------------------- */

#area-nav
{
    margin-top: -1px;
    background-color: #eee;
    height: 32px;
    border-top: 1px solid #ccc;
    width: 100%;
}

    #area-nav li
    {
        display: inline;
        list-style: none;
        float: left;
        font-size: 11px;
    }

        #area-nav li a
        {
            height: 31px;
            padding: 12px 10px 0;
            text-decoration: none;
            display: block;
            position: relative;
            color: #6C4684;
        }

            #area-nav li a span
            {
                -moz-border-radius: 0;
                -webkit-border-radius: 0;
                border-radius: 0;
                -khtml-border-radius: 0;
                border-top-left-radius: 0px;
                border-top-right-radius: 0px;
                border-bottom-left-radius: 0px;
                border-bottom-right-radius: 0px;
                border: none;
                box-shadow: none;
                padding: 0;
                background: none;
            }

            #area-nav li a:hover
            {
                color: #6C4684;
            }

        #area-nav li .submenu-selected
        {
            color: #6C4684;
            font-weight: bold;
        }

            #area-nav li .submenu-selected:before
            {
                border-color: #eee transparent transparent;
                border-style: solid;
                border-width: 9px 9px 0;
                bottom: 2px;
                content: "";
                height: 0;
                left: 50%;
                margin-left: -9px;
                position: absolute;
                width: 0;
            }

/* ----------------------------------------------------------- */
/* //////////  Site Toolbar                        //////////  */
/* ----------------------------------------------------------- */

#siteToolbar
{
    display: block;
    margin: 30px 0 0 0;
    float: right;
    font-size: 11px;
    position: relative;
    z-index: 1;
}

    #siteToolbar .username
    {
        background: none;
        margin-left: 0;
        text-decoration: underline;
    }

    #siteToolbar .sign-in a
    {
        background: url("./Images/sign-in-icon.png") no-repeat left top;
        padding-left: 19px;
        margin-left: 6px;
    }

#notificationsCount
{
    border-radius: .4em;
    -moz-border-radius: .4em;
    -webkit-border-radius: .4em;
    border-top-left-radius: .4em;
    border-top-right-radius: .4em;
    border-bottom-left-radius: .4em;
    border-bottom-right-radius: .4em;
    margin-left: 6px;
    margin-right: 3px;
    padding: 3px 6px 2px;
    background-color: #605E5C;
    color: #fff;
}

#siteToolbar a, #siteToolbar button span
{
    margin: 0 .182em;
    padding: .273em .273em;
    text-decoration: none;
}

#siteToolbar li
{
    display: inline;
    list-style: none;
    border-left: 1px solid;
    float: left;
    margin: 0 .182em;
    padding: .273em .273em;
    border-color: #ddd;
}

    #siteToolbar li:first-child
    {
        border-left: 0px solid;
        border-color: #FFFFFF;
    }

    #siteToolbar li:nth-child(2)
    {
      border-right: 1px solid #ddd;
      padding-right: .636em;
    }

    #siteToolbar li:nth-child(3)
    {
      border-left: 0 none;
    }

    #siteToolbar li:last-child
    {
        padding: .273em .273em 0 .273em;
    }

/* ----------------------------------------------------------- */
/* //////////   Site Toolbar: user options         //////////  */
/* ----------------------------------------------------------- */

#userOptions
{
    border: 1px solid;
    border-color: #b3b3b3;
    background-color: #fff;
    position: absolute;
    min-width: 19.231em;
    z-index: 3;
    right: 19.308em;
    right: 21.077em\9;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -moz-border-bottom-left-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -moz-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -moz-box-shadow: .231em .231em .231em #4D4D4D;
    -webkit-box-shadow: .231em .231em .231em #4D4D4D;
    box-shadow: .231em .231em .231em #4D4D4D;
    margin: 0;
    display: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{ /* Webkit Browsers Fix */
    #userOptions
    {
        right: 19.154em;
    }
}

.userOptions-header
{
    background-color: #E5E5E5;
    font-size: 1.077em;
    font-weight: bold;
    padding: .5em;
    margin: 0;
    color: #58595b;
}

.userOptions-content
{
    margin: .769em;
}

ul li .expanded-menu.no-styles
{
    border: 1px solid;
    border-color: #b3b3b3;
    background-color: #fff;
    -moz-box-shadow: .273em .273em .273em #4D4D4D;
    -webkit-box-shadow: .273em .273em .273em #4D4D4D;
    box-shadow: .273em .273em .273em #4D4D4D;
    padding: .909em .273em;
    margin: 0 -.364em -1em -.364em;
}

.userOptions-link
{
    margin-bottom: .769em;
}

button#userName
{
  margin-top: -1em;
  min-height: 2.273em;
}

button#userName span
{
    background: url("./Images/user-icon.png") no-repeat 0 0;
    padding-left: 2em;
    margin-left: .545em;
}

#userName.expanded-menu span
{
    background: url("./Images/user-icon-active.png") no-repeat 0px 0px;
    padding-left: 2em;
    margin-left: .545em;
}

/* Toolbar - High Density Styles */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx)
{
    #siteToolbar .sign-in a
    {
        background: url("./Images/sign-in-icon@2x.png") no-repeat left top;
        background-size: 13px;
    }

    #userName span
    {
        background: url("./Images/user-icon@2x.png") no-repeat 0px 0px;
        background-size: 16px;
    }

    #userName.expanded-menu span
    {
        background: url("./Images/user-icon-active@2x.png") no-repeat 0px 0px;
        background-size: 16px;
    }

    #siteToolbar .help span
    {
        background: url("./Images/help-icon@2x.png") no-repeat left top;
        background-size: 17px;
    }

    #siteToolbar .expanded-help span
    {
        background: url("./Images/help-icon-active@2x.png") no-repeat left top;
        background-size: 17px;
    }
}

/* ----------------------------------------------------------- */
/* //////////   Site Toolbar: Help                 //////////  */
/* ----------------------------------------------------------- */

#siteToolbar .help span
{
    background: url("./Images/help-icon.png") no-repeat left top;
    padding-left: 2em;
}

#siteToolbar .expanded-help span
{
    background: url("./Images/help-icon-active.png") no-repeat left top;
    padding-left: 2em;
    margin-left: .545em;
}

    #siteToolbar .expanded-help span, #siteToolbar .expanded-help span:hover
    {
        color: #333;
}

button.help
    {
  margin-top: -1em;
  min-height: 2.273em;
    }

#siteToolbar .expanded-help
{
    border: 1px solid;
    border-color: #b3b3b3;
    background-color: #fff;
    -moz-box-shadow: .273em .273em .273em #4d4d4d;
    -webkit-box-shadow: .273em .273em .273em #4d4d4d;
    box-shadow: .273em .273em .273em #4d4d4d;
    padding: .909em .273em;
    margin: -1em -.364em -1em -.727em;
}

.help-content
{
    background-color: transparent;
    border: 0;
}

    .help-content ul
    {
        list-style-type: circle;
        margin-left: 20px;
        padding-bottom: 15px;
        padding-left: 20px;
    }

.more-help-link
{
    margin-left: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    display: block;
}

.help-content > h3
{
    padding: 0;
    background-image: none;
    background-color: transparent;
    border: 0;
}

.help-content > div
{
    border: 0;
}

#help-hover
{
    cursor: pointer;
}

#help-region
{
    border: 1px solid;
    border-color: #B3B3B3;
    background-color: #FFFFFF;
    position: absolute;
    min-width: 400px;
    z-index: 4;
    right: 103px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -moz-border-bottom-left-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -moz-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -moz-box-shadow: 3px 3px 3px #4D4D4D;
    -webkit-box-shadow: 3px 3px 3px #4D4D4D;
    box-shadow: 3px 3px 3px #4D4D4D;
    margin: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{ /* Webkit Browsers Fix */
    #help-region
    {
        right: 102px;
    }
}

#help-body h2
{
    font-size: 14px;
    font-weight: bold;
    padding: 7px;
    margin: 0;
    color: #58595B;
    background: #E5E5E5;
}

#help-body p, #help-body ul
{
    font-size: 12px;
}

#help-body h3
{
    font-size: 12px;
    font-weight: bold;
    padding: 0 13px 10px;
}

#help-body .ui-accordian .ui-accordian-content, #help-body .help-content .ui-accordian-content, #help-body .ui-accordion .ui-accordion-content-active, #help-body .ui-accordian .ui-accordian-content[style], #help-body .help-content .ui-accordian-content[style], #help-body .ui-accordion .ui-accordion-content-active[style]
{
    border-bottom: 1px solid;
    border-color: #DDDDDD;
    background-color: #F2F2F2;
    padding: 10px !important;
    filter: none;
}

.help-content .ui-state-default .ui-icon
{
    background-color: #FFFFFF;
    background-image: url("images/ui-icons_888888_256x240.png");
}

#help-body .ui-accordion-icons .ui-accordion-header a
{
    padding-left: 2em;
}

#help-body .ui-accordion .ui-accordion-header .ui-icon
{
    left: .5em;
}

.help-content .ui-accordion-content ul
{
    list-style-type: disc;
    margin-left: 8px;
    padding-bottom: 0px;
}

.help-content .ui-accordion-content li
{
    padding: 3px 0;
}

#help-region .ui-accordion .ui-accordion-header
{
    filter: none;
}

.column-five #help-body .ui-accordion-content-active p
{
    padding: 0;
}

#help-footer
{
    font-size: 11px;
    font-weight: bold;
    padding: 7px;
    margin: 0;
    color: #58595B;
    background-color: #E5E5E5;
}

    #help-footer a:link, #help-footer a:hover, #help-footer a:active
    {
        color: #58595B;
    }

    #help-footer hr
    {
        display: none;
        color: #9971af;
    }

#help-body h3.ui-accordion-header, #help-body h3.ui-accordian-header, #help-body .ui-accordion .ui-accordion-header
{
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid;
    border-color: #DDDDDD;
    color: #58595B;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 3px 3px 3px 0;
    text-decoration: none;
}

/* Site Toolbar - Responsive Styles */
@media all and (max-width: 500px)
{
    #siteToolbar li
    {
        padding: 0;
        margin: 0 10px 0 0;
        border-left: none;
    }
    #siteToolbar li:nth-child(2)
    {
      border-right: 0 none;
      padding-right: 0;
    }

    button#userName,
    button.help
    {
        min-height: 18px;
    }

    button#userName span,
    button#userName.expanded-menu span
    {
        display: block;
        text-indent: -9999px;
        padding: 0;
        margin: 0;
        width: 45px;
        height: 18px;
        background-position: top center;
    }

    #siteToolbar .sign-in a
    {
        display: block;
        text-indent: -9999px;
        padding: 0;
        margin: 0;
        width: 45px;
        height: 18px;
        background-position: top center;
    }

    #siteToolbar .help span
    {
        display: block;
        text-indent: -9999px;
        padding: 0;
        margin: 0;
        width: 45px;
        height: 18px;
        background-position: top center;
    }

    .notification-center-label
    {
        display: none;
    }

    .notification-center-count.notification-center-count-nil
    {
        width: 15px;
    }

    .notification-center-count
    {
        width: 15px;
    }

    #userOptions
    {
        margin: 10px 0 0;
        min-width: 175px;
        right: 162px;
    }

    #help-region
    {
        margin: 10px 0 0;
        min-width: 275px;
        right: 52px;
    }

    .notification-center-flyout
    {
        min-width: 275px;
    }
}

/* Toolbar - Additional Responsive Styles */
@media (min-width: 321px) and (max-width: 480px)
{
    #help-region
    {
        max-height: 300px;
        min-width: 320px;
        overflow-y: scroll;
    }

    .notification-center-flyout
    {
        min-width: 320px;
    }
}

@media (min-width: 391px) and (max-width: 480px)
{
    #help-region
    {
        right: 52px;
    }
}

@media (min-width: 351px) and (max-width: 390px)
{
    #help-region
    {
        right: 12px;
    }
}

@media all and (max-width: 370px)
{
    #advising-contacts
    {
        margin-top: 1em;
    }
}

@media (min-width: 341px) and (max-width: 350px)
{
    #help-region
    {
        right: 6px;
    }
}

@media (min-width: 321px) and (max-width: 340px)
{
    #help-region
    {
        right: 6px;
        min-width: 300px;
    }

    .notification-center-flyout
    {
        min-width: 300px;
    }
}

@media all and (max-width: 320px)
{
    #userOptions
    {
        right: 6px;
        width: 292px;
    }

    #help-region
    {
        right: 6px;
        max-height: 300px;
        overflow-y: scroll;
        min-width: 292px;
    }
}

/* ----------------------------------------------------------- */
/* //////////  Columns & Structural Scaffolding    //////////  */
/* ----------------------------------------------------------- */

.column-one,
.column-two,
.column-three,
.column-four,
.column-five,
.column-six,
.column-seven,
.column-eight,
.column-nine
{
    float: left;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}


.column-one
{
    width: 140px;
}

.column-nine .column-one
{
    width: 11.11%;
}


.column-two
{
    width: 224px;
}

.column-nine .column-two
{
    width: 22.22%;
}


.column-three
{
    width: 300px;
}

.column-nine .column-three
{
    width: 33.33%;
}


.column-four
{
    width: 41%;
}

.column-nine .column-four
{
    width: 44.44%;
}


header .column-five
{
    float: right;
    position: relative;
    z-index: 5;
    width: auto;
}

.column-five h2
{
    padding: .9em .6em .450em .6em;
    line-height: 1;
    color: #fff;
    font-size: 1.538em;
    font-weight: bold;
}

    .column-five h2:only-child
    {
        padding-bottom: .9em;
    }

@media all and (max-width: 769px)
{
    .column-five h2
    {
        line-height: 1.2;
    }
}
/*
    @media all and (max-width: 480px) {
        .column-five h2 { padding: 12px 0 0 12px; }
    }*/

.column-five p
{
    padding: 0 0 14px 14px;
    color: #000;
}

.column-nine .column-five
{
    width: 55.55%;
}


.column-six
{
    width: 620px;
}

.column-nine .column-six
{
    width: 66.66%;
}


.column-seven
{
    width: 700px;
}

.column-nine .column-seven
{
    width: 77.77%;
}


.column-eight
{
    width: 940px;
}

.column-nine .column-eight
{
    width: 88.88%;
}


.column-nine
{
    margin: 0 12px 12px;
    padding: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    width: auto;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    background-color: #D1BEE1;
}

.column-nine-gray
{
    margin: 0 19px 19px;
    padding: 8px;
    width: 924px;
}

@media screen and (min-width: 200px) and (max-width: 769px)
{
    header
    {
        padding: 0;
    }

        header .column-four
        {
            padding-left: 15px;
        }

        header .column-five
        {
            clear: both;
            margin: 6px 0 -24px;
        }

        header #siteToolbar
        {
            margin: 0;
        }

    #body
    {
        box-shadow: -3px 0 4px rgba(0, 0, 0, 0.2);
    }
}

@media all and (max-width: 769px)
{
    .column-nine .column-one,
    .column-nine .column-two,
    .column-nine .column-three,
    .column-nine .column-four,
    .column-nine .column-five,
    .column-nine .column-six,
    .column-nine .column-seven,
    .column-nine .column-eight
    {
        width: 100%;
    }
}

@media all and (max-width: 769px)
{
    .column-nine
    {
        margin: 0;
    }
}

@media all and (max-width: 480px)
{
    .column-nine
    {
        padding: 0;
    }
}



@media all and (max-width: 769px)
{
    .column-five h2
    {
        line-height: 1.5;
        /* Check impact after integration */
        /*padding-bottom: 0;*/
    }
}


@media all and (max-width: 480px)
{
    .column-five h2
    {
        /* Check impact after integration*/
        /*padding: 12px 0 0 12px;*/
        padding: 12px;
    }
}

@media all and (max-width: 480px)
{
    .column-nine
    {
        padding: 0;
    }
}

/* ----------------------------------------------------------- */
/* //////////   Inline Notifications               //////////  */
/* ----------------------------------------------------------- */

.notifications
{
    text-align: right;
}

.no-data
{
    background: url("./Images/icon-warning.png") no-repeat scroll 7px 7px #FFF6B3;
    border: 1px solid #FFCC00;
    float: left;
    margin: 10px;
    padding: 10px 10px 10px 32px;
}

.keyword-default
{
    color: Gray;
}

.error-message
{
    background: #fde5e7 url('./Images/icon-error.png') 10px center no-repeat;
    border: 1px solid #ce313a;
    color: #000000;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: .8em .8em .8em 2.8em;
    font-size: 1em;
    margin: 10px;
}

.success-message
{
    background: url("./Images/icon-success.png") no-repeat scroll 7px 7px #ecf7e4;
    color: #000000;
    border: 1px solid #2e8b0a;
    float: left;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: .8em .8em .8em 2.8em;
    font-size: 1em;
    margin: 10px;
}

.info-success
{
    border: 1px solid #2e8b0a;
    background: #ecf7e4 url("./Images/icon-success.png") no-repeat scroll 7px 7px;
    color: #000000;
    padding: 10px 8px 8px 33px;
    border-radius: 5px 5px 5px 5px;
    margin: 0;
}
.info-success strong, .info-success b {
        font-weight: bold;
    }
.info-success em, .info-success i {
        font-style: italic;
    }
.info-success u {
        text-decoration: underline;
    }
.info-success span {
        font-weight: normal;
    }

.info-notification
{
    border: 1px solid #93BFC9;
    background: #E3F9FC url("./Images/icon-info.png") no-repeat scroll 8px 8px;
    color: #000000;
    padding: 10px 8px 8px 33px;
    border-radius: 5px 5px 5px 5px;
    margin: 0;
}
.info-notification strong, .info-notification b {
        font-weight: bold;
    }
.info-notification em, .info-notification i {
        font-style: italic;
    }
.info-notification u {
        text-decoration: underline;
    }
.info-notification span {
        font-weight: normal;
    }

.error
{
    background: #fde5e7 url('./Images/icon-error.png') 10px center no-repeat;
    padding-left: 34px;
    width: 91.3%;
    border: 1px solid #ce313a;
    color: #CC0000;
    font-weight: bold;
}

.alertArea
{
    background: url("./Images/icon-warning.png") no-repeat scroll 10px center #FFF6B3;
    border: 1px solid #FFCC00;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: auto;
    padding: .8em .8em .8em 2.8em;
}

/* Error Messages - High Density Styles*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx)
{

    .alertArea,
    .no-data
    {
        background-image: url("./Images/icon-warning@2x.png");
        background-size: 17px;
    }
    
    .Information
    {
        background: #E3F9FC url("./Images/icon-info@2x.png") 10px center no-repeat;
    }

    .Success
    {
        background: #ecf7e4 url("./Images/icon-success@2x.png") 10px center no-repeat;
    }

    .Error
    {
        background: #fde5e7 url('.Images/icon-error@2x.png') 10px center no-repeat;
    }

    .Warning
    {
        background: #FFF6B3 url("./Images/icon-warning@2x.png") 10px center no-repeat;
    }
}

.successArea
{
    background: #ecf7e4 url("./Images/icon-success.png") 10px center no-repeat;
    border: 1px solid #2e8b0a;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: auto;
    padding: .8em .8em .8em 2.8em;
}

.errorArea
{
    background: #fde5e7 url('./Images/icon-error.png') 10px center no-repeat;
    border: 1px solid #ce313a;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: auto;
    padding: .8em .8em .8em 2.8em;
}


.Information
{
    background: #E3F9FC url("./Images/icon-info.png") 10px center no-repeat;
    border: 1px solid #93BFC9;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: auto;
    padding: .8em .8em .8em 2.8em;
}

.Success
{
    background: #ecf7e4 url("./Images/icon-success.png") 10px center no-repeat;
    border: 1px solid #2e8b0a;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: auto;
    padding: .8em .8em .8em 2.8em;
}

.Error
{
    background: #fde5e7 url('./Images/icon-error.png') 10px center no-repeat;
    border: 1px solid #ce313a;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: auto;
    padding: .8em .8em .8em 2.8em;
}

.Warning
{
    background: #FFF6B3 url("./Images/icon-warning.png") 10px center no-repeat;
    border: 1px solid #FFCC00;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: auto;
    padding: .8em .8em .8em 2.8em;
}


/* ----------------------------------------------------------- */
/* //////////   Accessibilty Classes               //////////  */
/* ----------------------------------------------------------- */

.offScreen
{
    position: absolute;
    left: -9999px;
    text-indent: -9999px;
}

.field-label-hidden
{
    position: absolute;
    left: -9999px;
}

/* ----------------------------------------------------------- */
/* //////////   Utility Classes                    //////////  */
/* ----------------------------------------------------------- */

.hide-content
{
    display: none;
}

/* ----------------------------------------------------------- */
/* //////////   CSS Generated Carets & Chevrons    //////////  */
/* ----------------------------------------------------------- */

/* Chevrons */

/* Default State - Down */
.arrow
{
    display: inline-block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #979797;
    border-right: 2px solid #979797;
    border-width: 2px;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.arrow.arrow-up
{
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.arrow.arrow-right
{
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow.arrow-left
{
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.arrow.no-arrow
{
    border-width: 0px;
}

/* ----------------------------------------------------------- */
/* //////////   Other Typographical Elements       //////////  */
/* ----------------------------------------------------------- */

.pdf-link:link, 
.pdf-link:active,
.pdf-link:hover,
.pdf-link:visited
{
    background: transparent url("../Content/Images/document.png") left no-repeat;
    background-size: 1.231em;
    padding-left: 1.75em;
    color: #0d6797;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx)
{
    .pdf-link:link, 
    .pdf-link:active,
    .pdf-link:hover,
    .pdf-link:visited
    {
        background: transparent url("../Content/Images/document.png") left no-repeat;
        background-size: 1.231em;
    }
}

/* ----------------------------------------------------------- */
/* //////////   Page Description & Search Field    //////////  */
/* ----------------------------------------------------------- */

#page-description-other
{
    text-align: right;
    float: right;
    padding: 1.385em .923em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@media all and (max-width: 480px)
{
    #page-description-other
    {
        padding-top: 0;
        float: none;
    }
}

#page-description-other form
{
    display: inline;
}

    #page-description-other form input
    {
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        background: url("../Content/Images/search-icon.png") no-repeat scroll 7px 5px #FFFFFF;
        border: 2px solid #808080;
        font-family: Helvetica,Arial,sans-serif;
        font-size: 0.846em;
        min-width: 52%;
        padding: 5px 2px 3px 20px;
        -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-appearance: none;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx)
{

    #page-description-other form input
    {
        background: url("../Content/Images/search-icon@2x.png") no-repeat scroll 7px 5px #FFFFFF;
        background-size: 11px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{ /* Webkit Browsers Fix */
    #page-description-other form input
    {
        padding-left: 20px;
    }
}

@media all and (max-width: 769px)
{
    #page-description-other form input
    {
        min-width: 100%;
    }
}

#page-description-other form input:focus
{
    font-style: normal;
    box-shadow: none;
    color: #000000;
}

#page-description p
{
    color: #fff;
    padding-left: 12px;
}

@media all and (max-width: 480px)
{
    #page-description p
    {
        display: none;
    }
}

.with-other
{
    width: 59%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@media all and (max-width: 480px)
{
    .with-other
    {
        width: auto;
    }
}

}


/* ----------------------------------------------------------- */
/* //////////   Admin                              //////////  */
/* ----------------------------------------------------------- */
.admin-section-contents 
{
    /* Needed, as removing will cause below styles to not trigger */
    /* Need to find out why this is happening, fix, and remove */
}

    .admin-section-contents .column-three
    {
        width: 32.6%;
        margin-right: 1%;
    }

        .admin-section-contents .column-three:nth-of-type(3)
        {
            margin-right: 0;
            margin-bottom: 0;
        }

/* Admin Menu - Responsive Styles */
@media all and (max-width: 769px)
{
    .admin-section-contents .column-three
    {
        float: none;
        margin-bottom: 0.769em;
        margin-right: 0;
        width: auto;
    }

    .admin-section-contents input[type="text"]
    {
        width: 98%;
    }
}

.admin-content ul
{
    padding: 0.538em 1.077em;
    font-size: 1.000em;
}

    .admin-content ul
    {
        list-style: disc;
    }

        .admin-content ul li
        {
            line-height: 1.5em;
        }

input[type="submit"].admin
{
    font-size: 1em;
    border-radius: 0\9;
    padding: 0.3em 1.5em;
}

.admin-section-contents input[type="button"].admin, .theme-save-button
{
    font-size: 1em;
    padding: 0.3em 1.5em;
}

.admin-remove:link, .admin-add:link
{
    font-size: 0.846em;
    text-decoration: none;
}

.add-user-text
{
    margin-right: 0.615em;
}

.add-user
{
    margin-top: 0.615em;
}

.admin-section-contents table
{
    border: solid 0.077em #dddddd;
    border-collapse: collapse;
    width: 100%;
}

    .admin-section-contents table td
    {
        padding: 0.538em;
        border: solid 0.077em #dddddd;
    }

    .admin-section-contents table.properties
    {
        border: none;
        border-collapse: collapse;
        width: auto;
        margin-bottom: 0.769em;
        margin-bottom: 0\9;
        margin-left: 0.9em;
    }

        .admin-section-contents table.properties td
        {
            padding: 0.462em 0.615em 0.462em 0;
            border: none;
        }

            .admin-section-contents table.properties td:nth-of-type(1)
            {
                text-align: right;
            }


.admin-section-contents hr
{
    border-top: solid 0.077em #dddddd;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.colorPreview
{
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    margin-left: 10px;
    float: left;
}

.gradientPreview
{
    width: 64px;
    height: 49px;
    border: 1px solid #000;
    float: left;
    margin-left: 10px;
    margin-top: -28px;
}

.themeContent h3.ui-accordion-header
{
    background-color: #ececec;
    border: 0.1em solid #C9C9C9;
    margin: 0 0 12px 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

    .themeContent h3.ui-accordion-header a
    {
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 30px;
        font-weight: bold;
        color: #555555;
    }

        .themeContent h3.ui-accordion-header a:hover
        {
            color: #333333;
        }

    .themeContent h3.ui-accordion-header:hover
    {
        background: -moz-linear-gradient(center top, #dddddd 0%, #cccccc 100%) repeat scroll 0 0 transparent;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#cccccc));
        background: -webkit-linear-gradient(top, #dddddd 0%,#cccccc 100%);
        background: -o-linear-gradient(top, #dddddd 0%,#cccccc 100%);
        background: -ms-linear-gradient(top, #dddddd 0%,#cccccc 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#cccccc',GradientType=0 );
        background: linear-gradient(top, #dddddd 0%,#cccccc 100%);
        border-color: #AAAAAA;
    }

.admin-section-contents .themeContent .ui-state-default .ui-icon
{
    background: none repeat scroll 0 0 transparent;
    border-color: transparent transparent transparent #666666;
    border-radius: 0 0 0 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    height: 0;
    left: 14px;
    margin: 0;
    position: absolute;
    top: 38%;
    width: 0;
}

.admin-section-contents .themeContent .ui-state-hover .ui-icon
{
    border-color: transparent transparent transparent #212121;
}

.admin-section-contents .themeContent .ui-state-active .ui-icon
{
    background: none repeat scroll 0 0 transparent;
    border-color: #FFFFFF transparent transparent;
    border-radius: 0 0 0 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-style: solid;
    border-width: 6px 6px 0;
    height: 0;
    left: 10px;
    margin: 0;
    position: absolute;
    top: 45%;
    width: 0;
}

.admin-section-contents .themeContent .ui-state-active:hover .ui-icon
{
    border-color: #212121 transparent transparent;
}

.themeContent h3.ui-state-active
{
    background-color: #767676;
    margin-bottom: 0;
    border-color: #777777;
}

    .themeContent h3.ui-state-active a
    {
        color: #fff;
    }

        .themeContent h3.ui-state-active a:hover
        {
            color: #333;
        }

.themeContent .ui-accordion-content, .admin-section-contents .ui-accordion .ui-accordion-content
{
    border: 2px solid #777;
    padding: 10px;
    margin-top: -2px;
    margin-bottom: 12px;
}

    .themeContent .ui-accordion-content h4
    {
        padding: 8px 0 4px;
    }

.themeContent input[type="text"]
{
    float: left;
}

.edit-container
{
    border: 1px dashed #000;
    background: #f8f8f8;
    padding: 10px;
    padding: 5px 10px 10px;
}

    .edit-container label
    {
        display: block;
        padding: 10px 0 5px;
    }

.gradient-text-input
{
    float: left;
}

.themeContent .gradient-text-input input[type="text"]
{
    float: none;
    display: block;
    margin-bottom: 5px;
}

.miniColors-trigger, .miniColors-triggerWrap
{
    margin-left: 3px;
    float: left;
}

/* Authentication Page */
.properties td 
{
    padding: .3em;
}

/* About Page */

.about-title h5
{
    color: #333333;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 2.3em;
}

    .about-title h5 sup
    {
        font-size: 55%;
        vertical-align: 6px;
    }

.version
{
    margin: 0 0 2%;
}

.copyright
{
    margin: 1.5% 0;
    background: url("../Content/Images/ellucian-about.png") no-repeat scroll 0 0 transparent;
    padding: 0 0 0 130px;
    color: #808080;
    font-size: .9em;
    min-height: 25px;
    line-height: 1.2em;
}

/* ----------------------------------------------------------- */
/* //////////   Back Links                         //////////  */
/* ----------------------------------------------------------- */

.backlink
{
    float: none;
    margin: 0;
    background: -moz-linear-gradient(top, #DDDDDD 0%, #CCCCCC 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DDDDDD), color-stop(100%,#CCCCCC));
    background: -webkit-linear-gradient(top, #DDDDDD 0%,#CCCCCC 100%);
    background: -o-linear-gradient(top, #DDDDDD 0%,#CCCCCC 100%);
    background: -ms-linear-gradient(top, #DDDDDD 0%,#CCCCCC 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DDDDDD', endColorstr='#CCCCCC',GradientType=0 );
    background: linear-gradient(top, #DDDDDD 0%,#CCCCCC 100%);
    border-bottom: 1px solid #999999;
}

    .backlink a, .backlink a:hover
    {
        display: block;
        text-decoration: none;
        padding: 6px 14px 5px 22px;
        font-size: 0.923em;
        background: url("./images/back-carrot.png") no-repeat 9px center;
    }

    .backlink:hover
    {
        background: -moz-linear-gradient(top, #DDDDDD 0%, #BBBBBB 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DDDDDD), color-stop(100%,#BBBBBB));
        background: -webkit-linear-gradient(top, #DDDDDD 0%,#BBBBBB 100%);
        background: -o-linear-gradient(top, #DDDDDD 0%,#BBBBBB 100%);
        background: -ms-linear-gradient(top, #DDDDDD 0%,#BBBBBB 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DDDDDD', endColorstr='#BBBBBB',GradientType=0 );
        background: linear-gradient(top, #DDDDDD 0%,#BBBBBB 100%);
        border-bottom: 1px solid #999999;
    }

.backlink-text
{
    font-weight: bold;
}


/* Backlink - High Density Styles*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx)
{
    .backlink a, .backlink a:hover
    {
        background-image: url("./images/back-carrot@2x.png");
        background-size: 6px;
    }
}

/* Page-top backlink (when used instead of page-description) */

#page-description .backlink
{
    background: none;
    border-bottom: none;
    filter: none;
}

@media (max-width: 769px)
{
    #page-description .backlink
    {
        margin: 0 12px;
    }
}

#page-description .backlink a,
#page-description .backlink a:hover
{
    background: none;
    display: inline-block;
    color: #fff;
    position: relative;
}

    #page-description .backlink a:hover
    {
        text-decoration: underline;
    }

    /* Replace with .arrow.arrow-right? */
    #page-description .backlink a:before
    {
        content: "";
        width: 7px;
        height: 7px;
        margin: 5px 0px 0px -16px;
        border: 2px solid rgb(255, 255, 255);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        border-width: 2px 2px 0px 0px;
        position: absolute;
    }

@media (min-width: 769px) and (max-width: 899px)
{
    #page-description .backlink a,
    #page-description .backlink a:hover
    {
        margin-left: 18px;
    }
}

/* Backlink button */
#page-description h2 button
{
    background-image: none;
    background-color: transparent;
    border: 0 none;
    outline: none;
    box-shadow: none;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    padding: 0;
    filter: none;
}

#page-description h2 .arrow
{
    border-color: inherit;
}

/* ----------------------------------------------------------- */
/* //////////   Sliding Panel                      //////////  */
/* ----------------------------------------------------------- */
.parent-panel
{
    overflow: hidden;
    position: relative;
}

.overlay-panel
{
    background-color: #fff;
    height: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: left 750ms cubic-bezier(0, 1, 0.75, 1);
    -moz-transition: left 750ms cubic-bezier(0, 1, 0.75, 1);
    -o-transition: left 750ms cubic-bezier(0, 1, 0.75, 1);
    transition: left 750ms cubic-bezier(0, 1, 0.75, 1);
    display: none;
}

    .overlay-panel.slide
    {
        left: 0;
        -webkit-transition: left 750ms cubic-bezier(0, 1, 0.75, 1);
        -moz-transition: left 750ms cubic-bezier(0, 1, 0.75, 1);
        -o-transition: left 750ms cubic-bezier(0, 1, 0.75, 1);
        transition: left 750ms cubic-bezier(0, 1, 0.75, 1);
    }


/* ----------------------------------------------------------- */
/* //////////   Pagination                         //////////  */
/* ----------------------------------------------------------- */

#paging
{
    width: 280px;
    text-align: center;
    padding-top: 10px;
    line-height: 20px;
}

.search-paginationouter
{
    float: left;
    margin: 1px 0 0 0;
}

.pagination-link:link
{
    border: 1px transparent solid;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 5px;
    color: #333333;
}

.pagination-link:visited
{
    border: 1px transparent solid;
    font-weight: bold;
    color: #333333;
}

.pagination-link:hover
{
    border: 1px solid;
    border-color: #E8E8E8;
    background-color: #f5f5f5;
    color: #000000;
    font-weight: bold;
    height: 20px;
    width: 20px;
}

.pagination-current
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
}

.pagination-image:hover
{
    background-color: transparent;
}

.pagination-first-active
{
    background-image: url(images/pagination-images.png);
    background-position: 0 0;
    float: left;
    width: 22px;
    height: 23px;
}

.pagination-first
{
    background-image: url(images/pagination-images.png);
    background-position: 0 -28px;
    float: left;
    width: 22px;
    height: 23px;
    cursor: default !important;
}

.pagination-previous
{
    background-image: url(images/pagination-images.png);
    background-position: 0 -197px;
    float: left;
    width: 22px;
    height: 23px;
    margin-right: 8px;
    cursor: default !important;
}

.pagination-previous-active
{
    background-image: url(images/pagination-images.png);
    background-position: 0 -169px;
    float: left;
    width: 22px;
    height: 23px;
    margin-right: 8px;
}

.pagination-next
{
    background-image: url(images/pagination-images.png);
    background-position: 0 -356px;
    float: left;
    width: 22px;
    height: 23px;
    margin-left: 8px;
    cursor: default !important;
}

.pagination-next-active
{
    background-image: url(images/pagination-images.png);
    background-position: 0 -112px;
    float: left;
    width: 22px;
    height: 23px;
    margin-left: 8px;
}

.pagination-last
{
    background-image: url(images/pagination-images.png);
    background-position: 0 -85px;
    float: left;
    width: 22px;
    height: 23px;
    cursor: default !important;
}

.pagination-last-active
{
    background-image: url(images/pagination-images.png);
    background-position: 0 -57px;
    float: left;
    width: 22px;
    height: 23px;
}

/* Pagination - High Density Styles */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx)
{
    .pagination-first-active,
    .pagination-first,
    .pagination-previous,
    .pagination-previous-active,
    .pagination-next,
    .pagination-next-active,
    .pagination-last,
    .pagination-last-active
    {
        background-image: url("./images/pagination-images@2x.png");
        background-size: 22px;
    }
}

/* ----------------------------------------------------------- */
/* /////// Mobile Filter Menu                        ////////  */
/* ----------------------------------------------------------- */

#new-filter-dropdown
{
    background: url("./Images/filter-menu-bg.png") no-repeat scroll 23px 0 rgba(0, 0, 0, 0);
    display: none;
    margin-top: 25px;
    position: absolute;
    z-index: 1000;
}

#new-filter-dropdown.column-two .section-wrapper
{
    border: 8px solid #666666;
    height: 300px;
        margin-top: 12px;
    overflow-y: scroll;
    -moz-box-shadow: 3px 3px 3px #4D4D4D;
    -webkit-box-shadow: 3px 3px 3px #4D4D4D;
    box-shadow: 3px 3px 3px #4D4D4D;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}


/* ----------------------------------------------------------- */
/* //////////   UI Widgets                         //////////  */
/* ----------------------------------------------------------- */

.ui-widget
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: inherit;
}

.ui-accordion .ui-accordion-header
{
    margin-top: 0;
}

.ui-accordion .ui-accordion-content
{
    margin: 0;
    top: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
    border: none;
}

/* ----------------------------------------------------------- */
/* ////////// jQuery UI Component Styling Overrides /////////  */
/* ----------------------------------------------------------- */

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
    background-image: none;
}

.ui-accordion .ui-accordion-header
{
    background: none;
    border: none;
}

.ui-widget-content
{
    background: none;
    border: none;
    color: none;
}

.ui-state-default .ui-icon
{
    background-color: #4D4D4D;
    background-image: url("images/ui-icons_ffffff_256x240.png");
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    height: 13px;
    width: 13px;
}

.ui-state-active .ui-icon
{
    background-color: #FFFFFF;
    background-image: url("images/ui-icons_888888_256x240.png");
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    height: 13px;
    width: 13px;
}

.ui-accordion-icons .ui-accordion-header a
{
    padding-left: 3em;
}

.ui-icon-triangle-1-e, .ui-icon-carat-1-e
{
    background-position: -34px -18px;
}

.ui-accordion .ui-accordion-header .ui-icon
{
    left: 1em;
    margin-top: -8px;
    position: absolute;
    top: 52%;
}

.ui-icon-triangle-1-s, .ui-icon-carat-1-s
{
    background-position: -66px -18px;
}

.accordion-header > span
{
    padding-right: 5px;
}

.ui-autocomplete
{
    box-shadow: 3px 2px 2px rgba(0, 0, 0, 0.3);
    margin: 0;
    padding: 0;
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.ui-autocomplete-loading
{
    background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat;
}

.ui-autocomplete li.ui-menu-item
{
    border: 1px solid #999999;
    background: #FFFFFF;
    margin-bottom: -1px;
    cursor: pointer;
}

    .ui-autocomplete li.ui-menu-item:last-child
    {
        margin-bottom: 0;
    }

    .ui-autocomplete li.ui-menu-item a:hover
    {
        background: #dddddd;
    }

/* ----------------------------------------------------------- */
/* //////////   Form Elements & Buttons            //////////  */
/* ----------------------------------------------------------- */
/*Makes inputs and selects the same*/
input:not([type='submit']):not([type='button']):not([type='radio']) , select, textarea
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: .25em;
    border: 1px solid #808282;
    color: #4d4e4e;
    padding: .3em;
    margin: .3em 0;
}
select{
        background-color:#F7F7F8;
        box-shadow: 0 .4em .8em #FFFFFF inset;
        padding-right:25px;/*To clear the background picture(the !) when required*/
}
input:not([type='submit']):not([type='button']):not([type='radio']):not(.required-input), textarea {
    box-shadow: 0 .2em .5em rgba(0,0,0,0.2) inset;
    display:inline-block;
}

.caret-right
{
    width: 6px;
    height: 6px;
    display: block;
    margin: 0px 0px 0px 6px;
    border: 2px solid rgb(126, 118, 118);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border-width: 2px 2px 0px 0px;
    padding: 0px !important;
}

.caret-left
{
    width: 6px;
    height: 6px;
    display: block;
    margin: 0px 0px 0px 9px;
    border: 2px solid rgb(126, 118, 118);
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    border-width: 2px 2px 0px 0px;
    padding: 0px !important;
}

/* Fix for caret misalignment in Firefox - VS does not recognize alternative @-moz-document url-prefix() */
body:not(:-moz-handler-blocked) .caret-left
{
    margin-left: 5px;
}

body:not(:-moz-handler-blocked) .caret-right
{
    margin-left: 3px;
}

.ui-widget input, .ui-widget select, .ui-widget textarea
{
    font-family: Helvetica,Arial,sans-serif;
    font-size: 0.813em;
}

.ui-widget input
{
    font-size: 1em;
}

/* Default and Secondary Buttons */
button, [type="button"], [type="submit"], [type="reset"], .secondary
{
	background-color: #eee;
	color: #5b5b5b;
	border: 1px solid #808080;
	-webkit-box-shadow: inset 0px -3px 0px 0px #808080;
	-moz-box-shadow: inset 0px -3px 0px 0px #808080;
	box-shadow: inset 0px -3px 0px 0px #808080;
	border-radius: 6px;
	filter: none;
	font-size: .923em;
	font-weight: 600;
    font-family: Helvetica,Arial,sans-serif;
	padding: .5em 1.08em .833em 1.083em;
    line-height: 1em;
    -webkit-appearance: none;
}

button:hover, [type="button"]:hover, [type="submit"]:hover, [type="reset"]:hover, .secondary:hover,
button:focus, [type="button"]:focus, [type="submit"]:focus, [type="reset"]:focus, .secondary:focus
    {
	background-color: #d8d8d8;
	-webkit-box-shadow: inset 0px -3px 0px 0px #808080;
	-moz-box-shadow: inset 0px -3px 0px 0px #808080;
	box-shadow: inset 0px -3px 0px 0px #808080;
	border-color: #808080;
	cursor: pointer;
    line-height: 1em;
    }

button:not(:disabled):not(.no-styles):active, [type="button"]:not(:disabled):not(.no-styles):active, [type="submit"]:not(:disabled):active, [type="reset"]:not(:disabled):active, .secondary:not(:disabled):active
    {
	background-color: #d8d8d8;
	border-color: #808080;
	-webkit-box-shadow: inset 0px -1px 0px 0px #808080;
	-moz-box-shadow: inset 0px -1px 0px 0px #808080;
	box-shadow: inset 0px -1px 0px 0px #808080;
        position: relative;
        top: .1em;
        line-height: 1em;
    }

button:disabled, [type="button"]:disabled, [type="submit"]:disabled, [type="reset"]:disabled, .secondary:disabled
{
	opacity: 0.6;
}

button:disabled:hover, [type="button"]:disabled:hover, [type="submit"]:disabled:hover, [type="reset"]:disabled:hover, .secondary:disabled:hover
    {
	cursor: not-allowed;
    }

/* Primary Buttons */
.primary
    {
	background-color: #6b6b6b;
	color: #fff;
	border: 1px solid #4d4d4d;
	-webkit-box-shadow: inset 0px -3px 0px 0px #4d4d4d;
	-moz-box-shadow: inset 0px -3px 0px 0px #4d4d4d;
	box-shadow: inset 0px -3px 0px 0px #4d4d4d;
    }
.primary:hover, .primary:focus
    {
	background-color: #595959;
	-webkit-box-shadow: inset 0px -3px 0px 0px #333;
	-moz-box-shadow: inset 0px -3px 0px 0px #333;
	box-shadow: inset 0px -3px 0px 0px #333;
	border-color: #333;
    }
.primary:not(:disabled):not(.no-styles):active
        {
	background-color: #595959;
	border-color: #333;
	-webkit-box-shadow: inset 0px -1px 0px 0px #333;
	-moz-box-shadow: inset 0px -1px 0px 0px #333;
	box-shadow: inset 0px -1px 0px 0px #333;
        }

/* Form Buttons */
.form
    {
	padding: .417em 1.08em .417em 1.083em;
	-webkit-box-shadow: inset 0px -2px 0px 0px #808080;
	-moz-box-shadow: inset 0px -2px 0px 0px #808080;
	box-shadow: inset 0px -2px 0px 0px #808080;
	font-weight: normal;
    }

.form:hover, .form:focus
{
	-webkit-box-shadow: inset 0px -2px 0px 0px #808080;
	-moz-box-shadow: inset 0px -2px 0px 0px #808080;
	box-shadow: inset 0px -2px 0px 0px #808080;
}

.form:not(:disabled):active
{
	-webkit-box-shadow: inset 0px -1px 0px 0px #808080;
	-moz-box-shadow: inset 0px -1px 0px 0px #808080;
	box-shadow: inset 0px -1px 0px 0px #808080;
}

/* Buttons without button styles */
.no-styles, .no-styles:active, .no-styles:hover, .no-styles:focus
{
    background-image: none;
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    padding: 0;
    filter: none;
    position: static;
}

.button-bar
{
    background-color: #d1d1d1;
    padding-top: 1em;
}

.disabled-link,
a.disabled-link
{
    text-decoration: none;
    cursor: default;
}

input.login-partial-input
{
    margin: 0;
}

.filter-button
{
    display: none;
    float: left;
    margin-right: 14px;
}

    .filter-button a
    {
        border-color: #999999;
    }

        .filter-button a:link
        {
            font-size: 0.846em;
            text-decoration: none;
            padding-top: 3px;
        }

@media screen and (-webkit-min-device-pixel-ratio:0)
{ /* Webkit Browsers Fix */
    .admin-remove:link,
    .admin-add:link,
    .filter-button a:link,
    .button
    {
        line-height: 1.4em;
    }
}

/* Toggle Switch/Button 
* Heavily modified from Ionuț Colceriu - ghinda.net
* https://github.com/ghinda/css-toggle-switch

* Checkbox switch */
.switch-checkbox 
{
    display: inline-block;
    min-height: 1.889em;
    position: relative;
    overflow: visible;
    padding: 0;
    color: #333;
    font-size: .692em;
    top: .3em;
}
.switch-checkbox * 
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}
.switch-checkbox .switch-circle 
{
  display: block;
  left: 0;
  width: 1.875em;
  background-color: #fff;
  border: 2px solid #8c8c8c;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
    position: absolute;
  right: 50%;
  top: 0;
  z-index: 4;
  display: block;
  height: 100%;
  padding: 0;  
}
.switch-checkbox label, .switch-checkbox .state-wrapper 
{
  line-height: 1.875em;
  vertical-align: middle; 
}
.switch-checkbox input:focus ~ .switch-circle, .switch-checkbox input:focus + label 
{
  outline: 1px dotted #888;
}
.switch-checkbox label
{
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
}
.switch-checkbox input
{
  position: absolute;
  opacity: 0;
  z-index: 5;
}
    .switch-checkbox input:checked ~ .switch-circle 
    {
        right: 0%;
    }

.switch-checkbox .state-wrapper 
{
  position: absolute;
  width: 100%;
  margin: 0;
  text-align: left; 
}

    .switch-checkbox .state 
    {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
        display: block;
        width: 50%;
        text-align: center; 
        width: 100%;
        left: 0;
        display: none;
        color: #fff;
        padding-top: .2em;
        text-transform: uppercase;
    }

    .switch-checkbox .off 
    {
        display: block;
        padding-left: 1.5em; 
    }

    .switch-checkbox .on 
    {
        padding-right: 1em; 
    }

.switch-checkbox .state-wrapper:before 
{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  min-height: 1.889em;
  position: absolute;
  top: 0;
  background-color: #8c8c8c;
  border-radius: 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 0; 
}

.switch-checkbox input:checked ~ .switch-circle
{
  left: 100%;
  margin-left: -1.75em; 
}

.switch-checkbox input:checked ~ span:before
{
  border-color: #53af58;
  box-shadow: inset 0 0 0 30px #53af58; 
}

.switch-checkbox input:checked ~ .state-wrapper .off 
{
  display: none;
}

.switch-checkbox input:checked ~ .state-wrapper .on 
{
  display: block;
  color: #fff; 
}

.switch-checkbox input:checked + label 
{
    color: #3a3a3a;
}

.switch-icon 
{
  display: block;
  width: 10px;
  height: 10px;
  margin: 2px;
  background: url("../Images/icon-unpinned.png");
}
.switch-checkbox input:checked ~ .switch-circle .switch-icon 
{
    background: url("../Images/icon-pinned.png");
}

.switch-checkbox input:checked ~ .switch-circle 
{
    border-color: #53af58;
}

/* Checkbox with Off/On text outside the switch */
.outer-state 
{
  font-size: 0.846em;
  display: inline;
}

.outer-state.off 
{
  padding-right: .5em;
}

/* Radio switch */
.switch-radio {
    display: block;
    min-height: 2.4em;
    /* Outline the toggles when the inputs are focused */
    position: relative;
    display: table;
    table-layout: fixed;
    /* For callout panels in foundation */
    padding: 0 !important;
    /* Generate styles for the multiple states */
    font-size: 0.923em;
    font-weight: bold;
}
.switch-radio * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}
.switch-radio .switch-circle {
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; 
}
.switch-radio label, .switch-radio > span {
  line-height: 1.875em;
  vertical-align: middle;
}
.switch-radio input:focus ~ .switch-circle, .switch-radio input:focus + label {
  outline: 1px dotted #888;
}
.switch-radio * {
  font-size: 1em; 
}
.switch-radio input {
  position: absolute;
  opacity: 0;
}
.switch-radio input + label {
  position: relative;
  z-index: 9999;
  display: table-cell;
  width: 50%;
  padding: 0 0.5em;
  margin: 0;
  text-align: center; 
}
.switch-radio .switch-circle {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 9998;
  width: 50%;
  height: 100%; 
}
.switch-radio input:last-of-type:checked ~ .switch-circle {
  left: 50%; 
}
/* future support for up to five options
.switch-radio.switch-3 label, .switch-radio.switch-3 .switch-circle {
  width: 33.3333333333%; 
}
.switch-radio.switch-3 input:checked:nth-of-type(2) ~ .switch-circle {
  left: 33.3333333333%;
}
.switch-radio.switch-3 input:checked:last-of-type ~ .switch-circle {
  left: 66.6666666667%; 
}
.switch-radio.switch-4 label, .switch-radio.switch-4 .switch-circle {
  width: 25%;
}
.switch-radio.switch-4 input:checked:nth-of-type(2) ~ .switch-circle {
  left: 25%;
}
.switch-radio.switch-4 input:checked:nth-of-type(3) ~ .switch-circle {
  left: 50%;
}
.switch-radio.switch-4 input:checked:last-of-type ~ .switch-circle {
  left: 75%;
}
.switch-radio.switch-5 label, .switch-radio.switch-5 .switch-circle {
  width: 20%;
}
.switch-radio.switch-5 input:checked:nth-of-type(2) ~ .switch-circle {
  left: 20%; 
}
.switch-radio.switch-5 input:checked:nth-of-type(3) ~ .switch-circle {
  left: 40%;
}
.switch-radio.switch-5 input:checked:nth-of-type(4) ~ .switch-circle {
  left: 60%;
}
.switch-radio.switch-5 input:checked:last-of-type ~ .switch-circle {
  left: 80%;
}*/

.switch-radio input:checked:first-child ~ .switch-circle 
{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.switch-radio input:checked:nth-of-type(2) ~ .switch-circle 
{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ad1e29;
}

.switch-radio input:checked + label 
{
  color: #fff;
}

.switch-radio 
{
    background-color: #f3f2f3;
    border: 1px solid #706f70;
    border-radius: 0.385em;
    box-shadow: inset 0px -1px 1px 0px rgba(180,180,180,1);
     /*inset rgba(0, 0, 0, 0.1) 0 1px 0*/; 
}
.switch-radio .switch-circle {
  background-color: #129248;
  border-radius: 0.285em;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; 
}
.switch-radio label {
  color: #666;
}

/* Bugfix for older Webkit, including mobile Webkit. Adapted from
* http://css-tricks.com/webkit-sibling-bug/ */
@media only screen and (-webkit-max-device-pixel-ratio: 2) and (max-device-width: 80em) {
  .switch-checkbox, .switch-radio {
    -webkit-animation: webkitSiblingBugfix infinite 1s; 
    } 
}

@-webkit-keyframes webkitSiblingBugfix {
    from {
        -webkit-transform: translate3d(0, 0, 0); 
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
    }
}

/*Makes inputs red when required*/
input.required-input:not([type='number']):not([type='button']):not([type='submit'])
{
    background: #fde5e7 url('./Images/icon-error.png') no-repeat;
    background-position: right .9em top 50%;
    border-color:#BE1E2D;
    background-color:#fde5e7;
    box-shadow:none;
}
select.required-input, input[type='number'].required-input
{
    background: #fde5e7 url('./Images/icon-error.png') no-repeat;
    background-position: right 1.5em top 50%;
    border-color:#BE1E2D;
    box-shadow:none;
}

/* ----------------------------------------------------------- */
/* //////////   Overlays and Dialogs               //////////  */
/* ----------------------------------------------------------- */

.ui-widget-overlay
{
    background-color: #000000;
    background-image: none;
    opacity: 0.5;
}

body .ui-dialog
{
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    background: #CCCCCC;
    border: 1px solid #666666;
    -moz-border-radius-topleft: .4em;
    -moz-border-radius-topright: .4em;
    -webkit-border-top-left-radius: .4em;
    -webkit-border-top-right-radius: .4em;
    border-top-left-radius: .4em;
    border-top-right-radius: .4em;
    -khtml-border-top-left-radius: .4em;
    -khtml-border-top-right-radius: .4em;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -khtml-border-bottom-left-radius: 0;
    -khtml-border-bottom-right-radius: 0;
}

/* Responsive Styles - Overlays and Dialogs */
@media all and (max-width: 769px)
{
    .ui-dialog[style]
    {
        width: 90% !important;
    }
}

.ui-dialog .ui-dialog-titlebar
{
    background-color: #767676;
    background-image :none;
    filter: none;
    -moz-border-radius-topleft: .4em;
    -moz-border-radius-topright: .4em;
    -webkit-border-top-left-radius: .4em;
    -webkit-border-top-right-radius: .4em;
    border-top-left-radius: .4em;
    border-top-right-radius: .4em;
    -khtml-border-top-left-radius: .4em;
    -khtml-border-top-right-radius: .4em;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -khtml-border-bottom-left-radius: 0;
    -khtml-border-bottom-right-radius: 0;
    border-radius: 0\9;
    margin: 3px 3px 0;
    border: none;
    padding: 10px;
    color: #fff;
}

#coursedetails-dialogcontainer, .ui-dialog .ui-dialog-content
{
    background: #f2f2f2;
    margin: 0 3px 2px;
    border-top: 1px solid #FFFFFF;
    padding: 11px;
}

    .ui-dialog .ui-dialog-content ul li
    {
        line-height: 1.5em;
    }

.ui-widget-header .ui-dialog-titlebar-close
{
    display: none;
}

/* Registration Loading Dialog */

html body .ui-dialog-ajax-loading
{
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    border: none;
    background: rgba(0,0,0, .4);
    -moz-border-radius-bottomleft: .4em;
    -moz-border-radius-bottomright: .4em;
    -webkit-border-bottom-left-radius: .4em;
    -webkit-border-bottom-right-radius: .4em;
    border-bottom-left-radius: .4em;
    border-bottom-right-radius: .4em;
    -khtml-border-bottom-left-radius: .4em;
    -khtml-border-bottom-right-radius: .4em;
    box-shadow: none;
}

body .ui-dialog-ajax-loading .ui-dialog-content
{
    border: none;
    background: none;
}

.ui-dialog-ajax-loading .ui-dialog-titlebar
{
    display: none;
}

.ui-dialog-ajax-loading IMG
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

.ui-dialog-content #loadingdialog-text
{
    color: #FFFFFF;
    display: block;
    padding-top: 15px;
}

.dialog-buttons-wrapper
{
    background-color: #e6e6e6;
}

.dialog-buttons
{
    float: right;
    margin-right: 1.1em;
    margin-bottom: 1em;
}

.button-right
{
    float: right;
}

.dialog-buttons .action-button
{
    float: right;
}

/* ----------------------------------------------------------- */
/* //////////   Login and change pw Screen Styles  //////////  */
/* ----------------------------------------------------------- */

.login-partial-shell
{
    background-color: #FFFFFF;
    border: 1px solid #999999;
}

#loginHeader
{
    padding: 12px 10px 10px;
    font-size: 16px;
    font-weight: bold;
    color: #4D4D4D;
}

.login-partial-content
{
    margin: 10px;
}

.validation-summary-valid
{
    display: none;
}

.validation-summary-errors
{
    background-color: #fde5e7;
    padding: 10px;
}

    .validation-summary-errors > ul
    {
        background: transparent url('./Images/icon-error.png') top left no-repeat;
        display: block;
        padding-left: 24px;
        line-height: 18px;
    }

        .validation-summary-errors > ul > li
        {
            display: inline;
            list-style: none;
            padding-right: 5px;
        }

#loginForm input[type="text"].input-validation-error, #loginForm input[type="password"].input-validation-error
{
    border: 2px solid #ce313a;
}

.login-partial-fieldset
{
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f2f2f2;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.login-partial-input
{
    display: inline;
    list-style: none;
    float: left;
    margin-left: 16px;
}

#loginForm input#UserName
{
    background: url("./Images/username-watermark.png") no-repeat scroll 6px 3px #FFFFFF;
    margin: 0;
}

#loginForm input[type="text"]
{
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0.5em 1.8em 0.3em;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 0.875em;
    width: 140px;
    border: 1px solid #808080;
}

#loginForm input#Password
{
    background: url("./Images/password-watermark.png") no-repeat scroll 6px 2px #FFFFFF;
    margin: 0;
}

#loginForm input[type="password"]
{
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0.5em 1.8em 0.3em;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 0.875em;
    width: 140px;
    border: 1px solid #808080;
}
/* Login - Responsive Styles*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx)
{

    #loginForm input#UserName
    {
        background: url("./Images/username-watermark@2x.png") no-repeat scroll 6px 3px #FFFFFF;
        background-size: 11px;
    }

    #loginForm input#Password
    {
        background: url("./Images/password-watermark@2x.png") no-repeat scroll 6px 2px #FFFFFF;
        background-size: 10px;
    }

    .validation-summary-errors > ul,
    .error-message,
    .error
    {
        background-image: url('./Images/icon-error@2x.png');
        background-size: 16px;
    }

    .success-message,
    .successArea
    {
        background-image: url("./Images/icon-success@2x.png");
        background-size: 16px;
    }
}

@media all and (max-width: 480px)
{
    .login-partial-input
    {
        display: block;
        float: none;
        margin: 0 16px 16px;
    }

    #loginForm input[type="text"], #loginForm input[type="password"]
    {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

/* change password */
.changepassword-shell
{
    background-color: #FFFFFF;
    border: 1px solid #999999;
}

.changepassword-content-wrapper
{
    margin: 10px;
}

#changepasswordform table.properties
{
    border: none;
    border-collapse: collapse;
    width: auto;
    margin-bottom: 0.769em;
}

    #changepasswordform table.properties td
    {
        padding: 0.462em 0.615em 0.462em 0;
        border: none;
    }

        #changepasswordform table.properties td:nth-of-type(1)
        {
            text-align: right;
        }

    #changepasswordform table.properties label
    {
        color: #333333;
    }

#changepasswordform input[type="text"],
#changepasswordform input[type="password"]
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-family: Helvetica,Arial,sans-serif;
    padding: 5px 2px 3px 2px;
    border: 1px inset #808080;
    font-size: 0.923em;
    width: 200px;
}

    #changepasswordform input[type="text"].input-validation-error,
    #changepasswordform input[type="password"].input-validation-error
    {
        border: 2px solid #e80c4d;
    }

#changepasswordform input[type="submit"]
{
    font-size: 1em;
    padding: 0.14em 1.5em;
}

/* ajax login/registration dialog */

.modal-popup
{
    font-size: 0.7em;
}

    .modal-popup input[type="text"], .modal-popup input[type="password"]
    {
        width: 90%;
    }

/* ----------------------------------------------------------- */
/* //////////   Site Home Page Styles                ////////  */
/* ----------------------------------------------------------- */

@media all and (max-width: 480px)
{
    .sitehome-wrapper
    {
        padding: .769em;
    }
}

.sitehome-expandednavlink
{
    width: 49.5%;
    min-height: 90px;
    border-radius: 3px 3px 3px 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-radius: 0\9;
    margin-right: 1%;
    margin-bottom: 10px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f7f7f7;
}

    .sitehome-expandednavlink:nth-of-type(even)
    {
        margin-right: 0;
    }

@media all and (min-width: 769px)
{
    .sitehome-expandednavlink:nth-last-child(-n+2)
    {
        margin-bottom: 0;
    }
}

@media all and (max-width: 769px)
{
    .sitehome-expandednavlink:nth-last-child(-n+1)
    {
        margin-bottom: 0;
    }
}

.sitehome-expandednavlink:hover
{
    box-shadow: 0 0 7px rgba(0,0,0,.5);
    background-color: #fff;
}

    .sitehome-expandednavlink:hover h3
    {
        text-decoration: underline;
    }

.sitehome-expandednavlink a
{
    text-decoration: none;
    display: block;
    min-height: 5em;
    padding: 2% 1.5%;
}

.sitehome-expandednavlink h3
{
    color: #333333;
    font-weight: bold;
    line-height: 2;
}

/* Responsive columns widths and margins */
@media all and (max-width: 769px)
{
    .sitehome-expandednavlink
    {
        width: 100%;
    }
}

.advising_expandednavlink
{
    background: url("./Images/advising-home.png") no-repeat 5px 1px;
    padding-left: 60px;
}

.my-account_expandednavlink
{
    background: url("./Images/financial-profile-home.png") no-repeat 5px 1px;
    padding-left: 60px;
}

.academic-planning_expandednavlink
{
    background: url("./Images/academic-planning-home.png") no-repeat 5px 1px;
    padding-left: 60px;
}

.finance-admin_expandednavlink
{
    background: url("./Images/finance-admin-home.png") no-repeat 5px 1px;
    padding-left: 60px;
}

.colleague-finance_expandednavlink
{
    background: url("./Images/finance-home.png") no-repeat 5px 1px;
    padding-left: 60px;
}

.financial-aid_expandednavlink
{
    background: url("./Images/financial-aid-home.png") no-repeat 5px 1px;
    padding-left: 60px;
}

.financial-aid-admin_expandednavlink
{
    background: url("./Images/financial-aid-admin-home.png") no-repeat 5px 1px;
    padding-left: 60px;
}

.faculty_expandednavlink
{
    background: url("./Images/faculty-home.png") no-repeat 5px 1px;
    padding-left: 60px;
}

.human-resources_expandednavlink
{
    background: url("./Images/employee-home.png") no-repeat 5px 1px;
    padding-left: 60px;
}

.graduation_expandednavlink
{
    background: url("./Images/graduation-home.png") no-repeat 5px 1px;
    padding-left: 60px;
}

 .requisite-waiver-navlink {
        background: url("./Images/requisites-icon.png") no-repeat 5px 1px;
        padding-left: 60px;
    }

    .student-petition-navlink {
        background: url("./Images/petitions-icon.png") no-repeat 5px 1px;
        padding-left: 60px;
    }

/* Site Home Page - Responsive Styles */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx)
{
    .advising_expandednavlink
    {
        background: url("./Images/advising-home@2x.png") no-repeat 5px 1px;
        background-size: 45px;
    }

    .my-account_expandednavlink
    {
        background: url("./Images/financial-profile-home@2x.png") no-repeat 5px 1px;
        background-size: 45px;
    }

    .academic-planning_expandednavlink
    {
        background: url("./Images/academic-planning-home@2x.png") no-repeat 5px 1px;
        background-size: 45px;
    }

    .colleague-finance_expandednavlink
    {
        background: url("./Images/finance-home@2x.png") no-repeat 5px 1px;
        background-size: 45px;
    }

    .finance-admin_expandednavlink
    {
        background: url("./Images/finance-admin-home@2x.png") no-repeat 5px 1px;
        background-size: 45px;
    }

    .financial-aid_expandednavlink
    {
        background: url("./Images/financial-aid-home@2x.png") no-repeat 5px 1px;
        background-size: 45px;
    }

    .financial-aid-admin_expandednavlink
    {
        background: url("./Images/financial-aid-admin-home@2x.png") no-repeat 5px 1px;
        background-size: 45px;
    }

    .graduation_expandednavlink
    {
        background: url("./Images/graduation-home@2x.png") no-repeat 5px 1px;
        background-size: 45px;
    }

    .human-resources_expandednavlink
    {
        background: url("./Images/employee-home@2x.png") no-repeat 5px 1px;
        background-size: 45px;
    }

    .faculty_expandednavlink
    {
        background: url("./Images/faculty-home@2x.png") no-repeat 5px 1px;
        background-size: 45px;
}
     .requisite-waiver-navlink {
        background: url("./Images/requisites-icon@2x.png") no-repeat 5px 1px;
        background-size: 45px;
        padding-left: 60px;
    }

    .student-petition-navlink {
        background: url("./Images/petitions-icon@2x.png") no-repeat 5px 1px;
        background-size: 45px;
        padding-left: 60px;
    }
   
}

/* ----------------------------------------------------------- */
/* //////   Individiual Home Page Styles                /////  */
/* ----------------------------------------------------------- */

#home-header
{
    margin: 0 12px 1.3%;
}

/* Greeting */
#home-greeting
{
    color: #FFFFFF;
    padding: 1.385em 0;
    width: 100%;
}

@media (min-width: 700px) and (max-width: 799px)
{
    #home-greeting
    {
        padding-top: 2.5%;
    }
}

@media all and (max-width: 699px)
{
    #home-greeting
    {
        padding-top: 3.5%;
    }
}

@media all and (max-width: 480px)
{
    #home-greeting
    {
        position: relative;
    }
}

#home-greeting h2
{
    font-size: 1.538em;
    line-height: 1.2em;
    color: #FFFFFF;
    font-weight: bold;
}

@media all and (max-width: 480px)
{
    #home-greeting h2
    {
        line-height: 1.5;
    }
}

#home-greeting p
{
    float: left;
    font-size: 1em;
    padding-top: 0.692em;
}

@media (min-width: 481px) and (max-width: 1023px)
{
    #home-greeting p
    {
        width: 50%;
        line-height: 1.1;
    }
}

@media all and (max-width: 480px)
{
    #home-greeting p
    {
        display: none;
    }
}

#home-greeting input
{
    float: right;
    min-width: 17%;
    margin: -25px 0 0 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: url("../Content/Images/search-icon.png") no-repeat scroll 7px 5px #FFFFFF;
    border: 2px solid #808080;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 0.846em;
    padding: 5px 2px 3px 20px;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-appearance: none;
}

@media (min-width: 481px) and (max-width: 1023px)
{
    #home-greeting input
    {
        min-width: 35%;
    }
}

@media all and (max-width: 480px)
{
    #home-greeting input
    {
        float: none;
        left: 0;
        margin: 0;
        position: absolute;
        top: 1.2em;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        font-size: 1em;
        box-sizing: border-box;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
    /* Webkit Browsers Fix */
    #home-greeting input
    {
        padding-left: 20px;
    }
}

#home-greeting form input:focus
{
    font-style: normal;
    box-shadow: none;
    color: #000000;
}

/* Step 1 */
#home-step1 a
{
    margin-right: 1%;
}


/* Both Steps */
#home-step1,
#home-step2
{
    position: relative;
    margin: 1em 0 0;
}

    #home-step1 a,
    #home-step2 a
    {
        background-color: #f2f2f2;
        border-radius: 3px 3px 3px 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        display: block;
    }

        #home-step1 a:link, #home-step1 a:visited, #home-step1 a:hover, #home-step1 a:active,
        #home-step2 a:link, #home-step2 a:visited, #home-step2 a:hover, #home-step2 a:active
        {
            text-decoration: none;
        }

    #home-step1 img,
    #home-step2 img
    {
        float: left;
        padding: 5% 0 0 1%;
        width: 90px;
    }

    #home-step1 p,
    #home-step2 p
    {
        font-size: 1em;
        color: #000000;
        line-height: 1.1em;
        padding: 0 6% 0 0;
    }

        #home-step1 p u,
        #home-step2 p u
        {
            font-weight: bold;
            padding: 2% 0 5% 0;
            display: block;
        }

    #home-step1 h3, #home-step1 p,
    #home-step2 h3, #home-step2 p
    {
        margin-left: 100px;
    }

    #home-step1 h3,
    #home-step2 h3
    {
        font-size: 1.231em;
        line-height: 1;
        font-weight: bold;
        color: #666666;
        padding: 5% 6% 2% 0;
    }

    #home-step1 a,
    #home-step2 a
    {
        width: 49.5%;
        transition: height .5s;
        -moz-transition: height .5s;
        -webkit-transition: height .5s;
        -o-transition: height .5s;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        #home-step1 a:hover,
        #home-step2 a:hover
        {
            box-shadow: 0 0 7px rgba(0,0,0,.5);
            background: #FFFFFF;
            filter: none;
        }

        #home-step1 a br,
        #home-step2 a br
        {
            display: block;
            margin: 2% 0 0;
        }

@media screen and (-webkit-min-device-pixel-ratio:0)
{
    /* Webkit Browsers Fix */
    #home-step1 a br,
    #home-step2 a br
    {
        line-height: 1.5em;
    }
}

#step1, #step2
{
    /*background: url("./Images/step1.png") no-repeat scroll 0 0 transparent;*/
    background-color: #ccc;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 31px;
    height: 31px;
    position: absolute;
    top: -14px;
    margin-left: 20px;
}

.step-text
{
    font-weight: bold;
    font-size: 1.55em;
    position: relative;
    left: 10px;
    top: 6px;
}

/* Home Page Throbber */
.home-throbber
{
    width: 24px;
    height: 24px;
    margin: 0px auto 10px auto;
}

.home-throbber-text
{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #555555;
    margin-left: 10px;
}

/* Responsive Home page Welcome message and links */
@media (min-width: 960px) and (max-width: 1100px)
{
    #home-step1 a, #home-step2 a
    {
        min-height: 139px;
    }
}

@media (min-width: 769px) and (max-width: 959px)
{
    #home-step1 a, #home-step2 a
    {
        min-height: 160px;
    }
}

@media (min-width: 600px) and (max-width: 768px)
{
    #home-header
    {
        margin: 0 12px 3%;
    }

    #home-step1 a, #home-step2 a
    {
        width: auto;
        float: none;
        height: auto;
        margin-right: 0;
        min-height: 105px;
    }

    #home-step1 img, #home-step2 img
    {
        padding: 3% 0 0 1%;
    }

    #home-step1 h3, #home-step2 h3
    {
        padding-top: 2%;
        padding-bottom: 1%;
    }

    #home-step1 p u, #home-step2 p u
    {
        padding: 1% 0 2%;
    }
}

@media all and (max-width: 599px)
{
    #home-header
    {
        margin: 0 12px 3%;
    }

    #home-step1 a, #home-step2 a
    {
        width: auto;
        float: none;
        height: auto;
        margin-right: 0;
        min-height: 105px;
    }

    #home-step1 h3, #home-step2 h3
    {
        padding-top: 3%;
        padding-bottom: 1%;
    }

    #home-step1 p u, #home-step2 p u
    {
        padding: 2% 0 2%;
    }
}

@media all and (max-width: 768px)
{
    #home-step1 img, #home-step2 img
    {
        padding: 3% 0 0 1%;
    }

    #home-step2
    {
        margin: 4% 0 0;
    }
}


@media all and (max-width: 480px)
{
    #home-step1 h3, #home-step2 h3
    {
        padding-bottom: 2%;
    }

    #home-step1 p u, #home-step2 p u
    {
        padding: 4% 0;
    }

    #home-step1 a, #home-step2 a
    {
        min-height: 149px;
    }

    #home-step2
    {
        margin: 6% 0 0;
    }
}

/* ----------------------------------------------------------- */
/* ////////////  Menu & Submenu                  ////////////  */
/* ----------------------------------------------------------- */

/* Responsive Menu */

[role="navigation"],
[role="main"],
[role="complementary"]
{
    display: block;
    width: 100%;
}

.js [role="navigation"]
{
    margin-left: -100%;
    float: left;
}

.js [role="main"]
{
    margin-left: 0;
    float: left;
}

/* Active Nav */
.active-nav [role="navigation"]
{
    width: 192px;
    margin-left: 0;
    -webkit-transition: .5s all ease-out;
    -moz-transition: .5s all ease-out;
    -o-transition: .5s all ease-out;
    -ms-transition: .5s all ease-out;
    transition: .5s all ease-out;
}

.active-nav [role="main"]
{
    margin-right: -100%;
    width: 100%;
}

body.active-nav
{
    overflow-x: hidden;
    background-color: #D8D8D8;
}

.active-nav #menu li a.menu-selected,
.active-nav #menu li#academic-planning a.menu-selected,
.active-nav #menu li#my-account a.menu-selected,
.active-nav #menu li#colleague-finance a.menu-selected,
.active-nav #menu li#my-profile a.menu-selected,
.active-nav #menu li#advising a.menu-selected,
.active-nav #menu li#finance-admin a.menu-selected,
.active-nav #menu li#financial-aid a.menu-selected,
.active-nav #menu li#financial-aid-admin a.menu-selected,
{
    border-bottom: none;
    margin-bottom: 0;
}

.active-nav #menu li#my-account a,
.active-nav #menu li#colleague-finance a,
.active-nav #menu li#advising a,
.active-nav #menu li#academic-planning a,
.active-nav #menu li#finance-admin a,
.active-nav #menu li#financial-aid a,
.active-nav #menu li#financial-aid-admin a,
{
    padding-left: 42px;
}

.active-nav #menu li#finance-admin a
{
    background-position: 14px -80px;
}

    .active-nav #menu li#finance-admin a:hover,
    .active-nav #menu li#finance-admin a.menu-selected
    {
        background-position: 14px 0;
    }

.active-nav #menu li#my-account a
{
    background-position: 12px -80px;
}

    .active-nav #menu li#my-account a:hover,
    .active-nav #menu li#my-account a.menu-selected
    {
        background-position: 12px 0;
    }

.active-nav #menu li#colleague-finance a
{
    background-position: 12px -80px;
}

    .active-nav #menu li#colleague-finance a:hover,
    .active-nav #menu li#colleague-finance a.menu-selected
    {
        background-position: 12px 0;
    }

/* Off Canvas Navigation */
.off-canvas-navigation
{
    width: 100%;
    overflow: hidden;
    display: block;
    color: #fff;
}

    .off-canvas-navigation ul li
    {
        width: 20%;
        display: block;
        float: left;
    }

        .off-canvas-navigation ul li.sidebar-item
        {
            float: right;
        }

.menu-button,
.sidebar-button
{
    margin-left: 15px;
    display: block;
    background: url("./Images/menu-button.png") no-repeat 0 0 transparent;
    height: 38px;
    width: 44px;
    border: 1px solid #DDDDDD;
    ;
    border-radius: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

a.menu-button:hover,
a.sidebar-button:hover
{
    text-decoration: none;
}

.sidebar-button
{
    text-align: right;
    border-top-left-radius: 1em;
    border-top-right-radius: 0;
}

/* Menu Buttons - Responsive Styles */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx)
{

    .menu-button, .sidebar-button
    {
        background: url("./Images/menu-button@2x.png") no-repeat scroll 0 0 transparent;
        background-size: 44px;
    }
}

/* Sub Menu */
#nav-menu ul#new-area-nav.column-eight
{
    border-top: 1px solid #B3B3B3;
}

    #nav-menu ul#new-area-nav.column-eight li
    {
        display: block !important;
        background-color: #eeeeee;
        background-image: none;
        float: left;
        clear: both;
        width: 100%;
        padding: 0;
        border: none;
    }

        #nav-menu ul#new-area-nav.column-eight li a
        {
            border-bottom: 1px solid #ccc;
            font-size: 11px;
            padding: 11px 0 0 42px;
            background-image: none;
            color: #6C4684;
        }

        #nav-menu ul#new-area-nav.column-eight li:last-of-type a
        {
            border-bottom: none;
        }

        #nav-menu ul#new-area-nav.column-eight li a.submenu-selected
        {
            background-color: #FFFFFF;
            font-weight: bold;
        }

@media all and (min-width: 600px)
{
    pre
    {
        margin: 0 0 0 10%;
    }

    body
    {
        margin-top: 0;
    }

    .page-title
    {
        text-align: left;
        margin-bottom: -1.1em;
        font-size: 60px;
        padding: 1% 0 0 30%;
    }

    [role="main"] h1
    {
        text-align: left;
    }
}


@media screen and (min-width: 200px) and (max-width: 769px)
{
    .off-canvas-navigation ul li
    {
        width: 40%;
    }

    #menu li a
    {
        border-radius: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        position: static;
    }

        #menu li a:hover
        {
            border-radius: 0;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
        }

    #menu li
    {
        display: block;
        width: 100%;
        border-radius: 0;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-left: none;
    }

        #menu li:last-child
        {
            border-bottom: 1px solid #b3b3b3;
        }

        #menu li:first-child a:hover,
        #menu li:first-child a.menu-selected
        {
            border-radius: 0;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
        }

    #area-nav
    {
        display: none;
    }

    .supermenu .column-eight
    {
        width: 100% !important;
    }

    #academic-planning
    {
        float: left;
        clear: both;
        padding: 0em;
        width: 100%;
        border: none;
        color: #4c215f;
    }

    .submenu-selected
    {
        border: none;
    }
}

@media all and (min-width: 770px)
{
    .page-title
    {
        text-align: center;
        font-size: 100px;
        margin-bottom: -.35em;
        padding: 0;
    }

    .container
    {
        width: 960px;
        margin: 0 auto;
    }

    .off-canvas-navigation
    {
        display: none;
    }

    .js [role="navigation"]
    {
        width: 100%;
        margin-left: 0;
        float: left;
    }

    .js [role="main"]
    {
        width: 100%;
    }
}

/* End Responsive Menu */

/* ----------------------------------------------------------- */
/* //////////  Responsive Table Styles             //////////  */
/* ----------------------------------------------------------- */

.responsiveTable
{
    width: 100%;
    border: none;
    border-collapse: collapse;
    margin-bottom: .769em;
}

    .responsiveTable caption
    {
        padding: .385em .385em .769em .385em;
    }

    .responsiveTable caption, caption:after
    {
        text-align: left;
        color: #555555;
        font-style: normal;
        font-weight: bold;
        font-size: 1.077em;
        background: none;
        white-space: pre;
        content: attr(data-role);
    }
    /* Zebra striping */
    .responsiveTable tbody:nth-of-type(even),
    .responsiveTable tr:nth-of-type(even)
    {
        background: #f4f4f4;
    }

    .responsiveTable th, th:after
    {
        font-weight: bold;
        font-size: 1em;
        color: #fff;
        padding: 1.35em;
        background: #767676;
        border-bottom: none;
        text-align: left;
    }

    .responsiveTable td
    {
        padding: .769em 1.35em;
        border-top: none;
        border-bottom: none;
        font-size: 1em;
    }

    .responsiveTable tbody:last-child
    {
        border-bottom: 1px solid #eee;
    }

    .responsiveTable tfoot td
    {
        background: #767676;
        padding: .769em;
        border-left: none;
        border-right: none;
        border-top: none;
        border-bottom: 1px solid #767676;
        font-size: 1.0em;
        color: #FFFFFF;
    }

@media only screen and (max-width: 889px)
{

    /* Force table to not be like tables anymore */
    .responsiveTable table,
    .responsiveTable caption,
    .responsiveTable thead,
    .responsiveTable tbody,
    .responsiveTable th,
    .responsiveTable td,
    .responsiveTable tr
    {
        display: block;
    }

    .responsiveTable table.hide-content,
    .responsiveTable caption.hide-content,
    .responsiveTable thead.hide-content,
    .responsiveTable tbody.hide-content,
    .responsiveTable th.hide-content,
    .responsiveTable td.hide-content,
    .responsiveTable tr.hide-content
    {
        display: none;
    }

    /*IE9 style to force proper table rendering*/
    .responsiveTable td 
    {
        width: 50%\9;
        float: left\9;
    }

    .responsiveTable td
    {
        text-align: right;
    }

    .responsiveTable tbody:last-child {
        border-bottom: none;
    }

    .responsiveTable tbody:nth-of-type(even), .responsiveTable tr:nth-of-type(even)
    {
        background: none;
    }

    .responsiveTable caption
    {
        font-weight: bold;
        font-size: 13px;
        color: #FFFFFF;
        padding: .769em;
        background: #555555;
        border: 1px solid #ccc;
        border-bottom: none;
        white-space: pre-line;
    }

        .responsiveTable caption:before
        {
            width: 100%;
            white-space: nowrap;
            background-color: #555555;
            color: #FFFFFF;
            font-weight: bold;
            font-size: 100%;
        }

        .responsiveTable caption:after
        {
            width: 100%;
            font-weight: bold;
            font-size: 1em;
            color: #FFFFFF;
            background: #555555;
        }

    .responsiveTable thead tr
    {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .responsiveTable tbody tr
    {
        border: 1px solid #ccc;
        margin-bottom: .769em;
    }

    .responsiveTable tfoot tr
    {
        border: 1px solid #ccc;
        margin-bottom: .769em;
    }

    .responsiveTable td
    {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        word-wrap: break-word;
    }

    .responsiveTable tbody td:nth-of-type(odd)
        {
            background: #FFFFFF;
        }

    .responsiveTable tbody td:nth-of-type(even)
        {
            background: #EEEEEE;
        }

    .responsiveTable tfoot td
    {
        background: #999999;
    }

        .responsiveTable td:before
        {
            position: absolute;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            font-weight: bold;
            content: attr(data-role);
        text-align: left;
    }

    .responsiveTable tbody tr td:first-child
    {
        background: #999999;
        color: #FFFFFF;
        }

    .responsiveTable td.suppress-on-mobile
    {
        display: none;
}
}

/* End Responsive Table */

/* ----------------------------------------------------------- */
/* //////////  Sliding Panel Styles             //////////  */
/* ----------------------------------------------------------- */

.panel-wrapper 
{
    width: 100%;
    height: auto;
    background: #FFFFFF;
    z-index: 900;
    position: absolute;
    display: none;
}
.panel-controller,
.multi-accordion-controller
{
    font-family: Arial;
    font-size: 1.077em;
    font-weight: bold;
    color: #666666;
    padding: 16px 0px 16px 1.946em;
    margin: 0px;
}
.panel-controller a,
.multi-accordion-controller a
{
    font-weight: bold;
	text-decoration: none;
}
.panel-back-link-container
{
    background-color: #766386;
}
    .panel-back-link-container.inner-back-link 
    {
      background-color: #767676;
    }
.panel-back-link-container span.arrow.arrow-left 
{
    float: left;
    position: absolute;
    top: 2.1em;
    left: 1.1em;
    border-color: #FFFFFF;
}
.panel-back-link-container p 
{
    color: #FFFFFF;
    padding-left: 12px;
    padding-bottom: 14px;
    line-height: 13px;
    font-size: 13px;
}
.panel-controller img.carrot-icon
{
    position: relative;
    top: .063em;
    float: right;
    height: 1.0em;
    padding-right: 1.2em;
}
h2.panel-back-link 
{
    font-size: 1.538em;
    font-weight: bold;
    color: #FFF;
    padding: 0.9em 1.7em 0.45em;
    line-height: 1.5;
}
.panel-content
{
    background-color: #FFFFFF;
    display: none;
}
.panel-content-header
{
    font-family: Arial;
    font-size: 1.231em;
    font-weight: bold;
    background-color: #F4F4F4;
    color: #666666;
    padding: 16px 0px 16px 1.946em;
    margin: 0px;
}
@media all and (max-width: 480px)
{
    h2.panel-back-link 
    {
        padding: 12px 1.9em;
    }
    .panel-back-link-container span.arrow.arrow-left 
    {
        top: 1.6em;
    }
    .panel-back-link-container p 
    {
        display: none;
    }
}

.panel-table {
    width: 100%;
}
/* End Sliding Panel */

/* User Profile/Context Card*/

#user-profile-photo
{
    float: left;
    width: 72px;
}

    #user-profile-photo img
    {
        max-width: 100%;
        height: auto;
        border: 1px solid #999999;
    }

@media all and (max-width: 480px)
{
    #user-profile-photo
    {
        margin-right: 10px;
    }
}

#user-profile-header
{
    background-color: #ececec;
    padding: 10px;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -khtml-border-top-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    -khtml-border-top-right-radius: 8px;
    border-radius: 0\9;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    color: #000000;
}

@media (min-width: 769px) and (max-width: 899px)
{
    #user-profile-header
    {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

@media all and (max-width: 768px)
{
    #user-profile-header
    {
        margin: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-left: none;
        border-right: none;
    }
}

#user-profile-name
{
    font-weight: bold;
    font-size: 1.60em;
    padding-bottom: 0.2%;
    float: left;
}

@media all and (max-width: 480px)
{
    #user-profile-name
    {
        float: none;
    }
}

.user-profile-detail
{
    clear: both;
    padding-top: 0.5em;
}

a.user-profile-email, span.user-profile-email
{
    background: url("../Content/Images/email@2x.png") no-repeat scroll 0 2px;
    padding-left: 22px;
    background-size: 16px;
}

    a.user-profile-email:link, a.user-profile-email:hover, a.user-profile-email:active, a.user-profile-email:visited
    {
        color: #000000;
    }

@media all and (max-width: 480px)
{
    .user-profile-email
    {
        float: none;
        clear: none;
    }
}

#user-profile-left
{
    float: left;
}

@media all and (max-width: 480px)
{
    #user-profile-left
    {
        border-bottom: 1px solid #999999;
        float: none;
        padding-bottom: 8px;
    }
}

#user-profile-right
{
    float: right;
}

#user-profile-details
{
    float: right;
    margin-left: 10px;
}

@media all and (max-width: 480px)
{
    #user-profile-details
    {
        float: none;
        margin-left: 0;
    }
}

.scrollbar-measure {
	width: 100px;
	height: 100px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
}

/* ----------------------------------------------------------- */
/* //////////  Page Loading Throbber Styles        //////////  */
/* ----------------------------------------------------------- */
.page-loading-image-container
{
    width: 24px;
    height: 24px;
    margin: 0px auto 10px auto;
}

.page-loading-image
{
    width: 24px;
    height: 24px;
}

.page-loading-text-container
{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #555555;
    margin-left: 10px;
}

.page-loading-text
{

}

.list-item
{
    padding: 1.3em 1.5em;
    border-bottom: 1px solid #ccc;
}

    .list-item:last-child
    {
        border-bottom: 0px;
    }

.list-item > span
{
  position: relative;
  top: -2px;
}

/* ----------------------------------------------------------- */
/* //////////  End Global Styles                   //////////  */
/* ----------------------------------------------------------- */

