/* Screen Reader Only Content /
/* Visually hide content from sighted users */

.sr-only {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
/* Color contrast issues */
span.copyright a,  span.copyright, #cws_jobsearch_location-description .error-msg{
    color: #272727 !important;
}
.search-job-sort-by{
  color:#fff !important;
}
.with_geo label[for="cws_quickjobsearch_location"] {
    font-size: 1rem;
    position: absolute;
    top: 30px;
    color: transparent;
}
.location-wrapper .error-msg{
  color:#272727 !important;
}

/* a subtle focus style for keyboard-input elements */
.text-input:focus {
  outline: 1px solid #aaa; /* Adjust to suit your tastes */
}

/* no outline for non-keyboard-inputs elements */
button:focus,
select:focus {
  outline: none;
}
body.user-is-tabbing *:focus {
  outline: 2px solid #7AACFE !important; /* for non-webkit browsers */
  outline: 5px auto -webkit-focus-ring-color !important;
}

body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus {
  outline: none!important;
}
body .culture-slider .slider-nav .slick-slide:focus .cs-thumb-nav {
    outline: 0px;
    outline-color: transparent;
    outline-offset: 2px;
}
body .hj-imgs .widget-joblist>.widget_joblist_row.no-jobs:before{
	left:0px;
}
.widget_joblist_row.no-jobs {
    padding: 5px 10px;
}
body .featured-jobs .widget-joblist a {
    color: #272727;
}
body li.widget_joblist_row, body ul.widget.widget-joblist{
	padding-left:0px !important;
}
@media screen and (min-width: 1550px) {
body .tech-slider .slider-single .slide-inner .aj-img {
    background-size: 45% !important;
  }
}
/*-------Removing extra outline on slick button ------*/
body.user-is-tabbing .warehouse-slider .slick-slide:focus{
	outline: 2px solid transparent  !important; /* for non-webkit browsers */
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset:-10px;
}
.warehouse-slider .slider-nav .slick-slide:focus .slide-inner{
	background-color:#F96302;
  color:#fff;
  border:2px solid #F96302;
}

/*------Sign In menu CSS --------*/
li#menu-item-2575 {
    display: none;
}
.custom-sign-in .fusion-column-wrapper{
	position:relative;
  top:8px;
}
a.xcc-sign-in.out{
	text-align:center;
}
.custom-sign-in a[aria-expanded="true"], a[aria-expanded="true"]::after, .custom-sign-in a[aria-expanded="true"]::before{
	color: #F96302 !important;
}
.custom-sign-in a:hover, .custom-sign-in a:focus, .custom-sign-in a:hover::after, .custom-sign-in a:hover::before, .custom-sign-in a:focus::after, .custom-sign-in a:focus::before, .custom-sign-in a:active::after, .custom-sign-in a:active::before,.custom-sign-in a:active{
	color: #F96302 !important;
}

/*------Mobile menu ------*/
.hd-hide-mobile{
	display:none !important;
  visibility: hidden !important;
}

.alert-info.activity-notification-container {
display: flex;
}
.modal-backdrop.fade.in, .modal.homepage-takeover,.fusion-modal.modal.fade.modal-1.homepage-takeover.in{display:none !important}

/* *********** Help Page ******* junnie ******* */
.helpbtn_center {
	text-align: center;
}
.helpbtn, a.helpbtn:visited, a.helpbtn:active {
  background-color: #ff611f;
  border: none;
  color: white;
  padding: 10px 30px 7px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
    font-weight: normal !important;
  border: 2px solid #ff611f;
}
a.helpbtn:hover {
  background-color: #000000;
  color: white;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid #575757;
}
p .fusion-text .fusion-text-4{
  color: white;
  font-weight: normal !important;
  text-decoration: none !important;
}

.helpbanner {
  color: black;
  padding: 5px 20px 5px 30px;
  text-align: left;
  display: inline-block;
  font-weight: normal !important;
  border: 2px solid #e0e1e2;
  width:100%;
}	

.help_center {
  padding: 0px;
  float: left;
}
a.help_center_link:link, a.help_center_link:visited, a.help_center_link:active{
  text-decoration: none !important;
  cursor: pointer;
	color: #000000;
	margin:30px 0 0 0 0;
}
	a.help_center_link:hover {
  color: #ff611f;
  text-decoration: none !important;
  cursor: pointer;
}
	.help_icon{
		width: 64px;
		height:61px;
		padding: 0 20px 0 0;
	}
/*twise slider prev reading */
.benefits-culture-mobile button.slick-prev.slick-arrow:nth-child(3),.benefits-culture button.slick-prev.slick-arrow:nth-child(3){
  display:none;
}
.quicksearch-field.quicksearch-SearchText label[for="cws_quickjobsearch_keywords-3"] {
    color: #000;
}
.menu-display-none{
display:none !important;
}