/***********************************************************************************************************************
page.css

DCC 10/06/2016  #353756    Created to separate fundamental page elements and media queries for RWD away from base_r.css
JC  02/14/2017  #371815    ADA screen reader updates; underline for keyboard focus
***********************************************************************************************************************/


/*/////////////////////////////////////////////////
////// --- BEGIN PAGE ELEMENT CONTAINERS --- //////
/////////////////////////////////////////////////*/ 

#VOS_topmenubar {
	background: black;
	height: auto;
	width: 100%;
    display: block;
	position: fixed;
    top: 0;
    right: 0;
	z-index: 9991; 
}
#VOS_clienthead {
    padding: 0 !important;
    z-index: 9991;
    height: auto;
    width: 100%;
}
#VOS_wrapper {
	display: block;
    width: 100%;
}
#VOS_page-content-wrapper {
    display: block;
    position: absolute;
    right: 0px;
    left: 0px;
    min-height: 100vh;
    transition: all 0.2s ease;
}
#VOS_sidebar-wrapper > table {
	width: 100% !important;
}
#mstOverlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 120vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    top: -60px;
}

#mstOverlay.active {
    display: block;
    opacity: 1;
}
#mstTopNavOverlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 120vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    opacity: 1;
    transition: all 0.5s ease-in-out;
    top: -60px;
}
#mstTopNavOverlay.active {
    display: block;
    opacity: 1;
}
#div_sub_topNav {
    display: flex;
    gap: 1em;
    background: #666;
    color: #fff;
    padding: 0;
    /*
    padding: 4px 10px 4px 6px;
    */
}
#div_sub_topNav .navlbl {
    display: none;
    color: white;
    white-space: nowrap;
}

#div_sub_topNav li.active .navlbl {
    color: #666;
}


/*VOSGreeter Pending Check-Ins List responsive*/
#VOS_wrapper.menuactive #divOneStopEfficiency {
    width: 65%;
    padding-left: 65px;
}
#VOS_wrapper.menuactive #spn_oses {
    margin-left: 71px;
}
/*END VOSGreeter Pending Check-Ins List responsive*/



#mstBody, #mstAdminBody  {
    width: 100%;
    margin:auto;
    padding: 0 15px;
} #gui_instructions a {
    text-decoration: underline;
}
#mstBody a, #mstBody p {
    /*word-wrap: break-word !important;*/ /*978388*/
}
.collapse {
    background: none;
    padding: 0;
}
.profilebackgr {
    background: #666;
    padding: 15px;
    color: #fff;
    text-align: center;
}
button#menu1 {
    color: #000;
    background-color: #fff;
    border-color: #000;

    
}
ul.dropdown-menu[aria-labelledby='menu1'] {
    padding: 5px;
    color: #000;
    
}
#mstContent, #mstAdminContent {   /* overrides a class */
    width: 100% !important;
    min-width:auto !important;
    max-width:auto !important;
    float: none !important;
}
    #mstContent a:not(.formbutt):hover, #mstContent a:not(.formbutt):focus { /* overrides a class */
        color: black !important;
    }
a#ctl00_Main_content_btnDelete.formbutt:focus, a#ctl00_Main_content_btnDelete.formbutt:hover {
    color: #fff !important;
}
#mstAdminContent, #mstAdminDebug {
    margin-left: 0;
    padding: 0 0px;
}
#mstAdminTop {
    background: none !important;
}

div.skiptranslate {
    /*position: fixed !important;
    bottom: 20px !important;
    top: auto !important;
    z-index:10000;
    margin-bottom: -1px;*/
}
.GSIdisplaywide {
    width: 95% !important;
}
.menuin {
    width: 100% !important;
    margin: auto;
}
.maxwidth {
    width: 90%;
    margin: 0 auto;
}
.logoencl img {
    display: block;
    width: auto;
}
.logoencl  {
    display: inline-block;
    width: auto;
    min-width:100px;
    max-width:220px;
    padding-left:15px;
    padding-right:15px;
}
.pin_dashboard {
    display: inline-block;
    width: auto;
    max-width: 65px;
    float: left !important;
}

.duff {                                 /* height element to bump elements on mobile */
    height: 0px;
}

.logo {
    margin: 10px 0 10px 26px;
}

.instrencl  {
    display: inline-block;
    width: 75%;
    min-width:300px;
    max-width:calc(100% - 200px);
    vertical-align:top;
    padding-left:15px;
}

.instrencl_v22 {
    display: inline-block;
    min-width: 300px;
    vertical-align: top;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 15px;
    width:100%;
}

.currentmgtxt {
    color: white;
    text-align: center;
    padding: 1px 10px;
    width:100%;
    background-color: #000;
}
a.currentmgtxt:hover {
    color: #39A2D5;
}
a.currentmgtxt:focus {
    color: white;
}

/*This should make the pop-up header section a bit more stylish*/
div#mstTopHeader {
    width: 100%;
    padding: 12px;
    margin: 0;
    color: #000000;
    background-image: none !important;
    background: silver;
}

#mstThirdCol
{
    display: inline;
    position: absolute;
    margin-left: 15px;
}

#preTopMenu {
    display:none;
}

#contentfooter {
    padding: 0;
}

/* hack for Google Translate bar at top */
/*html.translated-ltr #univsearch { margin-top: 40px; }
html.translated-ltr #VOS_sidebar-wrapper { padding-top: 40px; }
html.translated-ltr #VOS_topmenubar { top: 40px !important; }*/

html.translated-ltr body .skiptranslate ~ #univsearch {
    margin-top: 40px;
}

html.translated-ltr body .skiptranslate ~ #VOS_sidebar-wrapper {
    padding-top: 40px;
}

html.translated-ltr body .skiptranslate ~ #VOS_topmenubar {
    top: 40px !important;
}
/*.skiptranslate {
    display: none !important;
} */
/*///////////////////////////////////////////////
////// --- END PAGE ELEMENT CONTAINERS --- //////
///////////////////////////////////////////////*/




/*////////////////////////////////////////
////// --- BEGIN TOP NAV STYLES --- //////
////////////////////////////////////////*/

#skip-to-content a, #skip-to-footer a, #ctl00_adaPreference a,
#skipmessagefolders a, #skipcustomfolders a, #skipmessagelist a {
    font-family: "Open Sans",sans-serif;
    padding: 6px;
    position: fixed;
    top: -45px;
    left: 0px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #3d3d3d;
    z-index: 9997;
    display: block;
}
    #skip-to-content a:active, #skip-to-content a:focus, #skip-to-footer a:active, #skip-to-footer a:focus, #ctl00_adaPreference a:active, #ctl00_adaPreference a:focus,
    #skipmessagefolders a:active, #skipmessagefolders a:focus,
    #skipcustomfolders a:active, #skipcustomfolders a:focus,
    #skipmessagelist a:active, #skipmessagelist a:focus {
        top: 0px;
        text-decoration: none;
        white-space: nowrap;
        width: auto;
        text-decoration: underline;
        z-index: 100002;
    }
.hlSkipSection {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
    .hlSkipSection:focus {
        display: block;
        clip: unset;
        height: unset;
        margin: unset;
        overflow: visible;
        width: unset;
        font-weight: 500;
        color: black;
    }

.toolbar_menu, .mobile_menu {
    margin: 0;
    padding: 0;
}
#gui_toolbar > ul {
    margin: 0 23px 0 25px !important;
    list-style-type: none;
    /*margin: auto;*/
    padding: 4px;
    text-align: center;
    font-size: 12px;
    position: relative;
}
#gui_toolbar > ul > li,#gui_toolbar > ul > li a {
    display: inline-block;
    margin: 1px 1px -1px 1px;
    color: #fff;
    line-height: 1.6em;
}
div#gui_header div#gui_toolbar {
    color: #fff;
    font: 12px verdana,sans-serif !important;
    height: 30px;
}
div#gui_header div#gui_toolbar ul {
    margin: 0;
    padding: 6px 0;     
    width: 100%;
    list-style: none;
    text-align: center;
}
#gui_nav_header {
    font-size: 12px !important;
}
#gui_toolbar_v22 #gui_nav_header {
    margin-bottom: 0;
}
#gui_toolbar_v22 #header_right {
    /*right: 20px !important;
    position: absolute;*/
}

#gui_toolbar_v22 #univsearch {
    position: relative !important;
}

#univsearch .input-group_v22 input {
    width: 20% !important;
    margin: 2px 4px !important;
    font-size: small !important;
}

    #univsearch .input-group_v22 input,
    #univsearch .input-group input::placeholder,
    #univsearch .input-group input::-ms-input-placeholder,
    #univsearch .input-group_v22 input::placeholder,
    #univsearch .input-group_v22 input::-ms-input-placeholder {
        color: #666 !important;
    }
/*
#univsearch [id$="searchtextbox"] {
    width: 100% !important;
}

#univsearch .input-field input {
    width: 100% !important;
}

#univsearch [id$="smallsearchbutton"] {
    color: white !important;
    margin-left: 0 !important;
}


#dvNaturalLanguage:visible input:first-of-type {
    width: 70vw;
}

#VOS_topmenubar.v22 #dvNaturalLanguage:visible input:first-of-type {
    width: 70vw;
}

#VOS_topmenubar.v24 #dvNaturalLanguage:visible input:first-of-type {
    width: 70vw;
}
*/
.navicon-circle {
    border-radius: 30px;
    height: 40px;
    width: 40px;
    background: #777;
    margin: auto;
    text-align: center;
    font-size: x-large;
    line-height: 36px;
}
#lnk_assistance {
    /*padding: 0 !important;*/
    line-height: 24px;
}
#VOS_topmenubar.v24 #lnk_assistance {
    /*padding: 0 !important;*/
    line-height: unset;
}

#univsearch .input-group_v22 label {
    font-size: small !important;
}

#univsearch .input-group_v22 a#univsearchbtn {
    width: 7% !important;
    margin-left: 20px;
}

#gui_toolbar_v22_wrapper #header_left {
    width: 18%;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}

.header_menu_logo_container #ctl00_imgGuiLogo {
    min-width: 100px;
    width: 100%;
    max-width: 180px;
}

#VOS_topmenubar.v24 #gui_toolbar_v22_wrapper #gui_toolbar_v22 .multilbl {
    display: none;
}

#gui_toolbar_v22_wrapper #header_middle {
    width: 64%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#VOS_topmenubar.v24 #gui_toolbar_v22_wrapper #header_middle {
    width: 64%;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
}

#gui_toolbar_v22_wrapper #header_right {
    width: 18%;
}

.sidebar-text_v22 {
    /*margin-top: 5px;*/
}

#gui_toolbar_v22_wrapper.trig #header_left {
    width: 10%;
}

#gui_toolbar_v22_wrapper.trig #header_middle {
    width: 45%;
}

#gui_toolbar_v22_wrapper.trig #header_right {
    width: 45%;
}

#gui_toolbar_v22_wrapper #gui_toolbar_v22 #header_left .sidebar-text_v22 {
    padding-left: 0 !important;
}

#gui_toolbar_v22_wrapper.trig #gui_toolbar_v22 #header_left .sidebar-text_v22 {
    /*padding-left: 10px !important;*/
}
.preview_header {
    height: auto !important;
    max-height: 300px !important;
    overflow-y: auto;
    width: 100%;
    background: #fff !important;
    display: none;
    position: relative;
}
#VOS_topmenubar.v24 #ctl00_dvAlertMessage::before {
    content: '';
    vertical-align: top;
    position: relative;
    height: 40px;
    width: 40px;
    display: inline-block;
    background: url(../../../Handlers/Content/Images/Image.ashx?HeaderMenu/mb_alert_red25.svg) no-repeat center;
    background-size: 40px;
    margin-right: 5px !important
}
#VOS_topmenubar.v24 #ctl00_dvWarningMessage::before {
    content: '';
    vertical-align: top;
    position: relative;
    height: 40px;
    width: 40px;
    display: inline-block;
    background: url(../../../Handlers/Content/Images/Image.ashx?HeaderMenu/mb_alert_yellow25.svg) no-repeat center;
    background-size: 40px;
    margin-right: 5px !important
}
#VOS_topmenubar.v24 #ctl00_dvSuccessMessage::before {
    content: '';
    vertical-align: top;
    position: relative;
    height: 40px;
    width: 40px;
    display: inline-block;
    background: url(../../../Handlers/Content/Images/Image.ashx?HeaderMenu/mb_alert_green25.svg) no-repeat center;
    background-size: 40px;
    margin-right: 5px !important
}

#VOS_topmenubar.v24 #div_preview_header.fixed {
    position: fixed;
    padding: 0;
    margin: 0;
    max-height: 450px !important;
    height: auto;
    /*position: fixed;
    height: auto !important;
    max-height: 460px !important;*/
}
#VOS_topmenubar.v24 #div_preview_header.fixed.active > #wrap_preview_header {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    background: white;
    border-bottom: 1px solid black;
}
#VOS_topmenubar.v24 #div_preview_header.fixed #div_alert_message span#ctl00_lblAlertText > p {
    /*color: black !important;*/ 
}
#VOS_topmenubar.v24 #div_preview_header.fixed #div_alert_message #ctl00_dvAlertMessage #ctl00_lblAlertText div,
#VOS_topmenubar.v24 #div_preview_header.fixed #div_alert_message #ctl00_dvWarningMessage #ctl00_lblWarningText div,
#VOS_topmenubar.v24 #div_preview_header.fixed #div_alert_message #ctl00_dvSuccessMessage #ctl00_lblSuccessText div,
#VOS_topmenubar.v24 #div_preview_header.fixed #div_alert_message #ctl00_dvAlertMessage #ctl00_lblAlertText *,
#VOS_topmenubar.v24 #div_preview_header.fixed #div_alert_message #ctl00_dvWarningMessage #ctl00_lblWarningText *,
#VOS_topmenubar.v24 #div_preview_header.fixed #div_alert_message #ctl00_dvSuccessMessage #ctl00_lblSuccessText * {
    /*color: black !important;*/
}
#VOS_topmenubar.v24 #div_preview_header.fixed #div_alert_message,
#VOS_topmenubar.v24 #div_preview_header.fixed #div_accessibility_grid,
#VOS_topmenubar.v24 #div_preview_header.fixed #div_message_grid,
#VOS_topmenubar.v24 #div_preview_header.fixed #div_resume_grid,
#VOS_topmenubar.v24 #div_preview_header.fixed #div_event_grid,
#VOS_topmenubar.v24 #div_preview_header.fixed #div_document_grid,
#VOS_topmenubar.v24 #div_preview_header.fixed #div_profile_section,
#VOS_topmenubar.v24 #div_preview_header.fixed #div_pin_grid,
#VOS_topmenubar.v24 #div_preview_header.fixed #div_joborders_grid {
    width: auto !important;
    max-width: 70%;
    margin: 0 !important;
    background: white;
    display: none !important;
    padding: 20px;
    background: white !important;
    color: black !important;
    overflow-y: auto;
}
    #VOS_topmenubar.v24 #div_preview_header.fixed #div_message_grid,
    #VOS_topmenubar.v24 #div_preview_header.fixed #div_joborders_grid,
    #VOS_topmenubar.v24 #div_preview_header.fixed #div_event_grid,
    #VOS_topmenubar.v24 #div_preview_header.fixed #div_document_grid {
        padding: 20px 10% 20px 5%;
    }
#VOS_topmenubar.v24 #div_preview_header.fixed #div_message_grid .messages_header_info > div:first-child a {
    margin-left: 15px;
    display: inline-block;
}
#VOS_topmenubar.v24 #div_preview_header.fixed #div_message_grid .messages_header_info > div:first-child a:before {
    content: '';
    display: block;
    height: .65em;
    width: .65em;
    background: #c20000;
    border-radius: 50%;
    position: relative;
    top: 18px;
    left: -18px;
    /*transform: translateY(-50%);*/
}
#VOS_topmenubar.v24 #div_preview_header.fixed #div_message_grid .messages_header_info > div, #VOS_topmenubar.v24 #div_preview_header.fixed #div_message_grid .messages_header_info_read > div {
    border-bottom: blue solid 1px;
}
#VOS_topmenubar.v24 #div_preview_header.fixed #div_message_grid .messages_header_info a, #VOS_topmenubar.v24 #div_preview_header.fixed #div_message_grid .messages_header_info_read a {
    text-decoration: none;
}
#VOS_topmenubar.v24 #div_preview_header.fixed #div_event_grid div.HPRinlineblockrow > div.HPRinlineblock {
    width: 100% !important;
    padding: 0 !important;
}
#VOS_topmenubar.v24 #div_preview_header.fixed #div_event_grid div.HPRinlineblockrow > div.HPRinlineblock > div {
    display: inline-block;
    padding-right: 5px;
}
#VOS_topmenubar.v24 #div_preview_header #div_document_grid .HPRinlineblock a:before {
    font-family: 'Font Awesome\ 5 Pro';
    content: "\f15b";
    display: block;
    font-size: 3rem;
    color: #999;
}
#VOS_topmenubar.v24 #div_preview_header .helphelper {
    position: fixed !important;
    right: 20px;
    top: 160px;
    width: 60px;
}
#VOS_topmenubar.v24 #ctl00_pnlOptions {
    padding-bottom: 0 !important;
}
#VOS_topmenubar.v24 #div_preview_header.fixed.active + #gui_toolbar_v22_wrapper + #div_sub_topNav + #ctl00_pnlOptions,
#VOS_topmenubar.v24 #div_preview_header.fixed.active + #gui_toolbar_v22_wrapper + #div_sub_topNav + #ctl00_pnlOptions + #ctl00_divCurrentMgTxt {
    display: none !important;
}
#VOS_topmenubar.v24 #div_preview_header.fixed #dismiss_button_container .helphelper a.modal_trigger {
    background: none !important;
    min-width: unset !important;
    max-width: unset !important;
    padding: 0 !important;
    text-align: right !important;
    width: 40px !important;
    margin: 0 20px !important;
}
#VOS_topmenubar.v24 #div_preview_header .helphelper br,
#VOS_topmenubar.v24 #div_preview_header .helphelper div[id*=divReqFields],
#VOS_topmenubar.v24 #div_preview_header .helphelper div[id*=divHelpLink] #lbHelpInfo {
    display: none !important;
}
#VOS_topmenubar.v24 #div_preview_header .helphelper br,
#VOS_topmenubar.v24 #div_preview_header .helphelper div[id*=divReqFields],
#VOS_topmenubar.v24 #div_preview_header .helphelper div[id*=divHelpLink] #lbHelpInfo {
    display: none !important;
}
#VOS_topmenubar.v24 #div_preview_header .helphelper_adm {
    position: fixed !important;
    right: 20px;
    top: 70px;
    width: 60px;
}
#VOS_topmenubar.v24 #div_preview_header.fixed #dismiss_button_container .helphelper_adm a.modal_trigger {
    background: none !important;
    min-width: unset !important;
    max-width: unset !important;
    padding: 0 !important;
    text-align: right !important;
    width: 40px !important;
    margin: 0 20px !important;
}

#VOS_topmenubar.v24 #div_preview_header .helphelper_adm br,
#VOS_topmenubar.v24 #div_preview_header .helphelper_adm div[id*=divReqFields],
#VOS_topmenubar.v24 #div_preview_header .helphelper_adm div[id*=divHelpLink] #lbHelpInfo {
    display: none !important;
}
#VOS_topmenubar.v24 #div_preview_header .helphelper_adm br,
#VOS_topmenubar.v24 #div_preview_header .helphelper_adm div[id*=divReqFields],
#VOS_topmenubar.v24 #div_preview_header .helphelper_adm div[id*=divHelpLink] #lbHelpInfo {
    display: none !important;
}
#VOS_topmenubar.v24 #div_preview_header #div_document_grid .HPRinlineblock a[href*=".doc"]:before {
    content: "\f1c2";
}
#VOS_topmenubar.v24 #div_preview_header #div_document_grid .HPRinlineblock a[href*=".xls"]:before {
    content: "\f1c3";
}
#VOS_topmenubar.v24 #div_preview_header #div_document_grid .HPRinlineblock a[href*=".pdf"]:before {
    content: "\f1c1";
}
#VOS_topmenubar.v24 #div_preview_header #div_document_grid .HPRinlineblock a[href*=".gif"]:before,
#VOS_topmenubar.v24 #div_preview_header #div_document_grid .HPRinlineblock a[href*=".png"]:before,
#VOS_topmenubar.v24 #div_preview_header #div_document_grid .HPRinlineblock a[href*=".jpg"]:before,
#VOS_topmenubar.v24 #div_preview_header #div_document_grid .HPRinlineblock a[href*=".jpeg"]:before,
#VOS_topmenubar.v24 #div_preview_header #div_document_grid .HPRinlineblock a[href*=".bmp"]:before,
#VOS_topmenubar.v24 #div_preview_header #div_document_grid .HPRinlineblock a[href*=".tif"]:before,
#VOS_topmenubar.v24 #div_preview_header #div_document_grid .HPRinlineblock a[href*=".pic"]:before {
    content: "\f1c5";
}
#VOS_topmenubar.v24 #div_preview_header #div_document_grid .HPRinlineblock a[href*=".mp3"]:before,
#VOS_topmenubar.v24 #div_preview_header #div_document_grid .HPRinlineblock a[href*=".wav"]:before,
#VOS_topmenubar.v24 #div_preview_header #div_document_grid .HPRinlineblock a[href*=".wma"]:before {
    content: "\f1c7";
}
#VOS_topmenubar.v24 #div_preview_header #div_document_grid .HPRinlineblock a[href*=".m4a"]:before,
#VOS_topmenubar.v24 #div_preview_header #div_document_grid .HPRinlineblock a[href*=".mp4"]:before {
    content: "\f1c8";
}
#VOS_topmenubar.v24 #div_preview_header #div_document_grid .HPRinlineblock a {
    overflow-wrap: break-word;
}
#VOS_topmenubar.v24 #div_preview_header #div_document_grid .HPRtextleft.HPRmarginleft5.HPRinlineblockrow {
    display: none !important;
}
#VOS_topmenubar.v24 #div_preview_header #div_document_grid .HPRinlineblock.UTItextright.HPRmarginright0.HPRwidth30,
#VOS_topmenubar.v24 #div_preview_header #div_document_grid .HPRinlineblock.HPRwidth65.HPRfontbold {
    display: block !important;
    width: 100% !important;
    margin: auto !important;
    text-align: unset !important;
    font-size: smaller;
}
#VOS_topmenubar.v24 #div_preview_header #div_document_grid hr {
    display: none !important;
}
#VOS_topmenubar.v24 #div_preview_header .HPRinlineblockrow {
    display: inline-block !important;
    width: 20% !important;
    text-align: center !important;
    padding: 10px;
}
#VOS_topmenubar.v24 #div_preview_header.fixed #div_resume_grid a {
    color: black;
}
#VOS_topmenubar.v24 #div_preview_header.fixed #div_resume_grid .resTitle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
    overflow: hidden;
    text-overflow: ellipsis;
}
#VOS_topmenubar.v24 #div_preview_header.fixed #div_resume_grid div {
    overflow-wrap: break-word;
}
#VOS_topmenubar.v24 #div_preview_header.fixed > #wrap_preview_header > #div_alert_message.active > div.alert-message span,
#VOS_topmenubar.v24 #div_preview_header.fixed > #wrap_preview_header > #div_alert_message.active > div.warning-message span,
#VOS_topmenubar.v24 #div_preview_header.fixed > #wrap_preview_header > #div_alert_message.active > div.success-message span {
    /*color: black !important;*/
    text-align: left !important;
    display: inline-block;
    width: 90%;
    padding: 5px;
}
#VOS_topmenubar.v24 #div_preview_header.fixed > #wrap_preview_header > #div_alert_message.active > div.alert-message,
#VOS_topmenubar.v24 #div_preview_header.fixed > #wrap_preview_header > #div_alert_message.active > div.warning-message,
#VOS_topmenubar.v24 #div_preview_header.fixed > #wrap_preview_header > #div_alert_message.active > div.success-message {
    background: white !important;
    color: black !important;
    text-align: left !important;
    padding-top: 10px !important;
}
#VOS_topmenubar.v24 #div_preview_header.fixed #div_accessibility_grid .container .HPRinlineblock {
    width: 24% !important;
}
#VOS_topmenubar.v24 #div_preview_header.fixed #div_accessibility_grid .ada_modal_buttons {
    width: auto !important;
}
#VOS_topmenubar.v24 #div_preview_header.fixed #div_accessibility_grid .ada_buttons_all {
    text-align: center !important;
}
#VOS_topmenubar.v24 input#xbtn, #VOS_topmenubar.v24 input.xbtn {
    background: none;
    border: none;
}
#VOS_topmenubar #xbtn { 
    display: none;
}
#VOS_topmenubar.v24 #xbtn {
    font-size: 2.0em;
    display: block;
}
#VOS_topmenubar.v24 #xbtn {
    font-size: 2.4em;
    display: block;
}
#VOS_topmenubar.v24 .btn.xbtn {
    display: block; 
    background: none;
    border: none !important;
    padding: 0;
    padding-left: 5px;
    margin: 0;
    font-size: small;
}
#VOS_topmenubar.v24 #div_preview_header.fixed > #wrap_preview_header > div {
    display: none;
}

#VOS_topmenubar.v24 #div_preview_header.fixed > #wrap_preview_header > div.active {
    display: block !important;
    width: 70% !important;
    /*position: fixed !important;*/
    height: auto;
}

#VOS_topmenubar.v24 #div_preview_header.fixed > #wrap_preview_header > div.activeflex {
    display: flex !important;
    width: 70% !important;
    /*position: fixed !important;*/
    height: auto;
}

#VOS_topmenubar.v24 #div_preview_header.fixed > #wrap_preview_header #dismiss_button_container {
    background: none !important;
    position: sticky;
    margin: 0 auto 0 0;
    left: 0;
    top: 0 !important;
    width: 30% !important;
    min-width: 240px;
    max-width: 360px;
    text-align: center !important;
    border-right: #666 solid 1px;
    padding: 10px;
    height: auto !important;
    max-height: 450px;
}

#VOS_topmenubar.v24 #div_preview_header.fixed #dismiss_button_container div[id*='dismiss_ctr'] a {
    background: #64b5f6;
    color: white;
    width: auto !important;
    min-width: 180px;
    max-width: 260px;
    border: none;
    border-radius: 20px;
    margin: 6px auto;
    font-size: 1.0em !important;
    text-decoration: none;
    padding: 5px;
    text-align: center;
    display: block;
}
#VOS_topmenubar.v24 ul.gui_nav_header_v24 img#ctl00_imgNotificationBarIcon24.active.nolive {
    content: url(../../../Handlers/Content/Images/Image.ashx?HeaderMenu/mb_alert25-active.svg);
}
#VOS_topmenubar.v24 ul.gui_nav_header_v24 img#ctl00_imgNotificationBarIcon24.active.live {
    content: url(../../../Handlers/Content/Images/Image.ashx?HeaderMenu/mb_alert_notification.svg);
}
#VOS_topmenubar.v24 ul.gui_nav_header_v24 img#ctl00_imgAbilityNotificationBarIcon24.active {
    content: url(../../../Handlers/Content/Images/Image.ashx?HeaderMenu/mb_accessibility25-active.svg);
}
#VOS_topmenubar.v24 ul.gui_nav_header_v24 img#ctl00_imgMailNotificationBarIconRed24.active {
    content: url(../../../Handlers/Content/Images/Image.ashx?HeaderMenu/mb_messages_notification25-active.svg);
}
#VOS_topmenubar.v24 ul.gui_nav_header_v24 img#ctl00_imgMailNotificationBarIcon24.active {
    content: url(../../../Handlers/Content/Images/Image.ashx?HeaderMenu/mb_messages25-active.svg);
}
#VOS_topmenubar.v24 ul.gui_nav_header_v24 img#ctl00_imgResumeNotificationBarIcon24.active {
    content: url(../../../Handlers/Content/Images/Image.ashx?HeaderMenu/mb_resume25-active.svg);
}
#VOS_topmenubar.v24 ul.gui_nav_header_v24 img#ctl00_imgJobOrdersNotificationBarIcon24.active {
    content: url(../../../Handlers/Content/Images/Image.ashx?HeaderMenu/joborder-01_active.svg);
}
#VOS_topmenubar.v24 ul.gui_nav_header_v24 img#ctl00_imgResumeNotificationBarIconNew24.active {
    content: url(../../../Handlers/Content/Images/Image.ashx?HeaderMenu/mb_resume_notification25-active.svg);
}
#VOS_topmenubar.v24 ul.gui_nav_header_v24 img#ctl00_imgIndDocuments24.active,
#VOS_topmenubar.v24 ul.gui_nav_header_v24 img#ctl00_imgEmpDocuments24.active {
    content: url(../../../Handlers/Content/Images/Image.ashx?HeaderMenu/mb_document25-active.svg);
}
#VOS_topmenubar.v24 ul.gui_nav_header_v24 img#ctl00_imgIndDocumentsNew24.active,
#VOS_topmenubar.v24 ul.gui_nav_header_v24 img#ctl00_imgEmpDocumentsNew24.active {
    content: url(../../../Handlers/Content/Images/Image.ashx?HeaderMenu/mb_document_notification25-active.svg);
}
#VOS_topmenubar.v24 ul.gui_nav_header_v24 img#ctl00_imgCalendarNotificationBarIcon24.active {
    content: url(../../../Handlers/Content/Images/Image.ashx?HeaderMenu/mb_appointment25-active.svg);
}
#VOS_topmenubar.v24 ul.gui_nav_header_v24 img#ctl00_imgCalendarNotificationBarIconNew24.active {
    content: url(../../../Handlers/Content/Images/Image.ashx?HeaderMenu/mb_appointment_notification25-active.svg);
}
#VOS_topmenubar.v24 ul.gui_nav_header_v24 img#ctl00_imgIndDocumentsNew24.active {
    content: url(../../../Handlers/Content/Images/Image.ashx?HeaderMenu/mb_document_notification25-active.svg);
}

#VOS_topmenubar.v24 ul.gui_nav_header_v24 img#ctl00_imgPinImg.active {
    content: url(../../../Handlers/Content/Images/Image.ashx?HeaderMenu/mb_pintodashboard25-active.svg);
}

#VOS_topmenubar.v24 h3.panelTitle {
    font-size: 1.3em;
    text-align: center;
    margin: auto;
    /*width: 90%;*/
}
#VOS_topmenubar.v24 .ada_modal_reset {
    margin: 0 10%;
}
#VOS_topmenubar.v24 img.panelGraph {
    max-width: 225px;
    max-height: 200px;
    display: block;
    text-align: center;
    margin: auto;
    padding: 0 20px;
}
#VOS_topmenubar.v22 h3.panelTitle, #VOS_topmenubar.v22 img.panelGraph, #VOS_topmenubar.v22 img.panelGraph, #VOS_topmenubar.v22 #div_pin_grid {
    display: none;
}
#VOS_topmenubar.v24 #div_preview_header.fixed #div_pin_grid .iconContainer {
    font-size: 1.5em;
    vertical-align: middle;
}
#VOS_topmenubar.v24 #div_preview_header.fixed #div_pin_grid .pinLinkContainer a {
    display: inline-block;
    width: 90%;
    vertical-align: middle;
}
a#ctl00_hlHomeLink {
    color: #555 !important;
}
.preview_header div {
    margin: 0 auto; 
}
#div_preview_header #div_profile_section {
    width: 40%;
    text-align: center;
}
#div_preview_header #div_profile_section > div > div {
    width: 49% !important;
}
#VOS_topmenubar.v24 #div_preview_header.preview_header #dismiss_button_container {
    width: 100% !important;
    position: -webkit-sticky;
    position: sticky;
    padding: 10px 30px;
    /*bottom: 0;*/
    margin: auto;
    display: none !important;
}
#VOS_topmenubar.v22 #div_preview_header.preview_header #dismiss_button_container {
    width: 100% !important;
    position: -webkit-sticky;
    position: sticky;
    padding: 10px 30px;
    bottom: 0;
    margin: auto;
}
#div_preview_header.preview_header #dismiss_button_container.active {
    display: block !important;
}
#VOS_topmenubar.v24 #div_preview_header.fixed .v24hide {
    display: none !important;
}
#VOS_topmenubar.v22 #dismiss_ctr_mail, #dismiss_ctr_resume, #dismiss_ctr_documents, #dismiss_ctr_calendar, #dismiss_ctr_profile {
    width: 70%;
    margin: auto;
    text-align: center;
}
#VOS_topmenubar.v24 #dismiss_ctr_mail, #dismiss_ctr_resume, #dismiss_ctr_documents, #dismiss_ctr_calendar, #dismiss_ctr_profile {
    width: 100%;
    margin: auto;
    text-align: center;
}
#div_preview_header.preview_header #dismiss_button_container.hide {
    display: none !important;
}
#dismiss_button_container > div {
    display: none;
}
#VOS_topmenubar.v22 #dismiss_button_container > div#dismiss {
    display: inline-block;
    text-align: center;
}
#VOS_topmenubar.v22 #dismiss_ctr_alert, #VOS_topmenubar.v22 #dismiss_ctr_accessibility {
    display: none !important;
}
#VOS_topmenubar.v24 #dismiss_button_container.active > div#dismiss {
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
    text-align: center;
    margin-left: 0px;
}
#VOS_topmenubar.v24 #dismiss_button_container.active > div#dismiss span {
    display: block;
    margin: 0;
    padding: 0;
}
#dismiss_button_container > div.active {
    display: inline-block;
    height: auto;
}
#dismiss_button_container a {
    margin-right: 10px;
    
}
#dismiss_button_container a.dismisslink {
    padding: 5px 10px 5px 10px !important;
    border-right: 1px solid black;
    width: auto !important;
    min-width: 180px;
    max-width: 260px;
}
#dismiss_button_container a.dismisslink:last-of-type {
    padding-right: 0px;
    border-right: 0px solid black;
}
.ada_buttons_all button.btn.formbutt {
    padding: 5px 20px !important;
    white-space: nowrap;
}
#VOS_topmenubar.v24 #adaBtnCancel {
    display: none;
}
html[lang="es"] .ada_modal_popup_div select {
    width: 196px;
}
.ada_modal_popup_div select {
    width: 150px;
}
.header_menu_dismiss_icon {
    cursor: pointer !important;
    position: fixed !important;
    top: 0px !important;
    right: 0px !important;
}

.messages_header_info {
    font-weight: bold !important;
    color: #0000FF;
}

.messages_header_info_read {
    font-weight: normal !important;
}

.calendar_item_divider {
    display: none !important;
}

.profilePicHeaderMenu {
    /*position:relative;
    top:-8px;*/
    border-radius: 50%;
    overflow: hidden;
}

.profilePicHeader {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    margin-top: 9px;
}

.profilePicPreview {
    border-radius: 50%;
    border: 1px solid #000 !important;
    overflow: hidden;
    width: 150px !important;
    height: 150px !important;
}

.header_menu_logo_container {
    /*background: url('../../../Handlers/Content/Images/Image.ashx?logo_s.svg');
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position:left;
    background-repeat:no-repeat;*/
    min-height: 40px;
    width: auto;
    text-align: center;
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #FFF;
}

.header_child {
    display: inline-block;
    vertical-align: middle;
    height:100%;
    /*height:29px !important;*/
}

/*.gui_nav_header_v22 {
    padding-inline-start: 0px !important;
    margin-bottom: 0px !important;
    margin-top:-7px;
}

.gui_nav_header_left_v22 {
    max-width: 200px !important;
}*/

.gui_nav_header_middle_v22 {
    min-width: 560px !important;
}
a#hlMenu_v22 {
    text-decoration: none;
}
.gui_nav_image {
    width: 40px;
    margin-top: -6px;
    margin-bottom: 3px;
}
#VOS_topmenubar.v24 .gui_nav_image, #VOS_topmenubar.v24 .profilePicHeader {
    height: 30px !important;
    margin-top: -6px;
    margin-bottom: 3px;
}
#VOS_topmenubar.v24 button[id*='btnMultiSearchType'], #VOS_topmenubar.v24 a#univsearchbtn, #VOS_topmenubar.v24 #dvNaturalLanguage [id$="smallsearchbutton"], #VOS_topmenubar.v24 .multi-search #dvNaturalLanguage [id$="smallsearchbutton"], #VOS_topmenubar.v24 .multi-search #dvCandidateNaturalLanguage [id$="smallsearchbutton"] {
    border: 1px solid #666 !important;
    background: #0D76BD;
    color: white !important;
    font-size: small;
}
#VOS_topmenubar.v24 #gui_toolbar_v22_wrapper #gui_toolbar_v22 a#univsearchbtn {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
#VOS_topmenubar.v24 .multi-search #univsearchtxtkeyword,
#VOS_topmenubar.v24 .multi-search #univsearchlocation {
    border: 1px solid #666 !important;
    border-left: 0px solid #666 !important;
    border-right: 0px solid #666 !important;
    margin: 0 !important;
    border-radius: 0px !important;
}
#VOS_topmenubar.v24 .multi-search input.form-control {
    color: black !important;
}

#VOS_topmenubar.v24 .multi-search input.form-control::placeholder {
    color: #AAA !important;
}

#VOS_topmenubar.v24 .multi-search {
    width: 70%;
    margin: auto;
    height: 38px;
    flex-wrap: nowrap;
}

#VOS_topmenubar.v24 .profilePicHeader {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    margin-top: 0px;
}

#VOS_topmenubar.v24 div[id*='divAdditionalOptions'] {
    display: none !important;
}

#VOS_topmenubar.v24 .multi-search #divAdditionalOptions {
    display: none;
}

#VOS_topmenubar.v24 .multi-search li[id*='liAdditional'], #VOS_topmenubar.v24 li.xtra {
    display: block;
}

#VOS_topmenubar.v24 .multi-search a#MultiSearchType1,
#VOS_topmenubar.v24 .multi-search a#MultiSearchType2,
#VOS_topmenubar.v24 .multi-search a#MultiSearchType3,
#VOS_topmenubar.v24 .multi-search a#MultiSearchType4,
#VOS_topmenubar.v24 .multi-search a#MultiSearchType5,
#VOS_topmenubar.v24 .multi-search a#MultiSearchType6,
#VOS_topmenubar.v24 .multi-search a#MultiSearchType7,
#VOS_topmenubar.v24 .multi-search a#MultiSearchType8 {
    text-decoration: none;
    color: black;
}
#VOS_topmenubar.v24 .multi-search #dvNaturalLanguage input[id$='searchtextbox'], #VOS_topmenubar.v24 #dvCandidateNaturalLanguage input[id$='searchtextbox'] {
    /*width: 32vw !important;*/
    border: 1px solid #AAA !important;
    font-size: small !important;
    height: 38px;
}
#VOS_topmenubar.v24 .multi-search a[id$='addlOpts'] {
    display: inline-block;
    width: 38px;
    height: 38px;
    color: white;
    background: #666;
    border-radius: 4px;
    vertical-align: middle;
    text-align: center;
    margin-left: 10px;
}
#VOS_topmenubar.v24 .multi-search a .fa-regular {
    color: white;
}
#VOS_topmenubar.v24 .multi-search #dvNaturalLanguage [id$="smallsearchbutton"], #dvCandidateNaturalLanguage [id$="smallsearchbutton"] {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

#VOS_topmenubar.v24 .multi-search li.act a {
    display: inline;
    padding-left: 0;
    margin-left: 0;
}

#VOS_topmenubar.v24 .multi-search li.act:before {
    content: "\2714\0020";
    color: #666;
}
#VOS_topmenubar.v24 .header_child {
    height: auto;
}
#VOS_topmenubar.v24 #gui_toolbar_v22 {
    background-image: linear-gradient(to right, #e9f7fd, #d2edf6);
    /*background-image: linear-gradient(to right, #e9f7fd, #e3f4fb, #def2fa, #d8eff8, #d2edf6);*/
    /*https://mycolor.space/gradient?ori=to+right&hex=%23E9F7FD&hex2=%23D2EDF6&sub=1*/
}

#div_sub_topNav .header_menu_item_wrapper {
    display: inline-block;
    vertical-align: bottom !important;
    min-width: 40px !important;
    margin: 0;
    /*padding: 0 !important;*/
}
#div_sub_topNav.open .header_menu_item_wrapper {
    display: inline-block;
    vertical-align: bottom !important;
    min-width: 60px !important;
    margin: 0;
    padding: 0;
}
#div_sub_topNav a#lnk_menuToggle .header_menu_item_wrapper {
    padding: 0 !important;
    min-width: unset !important;
}
#div_sub_topNav ul#gui_nav_header {
    display: flex;
    font-size: 12px !important;
    color: white;
    text-align: left !important;
    margin: 0 0 0 5px !important;
    padding: 0;
    gap: 5px;
}
#VOS_topmenubar.v24 .breadcrumb-item {
    font-size: small;
}
#div_sub_topNav ul#gui_nav_header li {
    display: inline-block;
    height: 42px;
    vertical-align: top;
    text-align: center !important;
    padding: 4px 0 2px 0 !important;
}
#div_sub_topNav.open ul#gui_nav_header li {
    height: 60px;
}
#div_sub_topNav.open .navlbl {
    display: block;
    padding: 0 2.5px 0 2.5px;
}

#div_sub_topNav ul#gui_nav_header li.active {
    background: white;
}
#div_sub_topNav ul#gui_nav_header li > a {
    vertical-align: bottom;
}
div[id*='pnlSignOutContainer'] {
    padding: 6px;
}
div.pnluserid a {
    text-decoration: none;
}
/*#div_sub_topNav ul#gui_nav_header li.homesign div:hover {
    background-color: #fff;
}*/
.gui_nav_image_hamburger {
    width: 30px;
    margin-top: -5px;
    margin-left: 1px;
}

.dashboard_active_tab {
    border-bottom: solid 4px #0E76BD;
}


.trig .gui_nav_image {
    /*width: 20px !important;
    height: 20px !important;
    margin-top: -5px;*/
}

.trig .profilePicHeader {
    /*width: 20px !important;
    height: 20px !important;*/
}

.trig .gui_nav_header_v22 {
    /*margin-top: 0px;*/
}
#gui_toolbar_v22 #header_right {
    text-align: right;
    /*display: flex;
    align-items:;
    justify-content: center;*/
}
#VOS_topmenubar.v24 #header_right > div {
    text-align: center !important;
}
    #gui_toolbar_v22 #header_right .navlbl {
        font-size: 12px !important;
        text-align: center !important;
    }
#VOS_topmenubar.v24 #header_right .navlbl {
    font-size: 12px !important;
    text-align: center !important;
    color: #363C3E;
}
#VOS_topmenubar.v24 #header_right #gui_nav_search {
    margin-top: -10px;
    padding: 0;
}
    #gui_toolbar_v22 #header_right #univsearch-toggle {
        position: relative;
        margin: 0 0;
        right: 5px;
        font-size: 40px;
        /*line-height: 1;*/
        text-align: center !important;
        padding: 0 !important;
    }
#gui_toolbar_v22 #header_right .navicon a {
    color: #777;
}
.uppermenu ul li a, .uppermenu ul li a:hover {
    color: white;
}
#VOS_wrapper #gui_header{
    margin: 0 auto !important;
    width: 80% !important;
}
#VOS_wrapper #gui_header_v22 {
    position: relative;
    background-color:#FFF;
    border-bottom: solid 1px #777;
    border-top: solid 1px #777;
    /*position:relative;
    margin-top:10px;*/
    margin-right: 0px;
    width: auto !important;
}
#VOS_wrapper.menuactive #gui_header{
    margin: 0 auto 0 0 !important;
    width: 100% !important;
}
#VOS_wrapper.menuactive #mstBody, #aspnetForm, form  {
    width: 100% !important;
}
#gui_header {
    background-image: none !important;
    padding: 25px 0;
    height: auto !important;
}
div#gui_header div#gui_toolbar {
    color: #fff;
    font: 12px verdana,sans-serif !important;
    height: 30px;
}
#VOS_page-content-wrapper.noscroll {
    height: 100%;
    overflow: hidden;
    top: 0px !important;
}
div#gui_header div#gui_toolbar ul {
    margin: 0;
    padding: 6px 0;
    width: 100%;
    list-style: none;
    text-align: center;
}
#gui_nav_header .homesign {
    float: none;
}
div#gui_header h1 {
    font-size:20px;
    text-decoration:none;
    position: relative;
    margin: 0 auto;
    padding: 0;
    height:auto;
    width: inherit;
}
div#gui_header .textlogo {
    font-size:20px;
    text-align:center;
    color:black;
    width: auto;
    height: auto;
    max-width: 170px;
    display: inline-block;
    word-break: normal
}
p#gui_instructions {
    z-index: 1000;
    width: 90% !important;
    padding: 0 0 10px 0;
    font-size: 1.0em;
    /*margin-left: 20px;*/
    color: black;
    display: flex;
}
div[id*='txtWYSIWYGEditor'],span[id*='txtWYSIWYGEditor'],div[id*='tdOptions'],div[id*='cntSubject'],div[id*='cntCaseRecipient'],div[id*='cntDeliveryMethod'],div[id*='cntPrefNotif'],div[id*='cntReadReceipt'],div[id*='cntReplyRec'],div[id*='pnlCompose'],div[id*='cntLetterName'],div[id*='cntAddSig'],div[id*='cntOffice'],div[id*='cntSaveType'],div[id*='cntPrefNotif'],div[id*='cntOutputType'],div[id*='GSIContainer2'],div[id*='GSIContainer3'],div[id*='cntRecipients'],div[id*='cntRecipientType'],div[id*='cntCorrType'],div[id*='cntActive'],div[id*='cntSubject'],div[id*='cntCreatorUse'],div[id*='cntBody'],div[id*='cntTemplateName'],div[id*='cntTemplateType'],div[id*='cntRecAddress']   
{ /*these override various controls that cannot otherwise be done*/
    width: 100% !important; 
}
.mastheadasp p#gui_instructions {
    margin-top:0px !important;
    padding: 0px !important;
}
.logoencl img.gui_logo_width { 
    width: 100%;           /* logo size; override in client_r.css */
}
.logoencl img.gui_logo_width[src$=".svg"] { 
    width: 200px;           /* .svg logo; override in client_r.css */
    height: 82px;
}
#gui_instructions {    
}
.gui_instructions_top {     /* by default this is shown, next to the logo */
    display: normal;
    position: relative;
}
.gui_instructions_flex {
    float: left;
    display: inline-block;
    margin: 0 8px;
    line-height: 1.25;
    max-width: calc(100% - 460px);
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: normal;
    hyphens: auto;
}

@media (max-width: 2000px) {
    .gui_instructions_flex {
        max-width: 80%;
    }
}

@media (max-width: 800px) {
    .gui_instructions_flex {
        max-width: 60%;
    }
}

.gui_instructions_main {    /* hides gui_instructions, built in content */
    display: none;
}
#mask {
    display:none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10000;
  background-color: rgba(0,0,0,0.5);
}
#menu-toggle, #menu_toggle_v22, #menu-toggle.admin {
    color: white;
    cursor: pointer;
    padding: 0px;
}
#menu_toggle_v22, #menu-toggle_v22.admin {
    color: white;
    cursor: pointer;
    padding: 0px;
}
.sidebar-text:hover, .sidebar-text:focus {
    text-decoration: underline;
}
#menu-toggle, #menu_toggle_v22 > .sidebar-text {
    margin: 1px 0 0 6px;
}

.sidebar-brand_v22 {
    padding-left: 12px; /*1033691*/
    padding-right: 8px; /*1033691*/
    padding-top: 10px; /*1033691*/
    line-height: 24px;
    font-size: 21px;
    z-index: 9991;
    /*display:inline-block;*/
    vertical-align: middle; 
    /*width:30%;*/
}
    .sidebar-brand_v22 a, .sidebar-brand_v22 a:hover, .sidebar-brand_v22 a:focus, .sidebar-brand_v22 a:active {
        color: #363C3E;
    }
.sidebar-brand {
	position: absolute;
	top: auto;
    margin: 2px 0 0 3px;
	left: 5px;
	line-height: 24px;
	font-size: 21px;
	z-index: 9991;
} .sidebar-brand a,.sidebar-brand a:hover,.sidebar-brand a:focus,.sidebar-brand a:active {
	color: white;
}
.sidebar-brand-quickSearch {
    color: white !important;
	position: fixed !important;
	top: 35px !important;
    margin: 2px 0 0 3px;
	left: 1160px !important;
	line-height: 24px;
	font-size: 21px;
	z-index: 9991;
}
#univsearch-toggle {
    position: absolute;
	top: auto;
    margin: 2px 1px 0 0;
	right: 5px;
	line-height: 24px;
	font-size: 21px;
	z-index: 9991;
    cursor:pointer;
}
#gui_toolbar a.menutoggle { color: white; }
#gui_toolbar a.menutoggle:hover { color: white; }
#gui_toolbar a.menutoggle:focus { color: white; }
.menutoggle_v22 {
    color: #555 !important;
}
.sidebar-brand > .sidebar-text {
    font-size: 12px !important;
    color: inherit;
    display: inline-block;
    margin: 1px 0 0 1px;
    vertical-align: top;
}

.sidebar-brand > .recite-ele > .sidebar-text {
    font-size: 12px !important;
    color: inherit;
    display: inline-block;
    margin: 1px 0 0 1px;
    vertical-align: top;
}

.recite-header {
    z-index: 9998 !important;
}

.sidebar-text span {
    color: white;
}
.sidebar-text_v22 div {
    display:none !important;
}
.sidebar-text_v22 {
    color: #555;
    font-size: 12px;
    /*font-weight:bold;*/
}
.search_wrapper_v22 {
    width:33%;
    padding-right:20px;
    /*position:relative;
    top:10px;*/
}
#univsearch-toggle > .sidebar-text {
    font-size: 12px !important;
    color: inherit;
    display: inline-block;
    margin: 1px 5px 0 0;
    vertical-align: top;
}
#univsearch-toggle_v22 {
    display: inline-block;
    text-align: right;
    background-color: #f8f9fa;
    line-height: 36px;
    border: solid 1px #AAA;
    border-radius: 10px;
    width: 65%;
    float: right;
}
#univsearch-toggle_v22 > .sidebar-text_v22 {
    font-size: 11px !important;
    color: #555;
    display: inline-block;
    margin: 1px 5px 0 0;
}
#univsearch .multilbl {
    display: none;
}
#gui_nav_header #gui_univsearch-toggle {
    display: none;
}

#univsearch .input-group_v22 {
    position: relative;
    width: 100%;
}

.input-group-btn {
    width: auto;
    display: inline-block;
}
#univsearch .input-group a#univsearchbtn,
#univsearch .input-group_v22 a#univsearchbtn {
    width: auto !important;
    margin-left: 5px;
}
#univsearch .input-group_v22 input {
    /*width: 100% !important; 
     border-radius: 5px;*/
    margin: 0px !important;
    font-size: small !important;
}
.input-group div.input-group:nth-of-type(1),
.input-group_v22 div.input-group:nth-of-type(1) {
    padding-right: 5px !important;
}
.input-group div.input-group:nth-of-type(2),
.input-group_v22 div.input-group:nth-of-type(2) {
    padding-left: 5px !important;
}
#univsearch {
    padding: 10px 5%;
    position: fixed;
    height: auto;
    max-height: 80%;
    z-index: 8000;
    background-color: #DDDDDD !important;
    color: #000000 !important;width: 100%;
}
    #univsearch span {
        color: #000000 !important;
        padding: 0 0 4px 0;
        margin: 0;
        font-size: 1.0em;

    }
#gui_toolbar_v22 #univsearch {
    position: fixed;
    top:70px;
    background-color: transparent !important;
    /*margin-top: 5px !important;*/
    width: 90% !important;
    margin: 0 auto !important;
}
#ctl00_ucMultiSearch_v22_divAdditionalOptions {
    font-size: small;
    line-height: 10px;
}
#univsearch input {
    padding: 2px;
    margin: 0px 4px 0 0 !important;
    border: 0;
    color: #545454 !important;
    /*width: 100%;*/
    /*height: 28px;*/
    /*font-size: small !important;*/
}

#univsearch input.formbutt {
    font-size: 1.0em !important;
    padding: 2px 8px 4px 8px !important;
    z-index: 8000;
    margin: 0 !important;
    color: #ffffff !important;
}

#univsearchtxtkeyword:-ms-input-placeholder, #univsearchlocation:-ms-input-placeholder {  color: silver; }

#univsearch .gui_button_topleft,#univsearch .gui_button_topright,#univsearch .gui_button_bottomleft,#univsearch .gui_button_bottomright {
    margin:0;
    padding: 0;
}
ul#gui_nav_header li#gui_nav_js.mob {  /* hide these for mobile */
    display: none;
}

/* all menu icons */
#gui_nav_header li i.fa, #gui_nav_footer_200w li i.fa, #gui_nav_footer li i.fa {
    font-size: 16px;
    vertical-align:text-bottom;
}
/* footer icons */
#gui_nav_footer_200w li i.fa, #gui_nav_footer li i.fa {
    color: #666;
}
/* undo background image to override local css */
#gui_nav_header *, #gui_nav_footer_200w *, #gui_nav_footer * {
    background-image: none !important;
}
#univsearch .input-group #btnsearch-icon {
    display: none;
}
/*//////////////////////////////////////
////// --- END TOP NAV STYLES --- //////
//////////////////////////////////////*/
/*//////////////////////////////////////////////
////// --- BEGIN LEFT NAV MENU STYLES --- //////
//////////////////////////////////////////////*/
/*Top Level Menu specs*/
#gui_sidemenu.menuflat li {
    padding-left: 0 !important;
    list-style: none;
}
#gui_sidemenu.menuflat ul {
    padding-left: 0 !important;
}
#VOS_sidebar-wrapper.hidedesc #gui_sidemenu ul li a span.menudesc {
    display: none;
}
a[data-toggle="collapse"] {
    position: relative;
}
#VOS_sidebar-wrapper {
    width: 360px;
    position: fixed;
    top: 0;
    left: -360px;
    z-index: 9999;
    background: #fff;
    color: #000;
    /*transition: all 0.2s ease;*/
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#VOS_sidebar-wrapper #menu_wrapper {
    display: none;
    /*padding-right: 10px;*/
}
#VOS_sidebar-wrapper.active #menu_wrapper {
    display: block;
    height: 96vh;
    overflow: auto;
}
#VOS_sidebar-wrapper.active { 
    left: 0;
    width: 360px;
}
#VOS_sidebar-wrapper.active.active2 {
    left: -360px;
    width: 720px;
}
#VOS_sidebar-wrapper.active.active2.active3 {
    left: -720px;
    width: 1080px;
}
#VOS_sidebar-wrapper.active.active2.active3.active4 {
    left: -1080px;
    width: 1440px;
}
#VOS_sidebar-wrapper.active ul.list-unstyled.collapse {
    display: none;
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0;
}
#VOS_sidebar-wrapper.active ul.list-unstyled.collapse.show {
    display: block; /* show menu state */
    margin-left: 360px !important;
    width: 360px;
    position: fixed;
    top: 0;
    height: 100vh;
    z-index: 9999;
    background: #fff;
    color: #000;
    /*transition: all 0.2s ease;*/
    overflow-y: auto;
}
#VOS_sidebar-wrapper.active ul.list-unstyled.collapsing {
    -webkit-transition: none; /* hide menu state */
    transition: none;
    display: none;
}
#VOS_wrapper .managing {
    display: block;
}

#VOS_wrapper.menuactive .managing {
    display: none;
}
#gui_instructions h1 {
    /*width: 90%;*/
    font-size: 1.7em;
    font-weight: bold !important;
}
#gui_sidemenu ul > li.parent a.menucaret {
    display: inline-block;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1rem;
    font-family: 'Font Awesome\ 5 Pro';
    content: "\f105"; /* FontAwesome Unicode */
    color: #666;
    padding-right: 10px;
    margin-top: 4px;
}
/*#gui_sidemenu ul > li.parent:before {
    display: inline;
    font-family: Font Awesome\ 5 Pro; 
    font-size: 1.0em;
    font-weight: 400;
    content: "\f054";
    color: #666;
    margin-top: 10px;
    margin-right: 10px;
    float: right;
}*/

#gui_sidemenu i.fal {
    color: #999;
}
#gui_sidemenu i.fal.fa-times {
    color: #fff;
}
#gui_sidemenu i.fal.fa-arrow-left {
    color: #fff;
    font-size: 1.7em;
    padding-top: 4px;
}
.ulchildtitle {
    padding-left:20px;
    background: #666;
    color: white;
}
#gui_sidemenu ul {
    margin: 0;
}

#gui_sidemenu ul li a, #gui_sidemenu ul ul ul li a {
    /*padding: 0px 0px 0px 5px;*/
    font-size: 1.0em;
    color: black;
    text-decoration: none;
    display: block;
    font-weight: normal;
    line-height: 2.0em;
}
#gui_sidemenu ul li.parent > a {
    /*text-decoration: underline;*/
}
#gui_sidemenu ul li.parent {
    display: flex;
    justify-content: space-between;
}
#gui_sidemenu li a {
    padding: 5px 0;
    margin-left: 5px;
}
#gui_sidemenu li a.client-font-color {
    font-weight: bold;
    margin-top: 10px;
}
#gui_sidemenu li h2 {
    font-size: 1.1em;
    margin: 0px 0 0 0px;
    padding: 6px 2px;
}
#gui_sidemenu ul.assistedlist li {
    font-size: 0.8em;
    margin: 0px 5px;
    padding: 0 0 0 0px;
}
#gui_sidemenu hr {
    margin: 0 !important;
}
#gui_sidemenu ul.assisted {
    background: #eee;
}
    #gui_sidemenu ul.assisted li a.client-font-color {
        color: #000 !important; /* assisted headers */
    }
#gui_sidemenu .dropdown {
    border-bottom: 1px #CCC solid;
}
#gui_sidemenu > ul > li h2:hover,
#gui_sidemenu > ul > li > ul > li:hover,
#gui_sidemenu > ul > li h2 ~ ul > li:hover,
#gui_sidemenu > ul > li > ul > li > ul > li:hover {
    background-color: #EEE !important;
}
#gui_sidemenu > ul > li .ulchildtitle h2:hover {
    background-color: unset !important;
}
#gui_sidemenu > ul > li > ul > li > a:hover, #gui_sidemenu > ul > li > ul > li > a:focus {
    text-decoration: underline; /* hover state for top level links */
    background: none !important;
}
#gui_sidemenu > ul > li > ul > li > ul > li > a:hover, #gui_sidemenu > ul > li > ul > li > ul > li > a:focus {
    text-decoration: underline; /* hover state for 2nd level links */
}
#gui_sidemenu > ul > li > ul > li > ul > li > ul > li > a:hover, #gui_sidemenu > ul > li > ul > li > ul > li > ul > li > a:focus {
    text-decoration: underline; /* hover state for 2nd level links */
}
#gui_sidemenu > ul > li > ul > li > ul > li > ul > li > ul > li > a:hover, #gui_sidemenu > ul > li > ul > li > ul > li > ul > li > ul > li > a:focus {
    text-decoration: underline; /* hover state for 3nd level links */
}
#gui_sidemenu ul li a.client-font-color:hover, #gui_sidemenu ul li a.client-font-color:focus {
    text-decoration: underline; /* hover state for headers */
}
#gui_sidemenu > ul > li > ul {
    margin: 0 0 15px 0px !important;
}
#gui_sidemenu ul li a span.menudesc {
    display: block;
    font-size: 1.0em;
    /*padding: 3px 20px 0px 25px; */
    margin-top: -5px;
    color: #666666;
    line-height: 1.1em;
}
#gui_sidemenu ul li ul li a { /*indents*/
    padding-left: 22px !important;
}
#gui_sidemenu ul li ul li h2 a { /*indents*/
    padding-left: 2px !important;
}
a.itemManagedUser {
    word-break: break-all
}
#gui_sidemenu ul li ul .menudesc { /*indents*/
    /*padding-left: 15px !important;*/
}
#gui_sidemenu ul li ul li a.client-font-color { /*indents*/
    margin-left: 0px !important;
}

/* dismiss buttons */
a.dismiss, a.dismisstop, a.dismisstop.fal {
    padding: 2px 4px !important;
    cursor: pointer;
    color: white !important;
    display: inline-block !important;
}
.dismisstop i {
    font-size: 2.0em;
}
.pnluserid {
    display: inline-block !important;
    padding: 2px !important;
}
/* menu filter items */
#VOS_sidebar-wrapper input#menu_filter {
    margin-top: 3px;
    width: 100% !important;
    border: none !important;
    height: 36px !important;
    padding: 4px 8px;
    font-size: 16px !important;
    margin-bottom: 4px;
}
#VOS_sidebar-wrapper input::placeholder {
    font-size:1.0em;
    color: black;
}
#VOS_sidebar-wrapper input:focus::placeholder {
    display: none !important;
}
#VOS_sidebar-wrapper input#menu_filter::-ms-clear {
    display: none;
}
#VOS_sidebar-wrapper input#menu_filter::placeholder {
    padding-left: 20px;
}
li#liPinIcon {
    /*display: none !important;*/
}
#menuLogOff {
    position: relative;
    z-index: 55000;
}
#VOS_sidebar-wrapper.active #menuLogOff, #VOS_sidebar-wrapper.active a#menudismiss {
    display: block !important;
}
#VOS_sidebar-wrapper.active.active2 #menuLogOff, #VOS_sidebar-wrapper.active.active2 a#menudismiss {
    display: none !important;
}
.quick_assist_wrapper {
    outline: solid 2px dodgerblue;
    margin-bottom: 2px;
    width: 85%;
    display: inline-block;
}
.input-wrapper {
    border-bottom: solid 1px #CCC;
    padding-bottom: 5px;
}
.input-wrapper .buttons {
    float: right;
    margin-right: 6px;
    margin-top: -35px;
    position: relative;
}
.input-wrapper .quick_assist {
    display:inline-block;
    margin-top: 5px;
    position: relative;
}
.input-wrapper .icon {
    color: black;
    cursor: pointer;
    display: inline-block;
    padding: 5px;
}
#filtered_items ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 10px;
}
#filtered_items ul li a {
    font-size: 1.0em;
    color: black;
}
#filtered_items {
    padding: 5px;
}

/*quick search*/
#gui_sidemenu #gui_quicksearch {
    border-top: none !important;
    width: 100% !important;
}

#gui_quickserch #gui_quicksearch_helpa.button {
}

#gui_sidemenu #gui_quicksearch #gui_quicksearch_txtQuery {
    width: 80% !important;
    background: none;
    margin-right: 0px;
    border:none !important;
    outline:none !important;
}
div.assisteduserheader {
    color: white;
    background: black;
    text-align: center;
    margin: 0;
    padding: 0;
    position: relative;
}
#gui_sidemenu #gui_quicksearch #gui_quicksearch_loading {
    display: inline-block;
    vertical-align: middle;
    margin-top: -10px;
    margin-left: 0px !important;
    /*position: relative;*/
}
#gui_sidemenu li i.root-group:focus, #gui_sidemenu li i.root-group:hover, #desctrig:focus, #menusearch:hover, #desctrig:hover, a.dismisstop:hover, a.dismisstop:focus {
    outline: 2px solid dodgerblue;
}
#menusearch:focus {
    outline: 2px solid dodgerblue !important;
}
#VOS_sidebar-wrapper .collapsed {
    background: none;
    background-position: 0;
    padding-left: 0px;
}
#menusearch{
    vertical-align: top;
}
#desctrig {
    content: "";
    vertical-align: top;
    position: relative;
    cursor: pointer;
    height: 26px;
    width: 22px;
    display: inline-block;
    background: url(../../SiteClient/BaseImages/descShow.svg) no-repeat center;
    background-size: 100%;
}
#desctrig.hide {
    background: url(../../SiteClient/BaseImages/descHide.svg) no-repeat center;
}
.icon-glassdoor {
    content: "";
    vertical-align: top;
    position: relative;
    cursor: pointer;
    height: 40px;
    width: 25px;
    margin: auto;
    text-align: center;
    display: inline-block;
    background: url(../../SiteClient/BaseImages/logo-glassdoor.png) no-repeat center;
    background-size: 100%;
}
#ctl00_Main_content_ucDashboard_ctl00_ucJobsSlider_pnlMain .db_module.portlet {
    border-radius: 0;
    border: solid 0px lightgrey;
    margin: 0;
}
#ctl00_Main_content_ucDashboard_ctl00_ucJobsSlider_pnlMain div.portlet-header.overridepadding {
    display: none;
}
#ctl00_Main_content_ucDashboard_ctl00_ucJobsSlider_pnlMain .portlet-content,
#ctl00_Main_content_ucDashboard_ctl00_ucJobsSlider_pnlMain .db_module_close {
    background: #fff;
}
#ctl00_Main_content_ucDashboard_ctl00_ucJobsSlider_pnlMain .db_module_close {
    height: 0;
}
.sectionDashboardJobSlider > div {
    padding: 0 !important;
}
#gui_sidemenu .MenuLandingPageItemDescription,
#gui_sidemenu a[name*='LastView'] img {
    display: none
}
textarea {
    resize: both !important;
}
#VOS_topmenubar.v24 #gui_nav_alert.UTIshowmobile {
    display: none !important;
}

/*Accessibility Title element*/
a.info:focus {
    /*outline: 0;*/
}

a.info {
    position: relative;
    z-index: 24;
    color: #000;
    text-decoration: none
}

a.info:hover, a.info:focus, a.info:active {
    z-index: 50000;
}

a.info span {
    position: absolute;
    left: -9000px;
    width: 0;
    overflow: hidden;
}

a.info:hover span, a.info:focus span, a.info:active span {
    display: block;
    position: absolute;
    top: 1em;
    left: 1em;
    width: 12em;
    border: 1px solid #0cf;
    background-color: #cff;
    color: #000;
    text-align: center;
    z-index: 1000;
}
#VOS_sidebar-wrapper .mnuCloseText {
    display: none;
}
#VOS_sidebar-wrapper a.info.dismisstop {
    display: none !important;
    position: fixed;
}
#VOS_sidebar-wrapper.active .mnuCloseText {
    display: none;
}
#VOS_sidebar-wrapper.active a.info.dismisstop, #VOS_sidebar-wrapper.active.active2 a.dismisstop.fal {
    background: none !important;
    display: block !important;
    padding: 0 !important;
    margin-left: 5px;
    top: 0;
    left: 360px;
}
/*#VOS_sidebar-wrapper.active.active2 a.dismisstop.fal:focus {
    outline: 2px solid blue;
}*/

a.dismisstop.info:hover span, a.dismisstop.info:focus span, a.dismisstop.info:active span {
    display: block;
    position: absolute;
    top: 0px !important;
    left: -100px !important;
    width: 7em;
    border: 1px solid #0cf;
    background-color: #cff;
    color: #000;
    text-align: center;
    z-index: 10009;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 0.9em;
}
/*Accessibility Title element*/


/*Accessibility Title element - Listitem elements. Needed for slider indicators*/
li.info:focus {
    outline: 0;
}

li.info {
    position: relative;
    z-index: 24;
    color: #000;
    text-decoration: none
}

li.info:hover, li.info:focus, li.info:active {
    z-index: 25;
}

li.info span {
    position: absolute;
    left: -9000px;
    width: 0;
    overflow: hidden;
}

li.info:hover span, li.info:focus span, li.info:active span {
    display: block;
    position: absolute;
    top: 1em;
    left: 1em;
    width: 12em;
    border: 1px solid #0cf;
    background-color: #cff;
    color: #000;
    text-align: center;
    z-index: 1000;
}

li.info.dismisstop {
    background: none !important;
}

li.dismisstop.info:hover span, li.dismisstop.info:focus span, li.dismisstop.info:active span {
    display: block;
    position: absolute;
    top: 0px !important;
    left: -100px !important;
    width: 7em;
    border: 1px solid #0cf;
    background-color: #cff;
    color: #000;
    text-align: center;
    z-index: 10009;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 0.9em;
}
#gui_sidemenu ul:last-of-type li ul:last-of-type li:last-of-type {
    padding-bottom: 10px; /*margin for Status bar hover on last left menu item*/
}
/*Accessibility Title element*/

/*////////////////////////////////////////////
////// --- END LEFT NAV MENU STYLES --- //////
////////////////////////////////////////////*/

/*.messageCenterMessages {
    width: 100%;
}*/

/*///////////////////////////////////////
////// --- BEGIN MEDIA QUERIES --- //////
///////////////////////////////////////*/
@media (max-width: 992px) { /* Tablet view overrides */
    #mstSMplusvis {
        display: none !important;
    }
    #VOS_topmenubar.v24 h3.panelTitle {
        width: 80%;
    }
    .messageCenterMessages {
        display: block;
        width: 100%;
    }
    #VOS_topmenubar.v24 .multi-search {
        width: 100%;
        margin: auto;
        flex-wrap: nowrap;
        padding-left: 15px
    }
    .mapwrap,.graphwrap,.messagetablewrap, #ctl00_Main_content_ucDashboard_ctl02_ucCareerLadderVisual_pnlCareerLadderVisual { 
        overflow-x: auto;  
        border: 1px silver solid;
        cursor: e-resize;
        cursor: -webkit-grab; 
        cursor: -moz-grab;
    }
    #mstBody {
        width: 90%;
    }
    #VOS_wrapper #gui_header,
    #VOS_wrapper.menuactive #gui_header{
        margin: 0 auto !important;
        width: 100% !important;
    }
    #univsearch-toggle_v22 > .sidebar-text_v22,
    .sidebar-text_v22 span,
    #univsearch-toggle_v22 {
        font-size: small !important;
    }
    #VOS_topmenubar.v24 .multi-search #dvNaturalLanguage input[id$='searchtextbox']::placeholder, #VOS_topmenubar.v24 #dvCandidateNaturalLanguage input[id$='searchtextbox']::placeholder {
        white-space: nowrap; 
        overflow: hidden !important; 
        text-overflow: ellipsis; 
        max-width: 130px; 
    }
    #univsearch-toggle_v22 {
        width: 90% !important;
    }
    #gui_header_v22 .helpbutton2 div[id$='divHelpLink'] {
        /*margin: 0px 30px 0 0;*/
    }
    .input-group_v22 .input-group-btn,
    .input-group_v22 input,
    .input-group_v22 #univsearchbtn {
        display: block !important;
    }

    #gui_toolbar_v22_wrapper #univsearch {
        width: 100% !important;
    }

    #univsearch .input-group_v22 input {
        width: 100% !important;
    }

    .input-group_v22 {
        width: 100%;
        padding: 5px;
    }

    .search_wrapper_v22 {
        padding-right: 0px;
        text-align: center !important;
    }

    #gui_toolbar_v22_wrapper.trig #header_left {
        width: 25%;
    }

    #gui_toolbar_v22_wrapper.trig #header_middle {
        width: 35%;
    }

    #gui_toolbar_v22_wrapper.trig #header_right {
        width: 40%;
    }

    #univsearch .input-group_v22 a#univsearchbtn {
        width: 100% !important;
    }

    /*#gui_toolbar_v22_wrapper #header_left {
        width: 15%;
    }


    #gui_toolbar_v22_wrapper #header_middle {
        width: 70%;
    }

    #gui_toolbar_v22_wrapper #header_right {
        width: 15%;
    }*/
    #VOS_topmenubar.v24 #div_preview_header.fixed > #wrap_preview_header > div.active {
        display: block !important;
        /*width: 50% !important;*/
    }
}

@media (max-width: 414px) { /* mobile mode */
    #mstSMplusvis {
        display: none !important;
    }
    p#gui_instructions {
        font-size: 12px !important;
    }

    h1 {
        font-size: 12px !important;
    }
}

@media (max-width: 767px) {             /* mobile mode */

    #VOS_sidebar-wrapper.active,
    #VOS_sidebar-wrapper.active.active2,
    #VOS_sidebar-wrapper.active.active2.active3,
    #VOS_sidebar-wrapper.active.active2.active3.active4 {
        left: 0;
        width: 90%;
    }
    #VOS_sidebar-wrapper.active ul.list-unstyled.collapse.show {
        display: block;
        margin-left: 0px !important;
        left: 0;
        width: 90%;
        position: fixed;
        top: 0px;
        height: 100vh;
        z-index: 9999;
        background: #fff;
        color: #000;
        transition: none;
        overflow: auto;
    }
    #VOS_topmenubar.v24 .multi-search {
        padding-left: 0px;
    }
    #VOS_topmenubar.v24 .multi-search a[id$='addlOpts'] {
        font-size: 24px;
    }
    #VOS_sidebar-wrapper a.info.dismisstop {
        display: none;
        position: fixed;
    }

    #VOS_sidebar-wrapper.active a.info.dismisstop {
        background: none !important;
        position: fixed;
        top: 0;
        right: 2px;
        left: unset;
    }

    #gui_sidemenu li h2 {
        font-size: 1.0em;
    }

    #VOS_sidebar-wrapper .mnuCloseText {
        display: none;
    }
    .dismisstop i {
        font-size: 2.0em;
    }
    a.info.dismisstop {
        background: none !important;
        position: fixed;
        top: 0;
        right: 0;
    }
    #mstSMplusvis {
        display: none !important;
    }
    .uppermenu {
        position: relative;
        width: 100%;
        z-index: 1020;
    }

    .containerx {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    p#gui_instructions {
        font-size: 1.0em;
        width: 75% !important;
    }
    .open {
        background: white !important; /* highlight color */
    }
    #lftsdmnu {
        background: white !important;
    }
    .menubox {
        padding: 0 0 0 0 !important;
        border: none;
    }
    #univsearch {
        width: 100% !important;
        padding: 10px 4px 0px 4px;
        border-radius: 0px;
        left: 0;
        right: auto;
    }
    
    #univsearch.menubox {
        padding: 10px 10px 5px 10px !important;
    }
    .contentLMF {
        height: auto !important;
    }

    div#gui_header h1 {
        text-align: left;
    }

    ul.footer_link * {
        text-align: center !important;
    }

    .footer-menu h2 {
        text-align: center;
    }

    table.tabsTable td {
        display: block;
        background: white;
        background-image: none;
        height: auto !important;
        padding: 4px 0;
        text-align: left;
        float: left;
        clear: left; /* fix for IE */
    }

        table.tabsTable td img {
            display: none;
        }

        table.tabsTable td:nth-child(odd) {
            display: none;
        }

        table.tabsTable td[background*="middlespan_on"] {
            background: white;
        }

            table.tabsTable td[background*="middlespan_on"] a:before {
                content: "\000BB ";
            }

    table.tabsTable {
        border: none;
        background: white;
    }
    #navbar-collapse-1 {
        
    }
    .gui_logo_width{ 
        width: auto;
    }
    .navbar-brand { 
        color:white !important;
    }
    .mastheadasp {
        padding-top:20px;
    }
    .messageCenterFolders {
        display: block;
        width:100%;
    }
    .messageCenterMessages {
        display: block;
        width: 100%;
    }
    ol.progtrckr li {
        display:inline-block;
        font-size: 1.0em;
        width: 30% !important;
    }
    .navigator_divSteps {
        position: relative;
        display: block;
        width: 100%;
        padding: 0px;
    }.navigator_divSteps > div {
        position: relative;
        width: 33% !important;
        padding: 0px;
	    display: inline-block;
        font-size: 1.0em;
        white-space:nowrap;
    }.navigator_divSteps > div a {
        font-size: 2.5vw !important;
        white-space:nowrap;
    }.navigator_divSteps > div > div > div {
        z-index: 99 !important;
    }.navigator_divStatusImage {
        z-index: 100 !important;
    }
    #tabtastic li {
        display:inline-block;
    }
    .ADAradiogroup {
        display:table;
    }
    #gui_toolbar > ul > li,#gui_toolbar > ul > li a {
        margin: 0 1px;
    }
    #gui_quicksearch {
        border-radius: 0 !important;
        margin-bottom:0;
    }
    #gui_associateusersearch {
        border-radius: 0 !important;
        margin-bottom:0;
    }

    table.tabs_drill span, .tabsText, [class*="wizardtab"] {
        font-size: 12px !important;
    }

    .tabs_drill_bg {
        background: none;
        padding: 0 ;
        border: none !important; 
    }

    div.tabs_drill_center {
        background-image: none !important;
        margin: 0;
    }

        div.tabs_drill_center > div, div.tabs_drill_center > table {
            margin: 0;
            background-color: none;
            padding: 0;
        }
    #VOS_sidebar-wrapper #menu_wrapper .input-wrapper input#menu_filter {
        width: 70vw !important;
    }

    #VOS_wrapper #VOS_sidebar-wrapper {
        top: 0px;
        width: 90% !important;
        left: -100% !important;
    }

    #VOS_wrapper #VOS_sidebar-wrapper.active {
        left: 0px !important;
    }
    #mstOverlay.active {
        /*display: none;*/
    }

    option {
        display:block;
    }
    
    .sitemap_column {
        width:100%;
    }
    #ctl00_Main_content_tvOccGroup table, #ctl00_Main_content_pnProgGroup table, #ctl00_Main_content_tvIndGroup table, #ctl00_Main_content_tvProgCluster table {
        width: auto !important;
    }
    .graphwrap, .mapwrap {
        height: auto;
        overflow-x: auto;  
        border: 1px silver solid;
        cursor: e-resize;
        cursor: -webkit-grab; 
        cursor: -moz-grab;
    }
    .graphwrap, .mapwrap, .scroll-tbl {
        width: 100%;
    }
    fieldset .graphwrap, fieldset .mapwrap, fieldset .scroll-tbl {
        width: 100%;
    } 
    fieldset {  /* IE bug with overflow-x elements within a fieldset */
        min-width: inherit !important;
    }
    @-moz-document url-prefix() { /* FF bug with overflow-x elements within a fieldset */
        fieldset {
            display: table-cell;
        }
    }
    .searchfloatleft {
        float: none !important;
        display: block !important;
        margin: 0 auto;
    }
    #ctl00_Main_content_ucLmi_ucCareerLadderVisual_pnlCareerLadderVisual {
        width: 100%;
        overflow-x: auto;
        margin-left:-8px;
        border: 1px silver solid;
    }
    .navbar-brand {
        font-size: 4vw; /* this can be overridden in client_r.css */
    }
   /* div#review_encl {       
        display: none;
    }
    div#review_encl_mb {    
        display: block;
    }*/
    
    html.translated-ltr #VOS_sidebar-wrapper { margin-top: 39px !important; } /* this overrides scroll */

    .instrencl  {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    #mstBody {
        width: 100% !important;
    }
    #VOS_wrapper #gui_header,
    #VOS_wrapper.menuactive #gui_header{
        margin: 0 auto !important;
        width: 100% !important;
    }
    div#alert_fixed_position {
        display: none;
    }
    p#alert_reviewsite,p.alert_reviewsite {
        font-size: 12px;
        line-height: 11px;
        font-weight: normal;
    }
    .RSPelem100,.RSPelem95,.RSPelem90,.RSPelem80,.RSPelem75,.RSPelem66,.RSPelem60,.RSPelem50,.RSPelem40,.RSPelem33,.RSPelem25,.RSPelem20 {
        width: 100% !important;
    }
    fieldset > div {
        /*width: 90% !important;*/
    }
    label, select, input, textarea {
        max-width:80vw;
    }
    .UTIwidthM100vw          { width: 100vw !important; }
    .UTIwidthM90vw           { width: 90vw !important; }
    .UTIwidthM80vw           { width: 80vw !important; }
    .UTIwidthM70vw           { width: 70vw !important; }
    .UTIwidthM100            { width: 100% !important; }
    .UTIwidthM90             { width: 90% !important; }
    .UTIwidthM80             { width: 80% !important; }
    .UTIwidthM70             { width: 70% !important; }
    /*.UTIwidth90vw div           { width: 90% !important }*/

    .header_menu_logo_container #ctl00_imgGuiLogo {
        max-width: 150px;
    }

    #div_sub_topNav {
        display: none;
    }
    #VOS_topmenubar.v24 #div_preview_header {
        /*display: none !important;*/
    }
    #VOS_topmenubar.v24 #gui_toolbar_v22_wrapper #header_left {
        width: 40%;
    }
    #VOS_topmenubar.v24 #gui_toolbar_v22_wrapper #header_middle, #VOS_topmenubar.v24 #ctl00_liProfilePic24 {
        display: none !important;
    }
    #VOS_topmenubar.v24 #dismiss_button_container > div.active {
        display: none !important;
    }
    #VOS_topmenubar.v24 #gui_toolbar_v22_wrapper #header_middle.active {
        display: block !important;
        position: fixed !important;
        width: 100%;
        background: #666 !important;
        padding: 10px 0;
        z-index: 2000;
    }
    #VOS_topmenubar.v24 .multi-search {
        width: 100%;
        margin: auto;
        flex-wrap: nowrap;
    }
    #VOS_topmenubar.v24 .multi-search a, #VOS_topmenubar.v24 .multi-search button {
        min-width: auto !important;
        width: auto !important;
    }
    #VOS_topmenubar.v24 .multi-search input#univsearchtxtkeyword, #VOS_topmenubar.v24 .multi-search input#univsearchlocation {
        min-width: auto !important;
        width: 30% !important;
    }
    #VOS_topmenubar.v24 .multi-search #dvNaturalLanguage, #VOS_topmenubar.v24 #dvCandidateNaturalLanguage {
        width: auto !important;
        min-width: 80vw;
    }
    #VOS_topmenubar.v24 button[id*='btnMultiSearchType'], #VOS_topmenubar.v24 #gui_toolbar_v22_wrapper #gui_toolbar_v22 a#univsearchbtn {
        border: 1px solid #FFF !important;
        color: white !important;
        padding: 4px !important;
    }
    #VOS_topmenubar.v24 .multi-search #univsearchtxtkeyword,
    #VOS_topmenubar.v24 .multi-search #univsearchlocation {
        border: 1px solid #FFF !important;
        border-left: 0px solid #FFF !important;
        border-right: 0px solid #FFF !important;
    }
    #VOS_topmenubar.v24 .multi-search #dvNaturalLanguage input[id$='searchtextbox'], #VOS_topmenubar.v24 #dvCandidateNaturalLanguage input[id$='searchtextbox'] {
        width: 100% !important;
        border: 1px solid #AAA !important;
    }
    #VOS_topmenubar.v24 .multi-search .input-group a#univsearchbtn, .input-group_v22 a#univsearchbtn {
        width: auto !important;
        margin-left: 0px;
    }
    
    #VOS_topmenubar.v24 #div_alert_message {
        width: 80%;
    }
    #VOS_topmenubar.v24 #div_preview_header.fixed > #wrap_preview_header #dismiss_button_container {
        min-width: 50px;
        width: 20% !important;
        border: none;
        display: none !important;
    }
    #VOS_topmenubar.v24 #div_preview_header.fixed > #wrap_preview_header #dismiss_button_container.active {
        min-width: 50px;
        width: 20% !important;
        border: none;
        display: block !important;
    }
    #VOS_topmenubar.v24 #div_preview_header.fixed > #wrap_preview_header > div#div_accessibility_grid.active,
    #VOS_topmenubar.v24 #div_preview_header.fixed > #wrap_preview_header > div#div_message_grid.active,
    #VOS_topmenubar.v24 #div_preview_header.fixed > #wrap_preview_header > div#div_resume_grid.active,
    #VOS_topmenubar.v24 #div_preview_header.fixed > #wrap_preview_header > div#div_event_grid.active,
    #VOS_topmenubar.v24 #div_preview_header.fixed > #wrap_preview_header > div#div_document_grid.active,
    #VOS_topmenubar.v24 #div_preview_header.fixed > #wrap_preview_header > div#div_profile_section.active {
        display: none !important;
        width: 80% !important;
    }
    #VOS_topmenubar.v24 #div_preview_header.fixed > #wrap_preview_header > div#div_accessibility_grid.active {
        display: block !important;
        width: 80% !important;
    }
    #VOS_topmenubar.v24 #gui_nav_alert.UTIshowmobile {
        display: table-cell !important;
    }
    #ctl00_ucMultiSearch_v22_btnMultiSearchType:focus, #ctl00_ucMultiSearch_v22_btnMultiSearchType:hover,
    #VOS_topmenubar.v24 .multi-search #univsearchtxtkeyword:focus, #VOS_topmenubar.v24 .multi-search #univsearchtxtkeyword:hover,
    #VOS_topmenubar.v24 .multi-search #univsearchlocation:focus, #VOS_topmenubar.v24 .multi-search #univsearchlocation:hover,
    #VOS_topmenubar.v24 #gui_toolbar_v22_wrapper #gui_toolbar_v22 a#univsearchbtn:focus, #VOS_topmenubar.v24 #gui_toolbar_v22_wrapper #gui_toolbar_v22 a#univsearchbtn:hover,
    #VOS_topmenubar.v24 .multi-search a[id$='addlOpts']:focus, #VOS_topmenubar.v24 .multi-search a[id$='addlOpts']:hover {
        outline-color: #ECECEC !important;
        outline-style: solid !important;
        outline-width: 3px !important;
        outline-offset: 2px !important;
    }

}

@media (min-width: 851px) and (max-width: 1084px) {
    /*///////// V22 smaller desktop ////////////*/
    #VOS_topmenubar.v24 #div_preview_header.fixed #div_accessibility_grid .container {
        width: 100% !important;
    }
    #mstSMplusvis {
        display: none !important;
    }
    ul#gui_nav_header {
        font-size: 12px !important;
        padding: 0px !important;
        margin: 0px !important;
        list-style-type: none !important;
        display: table-row;
    }

    #VOS_topmenubar.v22 ul#gui_nav_header li {
        display: table-cell;
        vertical-align: bottom;
    }

    #gui_instructions h1 {
        width: 70%;
    }

    #gui_toolbar_v22_wrapper {
        display: block;
        width: auto;
        overflow-x: scroll;
        background: white;
        /* ===== Scrollbar CSS ===== */
        /* Firefox */
    }
    #VOS_topmenubar.v24 #gui_toolbar_v22_wrapper {
        display: block;
        width: auto;
        overflow-x:unset;
        background:none;
        /* ===== Scrollbar CSS ===== */
        /* Firefox */
    }
    .header_menu_logo_container #ctl00_imgGuiLogo {
        min-width: 100px;
        width: 100%;
        height: auto;
        margin-right: 15px;
        padding-right: 10px;
    }

    #gui_header_v22 .helpbutton2 div[id$='divHelpLink'] {
        top: 0px;
        right: 0px;
    }
    /*Scrollbar */
    #gui_toolbar_v22_wrapper::-webkit-scrollbar {
        width: 10px;
    }

    #gui_toolbar_v22_wrapper::-webkit-scrollbar-track {
        background-color: white;
    }

    #gui_toolbar_v22_wrapper::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #CCC;
    }

    #gui_nav_header li i.fa.fa-search {
        font-size: 30px;
        color: #777;
        line-height: 1;
        vertical-align: baseline;
    }

    .gui_nav_header_middle_v22 {
        min-width: 100px !important;
    }

    #gui_toolbar_v22 {
        display: table;
    }

        #gui_toolbar_v22 #header_left .sidebar-brand_v22 {
            display: table-cell !important;
            background: white;
            padding-top: 10px;
        }

    #gui_toolbar_v22 #header_left .header_menu_logo_container {
        display: table-cell !important;
        background: white;
        vertical-align: bottom;
    }
    #VOS_topmenubar.v24 #gui_toolbar_v22 #header_left .header_menu_logo_container,
    #VOS_topmenubar.v24 #gui_toolbar_v22 #header_left .sidebar-brand_v22 {
        background: none;
    }

    #gui_toolbar_v22 #header_right,
    #gui_toolbar_v22 #header_left,
    #gui_toolbar_v22 #header_middle {
        display: table-cell;
        background: white;
    }
    #VOS_topmenubar.v24 #gui_toolbar_v22 #header_right,
    #VOS_topmenubar.v24 #gui_toolbar_v22 #header_left,
    #VOS_topmenubar.v24 #gui_toolbar_v22 #header_middle {
        background: none !important;
    }

    .input-group_v22 div.input-group:nth-of-type(1) {
        padding-right: 15px !important;
    }

    .input-group_v22 div.input-group:nth-of-type(2) {
        padding-left: 15px !important;
    }

    #gui_nav_header #gui_univsearch-toggle {
        display: none;
    }

    #gui_toolbar_v22 #gui_nav_header #gui_univsearch-toggle {
        display: inline-block;
    }

    .gui_nav_image, .profilePicHeader {
        width: 30px !important;
        height: auto !important;
        margin-top: 0;
    }

    #VOS_page-content-wrapper {
        margin-top: 0px;
    }

    #ctl00_hlLogoLink {
        border-left: none !important;
    }

    #gui_toolbar_v22 {
        height: 0px;
    }

    #gui_toolbar_v22_wrapper #header_left {
        width: auto;
    }

    #gui_toolbar_v22_wrapper #header_middle {
        width: 75%;
        vertical-align: bottom;
        padding-bottom: 3px;
    }

    #gui_toolbar_v22_wrapper #header_right {
        width: 25%;
        padding-top: 10px;
        min-width: 200px;
        vertical-align: middle;
    }

    .preview_header {
        height: auto !important;
    }

    #dismiss_button_container {
        top:45px !important;
    }

    #gui_toolbar_v22_wrapper.trig #header_left {
        width: 25%;
    }

    #gui_toolbar_v22_wrapper.trig #header_middle {
        width: 55%;
    }

    #gui_toolbar_v22_wrapper.trig #header_right {
        width: 90%;
        margin-top: 45px;
    }

    #gui_toolbar_v22_caret_container {
        display: none;
    }

    #gui_toolbar_v22 #header_right #univsearch-toggle {
        font-size: 30px;
    }

    .navicon-circle {
        height: 30px;
        width: 30px;
        font-size: large;
        line-height: 30px;
    }

    #gui_toolbar_v22 .header_menu_item_wrapper {
        padding-top: 0px !important;
    }

    .input-group > .form-control {
        flex: 1 1 0% !important;
    }
    /*///////// V22 smaller desktop ////////////*/
}

@media  (max-width: 850px) {
    /*///////// V22 mobile ////////////*/
    #mstSMplusvis {
        display: none !important;
    }
    

    ul#gui_nav_header {
        font-size: 12px !important;
        padding: 0px !important;
        margin: 0px !important;
        list-style-type: none !important;
        display: table-row;
    }

    #VOS_topmenubar.v22 ul#gui_nav_header li {
        display: table-cell;
        vertical-align: bottom;
    }

    #gui_instructions h1 {
        width: 70%;
    }

    #gui_toolbar_v22_wrapper {
        display: block;
        width: auto;
        /*overflow-x: scroll;*/
        background: white;
        /* ===== Scrollbar CSS ===== */
        /* Firefox */
    }

    #gui_header_v22 .helpbutton2 div[id$='divHelpLink'] {
        top: 0px;
        right: 0px;
    }
    /*Scrollbar */
    #gui_toolbar_v22_wrapper::-webkit-scrollbar {
        width: 10px;
    }
    table.tabs_drill, table.tabs_bottom_drill, div.tabs_drill_table {
        height: auto !important;
        min-height: 60px !important;
    }

    #gui_toolbar_v22_wrapper::-webkit-scrollbar-track {
        background-color: white;
    }

    #gui_toolbar_v22_wrapper::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #CCC;
    }



    #gui_nav_header li i.fa.fa-search {
        font-size: 30px;
        color: #777;
        line-height: 1;
        vertical-align: baseline;
    }

    .gui_nav_header_middle_v22 {
        min-width: 100px !important;
    }

    #gui_toolbar_v22 {
        display: table;
    }

    #VOS_topmenubar.v22 #gui_toolbar_v22 #header_left .sidebar-brand_v22 {
        display: table-cell !important;
        background: white;
        padding-top: 10px;
    }
    #VOS_topmenubar.v24 #gui_toolbar_v22 #header_left .sidebar-brand_v22 {
        display: table-cell !important;
        background: none;
        padding-top: 10px;
    }

    #VOS_topmenubar.v22 #gui_toolbar_v22 #header_left .header_menu_logo_container {
        display: table-cell !important;
        background: white;
        vertical-align: middle;
    }
    #VOS_topmenubar.v24 #gui_toolbar_v22 #header_left .header_menu_logo_container {
        display: table-cell !important;
        background: none;
        vertical-align: middle;
    }

    #gui_toolbar_v22 #header_right,
    #gui_toolbar_v22 #header_left,
    #gui_toolbar_v22 #header_middle {
        display: table-cell;
        background: white;
    }
    #VOS_topmenubar.v24 #gui_toolbar_v22 #header_right,
    #VOS_topmenubar.v24 #gui_toolbar_v22 #header_left,
    #VOS_topmenubar.v24 #gui_toolbar_v22 #header_middle {
        background: none !important;
    }

    .input-group_v22 div.input-group:nth-of-type(1) {
        padding-right: 15px !important;
    }

    .input-group_v22 div.input-group:nth-of-type(2) {
        padding-left: 15px !important;
    }

    #univsearch-toggle_v22 {
        display: inline-block;
        text-align: right;
        background: none !important;
        line-height: 60px;
        border: none !important;
        border-radius: 10px;
        width: auto !important;
        float: none;
    }

    #gui_nav_header #gui_univsearch-toggle {
        display: none;
    }

    #gui_toolbar_v22 #gui_nav_header #gui_univsearch-toggle {
        display: inline-block;
    }

    #univsearch-toggle_v22 > .sidebar-text_v22 {
        display: none;
    }

    #ctl00_ucMultiSearch_v22_lbKeyword, #ctl00_ucMultiSearch_v22_lbLocation {
        display: none;
    }

    #univsearch .input-group_v22 input,
    #univsearch .input-group_v22 button,
    #univsearch .input-group_v22 #univsearchbtn {
        /*border-radius: 5px;*/
        border: 1px solid #CCC !important;
        border-color: #CCC !important;
    }

    .gui_nav_image, .profilePicHeader {
        width: 30px !important;
        height: auto !important;
        margin-top: 0;
    }

    #VOS_page-content-wrapper {
        margin-top: 0px;
        overflow-x:hidden;
    }

    #ctl00_hlLogoLink {
        border-left: none !important;
    }

    #gui_toolbar_v22 {
        height: 0px;
    }

    #univsearch-toggle_v22 {
        display: none;
    }

    #gui_toolbar_v22 #univsearch.hidden {
        display: none !important;
    }

    .branding-area, #va-commonBanner, #VOS_clienthead, #header {
        display: none !important;
    }


    #VOS_wrapper.menuactive {
    }

    a.dismisstop .closeit {
        display: none !important;
    }
    /*#VOS_sidebar-wrapper.active a.info.dismisstop {
        background: none !important;
        position: fixed;
        top: 0;
        right: 0;
        left: unset;
    }
    #VOS_sidebar-wrapper.active {
        left: 0;
        width: 90%;
    }
    #VOS_sidebar-wrapper.active ul.list-unstyled.collapse.show {
        display: block;
        margin-left: 0px !important;
        left: 0;
        width: 90%;
        position: fixed;
        top: 0px;
        height: 100vh;
        z-index: 9999;
        background: #fff;
        color: #000;
        transition: none;
        overflow: auto;
    }*/

    #gui_toolbar_v22 #univsearch {
        display: block !important;
        position: fixed !important;
        padding: 10px 4px 0px 4px;
        top: 78px;
        background-color: white !important;
        width: 100% !important;
        left: 0;
        border-top: black solid 1px;
        border-bottom: black solid 1px;
    }

    .input-wrapper .buttons {
        margin-top: 10px;
    }

    #univsearch .input-group_v22 #univsearchlocation, #univsearch .input-group_v22 #univsearchtxtkeyword {
        width: 100% !important;
    }

    #univsearch .input-group_v22 #btnsearch-txt {
        display: block;
    }

    #univsearch .input-group_v22 #btnsearch-icon {
        display: none;
    }

    #univsearch .input-group_v22 [id$='btnMultiSearchType'] {
        font-size: smaller;
    }

    #univsearch .input-group_v22 {
        position: relative !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
        width: 100% !important;
    }

        #univsearch .input-group_v22 a#univsearchbtn {
            margin: 0 !important
        }

    #univsearch .input-group_v22 {
        position: relative;
        display: inline-block;
        border-radius: 0px;
        width: 100%;
        border: none !important;
        margin: 0;
    }

    #gui_toolbar_v22_wrapper #header_left {
        width: auto;
    }

    #gui_toolbar_v22_wrapper #header_middle {
        width: 70%;
        vertical-align: bottom;
        padding-bottom: 3px;
    }

    #gui_toolbar_v22_wrapper #header_right {
        width: 35%;
        padding-top: 10px;
        min-width: 200px;
        vertical-align: middle;
    }

    .preview_header {
        height: auto !important;
    }

    #gui_toolbar_v22_wrapper.trig #header_left {
        width: 25%;
    }

    #gui_toolbar_v22_wrapper.trig #header_middle {
        width: 55%;
    }

    #gui_toolbar_v22_wrapper.trig #header_right {
        width: 90%;
        margin-top: 45px;
    }

    #gui_toolbar_v22_caret_container {
        display: none;
    }

    #gui_toolbar_v22 #header_right #univsearch-toggle {
        font-size: 30px;
    }

    .navicon-circle {
        height: 30px;
        width: 30px;
        font-size: large;
        line-height: 30px;
    }

    #gui_toolbar_v22 .header_menu_item_wrapper {
        padding-top: 0px !important;
    }

    .input-group > .form-control {
        flex: 1 1 0% !important;
    }

    .input-group a#univsearchbtn, .input-group_v22 a#univsearchbtn {
        width: auto !important;
        margin-left: 5px;
    }
    #VOS_topmenubar.v24 .multi-search .input-group a#univsearchbtn, .input-group_v22 a#univsearchbtn {
        width: auto !important;
        margin-left: 0px;
    }

    .input-group [id$='btnMultiSearchType'] {
        font-size: smaller;
        margin-left: -15px;
    }

    .multi-search .input-group {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .header_menu_logo_container #ctl00_imgGuiLogo { 
        min-width: 100px;
        max-width: 130px; 
        width: auto;
        height: auto;
        max-height: 45px;
        /*padding-right: 10px;*/
    }
    /*///////// V22 mobile ////////////*/
}


/* Media Queries for desktop widths */
@media only screen and (max-width : 850px) {
    ul#gui_nav_header li#gui_nav_home, ul#gui_nav_header li#gui_nav_js_ind, ul#gui_nav_header li#gui_nav_emp, ul#gui_nav_header li#gui_nav_lmi, ul#gui_nav_header li#gui_nav_stu, ul#gui_nav_header li#gui_nav_prod, ul#gui_nav_header li#gui_nav_analyzer, ul#gui_nav_header li#gui_nav_resource, ul#gui_nav_header li#gui_nav_contact, [id$="gui_nav_js_ind"], [id$="gui_nav_emp"]  { /* hide these for mobile, just larger than ipad */
        /*display: none !important; #490961*/
    }
    ul#gui_nav_header li#gui_nav_js.mob { /* show mobile guest access link */
        /*display: inline-block; #490961*/
    }
    
}
@media only screen and (max-width : 320px) { /* Custom, iPhone Retina */ 
    .containerx {
        width: 320px;
    }
}

@media only screen and (max-width : 380px) { /* Custom, iPhone Retina */
    @-moz-document url-prefix() { /* FF bug with overflow-x elements within a fieldset */
        fieldset .graphwrap, fieldset .mapwrap, fieldset .scroll-tbl {
            width: 80vw;
        }
    }
    #VOS_page-content-wrapper {
        width: 100vw;
        /*overflow-x: auto; 
        height: 100%;*/
        overflow-y: hidden;
    }
    #mstSMplusvis {
        display: none !important;
    }
}

@media (min-width: 768px) {             /* Tablet and really big Phone resolution */
    .containerx {
        width: 760px;
    }
    .form-horizontal .control-label {
		padding-top: 0px;               /* override for bootstrap form padding for parallel forms */
	}

}
@media (min-width: 992px) {             /* Tablet to Laptop and Desktop resolution */
    .containerx {
        width: 990px;
    }
    
}
@media (max-width: 992px) {             /* Tablet resolution and smaller */
    .sidebar-text {
        display: none !important;
    }
    #mstSMplusvis {
        display: none !important;
    }
}

@media (min-width: 993px) and (max-width: 1190px) {             /* Tablet resolution and smaller */
    #univsearch-toggle .sidebar-text {
        display: none !important;
    }
}

@media (min-width: 993px) and (max-width: 1075px) {             /* Tablet resolution and smaller */
    .sidebar-text {
        display: none !important;
    }
}

@media (min-width: 1200px) {            /* Laptop and Desktop resolution */
    .containerx {
        width: 1150px;
    }
    .gui_nav_header_v22 {
        margin-top: 0px;
    }
    #gui_toolbar_v22 #header_middle #gui_nav_header li {
        margin: 0px;
    }

    #gui_toolbar_v22 #univsearch {
        position: relative !important;
        width: auto;
    }

    #gui_toolbar_v22_wrapper.trig #header_left {
        width: 20%;
    }

    #gui_toolbar_v22_wrapper.trig #header_middle {
        width: 40%;
    }

    #gui_toolbar_v22_wrapper.trig #header_right {
        width: 40%;
    }
    
}

@media (min-width: 1600px) { /* Wider Desktop resolution */
    #VOS_topmenubar.v24 #div_preview_header.fixed #div_message_grid,
    #VOS_topmenubar.v24 #div_preview_header.fixed #div_event_grid,
    #VOS_topmenubar.v24 #div_preview_header.fixed #div_document_grid {
        padding: 20px 12% 20px 3%;
    }
    #div_preview_header.preview_header #dismiss_button_container {
        padding: 10px 3%;
    }
}
@media (min-width: 1920px) { /* Very wide Desktop resolution */
    #VOS_topmenubar.v24 #div_preview_header.fixed #div_message_grid,
    #VOS_topmenubar.v24 #div_preview_header.fixed #div_event_grid,
    #VOS_topmenubar.v24 #div_preview_header.fixed #div_document_grid {
        padding: 20px 15% 20px 0%;
    }
    #div_preview_header.preview_header #dismiss_button_container {
        padding: 10px 10%;
    }
}
@media (min-width: 2160px) { /* You live in Nebraska in the winter wide Desktop resolution */
    #div_preview_header.preview_header #dismiss_button_container {
        padding: 10px 12%;
    }
}

@media (max-width: 516px) {
    #mstSMplusvis {
        display: none !important;
    }
    table {                             /* break table widths wherever possible for mobile */
        max-width: 100% !important;
    }
    div[id*="ucDwaSkillsSelect"] table { /* override for nasty EMP add job order skills selecter */
        width: auto !important;
        display:block;
        max-width: 80vw !important;
        
    } div[id*="ucDwaSkillsSelect"] table td { 
        white-space:normal !important;
    }
    table.tabs_drill tr {
        min-height: 20px !important;
        height: 20px !important;
    }
    table.tabs_drill, table.tabs_bottom_drill, table.tabs_drill tr, table.tabs_bottom_drill tr,table.tabs_drill td, table.tabs_bottom_drill td, table.tabs_drill tbody, table.tabs_bottom_drill tbody {
        width:100% !important;
        display: block !important;
    }
    
    table.tabs_drill td, table.tabs_bottom_drill td, td.wizardtab, td.wizardtab-bottom, td.wizardtab-selected, td.wizardtab-bottom-selected  {
        display: block !important;
        float:left;clear:left; /* fix for IE */
        min-height:30px;
        height:30px;
        margin: 0 !important;
        width: 100% !important;
    }
    td.wizardtab-bottom:nth-of-type(1), td.wizardtab-bottom-selected:nth-of-type(1) {
        margin-top: 10px !important;
    }
    table.tabs_drill td span, table.tabs_bottom_drill td span, td.wizardtab span, td.wizardtab-bottom span, td.wizardtab-selected span, td.wizardtab-bottom-selected span, table td.wizardtab span, table td.wizardtab-bottom span {
        font-size: 12px !important;
        background: none !important;
        background-image: none !important;
        margin: 0 0 0 0 !important;
        padding:4px 0 4px 10px;
        text-align:left;
        width:100% !important;
        min-height:30px !important;
        height:30px !important; 
        border: 0px silver solid;
        float:left;clear:left; /* fix for IE */
    } table.tabs_drill td.active span, table.tabs_bottom_drill td.active span, td.wizardtab-selected span, td.wizardtab-bottom-selected span {
        border:0px silver solid !important;
        border-left: 0px white solid !important;
    } table.tabs_drill td.active span a, table.tabs_bottom_drill td.active span a, td.wizardtab-selected span a, td.wizardtab-bottom-selected span a, table.tabs_drill td.active span.client-color a, table.tabs_drill td.active span.client-color a {
            font-weight: bold;
            padding-left: 0px;
            color: black !important;
        } table.tabs_drill td.active span a:before, table.tabs_bottom_drill td.active span a:before, td.wizardtab-selected span a:before, td.wizardtab-bottom-selected span a:before  {
        content: "\000BB ";
    } table.tabs_drill td span a br,table td.wizardtab span a br,table td.wizardtab-bottom span a br,table td.wizardtab-bottom-selected span a br,table td.wizardtab-selected span a br { /* removes BR tags from tabs */
          display: none;
    }
    .tabs_drill_bg {
        background: none;
        padding: 0;
    }
    table.tabs_drill td:last-child { margin-bottom:30px !important } /* space below tabs table */
    .graphwrap, .mapwrap {
        width: 100%;
    }
    fieldset .graphwrap, fieldset .mapwrap {
        width: 100%;
    }
    @-moz-document url-prefix() { /* FF only */
        fieldset .graphwrap, fieldset .mapwrap, fieldset .scroll-tbl {
            width: 84vw;
        }
    }
    .formbutt,.returnto,.empAddClass,.newEmpClass,.dashAlertButton {
        /*font-size: small !important;*/
        max-width: 90vw;
    }
    fieldset.selectsearch > table > tbody > tr > td > table {
        display: block;
        width: 100% !important;
        /*max-width: 300px !important;*/
    }
    fieldset.selectsearch > table > tbody > tr > td {
        display:inline-block;
        width: auto !important;
        min-width: 170px;
        max-width: 270px;
    }
    #VOS_topmenubar.v24 .multi-search #dvNaturalLanguage, #VOS_topmenubar.v24 #dvCandidateNaturalLanguage {
        width: auto !important;
        min-width: 75vw;
    }
    ol.progtrckr li {
        display: inline-block;
        font-size: 1.0em;
        width: 50% !important;
    }
}

/*tabs_drill_spanish*/
    table.tabs_drill_spanish tr {
        min-height: 20px !important;
        height: 20px !important;
    }

    table.tabs_drill_spanish, table.tabs_drill_spanish tr, table.tabs_drill_spanish td, table.tabs_drill_spanish tbody {
        width: 100% !important;
        display: block !important;
    }

        table.tabs_drill_spanish td {
            display: block !important;
            float: left;
            clear: left; /* fix for IE */
            min-height: 30px;
            height: 30px;
            margin: 0 !important;
            width: 100% !important;
        }

            table.tabs_drill_spanish td span {
                font-size: 12px !important;
                background: none !important;
                background-image: none !important;
                margin: 0 0 0 0 !important;
                padding: 4px 0 4px 10px;
                text-align: left;
                width: 100% !important;
                min-height: 30px !important;
                height: 30px !important;
                border: 0px silver solid;
                float: left;
                clear: left; /* fix for IE */
            }

            table.tabs_drill_spanish td.active span {
                border: 0px silver solid !important;
                border-left: 0px white solid !important;
            }

                table.tabs_drill_spanish td.active span a, table.tabs_drill_spanish td.active span.client-color a, table.tabs_drill_spanish td.active span.client-color a {
                    font-weight: bold;
                    padding-left: 0px;
                    color: black !important;
                }

                    table.tabs_drill_spanish td.active span a:before {
                        content: "\000BB ";
                    }

            table.tabs_drill_spanish td span a br { /* removes BR tags from tabs */
                display: none;
            }

    table.tabs_drill_spanish td:last-child {
        margin-bottom: 30px !important
    }
/*tabs_drill_spanish*/

@media (max-width: 368px) {
    .formbutt, .returnto, .empAddClass, .newEmpClass, .dashAlertButton {
        font-size: 11px !important;
        max-width: 70vw;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 516px) { /* Hack to add space to BR tag for Chrome+Safari */
    table.tabs_drill td span a br,table td.wizardtab span a br,table td.wizardtab-bottom span a br,table td.wizardtab-bottom-selected span a br,table td.wizardtab-selected span a br { 
        display: inline;
        content: " ";  
    } 
    table.tabs_drill td span a br:before,table td.wizardtab span a br:before,table td.wizardtab-bottom span a br:before {
        display: inline;
        content: " ";
    }
}

@media (max-width: 768px) {
    .tabs_drill_bg {
        padding: 0 0 10px 0;
        border: 0px solid #CCCCA3;
    }
    .tabs_drill {
        padding: 0;
        margin:0;
    }
    .nosidemenu {
        margin-top: 0px !important;
    }
    #mstBody,#gui_header {
        width: 100% !important;
    }
    #gui_toolbar_v22_wrapper #header_right {
        /*width: 25%;
        margin-top: 115px;*/
        /*min-width: auto !important;*/
        /*vertical-align: bottom;*/
    }

    .gui_nav_header_middle_v22 {
        min-width: unset !important;
    }
    /*#gui_toolbar_v22 #gui_nav_header {
        text-align: right !important;
    }*/

}
/*/////////////////////////////////////
////// --- END MEDIA QUERIES --- //////
/////////////////////////////////////*/


table.datatable td, table.datatable tr, table.datatable th.thScopeRow {
    background: none !important;
    border: 0px !important;
    padding: 8px;
}
table.datatable th {
    border: 0px !important;
}
table.datatable {
    background: none !important;
    border-spacing: 0px !important;
    border-collapse: collapse !important;
    border: 0px !important;
    margin:0;
}
table.datatable table {
    background: none !important;
    border-spacing: 0px !important;
    border-collapse: collapse !important;
    border: 0px !important;
}
table.datatable > tbody > tr:nth-of-type(odd) > td, table.datatable > tbody > tr:nth-of-type(odd) > .thScopeRow {
    background: none !important;
}
table.datatable > tbody > tr:nth-of-type(even) > td, table.datatable > tbody > tr:nth-of-type(even) > .thScopeRow {
    background: #eee !important;
}
.scroll-tbl.has-scroll {
    border: 1px #eee solid !important;
}
.scroll-tbl.has-scroll:after {
	position:absolute;
	top:0;
	left:100%;
	width:50px;
	height:100%;
	box-shadow:-5px 0 10px rgba(0, 0, 0, 0.25);
	content:'';
}

table.datatable.nostripe > tbody > tr:nth-of-type(even) > td {
    background: none !important;
}
table.datatable.border > tbody > tr:nth-of-type(even) > td {
    background: none !important;
}
table.datatable.border, table.datatable.border > tbody > tr > td {
    border: 1px #eee solid !important;
}
table.datatable.noline > tbody > tr > td  {
    border-bottom: 0px #fff solid !important;
}
table.datatable.gray {
    background: #eee !important;
}


/* /// BOOTSTRAP 4 OVERRIDES and CORRECTIONS /// */
.navbar-custom ul a {
	display: block;
}
.navbar-nav .dropdown-menu {
	position: absolute;
	float: none;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding:  0;
    margin: 2px 0 0;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.open>.dropdown-menu {
    display: block;
}
@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
    #gui_toolbar_v22_wrapper #header_middle {
        width: auto;
    }
    #gui_toolbar_v22 {
        display: block;
        background: white;
        height: auto;
    }
    #gui_toolbar_v22 #header_right, #gui_toolbar_v22 #header_left, #gui_toolbar_v22 #header_middle {
            display: inline-block;
            background: white;
    }
    #VOS_topmenubar.v24 #gui_toolbar_v22 #header_right, #VOS_topmenubar.v24 #gui_toolbar_v22 #header_left, #VOS_topmenubar.v24 #gui_toolbar_v22 #header_middle, #VOS_topmenubar.v24 #gui_toolbar_v22 #header_left .sidebar-brand_v22, #VOS_topmenubar.v24 #gui_toolbar_v22 #header_left .header_menu_logo_container {
        background: none !important;
    }
    #gui_toolbar_v22_wrapper #header_right {
        min-width: auto !important;
        /* vertical-align: bottom; */
    }
    #gui_toolbar_v22_wrapper #header_right {
        width: auto;
        /*margin-top: 10px;*/
        margin-bottom: 0px;
        vertical-align: middle;
    }
    #VOS_topmenubar.v24 #gui_toolbar_v22_wrapper #header_right #gui_nav_search {
        display: table-row;
    }
    #VOS_topmenubar.v24 #gui_toolbar_v22_wrapper #header_right #gui_nav_search > div {
        display: table-cell;
    }
    #VOS_topmenubar.v24 #div_preview_header.fixed > #wrap_preview_header > #div_alert_message.active > div.alert-message span, #VOS_topmenubar.v24 #div_preview_header.fixed > #wrap_preview_header > #div_alert_message.active > div.warning-message span, #VOS_topmenubar.v24 #div_preview_header.fixed > #wrap_preview_header > #div_alert_message.active > div.success-message span {
        width: 70%;
    }
    #VOS_topmenubar.v24 #gui_toolbar_v22_wrapper #header_right #gui_nav_search #ctl00_liSignOut24,
    #VOS_topmenubar.v24 #gui_toolbar_v22_wrapper #header_right #gui_nav_search #ctl00_liProfilePic24 {
        display: none !important;
    }
    #VOS_topmenubar.v24 #gui_toolbar_v22_wrapper #header_right #gui_nav_search #univsearch-toggle {
        line-height: .6em;
    }
}

#VOS_topmenubar.row, #VOS_topmenubar .row {
    margin: 0px !important;
}
#gui_toolbar {
    width: 100%;
}
/*@media not all and (min-resolution:.001dpcm) { Override Hack for Safari */
/*@media {

        #VOS_sidebar-wrapper.active {
            left: 0;
            width: 300px;
            position: absolute;
        }

        #VOS_sidebar-wrapper.active.active2 {
            left: -300px;
            width: 600px;
            position: absolute;
        }

        #VOS_sidebar-wrapper.active.active2.active3 {
            left: -600px;
            width: 900px;
            position: absolute;
        }

        #VOS_sidebar-wrapper.active.active2.active3.active4 {
            left: -900px;
            width: 1200px;
            position: absolute;
        }
    }
}*/
a.rsDateHeader {
    padding: 4px 4px 4px 4px !important;
    margin: 2px 0px 0px 2px !important;
}
a.rsDateHeader:focus {
    outline-color: dodgerblue !important;
    outline-width: 2px !important;
    outline-style: solid !important;
    outline-offset: -1px !important;
    padding: 4px 4px 4px 4px !important;
    margin: 2px 0px 0px 2px !important;
}
.indicatorImg {
    width: auto;
    height: auto;
    max-width: 40px;
    max-height: 40px;
}
.indicatorImgJobOrderDetails {
    width: 55px;
    height: 55px;
}
.indicatorImgMenu {
    width: auto;
    height: auto;
    max-width: 26px;
    max-height: 26px;
}


@media (min-width: 769px) {
    .multi-search > .col-md-6 {
        width: 50%;
    }
}

.carouselButtons {
    text-align: center;
    background-color: #fff;
    height: 38px;
    border-radius: 19px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:10px;
    padding-left:12px;
    padding-right:6px;
    width: fit-content;
    -webkit-box-shadow: 0px 4px 4px #888 inset;
    -moz-box-shadow: 0px 4px 4px #888 inset;
    box-shadow: 0px 4px 4px #888 inset;
}

/*Carousel mods for 880123*/
.carousel-icon-show-grid {
    margin-left:3px !important;
    margin-right:3px !important;
    background:none !important;
}
.carousel-inner-x {
    padding-bottom: 60px;
}
.slideInds button, .slideInds2 {
    /*padding-top: 7px !important;*/
}
.slideInds2 {
    margin-top: 5px;
}

.carouselButtons .carousel-indicators li,
#gsiCarousel .carousel-indicators li {
    text-indent: 0px !important;
    color: #666;
    height: 15px;
    width: 15px;
    font-size: 1.2em;
    border-radius: 15px;
    background: #666 !important;
    background-clip: unset;
    border: none;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 3px;
    transition: none !important;
    opacity: 1.0 !important;
    padding: 4px, 0;
}

.carouselButtons .carousel-indicators li.active,
#gsiCarousel .carousel-indicators li.active {
    text-indent: 0px !important;
    color: #666;
    height: 10px;
    width: 10px;
    font-size: 1.2em;
    border-radius: 15px;
    background: white !important;
    background-clip: unset;
    border: #666 3px solid;
    margin-top: 3px;
}

.gsi-carousel-button i {
    color: #666 !important;
}

.carouselButtons.d-none {
    display: flex !important;
}

.carousel-indicators {
    text-align: left !important;
    position: relative !important;
    justify-content: left !important;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 10px !important;
    height: 10px !important;
}

.carousel-item-x {
    position:relative;
}
.carousel-caption-x {
    position: relative;
    color: $carousel-caption-color;
}

#mstContent #Loginintro_whyreg:focus, #mstContent #Loginintro_whyreg:hover {
    color: white !important;
}


@media (max-width: 375px) {
    .header_menu_logo_container #ctl00_imgGuiLogo {
        min-width: 70px;
        max-width: 100px;
        width: 80%;
        height: auto;
        max-height: 45px;
        /*padding-right: 10px;*/
    }
}