/* src/css/site.css */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: #BC141A;
}
a:hover {
  color: #D82533;
}
.btn-primary {
  color: #fff;
  background-color: #BC141A;
  border-color: #BC141A;
}
.btn-primary:hover {
  color: #fff;
  background-color: #D82533;
  border-color: #D82533;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #E0777F;
  border-color: #E0777F;
}
.btn.btn-primary:focus {
  background-color: #BC141A;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #D82533;
  border-color: #D82533;
}
.form-check-input:checked {
  background-color: #BC141A;
  border-color: #BC141A;
}
#package-nav.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #BC141A;
}
#package-nav .nav-link {
  background-color: #e6e6e6;
}
#package-nav .nav-item {
  margin: 0 2px 0 2px;
}
.icon-description {
  display: none;
}
.navbar-brand {
  display: none;
}
.navbar-brand span {
  font-size: 2.2em;
  font-weight: bold;
  font-style: italic;
  margin-left: 10px;
  letter-spacing: 2.5px;
}
.main-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .navbar-brand {
    padding-top: 0px;
    display: flex;
  }
  .navbar-brand img {
    margin-top: 5px;
  }
  h2.page-header {
    font-size: 1.3rem;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .menu-icon {
    display: inline-flex;
    vertical-align: bottom;
  }
  .icon-description {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 800px;
  }
  h2.page-header {
    margin-bottom: 20px;
  }
}
#hiring.alert-warning {
  border-color: #D82533;
}
#hiring.alert-warning h4 > i {
  font-size: 25pt;
}
.anchor {
  scroll-margin-top: 4.5em;
}
.dropdown-item.active {
  font-weight: bold;
}
.bg-light-gray {
  background-color: #e6e6e6;
}
.navbar-nav {
  justify-content: space-evenly;
  width: 100%;
}
#navbar-right {
  justify-content: right;
  width: 100%;
}
.navbar .megamenu {
  padding: 1rem;
}
@media all and (min-width: 768px) {
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
  #hr-before-page-title {
    display: block;
  }
  #header > a {
    display: inline-block;
  }
  #header > a > object {
    pointer-events: none;
  }
  #tagline {
    display: block;
    font-style: italic;
    margin: 0px;
  }
}
@media (max-width: 767px) {
  #header {
    text-align: center;
    margin-top: 80px;
  }
  #header img {
    width: 200px;
    height: 200px;
  }
  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
  .navbar {
    position: fixed;
    z-index: 1030;
    right: 0;
    left: 0;
    border-radius: 0;
    top: 0;
    border-width: 0 0 1px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #header a object {
    display: none;
  }
  #hr-before-page-title {
    display: none;
  }
  a.navbar-brand > object {
    pointer-events: none;
  }
  #tagline {
    display: none;
  }
}
.navbar .nav-link {
  color: rgba(0, 0, 0, .5);
}
.bg-pv-gray {
  background-color: #8a8a8a;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #bc141b;
}
.megamenu .dropdown-item {
  white-space: normal;
}
.navbar-dark .navbar-nav .nav-link {
  color: white;
}
.col-megamenu .title {
  background-color: #ccc;
  font-weight: bold;
  font-size: 1rem;
  padding: 5px;
}
/*# sourceMappingURL=site-NQDPJDNL.min.css.map */
