/* New fonts */
@font-face {
    font-family: 'Futura Book';
    src: url('https://creditunions.cc/autolink/texasbay/futura-book-bt-webfont.woff2') format('woff2'),
         url('https://creditunions.cc/autolink/texasbay/futura-book-bt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

/* Change black drop down menus to blue color */
ul.sdt_menu li span.sdt_active, ul.sdt_menu li div.sdt_box {
  background: #154a80 !important;
}

/* Apply the new fonts */
body {
  font-family: 'Open Sans', sans-serif !important;
}

/* Header in main part of site */
#content h1 {
  font-family: 'Futura Book', sans-serif !important;
  color: #DB8020;
}

#content h1.small {
  color: #606A70;
}

/* Landing page header */
.display-4 {
  font-family: 'Futura Book', sans-serif !important;
  font-weight: 400 !important;
  font-size: 4rem;
}

/* Sitemap header colors */
.sitemap .resource-block h2 a {
  color: #007DAD !important;
}

/* Set the color of panel boxes (e.g., the menu on the Education pages) */
.panel-primary, .panel-info {
  border-color: #007DAD;;
}

.panel-primary>.panel-heading, .panel-info>.panel-heading {
  border-color: #007DAD;
  background-color: #007DAD;;
  color: #fff;
}

/* Update button colors */
.btn-success {
  background: #154a80;
  border-color: #154a80;
}

.btn-success:hover {
  background: #0E3053;
  border-color: #0E3053;
}

.btn-primary {
  background: #007DAD;
  border-color: #007DAD;
}

#rotatingTextContainer {
  height: 77px !important;
}
#landingPageList li::marker {
     color: #db8020;
}