@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;700&display=swap');

body {
  font-weight: 400;
  font-family: 'Noto Sans', sans-serif;
  letter-spacing: normal;
  line-height: normal;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Sans', sans-serif;
  letter-spacing: normal;
  line-height: normal;
}

p, li {
  font-family: 'Noto Sans', sans-serif;
  letter-spacing: normal;
  line-height: normal;
  color: #000;
}

a, a:visited {
    color: #FD7126;
    font-weight: 400;
}

/* Navbar */

.page-body.page.editing {
  margin-top: 200px;
}

/* .page-body.page.not-editing {
  padding-top: 132px;
} */

.logo {
  width: 190px;
}

.navbar-main {
  transition:500ms ease;
  background: #fff;
}

.navbar-main.scrolled {
  background: #3d3d3d;
}

.navbar-main a,
.navbar-main a:hover,
.navbar-main a:visited {
  color: #000;
  text-decoration: none;
}


.nav-link,
.nav-link a:hover,
.nav-link:active,
.nav-link:visited,
.nav-link:focus {
  color: #000;
  font-weight: 300;
  text-decoration: none;
}

.navbar-main .fa-brands {
  font-size: 22px;
}

/* @media screen and (max-width: 768px) {
  .navbar-nav {
    display: none;
  }
} */

@media screen and (min-width: 768px) {
  .navbar-main {
    padding: 34px 50px;
  }

  .nav-link {
    margin-left: 14px;
  }
  
  .margin-left-60 {
    margin-left: 60px;
  }
}

/* Header */

.header .block-image-text {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .header .block-image-text {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .header .block-image-text {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .header .block-image-text {
    width: 1170px;
  }
}

/* Buttons */

a.button, .btn {
  border-radius: 300px;
  font-size: 16px!important;
  letter-spacing: normal;
  font-weight: 500!important;
  text-transform: none;
}

a.button.button1,
a.button.button1:hover,
a.button.button1:active,
a.button.button1:focus,
a.button.button1:visited {
  border: 3px solid #000;
  background: #000;
  color: #ffffff;
}

a.button.button2,
a.button.button2:hover,
a.button.button2:active,
a.button.button2:focus,
a.button.button2:visited {
  border: 3px solid #000000;
  background: #000000;
  color: #ffffff;
}

a.button.button3,
a.button.button3:hover,
a.button.button3:active,
a.button.button3:focus,
a.button.button3:visited {
  border: 3px solid #000000;
  background: #000000;
  color: #FD7126;
}

a.button.button4,
a.button.button4:hover,
a.button.button4:active,
a.button.button4:focus,
a.button.button4:visited {
  border: 3px solid #f1bc0e;
  background: #f1bc0e;
  color: #000;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited {
  border: 3px solid #000;
  background: #000;
  color: #ffffff;
}

.btn-success,
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success:visited {
  border: 3px solid #000000;
  background: #000000;
  color: #ffffff;
}

.input-group input, .input-group-btn button {
  height: 43px;
}

@media (min-width: 1200px) {
  a.button, .btn {
    padding: 15px 32px;
    font-size: 16px;
    font-weight: 500;
  }
}

/* Search Bar */

.job-search-control .fix-autocomplete {
  margin-right: 15px;
}

.easy-autocomplete input {
  border-radius: 300px;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 300px;
  border-bottom-right-radius: 300px;
}

.job-search-control .fix-autocomplete {
  border-radius: 300px;
}

/* Search Page */

.block-job-search-results .job-search-results .job-search-results-department {
  width: 20em;
}

.table > :not(caption) > * > * {
  padding: 1rem 0.5rem;
}

/* Sidebar */

.sidebar {
  background: transparent;
  padding: 1em;
  border: 1px solid rgba(0,0,0,.1);
  border-top: 3px solid #f1bc0e;
  border-radius: 3px;
  margin-bottom: 30px;
}

/* Footer */

footer {
  background-color: #fff;
  padding: 86px 30px;
}

footer .fa-brands {
  color: #3d3d3d;
  font-size: 20px;
}

footer h3 {
  font-weight: 700;
  letter-spacing: normal;
}

footer ul {
  margin: 0;
  list-style-type: none;
}

ul.social.list-unstyled.list-inline {
  text-align: center;
}

.footer-menu a,
.footer-menu a:visited,
.footer-menu a:hover,
.footer-menu a:active,
.footer-menu a:focus {
  color: #000;
  font-size: 16px;
  text-decoration: underline;
}

.footer-logo {
  width: 300px;
}

footer .copyright p {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.footer-germantown h3,
.footer-germantown p {
  text-align: center;
}

.footer-germantown img {
  text-align: center;  
}

@media (max-width: 768px) {
  footer .fa-brands {
      color: #3d3d3d;
      font-size: 40px;
      padding: 15px;
  }
}

@media (min-width: 768px) {
  footer .copyright {
    padding-top: 45px;
  }
}

/* Misc */

/* .block-image-cover {
  height: 600px;
} */

.badge {
  background-color: #000;
}
select {
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #ddd;
    -webkit-appearance: none;
    background-position-x: 96%;
}

/* requested revisions 06.12.23 - md */
/* note: commented out 'height: 600px' for block-image-cover @ line 316 */
/* note: commented out 'padding-top: 132px' for .page-body.not-editing @ line 40 */
/* note: commented out 'display: none' for mobile nav @ line 79 */

@media screen and (max-width: 767.8px) {
  .page-body {
      padding-top: 81px;
  }
}
@media screen and (max-width: 991.8px) {
  .navbar-nav li.nav-item {
      margin-left: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .page-body {
      padding-top: 132px;
  }
}
@media screen and (min-width: 992px) {
  .page-body {
      padding-top: 175px;
  }
}
@media screen and (min-width: 1147px) {
  .page-body {
      padding-top: 133px;
  }
}