/* CSS Document

Font Stacks:
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-family: 'Merriweather', 'Georgia', 'Times New Roman', sans-serif;
  font-family: 'Titillium Web', sans-serif;
*/
body {
  font-size: 14px;
  line-height: 1.42857143;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a {
  color: #337ab7;
}

a:hover,
a:focus {
  color: #23527c;
}

main {
  padding-top: 3.5rem;
  padding-bottom: 2rem;
}

/* //  Footer at the bottom code  // */

html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  height: 100vh; /* avoids IE 10-11 `min-height` bug */
}

main {
  flex: 1 0 auto;
}

header,
#stlpr-footer {
  flex-shrink: 0;
}

/* ////////////////  NAV  //////////////////// */

.breadcrumb {
  background-color: transparent;
  justify-content: flex-end;
  text-align: right;
}

.breadcrumb .fa-chevron-right {
  color: #ccc;
  margin: 0 4px;
}

.breadcrumb > li + li::before {
  content: none;
}

main .breadcrumb {
  margin-top: -3.5rem;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #ca4431;
}

/* ////////////////  HEADER  //////////////////// */

.header-buttons .btn,
#listen-bar,
.nav-main {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.header_top {
  /* background: url(/assets/img/responsive-skyline-light.jpg) top center no-repeat; */
  height: 89px;
  border-bottom: 4px solid #de2626;
}

.header_top .container {
  position: relative;
}

.header_top .container,
.header-buttons {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header_top img {
  margin: 0;
  width: 400px;
}

.header-buttons {
  position: absolute;
  right: 30px;
}

.header-buttons .btn {
  border: none;
  border-radius: 2px;
  color: #e4ecf2;
  font-size: 16px;
  font-weight: bold;
  margin: 0 2px;
  padding: 8px 10px;
  text-shadow: none;
}

.header-buttons .btn:active,
.header-buttons .btn:focus {
  box-shadow: none;
  color: #e4ecf2;
  outline: none;
}

.header-buttons .btn-primary {
  background: #c7110e;
}

.header-buttons .btn-primary:hover {
  background: #891f23;
}

.header-buttons .btn-default {
  background: #49565e;
}

.header-buttons .btn-default:hover {
  background: #3b434b;
  color: #e4ecf2;
}

#listen-bar {
  color: #e4ecf2;
  background-color: #49565e;
  border: none;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
}

#menu-btn,
#listen-bar {
  display: none;
}

#listen-bar:hover {
  background-color: #3b434b;
}

#listen-btn {
  display: inline-block;
}

#navbar {
  background-color: #fff;
  border-top: 1px solid #dfdfdf;
  border-bottom: 2px solid #dfdfdf;
  margin-top: -1px;
}

.nav-main {
  color: #777;
  font-size: 16px;
}

.nav-main a {
  color: inherit;
  text-decoration: none;
}

.nav-main > li {
  display: inline-block;
  line-height: 45px;
  padding: 0 13px;
  height: 45px;
}

.nav-main li:hover {
  background-color: #eceeed;
}

.nav-main li:hover > a {
  color: black;
}

.nav-main,
.dropdown-menus {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

.dropdowns > a::after {
  border: solid 5px;
  border-color: #7f7f7f transparent transparent transparent;
  content: "";
  display: inline-block;
  margin-left: 0.5em;
}

.dropdown-menus {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  box-shadow: -0.05rem 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  display: none;
  position: absolute;
  margin-left: -1em;
  min-width: 10em;
  z-index: 11;
}

.dropdowns:hover > .dropdown-menus {
  display: block;
}

.dropdown-menus a {
  padding: 0 15px;
  display: block;
  width: 100%;
}

.dropdown-menus li {
  border-bottom: 1px solid #eee;
}

.mobile_back {
  display: none;
}

@media (min-width: 1001px) and (max-width: 1200px) {
  #navbar .container {
    padding: 0;
    text-align: center;
    width: 100%;
  }

  .dropdowns {
    text-align: left;
  }
}

@media (max-width: 1000px) {
  .header_top {
    background: #fff;
    height: 80px;
  }

  .header_top .container { /* .container -> .container-fluid */
    width: 100%;
  }

  .header_top img {
    margin: 0 0 0 -5px;
    width: 160px;
  }

  .header-buttons {
    right: 15px;
  }

  .header-buttons .btn {
    border-radius: 4px;
    padding: 5px 8px;
  }

  #menu-btn {
    display: inline-block;
  }

  #menu-btn::after {
    content: 'Site Menu';
    margin-left: 0.5em;
  }

  #listen-bar {
    display: block;
  }

  #listen-btn {
    display: none;
  }

  #navbar {
    border: none;
    display: none;
  }

  .nav-main,
  .dropdown-menus {
    background-color: #fff;
    border: 1px solid #d2d2d2;
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 70px;
    right: 15px;
    z-index: 10;
    width: 20em;
  }

  .nav-main > li {
    border-bottom: 1px solid #eee;
    color: #333;
    display: block;
  }

  .dropdowns > a {
    cursor: default;
  }

  .dropdowns > a::after {
    border: none;
    color: #666;
    content: "\f105";
    font-family: Font Awesome\ 5 Free;
    font-size: 1.5em;
    font-weight: 900;
    margin: 0;
    position: absolute;
    right: 1em;
  }

  .dropdown-menus {
    top: 0;
    right: -1px;
    min-height: 315px;
  }

  .dropdowns:hover > .dropdown-menus {
    display: none;
  }

  .mobile_back {
    display: block;
    font-size: 0.825em;
    font-weight: bold;
    padding: 0 15px;
  }
}

@media (max-width: 640px) {
  .header_top {
    height: 50px;
  }

  .header_top img {
    width: 144px;
  }

  .nav-main {
    top: 50px;
    left: 0;
    width: 100%;
  }

  .dropdown-menus {
    width: 100%;
  }

  #menu-btn {
    background-color: transparent;
    color: #777;
    font-size: 1.4em;
    padding: 11px 17px;
    margin: -11px -7px;
  }

  #menu-btn::after {
    content: '';
    margin-left: 0;
  }
}

/* ////////////////  BODY  //////////////////// */

h5 {
  font-weight: bold;
}

.bumper {
  display: block;
  margin: 1em 0;
  padding: 1em 0;
}

.clear {
  clear: both;
}

#volunteer {
  color: #444750;
  font-size: 16px;
  padding: 2em 0;
}

#volunteer h3 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: bold;
}

#volunteer h6 {
  font-family: 'Titillium web', sans-serif;
  font-size: inherit;
  margin: -0.25em auto 1em auto;
}

/* ////////////////  BUTTONS  //////////////////// */

.btn-warning {
  background-image: none;
  border-color: transparent;
  background-color: #febc10;
}

.btn-warning,
.btn-warning:hover {
  color: white;
  font-weight: bold;
}

.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
}

.btn-warning.disabled,
.btn-warning:disabled,
.btn-warning[disabled] {
  background-color: #eb9316;
  background-image: none;
}

/* Fills
  these are based off of bootstrap colors and naming conventions
  along with colors used on the employment page */

.fill-danger {
  background-color: #dc3545;
}

.fill-white {
  background-color: #fff;
}

.fill-light {
  background-color: #f2f5f8;
}

.fill-secondary {
  background-color: #e1e8ef;
}

.fill-darkaccent {
  background-color: #444750;
}

/* Utilities */

.font-primary {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.font-secondary {
  font-family: 'Fira Sans Extra Condensed', 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Reset Classes */

a.quiet,
a.quiet:hover {
  color: inherit;
}

ul.quiet {
  list-style-type: none;
  padding-left: 0;
}

button.quiet {
  background: none;
  border: none;
  font-family: inherit;
}

/* sidebar for info pages */
.info-nav {
  background-color: #c7110e;
  font-size: 14px;
}

.info-nav > ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.info-nav > ul > li {
  border-bottom: 1px dotted white;
}

.info-nav > ul > li:last-child {
  border-bottom-color: transparent;
}

.info-nav > ul > li > a {
  color: white;
  display: block;
  padding: 1.25rem 0;
  transition: margin-left 1s;
}

.info-nav > ul > li:hover > a {
  margin-left: 2em;
  text-decoration: none;
}

@media (max-width: 1000px) {
  .info-nav {
    margin: 1em;
  }

  .info-nav > ul > li {
    display: inline-block;
    width: 48.9%;
  }

  .info-nav > ul > li:last-child {
    border-color: white;
  }
}