﻿body {
    padding: 10px 4px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.6;
}

.article-inline-img {
    width: 100%;
    overflow: hidden;
    min-height: 375px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;

}

.article-inline-img-xs {
    width: 100%;
    overflow: hidden;
    min-height: 180px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;
}

.site-name-text-vertical {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform: rotate(90deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: 0 100%; /* IE 9 */
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    position: absolute;
    top: 0px;
    left: 0px;
    white-space: nowrap;
    padding: 0px;
    margin: -0.95em 0 0 0.05em;
    line-height: 1.0;
}

    .site-name-text-vertical a,
    .site-name-text-vertical a:hover,
    .site-name-text-vertical a:visited
    {
        text-decoration: none;
    }
    
 .site-name-text {
        white-space: nowrap;
    }

.jumbotron h1 {
    background-color: whitesmoke;
    padding: 30px;
    display: inline-block;
    opacity: 0.95;
}

.modal-link {
    height: 30px;
    width: 30px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    margin: 0;
    background-color: transparent;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

#author-blurb {
    background-image: none;
    background-color: lightgrey;
    border: none;
    -ms-border-radius: 0;
    border-radius: 0;
}

#ms-cookie-consent {
    background-image: none;
    background-color: #222222;
    color: white;
    border: none;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 15px;
    margin-bottom: 65px;
    z-index: 400;
}

#footer {
    font-size: smaller;
}

.related-article {
    padding: 8px;
    margin: 0px;
    cursor: pointer;
    background-color: transparent;
    background-position: center center;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: cover!important;
    min-height: 200px;
    border: 2px solid transparent; 
}

    .related-article h4 {
        position: absolute;
        top: 0px;
        left: 0px;
        padding: 3px;
        margin: 5px;
        display: block;
        background-color: #ffffff;
        color: black;
        -ms-opacity: 0.8;
        opacity: 0.8;
        cursor: pointer;
    }

    .related-article p {
        position: absolute;
        bottom: 0px;
        left: 0px;
        font-size: small;
        padding: 3px;
        margin: 5px;
        display: block;
        background-color: #ffffff;
        color: black;
        -ms-opacity: 0.8;
        opacity: 0.8;
        cursor: pointer;
    }

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

h1 a {
    text-decoration: none;
    color: #222222;
}

h1 a:hover {
    text-decoration: none;
    background-color: #222222;
    color: #ffffff;
}

h1 small {
    font-weight: lighter;
    font-size: 18pt;
    color: #222222;
}

.adsbygoogle {
    background-color: #ffffff;
}

.ad-fallback {
    background-color: #f6f6f6;
    padding: 0px;
}

.blockquote {
    font-size: 1.5em;
    color: #333333;
    font-style: italic;
    quotes: "\201C""\201D""\2018""\2019";
    display: inline-block;
    line-height: 1.5em;
    margin: 0;
    padding: 0;

}
.blockquote p:before {
    content: open-quote;
    font-size: 2.5em;
    display: inline-block;
    line-height: 1.5em;
    margin-bottom: -1.0em;
    padding-right: 0.5em;
    vertical-align: -0.3em;
}
.blockquote p:after {
    content: close-quote;
    font-size: 2.5em;
    display: inline-block;
    line-height: 1.5em;
    margin: 0;
    padding-left: 0.5em;
    vertical-align: -0.7em;
}


