
h1 {
  font-size: 32px;
  font-weight: normal;
  margin: 8px 0;
}

h1 a {
  text-decoration: none;
  color: rgb(61, 61, 61);
}

header {
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(221, 231, 234);
}

header a {
  text-decoration: none;
}


.logo{
  max-width: 40em;
}
.content-margin{
    margin: 36px auto auto;
    max-width: 780px;
    padding: 16px;
}

.text-center{
  margin: auto;
  text-align: center;
}

.coverimg{
    float: left;
    margin-right: 10px;
    display: inline;
    border-radius: 8px;
    width: 100%;
    height: auto;
    max-width: 90px;
}

.overview{
    padding: 24px;
    border-radius: 12px;
    margin: 0;
    background-color: #eff6fb;
    font-size: 1rem;
    font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5;
}
.u-mb-16{
    margin-bottom: 16px;
}

.bookheader{
    margin: auto;
    display: flex;
    flex-direction: row;
}
.bookTitles{
    flex-direction: column;
}
.subtitle{
    font-style: italic;
}
.rendition-data{
    display:inline-block;
}

.form-control{
  width: 200px;
  display: block;
    margin: 50px auto 20px;
    max-width: 50%;
  text-align: center;
}

.c-eds-input{
    box-sizing: border-box;
    border: 1px solid #666;
    border-radius: 4px;
    color: #000;
    width: 100%;
    min-width: 325px;
    max-width: 375px;
    padding: .5rem 1rem;
    background-color: #fff;
    font-weight: 400;
    line-height: 1.8;
}

.eds-c-button--primary {
    color: #ffffff;
    background-color: #025e8d;
    background-image: none;
    border: 2px solid transparent;
    box-shadow: none;
    text-decoration: none;
}

@media only screen and (min-width: 480px) {
    .eds-c-button {
        width: auto;
    }
}
.eds-c-button {
    cursor: pointer;
    display: inline-block;
    margin: 0;
    position: relative;
    text-decoration: none;
    text-align: center;
    width: auto;
    min-width: 325px;
    max-width: 375px;
    font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.5rem 1.5rem;
    transition: all 0.2s;
    border-radius: 32px;
    font-weight: 700;
    &:hover{
        color: #025e8d;
        background-color: #ffffff;
        background-image: none;
        border: 2px solid #025e8d;
        box-shadow: none;
        text-decoration: none;
    }
}

.eds-c-button svg {
    vertical-align: middle;
    width:18px;
    height:18px;
    margin-left: 4px;
    margin-right: 2px;
    padding-top: 2px;
    float: right;
}
.eds-c-status-message--warning {
    border-bottom: 4px solid #f58220;
}
.eds-c-status-message {
    display: flex;
    gap: 0.5rem;
    font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    position: relative;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #999999;
    line-height: 1.4;
    padding: 16px 16px 12px;
}

.eds-c-status-message__text {
    padding-right: 12px;
    margin-top: 2px;
}
.eds-c-status-message__title {
    font-weight: 700;
    margin-bottom: 8px;
}
.eds-c-status-message *:last-child {
    margin-bottom: 0;
}
.eds-c-status-message--warning {
    border-bottom: 4px solid #f58220;
    border-bottom-color: rgb(245, 130, 32);
}
.eds-c-status-message *:last-child {
    margin-bottom: 0;
}
.eds-c-status-message__icon {
    fill: currentColor;
    transform: translate(0, 0);
    display: inline-block;
    vertical-align: text-top;
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
    margin-right: 8px;
}
.eds-c-status-message--warning .eds-c-status-message__icon {
    color: #f58220;
}

.download-button {
    padding: 0.5rem 0rem;
    margin-left: -1rem;
}
.back-button-container{
    margin-top: 24px;
}
a {
    color: #025e8d;
    text-decoration: underline;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 0.0625rem;
    text-underline-offset: 0.25rem;
}


body {
    min-height: 100%;
    max-width: 100%;
    margin-top: 46px;
    font-size: 1.125rem;
    color: #222222;
    background: #ffffff;
    font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}
html {
    height: 95%;
    max-width: 95%;
    overflow-y: scroll;
    font-size: 100%;
    box-sizing: border-box;
}

footer {
    width: 97%;
    font-size: 1rem;
    background-color: #01324b;
    font-family: "Merriweather Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 32px 5% 32px 3.5%;
    color: #fff;
    line-height: 1.4;
}
footer a {
    color: #fff;
}
