img[alt="logo"] {
    width: auto !important;
    height: 0.7rem !important;
}

div.row-white {
    background-color: whitesmoke;
}

a.button {
    background: whitesmoke;
    border: medium solid whitesmoke;
    border-radius: 8px;
    color: orange;
    padding: 10px 21px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition:0.3s;
}

a.button:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

div.button-right {
    text-align: right;
    margin-right: 25px;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    background-color: darkorange;
    transition: 0.3s;
    border-radius: 8px;
    padding: 0px 15px 15px 15px;
    color: white;
    margin: 15px;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.logo {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 8px;
    transition: 0.3s;
    margin: 15px;
}

.logo-card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.container {
    padding: 2px 16px;
    text-align: center;
}
.gridbox {
    display: grid;
    justify-content: center;
    flex-flow: row wrap;
    list-style: none;
    gap: 0 1%;
}

.flexbox {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    list-style: none;
    gap: 0 2%;
    margin-left: 0;
}

.box {
    min-width: auto;
    width: auto;
}

.logo-box {
    max-width: 23%;
}

.md-header__button.md-logo {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 60em) {
    .nav-text {
        display: none;
    }
}

blockquote.note {
    background-color: #B9D6F2;
    padding: 15px;
    margin: 5px;
    border-color: #003559;
    color: #003559;
    --md-typeset-a-color: #061A40;
}

blockquote.caution {
    background-color: #f8edeb;
    padding: 15px;
    margin: 5px;
    border-color: #A85700;
    color: #A85700;
    --md-typeset-a-color: #d62828;
}

blockquote.tip {
    background-color: #eccaff;
    padding: 15px;
    margin: 5px;
    border-color: #3c096c;
    color: #3c096c;
    --md-typeset-a-color: #240046;
}

a.callout-link {
    text-decoration: underline;
    --md-typeset-a-color: inherit;
}

[data-md-color-primary=white] {
    --md-typeset-a-color: foreground-color !important;
}

.tooltip {
    text-decoration:none;
    position:relative;
}

a.tooltip {
    display:flex;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    color:black;
    background:white;
    width: auto;
}

a.tooltip img {
    float:left;
    margin:0 8px 8px 0;
    width: auto;
}

.tooltip:hover span {
    display:block;
    position:absolute;
    top:0;
    left:0;
    z-index:1000;
    width:auto;
    max-width:320px;
    min-height:128px;
    border:1px solid black;
    margin-top:12px;
    margin-left:32px;
    overflow:hidden;
    padding:8px;
}

.md-feedback__prompt {
    margin-bottom: .3em;
    margin-top: .3em;
    font-size: .8rem;
}

.md-feedback__text {
    display: inline-block;
    vertical-align: middle;
}

#article-feedback {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner {
    background: darkorange;
    border: medium solid #A85700;
    opacity: 80%;
}

h3.banner__heading {
    margin-top: 0px;
}

.banner__content {
    padding-top: 0px;
    padding-bottom: 0px;
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

a.banner-link-text {
    color: blue;
}

a.banner-link-text:visited {
    color: purple;
    text-decoration: underline;
}

a.banner-link-text:hover {
    color: blue;
    text-decoration: underline;
}


.banner__text {
    flex-grow: 1;
    line-height: 1.4;
    margin: 25px;
}

.banner__close {
    background: none;
    cursor: pointer;
    position: fixed;
    margin-right: 10px;
    margin-top: 10px;
    margin-left: 710px;
    margin-bottom: 100px;
}

.banner__text,
.banner__close > span {
    color: white;
}
