option {
    color: #000 !important;
}
body {
    background-color: #FFFFFF;
    overflow-x: hidden;
    overflow-y: visible;
}
body {
    font-family: Arial,sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000;
    font-weight: 400;
    line-height: 1.5;
    font-size: 100%;
}
.block-image-cover .block-image-text {
    padding: 0 50px;
    width: 65%;
}
h1, h2, h3, h4, h5, h6 { 
    font-family: Arial,sans-serif;
    font-weight: 400;
  letter-spacing:normal;
}

h1 {
    font-size: 2.75rem;
    line-height: 1.1;
 
}
 h2{
    font-size: 2.25rem;
    line-height: 1.1;
   
}
h3{
       font-size: 1.5rem;
}
 h4 {
    font-size: 1.125rem;
}
h5 {
    font-size: 1.1875rem;
}
@media screen and (min-width: 900px)
{
  
  h1 {
        font-size:4.375rem
    }
  h2 {
    font-size: 3.75rem;
    }
   h3 {
    font-size: 2rem;
}
  h4 {
    font-size: 1.5rem;
}
  h5 {
    font-size: 1.25rem;
}
  
  
}


img.brand-logo {
    width: 75px;
    max-width: 75px;
}
.navbar {
    background: #FFFFFF !important;
    padding: 1rem 0;
}
li.nav-item a {
    color: #000000;
    font-size:0.9375rem;
    font-weight:500;
  text-decoration:none;
}
li.nav-item a::after {
    content: "";
    display: block;
    width: 100%;
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ff6300;
    -webkit-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: -webkit-transform .25s ease-out;
    -o-transition: -o-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out,-webkit-transform .25s ease-out,-o-transform .25s ease-out;
}
li.nav-item a:hover::after {
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
}
li.nav-item {
    padding: 0px 12px;
    margin-bottom: 0;
}
/** footer **/
footer a,footer a:visited, footer a:hover{
  color:#000000 !important;
}

footer { 
    padding: 30px 0;
    background-color: #e7e7e7;
    color: #000;
    font-size: 14px;
   
}
.sociallinks {
    display: inline-flex;
}
.sociallinks > li {
    padding-left: 1px;
    padding-right: 1px;
}
.sociallinks a {
    padding: 0 12px 0 0;
    font-size: 20px;
}
.social-img {
    max-width: 35px;
}
.atsi {
    font-size: 15px;
}
.bottom-footer ul li {
    display: inline-block;
}
.sociallinks a{
    padding: 0 12px 0 0;
    font-size: 20px;
}
.sociallinks a,.sociallinks a:hover,.sociallinks a:visited
{
   color:#000;
}
hr {
  border: 1px solid #bdbdbd;
  opacity:unset;
}
.job-description a, .job-description a:visited
{
  color:#305FAA;
  text-decoration:underline;
}
ul.sociallinks,ul.sociallinks li
{
 margin-bottom:0;
}

/*** filter styling ***/
select.job-search-results-filter {
	padding: 7px;
	background: #fff;
	border: 1px solid #bdbdbd
}

. .job-search-control,
.job-search-dropdown-filters {
	background: #FFF;
}

 .job-search-control {
	margin: 45px 0px 0px 0px !important;
	padding: 45px 20px 25px 20px;
	border-radius: 0px 0px 0px 0px;
}

.job-search-dropdown-filters {
	margin: 0px 0px 45px 0px;
    padding: 22px 20px 45px 20px !important;
    border-radius: 0px 0px 1px 1px;
}

.input-group input,
.input-group-btn button {
	height: 42px;
	padding: 8px 26px;
}

 .input-group-btn {
	margin-left: 25px !important;
}
h3.card-title.job-search-results-card-title a {
    font-size: 1.5rem;
} 
@media only screen and (max-width: 768px) {
	 .input-group-btn {
		margin-left: 0px !important;
        width: 100%;
	}
   .job-search-results input.form-control {
     width: 100%;
     margin-bottom: 15px;
  }
  .input-group-btn button {
    width: 100%;
}
  select.job-search-results-filter {
    margin-bottom: 15px;
}
  .block-image-cover .block-image-text {
    padding: 0 50px;
     width: 100%;
}

  
}

@media (min-width: 768px) {
	.job-search-results-dropdown-filter-col {
		flex: 0 0 33.3%;
		max-width: 33.3%;
        height: 42px;
	}

	.job-search-results-card-col {
		flex: 0 0 33.3%;
		max-width: 33.3%;
	}
 
}

.job-search-control .near-me-control {
	margin-left: 0;
}
.card-body.job-search-results-card-body {
	padding-bottom: 0;
}

.easy-autocomplete input {
	box-shadow: unset;
	border-radius: 0px;
	border: 1px solid #bdbdbd;
	color: #bdbdbd;
}

/*** buttons***/
.btn,a.button{
    font-size: .9375rem;
    text-decoration: none;
    text-align: center;
    padding: 0.6875rem 1.25rem; 
    text-transform: inherit;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -o-transition: background 0.25s linear;
    transition: background 0.25s linear;
}
.btn-primary {
   border: 1px solid #bdbdbd;
    background: #FFFFFF;
    color: #000;
   
}
.btn-success,.btn-info
{
    border: 1px solid #bdbdbd;
    background: #FFFFFF;
    color: #000;
}
 a.button.button1
{
     border: 1px solid #ff6600;
    background: #ff6600;
    color: #FFF;
    border-radius: 1.75rem !important;
}
a.button.button1:hover{
  border: 1px solid #000;
    color: #000;
    background-color: #FFF;
}
    

.btn-primary:hover, .btn-success:hover,.btn-info:hover
{
   border: 1px solid #000;
   color:#000;
   background-color:#FFF; 
}
.form-call-to-action .btn-primary
{
   border: 1px solid #ff6600;
    background: #ff6600;
    color: #FFF;
    border-radius: 1.75rem !important;
}
.form-call-to-action .btn-primary:hover{
   border: 1px solid #000;
   color:#000;
   background-color:#FFF; 
}
a.button.button2
{
    color: #000;
    background-color: #FFF;
    border-color: #bdbdbd;
    border-radius: 0;
}
a.button.button2:hover{
  color: #000;
  background-color: #FFF;
  border-color: #000;
}
.job-search-top-filters .btn-primary
{
  border: 1px solid #fff;
    background: transparent;
    color: #FFF;
    border-radius: 1.75rem !important;
}
.job-search-top-filters .btn-primary:hover
{
    border: 1px solid #FFF;
    background: #fff;
    color: #000;
    border-radius: 1.75rem !important;
}
.block-job-description .job-description-controls {
    margin-bottom: 20px;
    margin-top: 20px;
}
/* Job Card styling*/
.job-search-results-card
{
  border-radius:0;
  border: 1px solid #333;
  padding: 20px 22px;
  background: #ffffff;
}

.card-title {
    margin-bottom: 20px;
}
.job-component-details {
    font-size: 85%;
}
.job-component-icon-and-text > i {
    width: 1.2rem;
}
.job-component-icon-and-text {
   background: rgba(255, 102, 0, 0.2);
    color: #333;
    padding: 3px 14px;
    border-radius: 6px;
    width: fit-content;
    font-weight: 600;
}
.job-search-results-card-title a:after {
    content: " ";
    width: 43px;
    border: 2px solid #ff6600;
    display: block;
    margin-top: 10px;
    border-radius: 30px;
}


.job-search-results-footer
{
  background-color: #ffffff;
  border-top: 0;
  padding: 1rem 1.85rem;
} 
.job-search-results-footer a{
  font-size: .9375rem;
  color:#000;
  font-weight:600;
}
.job-search-results-card-body
{
  padding: 1rem 1.85rem;
}

.job-search-results-content a,.job-search-results-content a:hover,.job-search-results-content a:visited{
  color:#000;
}
.job-search-control, .job-search-dropdown-filters {
      background-color: #ff6600;
}
.selectize-control.multi .selectize-input > div {
    background-color: #282829;
}
.selectize-dropdown .active {
    background-color: #282829;
}
.jobpage_cta_sidebar
{
  background-color:#ff6600;
  border:1px solid #ff6600;
  padding: 1rem 1.85rem;
}
.sidebar_recjobs
{
  background-color:#333;
  border:1px solid #333;
  padding: 1rem 1.85rem;
}
.sidebar_recjobs .job a,.sidebar_recjobs .job a:visited, .sidebar_recjobs .job a:hover  {
    color: #fff;
}

a.referral-link,a.referral-link:hover, a.referral-link:visited
{
  color:#ffffff;
  font-size:0.975rem;
  font-weight:600;
  
}
a.referral-link:after
{
    content: "\f061";
    font-family: 'Font Awesome 7 Free';
    font-weight: 600;
    margin-left: 5px;
}
.jobpage_cta_sidebar h4{
  color:#ffffff;
  font-size:24px;
  font-weight:600;
}
.sidebar_recjobs h4{
  color:#fff;
  font-size:24px;
  font-weight:600;
}

.block-job-description h3 {
    font-size: 32px;
    color: #ff6600;
}
.jobpage_cta_sidebar .btn-primary
{
    border: 1px solid #fff;
    background: transparent;
    color: #FFF;
    border-radius: 1.75rem !important;
}
.block-jobs .job span.job-field {
    margin-right: 10px;
    font-size: 85%;
}
.block-placeholder p {
    color: #ffffff;
}
.sidebar_recjobs .job .job-summary {
    color: #fff;
    margin-top:12px;
    font-size: 85%;
}
.block-jobs h3 {
    font-size: 20px;
}
.block-jobs .job {
    margin-bottom: 10px;
}
.block-job-description .job-description-controls .btn {
    padding: 5px 15px !important;
    border-radius: 1.65rem;
}
.block-job-description .job-description-controls .btn:hover {
   text-decoration:none;
   background-color:#333;
   color:#fff;
   border:1px solid #333;
  
}
span.job-city:before {
    content: "\f124";
    font-family: 'Font Awesome 7 Free';
    font-weight: 600;
    margin-right: 5px;
    
}
a, a:hover, a:visited {
    color: #000;
}
.label-info {
    background-color: #fff;
    color: #000;
    border-radius: 1.65rem;
}
.job-component-requisition-identifier span:before {
    content: 'Job No.';
}
/** footer **/

/** Settings Page ****/

.call-to-action-create .not-candidate {
    font-size: 12px;
    color:#000;
  
}
.candidate-settings-panel {
    background-color: #f2f2f2;
    padding: 1rem 1.85rem;
}
.candidate-settings-panel h3{
  font-size:24px;
}

.sidebar {
  background-color:#f2f2f2;
  border:1px solid #f2f2f2;
  padding: 1rem 1.85rem;
}

.mobile_only_banner
{
  display:block;
}
@media (max-width: 767px)
{
 .mobile_only_banner .block-image-cover {
    background-position: right center !important;
}
}
.desktop_only_row 
{
  display:none;
}

@media (min-width: 768px)
{
  .mobile_only_banner
{
  display:none;
}
  .desktop_only_row 
{
  display:block;
}

}