html, p, ul, ol, h1, h2, h3, h4, h5, h6, section, a {
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
}

p, ul, ol, div, a {
    font-size: 22px;
    line-height: 37px;
}

.accordion-button {
    font-size: 22px;
}

body {
    overflow-x: hidden;
}

a {
  color: #0574bb;
}

a:hover {
  color: black;
  background-color: white;
  border-color: #0574bb;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-weight: normal;
}

h1 {
    font-size: 45px;
    line-height: 70px;
    margin-bottom: 37px;
}

.title {
    font-size: 58px;
    line-height: 89px;
    margin-bottom: 37px;
}

h2 {
    font-size: 36px;
    line-height: 57px;
    margin-bottom: 23px;
}

h3 {
    font-size: 28px;
    line-height: 45px;
    margin-bottom: 14px;
}

h4 {
    font-size: 22px;
    line-height: 37px;
    font-weight: bold;
    margin-bottom: 9px;
}

p, ul.readable, ol.readable, blockquote.readable, pre.readable, .alert.readable, .note.readable, .box.readable, .footnotes.readable {
    margin-bottom: 37px;
}

ul.readable, ol.readable {
    margin-left: 0;
}

ul.readable li {
    margin-bottom: 14px;
}

.navbar-brand img {
    max-height: 40px;
}

.alert.readable, .note.readable, .box.readable {
    padding: 23px;
}

.footnotes.readable {
    font-size: 17px;
    line-height: 29px;
    padding-top: 23px;
    border-top: 1px dotted rgba(0,0,0,0.15);
}

.footnotes.readable p {
    margin-bottom: 23px;
}

ul.readable ul, ul.readable ol, ol.readable ul, ol.readable ol, blockquote.readable.right p,
blockquote.readable.left p, .alert.readable :last-child, .note.readable :last-child,
.box.readable :last-child, .footnotes.readable :last-child {
    margin-bottom: 0;
}

.vertical-center {
    height: 100vh;
    display: flex;
    align-items: center;
}

section.first {
    margin-top: 120px;
}

.container.readable {
    max-width: 800px;
}

.btn-xl {
    padding: 1.25rem 2rem;
    font-size: 22px;
    line-height: 37px;
}

.btn-primary {
    color: white;
    background-color: #0574bb;
    border-color: #0574bb;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #0574bb !important;
    border-color: #0574bb !important;
    color: white;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 102, 51, 0.2) !important;
}

#main-nav {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background-color: inherit;
}

#main-nav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  color: white;
  border: 0;
  background-color: #0574bb;
}

#main-nav .navbar-brand {
    color: #888888;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
}

#main-nav .navbar-brand.active, #main-nav .navbar-brand:active, #main-nav .navbar-brand:focus, #main-nav .navbar-brand:hover {
  color: #0574bb;
}

#main-nav .navbar-nav .nav-item .nav-link {
    padding: 0.5em 0.75em;
    font-size: 0.85em;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
}

#main-nav .navbar-nav .nav-item .nav-link.active, #main-nav .navbar-nav .nav-item .nav-link:hover {
  color: #0574bb;
}

.logos img {
    max-height: 60px;
}

.footer {
  padding: 25px 0;
  text-align: center;
}

ol li {
    margin-bottom: 2rem;
}