html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.tm-background {
  background: #003399;
}

.tm-section,
.tm-footer {
  padding: 50px 0;
}

@media (min-width: 768px) {
  .tm-section,
  .tm-footer {
    padding: 90px 0;
  }
}

@media (min-width: 1220px) {
  .tm-section,
  .tm-footer {
    padding: 60px 0;
  }
}

.tm-section-color-white {
  background: #ffffff;
}

.tm-navbar {
  padding: 30px 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: #003399;
}

.tm-small-brand {
  font-weight: 600;
  letter-spacing: 0.01em;
}

.tm-footer {
  color: #dddddd;
}

.tm-footer p {
  margin-bottom: 0.55rem;
}

.tm-footer a {
  color: #4683ea;
  text-decoration: underline;
}

.tm-footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.tm-panel-link,
.tm-panel-link:hover {
  color: #444444;
  text-decoration: none;
}

.tm-panel-link {
  padding: 30px;
  border: 1px solid #e5e5e5;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}

.tm-panel-link:after {
  content: "";
  display: none;
  position: absolute;
  height: 5px;
  right: -1px;
  left: -1px;
  bottom: -1px;
  background: #0ba1d8;
}

.tm-panel-link:hover:after {
  display: block;
}

.tm-panel-link:hover h2 {
  color: #0ba1d8;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.tm-panel-link img {
  max-width: 100%;
  height: auto;
}

.tm-article-subtitle {
  padding-left: 6px;
  border-left: 3px solid #1fa2d6;
  font-size: 16px;
  line-height: 16px;
}

.tm-totop-scroller {
  color: #d3d3d3;
  display: inline-block;
  font-size: 24px;
  margin-top: 20px;
  position: relative;
  z-index: 1000;
  text-decoration: none;
}

.tm-totop-scroller:before {
  content: "\2191";
}

.tm-totop-scroller:hover {
  color: #ffffff;
  text-decoration: none;
}

.hero-carousel .carousel-item img {
  width: 100%;
  max-height: 262px;
  object-fit: cover;
}

body.tm-bootstrap-page {
  background: #ffffff;
}

body.tm-bootstrap-page .tm-section {
  background: #ffffff;
}

body.tm-bootstrap-page .tm-navbar,
body.tm-bootstrap-page .tm-footer {
  background: #003399;
  color: #ffffff;
}

body.tm-bootstrap-page .tm-navbar .nav-link,
body.tm-bootstrap-page .tm-navbar .navbar-brand,
body.tm-bootstrap-page .tm-navbar .tm-small-brand,
body.tm-bootstrap-page .tm-footer a {
  color: #ffffff;
}

body.tm-bootstrap-page .tm-navbar .nav-link:hover,
body.tm-bootstrap-page .tm-footer a:hover {
  color: #ffffff;
  opacity: 0.9;
}

body.tm-bootstrap-page .tm-navbar .tm-nav-buttons .nav-link {
  margin: 0;
  border: 0;
  border-radius: 3px;
  padding: 0.55rem 0.95rem;
  line-height: 1.2;
  background: #4683ea;
  color: #ffffff;
}

body.tm-bootstrap-page .tm-navbar .tm-nav-buttons .nav-item + .nav-item .nav-link {
  margin-left: 0.75rem;
}

body.tm-bootstrap-page .tm-navbar .tm-nav-buttons .nav-link:hover,
body.tm-bootstrap-page .tm-navbar .tm-nav-buttons .nav-link:focus {
  background: #2b6dd8;
  color: #ffffff;
  opacity: 1;
}
