﻿/* #region GENERAL  
----------------------------------------------------------*/

a,
input,
.content-area {
    -moz-transition-duration: 0.15s;
    -moz-transition-property: color, background-color, border-color;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    -webkit-transition-property: color, background-color, border-color;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -o-transition-property: color, background-color, border-color;
    transition-property: color, background-color, border-color;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

html,
body,
form {
    min-height: 100%;
    height: 100%;
}

#mainContent {
    background-color: transparent;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0 0 24px 0;
    font-weight:normal;
}

h1 {
    font-size: 3.313em;
}

#mainContent h1 {
    font-size: 2.125em;
}

h2 {
    font-size: 2.125em;
}

h3 {
    font-size: 1.750em;
}

    h1 b,
    h2 b,
    h3 b,
    h4 b,
    h5 b {
        font-weight: bold;
    }

b,
strong {
    font-weight: 700;
}

.content-body {
    font-size: 1.0em;
	line-height: 150%;
}

p{
	line-height: 150%;	
}

    .content-body ol,
    .content-body ul {
        margin: 20px;
    }

ul {
    list-style: none;
}

#mainContent ul {
    padding: 5px 0 5px 20px;
}

ol {
    list-style-type: decimal !important;
    padding-left: 30px !important;
}

li.bullet {
    list-style:disc;
}

a {
    color: #000;
    text-decoration: none;
}

    a:hover {
        color: #b2171e;
        text-decoration: underline;
    }

    a img {
        border: none;
    }

.content-area a,
.expandable-content a,
.article a,
.page-content p a,
.content-body a {
    border-bottom: 1px dotted #cd1619;
    text-decoration: none;
}

.content-area a.button,
.expandable-content a.button,
.article a.button,
.page-content p a.button,
.content-body a.button,
.content-area .ContentAreaContent a.button{
    border-bottom: none !important;
    text-decoration: none;
}


    .content-area a:hover,
    .expandable-content a:hover,
    .article a:hover,
    .page-content p a:hover {
        color: #cd1619;
    }

.content-area .ContentAreaContent a {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px dotted #cd1619 !important;
}

.page-content ul {
    padding-left: 30px;
}

.clear {
    clear: both;
}

a,
input,
.carousel .index .index-item {
    -moz-transition-duration: 0.15s;
    -moz-transition-property: color, background-color, border-color;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    -webkit-transition-property: color, background-color, border-color;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -o-transition-property: color, background-color, border-color;
    transition-property: color, background-color, border-color;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.no-margin {
    margin: 0 !important;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.extend-button:hover {
    background-color: #CC3333;
}

.Refreshbutton:hover,
.Resetbutton:hover {
    background-color: #CC3333;
}

.padding-10px {
    padding: 10px;
}

.padding-20px {
    padding: 20px;
}

.padding-25px {
    padding: 25px;
}

.padding-30px {
    padding: 30px;
}

.padding-40px {
    padding: 40px;
}

.padding-60px {
    padding: 60px;
}

.padding-80px {
    padding: 80px;
}

.padding-100px {
    padding: 100px;
}

.padding-120px {
    padding: 120px;
}

.padding-130px {
    padding: 130px;
}

.scroll {
    overflow-y: auto;
    max-height: 300px;
    margin-top: 20px;
    border: 1px solid #666;
    margin-bottom: 20px;
}

/* #endregion */


/* #region BANNER  
----------------------------------------------------------*/

.logo-section {
    height: 120px;
    width: 400px;
    padding: 38px 0 0 14px;
}

    .logo-section .logo {
        display: block;
    }

        .logo-section .logo span {
            display: none;
        }

.page-banner {
    margin-bottom: 20px;
}
/* #endregion */


/* #region PAGE CONTENT  
----------------------------------------------------------*/

.page-content a:hover,
.content-area a:hover {
}

.page-content {
    margin-bottom: 20px;
}

    .page-content p {
        margin-bottom: 15px;
    }

.category-item {
    margin-bottom: 30px;
}

    .category-item .category-name {
        border-left: 1px solid #B5B5B5;
        padding-left: 5px;
    }
/*.page-content ul
{
    list-style:disc;
}*/

.faq-content ul {
    padding-left: 20px;
}

    .page-content ul li,
    .article .articleContent ul li,
    .faq-content ul li,
    .web-form ul li,
    .ContentAreaContent ul li {
        position: relative;
        padding-left: 5px;
    }

        .page-content ul li:before,
        .article .articleContent ul li:before,
        .faq-content ul li:before,
        .web-form ul li:before,
        .ContentAreaContent ul li:before  {
            font-family: FontAwesome;
            content: "\f111";
            font-size: 7px;
            position: absolute;
            top: 6px;
            left: -10px;
        }

.content-body ul li:before {
    top: 1px;
}

.page-container {
    padding: 23px 23px 38px 24px;
}

.bodyContainer7525.page-container {
    padding: 23px 23px 38px 0;
}

.bodyContainer6633.page-container {
    padding: 23px 23px 38px 0;
}
/* #endregion */


/* #region CONTENT AREAS  
----------------------------------------------------------*/

div > .content-area {
    margin-bottom: 20px;
}
/* #endregion */


/* #region SEARCH FORM  
----------------------------------------------------------*/

.search-form {
    position: absolute;
    width: 258px;
    height: 28px;
    right: 0;
    top: 87px;
    color: #5b5b5d;
    background: #ffffff;
    border: 1px solid #4c4c4c;
}

    .search-form .form-element,
    .search-form .form-content {
        margin: 0;
        height: 28px;
    }

    .search-form label {
        position: absolute;
        top: 7px;
        left: 15px;
        padding: 0;
        width: 34px;
        color: #959595;
        z-index: 1000;
    }

    .search-form .live-search {
        height: 30px;
        line-height: 30px;
        width: 125px;
        display: inline-block;
    }

        .search-form .live-search input {
            width: 224px;
            padding: 0 4px;
            border-radius: 0;
            border: none;
            -webkit-box-shadow: none;
            position: absolute;
            top: 0;
            left: 0;
            height: 26px;
            line-height: 26px;
        }

            .search-form .live-search input:focus,
            .search-form .live-search input:active {
                outline-style: none !important;
                box-shadow: none !important;
                border-color: transparent !important;
            }

    .search-form .button.search-button {
        position: absolute;
        right: 0;
        top: 0;
        width: 28px;
        height: 28px;
        margin: 0;
        padding: 1px 4px;
    }

        .search-form .button.search-button a:after {
            font-family: FontAwesome;
            content: "\f002";
            position: absolute;
            left: 8px;
            top: 0;
            height: 28px;
            width: 28px;
            text-align: center;
            line-height: 28px;
            font-size: 1.4em;
            color: #959595;
        }

        .search-form .button.search-button a:hover:after {
            color: #b2171e;
            cursor: pointer;
        }

        .search-form .button.search-button a {
            height: 18px;
            width: 18px;
            padding: 0;
            background: transparent;
        }

            .search-form .button.search-button a:hover {
                background-position: -50px -5px;
            }

.search-validation {
    display: none;
}

.search-result-item h3 a {
    color: #0f477b;
}

.search-results .page-content {
    border-top: 0 !important;
    margin-bottom: 10px;
}

.search-result-item.media-item {
    background: #f2edf1;
    padding: 25px 25px 25px 35px;
}

.search-result-item span.search-item-icon {
    left: 10px;
}

.search-results-form-panel .form-content .form-button {
    bottom: initial;
}

.result-stats {
    padding: 0 0 5px 20px;
    float: none;
}

.paging a {
    color: #0f477b;
    font-weight: bold;
}

.paging .current-item a {
    color: #7d4b7a;
}
/* #endregion */


/* #region TEXT RESIZER  
----------------------------------------------------------*/

.text-resizer {
    float: right;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

    .text-resizer .text-minimum {
        font-size: 16px;
    }

    .text-resizer .text-normal {
        font-size: 18px;
    }

    .text-resizer .text-maximum {
        font-size: 20px;
    }
/* #endregion */


/* #region FOOTER  
----------------------------------------------------------*/

.footer {
    height: 65px;
    position: relative;
    min-width: 1100px;
    padding: 0 39px;
    bottom: 0;
}

    .footer .footer-navigation {
        top: 8px;
        left: 25px;
        z-index: 1000;
        width: 100%;
    }

        .footer .footer-navigation a {
            padding: 0 10px;
            border-right: 1px solid #c2c2c2;
            font-weight: bold;
        }

.footer-navigation-links-container {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.footer .footer-navigation a:first-of-type {
    padding: 0 10px 0 0;
}

.footer .footer-navigation a:last-of-type {
    border-right: 0;
}

.copyright {
    position: absolute;
    bottom: 10px;
    left: 26px;
    font-size: 0.8em;
}
/* #endregion */


/* #region LINK PODS  
----------------------------------------------------------*/

.link-pod-list {
    margin-bottom: 20px;
}

    .link-pod-list .link-pod {
        padding: 15px 0;
        border-bottom: 1px dotted #C2C2C2;
        border-bottom-width: 2px;
        margin: 0 14px 0 15px;
    }

        .link-pod-list .link-pod:last-of-type {
            border-bottom: none;
        }

        .link-pod-list .link-pod h3 {
            margin: 0;
            padding: 0 0 8px 0;
            font-weight: bold;
        }

        .link-pod-list .link-pod .long-description {
            padding: 0 0 15px 0;
        }

        .link-pod-list .link-pod .link {
            font-weight: bold;
        }

            .link-pod-list .link-pod .link span.icon:before {
                font-family: FontAwesome;
                content: "\f0c8";
                font-size: 0.8em;
                color: #b2171e;
                padding-right: 8px;
            }
/* #endregion */


/* #region  News
----------------------------------------------------------*/

.news-menu {
    padding: 10px 10px;
}

.latest-news .news-menu {
    display: none;
}

.news-menu a:before {
    font-family: FontAwesome;
    content: "\f0c8";
    font-size: 0.8em;
    color: #b2171e;
    padding-right: 8px;
    display: inline-block;
}

.news-list-page {
    margin-bottom: 20px;
}

.news-list-item {
    margin: 0 20px 10px 0;
    padding: 10px 20px 20px 10px;
    border-bottom: 2px dotted #C2C2C2;
    position: relative;
}

.latest-news .news-list-item {
    margin: 0;
    padding: 10px 0;
    border-bottom: 2px dotted #C2C2C2;
}

.news-list-item.last {
    border-bottom: none;
}

.news-list-item-date {
    margin: 0 0 8px 0;
    text-align: left;
    font-weight: bold;
}

.news-list-highlighted {
    padding: 0 0 51px 0;
}

.news-list-item-image {
    display: inline-block;
    height: 70px;
    width: 70px;
    padding: 3px 10px 0 0;
    text-align: center;
}

.news-list-item-headline {
    display: inline-block;
    vertical-align: top;
    width: 70%;
    padding-top: 9px;
}

.latest-news .news-list-item-headline {
    width: initial;
    padding-top: 0;
}

.news-list-item-image img {
    max-width: 70px;
    max-height: 70px;
}

.news-list-item-headline,
.news-list-item-synopsis,
.news-list-item-date {
}

.latest-news .news-list-item-headline h2 {
    font-size: 1.0em;
    margin: 0;
}

    .latest-news .news-list-item-headline h2:before {
        font-family: FontAwesome;
        content: "\f0c8";
        font-size: 0.8em;
        color: #b2171e;
        padding-right: 8px;
        display: inline-block;
    }

.news-list-item-headline a {
    display: inline-block;
    width: 80%;
    vertical-align: top;
}

    .news-list-item-headline a:hover,
    .news-menu a:hover {
    }

.news-menu li {
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
}

.news-menu a {
}

.news-menu li a.selected {
    font-weight: bold;
}

.news-item-date {
    padding: 5px 0 10px 0;
}
/* #endregion */


/* #region HEADERS  
----------------------------------------------------------*/

.icon-header h3 {
    font-size: 2.5em;
    font-family: Omnes Medium Italic;
    text-align: center;
    width: 100%;
    font-weight: normal;
    padding: 15px 0;
}

.icon-header.section-header {
    z-index: 20;
    display: block;
    position: relative;
}

    .icon-header.section-header h3 {
        font-size: 4.2em;
    }
/* #endregion */


/* #region INTRO PODS 
----------------------------------------------------------*/

.intro-pod h2 {
    font-weight: normal;
}

    .intro-pod h2 p {
        margin: 0;
    }

.intro-pod .intro a {
    font-weight: bold;
    border-bottom: 1px dotted #cd1619;
}

.intro-pod.inner-grid {
    height: 176px;
    position: relative;
    margin-bottom: 20px;
    border-color: 0.3s ease, color 0.3s ease;
    -moz-transition: box-shadow 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    -o-transition: box-shadow 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    -webkit-transition: box-shadow 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    transition: box-shadow 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

    .intro-pod.inner-grid:hover {
        border-color: #cd1619;
    }

    .intro-pod.inner-grid h2 {
        width: 178px;
    }

    .intro-pod.inner-grid .intro-pod-image-content {
        width: 85px;
        position: absolute;
        top: 10px;
        right: 10px;
        text-align: center;
    }

    .intro-pod.inner-grid .intro {
        padding: 0 0 15px 0;
    }

    .intro-pod.inner-grid .intro-pod-link {
        font-weight: bold;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 190px 10px 10px 25px;
    }

        .intro-pod.inner-grid .intro-pod-link:before {
            font-family: FontAwesome;
            content: "\f0c8";
            font-size: 0.8em;
            color: #b2171e;
            padding-right: 8px;
        }

.container-three-columns .container-column.col-one .intro-pod.discovery-pod {
}

.container-three-columns .container-column.col-two .intro-pod.discovery-pod {
    margin-left: 10px;
}

.container-three-columns .container-column.col-three .intro-pod.discovery-pod {
    margin-left: 20px;
}

.intro-pod.discovery-pod {
    width: 169px;
    position: relative;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.75);
    -webkit-transition: box-shadow 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    -moz-transition: box-shadow 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    -o-transition: box-shadow 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    transition: box-shadow 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

    .intro-pod.discovery-pod:hover {
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
    }

    .intro-pod.discovery-pod h2 {
        width: 110px;
        font-size: 1.385em;
        height: 65px;
    }

    .intro-pod.discovery-pod .intro-pod-image-content {
        width: 80px;
        position: absolute;
        top: 10px;
        right: 0;
        text-align: center;
    }

    .intro-pod.discovery-pod .intro {
        width: 156px;
        padding: 0 0 15px 0;
    }

    .intro-pod.discovery-pod .intro-pod-link {
        font-weight: bold;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

.intro-pod.inner-grid.home-member-pod,
.intro-pod.inner-grid.home-employer-pod {
    height: 198px;
}

    .intro-pod.inner-grid.home-member-pod .intro,
    .intro-pod.inner-grid.home-employer-pod .intro {
        height: 90px;
        display: table-cell;
        vertical-align: middle;
    }

.intro-pod.inner-grid.member-hub-pod .intro,
.intro-pod.inner-grid.employer-hub-pod .intro {
    height: 75px;
    display: table-cell;
    vertical-align: middle;
}

.fluid-grid .container-column.col-one .intro-pod.inner-grid {
    margin-right: 10px;
}

.fluid-grid .container-column.col-two .intro-pod.inner-grid {
    margin-left: 10px;
}

.container-two-rows.container-two-columns .intro-pod.discovery-pod {
    width: 275px;
    margin-bottom: 20px;
    height: 140px;
}

    .container-two-rows.container-two-columns .intro-pod.discovery-pod h2 {
        width: 200px;
    }

    .container-two-rows.container-two-columns .intro-pod.discovery-pod .intro {
        width: 255px;
    }

    .container-two-rows.container-two-columns .intro-pod.discovery-pod .intro-pod-image-content {
        right: 10px;
    }

.container-two-rows.container-two-columns .container-column.col-two .intro-pod.discovery-pod {
    margin-left: 10px;
}
/* #endregion */


/* #region MODAL CONTENT 
----------------------------------------------------------*/

.service-pop-up .page-content {
    padding: 0 15px 10px 15px;
}
/* #endregion */


/* #region GLOSSARY  
----------------------------------------------------------*/

.glossary-content {
    margin: 15px 0 15px 0;
}

    .glossary-content h3 {
        font-size: 1.4em;
    }

ul#glossary-nav {
    height: 20px;
    width: 100%;
    padding-left: 2px;
    list-style: none !important;
}

#glossary-nav li {
    /*float:left;*/
    width: 3.84%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

    #glossary-nav li:before {
        display: none;
    }

    #glossary-nav li a {
        display: block;
        color: #b2171e;
        padding-top: 2px;
    }

        #glossary-nav li a.disabled {
            color: #CCC;
        }

        #glossary-nav li a.enabled {
            font-weight: bold;
        }

a.sectionLink {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 2em;
    text-align: center;
    display: block;
    border-top: none;
    background-color: #b2171e;
    color: #FFF;
    margin-top: 15px;
    font-weight: bold;
}

.article .articleContent ul#glossary-nav li {
    padding: 0;
    background-image: none;
}

.backToTop {
    position: relative;
    padding-left: 15px;
    font-size: 0.8em;
}

    .backToTop a {
        color: #000;
    }

    .backToTop:after {
        font-family: FontAwesome;
        content: "\f062";
        position: absolute;
        left: 0;
    }
/* #endregion */


/* #region GRIDVIEW & TABLES
----------------------------------------------------------*/

table th,
.tableGrid tr th {
    background-color: #336699;
    color: #FFF;
    border-color: #000;
}

/* #endregion */


/* #region PASSWORD  
----------------------------------------------------------*/

.secure-container-loggedin {
    position: relative;
    background: #524d49;
}

    .secure-container-loggedin .user-text {
        padding: 15px 0 15px 15px;
        color: #FFF;
    }

        .secure-container-loggedin .user-text .user-name {
            font-weight: bold;
        }

    .secure-container-loggedin .form-button {
        right: 0;
        bottom: 7px;
    }
/* #endregion */


/* #region EVENT CALENDAR  
----------------------------------------------------------*/

.event-calendar {
    position: relative;
    overflow: visible;
    margin-bottom: 20px;
    border: none;
    width: 100%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.event-calendar-dayheader {
    background-color: #666666;
    color: #FFF;
    padding: 15px 0;
}

.event-calendar th,
.event-calendar td {
    text-align: center;
    font-size: 1.0em;
}

.event-calendar td {
    padding: 0;
    background-color: #ffffff;
    border: 0;
}

.event-calendar-title td {
    padding: 10px;
}

.event-calendar-day-date {
    position: absolute;
    top: 5px;
    left: 5px;
}

.event-calendar-day.event-calendar-selected {
    font-weight: bold;
    background: #cccccc !important;
}

.event-calendar tbody td.event-calendar-day,
.event-calendar tbody th.event-calendar-day,
.event-calendar tbody td.event-calendar-othermonth,
.event-calendar tbody th.event-calendar-othermonth,
.event-calendar tbody td.event-calendar-dayheader,
.event-calendar tbody th.event-calendar-dayheader {
    border: 2px solid #ffffff;
    position: relative;
}

.event-calendar tbody td.event-calendar-day,
.event-calendar tbody th.event-calendar-day,
.event-calendar tbody td.event-calendar-othermonth,
.event-calendar tbody th.event-calendar-othermonth {
    height: 90px;
}

.event-calendar td.event-calendar-day {
    color: #efefef;
    background-color: #efefef;
    height: 90px;
    text-align: left;
    padding: 15px 6px 5px 10px !important;
    border: 2px solid #ffffff;
}

    .event-calendar td.event-calendar-day .event-calendar-day-date {
        color: #666666;
    }

.event-calendar td.event-calendar-othermonth {
    color: #efefef;
    background-color: #efefef;
    text-align: left;
    padding: 15px 5px 5px 5px !important;
    border: 2px solid #ffffff;
}

.event-calendar-day a {
    color: #333333
    /*!important*/
    ;
}

.event-calendar-othermonth {
    background-color: #FFF !important;
    color: #ccd1e2 !important;
}

.event-calendar-nextprev {
    background-color: #efefef;
    color: #BD439B;
    width: auto;
}

    .event-calendar-nextprev a {
        color: #003F72 !important;
    }

.event-calendar td.event-day-item-withitems {
    background-color: #cd191c;
    text-align: left;
    position: relative;
}

    .event-calendar td.event-day-item-withitems .event-calendar-day-date {
        color: #FFF;
    }

.event-calendar-othermonth a {
    color: #efefef !important;
}

.event-calendar-dayview-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
}

.event-day-popup-container {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 20px;
    width: 20px;
    display: block;
    line-height: 20px;
    text-align: center;
}

    .event-day-popup-container:after {
        font-family: FontAwesome;
        content: "\f24d";
    }

    .event-day-popup-container span.scw-tooltip {
        text-indent: -9999px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-bottom: none;
    }

        .event-day-popup-container span.scw-tooltip span.scw-tooltip-description {
            text-indent: 0;
        }

.event-popup-container {
}

    .event-popup-container.event-type-reminder,
    .event-popup-container.event-type-resource,
    .event-popup-container.event-type-watch,
    .event-popup-container.event-type-mail,
    .event-popup-container.event-type-attend,
    .event-popup-container.event-type-web,
    .event-popup-container.event-type-info,
    .event-popup-container.event-type-deadlines,
    .event-popup-container.event-type-meetings,
    .event-popup-container.event-type-schemestart,
    .event-popup-container.event-type-schemeend {
        height: 40px;
        width: 40px;
        display: inline-block;
        text-align: center;
        position: relative;
    }

        .event-popup-container.event-type-reminder:after,
        .event-popup-container.event-type-resource:after,
        .event-popup-container.event-type-watch:after,
        .event-popup-container.event-type-mail:after,
        .event-popup-container.event-type-attend:after,
        .event-popup-container.event-type-web:after,
        .event-popup-container.event-type-info:after,
        .event-popup-container.event-type-deadlines:after,
        .event-popup-container.event-type-meetings:after,
        .event-popup-container.event-type-schemestart:after,
        .event-popup-container.event-type-schemeend:after {
            font-family: FontAwesome;
            font-size: 2.3em;
        }

        .event-popup-container.event-type-schemestart:after {
            content: "\f057";
        }

        .event-popup-container.event-type-meetings:after {
            content: "\f0c0";
        }

        .event-popup-container.event-type-deadlines:after {
            content: "\f252";
        }

        .event-popup-container.event-type-reminder:after {
            content: "\f0f3";
        }

        .event-popup-container.event-type-resource:after {
            content: "\f013";
        }

        .event-popup-container.event-type-watch:after {
            content: "\f06e";
        }

        .event-popup-container.event-type-mail:after {
            content: "\f0e0";
        }

        .event-popup-container.event-type-attend:after {
            content: "\f041";
        }

        .event-popup-container.event-type-web:after {
            content: "\f108";
        }

        .event-popup-container.event-type-schemeend:after {
            content: "\f01d";
        }

        .event-popup-container.event-type-reminder span.scw-tooltip,
        .event-popup-container.event-type-resource span.scw-tooltip,
        .event-popup-container.event-type-watch span.scw-tooltip,
        .event-popup-container.event-type-mail span.scw-tooltip,
        .event-popup-container.event-type-attend span.scw-tooltip,
        .event-popup-container.event-type-web span.scw-tooltip,
        .event-popup-container.event-type-info span.scw-tooltip,
        .event-popup-container.event-type-deadlines span.scw-tooltip,
        .event-popup-container.event-type-meetings span.scw-tooltip,
        .event-popup-container.event-type-schemestart span.scw-tooltip,
        .event-popup-container.event-type-schemeend span.scw-tooltip {
            text-indent: -9999px;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            border-bottom: none;
        }

    .event-popup-container span.scw-tooltip span.scw-tooltip-description {
        text-indent: 0;
    }

.single-event-popup {
    padding: 0 0 30px 0;
}

    .single-event-popup .single-event-popup-header,
    .day-event-popup .day-event-popup-header {
    }

.day-event-popup .day-event-popup-item {
    padding: 15px 0;
    border-bottom: 1px dotted #C2C2C2;
    border-bottom-width: 2px;
    position: relative;
    margin-top: 10px;
}

    .day-event-popup .day-event-popup-item:last-of-type {
        border: none;
    }

.single-event-popup .single-event-popup-header .event-title,
.single-event-popup .single-event-popup-header .event-date,
.single-event-popup .single-event-popup-header .event-time,
.day-event-popup .day-event-popup-header .event-title,
.day-event-popup .day-event-popup-header .event-date,
.day-event-popup .day-event-popup-header .event-time,
.day-event-popup .day-event-popup-header .day-event-popup-title {
    display: block;
}

.single-event-popup .single-event-popup-header .event-title,
.day-event-popup .day-event-popup-header .event-title,
.day-event-popup .day-event-popup-header .day-event-popup-title {
    font-weight: bold;
}

.day-event-popup .day-event-popup-header .day-event-popup-title {
    font-size: 1.1em;
}

.single-event-popup .single-event-popup-header .event-date,
.day-event-popup .day-event-popup-header .event-date {
    font-size: 0.9em;
}

.single-event-popup .single-event-popup-header .event-time,
.day-event-popup .day-event-popup-header .event-time {
    font-size: 0.9em;
}

.single-event-popup .single-event-popup-description,
.day-event-popup .day-event-popup-description {
    padding: 10px 0 0 0;
}

.single-event-popup .single-event-popup-link,
.single-event-popup .single-event-popup-ics,
.day-event-popup .day-event-popup-link,
.day-event-popup .day-event-popup-ics {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 1.5em;
    padding: 10px;
}

.single-event-popup .single-event-popup-ics,
.day-event-popup .day-event-popup-ics {
    right: auto;
    left: 0;
}

.day-event-popup .day-event-popup-link,
.day-event-popup .day-event-popup-ics {
    padding: 10px 0;
}

    .single-event-popup .single-event-popup-link a:after,
    .single-event-popup .single-event-popup-ics a:after,
    .day-event-popup .day-event-popup-link a:after,
    .day-event-popup .day-event-popup-ics a:after {
        font-family: FontAwesome;
        content: "\f08e";
        color: #cd191c;
    }

    .single-event-popup .single-event-popup-ics a:after,
    .day-event-popup .day-event-popup-ics a:after {
        content: "\f271";
    }

    .single-event-popup .single-event-popup-link a:hover:after,
    .single-event-popup .single-event-popup-ics a:hover:after,
    .day-event-popup .day-event-popup-link a:hover:after,
    .day-event-popup .day-event-popup-ics a:hover:after {
        color: #000;
    }

.calendar-menu-years,
.calendar-menu-months {
    text-align: center;
    padding: 5px 0;
}

    .calendar-menu-years li,
    .calendar-menu-months li {
        display: inline-block;
        vertical-align: top;
        padding: 5px 30px;
    }

    .calendar-menu-months li {
        padding: 5px 10px;
    }

    .calendar-menu-years a,
    .calendar-menu-months a {
        display: block;
        color: #000;
    }

    .calendar-menu-years .year-current,
    .calendar-menu-months .month-current {
        font-weight: bold;
    }

.year-previous-scroll a:after,
.year-next-scroll a:after,
.month-previous-scroll a:after,
.month-next-scroll a:after {
    font-family: FontAwesome;
}

.year-previous-scroll a:after,
.month-previous-scroll a:after {
    content: "\f053";
}

.year-next-scroll a:after,
.month-next-scroll a:after {
    content: "\f054";
}

.event-links {
    padding: 10px 0;
}

.event-title {
    padding-top: 10px;
}

.event-details .event-date,
.event-details .event-time,
.event-organiser .organiser-contact,
.event-organiser .organiser-telephone,
.event-organiser .organiser-email,
.event-links .return-to-calendar {
    padding: 5px 0 5px 30px;
    position: relative;
}

.event-details .event-info {
    padding: 10px 30px;
}

.event-details .event-date:before,
.event-details .event-time:before,
.event-organiser .organiser-contact:before,
.event-organiser .organiser-telephone:before,
.event-organiser .organiser-email:before,
.event-links .return-to-calendar:before {
    font-family: FontAwesome;
    color: #b2171e;
    padding-right: 10px;
    font-size: 1.3em;
    position: absolute;
    left: 0;
    top: 4px;
}

.event-details .event-date:before {
    content: "\f073";
}

.event-details .event-time:before {
    content: "\f017";
}

.event-organiser .organiser-contact:before {
    content: "\f007";
}

.event-organiser .organiser-telephone:before {
    content: "\f095";
}

.event-organiser .organiser-email:before {
    content: "\f0e0";
}

.event-calendar .scw-tooltip {
    background: none;
}

.event-type-info:after {
    font-family: FontAwesome;
    padding-right: 10px;
    font-size: 1.3em;
    left: 0;
    top: 4px;
    content: "\f073";
}

.event-type-info.member-presentations:after {
    content: "\f073";
}

.event-type-info.public-event:after {
    content: "\f0a1";
}

.event-type-info.institutions-meeting:after {
    content: "\f19c";
}

.event-type-info.pop-up-office-event:after {
    content: "\f1ad";
}
/* #endregion */


/* #region SITEMAP  
----------------------------------------------------------*/

.sitemap {
    padding: 20px 0 0 0;
}

    .sitemap li {
        list-style: none;
    }

        .sitemap li a {
            display: block;
        }

    .sitemap .sitemap-level-one > li {
        font-size: 1em;
        font-weight: bold;
        margin-bottom: 5px;
        position: relative;
        display: inline-block;
        width: 20%;
    }

        .sitemap .sitemap-level-one > li:before {
            font-family: FontAwesome;
            content: "\f0c8";
            font-size: 0.8em;
            color: #b2171e;
            padding-right: 8px;
            position: absolute;
            top: 2px;
        }

        .sitemap .sitemap-level-one > li a {
            margin: 0 0 20px 0;
            display: inline-block;
            vertical-align: top;
            padding-left: 20px;
        }

    .sitemap .sitemap-level-two ul {
        padding: 0 0 10px 0;
    }

    .sitemap .sitemap-level-two > li {
        display: inline-block;
        width: 23%;
        font-size: 1em;
        font-weight: normal;
        vertical-align: top;
        padding: 0 0 0 20px;
        position: relative;
    }

        .sitemap .sitemap-level-two > li:before {
            font-family: FontAwesome;
            content: "\f111";
            font-size: 0.8em;
            color: #b2171e;
            padding-right: 8px;
            position: absolute;
            top: 2px;
        }

        .sitemap .sitemap-level-two > li a {
            margin: 0 30px 10px 0;
        }

            .sitemap .sitemap-level-two > li a:hover {
                border-bottom-color: #000;
                text-decoration: none;
            }

    .sitemap .sitemap-level-three li {
        width: auto;
        padding: 0 0 0 20px;
        position: relative;
    }

        .sitemap .sitemap-level-three li:before {
            font-family: FontAwesome;
            content: "\f1db";
            font-size: 0.8em;
            color: #b2171e;
            padding-right: 8px;
            position: absolute;
            top: 2px;
        }

        .sitemap .sitemap-level-three li a {
            margin: 0;
            border-bottom: none;
        }

    .sitemap .sitemap-level-one:after,
    .sitemap .sitemap-level-two:after,
    .sitemap .sitemap-level-three:after {
        display: table;
        clear: both;
        content: "";
    }
/* #endregion */


/* #region FILE LISTS  
----------------------------------------------------------*/

.file-list {
    margin-bottom: 10px;
}

.file-list-date {
    float: right;
    font-size: 0.8em;
}

.collapsible-panel .file-list {
    padding-left: 10px;
    padding-bottom: 10px;
}

.file-list .file {
    padding: 5px 5px;
    position: relative;
}

.file-list .file-list-icon {
    position: absolute;
    left: 5px;
    top: 8px;
}

.file-list .file a {
    border-bottom: none;
    display: block;
    padding: 5px 0 5px 20px;
}

.file-list h2 {
    padding-bottom: 10px;
}

.file-list.semi-annual-reports,
.file-list.other,
.file-list.tender-offer,
.file-list.committee-charters {
    margin-top: 20px;
}

.doclink {
    padding: 2px;
    height: 20px;
}

    .doclink:before {
        font-family: FontAwesome;
        padding-right: 5px;
    }

    .doclink.PDF:before {
        content: "\f1c1";
    }

    .doclink.HTM:before {
        content: "\f14c";
    }

    .doclink.DOC:before,
    .doclink.DOCX:before {
        content: "\f1c2";
    }

    .doclink.CSV:before {
        content: "\f1c3";
    }

    .doclink.TDF:before {
        content: "\f1c3";
    }

    .doclink.XLS:before,
    .doclink.XLSX:before {
        content: "\f1c3";
    }

    .doclink.PPT:before {
        content: "\f1c4";
    }

    .doclink.IMG:before {
        content: "\f1c5";
    }

    .doclink.ZIP:before {
        content: "\f1c6";
    }

    .doclink.TXT:before {
        content: "\f0f6";
    }
/* #endregion */


/* #region TIMEOUT
----------------------------------------------------------*/

#userProfileNavigation ul li #TimedOutUpdatePanel a,
#warningMessage a {
    border: none;
    padding: 0;
    font-weight: bold;
}

#countdown {
    display: none;
}

    #countdown .timeout {
        font-weight: bold;
    }

.popup-message .popUpTimeout {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

#overlay {
    opacity: 0.4;
    filter: alpha(opacity=40);
    background-color: #585858;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 50;
}

#overlayPrompt {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    width: 400px;
    padding: 30px;
    margin-left: -200px;
    background: #fff;
    -moz-box-shadow: 1px 1px 4px #666;
    -webkit-box-shadow: 1px 1px 4px #666;
    box-shadow: 1px 1px 4px #666;
    z-index: 1000;
}

    #overlayPrompt .logout-message {
        display: none;
    }

    #overlayPrompt h3 {
        margin: 0 0 10px 0;
    }

    #overlayPrompt .extend {
        margin: 15px 0 0 0;
        text-align: center;
    }

    #overlayPrompt .button {
        width: 150px;
        padding: 10px;
        font-size: 1.5em;
    }
/* #endregion */


/* #region LOGIN
----------------------------------------------------------*/

.login-page .article {
    clear: both;
    background-color: white;
}

.login-page {
    position: relative;
    z-index: 100;
    background-color: #D65C5C;
    padding: 20px 10%;
    width: auto;
}

.LoginStep {
    background: transparent;
}

.login-page .web-form {
    padding: 0 20px 20px 0;
    background: transparent;
}

    .login-page .web-form label {
        display: none;
    }

    .login-page .web-form .LoginStepRow {
        padding-bottom: 5px;
        height: 45px;
    }

        .login-page .web-form .LoginStepRow .textbox {
            margin-left: 5px;
        }

#LoginStep3Div button {
    padding-top: 10px;
}

/* #endregion */


.articleContent .button {
    padding: 5px 10px 5px 10px;
    height: 30px;
    margin-left: 10px;
}

    .articleContent .button:hover {
        background-color: #CC3333;
    }

.leftMenuItem li {

}

    .leftMenuItem li.seperator {
        margin-bottom: 7px;
    }

    a.trigger,
    .leftMenuItem li a,
    .contentMenuItem li a {
        color: #ffffff;
        background-color: #D65C5C;
    }

    a.selected.trigger.shown.open,
    .leftMenuItem li.selected a.selected {
        background-color: #CC3333;
        color: #ffffff;
    }

.primaryNavigation ul li.level1 a {
    border-bottom: 1px solid #CCC;
}

ul.Dropdown li.level1 ul a {
    border: none;
}

.sectionNavigation ul.Dropdown li a {
    text-align: left;
}

#primaryNavigation #LeftLinks .DropdownLevel2 .level2,
#primaryNavigation #RightLinks .DropdownLevel2 .level2 {
    width: 100%;
}

.sectionNavigation ul li a.selected {
    background-color: #CC3333;
}

.sectionNavigation ul li a.sectionNavTabhow-uss-invests.selected {
    background-color: #999999;
    color: #ffffff;
}

.sectionNavigation ul li a.sectionNavTabhow-uss-is-run.selected {
    background-color: #CC3333;
    color: #ffffff;
}

.sectionNavigation ul li a.sectionNavTabthe-scheme.selected {
    background-color: #666699;
    color: #ffffff;
}

.sectionNavigation ul li a.sectionNavTabemployers.selected {
    background-color: #336699;
    color: #ffffff;
}

.sectionNavigation ul li a.sectionNavTabmembers.selected {
    background-color: #666699;
    color: #ffffff;
}

.searchContent {
    width: 360px;
    position: relative;
}

.searchFormmembers {
    border: solid 2px #666699;
}

.searchFormemployers {
    border: solid 2px #336699;
}

.searchFormhow-uss-is-run {
    border: solid 2px #CC3333;
}

.searchFormhow-uss-invests {
    border: solid 2px #999999;
}

.searchFormthe-scheme {
    border: solid 2px #999999;
}

.header .datcensel .articleContent {
    padding: 0;
}

.header .datcensel {
    padding-left: 150px;
    /* temp*/
    position: absolute;
    top: 67px;
}

.header .datcensel-dropdown-container {
    border-radius: 8px 8px 8px 8px;
    background-color: #FFFFFF;
    border: solid 2px #336699;
    padding: 2px;
    height: 20px;
    display: inline-block;
}

    .header .datcensel-dropdown-container .selectdatacentredropdown {
        border: none;
    }

        .header .datcensel-dropdown-container .selectdatacentredropdown:active,
        .header .datcensel-dropdown-container .selectdatacentredropdown:hover {
            outline: none;
        }

.header .datcensel .articleHeading {
    display: none;
}

.userProfileNavigation .UserProfileName {
    float: left;
}

#LoginBoxDiv .login-help-box {
    margin-top: 20px;
}

    #LoginBoxDiv .login-help-box p {
        margin-bottom: 0;
    }

.sectionNavigation ul li a.section-nav-tab:hover {
    background-color: #d65c5c;
    color: #FFF;
}

.sectionNavigation ul li a.sectionNavTabhow-uss-is-run:hover,
.sectionNavigation ul li a.sectionNavTabhow-uss-is-run.hovered {
    background-color: #d65c5c;
    color: #ffffff;
}

.sectionNavigation ul li a.sectionNavTabmembers:hover,
.sectionNavigation ul li a.sectionNavTabmembers.hovered {
    background-color: #8585ad;
    color: #ffffff;
}

.sectionNavigation ul li a.sectionNavTabemployers:hover,
.sectionNavigation ul li a.sectionNavTabemployers.hovered {
    background-color: #5c85ad;
    color: #ffffff;
}

.sectionNavigation ul li a.sectionNavTabhow-uss-invests:hover,
.sectionNavigation ul li a.sectionNavTabhow-uss-invests.hovered {
    background-color: #adadad;
    color: #ffffff;
}

.sectionNavigation ul li a.sectionNavTabthe-scheme:hover,
.sectionNavigation ul li a.sectionNavTabthe-scheme.hovered {
    background-color: #666699;
    color: #ffffff;
}

/* #region CONTENT AREAS  
----------------------------------------------------------*/

.hub-content-page .hub-content-box {
    border: 1px solid #c5c5c5;
    margin: 20px 15px 15px 20px;
    padding-bottom: 60px;
}

.bodyContainer33Left .hub-content-box,
.bodyContainer50Left .hub-content-box {
    margin: 20px 20px 20px 0;
}

.bodyContainer33Right .hub-content-box,
.bodyContainer50Right .hub-content-box {
    margin: 20px 0 20px 20px;
}

.hub-content-page .article.hub-content-box div {
    padding: 10px;
}

    .hub-content-page .article.hub-content-box div.ContentAreaHeader h1 {
        margin-bottom: 0;
    }

.hub-content-box-v2 {
    border: 1px solid black;
    border-radius: 4px 4px 4px 4px;
    margin: 20px 20px 20px 20px;
    padding-bottom: 60px;
}

    .hub-content-box-v2.full-width {
        margin: 0 0 0 0;
    }

.bodyContainer33Left .hub-content-box-v2 {
    margin: 20px 10px 20px 0;
}

.bodyContainer33Right .hub-content-box-v2 {
    margin: 20px 0 20px 10px;
}

.bodyContainer50Left .hub-content-box-v2 {
    margin: 20px 10px 20px 0;
}

.bodyContainer50Right .hub-content-box-v2 {
    margin: 20px 0 20px 10px;
}

.hub-content-box-v2 .ContentAreaHeader,
.hub-content-box-v2 .ContentAreaContent {
    padding: 20px;
    padding-right: 85px;
}

.hub-content-box-v2 .ContentAreaHeader {
    border-radius: 4px 4px 0 0;
    border-top: 16px solid;
    padding-bottom: 10px;
}

    .hub-content-box-v2 .ContentAreaHeader h1 {
        padding-bottom: 0;
    }

.hub-content-box-v2 .ContentAreaContent,
.hub-content-box .ContentAreaContent {
    padding-right: 20px;
}

.hub-content-box .ContentAreaFooter,
.hub-content-box-v2 .ContentAreaFooter {
    padding: 0 20px 5px 0 !important;
    position: absolute;
    bottom: 0;
    right: 0;
}

    .hub-content-box-v2 .ContentAreaFooter a.button,
    .hub-content-box .ContentAreaFooter a.button {
        float: right;
    }

    .hub-content-box .ContentAreaFooter a,
    .hub-content-box-v2 .ContentAreaFooter a {
        float: right;
        font-weight: normal !important;
        padding: 10px 15px 10px 15px;
        border-radius: 4px;
        background-color: #666667;
        color: #fff;
        font-size: 1em;
        cursor: pointer;
        line-height: 1em;
        margin-bottom: 15px;
    }

        .hub-content-box .ContentAreaFooter a:hover,
        .hub-content-box-v2 .ContentAreaFooter a:hover {
            background-color: #868787 !important;
            color: #FFF !important;
        }

.hub-content-box,
.hub-content-box-v2 {
    position: relative;
}

.hub-content-box {
    border-radius: 4px;
}

    .hub-content-box .ContentAreaHeader .font-icon,
    .hub-content-box-v2 .ContentAreaHeader .font-icon {
        font-size: 2.813em;
        position: absolute;
        right: 20px;
        top: 20px;
    }

.hub-content-box-v2 .ContentAreaHeader .font-icon {
    font-size: 5em;
    top: 35px;
}

.home-page .hub-content-box-v2 .ContentAreaHeader .font-icon {
    top: 19px;
}

.hub-content-box .ContentAreaHeader h2,
.hub-content-box-v2 .ContentAreaHeader h2 {
    padding-top: 5px;
    font-size: 1.5em;
    padding-right: 60px;
    margin-bottom: 0;
}

.hub-content-box .ContentAreaHeader.no-icon,
.hub-content-box-v2 .ContentAreaHeader.no-icon {
    padding-right: 20px;
}

    .hub-content-box .ContentAreaHeader.no-icon h2,
    .hub-content-box-v2 .ContentAreaHeader.no-icon h2 {
        padding-right: 0;
    }

.hub-content-box-v2 .ContentAreaLinks {
    padding: 0 !important;
}

    .hub-content-box-v2 .ContentAreaLinks li a {
        position: relative;
        padding: 5px 0 5px 15px;
        border-bottom: none;
        font-weight: bold;
        border: none !important;
    }

        .hub-content-box-v2 .ContentAreaLinks li a:after {
            font-family: FontAwesome;
            content: "\f054";
            padding-right: 5px;
            font-size: 0.7em;
            position: absolute;
            left: 0;
            top: 9px;
        }

.content-area.dashboard-panel {
    margin: 0;
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
}

    .content-area.dashboard-panel .ContentAreaHeader {
        padding: 0;
        border-top: 0;
    }

        .content-area.dashboard-panel .ContentAreaHeader h2 {
            padding: 10px;
            font-size: 1em;
            margin-bottom: 0;
        }

        .content-area.dashboard-panel .ContentAreaHeader .fo {
            position: absolute;
            right: 10px;
            font-weight: normal;
            top: 7px;
            font-size: 1.6em;
        }

        .content-area.dashboard-panel .ContentAreaHeader h2 p {
            margin: 0;
            text-align: left !important;
        }

    .content-area.dashboard-panel .ContentAreaContent p {
        padding: 20px;
    }

    .content-area.dashboard-panel .ContentAreaContent ul li a {
        padding: 5px 0 5px 15px;
        display: block;
        position: relative;
        border-bottom: none !important;
    }

        .content-area.dashboard-panel .ContentAreaContent ul li a:before {
            font-family: FontAwesome;
            content: "\f054";
            padding-right: 5px;
            font-size: 0.7em;
            position: absolute;
            left: 0;
            top: 9px;
        }

/* #endregion*/


/* #region VOTING DISCLOSURE
----------------------------------------------------------*/

.voting-disclosure-tool {
    padding-right: 10px;
}

    .voting-disclosure-tool table {
        width: 100%;
        margin: 0;
        padding: 0;
        border: none;
    }

.voting-disclosure-tool table th,
.voting-disclosure-tool table td {
    text-align: center;
}

    .voting-disclosure-tool table th a,
    .voting-disclosure-tool table td a {
        border-bottom: none;
    }

.voting-disclosure-list {
    margin-top: 20px;
}

/* #endregion */


/* #region SHO SEARCH  
----------------------------------------------------------*/

.UpdateSearchProgress {
    height: 32px;
    width: 32px;
    display: inline-block;
    position: relative;
    top: 10px;
    left: 180px;
}

.searchProgress {
}

.searchHit {
    color: #d65c5c;
    font-weight: bold;
}

.searchResultsForm {
    display: inline-block;
    border: solid 1px #d2d2d2;
}

    .searchResultsForm .searchField {
        background: #fff;
        width: 520px;
        border: solid 1px #fff;
        outline: none;
        height: 20px;
        padding: 5px;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }

    .searchResultsForm .searchButton {
        width: 30px;
        height: 30px;
        border: none;
        background: #FFF;
        font-family: FontAwesome;
        color: #818285;
        text-align: center;
        line-height: 30px;
        border-left: 1px solid #818285;
        font-size: 1em;
    }

        .searchResultsForm .searchButton:hover {
            cursor: pointer;
            color: #CC3333;
        }

#collapsePanelCriteria {
    padding: 10px;
}

* html #collapsePanel {
    display: none;
}

* html #searchPanelAdvancedHeader img {
    display: none;
}

#searchPanelAdvancedHeader span {
    padding-left: 20px;
    color: #333333;
    line-height: 40px;
}

#searchPanelAdvanced span.searchInputCB {
    padding-left: 0;
}

#searchPanelAdvanced span {
    padding-left: 15px;
    color: #000;
}

#searchPanelAdvanced {
    padding: 10px;
}

    #searchPanelAdvanced .button {
        float: right;
        right: 80px;
        top: 5px;
    }

    html >
    /**/
    body #searchPanelAdvanced .button {
        position: relative;
    }

#collapsePanel {
    margin: 15px auto 0 auto;
    background: #EBEBEB;
    color: #000;
    padding: 0 20px;
}

.search-panel-advanced-header {
    height: 40px;
    line-height: 40px;
}

    .search-panel-advanced-header:after,
    .search-panel-advanced-header.panel-expanded:after {
        font-family: FontAwesome;
        position: absolute;
        right: 20px;
    }

    .search-panel-advanced-header:after {
        content: "\f078";
    }

    .search-panel-advanced-header.panel-expanded:after {
        content: "\f077";
    }

.searchLabel {
    width: 300px;
    float: left;
    padding: 2px;
    margin: 5px;
}

.searchInput,
.searchInputCB {
    width: 200px;
    float: left;
    padding: 2px;
    margin: 5px;
}

.searchResultCount {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .searchResultCount span.title {
        padding-left: 20px;
        color: #333333;
        line-height: 40px;
    }

    .searchResultCount span.subtitle {
        float: right;
        line-height: 20px;
        height: 20px;
    }

.searchResultKeyword {
    margin-top: 10px;
    border-bottom: 1px solid #CDCDCD;
}

    .searchResultKeyword span.keyword {
        padding-left: 20px;
        color: #333333;
        line-height: 40px;
    }

    .searchResultKeyword .keywordButton {
        color: #003F72;
        line-height: 40px;
        font-style: italic;
    }

.searchResultItem,
.searchResultItemFeatured {
    border-bottom: 1px solid #CDCDCD;
    padding: 10px 10px 10px 20px;
}

    .searchResultItem > h1,
    .searchResultItem > h2,
    .searchResultItem > h3,
    .searchResultItem > h4,
    .searchResultItem > h5,
    .searchResultItem > h6 {
        font-size: 1.15em;
    }

.searchResultItemHeader a,
.searchResultFeaturedHeader a,
.searchResultHeader a {
    line-height: 25px;
}

.searchResultFeaturedHeader,
.searchResultHeader {
    margin-top: 10px;
}

    .searchResultFeaturedHeader span.title,
    .searchResultHeader span.title {
        padding-left: 20px;
        color: #333333;
        line-height: 40px;
    }

.searchResultItemFeatured {
    background-color: #F4F4F4;
}

.articleContent p.searchResultItemLink a {
    background-image: none;
    padding-left: 0;
    color: #000;
}

/* #endregion */


.sectionColour {
    color: #CC3333;
}

.sectionColourBackground {
    background-color: #CC3333;
}

.instLookupTool #srchBox,
.top100Tool #srchBox,
.EquitiesTool #srchBox {
    padding-bottom: 30px;
    padding-top: 10px;
    margin-bottom: 20px;
}

    .instLookupTool #srchBox input[type=text],
    .top100Tool #srchBox input[type=text],
    .EquitiesTool #srchBox input[type=text] {
        padding: 11px 5px 10px 5px;
        border-radius: 5px;
        border: 1px solid #838487;
    }

    .instLookupTool #srchBox input[type=submit],
    .top100Tool #srchBox input[type=submit],
    .EquitiesTool #srchBox input[type=submit] {
        height: 38px;
    }

.instLookupTool thead,
.top100Tool thead,
.EquitiesTool thead {
    display: block;
}

    .instLookupTool thead th,
    .top100Tool thead th,
    .EquitiesTool thead th,
    .instLookupTool tbody td,
    .top100Tool tbody td,
    .EquitiesTool tbody td {
        min-width: 60px;
        text-align: left;
    }

.instLookupTool tbody,
.top100Tool tbody,
.EquitiesTool tbody {
    display: block;
    overflow-y: auto;
    height: 400px;
}

/* #region RELATED INFORMATION  
----------------------------------------------------------*/

.related-information {
    margin-bottom: 20px;
    position: relative;
}

    .related-information h3 {
        color: #FFF;
        padding: 10px;
        font-size: 1em;
        margin-bottom: 0;
    }

        .related-information h3:after {
            font-family: FontAwesome;
            content: "\f0c1";
            position: absolute;
            right: 10px;
            font-weight: normal;
            font-size: 1.3em;
        }

.related-information-content {
    padding: 10px;
}

    .related-information-content a {
        padding: 5px 0 5px 15px;
        color: #FFF;
        display: block;
        position: relative;
    }

    .related-information-content li {
        display: block;
    }

    .related-information-content a:before {
        font-family: FontAwesome;
        content: "\f054";
        padding-right: 5px;
        font-size: 0.7em;
        position: absolute;
        left: 0;
        top: 9px;
    }

    /* #endregion */


/* #region NEWS
----------------------------------------------------------*/

.news-feed {
    position: relative;
}

    .news-feed,
    .news-feed h3 {
        color: #FFF;
        margin-bottom: 20px;
    }

        .news-feed h3 {
            padding: 10px;
            font-size: 1em;
            margin-bottom: 0;
            border-radius: 4px 4px 0 0;
        }

            .news-feed h3:after {
                font-family: ussicons;
                content: "\e922";
                position: absolute;
                right: 10px;
                font-weight: normal;
                font-size: 1.3em;
            }

.news-feed-content {
    padding: 10px;
}

    .news-feed-content a {
        padding: 5px 0 5px 15px;
        color: #FFF;
        display: block;
        position: relative;
    }

        .news-feed-content a:hover {
            text-decoration: none;
        }

            .news-feed-content a:hover span.new-feed-content-link {
                text-decoration: underline;
            }

        .news-feed-content a:before {
            font-family: FontAwesome;
            content: "\f054";
            padding-right: 5px;
            font-size: 0.7em;
            position: absolute;
            left: 0;
            top: 9px;
        }

.news-feed .news-introduction {
    margin-bottom: 10px;
}

.news-feed .news-item a {
    display: block;
}

/* #endregion */


/* Video Container */

.video-container {
    background: #000;
}

/* #region DASHBOARD  
----------------------------------------------------------*/

.dashboard-panel {
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    position: relative;
}

    .dashboard-panel.reportsForm {
        border: none;
    }

    .dashboard-panel .articleHeading {
        padding: 20px 20px 0 20px;
        border-top: 16px solid;
        border-radius: 4px 4px 0 0;
    }

    .dashboard-panel.reportsForm .articleHeading {
        border-top: none;
        padding: 0;
    }

    .dashboard-panel .articleContent {
        padding: 0 20px 0 20px;
    }

    .dashboard-panel.reportsForm .articleContent {
        padding: 0;
    }

    .dashboard-panel h3 {
        width: 80%;
    }

    .dashboard-panel .footer-link {
        font-weight: bold;
        padding: 0 20px 0 20px;
    }

        .dashboard-panel .footer-link:after {
            font-family: FontAwesome;
            content: "\f054";
            padding-right: 10px;
            font-size: 0.7em;
        }

.bodyContainer33Right .dashboard-panel {
    margin-left: 10px;
}

/* #endregion */



/* #region MAILBOX
----------------------------------------------------------*/

.tabMenuAlternate .UpdateProgress {
    height: 32px;
    width: 32px;
    display: inline-block;
    position: relative;
    top: -13px;
    left: 10px;
}

.MailBoxSingleItem {
    border: 1px solid #D1D1D1;
}

.MailBoxSingleItemUpdate {
    padding: 5px 10px 5px 10px;
    background-color: #F4F4F4;
    border-top: 1px solid #D1D1D1;
}

.MailBoxSingleItem .MailBoxSingleItemHeader {
    padding: 10px 0 30px 0;
    background-color: #F4F4F4;
    border-bottom: 1px solid #D1D1D1;
    text-indent: 10px;
    width: 100%;
}

    .MailBoxSingleItem .MailBoxSingleItemHeader h3 {
        margin: 0;
        padding: 0 5px 0 5px;
    }

        .MailBoxSingleItem .MailBoxSingleItemHeader h3 .messdate {
            font-size: 0.7em;
        }

    .MailBoxSingleItem .MailBoxSingleItemHeader span.attachment {
        float: right;
        padding-right: 25px;
    }

.MailBoxSingleItem .MailBoxSingleItemBody {
    padding: 10px 10px 10px 10px;
}

    .MailBoxSingleItemUpdate ul {
        display: block;
        text-align: right;
        height: 20px;
    }

        .MailBoxSingleItemUpdate ul li {
            display: inline-block;
            vertical-align: top;
            padding: 8px 5px 5px 5px;
            position: relative;
            top: -6px;
        }

#mainContent .MailBox .tabs ul,
#mainContent .MailBox .MailBoxItems ul {
    padding: 5px 0 5px 0;
}

#mainContent .MailBox .tabs ul,
#mainContent .MailBox .tabs ul {
    padding: 0;
}

    .MailBox .button {
        padding: 5px 10px 5px 10px;
        height: 30px;
        margin-left: 10px;
    }

.MailBoxHeader ul li.MailBoxStatus,
.MailBoxItems ul li.MailBoxStatus {
    width: 5%;
    text-align: center;
}

.MailBoxHeader ul li.MailBoxSubject,
.MailBoxItems ul li.MailBoxSubject {
    width: 55%;
    text-align: center;
}

.MailBoxHeader ul li.MailBoxStaffRef,
.MailBoxItems ul li.MailBoxStaffRef {
    width: 10%;
    text-align: center;
}

.MailBoxHeader ul li.MailBoxDateRec,
.MailBoxItems ul li.MailBoxDateRec {
    width: auto;
    text-align: center;
}

.MailBoxHeader ul li.MailBoxAttachment,
.MailBoxItems ul li.MailBoxAttachment {
    width: 9%;
    text-align: center;
}

.MailBoxHeader ul li.MailBoxAction,
.MailBoxItems ul li.MailBoxAction {
    width: 5%;
    text-align: center;
}

.MailBoxItems ul li.MailBoxSubject a.Unread {
    font-weight: bold;
}

.MemberDocHeader .MemberDocView,
.MemberDocItem .MemberDocView {
    width: 10%;
}

    .MemberDocItem .MemberDocView a img {
        padding-left: 15px;
    }

.MemberDocHeader .MemberDocDesc,
.MemberDocItem .MemberDocDesc {
    width: 60%;
}

.MemberDocHeader .MemberDocCreated,
.MemberDocItem .MemberDocCreated {
    width: 30%;
}

.MailBoxHeader,
.MemberDocHeader {
    width: 100%;
    background-color: #666699;
    color: #FFF;
	border: 1px solid #666699;
}

.article .MailBoxItems ul {
    margin-top: 0;
    margin-bottom: 0;
}

.MailBoxHeader ul li,
.MemberDocHeader ul li {
    height: 25px;
}

    .MailBoxHeader ul li span,
    .MemberDocHeader ul li span {
        padding-top: 5px;
        display: block;
    }

.MailBoxHeader ul,
.MailBoxItems ul,
.MailBoxItemBody ul,
.MemberDocHeader ul,
.MemberDocItem ul {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
}

    .MailBoxHeader ul li,
    .MailBoxItems ul li,
    .MailBoxItemBody ul li,
    .MemberDocHeader ul li,
    .MemberDocItem ul li {
        /*float:left;*/
        display: inline-block;
        vertical-align: top;
    }

.MailBoxItems,
.MemberDocItem {
    border-bottom: solid 1px #D1D1D1;
}

    .MailBoxItems ul,
    .MemberDocItem ul {
        width: 100%;
        float: left;
        padding: 10px 0 10px 0;
        border-left: solid 1px #D1D1D1;
        border-right: solid 1px #D1D1D1;
    }

        .MailBoxItems ul.alternatingItem .MemberDocItem ul.alternatingItem {
            background-color: whiteSmoke;
        }

.MailBoxError,
.MailBoxOK {
    font-size: 1.3em;
    text-align: center;
    padding: 10px 10px 1px 10px;
    position: relative;
}

.MailBoxOK {
    background: #94CE09;
    color: #FFFFFF;
}

.MailBoxError {
    background: #AD1313;
    color: #FFFFFF;
}
/* #endregion */


.message-list-left,
.message-list-right {
    display: inline-block;
    vertical-align: top;
}

.message-list-left {
    width: 78%;
}

.message-list-right {
    width: 20%;
    text-align: right;
}

.mailbox-summary h3:after {
    font-family: FontAwesome !important;
    content: "\f0e0";
    position: absolute;
    right: 20px;
    top: 32px;
}

.mailbox-summary .message-list-item {
    margin-bottom: 10px;
}

.MailBoxHeader .linkButton{
	color:#FFF;	
    background:none !important;
}

.tabMenuAlternate ul li a {
    padding: 8px 15px;
	font-size:1em;
	font-weight:normal;
    border-radius:10px 10px 0 0; 
	border: none;
	background-color: #efefef;
}

.tabMenuAlternate ul li a.selected{
	background: #666699;
	color:#FFF;
	border-radius:10px 10px 0 0; 
	border: none;
}

#mainContent .MailBox .MailBoxItems ul,
#mainContent .MailBox .MailBoxItems ul a{
	color: #666699;
}

#mainContent .MailBox .MailBoxItems ul{
	padding:10px 0;
}


/* #region EMPLOYER DASHBOARD (TASK MANAGER)
----------------------------------------------------------*/

.NoResults {
    padding: 20px;
    width: 100%;
    text-align: left;
}

.EmployerDashBoard {
    margin-bottom: 10px;
}

    .EmployerDashBoard .GeneralControls {
        margin-bottom: 10px;
    }

        .EmployerDashBoard .GeneralControls .Buttons .Refreshbutton,
        #searchPanelAdvanced .Buttons .Refreshbutton {
            width: 75px;
            height: 30px;
            background-image: url("/Contents/Images/webforms/icon-filter-24x24.png");
            background-position: center right;
            background-repeat: no-repeat;
            float: right;
            position: relative;
            top: -20px;
            left: -25px;
            padding: 0;
            padding-right: 15px;
        }

        .EmployerDashBoard .GeneralControls .Buttons .Resetbutton,
        #searchPanelAdvanced .Buttons .Resetbutton {
            width: 75px;
            height: 30px;
            background-image: url("/Contents/Images/webforms/icon-refresh-24x24.png");
            background-position: center right;
            background-repeat: no-repeat;
            float: right;
            position: relative;
            top: -20px;
            left: -20px;
            padding: 0;
            padding-right: 15px;
        }

            .EmployerDashBoard .GeneralControls .Buttons .Resetbutton:after {
                content: "\25AE";
                font-family: FontAwesome;
                left: -5px;
                position: absolute;
                top: 0;
            }

a.TaskSelectLink,
a.TaskViewLink {
    width: 20px;
    display: inline-block;
    text-indent: -9999px;
}

a.TaskSelectLink {
    background: url("/Contents/Images/icons/table_edit.png") no-repeat left center;
}

a.TaskViewLink {
    background: url("/Contents/Images/icons/magnifier.png") no-repeat left center;
}

.EmpDashHeader ul li.EmpDashAction,
.EmpDashItemHeader ul li.EmpDashAction {
    width: 9%;
    text-align: center;
}

.EmpDashHeader ul li.EmpDashStatus,
.EmpDashItemHeader ul li.EmpDashStatus {
    width: 8%;
    text-align: center;
}

.EmpDashHeader ul li.EmpDashDateUpd,
.EmpDashItemHeader ul li.EmpDashDateUpd {
    width: 12%;
    text-align: center;
}

.EmpDashHeader ul li.EmpDashTaskName,
.EmpDashItemHeader ul li.EmpDashTaskName {
    width: 20%;
    text-align: center;
}

.EmpDashHeader ul li.EmpDashStaffRef,
.EmpDashItemHeader ul li.EmpDashStaffRef {
    width: 10%;
    text-align: center;
}

.EmpDashHeader ul li.EmpDashDateDue,
.EmpDashItemHeader ul li.EmpDashDateDue {
    width: 15%;
    text-align: center;
}

.EmpDashHeader ul li.EmpDashTaskSrc,
.EmpDashItemHeader ul li.EmpDashTaskSrc {
    width: 7%;
    text-align: center;
}

.EmpDashHeader ul li.EmpDashEmployer,
.EmpDashItemHeader ul li.EmpDashEmployer {
    width: 16%;
    text-align: center;
}

.EmpDashHeader ul li.EmpDashOrder,
.EmpDashItemHeader ul li.EmpDashOrder {
    width: 3%;
    text-align: center;
}

.EmpDashHeader {
    width: 100%;
    background-color: #666666;
    color: #FFFFFF;
}

    .EmpDashHeader .linkButton {
        color: #FFFFFF;
        background: url("/Contents/Images/arrows/whiteArrowSort.png") no-repeat right center;
        padding-right: 10px;
    }

.MailBoxHeader .linkButton {
    background: url("/Contents/Images/arrows/whiteArrowSort.png") no-repeat right center;
    padding-right: 10px;
}

    .EmpDashHeader .linkButton.Desc,
    .MailBoxHeader .linkButton.Desc {
        background: url("/Contents/Images/arrows/whiteArrowSortDesc.png") no-repeat right center;
    }

    .EmpDashHeader .linkButton.Asc,
    .MailBoxHeader .linkButton.Asc {
        background: url("/Contents/Images/arrows/whiteArrowSortAsc.png") no-repeat right center;
    }

.EmpDashItem {
    width: 100%;
}

.EmpDashItemsHP {
    padding-bottom: 10px;
}

.EmpDashItemHeader {
    cursor: pointer;
    width: 100%;
    float: left;
    min-height: 35px;
    border-bottom: solid 1px #DDDDDD;
}

    .EmpDashItemHeader .hide {
        display: none;
    }

    .EmpDashItemHeader .open {
    }

.EmpDashItemBody {
    width: 100%;
    float: left;
    background-color: #FFFFFF;
}

.EmpDashHeader ul,
.EmpDashItemHeader ul,
.EmpDashItemBody ul {
    list-style: none;
    padding: 8px 0;
}

    .EmpDashHeader ul li,
    .EmpDashItemHeader ul li,
    .EmpDashItemBody ul li {
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
    }

    .EmpDashItemBody ul.EmpDashItemBodyLeft li,
    .EmpDashItemBody ul.EmpDashItemBodyRight li {
        width: 100%;
    }

    .EmpDashItemBody ul.EmpDashItemBodyLeft,
    .EmpDashItemBody ul.EmpDashItemBodyRight {
        display: inline-block;
        vertical-align: top;
        width: 47%;
        margin-bottom: 0;
    }

        .EmpDashItemBody ul.EmpDashItemBodyLeft.hide,
        .EmpDashItemBody ul.EmpDashItemBodyRight.hide {
            display: none;
        }

    .EmpDashItemBody ul.EmpDashItemBodyRight {
        padding-left: 20px;
    }

    .EmpDashItemBody ul.EmpDashItemBodyBottom {
        width: 100%;
    }

        .EmpDashItemBody ul.EmpDashItemBodyBottom .EmpDashItemExtraData ul li {
            width: 100%;
            padding-left: 0;
        }

            .EmpDashItemBody ul.EmpDashItemBodyBottom .EmpDashItemExtraData ul li span.ExtraDataLabel {
                float: left;
                display: block;
                width: 155px;
                font-weight: bold;
            }

.EmpDashClosed ul li.EmpDashOrder,
.EmpDashOpen ul li.EmpDashOrder {
    /*height:12px;*/
    width: 10%;
}

    .EmpDashClosed ul li.EmpDashOrder:after,
    .EmpDashOpen ul li.EmpDashOrder:after {
        font-family: FontAwesome;
        content: "\f078";
        padding-left: 10px;
        font-size: 0.7em;
    }
    /*.EmpDashClosed ul li.EmpDashOrder
{
    background:url("/Contents/Images/arrows/berryArrowDown.png") no-repeat center right;
}*/

    .EmpDashOpen ul li.EmpDashOrder:after {
        content: "\f077";
    }

span.EmpDashLabel {
    font-weight: bold;
    width: 40%;
    display: inline-block;
}

.EmpDashItemExtraData span.EmpDashLabel {
    width: 130px;
}

.EmpDashItemBody ul.EmpDashItemBodyLeft li,
.EmpDashItemBody ul.EmpDashItemBodyRight li,
.EmpDashItemBody ul.EmpDashItemBodyBottom li {
    padding-left: 10px;
}

.EmpDashItemBody a {
    display: block;
    font-weight: bold;
    padding: 3px 0;
}

    .EmpDashItemBody a:before {
        font-family: FontAwesome;
        content: "\f054";
        padding-right: 5px;
        font-size: 0.7em;
    }

    .EmpDashItemBody a.download:before {
        content: "\f019";
    }

    .EmpDashItemBody a.upload:before {
        content: "\f093";
    }

    .EmpDashItemBody a.mark-completed:before {
        content: "\f05d";
    }

    .EmpDashItemBody a.mark-incomplete:before {
        content: "\f00d";
    }

.EmpDashStatus img,
.EmpDashTaskSrc img {
    float: left;
    margin-left: 20px;
}

span.EmpDashLabelIcon {
    position: relative;
    top: 3px;
}
/* #endregion */


/* #region TASK MANAGER  
----------------------------------------------------------*/
.task-overview h3:after {
    font-family: FontAwesome !important;
    content: "\f0ae";
    position: absolute;
    right: 20px;
    top: 32px;
}

/* #endregion*/


/* #region TASK SUMMARY  
----------------------------------------------------------*/

.available-tasks {
}

    .available-tasks .articleHeading {
        padding: 0 !important;
        border-top: none !important;
        border-radius: 0 !important;
    }

        .available-tasks .articleHeading h3 {
            color: #FFF !important;
            padding: 10px;
            font-size: 1em;
            margin-bottom: 0;
            width: auto;
        }

            .available-tasks .articleHeading h3 p {
                margin: 0;
                padding: 0;
                display: inline-block;
            }

            .available-tasks .articleHeading h3:after {
                font-family: FontAwesome !important;
                content: "\f14a";
                position: absolute;
                right: 10px;
                font-weight: normal;
                font-size: 1.3em;
            }

    .available-tasks .articleContent {
        padding: 10px;
    }

    .available-tasks .available-task {
        display: block;
        position: relative;
        padding: 5px 0 5px 15px;
    }

        .available-tasks .available-task:before {
            font-family: FontAwesome;
            content: "\f054";
            padding-right: 5px;
            font-size: 0.7em;
            position: absolute;
            left: 0;
            top: 9px;
        }

.task-manager .control-container .web-form {
    -webkit-column-count: 3;
    -moz-column-count: 2;
    column-count: 2;
}

.task-manager .task-manager-buttons {
    display: inline-block;
    margin: 20px 0;
}

    .task-manager .task-manager-buttons .Refreshbutton,
    .task-manager .task-manager-buttons .Resetbutton {
        background-repeat: no-repeat;
        background-position: 61px center;
        padding-right: 30px;
    }

    .task-manager .task-manager-buttons .Refreshbutton {
        background-image: url("/contents/ssp/USS/images/icon-filter.png");
        background-position: 56px center;
    }

    .task-manager .task-manager-buttons .Resetbutton {
        background-image: url("/contents/ssp/USS/images/icon-refresh.png");
    }

/* #endregion */


/* #region MEMBER TASKS
----------------------------------------------------------*/

.MemberTasks {

}

    .MemberTasks .articleHeading {
        padding-left: 0;
    }

    .MemberTasks .StepBlock1 {
        float: left;
        margin-top: 10px;
        width: 100px;
        border: 1px solid #003F72;
    }

    .MemberTasks .StepBlock2 {
        float: left;
        margin-top: 10px;
        width: 57px;
        border: 1px solid #003F72;
    }

    .MemberTasks .StepBlock3 {
        float: left;
        margin-top: 10px;
        width: 78px;
        border: 1px solid #003F72;
    }

    .MemberTasks .StepBlock4 {
        float: left;
        margin-top: 10px;
        width: 73px;
        border: 1px solid #003F72;
    }

    .MemberTasks .StepBlock5 {
        float: left;
        margin-top: 10px;
        width: 73px;
        border: 1px solid #003F72;
    }

    .MemberTasks .CaseTypeHeader {
        background-color: #94ce09;
        color: #FFFFFF;
    }

    .MemberTasks .CaseProgressHeader,
    .MemberTasks .StepCurrentStatus {
        background-color: #003F72;
        color: #FFFFFF;
    }

    .MemberTasks .StepArrowCompleted {
        background: url(/Contents/Images/arrows/berryArrow.png) no-repeat left;
        float: left;
        padding: 9px;
        margin-top: 10px;
        margin-left: 3px;
    }

    .MemberTasks .StepArrowNotStarted {
        background: url(/Contents/Images/arrows/blackArrow.png) no-repeat left;
        float: left;
        padding: 9px;
        margin-top: 10px;
        margin-left: 3px;
    }

    .MemberTasks .StepNameCompleted {
        background-color: #003F72;
        color: #FFFFFF;
        padding: 1px;
    }

    .MemberTasks .StepNameInProgress {
        background-color: #94ce09;
        color: #FFFFFF;
        padding: 1px;
    }

    .MemberTasks .StepNameNotStarted {
        background-color: #d3d3d3;
        color: #FFFFFF;
        padding: 1px;
    }

    .MemberTasks .StepDateCompleted {
        color: #003F72;
        padding: 2px;
    }

    .MemberTasks .StepDateInProgress {
        color: #94ce09;
        padding: 2px;
    }

    .MemberTasks .StepDateNotStarted {
        color: #d3d3d3;
        padding: 2px;
    }

    .MemberTasks .StepLabel {
        padding: 2px;
    }

.MemberTasksHeader,
.MemberTaskListHeader {
    background-color: #F4F4F4;
    border: 1px solid #D1D1D1;
}

    .MemberTasksHeader .MemberTasksHeaderLeft {
        float: left;
        width: 30%;
        padding: 10px;
    }

    .MemberTasksHeader .MemberTasksHeaderCenter,
    .CasePercCompleted .CasePercBar {
        float: left;
        height: 15px;
        width: 150px;
        margin-top: 10px;
        border: 1px solid #a3a3a3;
        background: #d3d3d3;
        /* Old browsers */
        background: -moz-linear-gradient(top, #d3d3d3 1%, #e1e1e1 49%, #d3d3d3 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #d3d3d3), color-stop(49%, #e1e1e1), color-stop(100%, #d3d3d3));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #d3d3d3 1%, #e1e1e1 49%, #d3d3d3 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #d3d3d3 1%, #e1e1e1 49%, #d3d3d3 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #d3d3d3 1%, #e1e1e1 49%, #d3d3d3 100%);
        /* IE10+ */
        background: linear-gradient(top, #d3d3d3 1%, #e1++++e1e1 49%, #d3d3d3 100%);
        /* W3C */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#d3d3d3', GradientType=0);
        /* IE6-9 */
    }

.CasePercCompleted .CasePercBar {
    margin-top: 0;
}

    .MemberTasksHeader .MemberTasksHeaderCenter .TaskLinesHeadBar,
    .CasePercCompleted .CasePercBar .CaseBar {
        background-color: #94CE09;
        background: #bfec51;
        /* Old browsers */
        background: -moz-linear-gradient(top, #bfec51 1%, #9ad113 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #bfec51), color-stop(100%, #9ad113));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #bfec51 1%, #9ad113 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #bfec51 1%, #9ad113 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #bfec51 1%, #9ad113 100%);
        /* IE10+ */
        background: linear-gradient(top, #bfec51 1%, #9ad113 100%);
        /* W3C */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bfec51', endColorstr='#9ad113', GradientType=0);
        /* IE6-9 */
    }

.MemberTasksHeader .MemberTasksHeaderRight {
    float: right;
    width: 25%;
    padding: 10px;
}

.MemberTaskLines .MemberTaskHeader .MemTaskStep,
.MemberTaskLines .MemberTaskItems .MemTaskStep {
    width: 10%;
    padding-left: 10px;
}

.MemberTaskLines .MemberTaskHeader .MemTaskStepNm,
.MemberTaskLines .MemberTaskItems .MemTaskStepNm {
    width: 21%;
}

.MemberTaskLines .MemberTaskHeader .MemTaskStatus,
.MemberTaskLines .MemberTaskItems .MemTaskStatus {
    width: 22%;
}

.MemberTaskLines .MemberTaskHeader .MemTaskStart,
.MemberTaskLines .MemberTaskItems .MemTaskStart {
    width: 21%;
}

.MemberTaskLines .MemberTaskHeader .MemTaskFin,
.MemberTaskLines .MemberTaskItems .MemTaskFin {
    width: 21%;
}

.MemberTaskList .MemberTaskListHeader .MemTaskListType,
.MemberTaskList .MemberTaskListItem .MemTaskListType {
    width: 10%;
    padding-left: 10px;
}

.MemberTaskList .MemberTaskListHeader .MemTaskListStep,
.MemberTaskList .MemberTaskListItem .MemTaskListStep {
    width: 10%;
    padding-left: 10px;
}

.MemberTaskList .MemberTaskListHeader .MemTaskListStatus,
.MemberTaskList .MemberTaskListItem .MemTaskListStatus {
    width: 10%;
    padding-left: 10px;
}

.MemberTaskList .MemberTaskListHeader .MemTaskListTaskName,
.MemberTaskList .MemberTaskListItem .MemTaskListTaskName {
    width: 45%;
}

.MemberTaskList .MemberTaskListHeader .MemTaskListUpdated,
.MemberTaskList .MemberTaskListItem .MemTaskListUpdated {
    width: 15%;
}

.MemberTaskHeader,
.MemberTaskListHeader {
    width: 100%;
    float: left;
    background-color: #666699;
    color: #FFF;
	padding: 10px 0;
}

    .MemberTaskHeader ul li,
    .MemberTaskListHeader ul li,
    .MemberTaskItems ul li,
    .MemberTaskListItem ul li {
        float: left;
    }

    .MemberTaskHeader ul,
    .MemberTaskListHeader ul,
    .MemberTaskItems ul,
    .MemberTaskListItem ul {
        list-style: none;
        margin-bottom: 0;
        margin-top: 0;
		padding:0 !important;
    }

	.MemberTaskListItem ul{
		padding: 10px 0 !important;
		color:#666699;
	}
	
.MemberTaskLines,
.MemberTaskListItem {
    border-left: solid 1px #D1D1D1;
    border-right: solid 1px #D1D1D1;
}

.MemberTaskItems,
.MemberTaskListItem {
    width: 100%;
    border-bottom: solid 1px #D1D1D1;
}

    .MemberTaskItems ul,
    .MemberTaskListItem ul {
        width: 100%;
        float: left;
        padding: 10px 0 10px 0;
    }

        .MemberTaskItems ul.alternatingItem,
        .MemberTaskListItem ul.alternatingItem {
            background-color: whiteSmoke;
        }

.MemberTasks .button {
    padding: 5px 10px 5px 10px;
    height: 30px;
    margin-top: 10px;
}
/* #endregion */

/* #region My chosen investments */
.chosenInvestments .invchoices-page-footer-content .button{
    margin-right: 40px;
}
/* #endregion */

/* #region Transaction history
----------------------------------------------------------*/
.transaction-history .th-submit-section .form-element{
    display: inline-flex;
}
.transaction-history .th-submit-section .form-element label{
    width: 150px;
    line-height: 35px;
}

    .transaction-history .th-submit-section .date-format{
        line-height: 35px;
    }

.transaction-history .th-submit-button .SubmitButton {
    float: right;
    margin-right: 25%;
}

.transaction-history .task-manager-buttons {
    display: inline-block;
    margin: 20px 0;
}

.transaction-history .th-filter-buttons .Refreshbutton,
.transaction-history .th-filter-buttons .Resetbutton {
    background-repeat: no-repeat;
    background-position: 61px center;
    padding-right: 30px;
}

    .transaction-history .th-filter-buttons .Refreshbutton {
        background-image: url("/contents/ssp/USS/images/icon-filter.png");
        background-position: 56px center;
    }

    .transaction-history .th-filter-buttons .Resetbutton {
        background-image: url("/contents/ssp/USS/images/icon-refresh.png");
    }

.transaction-history .th-filter-section{
    margin-top: 30px;
    margin-bottom: 15px;
}

    .transaction-history .th-filter-section .web-form{
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
        margin-bottom: 15px;
    }

.transaction-history .th-page-details-section {
    margin-top: 60px;
}
.transaction-history .th-table-section table th {
    font-size: 1.2em;    
}
    .transaction-history .th-table-section table th a{
        color: #FFF;
        text-decoration: none;
    }
   .transaction-history .th-table-section table td {
        border-bottom: 1px solid #9A9A9A;
    }
   .transaction-history .th-table-section .linkButton {
        color: #FFFFFF;
        background: url("/Contents/Images/arrows/whiteArrowSort.png") no-repeat right center;
        padding-right: 10px;
    }
   .transaction-history .th-table-section table tr {
        vertical-align: baseline;
   }
   .transaction-history .th-table-section .linkButton.Desc {
        background: url("/Contents/Images/arrows/whiteArrowSortDesc.png") no-repeat right center;
    }
   .transaction-history .th-table-section .linkButton.Asc {
        background: url("/Contents/Images/arrows/whiteArrowSortAsc.png") no-repeat right center;
    }

.transaction-history .validation-error {
    margin-bottom: 15px;
    background: #f8e4dc;
    padding-top: 4px;
    padding-bottom: 1px;
}
   .transaction-history .validation {
    position: relative;
    min-width: 210px;
    max-width: 400px;
    padding: 8px 10px 8px 40px;
    background: #f8e4dc;
    color: #CD2C00;
    vertical-align: -webkit-baseline-middle;
    }
    .transaction-history .validation:before {
	font-family:FontAwesome;
	content:"\f071";
	position: absolute;
    left: 12px;
    top: 10px;
    }
.transaction-history .th-tooltiprow th {
    background-color: rgba(133,133,173,0.2);
    border-bottom: 1px solid #9A9A9A;
}
.transaction-history span.scw-tooltip {
    height: 16px;
    width: 16px;
}
.transaction-history  .help_embedded_link {
    vertical-align: middle;
}
/* #endregion */

/* #region My Investments
----------------------------------------------------------*/
.fundsInvestments .fundsInvestments-page-table-section span.conhelp_tip {
    margin: 0px 10px 0 -10px;
    text-indent: 0em;
    background: none;
    background-color: #fff !important;
    color: #4f4f4f;
    height: auto;
}
    .fundsInvestments .fundsInvestments-page-table-section span.conhelp_tip:after {
        content: none;
    }
.fundsInvestments .fundsInvestments-page-table-section span.conhelp_definition {
    width: auto;
    border: solid #666699 2px;
}
    .fundsInvestments .fundsInvestments-page-table-section table{
        border: none;
        -webkit-box-shadow: none;
    }
    .fundsInvestments .fundsInvestments-page-table-section table td {
            border-right: none;
            border-top: none;
            border-bottom: 1px solid #9A9A9A;
        }
    .fundsInvestments .fundsInvestments-page-table-section a {
        border-bottom: none;
    }
    .fundsInvestments .fundsInvestments-page-table-section .totals-row td {
        background: rgba(133,133,173,0.2);
    }
.fundsInvestments .icon-pdf,
.fundsInvestments .icon-graph {
    height: 28px !important;
    width: 28px !important;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    margin-left: -4.5px;
    background-color: #8585AD
}
    .fundsInvestments .icon-pdf:hover,
    .fundsInvestments .icon-graph:hover{
        text-decoration: none;
        background-color:rgba(133,133,173,0.8) !important;
    }
    .fundsInvestments .icon-pdf:after,
    .fundsInvestments .icon-graph:after {
        font-family: FontAwesome;
        content: "\f1c1";
        color: #FFF;
        text-align: center;
        line-height: 28px;
        width: 28px !important;
        display: block;
    }
    .fundsInvestments .icon-graph:after {
        content: "\f201";
    }
/* #endregion */