@import url("/nav.css");

.mc-banner {
    top: unset !important;
    bottom: 0 !important;
}
figure.map figcaption {
    background-color: #0b539f;
    color: white;
    width: 100%;
}
figure.table table {
    border-spacing: 0;
}
figure.table td {
    padding: 5px;
    text-align: center;
    border: solid 1px #0b539f;
    border-left: none;
    border-top: none;
}
figure.table tr:not(:first-of-type):hover {
    background-color: #d1e3ff;
}
figure.table td:first-of-type {
    border-left: solid 1px #0b539f;
}
figure.table tr:first-of-type {
    background-color: #0b539f;
    color: white;
}

figure.map {
    width: 100%;
    display: block;
    margin: 20px 0;
}
.map iframe {
    width: 100%;
    height: 60vh;
    border: none;
    border: solid 3px #0b539f;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
@media screen and (max-width: 1100px){
    .mc-banner {
        top: unset !important;
        bottom: 0 !important;
    }
    .hibbity {
        width: 90vw !important;
        left: 5vw !important;
        font-size: 0.9em !important;
        top: 5vh !important;
    }
    .area-meta {
        display: none !important;
    }
    #scrollImg {
        transform: scale(1) !important;
        position: static !important;
    }
    div.article-cover-img {
        height: auto !important;
    }
    .meta h2 {
        text-transform: none !important;
    }
    .overlay-gradient-art {
        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 100%) !important;
        bottom: 0px !important;
        height: 40% !important;
    }
    .imp-meta {
        padding: 0 !important;
    }
    .imp-meta span {
        padding: 8px 0 !important;
    }
}
.article-placement p {
    line-height: 27px;
}
.nav {
    transform-origin: top left;
    animation-fill-mode: both;
}
@keyframes spin {
    0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}
.ad-notification {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 0.7em;
    margin-bottom: 10px;
}
.twitter-type {
    width: 100%;
    border: solid 1px #ccc;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    background-color: #eee;
}
.twitter-type:hover {
    opacity: 0.8;
}
.tt-thumb {
    display: inline-block;
    flex: 0 1 auto;
    width: 30%;
    overflow: hidden;
    justify-content: center;
}
.tt-thumb img {
    min-width: 100%;
    min-height: 100%;
}
.tt-thumb:after {
    content: "";
    display: block;
    padding-bottom: 30%;
}
.tt-txt {
    flex: 1 1 auto;
    display: inline-block;
    padding: 10px 15px;
    align-items : center;
}
.tt-title {
    color: #555;
    width: 100%;
}
.tt-blurb {
    color: #989898;
    width: 100%;
    margin-top: 10px;
}
.tt-ymbi {
    text-transform: uppercase;
    color: #0b539f;
    font-weight: bold;
    font-size: 0.8em;
    margin-bottom: 10px;
    margin-top: 5px;
}
.pe-optin-1 {
    font-family: 'Montserrat', sans-serif;
}
.sponsor-notice {
    width: 100%;
    font-size: 13px;
    color: #555;
    text-align: left;
    padding: 10px 20px;
    border-left: solid 3px #0b539f;
    margin-bottom: 20px;
}
.sponsor-notice a:link, .sponsor-notice a:visited {
    text-decoration: none;
    border-bottom: solid 1px #555;
    color: #555;
    transition: 0.1s;
}

.writer-analytics {
    width: 100%;
    background-color: #0b539f;
    color: white;
    border-radius: 8px;
    padding: 10px;
}
.writer-views-large {
    font-size: 55px;
    color: white;
    display: block;
    width: 100%;
}
.writer-view-desc {
    font-size: 0.8em;
    opacity: 0.8;
    margin-bottom: 10px;
    display: block;
}
.writer-publish-time, .writer-modified-time {
    width: 100%;
    display: block;
    margin: 5px 0;
    font-size: 0.7em;
}
.writer-spider-included {
    width: 100%;
    display: block;
}
.sponsor-notice a:hover {
    border-bottom: solid 3px #555;
}
/* For recommended articles that appear within the article body */
.recommended-article-infeed {
    width: 100%;
    border: solid 1px #ccc;
    border-radius: 5px;
    margin: 10px 0;
    position: relative;
}
.ra-i-title {
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 10px;
    background-color: #0b539f;
    color: white;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
}
.ra-fl {
    display: flex;
    width: 100%;
    flex-flow: row;
}
.ra-fl img {
    width: 40%;
    flex: 0 1 auto;
}
.ra-art-title {
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 17px;
}
.ra-desc {
    flex: 0 1 auto;
    padding: 10px;
}
.ra-desc a {
    padding: 5px 10px;
    display: inline-block;
    background-color: #0b539f;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 5px;
    float: right;
}
.ra-art-blurb {
    display: block;
    opacity: 0.8;
    font-size: 14px;
    margin-top: 5px;
}