#header {
    width: 100%;
    color: #fff;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.4) 100%), url('/static/img/banner.png');
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(59%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4))), url('/static/img/banner.png') no-repeat;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.4) 100%), url('/static/img/banner.png');
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.4) 100%), url('/static/img/banner.png');
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.4) 100%), url('/static/img/banner.png');
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.4) 100%), url('/static/img/banner.png');
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 66px;
}

#header.expanded {
    height: auto !important;
}

/* I know this is an abomination but it's less bad than the alternative way of
 * fixing footnote reference issues (given the fixed header) */
#scroll {
    position: fixed;
    top: 66px;
    bottom: 0;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.logo img {
    width: 210px !important;
    padding: 10px 0;
}

.dark-screen {
    background: rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px 0;
}

.article-category {
    margin: 0 !important;
}
.article-title {
    margin-top: 5px !important;
}
.article-title .sub.header {
    padding-top: 10px !important;
}

#article-lead {
    font-size: 1.1em;
    line-height: 1.5em;
    text-align: center;
    padding: 30px 0;
}

.article-content p {
    line-height: 1.8em;
}

.page-content .article-content.section {
    padding-top: 25px;
}

.article-content hr {
    margin: 50px 0;
}

article {
    padding-bottom: 50px;
}

hr {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
    border-top: 1px solid #aaa;
    color: #777;
    text-align: center;
}

.page-content ul, .page-content ol {
    line-height: 1.5em;
}
.page-content li {
    margin-top: 0.5em;
}
.page-content ol ol ol {
    list-style-type: lower-roman;
}
.page-content ol ol {
    list-style-type: lower-alpha;
}

.page-content .section {
    padding: 50px 0;
}

#footer {
    position: relative;
    background: #000;
    width: 100%;
    margin-top: 75px;
    padding-top: 100px;
    padding-bottom: 50px;
    color: #fff;
}

#footer-logo {
    position: absolute;
    top: -50px;
    width: 100%;
}

#footer p {
    font-size: 0.8em;
}

.footnote hr {
    margin-top: 50px 0;
}

.footnote li {
    transition: background 1s ease;
}

.footnote .highlighted {
    background-color: #fce8ef;
}

.page-content {
    padding-top: 50px;
}
.article-tag {
    white-space: nowrap;
}

.article-thumb .details {
    background: #000;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
}
.article-thumb .details .row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.article-thumb .details .description {
    padding-left: 0 !important;
    padding-right: 30px !important;
}
.article-thumb + .article-thumb {
    margin-top: 50px;
}
.article-thumb .article-title {
    height: 40px;
}
.article-third .details {
    background: #000;
    border-radius: 10px;
}
.article-third .article-title {
    height: 60px;
    position: relative;
}
.article-third .article-title a {
    position: absolute;
    bottom: 0;
}
.article-third .description {
    padding: 25px;
    height: 175px;
    display: flex;
    align-items: center;
}

.shadow-section {
    height: 160px;
    padding: 50px 0;
    box-shadow: inset 0 35px 35px -35px rgba(0, 0, 0, 0.2),
                inset 0 -35px 35px -35px rgba(0, 0, 0, 0.2);
}
.shadow-section.padded{
    margin: 50px 0;
}

.arrow-container {
    margin: 0 auto;
    width: 1115px;
    position: relative;
}

.arrow-container div {
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    top: -50px;
    border-left: 80px solid transparent;
}

#blue-arrow {
    border-right: 180px solid #405f92;
    border-top: 80px solid #405f92;
    border-bottom: 80px solid #405f92;
}

#purple-arrow {
    border-right: 180px solid #a8558e;
    border-top: 80px solid #a8558e;
    border-bottom: 80px solid #a8558e;
}

#red-arrow {
    border-right: 180px solid #a12b52;
    border-top: 80px solid #a12b52;
    border-bottom: 80px solid #a12b52;
}

#hamburger {
    visibility: hidden;
    position: absolute;
    right: 10px;
}

@media only screen and (min-width: 1200px) {
    .page-content .article-content.section {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 767px)  {
    #header .stackable.secondary.menu {
        flex-direction: column;
    }
    #header .right.menu.visible {
        display: flex;
    }
    #header .ui.stackable.right.menu .item {
        width: auto!important;
    }
}

@media only screen and (max-width: 350px) {
    #hamburger-item .logo {
        max-width: 200px;
    }
}

@media only screen and (max-width: 1200px) {
    .shadow-section {
        height: auto;
    }
    .arrow-container {
        display: none;
    }
    #hamburger-item {
        width: 100%;
    }
    #hamburger {
        visibility: visible;
    }
    #header .right.menu {
        display: none;
    }
    #header .right.menu.visible {
        display: flex;
    }
    .page-content {
        padding: 0;
        padding-top: 15px;
    }

    .interview-quote {
        margin-left: 0 !important;
        margin-top: 0 !important;
        margin-right: 10px !important;
    }

    .page-content .article-content.section {
        padding-left: 10px;
        padding-right: 10px;
    }
}

#hamburger-item {
    padding-left: 0;
}
#hamburger-item .logo {
    width: 100%;
}

.inverted a {
    color: rgba(255, 255, 255, 0.9);
}

.inverted a:hover {
    color: #fff;
}

.print-only {
    display: none;
}

#print-banner {
    display: none;
}

@media print {
    .print-hide {
        display: none;
    }

    body {
      padding: 5mm 10mm !important;
      margin: 0 !important;
      margin-bottom: 20mm !important;
      }

    .page-content {
        font-size: 0.8rem;
        padding: 0;
    }
    .page-content .section {
        padding: 0;
    }
    .print-only {
        display: block;
    }
    #scroll {
        position: static;
        overflow-y: visible;
    }
    .article-content {
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-gap: 25px;
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
    }
    #print-banner {
        display: block;
        font-size: 0.8em;
    }
    .interview-quote {
        background: none !important;
        border: 1px solid #000;
        color: #000 !important;
        margin-left: 0 !important;
        margin-right: 10px;
    }
}

blockquote::before {
    content: "\201C";
    font-weight: bold;
    font-size: 60px;
    font-family: Georgia, serif;
    position: absolute;
    left: -25px;
    top: 15px;
    color: #222;
}

blockquote {
    display: block;
    position: relative;
    padding: 10px;
    margin: 20px;
    text-indent: 35px;
    color: #666;
}

blockquote cite {
    text-align: right;
    display: block;
}

blockquote cite::before {
    content: "\2014";
}

.author-bio {
    font-size: 0.8em;
}
.article-photo-mobile {
    display: none;
}

@media only screen and (max-width: 767px) {
    /* So the "manage article" page section headers aren't cut off on mobile */
    .ui.horizontal.divider.header {
        white-space: unset;
    }

    /* Otherwise it might be too big and cause overflow */
    h1.article-title.ui.header {
        font-size: 1.7rem;
    }

    h2.article-title.ui.header {
        font-size: 1.5rem;
    }

    h3.article-title.ui.header {
        font-size: 1rem;
    }

    #article-metadata .column {
        text-align: center;
    }

    #footer {
        background: #000;
    }

    #footer h2.ui.header {
        font-size: 1.3rem;
    }

    #footer .column {
        text-align: center;
    }

    .page-content .section {
        padding: 30px 0;
    }

    .page-content {
        font-size: 0.85em;
    }

    .article-thumb .ui.stackable.grid > .row > .column {
        padding: 0 1rem !important;
    }
    .article-thumb .description .ui.header {
        padding: 1rem;
    }
    .email-address {
        font-size: 1.1rem;
    }

    .article-third .article-title {
        height: auto;
    }
    .article-third .article-title a {
        position: static;
    }
    .article-photo-desktop {
        display: none;
    }
    .article-photo-mobile {
        display: block;
    }
}

.uploaded-image {
    text-align: center;
}

.uploaded-image span {
    display: block;
    font-style: italic;
    padding-bottom: 1rem;
}

.uploaded-image img {
    max-width: 100%;
}

.article-photo {
    width: 100%;
    height: 450px;
    background-size: cover;
}


.featured-article .overlay {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.7));
}

.featured-article .overlay-content {
    position: absolute;
    left: 20px;
    bottom: 10px;
}

.featured-article .description {
    padding: 25px;
    background: #000;
    border-radius: 0 0 10px 10px;
}

.featured-article .description .sub.header{
    border-left: 2px solid rgba(255, 255, 255, 0.8);
    padding-left: 20px;
}

.ui.header.article-metadata {
    text-align: right;
    margin-top: 10px;
}

#header-push {
    height: 80px;
}
.footnote {
    font-size: 0.8rem;
}

.interview-quote {
    display: block;
    color: white;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 23px;
    box-sizing: border-box;
    margin-top: -10px;
    margin-left: -60px;
    float: left;
}

.interview-quote.author-1 {
    background: #a12b52;
}

.interview-quote.author-2 {
    background: #5579b4;
}

.interview-quote.author-3 {
    background: #767678;
}

.interview-quote.author-4 {
    background: black;
}

.twitter-preview-image {
    width: 540px;
    height: 270px;
    background-position: center;
}

@media only screen and (max-width: 600px) {
    /* Otherwise it'll stretch out the table on the manage article page */
    .twitter-preview-image {
        width: 270px;
        height: 135px;
        background-size: cover;
    }
}
