body,
p,
ul,
ol,
li {
    font-family: "valkyrie", Georgia, serif;
}

nav {
    font-family: "concourse", sans-serif;
    font-weight: 600;
    color: #293649;
    text-align: left;
}

nav a:link,
a:visited {
    color: #487eb0;
}

nav a:link,
a:visited {
    color: #487eb0;
}

#byline a:link,
a:visited {
    color: #487eb0;
}

#content a:link,
a:visited {
    color: #487eb0;
}

.custom-link-color {
    color: #487eb0;
}

#content {
    line-height: 1.9rem;
}

#content h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "concourse", sans-serif;
    line-height: 1.2;
    font-weight: 600;
    color: #293649;
    text-align: left;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#content h1 {
    font-size: 2.4rem;
    line-height: 1.2;
    color: #293649;
}

#content h2 {
    font-size: 1.6rem;
    line-height: 1.2;
    color: #293649;
}

#content h3 {
    font-size: 1.2rem;
    line-height: 1;
    color: #293649;
}

#content h4 {
    font-size: 1rem;
    line-height: 1;
    color: #293649;
}

#content p {
    font-size: 17px;
    margin-bottom: 1rem;
    text-wrap: pretty;
}

#content img {
    margin-top: 1rem;
    margin-bottom: 1rem;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 15px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 15px 0px;
    border-bottom-color: #4a6580;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: #4a6580;
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: #4a6580;
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: #4a6580;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 15px 0px;
    box-sizing: border-box;
    color: #4a6580;
}

#content img.transparent {
    margin-top: 1rem;
    margin-bottom: 1rem;
    box-shadow: none;
    box-sizing: none;
    border: none;
    color: none;
}

#content ol,
ul {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 1rem;
}

#content ol {
    list-style-type: decimal;
}

#content ul {
    list-style-type: disc;
}

#content li {
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 0.75rem;
}

#content blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    border-left: 5px solid #dae1e7;
}

#content blockquote small:before {
    content: "\2014";
    margin-right: 0.2rem;
}

#content hr {
    border: 1px solid #f2f5f8;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

#content .footnotes p {
    font-size: 80%;
    text-wrap: pretty;
}

#content .footnotes ol li::marker {
    font-size: 80%;
}

#content caption {
    font-family: "valkyrie", Georgia, serif;
    font-size: 80%;
    line-height: 0.8;
    text-wrap: pretty;
}

.leading-loose {
    line-height: 1.314;
}

.z-50 {
    z-index: 50;
}

.book {
    height: 12rem;
    width: auto;
    margin-top: 1rem;
    margin-right: 2rem;
    margin-bottom: 1rem;
}

.book-caption {
}

.full-bleed {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
}

.wrapper {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
}

.grecaptcha-badge {
    visibility: hidden;
}

a.formkit-guarantee {
    text-decoration: none;
    color: #487eb0;
}

.background-texture {
    background-image: url(/img/background-texture.png);
    background-repeat: repeat;
    background-size: 182px;
    filter: brightness(6);
    opacity: 0.025;
}

.drop-shadow {
    box-shadow:
        0px 0px 0px 1px #0e3f7e08,
        0px 1px 1px -0.5px #2a334508,
        0px 3px 3px -1.5px #2a334608,
        0px 6px 6px -3px #2a334608,
        0px 12px 12px -6px #0e3f7e08,
        0px 24px 24px -12px #0e3f7e10;
}
