:root {
  --site-navy: #002953;
  --site-blue: #1e4060;
  --site-ink: #111111;
  --site-light: #f5f5f5;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--site-ink);
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  background: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Serif Display", serif;
  color: #000;
  letter-spacing: 0;
}

a {
  color: var(--site-navy);
}

a:hover,
a:focus {
  color: var(--site-navy);
}

img {
  max-width: 100%;
  height: auto;
}

a:focus-visible,
button:focus-visible,
iframe:focus-visible {
  outline: 3px solid rgba(0, 41, 83, 0.45);
  outline-offset: 2px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1020;
  background: rgba(0, 41, 83, 0.85);
  color: #fff;
  border-bottom: solid 1px #494949;
}

.navbar {
  min-height: 74px;
  padding: 0;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 170px);
}

.site-brand img {
  display: block;
  width: 518px;
  max-width: 100%;
  height: auto;
}

.navbar-toggler {
  display: none;
}

.navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-nav .nav-item:not(:last-child) {
  display: none;
}

.navbar .nav-link,
.navbar .nav-link:focus {
  color: #fff;
  font-family: "DM Serif Display", serif;
  font-size: 1.85rem;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  text-decoration: none;
}

.navbar .nav-link:hover {
  color: #fff;
}

section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.hero-panel {
  background: rgba(21, 58, 96, 0.15) url("../images/hero/are-you-ready-to-begin-a-new-chapter.jpg") center center no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  color: #fff;
  padding: 0;
}

.hero-panel .container {
  min-height: 600px;
}

.hero-heading {
  width: 50%;
  padding-bottom: 1rem;
}

.hero-panel h1 {
  color: #fff;
  font-size: 2.45rem;
  line-height: 1.12;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);
}

.intro-copy {
  max-width: 100%;
}

#help h2 {
  font-size: 2rem;
}

#help h3 {
  font-size: 2rem;
}

#help ul {
  margin: 0;
  padding: 0;
}

#help img {
  width: 100%;
}

#speak {
  background: var(--site-blue);
  color: #fff;
  padding: 4rem 0;
}

#speak h2 {
  color: #fff;
  font-size: 2rem;
}

#speak p {
  margin-bottom: 0;
}

#ready {
  background: url("../images/hero/bg-are-you-ready-coffee.jpg") center center no-repeat;
  background-size: cover;
  padding: 3rem 0;
}

.ready-box {
  background: var(--site-blue);
  color: #fff;
  padding: 1rem;
}

.ready-box h2 {
  color: #fff;
  font-size: 2rem;
}

.ready-box a {
  color: #fff;
}

#about-us {
  background: #fff;
}

#about-us h2 {
  font-size: 2.25rem;
}

#about-us h3 {
  font-size: 1.65rem;
}

.blog {
  background: var(--site-light);
  padding: 1.5rem 0;
}

.blog h2,
.blog h3 {
  margin-bottom: 0.75rem;
}

.blog h2 {
  margin-top: 1rem;
  font-size: 2rem;
}

.blog-item {
  margin-bottom: 1.25rem;
}

.readmore .btn {
  color: #fff;
  background: #6c757d;
  border-color: #6c757d;
}

.embed-container {
  position: relative;
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.site-footer {
  background: #1d1d1d;
  color: #fff;
}

.site-footer h2,
.site-footer h3 {
  color: #fff;
}

.site-footer a:link,
.site-footer a:visited,
.site-footer a:hover,
.site-footer a:active {
  color: #fff;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -100%;
  z-index: 1300;
  background: #fff;
  border: 2px solid #000;
  padding: 0.5rem 0.75rem;
}

.skip-link:focus {
  top: 0.5rem;
}

.back-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.article-top {
  padding-top: 150px;
  background: #fff;
}

.article-shell {
  max-width: 960px;
}

.breadcrumb {
  display: none;
}

.article-card {
  background: #fff;
  border: 0;
  padding: 0;
}

.article-body {
  display: flow-root;
}

.article-body img {
  max-width: 100%;
  height: auto;
}

.article-body table {
  width: 100%;
}

.article-body .table {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.article-body p,
.article-body ul,
.article-body li,
.article-body table,
.article-body h2,
.article-body h3,
.article-body h4 {
  overflow-wrap: anywhere;
}

.article-body .pagenavigation,
.article-body nav.pagenavigation {
  display: none;
}

.article-pager {
  border-top: 1px solid #ddd;
  padding-top: 1rem;
}

.article-pager .btn {
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .navbar {
    min-height: 72px;
  }

  .site-brand {
    max-width: calc(100% - 116px);
  }

  .navbar .nav-link {
    font-size: 1.15rem;
  }

  .hero-panel .container {
    min-height: 430px;
  }

  .hero-heading {
    width: 100%;
  }

  .hero-panel h1 {
    font-size: 2rem;
  }

  #ready .col-sm-4 {
    width: 100%;
  }

  .article-top {
    padding-top: 110px;
  }
}
