@import url(/storage/themes/mp_theme/css/titles/open_sans.css);
@import url(/storage/themes/mp_theme/css/headers/open_sans.css);
@import url(/storage/themes/mp_theme/css/body/open_sans.css);

html {
    font-size: 87.5%;

    --container-width: 1789px;
    --rcol-width: 200px;
    --mcol-rcol-width: 35px;
    --mcol-width: calc(var(--container-width) - var(--rcol-width) - var(--mcol-rcol-width));
    --image-width: 270px;
    --image-margin-right: 30px;
    --num-cols: 6;
}

@media only screen and (min-width:1546px) and (max-width:1849px) {
    html {
        --container-width: 1485px;
        --num-cols: 5;
    }
}

@media only screen and (min-width:1242px) and (max-width:1545px) {
    html {
        --container-width: 1181px;
        --num-cols: 4;
    }
}

@media only screen and (min-width:941px) and (max-width:1240px) {
    html {
        --container-width: 880px;
        --num-cols: 3;
    }
}

@media only screen and (min-width:768px) and (max-width:940px) {
    html {
        --container-width: 90%;
        --mcol-width: calc(100% - var(--rcol-width) - var(--mcol-rcol-width));
        --num-cols: 3;
    }
}

@media only screen and (max-width:767px) {
    html {
        --container-width: 90%;
        --rcol-width: 100%;
        --mcol-rcol-width: 0px;
        --mcol-width: 100%;
        --image-width: 100%;
        --num-cols: 1;
    }
}

body {
    line-height: 1.6;
    background: #000000;
    color: #818181;
    text-align: center;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale}

article, blockquote, dd, fieldset, h1, h2, h3, h4, h5, h6, header, hgroup, hr, nav, ol, p, pre, table, time, ul {
    margin-bottom: 1.6rem
}

figure {
    margin-bottom: 3.2rem
}

figure .figimg {
    text-align: center
}

figure img {
    margin-bottom: 1rem
}

figcaption h3 {
    margin-top: 4px;
    margin-bottom: 1em
}

figcaption:empty {
    margin-bottom: 0
}

img {
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom
}

img.custom_logo {
    max-width: 100%;
    height: auto
}

.hide {
    display: none
}

.clear {
    clear: both
}

.fright {
    float: right
}

hr {
    clear: both;
    border: 0;
    height: 1px;
    background: #333333;
    margin-bottom: 1.6364rem
}

fieldset {
    position: relative;
    margin: 0 0 .5rem
}

label {
    font-size: .875rem;
    color: #818181;
    cursor: pointer;
    display: block;
    font-weight: 400;
    margin-bottom: .5em
}

input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
    -webkit-appearance: none;
    border-radius: 0;
    background-color: #000000;
    border: 1px solid #333333;
    color: #ffffff;
    display: block;
    font-size: .875rem;
    font-family: inherit !important;
    margin: 0 0 1em;
    padding: .5em;
    height: auto;
    width: 100%;
    box-sizing: border-box
}

input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, textarea:focus {
    border-color: #818181;
    outline: none
}

fieldset[disabled] input[type=color], fieldset[disabled] input[type=date], fieldset[disabled] input[type=datetime-local], fieldset[disabled] input[type=datetime], fieldset[disabled] input[type=email], fieldset[disabled] input[type=month], fieldset[disabled] input[type=number], fieldset[disabled] input[type=password], fieldset[disabled] input[type=search], fieldset[disabled] input[type=tel], fieldset[disabled] input[type=text], fieldset[disabled] input[type=time], fieldset[disabled] input[type=url], fieldset[disabled] input[type=week], fieldset[disabled] textarea, input[type=color]:disabled, input[type=color][disabled], input[type=color][readonly], input[type=date]:disabled, input[type=date][disabled], input[type=date][readonly], input[type=datetime-local]:disabled, input[type=datetime-local][disabled], input[type=datetime-local][readonly], input[type=datetime]:disabled, input[type=datetime][disabled], input[type=datetime][readonly], input[type=email]:disabled, input[type=email][disabled], input[type=email][readonly], input[type=month]:disabled, input[type=month][disabled], input[type=month][readonly], input[type=number]:disabled, input[type=number][disabled], input[type=number][readonly], input[type=password]:disabled, input[type=password][disabled], input[type=password][readonly], input[type=search]:disabled, input[type=search][disabled], input[type=search][readonly], input[type=tel]:disabled, input[type=tel][disabled], input[type=tel][readonly], input[type=text]:disabled, input[type=text][disabled], input[type=text][readonly], input[type=time]:disabled, input[type=time][disabled], input[type=time][readonly], input[type=url]:disabled, input[type=url][disabled], input[type=url][readonly], input[type=week]:disabled, input[type=week][disabled], input[type=week][readonly], textarea:disabled, textarea[disabled], textarea[readonly] {
    background-color: #ddd;
    cursor: default
}

input[type=checkbox], input[type=file], input[type=radio], select {
    margin: 0 0 1rem
}

input[type=checkbox]+label, input[type=radio]+label {
    display: inline-block;
    margin-left: .5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline
}

textarea[rows] {
    height: auto
}

textarea {
    max-width: 100%
}

.button, button {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: inherit;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1em;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    display: inline-block;
    padding: .75rem 1.75rem;
    font-size: 1rem;
    background-color: #ffffff;
    color: #000000}

.button:focus, .button:hover, button:focus, button:hover {
    background-color: #aaaaaa;
    color: #000000}

.button.large, button.large {
    padding: 1.125rem 2.25rem;
    font-size: 1.25rem
}

.button.small, button.small {
    padding: .875rem 1.75rem .9375rem;
    font-size: .8125rem
}

.button.tiny, button.tiny {
    padding: .625rem 1.25rem .6875rem;
    font-size: .6875rem
}

.button.disabled, .button[disabled], button.disabled, button[disabled] {
    opacity: .5
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.k-contact-form {
    width: 50%
}

@media only screen and (max-width:767px) {
    .k-contact-form {
        width: 100%
    }
}

.k-contact-form-success {
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    padding: 1em 0
}

.k-contact-form-success:before {
    content: '✔';
    color: #ffffff;
    margin-right: 6px
}

.k-contact-form-required-field label:after {
    content: '*';
    color: red
}

.k-content-form-processing {
    opacity: .5
}

.k-content-form-processing button[type=submit] {
    pointer-events: none !important
}

.k-contact-form-error label:before {
    position: absolute;
    right: 0;
    color: red;
    content: "This field is required"
}

.k-contact-form-error input[type=color], .k-contact-form-error input[type=date], .k-contact-form-error input[type=datetime-local], .k-contact-form-error input[type=datetime], .k-contact-form-error input[type=email], .k-contact-form-error input[type=month], .k-contact-form-error input[type=number], .k-contact-form-error input[type=password], .k-contact-form-error input[type=search], .k-contact-form-error input[type=tel], .k-contact-form-error input[type=text], .k-contact-form-error input[type=time], .k-contact-form-error input[type=url], .k-contact-form-error input[type=week], .k-contact-form-error textarea {
    border-color: red
}

.g-recaptcha {
    margin-bottom: 1.5rem
}

a, a:link, a:visited {
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: color .1s linear;
    transition: color .1s linear
}

a:hover {
    color: #aaaaaa}

a.disabled, a.disabled:hover {
    cursor: default;
    text-decoration: none;
    color: #818181}

a.norm {
    color: #ffffff !important
}

a.tag:before {
    content: "#"
}

a.paginate.disabled {
    opacity: 0
}

.rarr:after {
    content: " →"
}

.larr:before {
    content: "← "
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #ffffff}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: 700;
    color: inherit
}

h1 {
    font-size: 1.285rem;
    line-height: 1.166rem
}

h2 {
    font-size: 1.142rem;
    line-height: 1.313rem;
    margin-top: 1.313rem
}

h3 {
    font-size: 1rem;
    line-height: 1.5rem
}

h3 a span {
    color: #818181;
    font-weight: 400
}

h4 {
    font-size: .929rem;
    line-height: 1.615rem;
    margin-bottom: 1em
}

h5 {
    font-size: .875rem;
    line-height: 1.75rem
}

h6 {
    font-size: .786rem;
    line-height: 1.909rem
}

span.tagline {
    display: block;
    margin-bottom: 4px;
    font-size: .857rem
}

h3.tag:before, h4.tag:before {
    content: "#"
}

em {
    font-style: italic
}

b, strong {
    font-weight: 700
}

blockquote, em, i {
    font-style: italic
}

blockquote {
    color: #555555;
    border-bottom: 1px solid #333333;
    border-top: 1px solid #333333;
    padding: 10px 25px;
    margin-bottom: 1.6em
}

blockquote p {
    margin-bottom: 0
}

ol.inline-links li {
    float: left
}

ol.inline-links.tags li {
    margin: 0 5px 2px 0
}

p.t-caption {
    margin-bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

p.meta-links {
    font-size: .875rem
}

p.meta-links, p.meta-links a:link, p.meta-links a:visited {
    color: #707070}

p.meta-links a:hover {
    color: #aaaaaa}

img.k-lazy-loading {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 24px 24px;
    background-image: url(/storage/themes/mp_theme/css/black/spinner.svg)
}

section {
    display: block;
    clear: both
}

.filter_count {
    font-size: .786rem
}

.filter_count, .filter_count a, .filter_count a:link {
    color: #818181;
    font-weight: 400
}

.filter_count a:hover {
    color: #aaaaaa}

main {
    display: block
}

.logo {
    display: inline-block;
    margin-bottom: 1.6rem
}

header.top {
    width: 100%;
    margin: 3.2rem 0 0;
    position: relative
}

header.top h1 {
    margin-bottom: .5rem;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.5;
    display: inline-block
}

header.top h1 a:active, header.top h1 a:link, header.top h1 a:visited {
    color: inherit;
    font-weight: inherit
}

header.top span.tagline {
    display: block
}

header.content {
    font-weight: 400;
    font-size: .75rem;
    border-bottom: 1px solid #333333;
    margin-bottom: 1.6rem
}

header.content .right {
    float: right;
    display: block
}

header.content ul.social-links {
    margin: -3px 0 0 !important;
    padding: 0 !important
}

header.content ul.social-links a {
    font-size: 12px
}

header.content a {
    color: inherit
}

header.content a:hover {
    color: #aaaaaa}

header.content a.disabled:hover {
    color: inherit
}

header.content span.edge_right {
    border-right: 1px solid #333333;
    padding-right: 2px;
    display: inline-block
}

header.content span.edge_left {
    border-left: 1px solid #333333;
    padding-left: 2px;
    display: inline-block
}

header.content span.wrap {
    padding: 0 6px 6px;
    display: inline-block
}

header.content span.wrap.first {
    padding-left: 0
}

header.content span.wrap.first.featured {
    padding-left: 6px
}

header.content span.wrap.last {
    padding-right: 0
}

header.content ul.detail-nav li {
    display: inline-block
}

header.page {
    margin-bottom: 3.2rem
}

nav#main {
    width: 100%;
    margin: 0 0 3.2em;
    padding: .6em 0;
    border-top: 1px solid #333333}

nav#main ul {
    margin-bottom: 0
}

nav#main ul li {
    display: inline-block;
    list-style: none;
    line-height: 1.8;
    margin-right: 15px
}

nav#main ul li:last-child {
    margin-right: 0
}

nav#main a, nav#main a:link, nav#main a:visited {
    color: #818181}

nav#main a:hover {
    color: #ffffff}

nav#main a.k-nav-current {
    font-weight: 700;
    color: #ffffff}

div#crumbs {
    color: #818181;
    margin-bottom: 2rem
}

div#crumbs a {
    font-size: .857rem;
    color: #818181}

div#crumbs a:hover {
    color: #aaaaaa}

footer.bot {
    float: left;
    clear: left;
    width: 100%;
    margin: 0 0 3.2rem;
    padding: 1.6rem 0 0;
    border-top: 1px solid #333333;
    font-size: .857rem
}

footer.bot nav {
    margin-bottom: 1rem
}

footer.bot ul {
    margin: 0
}

footer.bot li {
    display: inline-block;
    margin: 0 10px 0 0
}

#container {
    width: var(--container-width);
    text-align: left;
    padding: 0;
    margin: 0 auto
}

.head {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 1rem;
    clear: both
}

.head h2 {
    display: inline-block;
    margin: 0 5px 0 0
}

.head p:first-child {
    margin-top: 2rem
}

.head section {
    margin: 0 0 24px
}

.head div.notes {
    float: right;
    width: 176px
}

.head div.text {
    font-size: .75rem;
    width: 620px
}

.head.lcol {
    width: 650px
}

.head.lcol h2 {
    width: 570px
}

.head.mcol {
    width: 645px
}

ul.block_list {
    display: block
}

ul.block_list li {
    display: block;
    margin-bottom: 1rem;
    width: 100%
}

div#twocol {
    float: left;
    margin-bottom: 1.6rem;
    width: 100%;
}

div.mcol {
    width: var(--mcol-width);
    float: left;
    margin-right: var(--mcol-rcol-width);
}

div.rcol {
    float: left;
    width: var(--rcol-width);
}

div.rcol section {
    margin-bottom: 1rem;
    display: block
}

div#twocol hr:last-child {
    display: none
}

aside {
    font-size: 87%
}

aside section h4 {
    margin-top: 0;
    margin-bottom: .5rem
}

aside section h4 span {
    color: #818181;
    font-weight: 400
}

aside .thumb+h4 {
    margin-top: 1rem
}

aside section p:last-child {
    margin-bottom: 0
}

aside header.content {
    margin-top: 2rem
}

aside section:first-child header.content {
    margin-top: 0
}

div#twocol article {
    float: left;
    width: 100%;
    margin-bottom: 1rem
}

div#twocol article div.mcol {
    float: left
}

div#twocol article div.rcol {
    float: left;
    width: 200px;
    margin-left: 30px
}

div#twocol article div.lcol {
    float: left;
    width: 200px;
    margin-right: 30px;
    font-size: .857rem
}

body.k-source-essay div#twocol article {
    margin-bottom: 0
}

aside a:active, aside a:link, aside a:visited {
    color: inherit
}

aside a.norm:active, aside a.norm:link, aside a.norm:visited {
    color: #ffffff}

aside a:hover {
    color: #aaaaaa}

.head_title {
    margin-bottom: 3.2rem
}

ol.thumbs {
    clear: left;
    float: left;
    margin-bottom: 1rem;
    width: 100%;
}

ol.thumbs li {
    width: var(--image-width);
    display: inline-block;
    vertical-align: top;
    margin: 0 var(--image-margin-right) 0 0;
}

ol.thumbs li:nth-child(6n) {
    margin-right: 0
}

ol.thumbs li a.thumb {
    display: block;
    text-align: center
}

ol.thumbs li p {
    font-size: .929rem;
    margin: 0
}

ol.thumbs li time {
    display: block;
    margin-top: 1rem;
    margin-bottom: -1rem;
    font-size: .786rem;
    line-height: 1.909rem
}

ol.thumbs li h4 {
    margin-bottom: .5rem
}

body.k-source-content a.mag {
    cursor: url(/storage/themes/mp_theme/css/img/magnify.cur), -moz-zoom-in
}

body.k-source-content a.mag+p:first-child {
    margin-top: 2rem
}

ol.thumb-strip {
    list-style: none;
    margin-bottom: 1em
}

ol.thumb-strip li {
    display: inline-block;
    margin: 0 3px 6px 0;
    width: 60px
}

ol.thumb-strip li:last-child {
    margin-right: 0
}

ol.thumb-strip li img {
    margin-bottom: 0;
    -khtml-opacity: 1 !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear
}

ol.thumb-strip li img.current, ol.thumb-strip li img:hover {
    -khtml-opacity: 1 !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important
}

ol.data {
    overflow: auto
}

ol.data li {
    clear: left;
    float: left;
    margin-bottom: 0
}

ol.data li span.label {
    display: block;
    float: left;
    width: 80px;
    margin-right: 5px
}

ol.data li span.value {
    float: left;
    display: block;
    width: 115px
}

img.content_main {
    max-height: 700px
}

article hr {
    clear: left;
    height: 0;
    border: 0;
    padding: 0;
    margin: 0
}

article header {
    margin-bottom: 2em
}

article header h2 {
    margin-top: 1em
}

article ol, article p, article ul {
    margin-bottom: 1rem
}

article ul {
    list-style: disc;
    list-style-position: inside
}

article ol {
    list-style: decimal;
    list-style-position: inside
}

figure.k-content-embed {
    margin: 1.6rem 0
}

figure.k-content-embed img {
    margin-bottom: 0
}

.k-content-text {
    padding: 1em;
    margin: 0;
    font-size: .857em;
    color: #ffffff;
    background: #222222}

.k-content img {
    max-width: 100%;
    height: auto
}

.k-content-title {
    margin: 0 5px 0 0;
    display: block;
    color: #ffffff}

div.essay-entry {
    margin-bottom: 2.76rem
}

div.essay-head {
    margin-bottom: 1.636rem
}

div.essay-entry h2 {
    margin: 0
}

div.essay-img {
    margin: 0 0 1.636rem
}

div.essay-img-caption {
    margin-top: .6em
}

aside h6 {
    margin-bottom: .6em
}

aside h6 span {
    font-weight: 400
}

div.essay-pag {
    margin-top: 4em
}

div.essay-pag ul {
    list-style: none;
    display: table;
    width: 100%
}

div.essay-pag ul li {
    display: table-row
}

div.essay-pag span.cell {
    display: table-cell;
    width: 50%
}

div.essay-pag span.cell.right {
    text-align: right
}

.paginate {
    float: left;
    clear: left;
    width: 100%;
    text-align: left;
    position: relative;
    padding-top: 1rem;
    margin: 0 0 3.2rem;
    border-top: 1px solid #333333;
    white-space: nowrap
}

.paginate ol {
    list-style: none;
    float: left;
    margin-bottom: 0
}

.paginate ol li {
    display: inline
}

.paginate a {
    padding: 0 3px;
    font-weight: 400;
    color: inherit;
    font-size: .857rem
}

.paginate a:first-child {
    padding-left: 0
}

.paginate a.k-pagination-current {
    cursor: default;
    color: #ffffff;
    font-weight: 700
}

.paginate li.prev {
    padding-right: 10px
}

.paginate li.next {
    padding-left: 10px
}

.paginate ol.num li:last-child:after {
    content: none
}

.paginate span.count {
    font-size: .857rem;
    float: right;
    padding: 1px 0
}

.k-source-index section, .k-source-index section hr {
    margin-bottom: 2rem
}

.k-source-index section.inner_margin {
    margin-bottom: 0
}

#home-slideshow-text {
    margin-top: 2rem
}

#home-slideshow-title {
    display: inline-block;
    margin: 0;
    padding: 0
}

#home-slideshow-caption {
    font-size: .857em
}

#home-slideshow {
    position: relative
}

#ss_spinner {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 16px 16px;
    background-image: url(/storage/themes/mp_theme/css/black/spinner.svg);
    background-color: #000000;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    z-index: 999;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    pointer-events: none
}

#ss_spinner.loading {
    opacity: 1
}

body.k-source-archives section {
    clear: both;
    margin-bottom: 2em;
    overflow: auto
}

div.essay-previews ol {
    list-style: none
}

div.essay-previews ol li {
    width: 49%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0 30px 1em 0;
    margin: 0
}

div.essay-previews ol li:last-child {
    padding-right: 0
}

div.essay-previews p {
    font-size: .857rem
}

div.essay-previews time {
    font-size: .75rem
}

.bitcon:active, .bitcon:hover, .bitcon:link, .bitcon:visited {
    padding-left: 18px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0
}

a.icon {
    display: inline-block;
    background-color: transparent;
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding-left: 12px;
    margin-right: 2px
}

.social-links li a:hover {
    text-decoration: none !important
}

.social-links li a {
    font-size: 13px;
    padding: 0 1px
}

.social-links li:first-child a {
    padding-left: 0
}

.social-links li:last-child a {
    padding-right: 0
}

.social-links li a.share-facebook {
    padding-left: 2px
}

.social-links li a.share-tumblr {
    padding-left: 0
}

.social-links li a.share-google {
    padding-left: 3px
}

.share_button:after {
    content: " +"
}

.share_button.active, .share_button:hover {
    color: #aaaaaa}

ol.meta_list li h3, ol.meta_list li h4 {
    margin: 0;
    padding: 0;
    display: inline-block
}

ol.meta_list li a {
    display: block;
    padding: .75rem 0;
    width: 100%;
    border-bottom: 1px solid #333333}

ol.meta_list li:first-child a {
    padding-top: 0
}

ol.meta_list li:last-child a {
    border-bottom: 0
}

ol.meta_list li span.count {
    float: right;
    font-size: .875rem;
    line-height: 1.6rem
}

ol.meta_list li a span.count {
    color: #818181}

ol.meta_list li a:hover span.count {
    color: #aaaaaa}

aside ol.meta_list li a {
    padding: .5rem 0
}

.kevent {
    margin-bottom: 2rem
}

.kevent h3.featured:before {
    content: '★'
}

ul.k-mosaic {
    margin-bottom: 1.6rem
}

ul.k-mosaic.edge>li {
    margin: 8px 8px 0 0
}

#kdiscuss {
    margin-top: 2rem;
    float: left;
    clear: left;
    width: 100%;
    position: relative
}

.social {
    display: inline-block;
    float: right
}

.social span {
    display: inline-block;
    line-height: 0;
    font-size: 0
}

.social span.fb {
    margin-right: calc(5px - 1px)
}

.social span.tw {
    width: 75px;
    margin-right: 5px
}

.social>span, .social iframe {
    vertical-align: middle !important
}

.social span.gplus iframe body {
    font-family: Helvetica Neue, Arial, sans-serif !important
}

.social-links {
    list-style: none
}

.social-links, .social-links li {
    display: inline-block
}

.social-links li:after {
    content: "\00a0\00a0"
}

.k-note, .k-source-archives section {
    clear: both
}

.k-note {
    color: #ffffff;
    background: #222222;
    padding: .25em .5em;
    display: block
}

@media only screen and (min-width:1546px) and (max-width:1849px) {
    ol.thumbs li:nth-child(6n) {
        margin-right: var(--image-margin-right);
    }
    ol.thumbs li:nth-child(5n) {
        margin-right: 0;
    }
}

@media only screen and (min-width:1242px) and (max-width:1545px) {
    ol.thumbs li:nth-child(6n) {
        margin-right: var(--image-margin-right);
    }
    ol.thumbs li:nth-child(4n) {
        margin-right: 0
    }
}

@media only screen and (min-width:941px) and (max-width:1240px) {
    ol.thumbs li:nth-child(3n) {
        margin-right: 0
    }
}

@media only screen and (min-width:768px) and (max-width:940px) {
    ol.thumbs li:nth-child(3n) {
        margin-right: 0
    }

    ol.thumbs li {
        width: calc(((100% - (var(--image-margin-right) * 2)) / 3) - 3px);
    }

    div.mcol ul.k-mosaic {
        /* Hack due to img size's being 1-2px too big, causing wrapping */
        display: flex;
    }

    div.rcol {
        font-size: 90%
    }

    .kevent .article_body {
        padding-right: 0
    }
}

@media only screen and (min-width:1040px) {
    #container.nav-sidebar {
        width: 1030px
    }

    #container.nav-sidebar header {
        border-bottom: 1px solid #444;
        margin-bottom: 2rem
    }

    #container.nav-sidebar nav#main {
        float: left;
        width: 150px;
        margin: -20px 0 0;
        padding: 0;
        border-top: none
    }

    #container.nav-sidebar nav#main li {
        display: block
    }

    #container.nav-sidebar nav#main ul li:last-child {
        margin-right: 15px
    }

    #container.nav-sidebar main {
        float: left;
        width: 880px
    }

    #container.nav-sidebar footer {
        width: 880px;
        margin-left: 150px
    }
}

@media only screen and (max-width:767px) {
    header h1 {
        display: block
    }

    header.top {
        margin-top: 2rem
    }

    div.mcol {
        float: none;
        margin: 0 0 1.1667rem
    }

    div.rcol {
        margin: 0 0 24px;
        font-size: 90%
    }

    div.mcol ul.k-mosaic {
        /* Hack due to img size's being 1-2px too big, causing wrapping */
        display: flex;
    }

    body.k-source-content div.head, body.k-source-content div.head h2 {
        width: 280px
    }

    .kevent .article_body {
        padding-right: 0
    }

    header.content .share, header.content span.entry-type {
        display: none
    }

    .social {
        float: none;
        margin: 0 0 24px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    #container {
        padding: 0 15px;
    }

    header.top {
        margin-top: 2rem
    }

    div.mcol {
        margin: 0 0 1.1667em
    }

    div.mcol, div.rcol {
        float: none
    }

    div.rcol {
        margin: 0 0 24px;
        font-size: 90%
    }

    div.mcol ul.k-mosaic {
        /* Hack due to img size's being 1-2px too big, causing wrapping */
        display: flex;
    }

    body.k-source-content div.head {
        width: 436px
    }

    div#twocol div.rcol ol.actions li {
        float: left;
        margin: 0 24px 0 0
    }

    header.content .share {
        display: block
    }

    header.content div.kshare {
        right: 20px
    }
}

@media only screen and (min-width:1280px) and (min-height:960px) {
    /* body.k-source-content div#container {
        width: 1145px
    }

    body.k-source-content .head.mcol, body.k-source-content div.mcol {
        width: 900px
    } */
}

@media only screen and (min-width:1601px) and (min-height:1200px) {
    /* body.k-source-content div#container {
        width: 1500px
    }

    body.k-source-content .head.mcol, body.k-source-content div.mcol {
        width: 1265px
    } */

    img.content_main {
        max-height: 900px
    }
}

.kgrid_item {
    /* Hides each medium sized image */
    display: none;
}

.kgrid_item img {
    width: 100%;
    /* Responsive magic */
    max-width: 100%;
    height: auto;
}


.k-mosaic{position:relative;display:block;list-style:none;padding:0;margin:0}.k-mosaic:after,.k-mosaic:before{content:" ";display:table}.k-mosaic:after{clear:both}.k-mosaic>li{display:inline;height:auto;float:left;font-size:0!important;line-height:0!important;box-sizing:border-box}.k-mosaic img{max-height:none!important;vertical-align:baseline}.k-mosaic-1>li{width:100%}.k-mosaic-1>li:nth-of-type(n){clear:none}.k-mosaic-1>li:nth-of-type(1n+1){clear:both}.k-mosaic-2>li{width:50%}.k-mosaic-2>li:nth-of-type(n){clear:none}.k-mosaic-2>li:nth-of-type(2n+1){clear:both}.k-mosaic-3>li{width:33.333333333%}.k-mosaic-3>li:nth-of-type(n){clear:none}.k-mosaic-3>li:nth-of-type(3n+1){clear:both}.k-mosaic-4>li{width:25%}.k-mosaic-4>li:nth-of-type(n){clear:none}.k-mosaic-4>li:nth-of-type(4n+1){clear:both}.k-mosaic-5>li{width:20%}.k-mosaic-5>li:nth-of-type(n){clear:none}.k-mosaic-5>li:nth-of-type(5n+1){clear:both}.k-mosaic-6>li{width:16.66667%}.k-mosaic-6>li:nth-of-type(n){clear:none}.k-mosaic-6>li:nth-of-type(6n+1){clear:both}.k-mosaic-7>li{width:14.28571%}.k-mosaic-7>li:nth-of-type(n){clear:none}.k-mosaic-7>li:nth-of-type(7n+1){clear:both}.k-mosaic-8>li{width:12.5%}.k-mosaic-8>li:nth-of-type(n){clear:none}.k-mosaic-8>li:nth-of-type(8n+1){clear:both}.k-mosaic-9>li{width:11.11111%}.k-mosaic-9>li:nth-of-type(n){clear:none}.k-mosaic-9>li:nth-of-type(9n+1){clear:both}.k-mosaic-10>li{width:10%}.k-mosaic-10>li:nth-of-type(n){clear:none}.k-mosaic-10>li:nth-of-type(10n+1){clear:both}.k-mosaic.edge>li{margin:1px 1px 0 0}.k-mosaic-1.edge li:first-child,.k-mosaic-2.edge>li:nth-of-type(-n+2),.k-mosaic-3.edge>li:nth-of-type(-n+3),.k-mosaic-4.edge>li:nth-of-type(-n+4),.k-mosaic-5.edge>li:nth-of-type(-n+5),.k-mosaic-6.edge>li:nth-of-type(-n+6),.k-mosaic-7.edge>li:nth-of-type(-n+7),.k-mosaic-8.edge>li:nth-of-type(-n+8),.k-mosaic-9.edge>li:nth-of-type(-n+9),.k-mosaic-10.edge>li:nth-of-type(-n+10){margin-top:0!important}.k-mosaic-1.edge li,.k-mosaic-2.edge>li:nth-of-type(2n),.k-mosaic-3.edge>li:nth-of-type(3n),.k-mosaic-4.edge>li:nth-of-type(4n),.k-mosaic-5.edge>li:nth-of-type(5n),.k-mosaic-6.edge>li:nth-of-type(6n),.k-mosaic-7.edge>li:nth-of-type(7n),.k-mosaic-8.edge>li:nth-of-type(8n),.k-mosaic-9.edge>li:nth-of-type(9n),.k-mosaic-10.edge>li:nth-of-type(10n),.k-mosaic-uneven:last-child{margin-right:0!important}.k-mosaic-2.edge>li:nth-of-type(2n+1),.k-mosaic-3.edge>li:nth-of-type(3n+1),.k-mosaic-4.edge>li:nth-of-type(4n+1),.k-mosaic-5.edge>li:nth-of-type(5n+1),.k-mosaic-6.edge>li:nth-of-type(6n+1),.k-mosaic-7.edge>li:nth-of-type(7n+1),.k-mosaic-8.edge>li:nth-of-type(8n+1),.k-mosaic-9.edge>li:nth-of-type(9n+1),.k-mosaic-10.edge>li:nth-of-type(10n+1){margin-left:0!important}

body#k-lightbox #lbox_share {
    display:none !important;
}