/*Change the site title and tagline font color to match with menu background color|KG-1704544-zen*/
.natural-header-active #header .site-title a:link{
    color: #ff008e;
}
.natural-header-active #header .site-description {
    color: #ff008e;
}
/* Change size of site title on mobile - 1704544-zen N-OW*/
@media (min-width: 481px) and (max-width: 767px) {
    #header .site-title {
        font-size: 1.8em;
    }
    #header .site-description {
        font-size: 1em;
    }
}
@media (min-width: 320px) and (max-width: 480px) {
    #header .site-title {
        font-size: 1.6em;
    }
}
@media (max-width: 319px) {
    #header .site-title {
        font-size: 1.2em;
    }
    #header .site-description {
        font-size: 0.8em;
    }
}
/* Change size of questions on home page on mobile - 1704544-zen N-OW*/
@media (min-width: 481px) and (max-width: 767px) {
    .wp-block-media-text__content .has-large-font-size {
        font-size: 1.2em;
    }
}
@media (min-width: 320px) and (max-width: 480px) {
    .wp-block-media-text__content .has-large-font-size {
        font-size: 0.9em;
    }
}
@media (max-width: 319px) {
    .wp-block-media-text__content .has-large-font-size {
        font-size: 0.6em;
    }
}  
/* Adds image border #1704544-zen */
a img {
    border: 2px solid #ccc;
}
/* Adjusts width of footer to align with content area on all pages except homepage */
@media screen and (min-width: 767px) {
body:not(.home) .footer {
    float: left;
    width: 68.75%;
}
}
/* Adjusts bottom Disclaimer button to match other footer buttons #1704544-zen JW*/
.footer-widget .textwidget p{
    margin: 0;
    padding: 0!important;
    line-height: 1rem;

}

.footer-widget .textwidget p a{
    color: #59636D;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 8px;
    border: 1px solid #D2D3D3;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.08);
    border-bottom-color: #B8B9BA;

}
/* Fixes word break of site title ZD *#1704544* */
#header .site-title a {
    word-break: normal;
}
/* Adjusts font size of cite on mobile ZD *#1704544* */
@media handheld, only screen and (max-width: 767px) {
    blockquote cite {
        font-size: 16px;
    }
}