/* open-sans-condensed-300 - latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/open-sans-condensed-v12-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Condensed Light'), local('OpenSansCondensed-Light'),
       url('fonts/open-sans-condensed-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-condensed-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-condensed-v12-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-condensed-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-condensed-v12-latin-300.svg#OpenSansCondensed') format('svg'); /* Legacy iOS */
}

html {
  font-size: 62.5%;
}

html body {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.7rem;
  line-height: 1.25;
  letter-spacing: 0.075rem;
  color: #000000;
}

.mx li {
  padding: 0.5rem 0;
}

.a1 {
    width: 800px;
    text-align: left;
}

.f12 {
	font-size: 12px;
}

a {
  color: #004d99;
  font-weight: 600;
}

h1 {
  font-size: 2.7rem;
}

h2, .h2 {
 font-size: 3rem;
}

/* TABLES */

.bd-table thead th {
  border-bottom: none;
  border-top: none;
  color: #8f8f8f;
  padding: 2rem .75rem;
  text-transform: uppercase;
  font-size: 1.3rem;
}

.bd-table td {
  border-top: 1px solid #d5d5d6;
  vertical-align: middle;
}


/* CUSTOM NAVBAR */

.bd-navbar {
  font-size: 1.7rem;
  min-height: 4rem;
  background-color: #11375f;
}
.bd-navbar .navbar-brand {
  color: #f8f9fa;
  font-size: 1.7rem;
  text-transform:uppercase;
}
@media (max-width: 991px) {
  .bd-navbar {
      padding-right: .5rem;
      padding-left: .5rem;
  }
  .bd-navbar .navbar-nav-scroll {
      max-width: 100%;
      height: 2.5rem;
      margin-top: .25rem;
      overflow: hidden;
      font-size: .875rem;
  }
  .bd-navbar .navbar-nav-scroll .navbar-nav {
      padding-bottom: 2rem;
      overflow-x: auto;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch
  }
}
@media (min-width: 768px) {
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .bd-navbar {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1071;
    }
  }
}
.bd-navbar .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
  color: #f8f9fa;
}
.bd-navbar .navbar-nav .nav-link.active,
.bd-navbar .navbar-nav .nav-link:hover {
  color: #fff;
  background-color: transparent
}
.bd-navbar .navbar-nav .nav-link.active {
  font-weight: 500
}
.bd-navbar .navbar-nav-svg {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: text-top;
}
.bd-navbar .dropdown-menu {
}
.bd-navbar .dropdown-item.active {
  font-weight: 500;
  color: #212529;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23292b2c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: .4rem .6rem;
  background-size: .75rem .75rem;
}
.bd-navbar .dropdown-item {
  font-size: 1.8rem;
  line-height: 1.5;
}

.navbar-dark .navbar-text {
}

// Small devices (landscape phones, less than 768px)
@media (max-width: 767px) {
  .navbar-expand .navbar-toggler {
      display: block;
  }
}

@media (max-width: 650px) {
  html body {
    font-size: 1.5rem;
  }
  h1 {
    font-size: 2.1rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 500px) {
  html body {
    font-size: 1.4rem;
  }
  .col {
    padding-right: 5px;
    padding-left: 5px;
  }
  .bd-navbar .navbar-brand {
    font-size: 1.7rem;
  }
  h1 {
    font-size: 1.7rem;
  }
  h2, .h2 {
    font-size: 1.7rem;
  }
  .bd-table {
    font-size: 1.3rem;
  }
  .bd-table thead th {
    padding: 1rem .5rem;
    text-transform: uppercase;
    font-size: 1.1rem;
  }
  .bd-table td, .bd-table th {
    padding: .5rem .5rem!important;
  }
}
@media (max-width: 400px) {
  html body {
    font-size: 1.3rem;
  }
  .bd-navbar .navbar-brand {
    font-size: 1.5rem;
  }
  h1 {
    font-size: 1.4rem;
  }
  h2, .h2 {
    font-size: 1.5rem;
  }
  .bd-table {
    font-size: 1.1rem;
  }
  .bd-table thead th {
    padding: 1rem .3rem;
    text-transform: uppercase;
    font-size: 0.8rem;
  }
  .bd-table td, .bd-table th {
    padding: .5rem .3rem!important;
  }
}
/* FOOTER */

.bd-footer {
  font-size: 85%;
  text-align: center;
  background-color: #f7f7f7;
}

.bd-footer a {
  font-weight: 500;
  color: #495057;
}

.bd-footer p {
  margin-bottom: 0;
  text-align: center;
}

.bd-footer-links {
  padding-left: 0;
  margin-bottom: 1rem;
  list-style: none;
}

.bd-footer-links .heading {
  margin-bottom: 3px;
  font-size: 14px;
}

.bd-footer-links li {
  padding: 0.25rem 0;
}

@media (min-width: 576px) {
  .bd-footer {
    text-align: left;
  }
}

@media (min-width: 1100px) {
  .bd-navbar {
      font-size: 2rem;
  }
}
