/*** Clients Custom Fonts*****/
@font-face {
  font-family: "BMWGroupCondensed-Regular";
  src: url("https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-customer-files/1bd13e5098f1554cfca1720dacd57e1f/6a03648b7d4212bbea7ce20249c09af8/FONT%20FILES-20210830T230841Z-001/FONT%20FILES/BMWGroup_Cond_Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "BMWGroupCondensed-Bold";
  src: url("https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-customer-files/1bd13e5098f1554cfca1720dacd57e1f/6a03648b7d4212bbea7ce20249c09af8/FONT%20FILES-20210830T230841Z-001/FONT%20FILES/BMWGroup_Cond_Bold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}


@font-face {
  font-family: "BMWGroup-Regular";
  src: url("https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-customer-files/1bd13e5098f1554cfca1720dacd57e1f/6a03648b7d4212bbea7ce20249c09af8/FONT%20FILES-20210830T230841Z-001/FONT%20FILES/BMWGroup_Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/*****Fonts Ends***/

html,body{
  font-size:100%;
}
body{
  background:#fff;
  color:#222;
  cursor:auto;
  font-family:"BMWGroup-Regular",Arial,Helvetica,sans-serif;
  font-style:normal;
  font-weight:400;
  line-height:1.06;
  margin:0;
  padding:0 !important;
  position:relative;
}
a:hover{    
    cursor: pointer;
  text-decoration:none;
   
       }
img{max-width:100%;height:auto}

/* Theme Selection CSS */

.btn-top-nav {
  color: #000;
  background-color: #F8F9FA;
  border-color: #F8F9FA;
  font-size:14px!important;
}

.topnav-menu {
  padding: .8rem .3rem;
  border-radius: 15px;
}

#top-nav .dropdown-item {
  padding: .7rem 1.5rem;
  color: #171616 ;
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* Logo */

img.brand-logo {
  width: 100%;
  max-width: 200px; /***Logo size on mobile**/
  padding: 15px 30px 15px 0;
}
@media (min-width: 768px) 
  {
img.brand-logo {
  width: 100%;
  max-width: 250px; /***Logo size on desktop**/
   padding: 15px 30px 15px 0;
 
}
}


/* Typography */

body,
p, 
li {
  color: #222;  
  font-weight: 400;  
}

a, 
a:visited {
  color: #333;  
}

/* Navigation */

.primary-title h1 {
    font-size: 3.5em;
}

.nav-link {
    padding: 8px 12px;
    margin: 0 20px;
}

.navbar-light .navbar-nav .nav-link {
    font-family: "BMWGroupCondensed-Bold",Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    color: #666;
}

.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link {
     color: #000;
    border-bottom: 2px solid #000;
}

.dropdown-menu {
  border-radius: 0;  
  padding: 0;
  margin: 0;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* Primary Title */

@media only screen and (max-width: 768px) {
  .primary-title h1 {
    font-size: 1.7em;
  }
}

/* Buttons */

.btn {
  font-weight: 600;
}

/* Job Search Block */

.job-search-results ul {
  font-weight: 400;
}

.job-search-results a {
  color: #444;  
  font-weight:600;
}

.badge {
  background-color: #666666;
}

/***** Primary/Success - Buttons Styling*****/
.btn-primary {
    border: 1px solid #666666;
    background: transparent;
    color: #666666 !important;
    transition: background .25s linear;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
   color: #000000 !important;
   border: 1px solid #000000;
   background: transparent;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
   color: #000000;
   border: 1px solid #000000;
   background: transparent;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: none !important;
}
.btn-success
{
  color:#fff;
    background-color: #666666;
    border-color: #666666;
}
.btn-success:hover,
.btn-success:visited,
.btn-success:active,
.btn-success:focus {
    background-color: #000;
    border-color: #000;
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: none !important;
}
.btn-success.focus, .btn-success:focus {
    box-shadow: none !important;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-info {
    color: #fff;
    background-color: #666666;
    border-color: #666666;
}
.btn-info.focus, .btn-info:focus, .btn-info:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.block-job-search-results .job-search-results table {
  font-size: 15px;
}

.job-search-filter-groups {
  background-color: #eeefea;
}

@media only screen and (max-width: 768px) {
  .block-job-search-results .job-search-results .job-search-collapse {
    font-size: 16px;
  }
}

/* Footer */
footer {     
  background-color: #eeefea;
  padding:30px 0;
}

footer .fab {
    font-weight: 400;
    font-size: 30px;
    color: #666;
}

footer .sociallinks {
  margin-top:1rem;
  margin-left:-10px;
}

footer .sociallinks > li{
  display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}

footer .bottom-footer li{
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
footer a
{
  color:#666;
 
}
footer a:hover
{
  color:#000;
  text-decoration:none;
}
/** Fonts****/
h1
{
    font-family: "BMWGroupCondensed-Bold",Arial,Helvetica,sans-serif;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.1;
    color: #444;
    text-transform: uppercase;
}
h2,.h2
{
 font-size: 1.5625rem
}
h3,.h3
{
 font-size: .9375rem;
}
h4,.h4
{
 font-size: 1rem;
}
h5,.h5
{
 font-size: 1rem;
}

/* Container width class */

.primary-title .block-image-text {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .primary-title .block-image-text {
    width: 750px;
  }
  li.nav-item:last-child {
    border-left: 2px solid #d6d6d6;
}
}
@media (min-width: 992px) {
 .primary-title .block-image-text {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .primary-title .block-image-text {
    width: 1170px;
  }

/** Fonts**/
h1
{
    font-family: "BMWGroupCondensed-Bold",Arial,Helvetica,sans-serif;
    font-size: 3.125rem;
    font-weight: normal;
    line-height: 1.1;
    color: #444;
    text-transform: uppercase;
}
h2,.h2
{
 font-family: "BMWGroupCondensed-Bold",Arial,Helvetica,sans-serif;
 font-size: 2rem;
 color: #444;
 text-transform: uppercase;
}
h3,.h3
{
   font-family: "BMWGroupCondensed-Regular",Arial,Helvetica,sans-serif;
   color: #444;
   font-size: 2rem;
}
h4,.h4
{
   font-family: "BMWGroupCondensed-Bold",Arial,Helvetica,sans-serif;
   color: #444;
  font-size: 1rem;
   text-transform: uppercase;
}
h5,.h5
{
   font-family: "BMWGroup-Regular",Arial,Helvetica,sans-serif;
   color: #444;
   font-size: 1rem;
}
}
/**** Change font-family for Search Filters heading**/

.block-job-search-results .job-search-filter-groups h4 {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 5px;
    font-family:"BMWGroup-Regular",Arial,Helvetica,sans-serif;
}
.custom_border {
    border-bottom: 5px solid #b2b2b2;
}
#top-nav a
{
       font-family: "BMWGroupCondensed-Bold",Impact,Charcoal,sans-serif;
       color:#666;
}
#top-nav a:hover
{
  color:#000;
  border-bottom: 2px solid #000;
}
.job-search-control .near-me-control {
    margin-left: 0;
}
.input-group-btn button
{
  margin-left:10px;
}
div#navbarSupportedContent a.nav-link:hover {
    border-bottom: 2px solid #000;
}

div#navbarSupportedContent a.nav-link {
    border-bottom: 2px solid transparent;
}
@media (max-width: 1023px) 
{
  .easy-autocomplete.form-control.form-control-sm.fix-autocomplete {
    width: 100% !important;
}
  .input-group-btn button
{
  margin-top:10px;
}
}
@media (max-width: 768px) 
{
  

.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext
{
  width:100%;
}
}
.job-search-dropdown-filters a::after {
    content: '\f107';
    font-family: 'Font Awesome 7 Free';
    margin-left: 20px;
}

li.nav-item {
     margin-bottom: 0; 
}
.job_sidebar{
    font-family:Arial;
    background: transparent;
  padding: 1em;
  border: 1px solid rgba(0,0,0,.1);
  border-top: 3px solid #666666;
  border-radius: 3px;
  margin-bottom: 30px;
  font-size:1rem;
  line-height:1.5rem;
}
.job_sidebar h3
{
  font-family:Arial;
}

.job_sidebar div.job-summary {
    text-transform: lowercase;
}
.job_sidebar a:hover {
    color: #000;
}
.custom_border a.dropdown-item {
    padding: 8px 12px;
    font-family: "BMWGroupCondensed-Bold",Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    color: #666;
}
.custom_border a.dropdown-item:hover,.custom_border a.dropdown-item.hover {
  color: #000;
    text-decoration: none;
    background-color: transparent;
}
.custom_border .dropdown-menu
{
  top: 115%;
  margin-left: 20px;
}
.custom_border a.dropdown-item.active, .custom_border a.dropdown-item:active {
       color: #000;
    text-decoration: none;
    background-color: transparent;
}
.block-job-search-results .job-search-results .job-search-filter-groups {
    width: 100%;
}
.block-job-search-results .job-search-filter-groups label {
    white-space: inherit;
}