* {
    font-family: San Francisco, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', Helvetica, Arial, 'lucida grande',tahoma,verdana,arial,sans-serif;
    letter-spacing: -0.02em;
    -webkit-font-smoothing: subpixel-antialiased;
    font-weight: 100;
    color: #111;
}

body * {
    font-size: inherit;
}

header span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 162px;
}

header span img {
    opacity: .3;
}

header span a:hover img {
    opacity: .5;
}

header span svg {
    fill: rgba(0,0,0,.2);
}

header span a:hover svg{
    fill: rgba(0,0,0,.4);
}

header span img,
header span svg {
    max-width:18px;
    height: auto;
    display: block;
}

strong {
    font-weight: 700;
}

p {
    line-height: 1.56;
}

sup {
    color:red;
    top: -0.4em; font-size: .7em;
}

form > fieldset > div + div {
    margin-top: 15px;
}

.field-help {
    margin-top: 0;
    font-size: 12px;
    font-weight: 100;
    color: rgba(0,0,0,.6);
    padding: 3px 0 0;
}

@media (max-width: 768px) {
    body > div {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}


.facebook-post {

}

.facebook-post > div:first-of-type {
    width: 476px;
    box-shadow: 0 0 0 1.5px rgba(0, 0, 0, .1) inset, 0 1px 1px rgba(0, 0, 0, .05);
    margin: 50px auto 20px;
}

.thumbnail {
    height: 249px;
    position: relative;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.thumbnail::after {
    border: 1px solid rgba(0, 0, 0, .1);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;

    border-color: rgba(0, 0, 0, .098) rgba(0, 0, 0, .149) rgba(0, 0, 0, .231);
}

.meta {
    padding: 10px 12px;
}

.metaheadline {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 5px;
    word-wrap: break-word;
    font-family: Georgia, serif;
    letter-spacing: normal;
    color:#1d2129;
}

.metasubheadline {
    line-height: 16px;
    font-size: 12px;
    word-wrap: break-word;
    color:#1d2129;
}

.metacaption {
    padding-top: 9px;
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
    color: #90949c;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#fbclickable {
    cursor: pointer;
    outline: none;
}

[data-image-to-viewport="true"] {background-color:#e9eaed; position: relative}

[data-image-to-viewport="true"] img {
    top:50%!important;
    left:50%!important;
    height: auto;
    margin:0!important;
    transform:translateX(-50%) translateY(-50%)!important;
    min-height: 0;
    min-width: 0;
    max-height: unset;
    position: absolute;
    width: 100%;
}


#copied {
    position: absolute;
    top:-3px;
    left: 50%;
    transform:translateX(-50%) scale(0);
    opacity: 0;
    transition: all 199ms ease-out;
    background-color: hsla(105, 100%, 25%, 1);
    border-radius: 3px;
    z-index: 4;
}

#copied.shown {
    opacity: 1;
    transform:translateX(-50%) scale(1);
}

#copied  span{
    color: white;
}


.btn-loader {
    position: relative;
    color:transparent!important;
    text-shadow: none!important;
    pointer-events: none!important;
    text-decoration: none!important;
    background-image: none;
}

.btn-loader:after {
    display:block;
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    width: 100%;
    height: 100%;
    content:"";
    background: url("/img/tail-spin.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 43%;
}

label {
    user-select: none;
}