﻿.menu-login,
.menu-logout,
.menu-register,
.menu-account
{
    padding: 0px 35px;
    border: 0px;
    font-size: 1.1em;
    background: #0093C3;
    color: #FFF;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    float: right;
    text-transform:uppercase;
}

.menu-account
{
    background:#333;
}

.menu-logout:hover,
.menu-login:hover,
.menu-register:hover,
.menu-account:hover
{
    background: #00A9E0;
    cursor:pointer;
    text-decoration:none;
}

.menu-logout:before,
.menu-login:before ,
.menu-register:before,
.menu-account:before
{
    color:#FFF;
    font-family: FontAwesome;
    content: "\f09c";
    padding-right:5px;
}

.menu-login:before 
{
    content: "\f023";
}

.menu-register:before 
{
    content: "\f007";
}

.menu-account:before 
{
    content: "\f007";
}

span.password-mismatch {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.9em;
    font-weight: bold;
    color: #900;
    display:none;
    padding-left:20px;
}

span.password-mismatch:before {
    font-family: FontAwesome;
    content: "\f071";
    position: absolute;
    font-size: 1em;
    left:0px;
    font-weight:normal;
}
/* #endregion */

.scw-responsive-menu,
.scw-responsive-sub-menu
{
    display:none;
}

.user-profile-container
{
    display: block;
    height: 30px;
    background: #333;
    width: 100%;
    position: relative;
}

.user-profile-inner
{
    position: relative;
    width:900px;
    margin: 0px auto;
    padding: 0;
    background: #737373;
    display: block;
    height: 100%;
    z-index: 1000000;
}

.user-profile-inner .logged-in-text
{
    color:#FFF;
    line-height:30px;
    font-size:0.8em;
    padding-left:10px;
}

.user-profile-inner .logged-in-text .logged-in-username
{
    font-weight:bold;
    text-transform:uppercase;
}


/* Primary navigation
/****************************************************************************************************/
.scw-primary-navigation:after
{
    display: table;
    clear: both;
    content: "";
}

.scw-primary-navigation .scw-primary-left
{
    float: left;
}

.scw-primary-navigation .scw-primary-centre
{
    float: left;
    
}

.scw-primary-navigation .scw-primary-right
{
    float: right;
    
}

.scw-primary-navigation li
{
    position: relative;
    display: inline-block;
}

.scw-primary-navigation li a
{
    display: block;
    padding: 15px;
    text-decoration: none;
}

.scw-primary-navigation li a:hover
{
}

.scw-primary-navigation .second-level-nav
{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}


/******************************************* Copied from TPW ****************************************************/
/* #region TOP NAVIGATION    
----------------------------------------------------------*/
 

#topNavigationBar
{
    /*height:30px;*/
    font-size:1em;
}
 

/* #endregion */

/* #region SECTION NAVIGATION   
----------------------------------------------------------*/
.sectionNavigation {

    /*float:left;*/
}
 
.sectionNavigation ul {
    float:left;
    list-style:none;
    height:30px;
    margin:0;
    padding:0;
}
 
.sectionNavigation ul li {
    float:left;
}
 
.sectionNavigation ul li a {
    display:block;
    /*background:#efefef;
    color:#767676;*/
    text-decoration:none;
    line-height:30px;
    padding-right:15px;
    padding-left:15px;
    text-align:center;
}
 

.sectionNavigation ul li a:hover {
    /*background-color:#efefef;
    color:#767676;*/
    text-decoration:underline;
}
 
.sectionNavigation ul li a.selected {
    /*background-color:#767676;
    color:#FFF;
    background-color:#F4F4F4;*/
}
 
.sectionNavigation ul li a.sectionNavTabPublic
{
    /*background-color:#efefef;
    color:#767676;*/
}




.sectionNavigation ul li a.sectionNavTabPublic:hover {
    /*background-color:#767676;
    color:#FFF;*/
}
 
.sectionNavigation ul li a.sectionNavTabMembers
{
    /*background-color:#a092bf;
    color:#FFF;*/
}

.sectionNavigation ul li a.sectionNavTabMembers:hover {
    /*background-color:#702E99;
    color:#FFF;*/
}

.sectionNavigation ul li a.sectionNavTabEmployers
{
    /*background-color:#66b5c3;
    color:#FFF;*/
}

.sectionNavigation ul li a.sectionNavTabEmployers:hover {
    /*background-color:#007A91;
    color:#FFF;*/
} 
 
/* #endregion */

/* #region USER PROFILE NAVIGATION   
----------------------------------------------------------*/
.userProfileNavigation {
    
    padding-right:0px;
}
 
.userProfileNavigation
{
    /*height:30px;*/
    line-height:30px;
    display:block;
    
    font-size:0.85em;
    width:100%;
}

#panTimeout {
clear:left;
}

#userProfileNavigationPanel {

float:right;
display:block;
}

.user-navigation-div 
{
    float:right;
    display:block;
}

.userProfileNavigation .UserProfileName
{
    height: 20px;
    margin: 0 10px 0 0;
    padding-left: 20px;
    /*color: #003F72;*/
    position:relative;
    display:block;
    /*width:100%;*/
    clear:left;
    float:right;
}

.userProfileNavigation .padlock 
{
    position: absolute;
    left: 0;
}


.userProfileNavigation .padlock:after 
{
    font-family:FontAwesome;
    content:"\f023";
    position: absolute;
    top: 1px;
}

userProfileNavigation .UserProfileName {
height: 30px;
margin: 0 10px 0 0;
padding-left: 20px;
/*color: #003F72;*/
position: relative;
}


.userProfileNavigation .userProfileNavItem
{
    height:30px;
    line-height:30px;
}
 

 
.userProfileNavigation .userProfileNavItem a
{
    /*border-right:1px solid #003F72*/;
    padding:0 5px 0 5px;
}
 
.userProfileNavigation .UserProfileName span.LoggedInAs,
.userProfileNavigation .UserProfileName span.loggedinas
{
/*    background-color:Orange;*/
    font-weight:bold;
}
 
.userProfileNavigation .UserProfileName span.LoggedInViewing,
.userProfileNavigation .UserProfileName span.loggedinviewing
{
/*    background-color:Red;*/
    font-weight:bold;    
}
 
 
 
.userProfileNavigation .user-navigation
{
    float: right;
}
 
.userProfileNavigation .user-navigation li
{
    float: left;
}
 
.userProfileNavigation .user-navigation li a
{
    padding: 0 4px;
    display:block;    
    padding-right: 15px;
    padding-left: 15px;  
}
 
.userProfileNavigation .user-navigation li a:hover
{
    text-decoration: underline;
}


.userProfileNavigation66
{
    width:64%;
}
 
.userProfileNavigation .user-navigation li.thisUserNav
{
    /*background-color:#94CE09;*/
}

.userProfileNavigation .user-navigation li.thisUserNav:hover
{
    /*background-color:#767676; */
}

.userProfileNavigation .user-navigation li.thisUserNav a
{
    /*color:#ffffff;*/
}


.user-navigation li.memUsrNav
{
    /*background-color:#a092bf; */
}

.userProfileNavigation .user-navigation li.memUsrNav a
{
    /*color:#ffffff;*/
}

.user-navigation li.memUsrNav:hover
{
    /*background-color:#702e99; */
}

.userProfileNavigation .user-navigation li.PubUserNav
{
    /*background-color:#efefef;*/
}

.userProfileNavigation .user-navigation li.PubUserNav a
{
    /*color:#767676; */
}

.userProfileNavigation .user-navigation li.PubUserNav a:hover, .userProfileNavigation .user-navigation li.PubUserNav:hover a
{
   /* color:#ffffff; */
}

.userProfileNavigation .user-navigation li.PubUserNav:hover
{
    /*background-color:#767676; */
}

.userProfileNavigation .user-navigation li.selectedEmpUserNav
{
    /*background-color:#007A91; */
}

.userProfileNavigation .user-navigation li.selectedEmpUserNav a
{
    /*color:#ffffff; */
}

.userProfileNavigation .user-navigation li.selectedMemUserNav
{
    /*background-color:#702E99; */
}

.userProfileNavigation .user-navigation li.selectedMemUserNav a
{
    /*color:#ffffff; */
}

/* #region TIMEOUT/COUNTDOWN   
----------------------------------------------------------*/

.extend-button
{
    /*background: #BD439B url('/Contents/images/extendpink.png') no-repeat 130% 85%; */
    padding: 5px;
    padding-right: 20px;
    border-radius: 10px;
    font-size: 1em;
    border: none;
    /*color: #FFFFFF; */
    cursor: pointer;
}

.extend-button:hover
{
    /*background: #94CE09 url('/Contents/images/extendpink.png') no-repeat 130% 85%; */
}

#countdown
{
    /*float:right;   */
    padding-left:0px; 
    clear:left;
    line-height:40px;
}

.timeout
{
    margin-right: 5px;    
}
/* #endregion */ 

/* #endregion */

/* #region PRIMARY NAVIGATION   
----------------------------------------------------------*/
#primaryNavigation #LeftLinks,
.primaryNavigation .LeftLinks
{
    float:left;
}
#primaryNavigation #LeftLinks #DropDownLinks,
.primaryNavigation .LeftLinks .DropDownLinks
{
    float:left;
}
 
#primaryNavigation #RightLinks,
.primaryNavigation .RightLinks
{
    float:right;
}

#primaryNavigation, 
.primaryNavigation {
    float:left;
    width:100%;
    /*background-color:#efefef;
    background-color: rgba(239,239,239,0.8);*/
}
 

#primaryNavigation ul, 
.primaryNavigation ul 
{
    float:left;
    list-style:none;
    /*border-right:1px solid #ffffff; */
}

#primaryNavigation ul li {
    float:left;
    /*border-left:1px solid #ffffff; */
}
 
#primaryNavigation ul li a{
    /*color:#003f72; */
    text-decoration:none;
    display:block;
    line-height:34px;
    text-align:center;
}

#primaryNavigation ul li a:link, #primaryNavigation ul li a:visited
{
    padding:10px 21px 9px 21px;
    font:normal 1.1em AllerBold, sans-serif;
}

#primaryNavigation ul li a:hover
{
    text-decoration:underline;
}
 
#primaryNavigation ul li a.selected {
    
    background-color:#767676;
    color:#ffffff;
        
}
 

.primaryNavigation ul li {
    float:left;
    /*border-left:1px solid #ffffff; */
}
 
.primaryNavigation ul li a {
    /*color:#003f72; */
    text-decoration:none;
    display:block;
    line-height:34px;
    text-align:center;
}

.primaryNavigation ul li a:link, .primaryNavigation ul li a:visited
{
    /*padding:10px 21px 9px 0px;*/
}

.primaryNavigation ul li a:hover {
    text-decoration:underline;
}
 
.primaryNavigation ul li a.selected {
    background-color:#767676;
    color:#ffffff;
}


.this-page {
    float:right;
    list-style:none;
    /*color:#003f72; */
    font-weight:bold;
    padding:10px 15px 5px;
}
 
/* #endregion */


/* #region LEFT NAVIGATION   
----------------------------------------------------------*/
 
#leftMenu {
    width:100%;
}
 
#leftMenu a {
    display:block;
}
 
#leftMenu a:hover,
#leftMenu a:active,
#leftMenu a:focus {
    
}
 
.js #leftMenu .accordion {
    display:none;
}
 
.leftMenuItem {
    margin:0;
    margin-bottom:10px;
    padding:0;
}
 
.leftMenuItem li {
    list-style-type:none;
 
}
 
.leftMenuItem li.last-child {
   
}
 
#leftMenu ul.leftMenuItem ul {
    margin:0;
    padding:0 0 0 10px;
}
 
.leftMenuItem .outer {
    /*border:1px solid #dadada;
    background:#fff;*/
    border-width:0 1px 1px;
}
 
.leftMenuItem .inner {
    margin-bottom:0;
    overflow:hidden;
    padding:.5em 20px 0;
}
 
.leftMenuItem .inner .inner {
    padding-bottom:0;
}
 
.leftMenuItem .h {
    padding-top:.3em;
}
 
.leftMenuItem p {
    margin:.5em 0 1em;
}
 
ul.leftMenuItem ul.subItem li.last-child a.trigger
{
    /*background-color:#FFFFFF;*/
}
 
#leftMenu a.active {
    font-weight:700;
    /*color:#f72;*/
    text-decoration:none;
}
 

a.trigger, 
.leftMenuItem li a,
.contentMenuItem li a{
    /*background:#FFFFFF url("../images/menus/leftNavHead.png") no-repeat left; */
    padding-left:10px;
    font-size:13px;   
    padding-top:10px;
    padding-bottom:10px;
}
 
a.trigger:hover, 
.leftMenuItem li a:hover{
    text-decoration:underline;
}
 
ul.subItem a.trigger, 
ul.subItem li a
{
    height:auto;
    line-height:normal;
    padding:5px 5px 5px 15px;
    /*color:#BE449B; */
}
 

ul.subItem li a:hover
{
    text-decoration:underline;
}
 

ul.subItem a, 
ul.subItem ul.subItem a
{
    font-size:0.9em;
    padding-left:15px;
    /*background: url(../images/arrows/berryArrowTiny.png) no-repeat left;
    background-color:#FFFFFF; */
}
 

ul.subItem ul.subItem a
{
   font-size:0.85em; 
   padding-left:20px;
}
 


ul.subItem ul.subItem
{
    /*border-top:1px solid #E6E6E6; */
}
 
a.selected.trigger.shown.open, 
.leftMenuItem li.selected a.selected{
    /*background:#FFFFFF url("../images/menus/leftNavHeadSelect.png") no-repeat left;    */
}
 
.last-child a.trigger 
{
 
    font-weight:400;
}
 
li.selected, 
ul.subItem a.selected, 
ul.subItem li a.selected
{
    /*color:#000000;*/
}
 
ul.subItem a.trigger.open, 
ul.subItem a.trigger
{
    font-size:0.9em;
   /* background:url(../images/arrows/berryArrowTiny.png) no-repeat left;
    background-color:#FFFFFF; */
}
 
ul.subItem li ul.subItem a.trigger.open
{
     font-size:0.85em;   
}
 
ul.subItem a.selected.trigger.shown.open,  
ul.subItem li a.selected, 
ul.subItem li ul.subItem li.selected a.selected,
.leftMenuItem li.selected ul.subItem li.selected a.selected
{
    /*background:url(../images/arrows/blackArrowTiny.png) no-repeat left;    */
}
 
/* #endregion */


/* #region CONTENT NAVIGATION   
----------------------------------------------------------*/

 
.contentMenu 
{
    padding:10px;
    margin-bottom:20px;
}
 

.contentMenu a {
    display:block;
}
 
.contentMenu a:hover,
.contentMenu a:active,
.contentMenu a:focus {
    
}
 
.js .contentMenu .accordion {
    display:none;
}
.contentMenu .home-item a
{
    font-size:1.3em;
}
 
.contentMenuItem 
{
    margin:0;
    padding:0;
}
 
.contentMenuItem li {
    list-style-type:none;
}
 
.contentMenuItem li a
{
    background:none;
    font-size: 1.2em;
    font-weight: bold;
    font-family: AllerBold;
    /*color:#FFF;*/
}
 
.contentMenuItem li ul.subItem li a
{
    font-family: Arial;
    padding: 5px 0px 5px 0px;
    text-indent:20px;
    /*background:transparent url("/Contents/images/arrows/whiteArrowSmall.png") no-repeat left center;
    color:#FFF;*/
}
 
.contentMenu ul.contentMenuItem ul {
    margin:0;
    padding:0 0 0 10px;
}

.contentMenuItem .outer {
   /* border:1px solid #dadada;
    background:#fff;*/
    border-width:0 1px 1px;
    background-color:Olive;
}
 
.contentMenuItem .inner {
    margin-bottom:0;
    overflow:hidden;
    padding:.5em 20px 0;
}

.contentMenuItem .inner .inner {
    padding-bottom:0;
    background-color:Fuchsia;
}
 
.contentMenuItem .h {
    padding-top:.3em;
}
 
.contentMenuItem p {
    margin:.5em 0 1em;
    background-color:Aqua;
}
 
ul.contentMenuItem ul.subItem li.last-child a.trigger
{
    /*background-color:#FFFFFF;*/
}
 
.contentMenu a.active {
    font-weight:700;
    /*color:#f72;*/
    text-decoration:none;
}
 
 
 
a.trigger:hover, 
.contentMenuItem li a:hover{
    text-decoration:underline;
}
 
ul.subItem a.trigger, 
ul.subItem li a
{
    height:auto;
    line-height:normal;
    padding:5px 5px 5px 15px;
    /*color:#BE449B;*/
}
 
ul.subItem li a:hover
{
    text-decoration:underline;
}
 
ul.subItem a, 
ul.subItem ul.subItem a
{
    font-size:0.9em;
    padding-left:15px;
    /*background: url(../images/arrows/berryArrowTiny.png) no-repeat content;
    background-color:#FFFFFF;*/
}
 
ul.subItem ul.subItem a
{
   font-size:0.85em; 
   padding-left:20px;
}
 
ul.subItem ul.subItem
{
    /*border-top:1px solid #E6E6E6; */
}
 
a.selected.trigger.shown.open{
    /*background:#BD439B url("../images/menus/leftNavHeadSelect.png") no-repeat left;   */
}
 
.last-child a.trigger {
    padding-left:10px;
    font-weight:400;
}
 
li.selected, 
ul.subItem a.selected, 
ul.subItem li a.selected
{
   /* color:#000000; */
}
 
ul.subItem a.trigger.open, 
ul.subItem a.trigger
{
    font-size:0.9em;
    /*background:url(../images/arrows/berryArrowTiny.png) no-repeat content;
    background-color:#FFFFFF; */
}
 
ul.subItem li ul.subItem a.trigger.open
{
     font-size:0.85em;   
}
 
ul.subItem a.selected.trigger.shown.open,  
ul.subItem li a.selected, 
ul.subItem li ul.subItem li.selected a.selected
{
    /*
    background:url(../images/arrows/blackArrowTiny.png) no-repeat content;   
        */ 
}
 
/* #endregion */
 
/* #region TAB MENU NAVIGATION   
----------------------------------------------------------*/

 
.tabMenu {

    float:left;
    width:100%;
    height:35px;
 
}
 
.tabMenu ul {
    float:left;
    list-style:none;
    /*border-right:1px solid #d1d1d1;
    border-top:1px solid #d1d1d1;    
    border-bottom:1px solid #d1d1d1;        
    background-color:#F4F4F4; */
}
 
.tabMenu ul li {
    float:left;
   /* border-left:1px solid #d1d1d1; */
}
 
.tabMenu ul li a {
   /* color:#003f72; */
    text-decoration:none;
    display:block
    line-height:35px;
    text-align:center;
}
 

.tabMenu ul li a:link, .tabMenu ul li a:visited
{
    padding:5px 21px;
    font:normal 1.1em AllerBold, sans-serif;
}
 

.tabMenu ul li:hover {
    /*
    background-color:#8cc63f;
    border-bottom:2px solid #8cc63f;      
        */
}
 
.tabMenu ul li a:hover {
    text-decoration:underline;
}
 
.tabMenu ul li.selected {
    /*
    background-color:#be449b;
    border-top:1px solid #be449b; 
    border-bottom:1px solid #be449b;     
        */
}
 
.tabMenu ul li a.selected {
    /*
    color:#ffffff;
        */
}
 
/* #endregion */
 
/* #region TAB MENU ALTERNATIVE NAVIGATION   
----------------------------------------------------------*/
 
.tabMenuAlternate
{
    position: relative;
    top: 0px;
    width: 100%;
    height: 27px;
    display: block;
}
 

*:first-child+html .tabMenuAlternate
{

    top:0px
}

.tabMenuAlternate ul li
{
    display:inline-block;
    vertical-align:top;
    /*float:left;*/
    margin-right: 10px;
}
 
.tabMenuAlternate ul li a
{
    /*
    border-right: 1px solid #D1D1D1;
    border-left: 1px solid #D1D1D1;
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #F5F5F5;
    background-color: #FFFFFF;
        */
    padding: 5px 15px;
    margin:0px;
    font-size:1.2em;
    font-weight:bold;
}
 

.tabMenuAlternate ul li a:hover
{
    /*
    background-color:#94CE09;
        */
}
 
.tabMenuAlternate ul li a.selected
{
    /*
    background-color:#F4F4F4;
    border-bottom: 1px solid #f5f5f5;
*/
}
 
 
.tabMenu {
    float:left;
    width:100%;
    height:35px;
}
 
.tabMenu ul {
    float:left;
    list-style:none;
   /* border-right:1px solid #d1d1d1;
    border-top:1px solid #d1d1d1;    
    border-bottom:1px solid #d1d1d1;        
    background-color:#F4F4F4;
       */
}
 
.tabMenu ul li {
    float:left;
    /*border-left:1px solid #d1d1d1;*/
}
 
.tabMenu ul li a {
   /* color:#003f72; */
    text-decoration:none;
    display:block;
    line-height:35px;
    text-align:center;
}
 
.tabMenu ul li a:link, .tabMenu ul li a:visited
{
    padding:5px 21px;
    font:normal 1.1em AllerBold, sans-serif;
}
 
.tabMenu ul li:hover {
   /* background-color:#8cc63f;
    border-bottom:2px solid #8cc63f;      */
}
 
.tabMenu ul li a:hover {
    text-decoration:underline;
}
 
.tabMenu ul li.selected {
    /*
    background-color:#be449b;
    border-top:1px solid #be449b; 
    border-bottom:1px solid #be449b;     
        */
}
 
.tabMenu ul li a.selected {
    /*color:#ffffff;*/
}
 
 
/* #endregion */


/* #region DROPDOWN NAVIGATION   
----------------------------------------------------------*/
.Dropdown{
	float:left;
	width:100%;
    padding-right:10px;
    height: 100%;
}
 
.Dropdown li.level1
{
    
    /*
    background:url(../images/arrows/blueArrowDown.png) no-repeat right center;   
        */
}
 
.Dropdown li, #primaryNavigation ul li ul.Dropdown li{
	float:left;
	position:relative;
	border:none;
}
 
.Dropdown ul{
    /*
	background:#F4F4F4;
        */
    list-style:none;
	/*position:absolute;
	left:-9999px;*/
}
 
.Dropdown ul li{
	float:none;
}
 
.Dropdown ul a{
	white-space:nowrap;
}
 
.Dropdown li:hover ul{
	left:0;
}
 
.Dropdown li.level1:hover{
    /*
	background:url(../images/arrows/blueArrowUp.png) no-repeat right center; 
        */
}
 
.Dropdown li:hover ul a{
	text-decoration:none;
}
 
.Dropdown li:hover ul li a:hover, 
.Dropdown li.level1 ul li.level2 a.Level2NavItem:hover{
    /*
	background:#EFEFEF;
	color:#FFFFFF;
        */
}
 
.DropdownLevel2
{
    /*display:block;
    position:absolute;
    min-width:200px;
    width:200%;*/
    z-index: 1000;
}
 



/* #endregion */

/* #region READER   
----------------------------------------------------------*/
#skipLink 
{
    display: block; 
    padding: 10px 20px; 
    position: absolute; 
    top:0; 
    left: -9999em; 
}
/* #endregion */


.header {
/*
background-color:#ffa500; NICE ORANGE
    */
}

.sectionNavigation ul li a:hover {
    /*background-color:#F4F4F4;*/
    /*color:#000000;*/
    text-decoration:underline;
}


.footer-inner-container 
{
    padding-top:40px;
}

.legal-text 
{
    margin: 0 auto;
    display: block;
    text-align: center;
}