/* Typography */
body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.6em;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    letter-spacing: .02em;
    line-height: 1.5em;
    text-transform: none;
    color: #212121;
}
body,
p, 
li {
  color: #212121;  
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6 { 
  font-weight:700;
  letter-spacing: normal;
}
a, 
a:visited {
  color: #212121;  
}
/* Logo */

img.brand-logo {
  width: 100%;
  max-width: 175px;
  padding: 15px 30px 15px 0;
}
/* Navigation */

.primary-title h1 {
    font-size: 3.5em;
}

.nav-link {
  padding: 20px 15px 12px 15px;
}


.navbar-light .navbar-nav.navbar_links .nav-link {
  color: #464444;
  font-weight:700;
}

.navbar-light .navbar-nav.navbar_links .active>.nav-link, 
.navbar-light .navbar-nav.navbar_links .nav-link.active, 
.navbar-light .navbar-nav.navbar_links .nav-link.show, 
.navbar-light .navbar-nav.navbar_links .show>.nav-link {
  color: #464444;
}
ul.navbar-nav.navbar_links {
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    letter-spacing: .07em;
    text-transform: uppercase;
}
.dropdown-menu {
  border-radius: 0;  
  padding: 0;
  margin: 0;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* Primary Title */

@media only screen and (max-width: 768px) {
  .primary-title h1 {
    font-size: 1.7em;
  }
}

/* Buttons */

.btn {
  font-weight: 600;
    font-size: 13px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .1em;
    border: 2px solid #333;
}

/* Job Search Block */

.job-search-results ul {
  font-weight: 400;
}

.job-search-results a {
  color: #333;  
  font-weight:600;
}

.badge {
  background-color: #333;
}

.btn-success,
.btn-success:visited,
.btn-success:active,
.btn-success.focus,.btn-success:focus {
    background-color: #FFF;
    border-color: #333;
    color: #333;
    box-shadow: none !important;
}
.btn-success:hover
{
  background-color:#333;
  color:#fff;
  border-color: #333;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #333;
    border-color: #333;
}
.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;
}
.job-search-control .btn-primary, .job-search-control .btn-primary:active, .job-search-control .btn-primary:visited, .job-search-control .btn-primary:focus, .btn-info, .btn-info:hover, .btn-primary, .btn-primary:focus, .btn-primary.focus{
    color: #333;
    background-color: #FFF;
    border-color: #333;
    margin-left: 20px;
    box-shadow:none !important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #333;
  border-color: #333;
 
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #333;
    border-color: #333;
}
a.button.button1, a.button.button2 {
    border: 2px solid #000000;
    background: #ffffff;
    color: #000000;
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -o-transition: background 0.25s linear;
    transition: background 0.25s linear;
    padding: 8px 25px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}
a.button.button1:hover, a.button.button2:hover {
    border: 2px solid #000000;
    background: #000000;
    color: #ffffff;
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -o-transition: background 0.25s linear;
    transition: background 0.25s linear;
    padding: 8px 25px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}
.block-job-search-results .job-search-results table {
  font-size: 15px;
}

.job-search-filter-groups {
  background-color: #f8f9fa;
}

@media only screen and (max-width: 768px) {
  .block-job-search-results .job-search-results .job-search-collapse {
    font-size: 16px;
  }
}
/* Job Blocks */
.job-block-cta {
    background: #f9f9f7;
    padding: 25px;
    margin-bottom: 30px;
}
.block-job-search-results .job-search-filter-groups .list-unstyled {
    max-height: none !important;
}
.call-to-action button#form_submit_1_1 {
    display: block;
    margin: auto;
    width: 100%;
    color: #fff;
    background: #333333;
}
/* Footer */
footer {     
  background-color: #101323;
  padding:30px 0;
}
 footer a, footer a:visited
{
  color:#fff;
 
}
 footer a:hover, footer a:focus
{
  color:rgba(255,255,255,.6);
 
}
 footer .bottom-footer a, footer .bottom-footer a:visited
{
  border-bottom: 1px solid rgba(255,255,255,.3);
}
 footer .bottom-footer a:hover, footer .bottom-footer a:focus
{
  text-decoration:none;
  color:rgba(255,255,255,.6);
  border-bottom: 1px solid rgba(255,255,255,.6);
}

footer .fab {
    font-weight: 400;
    font-size: 30px;
   
}

footer .sociallinks {
  margin-top:1rem;
  margin-left:-10px;
}

footer .sociallinks > li{
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

footer .bottom-footer li{
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* 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;
  }
}
@media (min-width: 992px) {
 .primary-title .block-image-text {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .primary-title .block-image-text {
    width: 1170px;
  }
}

.bg-header {
    background-color: #ebebeb !important;
}

hr {
  border-top: 1px solid rgba(255,255,255,.6);
}
.block-job-search-results .job-search-results .job-search-filter-groups {
    width: 95%;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #333;
    border-color: #333;
}
.register_cta .btn-primary
{
  background-color: #333;
  border-color: #333;
  color:#fff;
}
.register_cta h2
{
  color:#ffffff;
}
.register_cta p {
    color: #ffffff;
}
.emp-ref a {
    color: #fff;
    background: #333333;
    text-align: center;
    padding: 10px 25px;
    font-weight: 600;
    font-size: 13px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .1em;
    border: 2px solid #333;
    border-radius: 0px !important;
    display: inline-block;
    width: 100%;
}
.emp-ref a:hover {
   text-decoration:unset;
}
a.button.button1 {
    border: 2px solid #FFF;
    background: transparent;
    color: #FFF;
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -o-transition: background 0.25s linear;
    transition: background 0.25s linear;
    padding: 8px 25px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}
a.button.button1:hover{
  
    border: 2px solid #FFF;
    background: transparent;
    color: #FFF;
}