
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0 none;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: none repeat scroll 0 0 #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0 none;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    box-sizing: content-box;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0 none;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
.wf-loading .hero-title, .wf-loading .hero-description, .wf-loading .button, .wf-loading .postItem, .wf-loading .collectionItem, .wf-loading .butterBar, .wf-loading .bucket, .wf-loading .overlay-dialog, .wf-loading .metabar-text, .wf-loading .avatar-span, .wf-loading .postMetaInline--date, .wf-loading .tooltip, .wf-loading .popover-inner, .wf-loading .sortableTable, .wf-loading .chartTabs, .wf-loading .chart-title, .wf-loading .table, .wf-loading .navTabs-anchor, .wf-loading .notificationsList-heading, .wf-loading .notificationsList-button, .wf-loading .list-itemTitle, .wf-loading .list-itemDescription, .wf-loading .postField--body, .wf-loading .postArticle .caption, .wf-loading .post-footer-card, .wf-loading .postFooter-collection, .wf-loading .postFooter-author, .wf-loading .textInput, .wf-loading .notesSource, .wf-loading .responses-prompt, .wf-loading .menu-label, .wf-loading .block-title, .wf-loading .block-snippet, .wf-loading .blockDivider-name, .wf-loading .block-postMeta, .wf-loading .notesPostMeta, .wf-loading .hero-title, .wf-loading .hero-description {
    visibility: hidden;
}
.m-breakWord {
    word-wrap: break-word;
}
.pilcrow {
    font-family: "Arial",sans-serif;
    font-size: 0.7em;
    opacity: 0.4;
    padding: 0 0.25em;
    position: relative;
    top: -0.15em;
}
.tabularNumeral {
    display: inline-block;
    text-align: center;
    width: 0.56em;
}
.tabularNumeral--comma {
    text-align: left;
    width: 0.3em;
}
.middotDivider {
    padding-left: 0.45em;
    padding-right: 0.45em;
}
.middotDivider:after {
    content: "Â·";
}
.section-content p,.section-content div{
    line-height: 1.58;
    letter-spacing: -0.003em;
    font-size: 20px;
}
h1, h2, h3, h4 {
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.02em;
}
a {
    color: inherit;
    text-decoration: none;
}
/*html, body {
    overflow-x: hidden;
}*/
h1, h2, h3, h4, h5, h6, dl, dd, ol, ul, menu, figure, blockquote, p, pre, form {
    margin: 0;
}
p {
    margin-bottom: 10px;
}
menu, ol, ul {
    list-style: outside none none;
    padding: 0;
}
@media print {
h2, h3 {
    page-break-after: avoid;
    page-break-inside: avoid;
}
}
@media print and (color) {
* {
}
}
@keyframes pop-upwards {
0% {
    opacity: 0;
    transform: matrix(0.97, 0, 0, 1, 0, 12);
}
20% {
    opacity: 0.7;
    transform: matrix(0.99, 0, 0, 1, 0, 2);
}
40% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -1);
}
70% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}
100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}
}
@keyframes pop-downwards {
0% {
    opacity: 0;
    transform: matrix(0.97, 0, 0, 1, 0, -12);
}
20% {
    opacity: 0.7;
    transform: matrix(0.99, 0, 0, 1, 0, -2);
}
40% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 1);
}
70% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}
100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}
}
@keyframes shift-rightwards {
0% {
    transform: translateX(-100%);
}
40% {
    transform: translateX(0px);
}
60% {
    transform: translateX(0px);
}
100% {
    transform: translateX(100%);
}
}
@keyframes shimmy-shake {
0% {
    transform: translateX(-1%);
}
20% {
    transform: translateX(1%);
}
40% {
    transform: translateX(-1%);
}
60% {
    transform: translateX(1%);
}
80% {
    transform: translateX(-1%);
}
100% {
    transform: translateX(0px);
}
}
@keyframes big-shimmy-shake {
0% {
    transform: translateX(-5%);
}
20% {
    transform: translateX(5%);
}
40% {
    transform: translateX(-5%);
}
60% {
    transform: translateX(5%);
}
80% {
    transform: translateX(-5%);
}
100% {
    transform: translateX(0px);
}
}
@keyframes scale-fade {
0% {
    opacity: 0;
    transform: scale(0.8) rotateX(-40deg);
}
50% {
    opacity: 1;
}
70% {
    transform: scale(1.05) rotateX(0deg);
}
100% {
    transform: scale(1) rotateX(0deg);
}
}
@keyframes fade-up-in {
0% {
    opacity: 0;
    transform: translateY(25%);
}
100% {
    opacity: 1;
    transform: translateY(0px);
}
}
@keyframes fade-down-out {
0% {
    opacity: 1;
    transform: translateY(0px);
}
100% {
    opacity: 0;
    transform: translateY(25%);
}
}
@keyframes slide-left-in {
0% {
    transform: translateX(100%);
}
100% {
    transform: translateX(0px);
}
}
@keyframes slide-right-in-10 {
0% {
    transform: translateX(-10%);
}
100% {
    transform: translateX(0px);
}
}
@keyframes slide-up-out {
0% {
    transform: translateY(0px);
}
100% {
    transform: translateY(-100%);
}
}
@keyframes slide-up-in {
0% {
    transform: translateY(100%);
}
100% {
    transform: translateY(0px);
}
}
@keyframes slide-notes {
0% {
    opacity: 0;
    transform: translate3d(20px, 0px, 0px);
}
100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
}
@keyframes spin {
0% {
    transform: rotate(0deg);
}
50% {
    transform: rotate(180deg);
}
100% {
    transform: rotate(360deg);
}
}
.layoutSingleColumn {
    margin: 0 auto;
    width: 700px;
}
.layoutSingleColumn--wide {
    max-width: 1000px;
    width: 80%;
}
.layoutSingleColumn--withSidebar {
    margin-right: 400px;
    padding-bottom: 40px;
    /*padding-top: 75px;*/
    width: auto;
}
.layoutSingleColumn--withSidebar .layoutSingleColumn {
    max-width: 700px;
    width: 80%;
    padding-top: 60px;
}
.layoutSingleColumn--withSidebar > .layoutSingleColumn:first-child {
    padding-top: 20px;
}
.layoutMultiColumn-container {
    margin: 0 auto;
    max-width: 1200px;
    width: 75%;
}
.layoutMultiColumn-container--wide {
    width: 85%;
}
.layoutMultiColumn-container--fullWidth {
    box-sizing: border-box;
    max-width: none;
    padding: 15px 50px 0;
    width: 100%;
}
.layoutMultiColumn-container--unpadded {
    padding-left: 0;
    padding-right: 0;
}
.layoutMultiColumn-header {
    margin: 75px 0 40px;
}
.layoutMultiColumn-container .layoutSingleColumn {
    width: auto;
}
.layoutMultiColumn {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.layoutMultiColumn--primary {
    width: 65%;
}
.layoutMultiColumn--secondary {
    width: 35%;
}
.layoutMultiColumn--primary + .layoutMultiColumn--secondary, .layoutMultiColumn--secondary + .layoutMultiColumn--primary, .layoutMultiColumn--secondary + .layoutMultiColumn--secondary {
    padding-left: 40px;
}
.layoutMultiColumn--half {
    width: 50%;
}
.layoutMultiColumn--third {
    width: 33.3333%;
}
.layoutMultiColumn--padded.layoutMultiColumn--half:first-child {
    padding-right: 20px;
}
.layoutMultiColumn--padded.layoutMultiColumn--half:last-child {
    padding-left: 20px;
}
.layoutMultiColumn--padded.layoutMultiColumn--third {
    padding-left: 6px;
    padding-right: 6px;
}
.layoutMultiColumn--padded.layoutMultiColumn--third:first-child {
    padding-left: 0;
    padding-right: 12px;
}
.layoutMultiColumn--padded.layoutMultiColumn--third:last-child {
    padding-left: 12px;
    padding-right: 0;
}
@media all and (max-width: 1200px) {
.layoutMultiColumn-container--fullWidth {
    margin: 0 auto;
}
.layoutSingleColumn--withSidebar {
    margin-right: 350px;
}
}
@media all and (max-width: 1000px) {
.layoutSingleColumn--wide {
    max-width: 1000px;
    width: 90%;
}
.layoutSingleColumn--withSidebar {
    margin: 0 auto;
    padding-top: 115px;
}
}
@media all and (max-width: 800px) {
.layoutSingleColumn {
    width: 640px;
}
.layoutSingleColumn--withSidebar {
    width: auto;
}
.layoutMultiColumn:not(.layoutMultiColumn--fixed) {
    width: 100%;
}
.layoutMultiColumn--secondary {
    padding-right: 0;
}
.layoutMultiColumn--secondary + .layoutMultiColumn--primary {
    margin-top: 60px;
}
.layoutMultiColumn-container .layoutSingleColumn {
    margin: 0;
}
.layoutMultiColumn--padded.layoutMultiColumn--half:first-child, .layoutMultiColumn--padded.layoutMultiColumn--half:last-child {
    padding: 0;
}
}
@media all and (max-width: 680px) {
.layoutSingleColumn, .layoutSingleColumn--withSidebar .layoutSingleColumn, .layoutMultiColumn-container {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
}
.layoutMultiColumn-container--fullWidth {
    padding-left: 0;
    padding-right: 0;
}
.postArticle .layoutSingleColumn {
    margin-right: 25px;
}
.layoutSingleColumn--withSidebar {
    margin: 0;
}
}
@media all and (max-width: 500px) {
.layoutSingleColumn, .layoutMultiColumn-container {
    margin-left: 20px;
    margin-right: 20px;
}
.layoutSingleColumn--wide {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.layoutSingleColumn--withSidebar, .layoutSingleColumn--withSidebar .layoutSingleColumn {
    margin: 0;
}
.layoutSingleColumn--withSidebar > .layoutSingleColumn {
    padding-left: 20px;
    padding-right: 20px;
}
.layoutMultiColumn--fixed {
    width: auto;
}
}
.u-muted {
    color: rgba(0, 0, 0, 0.3) !important;
}
.u-muted--light {
    color: rgba(255, 255, 255, 0.5) !important;
}
.u-screenReaderText {
    left: -9999px;
    position: absolute;
    top: -9999px;
}
.u-capitalize {
    text-transform: capitalize !important;
}
.u-underline {
    text-decoration: underline !important;
}
.u-danger {
    color: #cc5454 !important;
}
.u-hideOutline {
    outline: medium none !important;
}
.u-clearfix {
}
.u-clearfix:before, .u-clearfix:after {
    content: " ";
    display: table;
}
.u-clearfix:after {
    clear: both;
}
.u-foreground {
    position: relative;
    z-index: 100;
}
.u-autoWidth {
    width: auto !important;
}
.u-fill, .u-fillWidth {
    width: 100% !important;
}
.u-fill, .u-fillHeight {
    height: 100% !important;
}
.u-fullHeightControl {
    height: 100vh !important;
}
.u-minFullHeightControl {
    min-height: 100vh !important;
}
.u-inlineBlock {
    display: inline-block !important;
}
.u-block {
    display: block !important;
}
.u-table {
    display: table;
}
.u-table:before {
    display: inherit;
    height: auto;
}
.u-table--fixed {
    table-layout: fixed;
}
.u-tableRow {
    display: table-row;
}
.u-tableCell {
    display: table-cell;
}
.u-fillImage {
    background-color: rgba(0, 0, 0, 0.9);
    background-position: center center;
    background-size: cover;
}
.u-overflowHidden {
    overflow: hidden !important;
}
.u-positionTopLeft {
    left: 0;
    position: absolute;
    top: 0;
}
.u-positionRelative {
    position: relative !important;
}
.u-backgroundWhite {
    background: none repeat scroll 0 0 #fff;
}
.u-backgroundGradient {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.44);
    position: relative;
}
.u-backgroundGradient:before {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.44));
    background-repeat: repeat-x;
    content: "";
    height: 20%;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -20%;
}
.u-borderless, .u-borderless:hover {
    border: 0 none !important;
}
.u-disablePointerEvents {
    pointer-events: none !important;
}
.u-noUserSelect {
    -moz-user-select: none !important;
}
.u-alignMiddle:before, .u-alignMiddle .u-alignBlock {
    display: inline-block !important;
    vertical-align: middle !important;
}
.u-alignBottom:before, .u-alignMiddle:before {
    content: "";
    height: 100%;
}
.u-alignBottom:before, .u-alignBottom .u-alignBlock {
    display: inline-block !important;
    vertical-align: bottom !important;
}
.u-alignLeft {
    float: left !important;
}
.u-alignRight {
    float: left !important;
}
.u-textAlignCenter {
    text-align: center !important;
}
.u-textAlignRight {
    text-align: right !important;
}
.u-textAlignLeft {
    text-align: left !important;
}
.u-verticalAlignTop {
    vertical-align: top !important;
}
.u-verticalAlignBottom {
    vertical-align: bottom !important;
}
.u-verticalAlignMiddle {
    vertical-align: middle !important;
}
.u-transitionSeries:nth-child(2) {
    transition-delay: 30ms;
}
.u-transitionSeries:nth-child(3) {
    transition-delay: 60ms;
}
.u-transitionSeries:nth-child(4) {
    transition-delay: 90ms;
}
.u-hide {
    display: none !important;
}
.u-opaque {
    opacity: 1 !important;
}
.u-invisible {
}
@media screen and (min-width: 1201px) {
.u-showOnNetbook {
    display: none !important;
}
}
@media screen and (min-width: 1001px) {
.u-showOnTablet {
    display: none !important;
}
}
@media screen and (min-width: 801px) {
.u-showOnTabletPortrait {
    display: none !important;
}
}
@media screen and (min-width: 681px) {
.u-showOnTabletMini {
    display: none !important;
}
}
@media screen and (min-width: 501px) {
.u-showOnMobile {
    display: none !important;
}
}
@media screen and (max-width: 1200px) and (min-width: 1001px) {
.u-hideOnlyOnNetbook {
    display: none !important;
}
}
@media screen and (max-width: 1200px) {
.u-hideOnNetbook {
    display: none !important;
}
}
@media screen and (max-width: 1000px) {
.u-hideOnTablet {
    display: none !important;
}
}
@media screen and (max-width: 1200px) {
.u-hideOnNetbook {
    display: none !important;
}
}
@media screen and (max-width: 800px) {
.u-hideOnTabletPortrait {
    display: none !important;
}
}
@media screen and (max-width: 680px) {
.u-hideOnTabletMini {
    display: none !important;
}
}
@media screen and (max-width: 500px) {
.u-hideOnMobile {
    display: none !important;
}
}
.surface {
    box-sizing: border-box;
    height: 100%;
    top: 0;
    transition: padding-bottom 100ms ease 0s;
    width: 100%;
}
.surface:before, .surface:after {
    content: " ";
    display: table;
}
.surface:after {
    clear: both;
}
.surface-scrollOverlay {
    bottom: 0;
    display: none;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 900;
}
.is-transitioningSurfaces {
    overflow: hidden;
}
.is-transitioningSurfaces .surface {
    overflow: auto;
    position: absolute;
    top: 0;
}
.is-transitioningSurfaces .surface-scrollOverlay {
    display: block;
}
.is-transitioningSurfaces .surface-container {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.is-transitioningSurfaces .is-transitioningSurfaceOut {
    z-index: 200;
}
.is-transitioningSurfaces .is-transitioningSurfaceOut {
    z-index: 100;
}
.is-transitioningSurfaces .surface-container.is-fixed {
    position: fixed;
    top: 0;
}
.screenContent {
    background-color: #fff;
    outline: 0 none;
}
@media not print {
.screenContent {
    height: 100%;
}
}
.canvas-renderer {
    background: none repeat scroll 0 0 #fff;
    bottom: 0;
    display: block;
    left: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateZ(0px);
}
.screenContent.is-transitioningListingEditor .canvas-renderer {
    transition: transform 300ms cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}
@media print {
.canvas-renderer {
    display: none;
}
}
@font-face {
    font-family: "medium-icons";
    font-style: normal;
    font-weight: normal;
    src: url("https://dnqgz544uhbo8.cloudfront.net/_/fp/fonts/medium-icons.2iEtwKi3ud91mAR8DG9XHw.eot?#iefix") format("embedded-opentype"), url("https://dnqgz544uhbo8.cloudfront.net/_/fp/fonts/medium-icons.3Nx_ZEq5Lnpghm9pBaEQKQ.woff") format("woff"), url("https://dnqgz544uhbo8.cloudfront.net/_/fp/fonts/medium-icons.c37X5-Abx8bEcEhMAqaOOA.ttf") format("truetype"), url("https://dnqgz544uhbo8.cloudfront.net/_/fp/fonts/medium-icons.oYzTLt7IWaXU_Gyvax3tgw.svg?#medium-icons") format("svg");
}
.icon {
    font-family: "medium-icons";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-rendering: optimizelegibility;
    text-transform: none;
}
.browser-android .icon {
    text-rendering: auto !important;
}
.icon--activity:before {
    content: "ï„…";
}
.icon--addCircled:before {
    content: "ï„†";
}
.icon--addFurtherReading:before {
    content: "ï„‡";
}
.icon--addLogo:before {
    content: "ï„ˆ";
}
.icon--addMediaEmbed:before {
    content: "ï„‰";
}
.icon--addMediaImage:before {
    content: "ï„Š";
}
.icon--addMediaPart:before {
    content: "ï„‹";
}
.icon--addMediaPlus:before {
    content: "ï„Œ";
}
.icon--addMediaVideo:before {
    content: "ï„?";
}
.icon--addResponse:before {
    content: "ï„Ž";
}
.icon--addToCollection:before {
    content: "ï„?";
}
.icon--add:before {
    content: "ï„?";
}
.icon--alignCenterThin:before {
    content: "ï„‘";
}
.icon--alignCenter:before {
    content: "ï„’";
}
.icon--alignLeftThin:before {
    content: "ï„“";
}
.icon--alignLeft:before {
    content: "ï„”";
}
.icon--arrowDownThin:before {
    content: "ï„•";
}
.icon--arrowLeft:before {
    content: "ï„–";
}
.icon--arrowMore:before {
    content: "ï„—";
}
.icon--arrowRight:before {
    content: "ï„˜";
}
.icon--arrowUp:before {
    content: "ï„™";
}
.icon--audioActive:before {
    content: "ï„š";
}
.icon--audioHover:before {
    content: "ï„›";
}
.icon--audioInactive:before {
    content: "ï„œ";
}
.icon--avatar:before {
    content: "ï„?";
}
.icon--blockquote:before {
    content: "ï„ž";
}
.icon--bold:before {
    content: "ï„Ÿ";
}
.icon--book:before {
    content: "ï„ ";
}
.icon--camera:before {
    content: "ï„¡";
}
.icon--check:before {
    content: "ï„¢";
}
.icon--circleCheck:before {
    content: "ï„£";
}
.icon--collections:before {
    content: "ï„¤";
}
.icon--draft:before {
    content: "ï„¥";
}
.icon--dropCap:before {
    content: "ï„¦";
}
.icon--email:before {
    content: "ï„§";
}
.icon--embed:before {
    content: "ï„¨";
}
.icon--enlarge:before {
    content: "ï„©";
}
.icon--error400:before {
    content: "ï„ª";
}
.icon--error401:before {
    content: "ï„«";
}
.icon--error403:before {
    content: "ï„¬";
}
.icon--error404:before {
    content: "ï„­";
}
.icon--error410:before {
    content: "ï„®";
}
.icon--error451:before {
    content: "ï„¯";
}
.icon--error500:before {
    content: "ï„°";
}
.icon--errorUnknown:before {
    content: "ï„±";
}
.icon--facebook:before {
    content: "ï„²";
}
.icon--flag:before {
    content: "ï„³";
}
.icon--followThin:before {
    content: "ï„´";
}
.icon--followingThin:before {
    content: "ï„µ";
}
.icon--grid:before {
    content: "ï„¶";
}
.icon--group:before {
    content: "ï„·";
}
.icon--h1:before {
    content: "ï„¸";
}
.icon--h2:before {
    content: "ï„¹";
}
.icon--h3:before {
    content: "ï„º";
}
.icon--heartOutline:before {
    content: "ï„»";
}
.icon--heartThin:before {
    content: "ï„¼";
}
.icon--heart:before {
    content: "ï„½";
}
.icon--imageFillWidth:before {
    content: "ï„¾";
}
.icon--imageFullBleed:before {
    content: "ï„¿";
}
.icon--imageInsetCenter:before {
    content: "ï…€";
}
.icon--imageInsetLeft:before {
    content: "ï…?";
}
.icon--imageOutsetCenter:before {
    content: "ï…‚";
}
.icon--imageOutsetLeft:before {
    content: "ï…ƒ";
}
.icon--importPost:before {
    content: "ï…„";
}
.icon--info:before {
    content: "ï……";
}
.icon--invisible:before {
    content: "ï…†";
}
.icon--italic:before {
    content: "ï…‡";
}
.icon--link:before {
    content: "ï…ˆ";
}
.icon--list:before {
    content: "ï…‰";
}
.icon--logoM:before {
    content: "ï…Š";
}
.icon--logo:before {
    content: "ï…‹";
}
.icon--margins:before {
    content: "ï…Œ";
}
.icon--milestone:before {
    content: "ï…?";
}
.icon--more:before {
    content: "ï…Ž";
}
.icon--newPost:before {
    content: "ï…?";
}
.icon--noMargins:before {
    content: "ï…?";
}
.icon--notePlus:before {
    content: "ï…‘";
}
.icon--notesHollow:before {
    content: "ï…’";
}
.icon--notesHollow2:before {
    content: "ï…“";
}
.icon--notes:before {
    content: "ï…”";
}
.icon--ordered:before {
    content: "ï…•";
}
.icon--partColor:before {
    content: "ï…–";
}
.icon--partImage:before {
    content: "ï…—";
}
.icon--pencil:before {
    content: "ï…˜";
}
.icon--readNext:before {
    content: "ï…™";
}
.icon--read:before {
    content: "ï…š";
}
.icon--readingListThin:before {
    content: "ï…›";
}
.icon--readingList:before {
    content: "ï…œ";
}
.icon--remove:before {
    content: "ï…?";
}
.icon--replaceImage:before {
    content: "ï…ž";
}
.icon--search:before {
    content: "ï…Ÿ";
}
.icon--settings:before {
    content: "ï… ";
}
.icon--shareThin:before {
    content: "ï…¡";
}
.icon--share:before {
    content: "ï…¢";
}
.icon--shrink:before {
    content: "ï…£";
}
.icon--sliders:before {
    content: "ï…¤";
}
.icon--solidCheck:before {
    content: "ï…¥";
}
.icon--stats:before {
    content: "ï…¦";
}
.icon--textOver:before {
    content: "ï…§";
}
.icon--textUnder:before {
    content: "ï…¨";
}
.icon--titleAbove:before {
    content: "ï…©";
}
.icon--titleMeta:before {
    content: "ï…ª";
}
.icon--titleOver:before {
    content: "ï…«";
}
.icon--trashcan:before {
    content: "ï…¬";
}
.icon--trustedTester:before {
    content: "ï…­";
}
.icon--tt:before {
    content: "ï…®";
}
.icon--twitter:before {
    content: "ï…¯";
}
.icon--unlistedBig:before {
    content: "ï…°";
}
.icon--unlisted:before {
    content: "ï…±";
}
.icon--wordmark:before {
    content: "ï…²";
}
.icon--break:before {
    background: none repeat scroll 0 0 #fff;
    content: "";
    display: inline-block;
    height: 4px;
    margin-bottom: 10px;
    margin-top: 13px;
    width: 80%;
}
.error-400 .icon--error:before {
    content: "ï„ª";
}
.error-401 .icon--error:before {
    content: "ï„«";
}
.error-403 .icon--error:before {
    content: "ï„¬";
}
.error-404 .icon--error:before {
    content: "ï„­";
}
.error-410 .icon--error:before {
    content: "ï„®";
}
.error-451 .icon--error:before {
    content: "ï„¯";
}
.error-500 .icon--error:before {
    content: "ï„°";
}
.error-unknown .icon--error:before {
    content: "ï„±";
}
.highlightMenu-blockquote .icon--blockquote:after {
    content: "ï„ž";
}
.icon--profile:before {
    content: "ï„?";
}
.highlightMenu-notes .icon--notes:after, .icon--follow:before {
    content: "ï„?";
}
.button--follow.is-active .icon--follow:before {
    content: "ï„¢";
}
.button .icon--x:before {
    content: "Ã—";
    top: -6px !important;
}
.icon--inline:before {
    margin: 0 3px;
}
.icon--monospace {
    display: inline-block;
    width: 24px;
}
.icon--small:before {
    font-size: 12px;
}
.icon--info:before {
    font-size: 22px;
    position: relative;
    top: 2px;
}
.icon--twitter:before {
    font-size: 21px;
    position: relative;
    top: 2px;
}
.button.button--small .icon--removeMedia:before {
    content: "ï„Œ";
    display: block;
    font-size: 50px;
    left: 2px;
    top: 3px;
    transform: rotate(45deg);
}
.button .icon.icon--replaceImage:before, .icon--replaceImage:before {
    font-size: 72px;
    line-height: 0;
    position: relative;
    top: 45px;
}
.control .icon.icon--replaceImage:before, .postWrapper .is-withoutImage .icon--replaceImage:before {
    left: 0;
    top: 0;
}
.button--replaceImage > .icon--replaceImage {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 72px;
}
.coverPicker--headerBleed .button--replaceImage > .icon--replaceImage {
    position: relative;
}
.template-flex-article .icon--replaceImage:before {
    display: none;
}
.template-flex-article .control .icon:before {
    display: inline;
}
.template-flex-article .is-withoutImage .icon--replaceImage:before {
    color: rgba(0, 0, 0, 0.15);
    display: block;
}
.icon--addCircled:before {
    color: rgba(0, 0, 0, 0.3);
    font-size: 24px;
    position: relative;
    top: 9px;
}
.collection-empty .icon--addCircled:before, .contribute-messaging .icon--addCircled:before {
    font-size: 50px;
    left: 50%;
    margin-left: -24px;
    position: absolute;
    top: 100px;
}
.collection-empty .icon--addCircled:before {
    top: 20px;
}
.button-scalableGroup .icon.icon--addMediaPlus:before, .button-scalableGroup .icon.icon--addMediaImage:before, .button-scalableGroup .icon.icon--addMediaVideo:before, .button-scalableGroup .icon.icon--addMediaEmbed:before, .button-scalableGroup .icon.icon--addMediaPart:before {
    font-size: 39px;
    top: 13px;
}
body:not(.browser-firefox) .button-scalableGroup .button--small .icon--addMediaPlus:before, body:not(.browser-firefox) .button-scalableGroup .button--small .icon--addMediaImage:before, body:not(.browser-firefox) .button-scalableGroup .button--small .icon--addMediaVideo:before, body:not(.browser-firefox) .button-scalableGroup .button--small .icon--addMediaEmbed:before, body:not(.browser-firefox) .button-scalableGroup .button--small .icon--addMediaPart:before {
    top: 14px;
}
.error-message .icon--logo:before, .icon--error:before {
    color: #fff;
    display: block;
    font-size: 301px;
    height: 150px;
    line-height: 100px;
    width: 150px;
}
.error-signin .icon--logo:before {
    color: inherit;
}
.icon--notesMarker {
    font-size: 25px;
    margin-left: 1px;
    position: absolute;
}
.icon--notePlus:before {
    font-size: 22px;
    position: relative;
    top: -1px;
}
.postArticle .button .icon--email:before {
    top: -1px;
}
.icon--arrowLeft:before {
    left: -1px;
}
.button--chromeless .icon--arrowDownThin:before {
    left: 4px;
}
.icon--unlisted:before {
    font-size: 19px;
    position: relative;
    top: 2px;
}
.icon--unlistedBig:before {
    font-size: 38px;
}
.avatar {
    background-position: center center;
    background-size: cover;
    border-radius: 100%;
    display: block;
    height: 65px;
    line-height: 0;
    margin: 0 auto;
    overflow: hidden;
    width: 65px;
}
.avatar--inline {
    display: inline-block;
    vertical-align: middle;
}
.avatar--border {
    border: 2px solid rgba(0, 0, 0, 0.15);
}
.avatar--microWithText, .avatar--iconWithText {
    border-radius: 0;
    width: auto;
}
.avatar--micro {
    height: 24px;
    width: 24px;
}
.avatar--microWithText {
    height: 24px;
}
.avatar--icon {
    height: 32px;
    width: 32px;
}
.avatar--iconWithText {
    height: 32px;
    white-space: nowrap;
}
.avatar--circle {
    height: 36px;
    width: 36px;
}
.avatar--small {
    height: 40px;
    width: 40px;
}
.avatar--smaller {
    height: 60px;
    width: 60px;
}
.avatar--medium {
    height: 80px;
    width: 80px;
}
.avatar--large {
    height: 120px;
    width: 120px;
}
.avatar--xlarge {
    height: 240px;
    width: 240px;
}
.avatar-image {
    background: none repeat scroll 0 0 #f0f0f0;
    border-radius: 100%;
    width: 100%;
}
.avatar-image--icon {
    height: 32px;
    margin-right: 10px;
    vertical-align: top;
    width: 32px;
}
.avatar-image--iconWithText {
    float: left;
    height: 32px;
    width: 32px;
}
.avatar-image--microWithText {
    float: left;
    height: 24px;
    width: 24px;
}
img.avatar-image.avatar-image--circle {
    height: 36px;
    vertical-align: top;
    width: 36px;
}
.avatar-image--small {
    height: 43px;
    vertical-align: top;
    width: 43px;
}
.avatar-image--smallWithText {
    float: left;
    height: 40px;
    width: 40px;
}
.avatar-image--micro {
    height: 24px;
    width: 24px;
}
.avatar-image--smaller {
    height: 60px;
    width: 60px;
}
.avatar-image--medium {
    height: 80px;
    width: 80px;
}
.avatar-image--xlarge {
    height: 240px;
    width: 240px;
}
.avatar-image--roundedRectangle {
    border-radius: 50%;
}
.avatar-image--xlarge.avatar-image--roundedRectangle {
    border-radius: 5px;
}
.avatar-image.u-alignRight {
    margin-left: 10px;
}
.avatar-span {
    display: block;
    overflow: hidden;
    padding-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.avatar-span--iconWithText {
    line-height: 32px;
    margin-left: 32px;
}
.avatar-span--microWithText {
    line-height: 24px;
    margin-left: 24px;
}
.avatar-span--smallWithText {
    line-height: 40px;
    margin-left: 40px;
}
.avatar-image.u-alignRight + .avatar-span {
    margin-left: 0;
    padding-left: 0;
}
.link.avatar--iconWithText:hover {
    text-decoration: none;
}
.link.avatar--iconWithText:hover .avatar-span--iconWithText {
    text-decoration: underline;
}
.avatar-meta {
    float: left;
    font-size: 14px;
    margin-left: 10px;
}
.avatar-description {
    color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
}
.avatar-name a:hover {
    text-decoration: underline;
}
.avatar-list {
    display: inline-block;
    vertical-align: top;
}
.avatar-listItem {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.avatar-listItem:last-child {
    margin-right: 0;
}
.avatar-list--followPreview {
    padding: 0 15px 30px;
    width: 145px;
}
.avatar-list--followPreview .avatar-listItem {
    margin: 5px 4px 0 0;
}
.avatar-list--followPreview .avatar-listItem:first-child {
    display: block;
}
.avatar-list--upvoters {
    display: none;
}
.avatar-list--upvoters.fade {
    display: block;
    float: right;
}
.avatar-listItem--upvoters {
    display: block;
    float: left;
    margin-right: 6px;
    position: relative;
}
.avatar-listItem--upvoters:last-child {
    margin-right: 0;
}
.avatar-listItem--upvoters .button .icon--more:before {
    font-size: 14px;
}
.avatar-listItem--upvoters .icon--heart, .avatar-listItem--upvoters .icon--blockquote {
    background: none repeat scroll 0 0 #57ad68;
    border-radius: 100%;
    bottom: -3px;
    color: #fff;
    font-size: 8px;
    height: 15px;
    line-height: 16px;
    pointer-events: none;
    position: absolute;
    right: -3px;
    text-align: center;
    width: 15px;
}
@media screen and (max-width: 500px) {
.avatar-list--followPreview {
    text-align: center;
}
.avatar-listItem--upvoters .icon--heart, .avatar-listItem--upvoters .icon--blockquote {
    bottom: 0;
    font-size: 7px;
    height: 14px;
    line-height: 15px;
    right: 0;
    width: 14px;
}
.avatar--circle, img.avatar-image.avatar-image--circle {
    height: 28px;
    width: 28px;
}
}
.buttonx{
  -moz-user-select: none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.44);
    cursor: pointer;
    display: inline-block;
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-feature-settings: "liga";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    height: 38px;
    letter-spacing: -0.02em;
    outline: 0 none;
    padding: 5px 16px;
	position: relative;
    text-align: center;
    text-decoration: none;
    text-rendering: optimizelegibility;
    transition: background-color 100ms ease 0s, border-color 100ms ease 0s, color 100ms ease 0s;
    vertical-align: bottom;
    white-space: nowrap; 
	border-radius: 19px;
}
.button {
    -moz-user-select: none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 999em;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.44);
    cursor: pointer;
    display: inline-block;
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-feature-settings: "liga";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 38px;
    letter-spacing: -0.02em;
    outline: 0 none;
    padding: 0 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-rendering: optimizelegibility;
    transition: background-color 100ms ease 0s, border-color 100ms ease 0s, color 100ms ease 0s;
    vertical-align: bottom;
    white-space: nowrap;
}
.button, .button.button--truncated .icon {
    line-height: 37px;
}
.button:focus, .button:active, .button:hover {
    border-color: rgba(0, 0, 0, 0.3);
    color: rgba(0, 0, 0, 0.6);
}
.button[disabled], .button[disabled]:hover, .button[disabled]:active {
    cursor: default;
    opacity: 0.25;
    pointer-events: none;
}
.button--activity[disabled] {
    opacity: 1;
}
.button--circle {
    padding: 0;
    text-align: center;
    width: 38px;
}
.button--circle img {
    border-radius: 100%;
    height: 38px;
    width: 38px;
}
.button--borderless {
    border: 0 none;
}
.button--expandable {
    padding: 0;
    text-align: center;
    width: 38px;
}
.button--expandable .button-text {
    display: none;
    margin-left: 10px;
    margin-right: 0;
    position: relative;
    top: -12px;
}
.button--expandable:hover .button-text {
    display: inline-block;
}
.button--link, .button--chromeless {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    border-width: 0;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.3);
    height: auto;
    line-height: inherit;
    padding: 0;
    vertical-align: baseline;
    white-space: normal;
}
.button--link:hover, .button--link:active, .button--link:focus, .button--chromeless:hover, .button--chromeless:active, .button--chromeless:focus {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-width: 0;
    color: rgba(0, 0, 0, 0.6);
}
.button--link {
    text-align: left;
}
.button--link:hover, .button--link:active, .button--link:focus {
    text-decoration: underline;
}
.button .icon {
    line-height: 100%;
}
.button .icon:before {
    color: rgba(0, 0, 0, 0.3);
    font-size: 27px;
    line-height: 0;
    margin-right: 8px;
    position: relative;
    top: 1px;
}
.button > .icon--monospace:before {
    top: 0;
}
.button:focus .icon:before, .button:active .icon:before, .button:hover .icon:before {
    color: rgba(0, 0, 0, 0.44);
}
.button.is-selected .icon--twitter:before {
    color: #55acee;
}
.button.is-selected .icon--facebook:before {
    color: #3b5998;
}
.button--small .icon {
    font-size: 18px;
}
.button--small > .icon--check:before {
    top: 3px;
}
.button .icon--settings:before {
    font-size: 22px;
    top: 5px;
}
.button > .icon--stats:before {
    top: 1px;
}
.button .icon--shrink:before, .button .icon--enlarge:before, .button .icon--twitter:before {
    top: 3px;
}
.button--chromeless .icon--twitter:before {
    top: 1px;
}
.button .icon--heart:before {
    font-size: 18px;
    margin-left: -2px;
    top: 2px;
}
.button .icon.is-pulledRight:before, .button--circle .icon:before, .button--expandable .icon:before {
    margin-right: 0;
}
.button .icon.is-pulledRight:before {
    margin-left: 8px;
}
.button .icon--addToCollection:before {
    top: 4px;
}
.button .icon--info:before {
    font-size: 18px;
    margin-left: -4px;
    top: 2px;
}
.button--small .icon--arrowRight:before {
    font-size: 16px;
}
.button .icon--readingList:before {
    top: 4px;
}
.button .icon--trashcan:before {
    top: 3px;
}
.button--circle .icon--share:before, .button--expandable .icon--share:before {
    top: 2px;
}
.button--circle .icon--stats:before, .button--expandable .icon--share:before {
    margin-left: -2px;
    top: 2px;
}
.button .icon--grid:before, .button .icon--list:before, .button .icon--textOver:before, .button .icon--textUnder:before, .button .icon--margins:before, .button .icon--noMargins:before {
    font-size: 21px;
}
.button--withIconTop .icon {
    display: block;
    margin-bottom: 5px;
}
.button--withIconTop .icon:before {
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    margin-right: 0;
}
.button--withIconTop .icon.icon--replaceImage:before, .button--withIconTop .icon--replaceImage:before {
    font-size: 30px;
    height: 25px;
    left: 1px;
    line-height: 33px;
    overflow: hidden;
    top: auto;
}
.button--withIconRight .icon--arrowDownThin.is-pulledRight:before {
    left: -3px;
}
.button--withIconRight .button-text {
    margin-right: 15px;
}
.button--withIconLarge .icon:before {
    font-size: 48px;
    line-height: 48px;
    margin: 10px;
    vertical-align: middle;
}
.button--withIconLarge .icon--email:before {
    font-size: 52px;
    top: -4px;
}
.button--neutral {
    border-color: rgba(0, 0, 0, 0.44);
    color: rgba(0, 0, 0, 0.44);
}
.button--neutral > .icon:before {
    color: rgba(0, 0, 0, 0.44);
}
.button--dark {
    border-color: rgba(0, 0, 0, 0.6);
    color: rgba(0, 0, 0, 0.6);
}
.button--dark > .icon:before {
    color: rgba(0, 0, 0, 0.6);
}
.button--neutral:hover, .button--neutral:focus, .button--dark:hover, .button--dark:focus {
    border-color: rgba(0, 0, 0, 0.9);
    color: rgba(0, 0, 0, 0.9);
}
.button--neutral:hover > .icon:before, .button--neutral:focus > .icon:before, .button--dark:hover > .icon:before, .button--dark:focus > .icon:before {
    color: rgba(0, 0, 0, 0.9);
}
.is-darkBackgrounded .button--neutral {
    border-color: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
}
.is-darkBackgrounded .button--neutral > .icon:before {
    color: rgba(255, 255, 255, 0.5);
}
.is-darkBackgrounded .button--dark {
    border: 1px solid rgba(255, 255, 255, 0.65);
    color: rgba(255, 255, 255, 0.65);
}
.is-darkBackgrounded .button--dark > .icon:before {
    color: rgba(255, 255, 255, 0.65);
}
.is-darkBackgrounded .button--neutral:hover, .is-darkBackgrounded .button--neutral:focus, .is-darkBackgrounded .button--dark:hover, .is-darkBackgrounded .button--dark:focus {
    border: 1px solid rgba(255, 255, 255, 0.97);
    color: rgba(255, 255, 255, 0.97);
}
.is-darkBackgrounded .button--neutral:hover > .icon:before, .is-darkBackgrounded .button--neutral:focus > .icon:before, .is-darkBackgrounded .button--dark:hover > .icon:before, .is-darkBackgrounded .button--dark:focus > .icon:before {
    color: rgba(255, 255, 255, 0.97);
}
.button-count {
    margin-left: 10px;
}
.button-count:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    content: "";
    display: inline-block;
    height: 18px;
    margin-right: 10px;
    vertical-align: middle;
    width: 1px;
}
.button--toggle.is-active .button-count:before {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.65);
}
.button--primary .button-count:before {
    background: none repeat scroll 0 0 #57ad68;
}
.button--small .button-count {
    margin-left: 6px;
}
.button--small .button-count:before {
    height: 14px;
    margin-right: 6px;
}
.button--suffix.is-active .button-label:after {
    content: attr(data-suffix);
}
.buttonSet > .button {
    margin-right: 25px;
    vertical-align: middle;
}
.buttonSet > .button:last-child {
    margin-right: 0;
}
.buttonSet > .button--chromeless + .button {
    margin-left: 8px;
}
.buttonSet--vertical > .button {
    display: block;
    margin: 0 auto 10px;
}
.button--vertical {
    border: 0 none;
    border-radius: 0;
    height: 64px;
    padding: 0;
    text-align: center;
}
.button--vertical > .icon {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 999em;
    box-sizing: border-box;
    display: block;
    height: 38px;
    margin: 0 auto;
    width: 38px;
}
.button--vertical:hover > .icon, .button--vertical:hover > .label {
    border-color: rgba(0, 0, 0, 0.44);
}
.button--vertical > .icon:before {
    margin: 0;
    top: 19px;
}
.button--vertical > .label {
    margin: 0;
}
.buttonSwitch {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 999em;
    box-sizing: border-box;
    display: inline-block;
    height: 40px;
    position: relative;
    vertical-align: bottom;
}
.buttonSwitch .button {
    border: 0 none;
    color: rgba(0, 0, 0, 0.3);
    height: 100%;
    padding: 0 16px;
    transition: none 0s ease 0s ;
    width: 62px;
}
.buttonSwitch .button:hover, .buttonSwitch .button:focus, .buttonSwitch .button:active {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0.6);
}
.buttonSwitch .button:nth-child(2) {
    border-radius: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.buttonSwitch .button:first-child {
    border-radius: 999em 0 0 999em;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.buttonSwitch .button:last-child {
    border: 0 none;
    border-radius: 0 999em 999em 0;
}
.buttonSwitch .button[disabled] {
    background: none repeat scroll 0 0 #57ad68;
    border: 0 none;
    box-shadow: 0 0 0 1px #57ad68;
    color: #fff;
    opacity: 1;
}
.buttonSwitch .button[disabled] .icon:before {
    color: #fff;
}
.buttonSwitch--chromeless .button[disabled] {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
    box-shadow: none;
}
.buttonSwitch--chromeless .button[disabled] .icon:before {
    color: #57ad68;
}
.buttonSwitch .button[disabled] .icon:before {
    color: #57ad68;
}
.buttonSwitch .button .icon:before {
    line-height: 1.5;
    margin-right: 0;
}
.buttonSwitch .button:first-child .icon {
    margin-left: 2px;
}
.buttonSwitch .button:last-child .icon {
    margin-right: 2px;
}
.buttonSwitch--small {
    height: 32px;
    vertical-align: middle;
}
.buttonSwitch--small .button {
    padding: 0;
    width: 40px;
}
.buttonSwitch--chromeless, .buttonSwitch--chromeless .button:first-child {
    border: 0 none;
    border-radius: 0;
}
.buttonSwitch--chromeless .button {
    width: 30px;
}
.button--larger {
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-style: normal;
    font-weight: 300;
    height: 54px;
    letter-spacing: -0.02em;
    padding: 0 24px;
}
.button--larger, .button--larger.button--truncated .icon {
    line-height: 54px;
}
.button--larger, .button--larger.button--link, .button--larger.button--chromeless {
    font-size: 20px;
}
.button--larger.button--link, .button--larger.button--chromeless {
    padding: 0;
}
.button--larger.button--truncated .icon {
    line-height: 54px;
}
.button--large {
    height: 44px;
    padding: 0 18px;
}
.button--large, .button--large.button--truncated .icon {
    line-height: 44px;
}
.button--large, .button--large.button--link, .button--large.button--chromeless {
    font-size: 15px;
}
.button--large.button--link, .button--large.button--chromeless {
    padding: 0;
}
.button--small {
    height: 32px;
    line-height: 31px;
    padding: 0 14px;
}
.button--small, .button--small.button--truncated .icon {
    line-height: 31px;
}
.button--small, .button--small.button--link, .button--small.button--chromeless {
    font-size: 12px;
}
.button--small.button--link, .button--small.button--chromeless {
    padding: 0;
}
.button--small.button--circle {
    height: 32px;
    padding: 0;
    width: 32px;
}
.button--small.button--expandable {
    padding: 0;
    width: 32px;
}
.button--small.button--expandable:hover {
    padding: 0 14px;
    width: auto;
}
.button--small .icon--partImage:before {
    color: rgba(0, 0, 0, 0.3);
    font-size: 21px;
    left: 6px;
    line-height: 0;
    position: relative;
    top: 7px;
}
.button--inline {
    margin: 0 6px;
    vertical-align: middle;
}
.button--truncated .button-text {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.button--truncated .icon {
    display: inline-block;
    vertical-align: top;
}
.button--truncated .icon--arrowDownThin:before {
    top: -1px;
}
.button--primary, .button--primary.button--link, .button--primary .label, .button--primary .icon:before {
    color: #57ad68;
}
.button--primary {
    border-color: #a9d8b2;
}
.button--primary:focus, .button--primary:active, .button--primary:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #57ad68;
    color: #468c54;
}
.button--primary:focus .icon:before, .button--primary:active .icon:before, .button--primary:hover .icon:before {
    color: #468c54;
}
.button--primary.button--link:hover, .button--primary.button--link:active, .button--primary.button--link:focus, .button--primary.button--chromeless:hover, .button--primary.button--chromeless:active, .button--primary.button--chromeless:focus {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #468c54;
}
.button--toggle.is-active {
    background: none repeat scroll 0 0 #57ad68;
    border-color: #57ad68;
}
.button--toggle.is-active, .button--toggle.is-active .icon:before {
    color: #fff;
}
.button--toggle.is-active:focus, .button--toggle.is-active:active, .button--toggle.is-active:hover {
    background: none repeat scroll 0 0 #51b364;
    border-color: rgba(0, 0, 0, 0);
}
.button--primaryColor, .button--primaryColor.button--link, .button--primaryColor > .label, .button--primaryColor > .icon:before {
    color: #fff;
}
.button--primaryColor {
    /*background: none repeat scroll 0 0 #57ad68;*/
    border-color: #FFFFFF;

}
.button--primaryColor:focus > .icon:before, .button--primaryColor:active > .icon:before, .button--primaryColor:hover > .icon:before {
    color: #fff;
}
.button--primaryColor:focus, .button--primaryColor:active, .button--primaryColor:hover {
    background: none repeat scroll 0 0 #4CAE16;
    border-color: #4CAE16;
    color: #fff;
}
.button--delete:hover, .button--delete:focus, .button--delete:active, .button--delete:hover > .icon:before {
    border-color: #cc5454;
    color: #cc5454;
}
.button--uppercase {
    font-size: 7px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.button--light, .button--light.button--link, .button--light.button--toggle, .metabar--light:not(.metabar--affixed) .button, .metabar--light:not(.metabar--affixed) .button--link, .metabar--light:not(.metabar--affixed) .button--toggle {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, 0.97);
}
.button--light, .metabar--light:not(.metabar--affixed) .button, .button--light.button--toggle, .metabar--light:not(.metabar--affixed) .button--toggle {
    border-color: rgba(255, 255, 255, 0.97);
}
.button--light .icon:before, .metabar--light:not(.metabar--affixed) .button .icon:before {
    color: rgba(255, 255, 255, 0.97);
}
.button--light:focus, .button--light:active, .button--light:hover, .metabar--light:not(.metabar--affixed) .button:focus, .metabar--light:not(.metabar--affixed) .button:active, .metabar--light:not(.metabar--affixed) .button:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 0.97);
}
.button--light:focus, .button--light:active, .button--light:hover, .button--light:focus .icon:before, .button--light:active .icon:before, .button--light:hover .icon:before, .button--light.button--toggle.is-active, .metabar--light:not(.metabar--affixed) .button:focus, .metabar--light:not(.metabar--affixed) .button:active, .metabar--light:not(.metabar--affixed) .button:hover, .metabar--light:not(.metabar--affixed) .button:focus .icon:before, .metabar--light:not(.metabar--affixed) .button:active .icon:before, .metabar--light:not(.metabar--affixed) .button:hover .icon:before, .metabar--light:not(.metabar--affixed) .button--toggle.is-active {
    color: #fff;
}
.button--light .button-count:before, .metabar--light:not(.metabar--affixed) .button .button-count:before {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
}
.button--light.button--primary, .button--light.button--toggle.is-active, .metabar--light:not(.metabar--affixed) .button--primary, .metabar--light:not(.metabar--affixed) .button--toggle.is-active, .button--light.button--toggle:focus, .button--light.button--toggle:active, .button--light.button--toggle:hover, .metabar--light:not(.metabar--affixed) .button--toggle:focus, .metabar--light:not(.metabar--affixed) .button--toggle:active, .metabar--light:not(.metabar--affixed) .button--toggle:hover {
    background: none repeat scroll 0 0 rgba(87, 173, 104, 0.8);
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
}
.button--light.button--primary:focus, .button--light.button--primary:active, .button--light.button--primary:hover, .metabar--light:not(.metabar--affixed) .button--primary:focus, .metabar--light:not(.metabar--affixed) .button--primary:active, .metabar--light:not(.metabar--affixed) .button--primary:hover, .button--light.button--toggle.is-active:focus, .button--light.button--toggle.is-active:active, .button--light.button--toggle.is-active:hover, .metabar--light:not(.metabar--affixed) .button--toggle.is-active:focus, .metabar--light:not(.metabar--affixed) .button--toggle.is-active:active, .metabar--light:not(.metabar--affixed) .button--toggle.is-active:hover {
    background: none repeat scroll 0 0 #57ad68;
    border-color: rgba(0, 0, 0, 0);
}
.button--light.button--delete:hover, .button--light.button--delete:focus, .button--light.button--delete:active, .metabar--light:not(.metabar--affixed) .button--delete:hover, .metabar--light:not(.metabar--affixed) .button--delete:focus, .metabar--light:not(.metabar--affixed) .button--delete:active {
    background: none repeat scroll 0 0 #cc5454;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
}
.buttonSet > .button--link, .buttonSet > .button--chromeless {
    height: 38px;
    line-height: 37px;
}
.buttonSet .button--large.button--link, .buttonSet .button--large.button--chromeless {
    height: 44px;
    line-height: 43px;
}
.buttonSet .button--small.button--link, .buttonSet .button--small.button--chromeless {
    height: 32px;
    line-height: 32px;
}
.buttonSet--profile .button--cancel, .buttonSet--profile .button--remove, .buttonSet--profile .button--save, .editing .buttonSet--profile .button--edit {
    display: none;
}
.editing .buttonSet--profile .button--cancel, .editing .buttonSet--profile .button--remove, .editing .buttonSet--profile .button--save {
    display: inline-block;
}
.editing .buttonSet--profile .button--newStory {
    display: none;
}
.button--showFollow .icon:before, .button--showFollow:hover .icon:before {
    font-size: 16px;
    top: 2px;
}
.button--facebook, .button--facebook:hover {
    background-color: #3b5998;
    border: 0 none;
    color: #fff;
}
.button--facebook:hover {
    background-color: #1d315b;
}
.button--facebook .icon:before, .button--facebook:hover .icon:before {
    color: #fff;
    top: 3px;
}
.button--twitter, .button--twitter:hover {
    background-color: #55acee;
    border: 0 none;
    color: #fff;
}
.button--twitter:hover {
    background-color: #006daa;
}
.button--twitter .icon:before, .button--twitter:hover .icon:before {
    color: #fff;
    top: 3px;
}
.button--deactivateAccount {
    background: none repeat scroll 0 0 transparent;
    color: rgba(0, 0, 0, 0.3);
    line-height: 1.4;
    margin-top: 10px;
    text-decoration: underline;
}
.button--facebookDelete, .button--twitterDelete, .button--disconnectFacebookHelp, .button--disconnectTwitterHelp {
    display: block;
    font-size: 12px;
    text-align: right;
    width: 100%;
}
.button--facebookDelete:hover, .button--twitterDelete:hover {
    color: #cc5454;
}
.buttonSet .button--recommend {
    display: inline-block;
}
.button--recommend {
    margin-right: 6px;
}
.button--follow {
    margin-right: 14px;
}
.buttonSet--bar {
    background: none repeat scroll 0 0 #fff;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.buttonSet-inside--bar {
    padding: 17px 0;
}
.button-text {
    margin-right: 10px;
}
.icon + .button-text {
    margin-left: 5px;
}
.button-text + .icon {
    margin-left: -5px;
}
.button-text + .icon.is-pulledRight {
    margin-left: -10px;
}
.button--counter > .button-text {
    color: #57ad68;
    display: inline-block;
    font-size: 18px;
    height: 20px;
    line-height: 32px;
    margin-right: 0;
    width: 18px;
}
.button--counter.button--activity, .button--counter.button--activity > .button-text {
    background: none repeat scroll 0 0 #57ad68;
    color: #fff;
}
.button--counter.button--activity > .button-text {
    margin-right: auto;
    width: auto;
}
.button--counter .button {
    font-size: 18px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
.buttonSet > .buttonSwitch {
    margin-right: 8px;
}
.hero--collection.blockGroup--header .buttonSet--bar {
    border-top: 0 none;
    margin: 0 auto;
    padding-top: 10px;
    width: 130px;
}
.hero--collection.is-imageBackgrounded .buttonSet--bar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.hero--collection.is-imageBackgrounded .buttonSet--bar .icon:before {
    color: rgba(255, 255, 255, 0.97);
}
.hero--collection.is-imageBackgrounded .button[disabled] .icon:before {
    color: #a9d8b2;
}
.blockGroup.is-editing.is-imageBackgrounded .buttonSwitch--chromeless {
    border-right-color: rgba(255, 255, 255, 0.5);
}
.button--uploadCollectionAvatar .icon--addMediaImage:before {
    font-size: 100px;
    line-height: 113px;
    margin-right: 0;
}
.button--uploadCollectionAvatar, .button--uploadCollectionAvatar:hover, .button--uploadCollectionAvatar:focus {
    background-size: cover;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    display: block;
    height: 100px;
    margin: 0 auto 10px;
    overflow: hidden;
    width: 100px;
}
.button--uploadCollectionAvatar.is-imageBackgrounded .icon--addMediaImage:before {
    color: rgba(255, 255, 255, 0);
}
.button--uploadCollectionAvatar.is-imageBackgrounded:hover .icon--addMediaImage:before {
    color: rgba(255, 255, 255, 0.97);
}
.button--uploadCollectionAvatar.is-imageBackgrounded:hover:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.button--close {
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.02em;
    padding: 10px 20px;
    position: fixed;
    right: 0;
    top: 0;
}
.button--scale {
    transform: scale(0);
    transition-duration: 100ms;
    transition-property: transform;
}
.button-scalableGroup.is-scaled .button--scale {
    transform: scale(1);
    transition-duration: 200ms;
}
.button--scale > .icon:before {
    transform: scale(0);
    transition-duration: 200ms;
    transition-property: transform;
}
.button-scalableGroup.is-scaled .button--scale > .icon:before {
    transform: scale(1);
    transition-delay: 100ms;
}
.button--scale.u-transitionSeries:nth-child(2) > .icon:before {
    transition-delay: 130ms;
}
.button--scale.u-transitionSeries:nth-child(3) > .icon:before {
    transition-delay: 160ms;
}
.button--scale.u-transitionSeries:nth-child(4) > .icon:before {
    transition-delay: 190ms;
}
.button .icon.icon--unlisted:before {
    top: 6px;
}
.button--help {
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.02em;
}
.drawer-inner .icon--arrowRight:before, .drawer-inner .icon--arrowLeft:before {
    font-size: 32px;
}
.button > .label--default, .button.is-active > .label--active, .button > .icon--default, .button.is-active > .icon--active {
    display: inline;
}
.button.is-active > .label--default, .button > .label--active, .button.is-active > .icon--default, .button > .icon--active {
    display: none;
}
.button--vertical > .icon--default, .button--vertical.is-active > .icon--active {
    display: block;
}
@media screen and (max-width: 500px) {
.button {
    font-size: 14px;
    height: 32px;
    line-height: 31px;
    padding: 0 14px;
}
.button--circle {
    padding: 0;
    width: 32px;
}
.button--circle img {
    border-radius: 100%;
    height: 32px;
    width: 32px;
}
.button--counter > .button-text {
    font-size: 14px;
}
.button--close {
    font-size: 32px;
    right: 15px;
    top: 0;
}
.button--link, .button--chromeless {
    height: auto;
    line-height: inherit;
    padding: 0;
    vertical-align: baseline;
}
.button--large {
    font-size: 14px;
    height: 38px;
    line-height: 37px;
    padding: 0 16px;
}
.buttonSet > .button {
    margin-right: 4px;
}
.buttonSet > .button--bookmark {
    margin-right: 0;
}
.buttonSwitch {
    height: 32px;
    line-height: 28px;
}
.buttonSwitch .button:first-child {
    padding-right: 6px;
}
.buttonSwitch .button:last-child {
    padding-left: 6px;
}
.buttonSwitch .button[disabled] {
    padding: 0 12px;
}
.button--larger {
    height: 38px;
    line-height: 37px;
    padding: 0 16px;
}
}
.link {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}
.link:hover, .link:active, .link:focus {
    color: inherit;
    text-decoration: underline;
}
.link--primary {
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
}
.link--primary:hover, .link--primary:active, .link--primary:focus {
    color: #57ad68;
    text-decoration: none;
}
.link--secondary {
    color: rgba(0, 0, 0, 0.3);
}
.error .link, .error .link:hover, .error .link:active, .error .link:focus {
    color: #fff;
}
.link--underline {
    text-decoration: underline;
}
.about{
    color: #FFF;
}
.link--accent {
    color: #54be19;
    text-decoration: none;
}
.link--accent:hover, .link--accent:active, .link--accent:focus {
    color: #26CF48;
}
.link--butter {
    color: #57ad68;
    text-decoration: underline;
}
.link--butter:hover, .link--butter:active, .link--butter:focus {
    color: #468c54;
}
.butterBar--error .link--butter, .butterBar--error .link--butter:hover, .butterBar--error .link--butter:active, .butterBar--error .link--butter:focus {
    color: #fff;
}
.link--overlay {
    color: rgba(0, 0, 0, 0.8);
}
.link--overlay:hover, .link--overlay:active, .link--overlay:focus {
    color: rgba(0, 0, 0, 0.9);
}
.link.link--darken:hover {
    color: rgba(0, 0, 0, 0.6);
}
.link--accent.link--darken:hover {
    color: #5AD815;
}
.link--darken:hover, .link--darken:active, .link--darken:focus {
    text-decoration: none;
}
.imageBleed {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
    left: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
}
.imageBleed--header, .imageBleed--homeHeader {
    height: 450px;
}
.imageBleed--full {
    bottom: 0;
}
.imageBleed-src {
    background-position: center center;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.is-usingCanvas .imageBleed-src {
    display: none;
}
.is-usingCanvas.imageBleed {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
@media screen and (max-width: 500px) {
.imageBleed--homeHeader {
    height: 300px;
}
.imageBleed--header {
    bottom: -70px;
    height: 200px;
}
}
.list {
    margin-bottom: 150px;
}
.list--light {
    color: #fff;
}
.list-title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.list-item {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 40px 0 35px;
}
.list-item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.list-item > h4 {
    text-transform: uppercase;
}
.list-item > p {
    margin-bottom: 15px;
}
.list--borderless .list-item {
/*    border: 0 none;
    display: block;*/
    padding: 5px 0;
}
.list--large .list-item {
    font-size: 16px;
    font-weight: 300;
}
.list--bordered {
    margin-bottom: 30px;
}
.list--bordered .list-item {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 25px 0 20px;
}
.list--bordered .list-item:first-child, .list--bordered .list-item--borderless {
    border-top: medium none;
}
.list--choice .list-item {
    box-sizing: border-box;
    cursor: pointer;
}
.list--choice .list-item .button {
    transition: none 0s ease 0s ;
}
.list--withImage {
    margin-bottom: 0;
    min-width: 200px;
}
.list--withImage .list-item {
    font-size: 14px;
    text-align: left;
}
.list--withIcon {
    margin-bottom: 0px;
}
.list--withIcon .list-title {
    display: inline-block;
    margin: -1px 0 15px;
    padding-top: 5px;
    width: 100%;
}
.list--withIcon .list-title--link {
    border: 0 none;
    color: rgba(0, 0, 0, 0.3);
    float: right;
    font-weight: 400;
}
.list--withIcon .list-title--link:hover {
    color: rgba(0, 0, 0, 0.44);
}
.list--withIcon .list-item {
    display: block;
    margin: 18px 0 0;
    padding: 0;
}
.list--withIcon .button--circle {
    background-color: rgba(255, 255, 255, 0.97);
    border-color: rgba(0, 0, 0, 0.05);
    float: left;
    height: 40px;
    line-height: 1;
    width: 40px;
}
.list--withIcon .button--circle:hover, .list--withIcon .button--circle:focus {
    border-color: rgba(0, 0, 0, 0.15);
}
.list--withIcon .icon:before {
    color: rgba(0, 0, 0, 0.3);
    font-size: 15px;
    position: relative;
    top: 2px;
}
.list--withIcon .button--circle:hover .icon:before, .list--withIcon .button--circle:focus .icon:before {
    color: rgba(0, 0, 0, 0.44);
}
.list--withIcon .is-active .icon:before {
    color: #57ad68;
    font-size: 15px;
    top: 2px;
}
.list--withIcon .is-active.button--circle:hover .icon:before, .list--withIcon .is-active.button--circle:focus .icon:before {
    color: #468c54;
}
.list--withIcon .list-index {
    color: rgba(0, 0, 0, 0.8);
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.list--withIcon .list-itemInfo {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: block;
    float: none;
    margin-left: 55px;
    padding-bottom: 18px;
    width: auto;
}
.list--withIcon .list-item:last-child .list-itemInfo {
    border-bottom: 0 none;
    padding-bottom: 0;
}
.list--withIcon .list-itemTitle {
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    font-weight: 400;
    max-width: 96%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list--withIcon .list-item--status {
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
}
.list--short {
    margin-bottom: 0;
}
.list--short.list--choice {
    min-width: 150px;
}
.list--short .button, .list--short .list-item {
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}
.list--borderless.list--short .list-item {
    box-sizing: border-box;
    /*padding: 5px 15px;*/
}
.list--borderless.list--short .list-item--wide {
    padding: 7px 25px;
}
.list--borderless.list--short .list-item--noPadding {
    padding: 0;
}
.list--short.list--choice .list-item {
    padding-bottom: 0;
    padding-top: 0;
}
.list--short.list--choice .button {
    padding-bottom: 5px;
    padding-top: 5px;
}
.list-item--padded {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
    padding-bottom: 36px;
    padding-top: 30px;
    position: relative;
}
.list-item--padded:last-of-type {
    border-bottom-width: 0;
}
.list-itemInfo {
    float: left;
    width: 60%;
}
.list-itemActions {
    margin-top: -19px;
    position: absolute;
    right: 0;
    top: 50%;
}
.list-itemTitle {
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
}
.list-itemDescription {
    color: rgba(0, 0, 0, 0.3);
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 20px;
}
.list-itemDescription--delete {
    font-size: 11px;
    line-height: 1.4;
    margin-top: 20px;
}
.list-itemDescription--delete > .button--delete {
    font-size: 11px;
}
.list-itemLink {
    color: rgba(0, 0, 0, 0.3);
    text-decoration: underline;
}
.list-itemLink:hover {
    color: #57ad68;
}
.list .list-item.list-item--separator, .list--borderless .list-item.list-item--separator {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 0;
    padding-top: 0;
}
.list--choice .list-item--separator {
    cursor: none;
}
.list--choice .list-item--separator:hover {
    background-color: transparent;
}
.list-item--dark > a, .list-item--dark .icon:before {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    font-weight: 300;
}
.list-item--dark:hover > a, .list-item--dark:hover .icon:before {
    color: #000;
}
.list-item--dark .icon:before {
    margin-right: 15px;
}
.list-item--uppercase {
    color: rgba(0, 0, 0, 0.6);
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.list-item--uppercase:hover {
    color: rgba(0, 0, 0, 0.9);
}
.list-itemInput {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    display: block;
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.02em;
    padding: 0;
    width: 340px;
}
.list-itemInput:focus {
    outline: medium none;
}
.list-itemInputPrefix {
    color: rgba(0, 0, 0, 0.3);
    cursor: default;
}
.list-itemInputPrefix, .list-itemInput--username {
    display: inline-block;
    font-size: 16px;
}
.list-itemInput--username {
    width: 130px;
}
.list-itemStatus {
    color: #57ad68;
    display: block;
    font-size: 14px;
}
.list-itemError {
    color: #cc5454;
}
.list-itemError--email {
    font-size: 14px;
    margin-top: 14px;
}
.list-item--username {
    height: 60px;
}
.list-item--username.list-item--error .list-itemInput--username, .list-item--username.list-item--error .list-itemStatus {
    color: #cc5454;
}
.list-itemName--facebook, .list-itemName--twitter {
    color: rgba(0, 0, 0, 0.6);
    display: block;
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-align: right;
}
.list-itemImage--facebook, .list-itemImage--twitter {
    border-radius: 4px;
    float: right;
    height: 33px;
    width: 33px;
}
.list-itemActionGroup {
    float: right;
    margin-right: 10px;
}
.list--users .list-itemDescription {
    color: rgba(0, 0, 0, 0.8);
    display: inline-block;
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-right: 0;
    max-width: 430px;
    vertical-align: top;
}
.icon-position {
  position: relative;
  top: 1px;
  left: 2px;
}
.list--users .list-itemDescription--secondary {
    color: rgba(0, 0, 0, 0.6);
    display: block;
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin-bottom: 0;
}
.list--follows .avatar {
    display: inline-block;
    margin-right: 10px;
}
.list--recommendations .avatar-listItem--upvoters {
    margin-right: 16px;
}
.list-itemText {
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin: 10px 0;
    text-indent: -0.4em;
}
.list-item--inline, .list-item.list-item--inline {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 0;
    width: auto;
}
@media all and (max-width: 1000px) {
.list--withIcon {
    margin-bottom: 0;
}
}
@media screen and (max-width: 500px) {
.list-item--padded {
    padding: 20px 0 24px;
}
.list-itemTitle {
    font-size: 18px;
}
.list-itemInfo, .list-itemActions {
    float: none;
    width: 100%;
}
.list-itemActions.buttonSwitch {
    width: auto;
}
.list-itemInfo {
    margin-bottom: 14px;
}
.list-itemActions {
    margin-top: 0;
    position: relative;
    top: 0;
}
.list-itemImage--facebook, .list-itemImage--twitter {
    float: left;
}
.button--facebookDelete, .button--twitterDelete, .list-itemName--facebook, .list-itemName--twitter, .button--disconnectFacebookHelp, .button--disconnectTwitterHelp {
    text-align: left;
}
.list-itemActionGroup {
    float: left;
    margin: 0 0 0 10px;
}
.list-item--username {
    height: 120px;
}
.list--users {
    width: auto;
}
.list--users .list-itemDescription {
    margin-top: 5px;
}
}
.textInput {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-sizing: border-box;
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 35px;
    letter-spacing: -0.02em;
    outline: medium none;
    padding: 0 15px;
    width: 55%;
}
.textInput--textarea {
    height: 50px;
    margin: 15px 0 30px;
    overflow: hidden;
    padding: 15px;
    resize: none;
    width: 100%;
}
.textInput--textarea:focus {
    outline: medium none;
}
.textInput--narrow {
    width: 255px;
}
.textInput--smallest {
    font-size: 12px;
}
.textInput--small {
    height: 30px;
    padding: 0 8px;
}
.textInput--large {
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    height: 40px;
    letter-spacing: -0.02em;
    margin: 10px auto;
    overflow: hidden;
    padding: 7px;
    white-space: nowrap;
    width: 500px;
}
.textInput--jumbo {
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    height: 70px;
    letter-spacing: -0.02em;
    padding: 0;
    width: 100%;
}
@media all and (max-width: 680px) {
.textInput--jumbo {
    font-size: 32px;
    height: 50px;
}
}
@media all and (max-width: 500px) {
.textInput--narrow {
    height: 32px;
    padding: 0 10px;
    width: 175px;
}
}
.textInput--borderless {
    border: 0 none;
}
.textInput--rounded {
    border-radius: 999em;
}
.textInput--light {
    color: #fff;
}
.textInput--chromeless {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    height: auto;
    outline: 0 none;
    padding: 0;
}
.textInput--seamless {
    border: 0 none;
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.02em;
    outline: medium none;
    padding: 0;
    resize: none;
}
.textInput--singleLine {
    display: inline-block;
    height: 32px;
    margin-right: 10px;
    overflow: hidden;
    padding-top: 5px;
    white-space: nowrap;
}
.textInput--border {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.02em;
    outline: medium none;
    padding: 4px;
    resize: none;
}
.textInput--tagEventEmitter {
    bottom: 20px;
    font-size: 12px;
    height: 24px;
    left: 20px;
    padding: 0 10px;
    position: fixed;
    width: 175px;
}
.inputGroup {
    position: relative;
}
.inputGroup .textInput {
    box-sizing: border-box;
    width: 100%;
}
.inputGroup .icon:first-child {
    color: rgba(0, 0, 0, 0.3);
    margin-left: 12px;
    position: absolute;
    top: 6px;
}
.inputGroup .icon + .textInput {
    padding-left: 30px;
}
.inputGroup--text {
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
}
.inputGroup--text > .inputGroup-title {
    color: #b3b3b1;
    font-size: 14px;
}
.inputGroup--text > .textInput {
    margin: 0;
}
.textInput--cssEditor {
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    height: 200px;
    margin: 0 0 10px;
    padding: 10px;
    width: 100%;
}
.inputGroup--error > .textInput {
    border-color: #cc5454;
}
.inputGroup--error > .inputGroup-title {
    color: #cc5454;
}
.inputGroup--success > .textInput {
    border-color: rgba(0, 0, 0, 0.15);
}
.inputGroup--success > .inputGroup-title {
    color: #57ad68;
}
.label {
    color: rgba(0, 0, 0, 0.44);
    font-size: 14px;
    margin: 4px;
}
.label--block {
    display: block;
    margin: 20px 0 4px;
}
.label--radio {
    color: rgba(0, 0, 0, 0.8);
    margin: 5px 0;
}
.label--last {
    margin-bottom: 50px;
}
.checkbox {
    margin: 0 5px;
}
.radioInput {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    display: inline-block;
    height: 16px;
    margin-right: 10px;
    margin-top: -3px;
    vertical-align: middle;
    width: 16px;
}
.radio:checked + .radioInput:after {
    background-color: #57ad68;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 12px;
    margin: 2px;
    width: 12px;
}
.radioDescription {
    display: inline-block;
    vertical-align: middle;
}
.form-footer {
    color: #b3b3b1;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 50px;
}
.inlineError:after {
    color: #cc5454;
    content: attr(data-error);
    display: block;
    font-size: x-small;
    text-align: center;
}
.inlineError--muted:after {
    color: rgba(0, 0, 0, 0.3);
}
.is-darkBackgrounded .inlineError:after {
    color: #fff;
}
.is-darkBackgrounded .inlineError--muted:after {
    color: rgba(255, 255, 255, 0.35);
}
.inlineError--maxLength:after {
    content: "" attr(data-length) "/" attr(data-max-length);
    text-align: left;
}
.hero {
    height: 500px;
    text-align: center;
}
.hero-title {
    color: rgba(0, 0, 0, 0.8);
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1;
    margin-bottom: 8px;
    outline: 0 none;
    word-wrap: break-word;
}
.hero-description {
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    letter-spacing: -0.02em;
    outline: 0 none;
    word-wrap: break-word;
}
.hero-description > a {
    color: rgba(0, 0, 0, 0.8);
}
.hero-description > a:hover, .hero-description > a:focus, .hero-description > a:active {
    text-decoration: underline;
}
.hero-submenu {
    margin: 40px;
    text-align: center;
}
.hero--compact .hero-title {
    float: left;
}
.hero--alignLeft.hero--collectionSettings .button--uploadLogo, .hero--alignLeft {
    text-align: left;
}
.hero--collectionSettings .coverPicker-controls {
    margin-top: -100px;
}
.hero--collectionSettings .icon--replaceImage:before {
    color: rgba(255, 255, 255, 0.5);
}
.hero--collectionSettings .icon--replaceImage:focus:before, .hero--collectionSettings .icon--replaceImage:active:before, .hero--collectionSettings .icon--replaceImage:hover:before {
    color: #fff;
}
.hero--collectionSettings .hero-actions {
    margin-bottom: -46px;
}
.hero--collectionSettings .button:not(.button--small) {
    width: 74px;
}
.hero--collectionSettings .hero-inner {
    z-index: inherit;
}
.hero--collectionSettings .hero-logo:hover {
    border: 3px solid rgba(0, 0, 0, 0.15);
}
.hero--collectionSettings .button {
    overflow: hidden;
}
.hero--collection {
    background-position: center center;
    background-size: cover;
    height: auto;
    margin-top: 65px;
    padding-bottom: 50px;
    padding-top: 80px;
}
.hero--collection .collection-logo {
    max-width: 500px;
}
.hero--collection.is-imageBackgrounded + .navTabs {
    margin-top: 60px;
}
.hero--collection .hero-title {
    color: rgba(0, 0, 0, 0.9);
    margin-top: 10px;
}
.hero--collection .hero-description {
    color: rgba(0, 0, 0, 0.6);
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
}
.hero--collection .hero-description > a {
    color: rgba(0, 0, 0, 0.9);
}
.hero--collection .icon--addMediaImage:before {
    color: rgba(0, 0, 0, 0.15);
    display: inline-block;
    font-size: 100px;
    height: 41px;
    left: 4px;
    line-height: 0.6;
    vertical-align: middle;
}
.hero--collection .icon--addMediaImage:hover:before {
    color: rgba(0, 0, 0, 0.3);
}
.hero--collection .hero-logo {
    border: 3px solid rgba(0, 0, 0, 0);
    box-sizing: border-box;
    margin-bottom: 20px;
    max-width: 600px;
}
.hero--collection .hero-logo.is-focused {
    border: 3px solid #57ad68;
}
.hero-logoContainer {
    margin-top: 100px;
}
.hero--collection.is-imageBackgrounded .hero-description > a, .hero--collection.is-imageBackgrounded .hero-title, .hero--collection.is-imageBackgrounded .hero-actions > .button {
    color: rgba(255, 255, 255, 0.97);
}
.hero--collection.is-imageBackgrounded .hero-actions > .button:not(.is-active) {
    border-color: rgba(255, 255, 255, 0.97);
}
.hero--collection.is-imageBackgrounded .hero-description {
    color: rgba(255, 255, 255, 0.65);
}
.hero--collection.is-imageBackgrounded .icon--addMediaImage:before {
    color: rgba(255, 255, 255, 0.35);
}
.hero--profile, .editing .coverPicker.is-withoutImage + .u-fillHeight .hero--profile {
    height: auto;
    margin-bottom: 70px;
    margin-top: 450px;
}
.coverPicker.is-withoutImage + .u-fillHeight .hero--profile {
    margin-top: 160px;
}
.hero--profile .hero-avatar {
    background-color: #fff;
    border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    display: inline-block;
    height: 120px;
    margin-bottom: 20px;
    margin-top: -60px;
    position: relative;
    width: 120px;
    z-index: 500;
}
.hero-avatar .coverPicker-controls .button--replaceImage {
    margin-top: 20px;
}
.hero-avatar .coverPicker-controls .button--replaceImage > .icon--addMediaImage:before {
    font-size: 100px;
    top: 47px;
}
.hero-avatar .coverPicker-controls {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    bottom: 0;
    display: none;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.hero-avatar .avatar-image {
    height: 100%;
}
.hero--standalone {
    height: auto;
    padding: 100px 0 40px;
}
.hero--underline:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15);
    content: "";
    display: block;
    height: 1px;
    margin: 30px auto 0;
    width: 100px;
}
.hero--referrers {
    height: auto;
    padding: 100px 0 60px;
}
.hero-title--referrers {
    font-size: 32px;
    line-height: 1.2;
}
.hero-title--referrers > small {
    color: rgba(0, 0, 0, 0.3);
    display: block;
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
.hero--collection .hero-logo, .hero--collection .collection-logo {
    max-width: 400px;
}
}
@media screen and (max-width: 500px) {
.hero-title {
    font-size: 32px;
    margin-bottom: 4px;
}
.hero-description {
    font-size: 16px;
}
.hero--profile, .editing .coverPicker.is-withoutImage + .u-foreground .hero--profile {
    margin-bottom: 40px;
    margin-top: 200px;
}
.coverPicker.is-withoutImage + .u-foreground .hero--profile {
    margin-top: 80px;
}
.hero--standalone {
    margin-bottom: 10px;
    padding: 0;
}
.hero--standalone .hero-title {
    font-size: 18px;
    height: 44px;
    line-height: 46px;
    margin: 0 -6px 20px;
    padding: 10px 0 10px 54px;
    text-align: left;
}
.hero--standalone:after {
    display: none;
}
.hero--standalone .textInput {
    width: 100%;
}
.hero--collection .hero-logo, .hero--collection .collection-logo {
    max-width: 250px;
}
.hero--referrers {
    padding: 90px 0 40px;
}
.hero-title--referrers {
    font-size: 24px;
}
.hero-title--referrers > small {
    font-size: 18px;
    margin-bottom: 10px;
}
.hero--collection {
    padding-left: 10px;
    padding-right: 10px;
}
.hero--compact.hero--standalone, .hero--compact .hero-title {
    float: none;
    margin-bottom: 0;
    margin-left: 8px;
}
}
.butterBar {
    margin-left: 36%;
    max-width: 640px;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    text-align: center;
    top: -100px;
    transition: top 700ms ease 0s, opacity 700ms ease 0s;
    width: 58%;
    z-index: 800;
}
.butterBar.is-active {
    opacity: 1;
    top: 0;
}
.butterBar .icon--Remove {
    margin-left: 20px;
}
.butterBar--center {
    left: 50%;
    margin-left: -320px;
}
.butterBar-message {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.97);
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.35);
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    padding: 12px 25px;
    pointer-events: auto;
}
.butterBar-actions {
    color: rgba(0, 0, 0, 0.44);
}
.butterBar--error .butterBar-message {
    background: none repeat scroll 0 0 #cc5454;
    color: #fff;
}
@media all and (max-width: 1000px) {
.template-flex-article .butterBar, .butterBar {
    left: 0;
    margin-left: 10%;
    max-width: none;
    width: 80%;
}
}
@media all and (max-width: 500px) {
.butterBar {
    margin-left: 5%;
    width: 90%;
}
}
@media all and (min-width: 1666px) {
.butterBar {
    margin-left: 685px;
}
.butterBar--center {
    margin-left: -320px;
}
}
.postMetaInline {
    color: rgba(0, 0, 0, 0.3);
    font-size: 14px;
}
.postMetaInline-avatar {
    display: table-cell;
    height: 40px;
    width: 40px;
}
.postMetaInline-feedSummary {
    display: table-cell;
    font-size: 14px;
    line-height: 1.4;
    padding-left: 10px;
    vertical-align: middle;
}
.postMetaInline--actions {
    margin-top: 15px;
}
.postMetaInline--warning {
    margin-left: 10px;
}
.postMetaInline--supplemental > .postMetaInline--bookmark .icon--readingList:before {
    font-size: 14px;
}
.postMetaInline .icon--heart {
    color: rgba(0, 0, 0, 0.15);
    margin-left: 0;
    margin-right: 6px;
}
.postMetaInline--date {
    white-space: nowrap;
}
.postMetaInline--recommendNote {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}
.postMetaInline--recommendNote .notesPostMeta.notesRecommendations > .icon--heart {
    margin-top: 0;
}
.postMetaInline .icon--arrowDownThin:before {
    color: rgba(0, 0, 0, 0.15);
    font-size: 18px;
}
.postMetaInline .button--chromeless {
    margin-left: 8px;
}
.postMetaInline--visibility .icon--unlisted:before {
    line-height: 14px;
    margin-right: 4px;
    top: 5px;
}
.postMeta-stream .postMetaInline.postMetaInline--readingTime {
    color: rgba(0, 0, 0, 0.3);
    display: inline-block;
    font-size: 14px;
    margin: 0 0 6px 10px;
}
.postMeta-previewHeader {
    margin-bottom: 10px;
    width: 100%;
}
.block-postMeta.postMeta-previewHeader .postMetaInline {
    color: rgba(0, 0, 0, 0.3);
}
.postMeta-previewFooter {
    width: 100%;
}
.postMeta-previewFooter .readingTime {
    color: rgba(0, 0, 0, 0.3);
    display: inline-block;
    font-size: 14px;
}
.postMeta-previewFooter .link {
    font-size: 14px;
}
@media screen and (max-width: 500px) {
.postMetaInline-feedSummary {
    font-size: 13px;
    max-width: 250px;
    overflow: hidden;
    padding-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.postMetaInline-avatar, .postMetaInline-avatar > .avatar, .postMetaInline-avatar .avatar-image {
    height: 32px;
    width: 32px;
}
.postMeta-stream .postMetaInline.postMetaInline--readingTime {
    margin-bottom: 2px;
}
.postMeta-previewFooter .postMetaInline.postMetaInline--readingTime {
    margin-bottom: 2px;
}
}
.postMetaBlock-label {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    color: rgba(0, 0, 0, 0.6);
    cursor: default;
    font-size: 14px;
    margin-bottom: 3px;
    margin-top: 35px;
    padding-top: 15px;
}
.postMetaBlock-label--borderless {
    border-top: 0 none;
    margin-top: 0;
}
.postMetaBlock-label .icon--info {
    color: rgba(0, 0, 0, 0.15);
}
.postMetaBlock-label .icon--info:before {
    font-size: 16px;
}
.postMetaBlock-description {
    color: rgba(0, 0, 0, 0.44);
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.4;
    margin-bottom: 10px;
}
.postMetaBlock-featured {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    display: table;
    margin-bottom: 3px;
    margin-top: 35px;
    padding-top: 15px;
    width: 100%;
}
.postMetaBlock-featured > .postMetaBlock-label {
    border-top: medium none;
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.postMetaBlock .textInput {
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.02em;
}
.postMetaBlock .textInput--displayAuthor, .postMetaBlock .textInput--cssEditor {
    margin-top: 10px;
}
.postMetaBlock .textInput--cssEditor {
    height: 150px;
}
#postMetaBlock-featuredInput {
    height: 28px;
    width: 28px;
}
#postMetaBlock-featuredInput .icon--check:before {
    top: 1px;
}
#postMetaBlock-featuredInput .icon:before {
    color: rgba(0, 0, 0, 0.05);
}
#postMetaBlock-featuredInput.is-active .icon:before {
    color: #fff;
}
.collectionItem {
    background-color: rgba(0, 0, 0, 0.8);
    background-position: center center;
    background-size: cover;
    bottom: 0;
    left: 0;
    padding: 30px 20px;
    position: absolute;
    right: 0;
    top: 0;
}
.browser-ie .collectionItem:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.44);
}
.collectionItem.u-alignBottom:before {
    margin: 0;
}
.collectionItem .u-alignBlock {
    position: relative;
    z-index: 200;
}
.collectionItem-title {
    color: #fff;
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
    max-height: 154px;
    overflow: hidden;
    padding-bottom: 6px;
    word-wrap: break-word;
}
.collectionItem-meta {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    line-height: 1.1;
    word-wrap: break-word;
}
.collectionItem .button--follow {
    margin-top: 10px;
}
.collectionItem[data-action="toggle-subscribe-collection"] {
    cursor: pointer;
}
.collectionAvatar {
    background-position: center center;
    background-size: cover;
    display: block;
    height: 65px;
    line-height: 0;
    margin: 0 auto;
    overflow: hidden;
    width: 65px;
}
.collectionAvatar--medium {
    height: 80px;
    width: 80px;
}
.collectionLogo-preview {
    height: 100px;
    position: relative;
    transform: scale(0.4) translate(-75%);
    width: 650px;
}
.collectionLogo .button--delete {
    display: none;
}
.collectionLogo-preview .metabar-center {
    height: 100%;
}
.collectionLogo-previewName, .collectionLogo-previewLogo {
    position: absolute;
    top: 2px;
    z-index: 500;
}
.collectionLogo-previewName {
    font-size: 18px;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    word-wrap: break-word;
}
.collectionLogo-previewLogo {
    display: none;
    height: 40px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.collectionLogo.is-logoVisible .collectionLogo-previewLogo, .collectionLogo.is-logoVisible .button--delete {
    display: inline-block;
}
.collectionLogo.is-logoVisible .collectionLogo-previewName, .collectionLogo.is-logoVisible .button--primary {
    display: none;
}
.sectionControls {
    height: 80px;
    padding: 8px 20px;
    position: absolute;
    width: 20px;
}
.sectionControls.is-overDarkContent .control .icon:before {
    color: rgba(255, 255, 255, 0.85);
}
.sectionControls-opener {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    color: rgba(0, 0, 0, 0.3);
    height: 14px;
    margin-left: 1px;
    text-align: center;
    transition: color 100ms ease 0s, border-color 100ms ease 0s;
    width: 21px;
}
.sectionControls:hover .sectionControls-opener {
    border-color: rgba(0, 0, 0, 0.3);
    color: rgba(0, 0, 0, 0.44);
}
.sectionControls.is-overDarkContent .sectionControls-opener {
    border-color: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.65);
}
.sectionControls.is-overDarkContent:hover .sectionControls-opener {
    border-color: rgba(255, 255, 255, 0.65);
    color: rgba(255, 255, 255, 0.85);
}
.sectionControls-opener > .icon:before {
    display: inline-block;
    font-size: 15px;
    line-height: 14px;
    position: relative;
    top: -7px;
    width: 21px;
}
.sectionControls .control {
    opacity: 1;
    transform: scale(0) translateY(-5px);
    transition: transform 100ms ease 0s, opacity 100ms ease 0s;
}
.sectionControls:hover .control {
    opacity: 1;
    transform: scale(1);
}
.control {
    margin-top: 6px;
    position: absolute;
}
.control .icon:before {
    color: rgba(0, 0, 0, 0.3);
}
.control .icon:hover:before {
    color: rgba(0, 0, 0, 0.44);
}
.control.is-overDarkContent .icon:before {
    color: rgba(255, 255, 255, 0.5);
}
.control.is-overDarkContent.is-showingColorControls .icon:before {
    color: #fff;
}
.control-item {
    display: inline-block;
    line-height: 0;
    margin-right: 2px;
}
.control-item .icon:before {
    font-size: 27px;
    margin: 0;
    vertical-align: middle;
}
.control-item > .button {
    height: 25px;
    width: 25px;
}
.control-item--revert, .control-item--removeBackgroundImage {
    display: none;
}
.is-showingRevertControls .control-item--revert {
    display: inline;
}
.is-showingRemoveBackgroundImage .control-item--removeBackgroundImage {
    display: inline;
}
section[data-background-color="seaweed"] {
    background: none repeat scroll 0 0 #47bcac;
}
section[data-background-color="midday"] {
    background: none repeat scroll 0 0 #2fa5c6;
}
section[data-background-color="midnight"] {
    background: none repeat scroll 0 0 #5065a0;
}
section[data-background-color="grimace"] {
    background: none repeat scroll 0 0 #8764ae;
}
section[data-background-color="magic"] {
    background: none repeat scroll 0 0 #a93f7f;
}
section[data-background-color="crush"] {
    background: none repeat scroll 0 0 #c7465e;
}
section[data-background-color="warm"] {
    background: none repeat scroll 0 0 #e57f4c;
}
section[data-background-color="gray"] {
    background: none repeat scroll 0 0 #1d1d1c;
}
section[data-background-color="lime"] {
    background: none repeat scroll 0 0 #98bc6b;
}
section[data-background-color="fresh"] {
    background: none repeat scroll 0 0 #69cb91;
}
section[data-background-color="brook"] {
    background: none repeat scroll 0 0 #86a89d;
}
section[data-background-color="lipstick"] {
    background: none repeat scroll 0 0 #a84a4e;
}
section[data-background-color="seaweedLight"] {
    background: none repeat scroll 0 0 #c6eae5;
}
section[data-background-color="middayLight"] {
    background: none repeat scroll 0 0 #b5e1ed;
}
section[data-background-color="midnightLight"] {
    background: none repeat scroll 0 0 #bfc7df;
}
section[data-background-color="grimaceLight"] {
    background: none repeat scroll 0 0 #dfd6ea;
}
section[data-background-color="magicLight"] {
    background: none repeat scroll 0 0 #e3b3d0;
}
section[data-background-color="crushLight"] {
    background: none repeat scroll 0 0 #efcbd2;
}
section[data-background-color="warmLight"] {
    background: none repeat scroll 0 0 #fbebe3;
}
section[data-background-color="grayLight"] {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
}
section[data-background-color="limeLight"] {
    background: none repeat scroll 0 0 #ebf2e2;
}
section[data-background-color="freshLight"] {
    background: none repeat scroll 0 0 #eaf8ef;
}
section[data-background-color="brookLight"] {
    background: none repeat scroll 0 0 #ebf1ef;
}
section[data-background-color="lipstickLight"] {
    background: none repeat scroll 0 0 #e2bdbf;
}
section.is-backgrounded {
    color: rgba(0, 0, 0, 0.8);
    padding-right: 280px;
}
section.is-darkBackgrounded {
    color: #fff;
}
.uploadFeedback .button--cancel {
    font-size: 24px;
    position: absolute;
    right: 13px;
    top: 30px;
    width: auto;
}
.is-withoutImage .button--resizeHeaderImage, .is-withoutImage .button--removeHeaderImage {
    display: none;
}
.ie9-dialog .spinnerOverlay {
    display: none;
}
.is-uploadingImage .ie9-dialog .spinnerOverlay {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 900;
}
.loadingBar {
    background: none repeat scroll 0 0 #60d778;
    display: none;
    height: 2px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    z-index: 800;
}
.is-loadingApp .loadingBar {
    animation: 1s ease-in-out 0.4s normal none infinite running shift-rightwards;
    display: block;
}
.overlay {
    background-color: rgba(255, 255, 255, 0.97);
    border: 0 none;
    bottom: 0;
    display: block;
    left: 0;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 900;
}
.overlay--dark {
    background-color: rgba(0, 0, 0, 0.8);
}
.overlay:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle;
}
.overlay-dialog {
    display: inline-block;
    max-width: 580px;
    outline: medium none;
    overflow: hidden;
    padding: 100px 80px;
    vertical-align: middle;
}
.overlay-dialog--animate {
    animation: 300ms cubic-bezier(0.8, 0.02, 0.45, 0.91) 0s normal forwards 1 running scale-fade;
    transform-origin: center bottom 0;
}
.overlay-dialog.overlay-dialog--form {
    overflow: visible;
}
.overlay-title {
    color: rgba(0, 0, 0, 0.8);
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 6px;
}
.overlay-content {
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.4;
    margin-bottom: 30px;
}
.overlay-actions > .button {
    margin-bottom: 10px;
}
.overlay-content > a {
    color: rgba(0, 0, 0, 0.6);
    text-decoration: underline;
}
.overlay-title + .overlay-actions {
    margin-top: 20px;
}
.overlay-label {
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-top: 20px;
}
.overlay-footer {
    color: #b3b3b1;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 50px;
}
.overlay--interstitial .overlay-content > p {
    line-height: 1.4;
    width: 450px;
}
.overlay-dialog--update, .overlay--storiesInterstitial .overlay-dialog {
    animation: 0s ease 0s normal none 1 running none;
}
.overlay-dialog--signin, .overlay-dialog--alert, .overlay-dialog--confirm {
    text-align: center;
}
.overlay-actions .button:nth-child(2) {
    margin-left: 10px;
}
.overlay-dialog--list .overlay-title {
    margin-bottom: 25px;
}
.overlay-dialog--signin .button {
    width: 195px;
}
.overlay-dialog--signin .buttonSet--vertical > .button:last-child {
    margin: 0 auto;
}
.overlay-formContainer {
    width: 590px;
}
.overlay--collabInterstitial .overlay-dialog {
    width: 590px;
}
.overlay--collabInterstitial .overlay-title {
    margin-bottom: 15px;
}
.overlay--collabInterstitial .overlay-animation {
    display: block;
    height: 168px;
    width: 100%;
}
.overlay--collabInterstitial .overlay-actions {
    text-align: center;
}
.overlay-dialog--postPublish {
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.02em;
    max-width: none;
    padding: 0;
    width: 80%;
}
.overlay-dialog--postPublish .overlay-content {
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    margin: 0 auto;
    max-width: 80%;
}
.overlay-dialog--postPublish .overlay-title {
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.02em;
}
.overlay-dialog--postPublish .overlay-postTitle {
    color: rgba(0, 0, 0, 0.8);
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 40px;
}
.overlay-dialog--postPublish .overlay-metadata {
    line-height: 40px;
    margin-bottom: 40px;
    margin-top: -10px;
}
.overlay-metadataItem + .overlay-metadataItem {
    margin-left: 30px;
}
.overlay-metadata .avatar {
    display: inline-block;
    padding-right: 8px;
    vertical-align: middle;
}
.overlay-metadata .avatar-image {
    margin-right: 8px;
}
.overlay-dialog--postPublish .overlay-actions {
    margin-top: 50px;
    text-align: center;
}
.overlay-dialog--postPublish .icon--invisible {
    font-size: 32px;
    line-height: 1;
}
.overlay-dialog--postPublish .overlay-description {
    margin-bottom: 14px;
}
.overlay-dialog--postPublish .overlay-description--visibility {
    margin-bottom: 28px;
}
.overlay-dialog--postPublish .textInput-postUrl {
    background-color: transparent;
    border: 0 none;
    font-size: 18px;
    margin: 0;
    text-align: center;
}
.overlay-alternateAction {
    color: rgba(0, 0, 0, 0.3);
    font-size: 14px;
    margin-top: 14px;
}
.overlay-keyboardList {
    margin: 35px 0 0;
}
.overlay-keyboardList:before, .overlay-keyboardList:after {
    content: " ";
    display: table;
}
.overlay-keyboardList:after {
    clear: both;
}
.overlay-keyboardDef {
    float: left;
    margin-bottom: 10px;
    text-align: left;
    width: 25%;
}
.overlay-keyboardTerm {
    float: left;
    margin-right: 10px;
}
.overlay-keyboardKey {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 4px;
    box-shadow: 0 3px 0 #000;
    color: #fff;
    font-family: courier;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    position: relative;
    top: -2px;
}
.overlay--import {
    font-size: 18px;
}
.overlay--import > .overlay-title {
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.overlay--import > .overlay-content {
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.02em;
    margin: 30px -100px;
}
.overlay-item {
    margin-left: 3.5%;
    margin-right: 3.5%;
    width: 26%;
}
.overlay-itemHeader {
    color: rgba(87, 173, 104, 0.9);
    font-size: 32px;
    margin-bottom: 10px;
}
.overlay-itemText {
    font-size: 18px;
    margin-bottom: 10px;
    min-height: 60px;
}
.overlay-itemImage {
    height: 166px;
}
.overlay-publishInner {
    margin: 30px 15px;
    text-align: left;
    width: 400px;
}
.overlay-publishInner .textInput {
    padding: 0 12px;
}
.overlay-publishInner .textInput--textarea {
    height: 100px;
    margin: 0;
    padding: 12px;
}
.error--postPublish {
    color: #cc5454;
    display: block;
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin-top: 4px;
}
.overlay-publishInner--lego {
    text-align: center;
}
.overlayRegistration {
    max-width: 400px;
}
.overlayRegistration-description {
    margin-bottom: 10px;
}
.overlayRegistration-haveAccount {
    font-size: 14px;
    margin-bottom: 20px;
}
.overlayRegistration .textInput {
    margin-bottom: 10px;
    width: 100%;
}
.overlayRegistration .button--createAccount {
    margin-top: 20px;
}
.overlayRegistration-terms, .overlayRegistration-followTwitter, .overlayRegistration-likeFacebook, .overlayRegistration-shadowMessage {
    font-size: 14px;
    margin: 10px 0 0;
    text-align: left;
}
.overlayRegistration-terms {
    margin-top: 25px;
}
.overlayRegistration-terms > a {
    text-decoration: underline;
}
.overlayRegistration-shadowMessage .shadowMessage-title {
    font-weight: bold;
}
.overlayRegistration-checkbox {
    margin-right: 4px;
    vertical-align: 1px;
}
.overlayRegistration--showOnShadow, .overlayRegistration--shadow .overlayRegistration--hideOnShadow {
    display: none;
}
.overlayRegistration--hideOnShadow, .overlayRegistration--shadow .overlayRegistration--showOnShadow {
    display: inline-block;
}
.overlay-signin--waiting {
    color: #b3b3b1;
    font-size: 14px;
    margin: 0 auto;
    max-width: 300px;
}
.overlay-signin--loading {
    color: #b3b3b1;
    font-size: 18px;
}
.signinPrivacyMessages {
    color: #b3b3b1;
    font-size: 14px;
    margin-top: 40px;
    max-width: 500px;
    text-align: justify;
}
.signinPrivacyMessages .link {
    text-decoration: underline;
}
.signinPrivacyMessages-dnt {
    margin-bottom: 20px;
}
.overlay-embed {
    border-color: #eee #ddd #bbb;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    max-width: 400px;
    overflow: hidden;
    position: relative;
}
.overlay-dialog--tweet {
    max-width: 740px;
}
.overlay-dialog--tweet .overlay-content {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 20px 40px 30px;
}
.tweetEditor-error {
    cursor: default;
    font-size: 14px;
    padding-bottom: 10px;
}
.tweetEditor-avatar {
    float: left;
    padding: 2px 0;
}
.tweetEditor-textContainer {
    display: block;
    margin-left: 100px;
}
.tweetEditor-imageContainer {
    margin-left: 90px;
}
.tweetEditor-imageStatus {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.3);
    margin-top: 1em;
    padding: 1em;
}
@media screen and (max-width: 1000px) {
.overlay-keyboardDef {
    float: none;
    width: auto;
}
}
@media screen and (max-width: 500px) {
.overlay-dialog {
    padding: 0;
    width: 80%;
}
.overlay-title {
    font-size: 24px;
    padding-top: 35px;
}
.overlay-content {
    font-size: 16px;
}
.overlay--collabInterstitial .overlay-animation {
    height: 84px;
}
.overlay--interstitial .overlay-content > p {
    width: 100%;
}
.overlay-formContainer {
    width: auto;
}
}
.metabar {
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.3);
    display: block;
    font-family: "Helvetica Neue","jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.02em;
/*    pointer-events: none;*/
    transition: background-color 200ms ease 0s, color 200ms ease 0s;
    width: 100%;
    z-index: 500;
}
.metabar .popover {
    color: rgba(0, 0, 0, 0.8);
}
.metabar--top {
   /* height: 65px;*/
    /*position: relative;*/
    position: fixed;
    
}
.metabar--opaque {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.97);
}
.metabar--white {
    background: none repeat scroll 0 0 #fff;
}
.metabar--bordered {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.metabar--bottom {
    bottom: 0;
    display: block;
    height: 50px;
    position: fixed;
}
.metabar--bottom.metabar--bordered {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.metabar--bottom .metabar-center {
    left: auto;
    position: relative;
    right: auto;
}
.metabar--peekaboo {
    animation: 175ms ease 0s normal none 1 running fade-up-in;
    display: none;
    opacity: 1;
}
.screenContent.is-notesListVisible .metabar--peekaboo, .metabar--peekaboo.is-hidden {
    animation: 175ms ease 0s normal none 1 running fade-down-out;
    opacity: 0;
    pointer-events: none;
}
.metabar--peekaboo:not(.is-showingDrawer) .metabar-drawer {
    visibility: hidden;
}
.metabar--postSecondaryBar {
    padding: 0 10px 0 16px;
}
.metabar--postSecondaryBar .voteWidget--text .icon--heart {
    display: none;
}
.metabar-shareActions {
    display: inline-block;
    vertical-align: top;
}
.metabar.metabar--social .metabar-text {
    margin-top: 2px;
}
.metabar.metabar--postSecondaryBar .metabar-text {
    margin-top: 3px;
}
.metabar--social .metabar-block .avatar-list--upvoters.fade {
    margin: 9px 0 0 9px;
}
.metabar-readNext {
    display: inline-block;
    line-height: 50px;
}
.metabar-readNext > .button {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    margin-left: 10px;
    margin-right: 5px;
    padding-left: 15px;
}
.metabar-readNext > .button[disabled], .metabar-readNext > .button[disabled]:hover {
    color: rgba(0, 0, 0, 0.3);
}
.metabar--resumeReading {
    font-size: 14px;
    height: 100px;
    padding: 8px;
    position: fixed;
    top: 0;
}
.metabar--resumeReading .icon--arrowUp {
    display: block;
    margin-bottom: 5px;
}
.metabar-resumeReadingDivider {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    display: block;
    margin: 10px auto;
    width: 30px;
}
.metabar-shareActions .button {
    margin: 0;
    vertical-align: top;
    width: 28px;
}
.metabar-shareActions .button > .icon:before, .metabar-shareActions .button:hover > .icon:before {
    color: rgba(0, 0, 0, 0.9);
}
.metabar-shareActions .button > .icon:before {
    font-size: 39px;
    line-height: 50px;
    margin-right: 0;
    top: 0;
    vertical-align: top;
}
.metabar-shareActions .button > .icon--shareThin:before {
    font-size: 30px;
    top: -2px;
}
.metabar-shareActions .button > .icon--readingListThin:before {
    font-size: 16px;
}
.metabar-shareActions .button > .icon--readingList:before, .metabar-shareActions .button.is-active > .icon--readingListThin:before {
    display: none;
}
.metabar-shareActions .button.is-active > .icon--readingList:before {
    animation: 300ms ease 0s normal none 1 running scale-fade;
    color: #57ad68;
    display: inline;
    font-size: 23px;
    top: 1px;
}
.metabar-shareActions .button > .icon--heartThin:before {
    font-size: 32px;
    margin-left: 0;
    top: -1px;
}
.metabar-shareActions .button > .icon--heart:before, .metabar-shareActions .button.is-active > .icon--heartThin:before {
    display: none;
}
.metabar-shareActions .button.is-active:hover > .icon--heart:before, .metabar-shareActions .button.is-active > .icon--heart:before {
    color: #57ad68;
    display: inline;
    font-size: 21px;
    top: -1px;
}
.metabar-shareActions .button.is-active > .icon--heart:before {
    animation: 300ms ease 0s normal none 1 running scale-fade;
}
.metabar-bar {
    display: none;
}
.metabar-block {
    pointer-events: auto;
}
.metabar-block:not(.metabar-center) {
    position: relative;
    z-index: 500;
}
.metabar .buttonSet, .metabar .metabar-text, .metabar-block > .button {
    display: inline-block;
    margin: 10px;
    vertical-align: top;
    white-space: nowrap;
}
.metabar .buttonSet, .metabar .metabar-text {
    line-height: 44px;
}
.metabar-block > .buttonSet + .buttonSet {
    margin-left: 0;
}
.metabar .metabar-text--collectionEditor {
    margin-left: 12px;
}
.metabar .metabar-text--startsWithDivider {
    margin-left: 0;
    margin-right: 0;
}
.metabar-text + .buttonSet {
    margin-left: 0;
}
.metabar-text {
    color: rgba(0, 0, 0, 0.3);
}
.metabar-link {
    font-weight: 700;
}
.metabar-center {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.metabar-divider {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    display: inline-block;
    height: 28px;
    margin: 16px 15px 0 6px;
    vertical-align: top;
}
.metabar-divider--first {
    margin-left: 0;
}
.buttonSet > .metabar-divider {
    margin-top: 8px;
}
.metabar--postSecondaryBar .metabar-divider:first-child {
    display: none;
}
.metabar-divider:last-child {
    margin-right: 0;
}
.metabar--light:not(.metabar--affixed):after {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background-repeat: repeat-x;
    bottom: -200%;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.metabar--light:not(.metabar--affixed) .metabar-text {
    color: rgba(255, 255, 255, 0.65);
}
.metabar--light:not(.metabar--affixed) .metabar-text a {
    color: #fff;
}
.metabar--light:not(.metabar--affixed) .metabar-text a:hover, .metabar--light:not(.metabar--affixed) .metabar-text a:active, .metabar--light:not(.metabar--affixed) .metabar-text a:focus {
    text-decoration: underline;
}
.metabar--light:not(.metabar--affixed) .metabar-divider {
    border-right-color: rgba(255, 255, 255, 0.35);
}
.metabar--affixed {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.97);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    position: fixed;
    transform: translateY(-65px);
}
.metabar--docked {
    transform: translateY(0px);
}
.metabar.is-withCollectionLogo .metabar-block:not(.metabar-center) {
    background-color: rgba(255, 255, 255, 0.85);
}
.metabar-block > .postMetaInline {
    display: inline-block;
    line-height: 32px;
    margin-top: 16px;
    vertical-align: top;
    white-space: nowrap;
}
.metabar--postSecondaryBar > .metabar-block > .postMetaInline {
    margin-top: 8px;
}
.metabar--postSecondaryBar > .metabar-block > .postMetaInline--authorDateline > .link--secondary {
    color: #57ad68;
}
.metabar-block > .postMetaInline--avatar {
    margin-right: 10px;
}
.metabar-block > .postMetaInline .avatar-image--icon {
    margin-right: 0;
}
.metabar-block .postMetaInline-draftText:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15);
    content: "";
    display: inline-block;
    height: 18px;
    margin: 0 10px;
    vertical-align: middle;
    width: 1px;
}
.is-postEditMode .metabar--light:not(.metabar--affixed) .metabar-message:before, .metabar--light:not(.metabar--affixed) .metabar-block > .postMetaInline-draftText:after {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.35);
}
.metabar--light:not(.metabar--affixed) .postMetaInline, .metabar--light:not(.metabar--affixed) .postMetaInline > a {
    color: rgba(255, 255, 255, 0.97);
}
.metabar-block .button--inline {
    font-size: 14px;
}
.metabar-logoWrapper {
    display: inline-block;
    padding-right: 10px;
}
.metabar-logo {
    margin: 14px 0;
}
img.metabar-logo {
    max-height: 36px;
}
h3.metabar-logo {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 10px 0;
    padding: 5px 10px 5px 0;
}
.metabar-logo .metabar-collectionNamePretext {
    color: rgba(0, 0, 0, 0.3);
    display: block;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-bottom: 1px;
    text-transform: uppercase;
}
.metabar-status {
    left: 0;
    position: absolute;
    top: 0;
}
@media screen and (max-width: 1000px) {
.metabar-status {
    position: absolute;
}
}
@media screen and (max-width: 800px) {
.metabar--submission .metabar-center .metabar-text {
    margin-bottom: -20px;
}
.metabar--submission .metabar-center .buttonSet {
    margin-right: 0;
}
}
.metabar-block .voteWidget {
    display: inline-block;
}
.voteWidget--text {
    line-height: 50px;
    margin-right: 12px;
}
.voteWidget--text .link, .voteWidget--text .button {
    color: #57ad68;
}
.voteWidget--text .link:focus, .voteWidget--text .button:focus, .voteWidget--text .link:hover, .voteWidget--text .button:hover {
    text-decoration: underline;
}
.metabar-block .avatar-list--upvoters:after {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    content: "";
    display: block;
    float: left;
    height: 28px;
    margin: 3px 8px 0 18px;
}
.metabar--light:not(.metabar--affixed) .avatar-list--upvoters:after {
    border-right-color: rgba(255, 255, 255, 0.35);
}
.metabar-block .avatar-list--upvoters.fade {
    margin-top: 16px;
}
.metabar-message {
    color: rgba(0, 0, 0, 0.3);
    display: none;
    font-size: 14px;
    position: relative;
}
.metabar--light:not(.metabar--affixed) .metabar-message, .metabar--light:not(.metabar--affixed) .link {
    color: rgba(255, 255, 255, 0.97);
}
.metabar-message.is-active {
    display: inline-block;
}
.metabar-message.metabar-message:not(:empty):before {
    content: "Â·";
    padding: 0 5px;
}
.metabar-message:first-child:before {
    display: none;
}
.metabar .textInput--displayAuthor {
    margin: 5px 0;
    text-align: center;
}
.metabar--postSecondaryBar .button--addToCollection {
    display: none;
}
@media screen and (max-width: 1000px) {
.postCollectionManagement .button--truncated .button-text {
    max-width: 125px;
}
}
@media screen and (max-width: 800px) {
.postCollectionManagement .button--truncated .button-text {
    max-width: 50px;
}
}
@media screen and (min-width: 681px) {
.metabar--postSecondaryBar {
    animation: 175ms ease 0s normal none 1 running fade-up-in;
    opacity: 1;
}
.screenContent.is-notesListVisible .metabar--postSecondaryBar, .metabar--postSecondaryBar.is-hidden {
    animation: 175ms ease 0s normal none 1 running fade-down-out;
    opacity: 0;
    pointer-events: none;
}
}
@media screen and (max-width: 680px) {
.metabar-block > .postMetaInline--authorDateline {
    line-height: normal;
}
.metabar--postSecondaryBar > .metabar-block > .postMetaInline--authorDateline > .link--secondary {
    color: rgba(0, 0, 0, 0.3);
}
.metabar .avatar-span.avatar-span--iconWithText {
    margin-top: -9px;
    max-width: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.metabar {
    box-shadow: none;
    position: absolute;
}
.metabar--resumeReading {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    position: fixed;
}
.metabar--bottom {
    position: fixed;
}
.metabar-shareActions {
    display: block;
}
.metabar--postArticle .metabar-center {
    display: none;
}
.metabar-block .voteWidget {
    display: block;
    float: none;
    height: 50px;
    margin-right: 20px;
}
.metabar-block .avatar-list--upvoters:after {
    display: none;
}
.metabar-text + .buttonSet {
    margin-right: 12px;
}
.metabar--postArticle .metabar-bar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
    display: block;
    height: 1px;
    left: 18px;
    position: absolute;
    right: 18px;
    top: 55px;
}
.metabar--light:not(.metabar--affixed) .metabar-bar {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
}
.metabar--peekaboo {
    display: block;
}
.metabar--social .button--social {
    background: none repeat scroll 0 0 #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    position: relative;
    width: 33.33%;
    z-index: 100;
}
.metabar--social .notesVoteContainer {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: -91px;
}
.metabar--social .notesVoteContainer .notesVote-mobileTapButton:hover, .metabar--social .notesVoteContainer .notesVote-mobileTapButton {
    border-top: 0 none;
    color: rgba(0, 0, 0, 0.44);
    padding: 18px;
    text-align: left;
    width: 100%;
}
.metabar--social .noteVote-mobileExitButton {
    border-top: 0 none;
    bottom: 0;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
}
.metabar--social .noteVote-mobileExitButton > .icon:before {
    font-size: 50px;
    line-height: 64px;
}
.metabar-drawer {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.97);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    left: 0;
    padding: 20px 40px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    transition: transform 200ms ease 0s;
}
.metabar.is-showingDrawer {
    z-index: 900;
}
.metabar.is-showingDrawer .metabar-drawer {
    transform: translateY(-100%);
}
.metabar.is-showingDrawerWarning .metabar-drawerWarning {
    display: block;
}
.metabar .metabar-drawerWarning, .metabar.is-showingDrawerWarning .metabar-drawerContent {
    display: none;
}
.metabar-drawer .list {
    margin-bottom: 0;
}
.metabar-drawerTitle {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    color: rgba(0, 0, 0, 0.9);
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.metabar-drawer .button {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
    border-top: 0 none;
    color: rgba(0, 0, 0, 0.44);
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    padding: 10px 0;
    text-align: left;
    width: 100%;
}
.metabar-drawer .button > .icon:before {
    display: inline-block;
    font-size: 25px;
    line-height: 25px;
    margin-right: 10px;
    text-align: center;
    width: 23px;
}
.metabar-drawer .button:hover > .icon--twitter:before, .metabar-drawer .button > .icon--twitter:before {
    color: #55acee;
}
.metabar-drawer .button:hover > .icon--facebook:before, .metabar-drawer .button > .icon--facebook:before {
    color: #3b5998;
}
.metabar--postSecondaryBar {
    border-top: 0 none;
    bottom: auto;
    box-shadow: none;
    position: absolute;
    top: 55px;
}
.metabar--postSecondaryBar.metabar--bordered {
    border-bottom: 0 none;
}
.metabar--postSecondaryBar .metabar-shareActions {
    display: none;
}
.metabar--postSecondaryBar .voteWidget--text {
    display: table-cell;
    height: 52px;
    line-height: 15px;
    margin-right: 16px;
    overflow: hidden;
    padding-right: 33px;
    padding-top: 0;
    position: relative;
    text-align: right;
    text-overflow: ellipsis;
    top: -2px;
    vertical-align: middle;
    width: 110px;
}
.metabar--postSecondaryBar .voteWidget--text .link {
    white-space: nowrap;
}
.metabar--postSecondaryBar .voteWidget--text, .metabar--postSecondaryBar .voteWidget--text .link {
    color: rgba(0, 0, 0, 0.3);
    font-size: 14px;
}
.metabar--postSecondaryBar .voteWidget--text .icon--heart {
    display: block;
    margin-top: -7px;
    position: absolute;
    right: 10px;
    top: 50%;
}
.metabar--postSecondaryBar .voteWidget--text .icon--heart:before {
    font-size: 17px;
}
.metabar--postSecondaryBar .avatar-span--iconWithText {
    color: rgba(0, 0, 0, 0.3);
}
.metabar-readNext {
    display: none;
}
.metabar-readNext--bottom {
    background: none repeat scroll 0 0 #fff;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    display: block;
    float: right;
    width: 110px;
}
.metabar-readNext--bottom > .button {
    border: 0 none;
    color: #57ad68;
    font-size: 12px;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.metabar-readNext--bottom + .metabar-shareActions {
    margin-right: 110px;
}
.metabar--bottom:not(.metabar--postSecondaryBar):not(.is-showingDrawer) {
    z-index: 600;
}
.metabar .button--addToCollection {
    display: none;
}
.metabar--postSecondaryBar .button--addToCollection {
    display: inline-block;
}
.button--addToCollection + .voteWidget {
    display: none;
}
}
@media screen and (max-width: 500px) {
.metabar--top {
    height: 55px;
}
.metabar--resumeReading {
    height: 100px;
}
.metabar.v-collectionManagement .metabar-text--wide {
    margin: 66px 0 0 18px;
}
.metabar.v-collectionManagement .button--inline {
    font-size: 12px;
}
.postMetaInline-date {
    display: none;
}
.metabar--postArticle:not(.metabar--bottom) .metabar-block.u-alignLeft {
    padding-left: 0;
}
.metabar:not(.metabar--postSecondaryBar) .metabar-block.metabar-right > .postMetaInline {
    margin-top: 66px;
}
.metabar .metabar-text {
    font-size: 12px;
    line-height: 44px;
}
.metabar-block.u-alignRight {
    position: absolute;
    right: 0;
    text-align: right;
}
.metabar-block .avatar-image {
    height: 28px;
    width: 28px;
}
.metabar .metabar-actions {
    display: none;
}
.metabar .buttonSet, .metabar .metabar-text {
    line-height: 40px;
}
.metabar-text + .buttonSet {
    margin-left: 0;
}
.metabar-text--collectionEditor:before {
    content: attr(data-shorthand);
}
.metabar-text--collectionEditor .metabar-textLabel, .metabar--submission .metabar-text {
    display: none;
}
.metabar--submission .metabar-center {
    right: 0;
    text-align: right;
}
.metabar-block .voteWidget {
    margin-right: 16px;
}
.metabar--postSecondaryBar.metabar--bordered {
    border-bottom: 0 none;
}
.metabar--postSecondaryBar .voteWidget--text {
    padding-right: 43px;
    top: -2px;
}
.metabar--postSecondaryBar .voteWidget--text .icon--heart {
    right: 20px;
}
.metabar--postSecondaryBar .voteWidget--text, .metabar--postSecondaryBar .voteWidget--text .link {
    font-size: 12px;
}
}
@media print {
.metabar {
    display: none;
}
}
.listChoice {
    position: relative;
    width: 350px;
}
.listChoice--open {
    overflow: hidden !important;
}
.listChoice--short {
    max-height: 375px;
}
.listChoice-items {
    overflow: auto;
    text-align: left;
}
.listChoice-item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.listChoice-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.listChoice-item:last-child {
    border-bottom: 0 none;
}
.listChoice-item:last-child > .button--link {
    border-radius: 0 0 4px 4px;
}
.listChoice-item > .button--link {
    color: rgba(0, 0, 0, 0.9);
    padding: 10px;
    width: 100%;
}
.listChoice-item > .button--link:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
}
.listChoice-image {
    background: none repeat scroll 0 0 / cover #fff;
    border: 0 none;
    border-radius: 3px;
    display: inline-block;
    float: left;
    height: 50px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 50px;
}
.listChoice-text {
    height: 50px;
    position: relative;
}
.listChoice-text.listChoice-text--withImage {
    margin-left: 60px;
}
.listChoice-text > .u-alignBlock {
    width: 95%;
}
.listChoice-text.listChoice-text--withIcon > .u-alignBlock {
    width: 90%;
}
.listChoice-itemTitle > small {
    display: block;
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.02em;
}
.listChoice-item--withStatus {
    display: block;
}
.listChoice-item--withoutImage > .button--link {
    padding: 15px;
}
.listChoice-item--withoutImage .listChoice-text {
    height: auto;
}
.listChoice-empty {
    color: rgba(0, 0, 0, 0.44);
    font-size: 14px;
    padding: 15px 0;
    text-align: center;
}
.listChoice-textColumn {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
}
.listChoice-textColumn--left {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.listChoice-textColumn--right {
    color: rgba(0, 0, 0, 0.44);
    float: right;
}
.listChoice-detail {
    color: rgba(0, 0, 0, 0.44);
    font-size: 14px;
}
.listChoice-item--postHistory:first-child {
    border-top: 0 none;
}
.listChoice-item--postHistory {
    border-bottom: 0 none;
}
.listChoice-item--postHistory > .button--link {
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.02em;
    padding: 5px 0;
    transition: none 0s ease 0s ;
}
.listChoice-item--postHistory .listChoice-textColumn {
    vertical-align: bottom;
}
.listChoice-item--postHistory > .button--link:hover {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
    color: rgba(0, 0, 0, 0.3);
}
@media all and (max-width: 500px) {
.listChoice {
    max-width: 320px;
}
}
.popover {
    font-size: 12px;
    opacity: 0;
    overflow: hidden;
    padding: 15px;
    pointer-events: auto;
    position: absolute;
    text-align: center;
    visibility: visible;
    z-index: 900;
}
.popover.is-withTransition {
    transition: opacity 100ms ease 0s;
}
.popover.is-active {
    opacity: 1;
	margin-left:-355px;
	margin-top:87px;
}
.is-resizing .popover {
    opacity: 0;

}
.popover-inner {
    background: none repeat scroll 0 0 #fff;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.35);
    max-width: 275px;
   /* padding: 14px;*/
    position: relative;
}
.popover-inner .textInput {
    width: 250px;
}
.browser-safari .popover-inner {
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.05), 0 0 1px 1px rgba(0, 0, 0, 0.15);
}
@media not all {
.browser-safari .popover-inner {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.35);
}
}
.popover--dark > .popover-inner {
    background-color: rgba(0, 0, 0, 0.8);
    background-repeat: repeat-x;
    border: medium none;
    box-shadow: none;
    color: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
}
.popover--dark > .popover-arrow:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    border: medium none;
}
.popover--dark .popover-description {
    color: #fff;
}
.popover--menu > .popover-inner {
   /* overflow: auto;
    padding: 8px 2px; */
}
.popover--translations > .popover-inner {
    min-width: 200px;
}
.popover--followButton {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
}
.popover--notesVote > .popover-inner {
    text-align: left;
    width: 270px;
}
.popover--tapArea > .popover-inner {
    text-align: left;
    width: 200px;
}
.text-area2 {
    border: 1px solid rgba(173, 169, 169, 0.37);
    border-radius: 7px;
    padding-top: -52px;
    height: 212px;
    width: 639px;
    margin-left: 58px;
    margin-top: 13px;
	}
.popover--notifications > .popover-inner {
    max-width: none;
    padding: 0;
    width: 360px;
}
.popover-arrow {
    position: absolute;
}
.popover--top .popover-arrow, .popover--bottom .popover-arrow {
    left: 50%;
    margin-left: -7px;
}
.popover--left .popover-arrow, .popover--right .popover-arrow {
    margin-top: -7px;
    top: 50%;
}
.popover--top .popover-arrow {
    bottom: 1px;
    clip: rect(0px, 18px, 18px, -4px);
}
.popover--right .popover-arrow {
    clip: rect(-4px, 14px, 18px, 0px);
    left: 1px;
}
.popover--bottom .popover-arrow {
    clip: rect(0px, 18px, 14px, -4px);
    top: 1px;
}
.popover--left .popover-arrow {
    clip: rect(-4px, 14px, 18px, 0px);
    right: 1px;
}
.popover-arrow:after {
    background: none repeat scroll 0 0 #f2f2f2;
    content: "";
    display: block;
    height: 14px;
    width: 14px;
}
.popover--top .popover-arrow:after {
    box-shadow: 1px 1px 1px -1px rgba(0, 0, 0, 0.8);
    transform: rotate(45deg) translate(-5px, -5px);
}
.popover--right .popover-arrow:after {
    box-shadow: -1px 1px 1px -1px rgba(0, 0, 0, 0.8);
    transform: rotate(45deg) translate(6px, -6px);
}
.popover--bottom .popover-arrow:after {
    box-shadow: -1px -1px 1px -1px rgba(0, 0, 0, 0.44);
    transform: rotate(45deg) translate(6px, 6px);
}
.popover--left .popover-arrow:after {
    box-shadow: 1px -1px 1px -1px rgba(0, 0, 0, 0.8);
    transform: rotate(45deg) translate(-6px, 6px);
}
.popover-title {
    margin-left: 18px;
    margin-top: 10px;
}
.popover-description {
    color: rgba(0, 0, 0, 0.44);
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.3;
}
.popover-prompt {
    font-size: 16px;
    margin: 10px 0 15px;
    padding: 0 5px;
    width: 160px;
}
.popover-prompt + .button--primary {
    margin-bottom: 10px;
}
.popover-description + .button {
    margin-top: 10px;
}
.popover-dock {
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    bottom: 0;
    left: 0;
    padding: 10px 0 10px 10px;
    position: absolute;
    right: 0;
}
.popover--collectionPanel > .popover-inner {
    text-align: left;
    width: 260px;
}
.popover--collectionPanel .popover-title {
    margin-bottom: 10px;
    white-space: nowrap;
}
.popover--collectionPanel .list, .popover--collectionPanel .button {
    margin-left: 20px;
}
.popover--collectionPanel .button {
    margin-top: 10px;
}
.popover--collectionPanel .popover-description {
    margin: 10px 10px 10px 20px;
}
.popover--collectionPanel .list--withImage + .popover-title:before {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    content: "";
    display: block;
    margin: 20px 0;
    width: auto;
}
.popover--collectionPanel .inputGroup {
    margin: 0;
    max-height: 80vh;
    min-width: 230px;
    overflow: auto;
    padding-bottom: 50px;
    padding-left: 20px;
}
.popover--collectionPanel .label--radio:first-child {
    margin: 15px 0 10px;
}
.popover--collectionPanel .label--radio:last-child {
    margin-bottom: 20px;
}
.popover--collectionPanel .radioDescription {
    width: 200px;
}
.popover--collectionPanel .popover-description, .popover--collectionPanel .button--submitToCollection, .popover--collectionPanel .button--addToCollection, .popover--collectionPanel .button--addDraftToCollection, .popover--collectionPanel.is-collectionSelected .button--addToCollection, .popover--collectionPanel.is-collectionSelected.is-addToCollection .button--addDraftToCollection, .popover--collectionPanel.is-collectionSelected.is-addToCollection .button--submitToCollection, .popover--collectionPanel.is-collectionSelected.is-addDraftToCollection .button--addToCollection, .popover--collectionPanel.is-collectionSelected.is-addDraftToCollection .button--submitToCollection {
    display: none;
}
.popover--collectionPanel.is-collectionSelected .popover-description, .popover--collectionPanel.is-collectionSelected .button--submitToCollection, .popover--collectionPanel.is-collectionSelected.is-addToCollection .button--addToCollection, .popover--collectionPanel.is-collectionSelected.is-addDraftToCollection .button--addDraftToCollection {
    display: block;
}
.popover--share .popover-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.8);
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0 15px 5px;
    padding: 5px 0 10px;
}
.popover--share .popover-title--borderless {
    border-bottom: 0 none;
}
.popover--share .icon {
    margin-right: 10px;
}
.popover--share .icon--facebook {
    margin-right: 12px;
}
.popover--help > .popover-inner {
    line-height: 2;
    padding: 5px;
}
.popover--text > .popover-inner {
    max-width: 300px;
    padding: 15px;
}
.popover--withTextInput .popover-inner {
    overflow: hidden;
}
.popover--withTextInput .textInput {
    margin: 10px 0;
    text-align: center;
}
.popover--listChoice > .popover-inner {
    max-width: 350px;
    overflow-y: auto;
    padding: 0;
}
.popover--tooltip > .popover-inner {
    padding: 8px;
}
.popover--tooltip {
    pointer-events: none;
}
.popover--linkTooltip {
    pointer-events: auto;
    word-wrap: break-word;
    z-index: 300;
}
.popover--citeTooltip {
    text-align: left;
}
.popover-cite {
    display: block;
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.popover--onboarding .popover-inner {
    padding: 14px 20px;
}
.popover--onboarding .onboardingText {
    color: rgba(0, 0, 0, 0.6);
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    width: 180px;
}
.label--bold {
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.popover--listingEditor .popover-inner {
    max-width: 320px;
}
.popover--listingEditor .inputGroup-description {
    color: #666665;
    font-size: 12px;
    margin-bottom: 15px;
    margin-left: 28px;
    position: relative;
}
.inputGroup-description + .inputGroup-description {
    margin-top: -10px;
}
.popover--listingEditor .inputGroup-description--warning {
    color: #000;
}
.popover--listingEditor .inputGroup-description--last {
    margin-bottom: 0;
}
.popover--listingEditor .button--small {
    margin-top: 10px;
}
.popover--listingEditor .button--setVisibilityPublic, .popover--listingEditor .button--setVisibilityUnlisted, .popover--listingEditor .button--setFeatured, .popover--listingEditor .button--setNotFeatured {
    display: none;
}
.popover--listingEditor.is-visibilityPublicSelected .button--setVisibilityPublic, .popover--listingEditor.is-visibilityUnlistedSelected .button--setVisibilityUnlisted, .popover--listingEditor.is-featuredSelected .button--setFeatured, .popover--listingEditor.is-notFeaturedSelected .button--setNotFeatured {
    display: inline-block;
}
.popover--listingEditor .icon--unlisted:before {
    margin-right: 2px;
    position: relative;
    top: 5px;
}
.chartHelper {
    color: rgba(0, 0, 0, 0.3);
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    margin: 9px 0 0;
    padding: 0;
    text-align: left;
}
.chartHelper-back {
    font-style: normal;
}
.chartPage {
    margin-top: 10px;
    text-align: center;
}
.chartPage-verticalDivider {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    display: inline-block;
    height: 25px;
    margin: 2px 10px 0;
    vertical-align: top;
}
.chartPage .button--showNext .icon:before {
    margin-left: 8px;
    margin-right: 0;
}
.chartTabs {
    margin: 30px 30px 0;
}
.chartTabs:before, .chartTabs:after {
    content: " ";
    display: table;
}
.chartTabs:after {
    clear: both;
}
.chartTabs li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    display: block;
    float: left;
    width: 33%;
}
.chartTabs li:last-child {
    width: 34%;
}
.chartTabs button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: -moz-use-text-color rgba(0, 0, 0, 0) -moz-use-text-color rgba(0, 0, 0, 0.15);
    border-image: none;
    border-style: none solid;
    border-width: 0 1px;
    color: rgba(0, 0, 0, 0.15);
    display: block;
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.02em;
    padding: 0 15px 10px;
    text-align: left;
    transition: color 200ms ease 0s;
    width: 100%;
}
.chartTabs li:first-child button {
    padding-left: 0;
}
.chartTabs button:hover {
    color: rgba(0, 0, 0, 0.3);
}
.chartTabs .is-active, .chartTabs .is-active:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.chartTabs .is-active button {
    color: rgba(0, 0, 0, 0.8);
}
.chartTabs li:first-child button {
    border-left: medium none rgba(0, 0, 0, 0);
}
.chartTabs .date-range {
    font-weight: 400;
}
.bargraph {
    height: 245px;
    margin: 35px 30px 0;
}
.bargraph-bar {
    fill: rgba(87, 173, 104, 0.8);
    transition: opacity 200ms ease-in-out 0s;
}
line.bargraph-gridLine {
    stroke: rgba(0, 0, 0, 0.3);
    stroke-dasharray: 1, 3;
}
line.bargraph-gridLine:first-child {
    stroke: rgba(0, 0, 0, 0.3);
    stroke-dasharray: none;
}
.bargraph-yAxis path, .bargraph .tick {
    display: none;
}
.bargraph-xAxis path {
    display: none;
}
.bargraph-xAxis .bargraph-yAxis, text {
    fill: rgba(0, 0, 0, 0.3);
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.02em;
}
.bargraph svg:hover .bargraph-bar {
    opacity: 0.5;
}
.bargraph svg:hover .bargraph-bar:hover {
    cursor: pointer;
    opacity: 1;
}
@media screen and (max-width: 1000px) {
.bargraph {
    height: 80px;
    margin: 20px 5px 0;
    overflow: hidden;
}
.bargraph svg:hover .bargraph-bar {
    opacity: 1;
}
.bargraph-yAxis g {
    display: none;
}
.bargraph-yAxis g:nth-last-child(2) {
    display: block;
}
.bargraph-xAxis .bargraph-yAxis, text {
    font-size: 11px;
}
.chartTabs {
    border-top: 1px solid #fff;
    margin: 10px 0 0;
}
.chartTabs li:first-child button, .chartTabs button {
    font-size: 14px;
    padding: 5px 10px;
}
.chartWrapper {
    padding: 10px 0 0;
}
.stats-title--chart .chartHelper {
    display: none;
}
}
@media all and (max-width: 680px) {
.chartTabs .date-range {
    display: none;
}
}
.sortableTable-wrapper table, .sortableTable-wrapper td, .sortableTable-wrapper th {
    border: medium none;
    text-align: left;
}
.sortableTable-wrapper {
    margin: 10px 0;
}
.sortableTable-row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    position: relative;
}
.sortableTable-row:last-child {
    border-bottom: medium none;
}
.sortableTable-wrapper td {
    line-height: 1;
    padding: 10px 45px 10px 10px;
}
.sortableTable th:last-child, .sortableTable td:last-child {
    padding-right: 80px;
}
.sortableTable th:first-child, .sortableTable td:first-child {
    padding-left: 80px;
    padding-right: 10px;
}
.sortableTable tr:hover td {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    cursor: pointer;
}
.sortableTable .is-active:hover td, .sortableTable .is-active td {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
}
.sortableTable-header {
    color: rgba(0, 0, 0, 0.8);
    font-size: 24px;
    line-height: 1;
    margin: 6px 0 2px;
}
.sortableTable-link, .sortableTable-text {
    color: rgba(0, 0, 0, 0.3);
    font-size: 14px;
}
.sortableTable-text em {
    font-style: normal;
}
.sortableTable-text .icon--invisible:before {
    position: relative;
    top: 1px;
}
.sortableTable-text--visibility {
    color: rgba(0, 0, 0, 0.8);
}
.sortableTable-text--visibility .icon--unlisted:before {
    line-height: 14px;
    top: 5px;
}
.sortableTable-value {
    color: rgba(0, 0, 0, 0.8);
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.sortableTable-rowImg .sortableTable-value {
    display: none;
}
.sortableTable-link:hover {
    text-decoration: underline;
}
tbody.is-muted tr {
    opacity: 0.4;
}
tbody.is-muted .is-active {
    opacity: 1;
}
.sortableTable-wrapper button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: rgba(0, 0, 0, 0.3);
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: -2px;
    padding: 15px 0;
}
.sortableTable {
    position: relative;
    width: 100%;
}
.sortableTable-rowImg {
    width: 60px;
}
.sortableTable-img {
    background-color: rgba(0, 0, 0, 0.15);
    height: 60px;
    line-height: 46px;
    width: 60px;
}
.sortableTable-img:before {
    color: rgba(0, 0, 0, 0.3);
    content: "T";
    display: block;
    font-family: "freight-text-pro",Georgia,Cambria,"Times New Roman",Times,serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.01rem;
    position: relative;
    text-align: center;
    top: 5px;
}
.sortableTable-img.sortableTable-img--cover {
    background-size: cover;
}
.sortableTable-img.sortableTable-img--cover:before {
    content: "";
}
.sortableTable--hide {
    display: none;
}
.goog-tablesorter-sorted-reverse button, .goog-tablesorter-sorted-reverse button:focus, .goog-tablesorter-sorted button, .goog-tablesorter-sorted button:focus {
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
    color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1000px) {
.sortableTable-wrapper {
    margin-top: 0;
}
thead .sortableTable--hide {
    display: block;
}
.sortableTable-text {
    word-wrap: break-word;
}
.sortableTable tr:hover td {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: default;
}
.sortableTable-wrapper thead tr {
    border-bottom: medium none;
    border-radius: 4px;
    display: block;
    margin: 0 15px;
}
.sortableTable-wrapper thead {
    display: block;
}
.sortableTable-wrapper tbody {
    display: block;
    padding-bottom: 15px;
}
.sortableTable-wrapper th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: none;
    padding: 0;
}
.sortableTable th:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding-left: 0;
}
.sortableTable-wrapper button {
    border-bottom: 0 none;
    color: rgba(0, 0, 0, 0.9);
    padding: 15px;
    text-align: left;
    width: 100%;
}
.sortableTable-wrapper .sortableTable-rowImg {
    border-bottom: medium none;
    display: none;
}
.sortableTable-wrapper td {
    cursor: default;
    display: block;
    float: left;
    line-height: 1.3;
    padding: 0;
    width: 25%;
}
.sortableTable-wrapper .sortableTable-value {
    padding-left: 6px;
}
.sortableTable-wrapper td:nth-child(5) {
    text-align: center;
}
.sortableTable-wrapper td:last-child {
    padding-right: 0;
    text-align: right;
    width: 24%;
}
.sortableTable-wrapper .sortableTable-row-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    float: none;
    line-height: 1;
    padding: 5px 5px 10px;
    width: auto;
}
.sortableTable-header {
    margin-top: 0;
}
.sortableTable-wrapper tbody tr {
    display: block;
    padding: 24px 15px;
}
.sortableTable-wrapper tbody tr:before, .sortableTable-wrapper tbody tr:after {
    content: " ";
    display: table;
}
.sortableTable-wrapper tbody tr:after {
    clear: both;
}
.sortableTable-wrapper .goog-tablesorter-sorted, .sortableTable-wrapper .goog-tablesorter-sorted-reverse {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: -60px;
}
.sortableTable-wrapper .goog-tablesorter-sorted:after, .sortableTable-wrapper .goog-tablesorter-sorted-reverse:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #b3b3b1;
    content: " ";
    height: 0;
    position: absolute;
    right: 12px;
    top: 19px;
    width: 0;
}
.sortableTable-value:after, .goog-tablesorter-sorted button:before, .goog-tablesorter-sorted-reverse button:before {
    content: attr(data-label);
}
.sortableTable-value {
    font-size: 11px;
}
.sortableTable-wrapper tbody .sortableTable--hide {
    display: none;
}
}
.table {
    margin-bottom: 50px;
    width: 100%;
}
.table-thead {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    color: rgba(0, 0, 0, 0.3);
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: left;
    text-transform: uppercase;
}
.table-th {
    padding: 5px 0;
}
.table-row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.table-cell {
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 1.2;
    padding: 16px 20px 16px 0;
}
.table-cell--label {
    font-size: 18px;
    width: 75%;
    word-break: break-all;
}
.table-cell--value {
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.02em;
    padding: 16px 0;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
}
@media all and (max-width: 500px) {
.table-thead {
    font-size: 11px;
}
}
.navTabs {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 10px;
}
.navTabs.is-hidden {
    display: none;
}
.navTabs-list {
    list-style: outside none none;
    margin-top: -1px;
}
.navTabs-item {
    display: inline-block;
    margin-right: 20px;
}
.navTabs-item:last-child {
    margin-right: 0;
}
.navTabs-anchor {
    color: rgba(0, 0, 0, 0.3);
    display: inline-block;
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.2em;
    padding: 20px 0;
    text-transform: uppercase;
    white-space: nowrap;
}
.navTabs-anchor:focus {
    outline: 0 none;
}
.navTabs-item.is-active .navTabs-anchor {
    border-top: 1px solid rgba(0, 0, 0, 0.6);
    color: rgba(0, 0, 0, 0.8);
}
.navTabs-count {
    color: rgba(0, 0, 0, 0.44);
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin-left: 6px;
}
.navTabs-item.is-active .navTabs-count {
    color: rgba(0, 0, 0, 0.8);
}
.metabar + .navTabs {
    margin-top: 65px;
}
.navTabs-anchor > .icon--arrowDownThin:before {
    font-size: 14px;
    margin-left: -2px;
    top: 0;
}
.navTabs-anchor:hover > .icon--arrowDownThin:before {
    color: rgba(0, 0, 0, 0.9);
}
.navTabs--light {
    border-top-color: rgba(255, 255, 255, 0.35);
}
.navTabs--light .navTabs-anchor {
    color: rgba(255, 255, 255, 0.65);
}
.navTabs--light .navTabs-anchor:hover, .navTabs--light .navTabs-item.is-active .navTabs-anchor {
    color: #fff;
}
.navTabs--light .navTabs-item.is-active .navTabs-anchor {
    border-top-color: #fff;
}
.navTabs--metabar {
    border-top: medium none;
    margin-right: 400px;
    text-align: left;
}
.navTabs--metabar .navTabs-list {
    max-width: 700px;
    white-space: nowrap;
    width: 80%;
}
.navTabs--metabar .navTabs-anchor {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    letter-spacing: 0.1em;
    padding: 31px 0 19px;
}
.navTabs--metabar .navTabs-anchor:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navTabs--metabar .u-showOnNetbook .navTabs-anchor {
    padding-bottom: 0;
}
.navTabs--metabar .navTabs-item.is-active {
    border-bottom: 2px solid rgba(0, 0, 0, 0.8);
}
.navTabs--metabar .navTabs-item.is-active > .navTabs-anchor {
    border-top: 0 none;
    font-weight: 700;
}
@media screen and (max-width: 1420px) and (min-width: 1001px) {
.navTabs--metabar {
    margin-left: 160px;
    margin-right: 0;
}
.navTabs--metabar .navTabs-list {
    max-width: none;
    width: auto;
}
}
@media screen and (max-width: 1000px) {
.navTabs--metabar {
    background-color: #fafafa;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    margin: 65px 0 0;
    padding-bottom: 0;
    padding-top: 5px;
    width: 100%;
}
.navTabs--metabar .navTabs-item {
    margin-right: 15px;
}
.navTabs--metabar .navTabs-anchor {
    padding: 10px 0;
}
}
@media screen and (max-width: 680px) {
.navTabs--metabar {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
}
.navTabs--metabar > .navTabs-list {
    overflow-x: scroll;
    width: auto;
}
.navTabs-list {
    padding-left: 20px;
}
}
@media screen and (max-width: 500px) {
.navTabs {
    padding-bottom: 0;
}
.navTabs-anchor {
    letter-spacing: 0.1em;
    padding: 18px 0;
}
.navTabs-item {
    margin-right: 15px;
}
.navTabs--metabar {
    margin: 55px -16px 0;
}
}
.site-main {
    background: none repeat scroll 0 0 #fff;
    height: 100%;
}
body.is-diagnosticsVisible .site-main {
    padding-bottom: 50px;
}
.siteNav-logo {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    display: inline-block;
    height: 44px;
    left: 10px;
    margin-right: 16px;
    opacity: 1;
    position: relative;
    text-align: center;
    top: 10px;
    transition: opacity 200ms linear 0s;
    width: 44px;
    z-index: 700;
}
.siteNav-logo > .icon {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.siteNav-logo--wordmark > .icon--wordmark:before {
    color: #333332;
    display: inline-block;
    font-size: 92px;
    height: 60px;
    line-height: 128px;
    margin-left: 35px;
    margin-top: -7.5px;
    overflow: hidden;
    padding-left: 1px;
    padding-right: 1px;
}
body.browser-ie .icon--wordmark:before {
    line-height: 134px;
}
.siteNav-logo > .icon--logoM:before {
    color: #333332;
    font-size: 27px;
    line-height: 48px;
}
.metabar--light:not(.metabar--affixed) .icon--logoM:before {
    color: #fff;
}
.notificationsList {
    margin-bottom: 0;
}
.notificationsList-heading {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.15);
    display: block;
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 20px 20px 0;
    padding: 8px 0;
    text-transform: uppercase;
}
.notificationsList-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 6px 0;
    position: relative;
}
.notificationsList-item.notificationsList-item--status {
    font-size: 16px;
    padding: 20px 0;
}
.notificationsList-button {
    background-color: rgba(255, 255, 255, 0);
    color: rgba(0, 0, 0, 0.6);
    display: block;
    font-size: 12px;
    line-height: 1.3;
    min-height: 26px;
    padding: 10px 10px 10px 78px;
    text-align: left;
}
.notificationsList-meta {
    color: rgba(0, 0, 0, 0.3);
    display: block;
    font-size: 12px;
    margin-top: 1px;
    text-align: left;
}
.notificationsList-userAvatarIcon {
    left: 33px;
    overflow: hidden;
    position: absolute;
    top: 28px;
}
.notificationsList-userAvatarIconWrapper .notificationsList-userAvatarIcon {
    float: left;
    margin-right: 8px;
    position: static;
}
.notificationsList-morebutton {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
    border: medium none;
    border-radius: 100%;
    color: rgba(0, 0, 0, 0.6);
    display: block;
    font-size: 14px;
    height: 100%;
    padding: 0;
    text-align: center;
    width: 100%;
}
.button--moreNotifications {
    color: rgba(0, 0, 0, 0.6);
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.02em;
    padding: 12px 18px;
}
.button--moreNotifications:hover {
    color: #000;
}
.notificationsList-item--new:after {
    background: none repeat scroll 0 0 #f47564;
    border-radius: 100%;
    content: "";
    height: 7px;
    left: 10px;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    width: 7px;
}
.metabar .button--counter.button--activity, .metabar .button--counter.button--activity > .button-text {
    background: none repeat scroll 0 0 #f47564;
    border: 0 none;
    font-size: 16px;
    font-weight: 700;
}
.metabar .button--counter.button--activity:hover, .metabar .button--counter.button--activity:hover > .button-text {
    background: none repeat scroll 0 0 #ff7663;
}
.popover .list-item--separator {
    margin-bottom: 5px;
    padding-bottom: 0;
}
.notificationListActors {
    margin: 20px 0;
}
.notificationListActors-item {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 8px;
    overflow: hidden;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    width: 50%;
}
.notificationListActors-link {
    padding-left: 37px;
}
.notificationListActors-icon {
    left: 0;
    position: absolute;
    top: 0;
}
@media screen and (min-device-width: 1000px) {
.notificationsList-button:hover {
    color: #000;
    outline: 0 none;
}
}
.is-inSiteNavBar > .icon:before, .is-inSiteNavBar:hover > .icon:before {
    color: rgba(0, 0, 0, 0.8);
}
.is-inSiteNavBar > .icon--search:before {
    top: 4px;
}
.is-inSiteNavBar > .icon--activity:before {
    top: 2px;
}
.popover--userActions {
    width: 230px;
}
.popover--userActions.popover--globalNav .list-item:hover > .button, .popover--userActions.popover--globalNav .list-item:hover .icon:before {
    color: rgba(0, 0, 0, 0.8);
}
.popover--userActions.popover--globalNav .list-item > .button {
    padding: 7px 25px;
}
.popover--globalNav .notificationsList-userAvatarIcon {
    left: 30px;
}
.popover--globalNav .notificationsList-button {
    padding-left: 85px;
    padding-right: 15px;
}
.popover--globalNav .notificationsList-userAvatarIcon {
    margin-top: -20px;
    top: 50%;
}
.notificationsList-avatarCount {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    color: #fff;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    width: 40px;
}
.popover--globalNav .icon--importPost {
    margin-left: -7px;
    margin-right: 7px;
}
.popover--globalNav .icon--newPost {
    margin-left: -1px;
    margin-right: 1px;
}
@media screen and (max-width: 500px) {
.popover--globalNav {
    bottom: 0 !important;
    left: 0 !important;
    margin: -6px auto auto;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: fixed;
    right: 0 !important;
    width: auto;
}
.popover--globalNav > .popover-inner {
    height: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}
.button.is-inSiteNavBar {
    margin-right: 12px;
}
.button.is-inSiteNavBar .avatar--circle, .button.is-inSiteNavBar .avatar--circle img.avatar-image.avatar-image--circle {
    height: 32px;
    width: 32px;
}
}
.footer {
    margin-top: 20px;
    padding: 10px 0 25px;
}
.footer .button--link {
    color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    margin-right: 16px;
}
.footer .button--link:last-child {
    margin-right: 0;
}
.footer .button--link:hover, .footer .button--link:focus {
    color: rgba(0, 0, 0, 0.6);
}
.footer--promotional {
    border-top: medium none;
    padding: 10px 0 5px;
    text-align: center;
}
.footer--fixed {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
}
.footer--light {
    border-color: rgba(255, 255, 255, 0.2);
}
.footer--light .button--link, .footer--light .button--link:visited, .footer--light .button--link:hover, .footer--light .button--link:active {
    color: rgba(255, 255, 255, 0.35);
}
@media all and (max-width: 500px) {
.footer--promotional .button--link {
    font-size: 11px;
    height: 10px;
    margin-right: 10px;
}
.footer--promotional {
    padding-bottom: 30px;
}
}
[data-action="zoom"] {
    cursor: pointer;
}
.zoomImg, .zoomImg-wrap {
    position: relative;
    transition: all 300ms ease 0s;
    z-index: 900;
}
.zoomImg-wrap--absolute {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.zoomImg {
    margin: 0;
    padding: 0;
}
.zoomOverlay {
    background: none repeat scroll 0 0 #fff;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity 300ms ease 0s;
    z-index: 800;
}
body.is-showingZoomOverlay .zoomOverlay {
    opacity: 1;
}
.zoomImg, body.is-showingZoomOverlay {
    cursor: pointer;
}
.hero-avatar .zoomImg {
    border-radius: 100%;
}
body.is-transitioningZoomOverlay .u-foreground, body.is-transitioningZoomOverlay .hero-avatar, body.is-showingZoomOverlay .u-foreground, body.is-showingZoomOverlay .hero-avatar {
    z-index: auto;
}
body.is-showingZoomOverlay .hero-avatar .avatar, body.is-transitioningZoomOverlay .hero-avatar .avatar {
    overflow: visible;
}
body.is-showingZoomOverlay .metabar, body.is-showingZoomOverlay .screenContent.is-supplementalPostContentLoaded .metabar--postSecondaryBar {
    visibility: hidden;
}
body.is-transitioningZoomOverlay .postWrapper, body.is-showingZoomOverlay .postWrapper {
    overflow: visible;
}
.bookmarkStatus .icon--readingList {
    color: rgba(0, 0, 0, 0.15);
}
.bookmarkStatus:hover .icon--readingList {
    color: rgba(0, 0, 0, 0.6);
}
.block--cardWithFullBleedImage .bookmarkStatus.is-bookmarked .icon--readingList, .bookmarkStatus.is-bookmarked .icon--readingList {
    color: #57ad68;
}
.bookmarkStatus {
    cursor: pointer;
    position: relative;
}
.bookmarkStatus .icon--readingList {
    display: inline-block;
    padding-left: 3px;
    padding-right: 4px;
    width: 10px;
}
.bookmarkStatus .icon--readingList:before {
    font-size: 16px;
    position: relative;
    top: 2px;
}
.bookmarkStatus-message {
    display: none;
}
.bookmarkStatus:hover .bookmarkStatus-message {
    color: rgba(0, 0, 0, 0.6);
    display: inline;
}
.bookmarkStatus-display {
    display: inline;
}
.bookmarkStatus-display:hover {
    color: rgba(0, 0, 0, 0.6);
}
.bookmarkStatus:hover .readingTime {
    display: none;
}
@media screen and (max-width: 1000px) {
.bookmarkStatus:hover .icon--readingList {
    color: rgba(0, 0, 0, 0.15);
}
.bookmarkStatus.is-bookmarked:hover .icon--readingList {
    color: #57ad68;
}
.bookmarkStatus:hover .bookmarkStatus-message {
    display: none;
}
.bookmarkStatus-display:hover {
    color: rgba(0, 0, 0, 0.3);
}
.bookmarkStatus:hover .readingTime {
    display: inline;
}
}
.typeahead {
    animation: 200ms linear 0s normal forwards 1 running pop-downwards;
}
.typeahead .popover-inner {
    min-width: 100px;
    overflow: hidden;
    padding: 0;
}
.typeahead .typeahead-item {
    cursor: pointer;
    font-size: 12px;
    line-height: 2;
    overflow: hidden;
    padding: 5px 10px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.typeahead .typeahead-item:first-child {
    padding-top: 7px;
}
.typeahead .typeahead-item:last-child {
    padding-bottom: 7px;
}
.typeahead .avatar-micro {
    float: left;
    margin: 0 6px 0 -2px;
}
.typeahead .typeahead-username {
    color: rgba(0, 0, 0, 0.3);
}
.typeahead .typeahead-tag {
    margin-left: 5px;
}
.typeahead-item.is-active {
    background: none repeat scroll 0 0 #57ad68;
    color: #fff;
}
.coverPicker--fullBleed {
    background: none repeat scroll 0 0 #000;
    height: 100%;
}
.coverPicker--headerBleed .coverPicker-controls {
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 180px;
    z-index: 40;
}
.editing .coverPicker--headerBleed .coverPicker-controls, .editing .coverPicker-controls {
    display: block;
}
.coverPicker--headerBleed .coverPicker-controls .icon {
    color: #fff;
}
.coverPicker--headerBleed.is-withoutImage {
    display: none;
}
.editing .coverPicker--headerBleed.is-withoutImage {
    display: block;
}
.coverPicker-controls {
    height: 100px;
    position: relative;
    text-align: center;
}
.coverPicker-controls .button--replaceImage {
    margin-right: -10px;
    margin-top: 15px;
}
.coverPicker .uploadFeedback {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    display: none;
    height: 95px;
    margin: 0 auto;
    max-width: 650px;
    position: relative;
    width: 100%;
    z-index: 200;
}
.coverPicker.is-uploadingImage .uploadFeedback {
    display: block;
}
.coverPicker.is-uploadingImage .imageControls {
    display: none;
}
.coverPicker .progressBar-wrap {
    background: none repeat scroll 0 0 #468c54;
    border-radius: 4px;
    height: 13px;
    left: 95px;
    overflow: hidden;
    position: absolute;
    right: 40px;
    top: 41px;
}
.coverPicker .progressBar {
    background: none repeat scroll 0 0 #fff;
    border-radius: 4px 0 0 4px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}
.coverPicker .uploadFeedback-preview {
    background-color: rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
    background-size: cover;
    height: 75px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 75px;
}
@media all and (max-width: 500px) {
.coverPicker--headerBleed .coverPicker-controls {
    top: 40px;
}
}
.cards {
}
.cards:before, .cards:after {
    content: " ";
    display: table;
}
.cards:after {
    clear: both;
}
.cards-heading {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    color: rgba(0, 0, 0, 0.3);
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-top: 60px;
    padding: 12px 0 28px;
    text-transform: uppercase;
}
.cards-heading:first-child {
    margin-top: 0;
}
.cards-heading + .blockGroup .block:first-child {
    padding-top: 0;
}
.layoutMultiColumn--half:first-child .cards, .layoutMultiColumn--half:first-child .cards-heading {
    margin-right: 20px;
}
.layoutMultiColumn--half:last-child .cards, .layoutMultiColumn--half:last-child .cards-heading {
    margin-left: 20px;
}
.card {
    color: rgba(0, 0, 0, 0.6);
    display: inline-block;
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin-bottom: 35px;
    padding: 0;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.card:last-child {
    margin-bottom: 0;
}
.cards-heading + .bucket .bucket-item:first-child .postItem {
    padding-top: 0;
}
.card-image--collection {
    background: none repeat scroll 0 0 #f0f0f0;
    border-radius: 3px;
    height: 80px;
    width: 80px;
}
.card-content {
    min-height: 80px;
    padding-left: 100px;
    word-wrap: break-word;
}
.card-imageWrapper {
    left: 0;
    position: absolute;
}
.card-name {
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 4px;
}
.card-description {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 4px;
}
.card-description > a {
    color: rgba(0, 0, 0, 0.8);
}
.card-description > a:hover, .card-description > a:focus, .card-description > a:active {
    text-decoration: underline;
}
.card .buttonSet {
    margin-top: 10px;
}
.card-text .button--chromeless {
    line-height: 32px;
}
.infoCard {
    color: rgba(0, 0, 0, 0.8);
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.02em;
}
.infoCard-info {
    float: left;
    margin-left: 25px;
    width: 60%;
}
.infoCard-avatar {
    float: left;
    height: 60px;
    width: 60px;
}
.infoCard-actions {
    float: right;
}
.infoCard-bio {
    color: rgba(0, 0, 0, 0.44);
    font-size: 14px;
}
.infoCard-info .link--primary, .infoCard-info .button--primary {
    color: #57ad68;
    font-size: 16px;
}
.infoCard-info .link--primary:hover {
    color: #468c54;
}
.infoCard-title, .infoCard-title .postMetaInline--date {
    color: rgba(0, 0, 0, 0.3);
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.infoCard-actions, .infoCard-info--short {
    display: block;
    height: 60px;
}
.infoCard-actions > .button > .label--default {
    color: rgba(0, 0, 0, 0.6);
}
.infoCard-actions > .button, .infoCard-info--short .infoCard-wrapper, .infoCard-info--short .infoCard-emailFollow {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.infoCard .card-image--collection {
    background-color: #fff;
    height: 60px;
    width: 60px;
}
.infoCard-border {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0.05) -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin: 24px 0 24px 85px;
}
.infoCard-emailFollow, .infoCard.is-emailFollowActive .infoCard-showSubscribeForm {
    display: none;
}
.infoCard.is-emailFollowActive .infoCard-emailFollow {
    display: block;
}
.infoCard.is-emailFollowActive .infoCard-info {
    white-space: nowrap;
    width: 220px;
}
.infoCard.is-emailFollowActive .infoCard-title, .infoCard.is-emailFollowActive .infoCard-bio, .infoCard.is-emailFollowActive .link--primary {
    overflow: hidden;
    text-overflow: ellipsis;
}
.infoCard-emailFollowTitle {
    color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    margin-bottom: 5px;
}
.featuredCard {
    background: none repeat scroll 0 0 #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    font-size: 13px;
    height: 275px;
    padding: 15px;
    position: relative;
    width: 100%;
}
.featuredCard-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: table;
    margin-bottom: 12px;
    padding-bottom: 12px;
    width: 100%;
}
.featuredCard-avatar {
    display: table-cell;
    height: 40px;
    vertical-align: middle;
    width: 40px;
}
.featuredCard-name {
    display: table-cell;
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.1;
    padding-left: 10px;
    vertical-align: middle;
    word-wrap: break-word;
}
.featuredCard-description {
    height: 55px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.featuredCard-supplemental {
    max-height: 50px;
    overflow: hidden;
}
.featuredCard-title {
    color: rgba(0, 0, 0, 0.6);
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-bottom: 3px;
    text-transform: uppercase;
}
.featuredCard .link--primary {
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.featuredCard-actions {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    bottom: 0;
    left: 15px;
    padding: 12px 0 15px;
    position: absolute;
    right: 15px;
    text-align: center;
}
@media (max-width: 800px) {
.layoutMultiColumn .card {
    padding-right: 0;
    width: 100%;
}
.layoutMultiColumn--half:first-child .cards, .layoutMultiColumn--half:first-child .cards-heading {
    margin-right: 0;
}
.layoutMultiColumn--half:last-child .cards, .layoutMultiColumn--half:last-child .cards-heading {
    margin-left: 0;
}
.layoutMultiColumn--half:last-child .cards-heading {
    margin-top: 50px;
}
}
@media (max-width: 500px) {
.infoCard-actions {
    display: block;
    float: left;
    margin-left: 85px;
    width: 100%;
}
.infoCard.is-emailFollowActive .infoCard-info {
    width: auto;
}
.infoCard.is-emailFollowActive .infoCard-actions {
    margin-left: 0;
}
.infoCard.is-emailFollowActive .infoCard-emailFollow {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.featuredCard {
    margin: 5px 0 24px;
    vertical-align: top;
    white-space: normal;
    width: 220px;
}
.featuredCard-actions > .button {
    font-size: 12px;
}
}
.tags {
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}
.tags > a {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.35);
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    line-height: 22px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 0 9px;
}
.tags > a:focus {
    background: none repeat scroll 0 0 #57ad68;
    outline: medium none;
}
.tags-input {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 5px;
    min-width: 5px;
    outline: medium none;
    padding: 3px 9px;
    white-space: nowrap;
}
.tags-input.editable, .tags-input.editable a, .tags-input.editable .defaultValue {
    color: #fff;
}
.tags-collection .tags > a:nth-child(3) + .tags-input {
    display: none;
}
.tags-editors .tags > a:nth-child(10) + .tags-input {
    display: none;
}
.tags--dark > a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15);
    color: rgba(0, 0, 0, 0.44);
}
.tags--dark .tags-input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
}
.tags--dark .tags-input.editable, .tags--dark .tags-input.editable a, .tags--dark .tags-input.editable .defaultValue {
    color: rgba(0, 0, 0, 0.44);
}
.tabs {
    display: inline-block;
    height: 38px;
    margin-bottom: 20px;
    margin-top: 5px;
}
.tabs-item {
    color: rgba(0, 0, 0, 0.3);
    display: inline-block;
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 1.4;
    margin-right: 12px;
    vertical-align: middle;
}
.tabs-item .button--chromeless {
    font-size: 14px;
}
.tabs-item.is-active .button {
    color: #333332;
}
.blockGroup {
    position: relative;
}
.responses .blockGroup {
    margin: 50px 0;
}
.blockGroup.is-empty {
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 75px;
    padding-top: 30px;
}
.blockGroup.is-empty > p {
    font-size: 16px;
    margin-bottom: 5px;
}
.blockGroup-last {
    margin-bottom: 100px;
}
.blockGroup-row .block {
    display: table-cell;
    vertical-align: top;
}
.blockGroup-row {
    display: table;
    position: relative;
    table-layout: fixed;
    width: 100%;
}
.blockGroup--header.is-imageBackgrounded, .blockGroup--header.is-imageBackgrounded .layoutSingleColumn {
    min-height: 440px;
}
.blockGroup--header.is-imageBackgrounded {
    padding-top: 100px;
}
.blockGroup--header.is-imageBackgrounded + .blockGroup--card.blockGroup--inset {
    margin-top: 15px;
}
.blockGroup--header.is-imageBackgrounded + .u-foreground .navTabs {
    margin-top: 30px;
}
.blockGroup.is-editing {
    border-left: 0 none;
    border-right: 0 none;
    overflow: hidden;
}
.blockGroup.is-measuring {
    position: absolute;
    top: -100000px;
    width: 100%;
}
.blockGroup.is-editing .buttonSet--bar {
    z-index: 200;
}
.blockGroup.is-editing .buttonSwitch--chromeless {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    padding-right: 8px;
}
.blockGroup.is-editing .button--counter {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    padding-right: 8px;
}
.blockGroup--list.is-editing .buttonSwitch--blockGroupMargin, .blockGroup--list.is-editing .buttonSwitch--blockGroupImageDisplay {
    opacity: 0.33;
    pointer-events: none;
}
.blockGroup--list.is-editing .buttonSwitch--blockGroupMargin .icon:before, .blockGroup--list.is-editing .buttonSwitch--blockGroupImageDisplay .icon:before {
    color: rgba(0, 0, 0, 0.3);
}
.blockGroup.is-editing .button-text--source {
    color: rgba(0, 0, 0, 0.44);
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.02em;
}
.button:hover .button-text--source {
    color: rgba(0, 0, 0, 0.6);
}
.blockGroup.is-editing .button--delete {
    margin-left: 8px;
}
.metabar + .blockGroup--posts {
    margin-top: 55px;
}
.blockGroup--card:not(.blockGroup--inset) .blockGroup-list {
    max-width: none;
    width: 100%;
}
.blockGroup.is-ordered {
    counter-reset: posts-counter;
}
.blockGroup.is-ordered .block--list .block-title:before {
    content: counter(posts-counter, decimal) ". ";
    counter-increment: posts-counter;
    white-space: nowrap;
}
.blockGroup-title {
    color: rgba(0, 0, 0, 0.8);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    padding-top: 8px;
    text-transform: uppercase;
}
.blockDivider {
    line-height: 1.2;
    position: relative;
    text-align: center;
}
.blockGroup > .blockDivider {
    margin: 20px 0 10px;
}
.block-content > .blockDivider {
    margin-bottom: 20px;
}
.blockDivider:before {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    width: 100%;
}
.blockDivider-name {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid rgba(0, 0, 0, 0.44);
    color: rgba(0, 0, 0, 0.6);
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.3em;
    padding: 3px 8px 2px 12px;
    position: relative;
    text-transform: uppercase;
}
.blockDivider-name:hover {
    border-color: rgba(0, 0, 0, 0.6);
    color: rgba(0, 0, 0, 0.8);
}
.blockDivider + .bucket {
    margin-top: 50px;
}
.blockDivider + .bucket .bucket-item:first-child .postItem {
    padding-top: 0;
}
.blockGroup--header.is-imageBackgrounded + .blockGroup--posts .blockDivider:before, .blockGroup--cardWithFullBleedImage:not(.blockGroup--inset) + .blockGroup--card .blockDivider:before, .blockGroup--mostRecommended + .blockGroup--mostRecommended.blockGroup--card .blockDivider, .blockGroup--latest + .blockGroup--latest.blockGroup.blockGroup--card .blockDivider, .blockGroup--featured + .blockGroup--featured.blockGroup--card .blockDivider, .blockGroup--mostRecommended + .blockGroup--mostRecommended.blockGroup--list .blockDivider-name, .blockGroup--latest + .blockGroup--latest.blockGroup--list .blockDivider-name, .blockGroup--featured + .blockGroup--featured.blockGroup--list .blockDivider-name, .block--card.block--withoutImage .blockDivider:before, .block--cardWithFullBleedImage .blockDivider:before, .block--cardWithOutFullBleedImage .blockDivider:before, .block--cardWithImage .blockDivider:before {
    display: none;
}
.blockGroup--mostRecommended + .blockGroup--mostRecommended.blockGroup--list .blockDivider, .blockGroup--latest + .blockGroup--latest.blockGroup--list .blockDivider, .blockGroup--featured + .blockGroup--featured.blockGroup--list .blockDivider {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 1000px;
    padding-bottom: 10px;
    width: 80%;
}
.blockGroup--card.blockGroup--inset > .blockDivider {
    margin-bottom: 30px;
}
.block--cardWithOutFullBleedImage .blockDivider, .block--card.block--withoutImage .blockDivider, .block--cardWithImage .blockDivider, .block--cardWithFullBleedImage .blockDivider {
    text-align: left;
}
.block--cardWithFullBleedImage .blockDivider-name {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
}
.block--cardWithFullBleedImage:not(.block--placeholder) .blockDivider-name {
    border-color: rgba(255, 255, 255, 0.65);
    color: rgba(255, 255, 255, 0.85);
}
.block--cardWithFullBleedImage:not(.block--placeholder) .blockDivider-name:hover {
    border-color: rgba(255, 255, 255, 0.85);
    color: rgba(255, 255, 255, 0.97);
}
.block--cardWithFullBleedImage:not(.block--placeholder) .block-postMeta, .block--cardWithFullBleedImage:not(.block--placeholder) .postMetaInline, .block--cardWithFullBleedImage:not(.block--placeholder) .postMetaInline .icon, .block--cardWithFullBleedImage:not(.block--placeholder) .link {
    color: rgba(255, 255, 255, 0.85);
}
.block--cardWithFullBleedImage:not(.block--placeholder) .link:hover {
    color: rgba(255, 255, 255, 0.97);
}
.blockDivider--withoutHr {
    margin-bottom: 100px;
}
.blockDivider--withoutHr:before {
    display: none;
}
.blockGroup--cardWithImage .blockGroup-row + .blockGroup--cardWithImage .blockGroup-row--withoutImage, .blockGroup .blockGroup-row--withoutImage + .blockGroup--cardWithImage .blockGroup-row--withoutImage {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.blockGroup:not(.blockGroup--cardWithFullBleedImage) .blockGroup-row--withoutImage {
    padding: 30px 0;
}
.insertBlockControl {
    left: 0;
    margin-top: -15px;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 300;
}
.insertBlockControl .layoutSingleColumn:before {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    content: "";
    display: block;
    margin: 0 auto;
    position: relative;
    top: 16px;
}
.insertBlockControl:last-child:before {
    display: none;
}
.insertBlockControl .button {
    background: none repeat scroll 0 0 #fff;
}
.insertBlockControl .icon:before {
    font-size: 36px;
    line-height: 36px;
}
.block {
    line-height: 1.4;
}
.block--collection {
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    height: 260px;
    margin-bottom: 3%;
    margin-left: 3%;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 31.33%;
}
.block--collection:nth-child(3n+1) {
    margin-left: 0;
}
.block-list--collection {
    margin-top: 40px;
}
.block--cardWithOutFullBleedImage > .block-firefoxPositioningContainerHack, .block--cardWithFullBleedImage > .block-firefoxPositioningContainerHack {
    position: relative;
}
.block-image {
    
    background-origin: border-box;
    background-position: center center;
    background-size: cover;
    display: block;
}
.block-recommends {
    float: right;
    line-height: 23px;
}
.block-content .postMetaInline {
    line-height: 1.3;
    padding-bottom: 5px;
}
.block-title {
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.block-snippet {
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.02em;
}
.block.is-viewed {
    color: rgba(0, 0, 0, 0.44);
}
.block.is-viewed .avatar-image, .block.is-viewed .block-image {
    opacity: 0.44;
}
.block.is-viewed .link--accent {
    color: rgba(87, 173, 104, 0.8);
}
.block-streamText {
    border-collapse: separate;
    display: table;
    margin: 10px 0 0;
    table-layout: fixed;
    width: 100%;
}
.block-streamText .block-content {
    display: table-cell;
}
.block-streamText .post-date {
    display: inline-block;
    line-height: 1.4;
}
.block-streamText .layoutSingleColumn {
    margin: 0;
    width: 100%;
}
.block-streamText .block-postMeta {
    display: block;
    margin-right: 0;
}
.block-content .icon--shareThin:before {
    color: rgba(0, 0, 0, 0.8);
    display: inline-block;
    font-size: 30px;
    top: 8px;
    vertical-align: top;
    width: 16px;
}
.block-content .buttonSet .icon--shareThin:before {
    top: 15px;
}
.block-streamText .block-content .icon--heartThin:before {
    font-size: 28px;
    margin-right: 6px;
    top: 6px;
}
.block-streamText .block-content .icon--heart:before {
    font-size: 18px;
    left: 2px;
}
.block--shortPost.block--shortEditor {
    padding-top: 0;
}
.block--list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    line-height: 1.1;
    padding: 25px 0 32px;
    position: relative;
}
.block--list:last-child {
    border-bottom: 0 none;
}
.blockGroup + .blockGroup .block--list:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.blockDivider + .blockGroup-list .block--list:first-child {
    border-top: medium none;
}
.block--list .block-content {
    margin: 4px 160px 0 0;
}
.block--list .block-image {
    display: block;
    float: right;
    height: 120px;
    margin: 8px 0 0 20px;
    width: 140px;
}
.more-link{
    display: block;
    font-size: 12px;
    transition: 100ms background-color,100ms border-color,100ms color,100ms fill;
    white-space: normal;
    color: rgba(0,0,0,0.3);
    margin-top: 5px;
}
.more-link:hover{
    color:#000000;
}
.block--list .block-snippet {
    display: block;
    font-size: 18px;
    line-height: 1.4;
    margin: 2px 0 0 -0.9px;
}
.block--list .block-title {
    font-size: 24px;
    line-height: 1.3;
    margin-left: -1.2px;
}
.block-postMeta {
    color: rgba(0, 0, 0, 0.3);
    display: inline-block;
    line-height: 1.6;
    margin-right: 10px;
    vertical-align: top;
}
.block--list .block-postMetaWrap {
    margin-top: 10px;
}
.block .avatar--icon {
    height: 28px;
    width: 28px;
}
.block--narrow {
    border: medium none;
    padding: 15px;
}
.block--card {
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    border-right: 2px solid rgba(255, 255, 255, 0);
    box-sizing: border-box;
    display: inline-block;
    position: relative;
}
.blockGroup-row:nth-child(2n+1) .block--card:last-child, .blockGroup-row:nth-child(2n) .block--card:first-child {
    width: 40%;
}
.blockGroup-row:nth-child(2n+1) .block--card:last-child .block-snippet--preview, .blockGroup-row:nth-child(2n) .block--card:first-child .block-snippet--preview {
    display: none;
}
.blockGroup-row:nth-child(2n+1) .block--card:last-child .block-snippet, .blockGroup-row:nth-child(2n) .block--card:first-child .block-snippet {
    word-wrap: break-word;
}
.blockGroup-row:nth-child(2n+1) .block--card:first-child, .blockGroup-row:nth-child(2n) .block--card:last-child {
    width: 60%;
}
.blockGroup-row:nth-child(2n+1) .block--cardWithFullBleedImage:first-child .block-content, .blockGroup-row:nth-child(2n) .block--cardWithFullBleedImage:last-child .block-content {
    right: 40%;
}
.blockGroup-row:nth-child(2n+1) .block--cardWithFullBleedImage:first-child .block-snippet--preview, .blockGroup-row:nth-child(2n) .block--cardWithFullBleedImage:last-child .block-snippet--preview {
    display: none;
}
.blockGroup-row:nth-child(2n+1) .block--card:first-child .shortPreview, .blockGroup-row:nth-child(2n) .block--card:last-child .shortPreview {
    display: none;
}
.blockGroup-row:nth-child(2n+1) .block--card:last-child, .blockGroup-row:nth-child(2n) .block--card:last-child {
    border-right: 0 none;
}
.blockGroup-row:nth-child(2n+1) .block--card:only-child, .blockGroup-row:nth-child(2n) .block--card:only-child {
    border-right: 0 none;
    width: 100%;
}
.block--card .block-title {
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 5px;
    margin-left: -1.6px;
}
.block--card:only-child .block-title {
    font-size: 44px;
    margin-bottom: 0;
    margin-left: -2.2px;
}
.block--card .block-snippet {
    display: block;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-left: -0.9px;
}
.block--card:only-child .block-snippet {
    font-size: 24px;
    margin-bottom: 15px;
    margin-left: -1.2px;
}
.block--card .block-postMetaWrap {
    margin-top: 5px;
}
.block--cardWithImage .block-image {
    border: 1px solid rgba(0, 0, 0, 0.15);
    height: 350px;
    width: 100%;
}
.block--cardWithImage .block-content {
    padding: 20px 50px 30px;
}
.block--cardWithImage .block-with-metadata {
    padding-top: 15px;
}
.block--cardWithOutFullBleedImage .block-image {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
    border: 1px solid rgba(0, 0, 0, 0.15);
    height: 100%;
    width: 100%;
}
.block--cardWithOutFullBleedImage:not(:only-child) .block-snippet--preview {
    display: none;
}
.blockGroup-row:nth-child(2n+1) .block--cardWithOutFullBleedImage:first-child:not(:only-child) .block-snippet--subtitle, .blockGroup-row:nth-child(2n) .block--cardWithOutFullBleedImage:last-child:not(:only-child) .block-snippet--subtitle {
    display: block;
}
.block--list.block--withoutImage .block-content > .blockDivider {
    margin-bottom: 50px;
}
.block--list.block--withoutImage .block-content {
    margin-left: 0;
}
.block--card.block--withoutImage + .block--card.block--withoutImage {
    border-bottom: 0 none;
    padding-left: 30px;
}
.blockGroup-row--withImageAndWithoutImage .block--card.block--withoutImage {
    vertical-align: middle;
}
.block--card.block--withoutImage.block--inset .block-content {
    padding: 60px 0;
}
.block--card.block--withoutImage .block-content {
    padding: 60px 70px;
}
.block--card.block--withoutImage .block-snippet {
    font-size: 24px;
    margin-left: -1.2px;
}
.block--card.block--withoutImage .block-snippet--preview {
    font-size: 18px;
    line-height: 1.3;
    margin-left: -0.9px;
}
.block--withoutImage .block-title + .block-postMetaWrap {
    margin-top: 8px;
}
.block--withoutImage.block--card .block-snippet {
    margin-bottom: 25px;
}
.block--withoutImage.block--card:only-child .block-snippet {
    margin-bottom: 10px;
}
.blockGroup-row--withImageAndWithoutImage .block--withoutImage:first-child:not(:only-child) {
    padding-right: 45px;
}
.blockGroup-row--withImageAndWithoutImage .block--withoutImage:last-child:not(:only-child) {
    padding-left: 45px;
}
.blockGroup--cardWithFullBleedImage .blockGroup-row--withImageAndWithoutImage .block--withoutImage:first-child:not(:only-child) {
    padding-left: 45px;
}
.blockGroup--cardWithFullBleedImage .blockGroup-row--withImageAndWithoutImage .block--withoutImage:last-child:not(:only-child) {
    padding-right: 45px;
}
.block--withoutImage.block--card .block-snippet {
    color: rgba(0, 0, 0, 0.44);
}
.block--withoutImage .block-snippet--preview {
    font-family: "freight-text-pro",Georgia,Cambria,"Times New Roman",Times,serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.01rem;
}
.block--withoutImage .block-snippet--notification {
    color: rgba(0, 0, 0, 0.44);
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.02em;
}
.block-snippet--notification > span {
    color: #000;
}
.block--cardWithOutFullBleedImage, .block--cardWithFullBleedImage {
    border-bottom-width: 0;
    border-right-width: 0;
    height: 500px;
}
.block--cardWithOutFullBleedImage:not(:only-child) .block-title > a, .block--cardWithFullBleedImage:not(:only-child) .block-title > a {
    max-height: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.block--cardWithOutFullBleedImage.block--inset, .block--cardWithFullBleedImage.block--inset, .blockGroup.is-editing .block--cardWithFullBleedImage {
    border-bottom-width: 2px;
    border-right-width: 2px;
}
.block--cardWithOutFullBleedImage .block-snippet, .block--cardWithFullBleedImage .block-snippet {
    display: block;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-left: -0.9px;
}
.block--inset.block--cardWithOutFullBleedImage, .block--inset.block--cardWithFullBleedImage {
    height: 350px;
}
.block--cardWithOutFullBleedImage:only-child, .block--cardWithFullBleedImage:only-child {
    height: 600px;
}
.block--inset.block--cardWithOutFullBleedImage:only-child, .block--inset.block--cardWithFullBleedImage:only-child {
    height: 450px;
}
.block--cardWithOutFullBleedImage:only-child .block-title, .block--cardWithFullBleedImage:only-child .block-title {
    line-height: 1.1;
}
.block--inset.block--cardWithOutFullBleedImage .block-snippet, .block--inset.block--cardWithFullBleedImage .block-snippet {
    display: none;
}
.block--cardWithOutFullBleedImage:only-child .block-snippet--subtitle, .block--cardWithFullBleedImage:only-child .block-snippet {
    display: block;
}
.block--cardWithFullBleedImage .block-image {
    background-color: #fafafa;
    height: 100%;
    width: 100%;
}
.block--cardWithOutFullBleedImage .block-content, .block--cardWithFullBleedImage .block-content {
    bottom: 0;
    left: 0;
    padding: 60px 70px 70px;
    position: absolute;
    right: 0;
}
.block--inset.block--cardWithOutFullBleedImage .block-content, .block--inset.block--cardWithFullBleedImage .block-content {
    padding: 30px 40px 40px;
}
.block--cardWithFullBleedImage:only-child .block-content {
    right: 40%;
}
.block--cardWithFullBleedImage .block-content, .block--cardWithFullBleedImage .postMetaInline, .block--cardWithFullBleedImage .notesPostMeta.notesRecommendations, .block--cardWithFullBleedImage .notesRecommendations > .icon--heart {
    color: #fff;
}
.block--cardWithFullBleedImage .pilcrow {
    opacity: 0.5;
}
.block-recommends--card {
    position: absolute;
    right: 20px;
    top: 20px;
}
.blockGroup--cardWithFullBleedImage:not(.blockGroup--inset) + .blockGroup--cardWithImage.blockGroup--inset {
    margin-top: 25px;
}
.block-postMeta .postMetaInline--author {
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-right: 10px;
    text-transform: uppercase;
}
.block-postMeta .postMetaInline {
    color: rgba(0, 0, 0, 0.6);
    text-rendering: auto;
    vertical-align: baseline;
}
.block-postMeta .bookmarkStatus {
    white-space: nowrap;
}
.block-postMeta .postMetaInline--visibility {
    margin: 0;
}
.block--cardWithFullBleedImage .bookmarkStatus .readingTime, .block--cardWithFullBleedImage .bookmarkStatus .bookmarkStatus-message, .block--cardWithFullBleedImage .bookmarkStatus .icon--readingList, .block--cardWithFullBleedImage .postMetaInline--author {
    color: rgba(255, 255, 255, 0.85);
}
.block--cardWithFullBleedImage .bookmarkStatus:hover .readingTime, .block--cardWithFullBleedImage .bookmarkStatus:hover .bookmarkStatus-message, .block--cardWithFullBleedImage .bookmarkStatus:hover .icon--readingList {
    color: rgba(255, 255, 255, 0.97);
}
.block-postMeta .postMetaInline--wordCount {
    margin-right: 10px;
}
.block-postMeta .postMetaInline--supplemental {
    color: rgba(0, 0, 0, 0.3);
    display: block;
    font-size: 13px;
}
.block-postMeta .postMetaInline--supplemental > .postMetaInline--bookmark {
    color: rgba(0, 0, 0, 0.3);
    font-size: 13px;
    margin-left: 2px;
}
.block--card.block--inset, .blockGroup.is-editing .block--card.block--inset {
    border-bottom-width: 15px;
    border-right-width: 15px;
}
.blockGroup-row--withoutImage .block--cardWithImage, .blockGroup-row--withImageAndWithoutImage .block--cardWithImage {
    border-right-width: 30px;
}
.blockGroup-row--withImageAndWithoutImage .block--cardWithImage {
    border-bottom-width: 15px;
}
.block--inset.block--list, .block--cardWithImage.block--inset .block-content {
    padding-left: 0;
    padding-right: 0;
}
.blockGroup--compact .block--list {
    padding: 25px 0 20px;
}
.blockGroup--compact .block-image {
    height: 110px;
    margin-top: -10px;
}
.blockGroup--compact .postMetaInline, .blockGroup--compact .middotDivider {
    color: rgba(0, 0, 0, 0.3);
}
.block--placeholder.block--cardWithFullBleedImage .block-content, .block--placeholder {
    color: rgba(0, 0, 0, 0.3);
}
.block--placeholder .postMetaInline.postMetaInline--author, .block--placeholder .block-snippet {
    color: rgba(0, 0, 0, 0.15);
}
.block--placeholder .block-line {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
    display: inline-block;
    height: 15px;
    margin-top: 10px;
    width: 60%;
}
.block--placeholder.block--list .block-line {
    margin-top: 5px;
}
.block--placeholder .block-line--short {
    margin-top: 5px;
    width: 20%;
}
.block--placeholder.block--list .block-line--short {
    margin-top: 0;
}
.block-more {
    margin-bottom: 40px;
}
.block-more.u-textAlignCenter {
    padding: 20px 0;
}
.responses .block--list {
    border-bottom: 0 none;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.responses .block--list:first-child {
    border-top: 0 none;
}
.responses .block--list:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media (max-width: 1200px) {
.responses .block--list:last-child {
    border-bottom: 0 none;
}
}
@media (max-width: 1000px) {
.block-recommends {
    float: none;
}
.blockDivider:before {
    display: none;
}
[data-source="feed"] .blockDivider:before {
    display: block;
}
.blockGroup-row .block {
    display: block;
}
.blockGroup-row:nth-child(2n+1) .block--card:last-child, .blockGroup-row:nth-child(2n) .block--card:first-child, .blockGroup-row:nth-child(2n+1) .block--card:first-child, .blockGroup-row:nth-child(2n) .block--card:last-child {
    border-right: 0 none;
    width: 100%;
}
.blockGroup-row:nth-child(2n+1) .block--card:last-child:not(.block--inset), .blockGroup-row:nth-child(2n) .block--card:first-child:not(.block--inset), .blockGroup-row:nth-child(2n+1) .block--card:first-child:not(.block--inset), .blockGroup-row:nth-child(2n) .block--card:last-child:not(.block--inset) {
    border-bottom: 0 none;
}
.blockGroup-row--withImageAndWithoutImage .block--withoutImage:not(:only-child) {
    bottom: auto;
    position: relative;
    top: auto;
}
.blockGroup-row--withImageAndWithoutImage .block--withoutImage:not(:only-child):before {
    display: none;
}
.blockGroup-row--withImageAndWithoutImage .block--withoutImage:not(:only-child) .block-content {
    display: block;
    padding: 60px 70px;
    vertical-align: middle;
}
.blockGroup-row--withImageAndWithoutImage .block--inset.block--withoutImage:not(:only-child) .block-content {
    padding: 60px 0;
}
.block--cardWithImage + .block--withoutImage {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.block--list .block-image {
    height: 100px;
    margin: 0 0 0 20px;
    top: auto;
    width: 100px;
}
.block--list .block-content {
    margin-left: 0;
}
.block--withoutImage.block--list .block-content {
    margin-right: 0;
}
.block--list {
    padding: 25px 0;
}
.block--list .block-snippet {
    font-size: 16px;
    line-height: 1.3;
}
.blockGroup-row:nth-child(2n+1) .block-cardWithOutFullBleedImage:first-child .block-content, .blockGroup-row:nth-child(2n) .block-cardWithOutFullBleedImage:first-child .block-content, .blockGroup-row:nth-child(2n+1) .block--cardWithFullBleedImage:first-child .block-content, .blockGroup-row:nth-child(2n) .block--cardWithFullBleedImage:last-child .block-content {
    right: 0;
}
.block--inset.block--cardWithOutFullBleedImage:only-child, .block--inset.block--cardWithFullBleedImage:only-child {
    height: 550px;
}
.block--cardWithImage .block-image {
    height: 300px;
}
.block--cardWithImage:only-child .block-image {
    height: 450px;
}
.block--list .block-title {
    font-size: 22px;
    line-height: 1.2;
    margin-left: -1.1px;
}
.block--card.block--withoutImage + .block--card.block--withoutImage {
    border-left: 0 none;
    padding-left: 0;
}
.blockGroup .blockGroup-row--withoutImage + .blockGroup-row--withoutImage {
    padding-top: 0;
}
.blockGroup--cardWithImage .blockGroup-row--withImageAndWithoutImage .block--withoutImage:first-child, .blockGroup--cardWithImage .blockGroup-row--withImageAndWithoutImage .block--withoutImage:last-child {
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}
.blockGroup--cardWithImage.blockGroup--inset .blockGroup-row--withImageAndWithoutImage .block--withoutImage:last-child:not(:only-child), .blockGroup--cardWithImage.blockGroup--inset .blockGroup-row--withImageAndWithoutImage .block--withoutImage:first-child:not(:only-child) {
    box-shadow: none;
}
.blockGroup--card .block--cardWithFullBleedImage + .block--card.block--withoutImage, .blockGroup--cardWithImage .blockGroup-row + .blockGroup-row--withoutImage, .blockGroup .blockGroup-row--withoutImage + .blockGroup-row--withoutImage {
    border-top: 0 none;
}
.blockGroup--card .block--card.block--withoutImage {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.blockGroup-row--withImageAndWithoutImage .block--withoutImage:first-child:not(:only-child), .blockGroup-row--withImageAndWithoutImage .block--withoutImage:last-child:not(:only-child), .blockGroup--cardWithFullBleedImage .blockGroup-row--withImageAndWithoutImage .block--withoutImage:first-child:not(:only-child), .blockGroup--cardWithFullBleedImage .blockGroup-row--withImageAndWithoutImage .block--withoutImage:last-child:not(:only-child) {
    padding-left: 0;
    padding-right: 0;
}
.blockGroup-row--withoutImage {
    padding: 0;
}
.block-content .postMetaInline {
    display: inline;
    margin-left: 0;
}
.block-postMeta .postMetaInline--supplemental {
    display: block;
}
}
@media (max-width: 680px) {
.block--collection {
    display: block;
    margin-bottom: 20px;
    margin-left: 0;
    width: 100%;
}
}
@media (max-width: 500px) {
.blockGroup--inset .blockGroup-list {
    border-right: 0 none;
}
.blockGroup-list.layoutSingleColumn {
    margin: 0;
}
.block--card:only-child .block-title, .block--card .block-title {
    font-size: 24px;
    margin-left: -1.2px;
}
.block--card.block--withoutImage .block-snippet, .block--cardWithImage:only-child .block-snippet {
    font-size: 16px;
}
.block--cardWithOutFullBleedImage:only-child .block-snippet, .block--cardWithOutFullBleedImage .block-snippet, .block--card.block--withoutImage .block-snippet--preview, .block--cardWithFullBleedImage:only-child .block-snippet, .block--cardWithFullBleedImage .block-snippet {
    font-size: 14px;
}
.block--cardWithOutFullBleedImage .block-content, .block--cardWithOutFullBleedImage.block--inset .block-content, .block--cardWithFullBleedImage .block-content, .block--inset.block--cardWithFullBleedImage .block-content {
    padding: 15px 15px 20px;
}
.block--card:only-child .block-title {
    margin-bottom: 10px;
}
.block-postMeta .postMetaInline--author, .blockDivider-name {
    font-size: 11px;
}
.block-postMeta {
    margin-bottom: 8px;
    margin-right: 0;
}
.postMetaInline {
    font-size: 12px;
}
.block .bookmarkStatus .icon--readingList:before {
    font-size: 14px;
}
.block--cardWithImage.block--inset .block-content, .block--cardWithImage .block-content {
    padding: 15px 15px 5px;
}
.blockGroup-row--withImageAndWithoutImage .block--inset.block--withoutImage:not(:only-child) .block-content, .blockGroup-row--withImageAndWithoutImage .block--withoutImage:not(:only-child) .block-content, .block--card.block--withoutImage .block-content, .block--card.block--withoutImage.block--inset .block-content {
    padding: 25px 15px;
}
.block--cardWithOutFullBleedImage:only-child, .block--cardWithFullBleedImage:only-child, .block--inset.block--cardWithOutFullBleedImage:only-child, .block--inset.block--cardWithFullBleedImage:only-child {
    height: 400px;
}
.block--cardWithOutFullBleedImage, .block--cardWithOutFullBleedImage.block--inset, .block--cardWithFullBleedImage, .block--cardWithFullBleedImage.block--inset {
    height: 240px;
}
.block--cardWithImage:only-child .block-image {
    height: 250px;
}
.block--cardWithImage .block-image {
    height: 200px;
}
.blockGroup--header.is-imageBackgrounded {
    min-height: 400px;
}
.block .block-snippet--preview {
    display: none;
}
.blockGroup.is-ordered .block--list:before {
    font-size: 18px;
    left: 16px;
}
.block-image{

    width: 100% !important;
    margin: 0px auto 15px !important;
    height: auto !important;
    text-align: center !important;

}
.block--list .block-image {
    height: 90px;
    margin-bottom: 10px;
    margin-left: 10px;
    width: 90px;
}
.block--list .block-content {
    margin-right: 0;
}
.block--list .block-snippet {
    font-size: 16px;
    margin-right: 0;
}
.block--list .block-title {
    font-size: 18px;
    margin-left: -0.9px;
    margin-right: 0;
}
.block--inset.block--list {
    margin: 0 20px;
    padding: 20px 0 15px;
}
.block--list:not(.block--withoutImage) .block-title {
    word-wrap: break-word;
}
.postArticle .layoutSingleColumn .block--inset.block--list {
    margin: 0;
}
}
.menu {
    margin-bottom: 30px;
}
.hero-description + .menu {
    margin-top: -10px;
}
.menu-item {
    display: inline-block;
    vertical-align: top;
}
.menu-item--icons, .menu-item:not(.menu-item--icons) > .button--chromeless {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.8);
    font-size: 24px;
    padding: 10px 20px 5px;
}
.menu-item--icons, .menu-item:last-child > .button--chromeless {
    border-right: 0 none;
}
.menu-item--icons .icon:before {
    color: rgba(0, 0, 0, 0.8);
    font-size: 23px;
}
.menu-label {
    color: rgba(0, 0, 0, 0.6);
    display: block;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.menu-item--icons .button--chromeless:last-child .icon:before {
    margin-right: 0;
}
.menu-item--icons .button--chromeless:hover .icon:before {
    color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 500px) {
.menu-item--icons, .menu-item:not(.menu-item--icons) > .button--chromeless {
    padding: 7px 17px 3px;
    vertical-align: top;
}
.menu-label {
    font-size: 7px;
}
}
.sidebar {
    background-color: #fafafa;
    /*bottom: 0;*/
    box-sizing: border-box;
    display: block;
    padding: 10px 20px;
    position: absolute;
    /*position: fixed;*/
    right: 0;
    top: 0;
    width: 300px;
	float:right
}
.sidebar--fixed {
    overflow: hidden;
    position: fixed;
}
.sidebar--wide {
    padding: 0 30px 28px;
    top: 55px;
    width: 400px;
}
.sidebar--bordered {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.sidebar--desktopOnly {
    box-shadow: -1px 0 1px -2px rgba(0, 0, 0, 0.9);
}
.sidebar--editor {
    display: none;
    transform: translate3d(300px, 0px, 0px);
    z-index: 600;
}
.sidebar--editor.is-open {
    display: block;
    height: auto;
    min-width: 300px;
    transform: translate3d(0px, 0px, 0px);
}
.screenContent.is-showingSidebar .postArticle, .screenContent.is-showingSidebar .metabar {
    box-sizing: border-box;
    padding-right: 300px;
}
.screenContent.is-showingSidebar .drawer, .screenContent.is-showingSidebar .editorMain {
    margin-right: 300px;
}
.sidebar--editor .buttonSet {
    line-height: 40px;
    margin-right: -9px;
}
.sidebar--editor .icon--trashcan:before {
    top: 4px;
}
.sidebar-controls {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin: 0 -20px;
    padding: 0 20px;
}
.sidebar-controls .tabs {
    margin-bottom: 12px;
}
.sidebar-content {
    bottom: 0;
    left: 0;
    overflow-y: auto;
    padding: 12px 20px;
    position: absolute;
    right: 0;
    top: 71px;
}
.sidebar-wrapper {
    padding-top: 24px;
    width: 340px;
}
.sidebar-wrapper.is-dockedTop {
    position: fixed;
    top: 0;
}
.sidebar-wrapper.is-dockedBottom {
    bottom: 0;
    position: fixed;
}
.sidebar .footer {
    width: 100%;
}
.v-beautifulHomepage .sidebar .footer .button--link {
    font-size: 11px;
    margin-right: 10px;
}
.v-beautifulHomepage .sidebar .footer .button--link:last-child {
    margin-right: 0;
}
@media all and (max-width: 1200px) {
.sidebar--desktopOnly.sidebar--wide {
    width: 350px;
}
.sidebar-wrapper {
    width: 290px;
}
}
@media all and (max-width: 1000px) {
.sidebar--desktopOnly {
    display: none;
}
}
.interstitial {
    background-color: #fafafa;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin: 35px 0;
    min-height: 150px;
    padding: 35px 0;
    position: relative;
}
.interstitial--list {
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
}
.interstitial-contentWrapper {
    margin: 0 auto;
    max-width: 800px;
    min-height: 200px;
    padding: 50px;
    position: relative;
    width: 80%;
}
.interstitial-content {
    color: rgba(255, 255, 255, 1);
    /*width: 75%;*/
}
.interstitial-title {
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin-bottom: 5px;
}
.interstitial-text {
    font-family: "Myriad Pro","jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 36px;
   /* font-style: italic;*/
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
}
.interstitial--sidebar {
    height: 280px;
    margin: 0 -30px -27px;
    padding: 0;
}
.interstitial--sidebar .interstitial-content {
  /*  color: rgba(0, 0, 0, 0.9);*/
    /*padding-right: 45px;*/
    text-align: center;

}
.interstitial--sidebar .interstitial-contentWrapper {
    padding: 40px 30px;
   /* width: 85%;*/
}
.interstitial--sidebar .interstitial-text {
    font-size: 24px;
    text-align: center;
}
.interstitial-title--cards {
    color: #fff;
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 0 0 15px;
    text-align: left;
    text-transform: uppercase;
}
.interstitial--dark .interstitial-content {
    color: rgba(0, 0, 0, 0.8);
}
@media all and (max-width: 1000px) {
.interstitial {
    margin-bottom: 0;
    margin-top: 0;
}
.interstitial-contentWrapper {
    min-height: 150px;
    padding: 50px 75px;
    width: auto;
}
.interstitial.u-showOnTablet + .blockGroup .block--list:first-child {
    border-top: 0 none;
}
}
@media all and (min-width: 1000px) {
.interstitial.u-showOnTablet + .blockGroup .block--list:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
}
@media all and (max-width: 1000px) {
.interstitial {
    background-position: 55% 30px;
}
}
@media all and (max-width: 800px) {
.interstitial.u-showOnTabletPortrait + .blockGroup .block--list:first-child {
    border-top: 0 none;
}
}
@media all and (min-width: 800px) {
.interstitial.u-showOnTabletPortrait + .blockGroup .block--list:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
}
@media all and (max-width: 680px) {
.interstitial {
    background-position: 55% 20px;
}
.interstitial-contentWrapper {
    min-height: 160px;
    padding: 40px 20px;
}
.interstitial-title {
    font-size: 18px;
    line-height: 1.2;
}
.interstitial-text {
    font-size: 14px;
}
.interstitial-title--cards {
    font-size: 12px;
}
}
@media all and (max-width: 500px) {
.interstitial {
    background-position: 55% 45px;
    padding: 5px 0;
}
.interstitial--list {
    padding: 20px;
}
.interstitial-content {
    width: 85%;
}
.interstitial-title--cards {
    margin: 21px 20px 5px;
}
.interstitial-cardsWrapper {
    overflow-x: auto;
    padding: 0 20px;
    white-space: nowrap;
}
}
.stats-title {
    margin: 0 30px;
    padding-bottom: 17px;
}
.stats-title--page {
    line-height: 1;
    margin-top: 70px;
}
.stats-title--user, .stats-title--chart {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.stats-titleHeading {
    color: rgba(0, 0, 0, 0.6);
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.02em;
}
.stats-title--chart.is-singlePost .stats-titleInner--post, .stats-title--chart .stats-titleInner--all {
    display: block;
}
.stats-title--chart.is-singlePost .stats-titleInner--all, .stats-title--chart .stats-titleInner--post {
    display: none;
}
.stats-title--chart button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
}
.stats-titleHeading--post {
    height: 1.2em;
    margin-right: 30px;
    max-width: 420px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.stats-totalNumber {
    display: block;
    font-size: 50px;
    height: 40px;
    letter-spacing: -0.04em;
    line-height: 34px;
    margin-bottom: 5px;
}
.stats--noPosts {
    color: rgba(0, 0, 0, 0.3);
    font-size: 18px;
    text-align: center;
}
@media screen and (max-width: 1000px) {
.stats-title {
    border-bottom-color: rgba(0, 0, 0, 0.15);
    height: 35px;
    margin: 15px 0 0;
    padding: 0 0 0 10px;
}
.stats-title--page {
    font-size: 18px;
    line-height: 2;
    margin: 5px 0 0;
}
.stats-title h2 {
    font-size: 16px;
    line-height: 2;
}
.stats-totalNumber {
    font-size: 24px;
    height: 34px;
    margin-bottom: 0;
}
}
.shareWidget {
    margin: 50px 0;
}
.shareWidget .button .icon--twitter:before {
    color: #55acee;
    margin-left: 6px;
}
.shareWidget .button:hover .icon--twitter:before, .shareWidget .button:focus .icon--twitter:before {
    color: #006daa;
}
.shareWidget .button .icon--facebook:before {
    color: #3b5998;
}
.shareWidget .button:hover .icon--facebook:before, .shareWidget .button:focus .icon--facebook:before {
    color: #1d315b;
}
.shareWidget .button .icon--email:before {
    color: #57ad68;
}
.shareWidget .button:hover .icon--email:before, .shareWidget .button:focus .icon--email:before {
    color: #468c54;
}
.shareWidget-title {
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}
.shareWidget .button--chromeless {
    color: rgba(0, 0, 0, 0.8);
}
.shareWidget .button--sendEmail {
    background-color: #57ad68;
    border-color: #57ad68;
    color: #fff;
}
.shareWidget .button--sendEmail:hover, .shareWidget .button--sendEmail:focus {
    background-color: #468c54;
    border-color: #468c54;
}
.shareWidget .emailShareForm {
    margin: 20px auto 0;
}
.postWrapper {
    overflow: hidden;
}
.postWrapper, .postWrapper-inner {
    position: relative;
}
.postWrapper:before, .postWrapper-inner:before, .postWrapper:after, .postWrapper-inner:after {
    content: " ";
    display: table;
}
.postWrapper:after, .postWrapper-inner:after {
    clear: both;
}
.is-postEditMode .postWrapper {
    display: none;
}
.is-postEditModeInitialized .postWrapper {
    display: block;
}
.postArticle {
    position: relative;
    transform: translateZ(0px);
}
.postField--body {
    margin-bottom: 30px;
    padding-top: 65px;
}
.postField--body:before, .postField--body:after {
    content: " ";
    display: table;
}
.postField--body:after {
    clear: both;
}
.graf--p, .graf--blockquote, .graf--pullquote {
    margin-bottom: 30px;
}
.graf--blockquote + .graf--blockquote {
    margin-top: -30px;
    padding-top: 30px;
}
.section--last {
    padding-bottom: 5px;
}
.screenContent.is-preListingEditorClosing, .screenContent.is-transitioningListingEditor {
    overflow: hidden;
}
.screenContent.is-transitioningListingEditor .postArticle {
    transition: transform 300ms cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}
.screenContent.is-transitioningListingEditor .metabar {
    box-shadow: none;
    opacity: 1;
    transition: opacity 300ms ease 0s;
}
.screenContent.is-showingListingEditor .metabar {
    display: none;
    opacity: 0;
}
.screenContent.is-transitioningListingEditor .metabar, .screenContent.is-preTransitionListingEditor .metabar {
    display: block;
}
.postContent {
    font-family: "freight-text-pro",Georgia,Cambria,"Times New Roman",Times,serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.01rem;
    line-height: 1.5;
}
.postField, .postField:focus {
    outline: 0 none;
    word-wrap: break-word;
}
.graf--h2 {
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size:35px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1;
    margin-bottom: 8px;
    margin-left: -3px;
    margin-top: 40px;
    padding-top: 0;
}
.graf--h3 {
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 4px;
    margin-left: -1.8px;
    margin-top: 40px;
}
.graf--h4 {
    color: rgba(0, 0, 0, 0.44);
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 2px;
    margin-left: -1.6px;
    margin-top: 40px;
}
section.is-imageBackgrounded .graf--h4, section[data-background-color]:not([data-background-color$="Light"]) .graf--h4 {
    color: rgba(255, 255, 255, 0.65);
}
.section--first .graf--h2.graf--first, .section--first .graf--h3.graf--first, .section--first .graf--h4.graf--first {
    margin-top: 0;
    padding-top: 0;
}
.graf--h2 + .graf--h2 {
    margin-top: -8px;
}
.graf--h2 + .graf--h3, .graf--h2 + .graf--h4 {
    margin-top: -6px;
}
.graf--h3 + .graf--h4, .graf--h4 + .graf--h3 {
    margin-top: -2px;
}
.graf--h3 + .graf--h2, .graf--h4 + .graf--h2 {
    margin-top: 2px;
}
.dropCap {
    float: left;
    font-family: "freight-text-pro",Georgia,Cambria,"Times New Roman",Times,serif;
    font-size: 2.925em;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.01rem;
    line-height: 0.875em;
    padding-right: 6px;
}
.dropCap--editable {
    overflow: hidden;
    padding-right: 0;
    width: 1px;
}
.dropCap--editable + .dropCap {
    margin-left: -1px;
}
.graf--blockquote {
    border-left: 3px solid rgba(0, 0, 0, 0.8);
    font-family: "freight-text-pro",Georgia,Cambria,"Times New Roman",Times,serif;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.01rem;
    margin-left: -23px;
    padding-bottom: 3px;
    padding-left: 20px;
}
.is-darkBackgrounded .graf--blockquote {
    border-left-color: rgba(255, 255, 255, 0.85);
}
.graf--pullquote {
    border: medium none;
    font-family: "freight-text-pro",Georgia,Cambria,"Times New Roman",Times,serif;
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.01rem;
    line-height: 1.4;
    margin: 48px -160px;
    padding: 0;
    text-align: center;
    transition: margin 100ms ease 0s;
}
.graf--hr, hr.section-divider {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0.15) -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    display: block;
    margin: 51px auto 41px;
    width: 100px;
}
.graf--pre {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
    font-family: Menlo,Monaco,"Courier New","Courier",monospace;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 20px;
    white-space: pre-wrap;
}
.graf--pre + .graf--pre {
    margin-top: -20px;
    padding-top: 4px;
}
.graf--mixtapeEmbed {
    border-color: rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.6);
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.02em;
    margin-bottom: 40px;
    margin-top: 40px;
    max-height: 310px;
    max-width: 700px;
    overflow: hidden;
    padding: 30px;
    position: relative;
}
.is-backgrounded .graf--mixtapeEmbed {
    background-color: rgba(255, 255, 255, 0.97);
    border: medium none;
}
.markup--mixtapeEmbed-strong {
    color: #000;
    display: block;
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: -14px;
}
.markup--mixtapeEmbed-em {
    display: block;
    font-size: 16px;
    font-style: normal;
    margin-bottom: 10px;
    max-height: 120px;
    overflow: hidden;
}
.mixtapeImage {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    float: right;
    height: 310px;
    margin: -30px -30px 0 25px;
    width: 310px;
}
.mixtapeImage--empty {
    height: 0;
    width: 0;
}
.markup--audio {
    color: rgba(255, 255, 255, 0);
    display: inline-block;
    font-family: "medium-icons";
    font-size: 54px;
    font-style: normal;
    font-weight: normal;
    height: 20px;
    line-height: 0;
    margin: 0 5px;
    position: relative;
    text-decoration: none;
    text-indent: 0;
    text-rendering: optimizelegibility;
    text-transform: none;
    width: 20px;
}
.markup--audio:hover:before {
    color: #666665;
    content: "ï„›";
}
.markup--audio:before {
    color: #b3b3b1;
    content: "ï„œ";
    height: 20px;
    position: absolute;
    top: 25px;
    width: 20px;
}
.markup--audio.is-playing:before {
    color: #57ad68;
    content: "ï„š";
}
.markup--quote {
    transition: background-color 200ms ease 0s;
}
.markup--quote.is-me {
    background: none repeat scroll 0 0 rgba(142, 252, 164, 0.5);
}
.markup--quote.is-selected {
    background: none repeat scroll 0 0 rgba(142, 252, 164, 0.5);
}
.markup--sentence {
    transition: background-color 200ms ease 0s;
}
.markup--sentence:hover {
    background: none repeat scroll 0 0 rgba(142, 252, 164, 0.5);
    cursor: pointer;
}
p[data-align="center"], .graf--h2[data-align="center"], .graf--h3[data-align="center"], .graf--h4[data-align="center"], .graf--blockquote[data-align="center"] {
    text-align: center;
}
.postField--body > section {
    clear: both;
    position: relative;
}
section:first-child > .section-divider, section.is-backgrounded + section > .section-divider {
    display: none;
}
.postField--body .section--first:not(.is-imageBackgrounded), .postField--body .section--first.section-image--content {
    padding-top: 75px;
}
.postArticle--response .postField--body .section--first {
    padding-top: 0;
}
.postArticle--response .postField--body .section--first:not(.is-imageBackgrounded):before, .postArticle--response .postField--body .section--first.section-image--content:before {
    background-color: rgba(0, 0, 0, 0.15);
    content: "";
    display: block;
    height: 1px;
    margin: 0 auto 50px;
    text-align: center;
    width: 100px;
}
.section--first.is-backgrounded {
    margin-top: 0;
}
.section-inner {
    position: relative;
}
.section-background {
    display: none;
}
.section--bottomCenter > .section-inner {
    vertical-align: bottom;
}
section.is-backgrounded {
    margin: 80px 0;
    padding: 80px 0;
    width: 100%;
}
section.is-backgrounded + section.is-backgrounded {
    margin-top: -80px;
}
section.is-backgrounded:last-child {
    margin-bottom: 0;
}
section.is-imageBackgrounded {
    box-sizing: border-box;
    padding-bottom: 80px;
}
section.is-imageBackgrounded.is-darkBackgrounded {
    background: none repeat scroll 0 0 #191918;
    color: #fff;
}
section.is-imageBackgrounded.is-darkBackgrounded.is-sectionUsingCanvas {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
}
section.section-image--fullBleed.is-sectionUsingCanvas {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
}
section.section-image--fullBleed {
    padding-top: 110vh;
}
section.section-image--fullScreen, section.section-image--coverFade {
    min-height: 100vh;
    padding-top: 50vh;
}
section.section-image--coverFade {
    height: 100vh;
}
section.section-image--aspectRatio, section.section-image--aspectRatioViewport {
    padding: 0;
}
section.is-imageBackgrounded + section.is-imageBackgrounded {
    margin-top: -81px;
}
section.is-imageBackgrounded > .section-background {
    cursor: default;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
}
.section-image--content > .section-background {
    height: 100%;
    max-height: 100vh;
}
.section-image--fullScreen > .section-background, .section-image--coverFade > .section-background {
    height: 100vh;
}
.section-image--fullBleed > .section-background {
    height: 110vh;
}
section.is-imageBackgrounded .section-backgroundImage {
    background-position: center center;
    background-size: cover;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.section-image--fullBleed .section-backgroundImage {
    height: 100vh;
}
.section-image--content .section-backgroundImage {
    bottom: 0;
    max-height: 100vh;
}
.section-image--fullScreen .section-backgroundImage, .section-image--coverFade .section-backgroundImage {
    height: 100vh;
}
.section-image--aspectRatioViewport .section-backgroundImage:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.44);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
section.section-image--coverFade {
    display: table;
    padding-bottom: 0;
    padding-top: 0;
}
.section-coverFadePadding {
    display: table-cell;
    padding-bottom: 160px;
    vertical-align: bottom;
}
.section-doubleWidthTable {
    width: 200%;
}
.section-doubleWidthTable > .u-tableCell {
    width: 50%;
}
.section-image--aspectRatio .section-content {
    padding-bottom: 3%;
    padding-top: 80px;
}
.section-image--aspectRatio.is-imageBackgrounded .section-background, .section-image--aspectRatio.is-imageBackgrounded .section-backgroundImage {
    bottom: 0;
}
section.is-sectionUsingCanvas.is-imageBackgrounded .section-backgroundImage {
    display: none;
}
.section-doubleWidthTable {
    width: 200%;
}
.section-doubleWidthTable > .u-tableCell {
    width: 50%;
}
.section-image--aspectRatioViewport.section--topCenter .section-content {
    padding: 120px 0 80px;
}
.section-image--aspectRatioViewport.section--middleCenter .section-content {
    padding: 100px 0;
}
.section-image--aspectRatioViewport.section--bottomCenter .section-content {
    padding-bottom: 80px;
}
.section-image--aspectRatioViewport .graf--first {
    margin-top: 0;
}
.section-image--aspectRatioViewport .graf--last {
    margin-bottom: 0;
}
.section-image--aspectRatioViewport.is-imageBackgrounded .section-background, .section-image--aspectRatioViewport.is-imageBackgrounded .section-backgroundImage {
    bottom: 0;
}
section.is-sectionUsingCanvas.is-imageBackgrounded .section-backgroundImage {
    display: none;
}
.section-aspectRatioViewportPlaceholder {
    max-height: 100vh;
}
.section-aspectRatioViewportBottomSpacer, .section-aspectRatioViewportBottomPlaceholder {
    display: none;
    max-height: 50vh;
}
.section--bottomCenter .section-aspectRatioViewportBottomSpacer, .section--bottomCenter .section-aspectRatioViewportBottomPlaceholder {
    display: block;
}
.section--bottomCenter .section-aspectRatioViewportPlaceholder {
    display: none;
}
.section--topCenter .section-contentCell {
    vertical-align: top;
}
.section--middleCenter .section-contentCell, .section--bottomCenter .section-contentCell {
    vertical-align: middle;
}
.section-aspectRatioViewportCropPlaceholder {
    max-height: 100vh;
}
.sectionLayout--outsetColumn, .sectionLayout--outsetRow {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1020px;
    padding-top: 35px;
    width: 100%;
}
.sectionLayout--outsetColumn:before, .sectionLayout--outsetRow:before, .sectionLayout--outsetColumn:after, .sectionLayout--outsetRow:after {
    content: " ";
    display: table;
}
.sectionLayout--outsetColumn:after, .sectionLayout--outsetRow:after {
    clear: both;
}
.sectionLayout--outsetColumn + .sectionLayout--outsetRow, .sectionLayout--outsetRow + .sectionLayout--outsetColumn, .sectionLayout--outsetRow + .sectionLayout--outsetRow {
    padding-top: 0;
}
.sectionLayout--outsetColumn + .layoutSingleColumn, .sectionLayout--outsetColumn + .u-fillWidth, .sectionLayout--outsetRow + .layoutSingleColumn, .sectionLayout--outsetRow + .u-fillWidth {
    padding-top: 65px;
}
.screenContent.is-notesListVisible .sectionLayout--outsetColumn, .screenContent.is-notesListVisible .sectionLayout--outsetRow {
    transform: translate3d(-170px, 0px, 0px);
    transition: transform 200ms ease 0s;
}
.markup--comment {
    background: none repeat scroll 0 0 rgba(80, 171, 201, 0.1);
    border: 1px solid rgba(80, 171, 201, 0.25);
    box-sizing: border-box;
    color: rgba(88, 151, 172, 0.9);
    display: none;
    margin: 0 2px 0 1px;
}
body.is-postEditMode .markup--comment {
    display: inline;
}
section.is-darkBackgrounded .markup--comment {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.65);
}
.markup--blockquote-em, .markup--pullquote-em, .markup--figure-em, .markup--h2-em, .markup--h3-em, .markup--h4-em, .markup--sectionCaption-em {
    font-style: normal;
}
.markup--h4-strong {
    font-weight: 300;
}
.supplementalPostContent {
    opacity: 0;
    transition: opacity 200ms ease 0s;
}
.is-supplementalPostContentLoaded .supplementalPostContent {
    opacity: 1;
}
.graf--figure {
    box-sizing: border-box;
    clear: both;
    margin-bottom: 30px;
    outline: medium none;
    position: relative;
}
.graf--figure.is-partialWidth {
    box-sizing: content-box;
    clear: none;
    float: left;
    margin-bottom: 0;
    padding: 5px;
}
.sectionLayout--outsetRow .graf--figure.is-partialWidth:first-child {
    padding-left: 0;
}
.sectionLayout--outsetRow .graf--figure.is-partialWidth:last-child {
    padding-right: 0;
}
.sectionLayout--outsetRow[data-paragraph-count="2"] {
    padding-left: 10px;
}
.sectionLayout--outsetRow[data-paragraph-count="2"] .is-partialWidth:first-child {
    margin-left: -10px;
}
.sectionLayout--outsetRow[data-paragraph-count="3"] {
    padding-left: 20px;
}
.sectionLayout--outsetRow[data-paragraph-count="3"] .is-partialWidth:first-child {
    margin-left: -20px;
}
.graf--figure.blockLayout--outsetRow {
    clear: both;
}
.graf-image, .graf-imageAnchor, .iframeContainer > iframe, .iframeContainer {
    box-sizing: border-box;
    display: block;
    margin: auto;
    max-width: 100%;
}
.postField--outsetCenterImage {
    padding: 5px 0;
}
.postField--outsetCenterImage + .postField--outsetCenterImage {
    margin-top: -30px;
}
.postField--outsetCenterImage:last-child {
    margin-bottom: 0;
}
.postField--outsetCenterImage .graf-image {
    margin: 0;
}
.graf--h4 + .graf--figure, .graf--h3 + .graf--figure, .graf--h2 + .graf--figure {
    margin-top: 15px;
}
.postField--constrainedHeightPreviewImage {
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
}
.postField--constrainedHeightPreviewImage > .aspectRatioPlaceholder {
    float: left;
}
.postField--insetLeftImage, .postField--outsetLeftImage {
    float: left;
    margin-bottom: 10px;
    margin-right: 30px;
    margin-top: 10px;
}
.postField--insetLeftImage {
    width: 50%;
}
.postField--outsetLeftImage {
    width: 75%;
}
.postField--fillWidthImage {
    margin-bottom: 20px;
    margin-top: 80px;
}
.postField--fillWidthImage + .postField--fillWidthImage {
    margin-top: -80px;
}
.postField--fillWidthImage .imageCaption {
    padding-bottom: 10px;
}
section[data-background-color] .graf--first.postField--fillWidthImage, section[data-background-color] + section .graf--first.postField--fillWidthImage {
    margin-top: -80px;
}
.section--first .graf--first.postField--fillWidthImage, .section--first .graf--first.postField--fillWidthCroppedCoverImage {
    margin-top: -75px;
}
.postArticle--response .section--first .graf--first.postField--fillWidthImage, .postArticle--response .section--first .graf--first.postField--fillWidthCroppedCoverImage {
    margin-top: auto;
}
section[data-background-color] .graf--last.postField--fillWidthImage {
    margin-bottom: 0;
}
.postField--outsetLeftImage {
    margin-left: -160px;
}
.imageCaption {
    color: rgba(0, 0, 0, 0.6);
    font-family: "freight-text-pro",Georgia,Cambria,"Times New Roman",Times,serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    left: -172px;
    letter-spacing: 0.01rem;
    line-height: 1.4;
    margin-top: 0;
    outline: 0 none;
    position: absolute;
    text-align: right;
    top: 0;
    width: 150px;
    z-index: 300;
}
.imageCaption:before {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    content: "";
    display: block;
    margin-bottom: 10px;
    margin-left: 75%;
    width: 25%;
}
section.is-imageBackgrounded .imageCaption, section[data-background-color]:not([data-background-color$="Light"]) .imageCaption {
    color: rgba(255, 255, 255, 0.65);
}
.m-imageCaption-below, .postField--outsetLeftImage > .imageCaption, .postField--outsetCenterImage > .imageCaption, .postField--fillWidthImage > .imageCaption, .is-partialWidth > .imageCaption {
    left: 0;
    margin-top: 10px;
    position: relative;
    text-align: center;
    width: 100%;
}
.postField--outsetLeftImage > .imageCaption:before, .postField--outsetCenterImage > .imageCaption:before, .postField--fillWidthImage > .imageCaption:before, .is-partialWidth > .imageCaption:before {
    content: none;
}
.postField--outsetCenterImage > .imageCaption, .postField--fillWidthImage > .imageCaption {
    margin: 10px auto 0;
    text-align: center;
}
.postField--fillWidthImage > .imageCaption {
    max-width: 1020px;
}
.graf--sectionCaption {
    display: block;
    font-size: 16px;
    font-style: italic;
    text-align: center;
}
.section-captionContent, section.is-darkBackgrounded > .section-captionContent {
    color: rgba(0, 0, 0, 0.6);
    display: block;
    left: 0;
    margin-top: 10px;
    position: absolute;
    top: 100%;
    width: 100%;
}
.aspectRatioPlaceholder {
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.aspectRatioPlaceholder.is-locked .graf-image, .aspectRatioPlaceholder.is-locked .graf-imageAnchor {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.postList {
    counter-reset: post;
    margin-bottom: 30px;
}
.postList > li:before {
    box-sizing: border-box;
    display: inline-block;
    margin-left: -58px;
    position: absolute;
    text-align: right;
    width: 58px;
}
ol.postList > li:before {
    content: counter(post, decimal) ".";
    counter-increment: post;
    padding-right: 12px;
}
ul.postList > li:before {
    content: "â€¢";
    font-size: 14.3px;
    padding-right: 15px;
    padding-top: 6px;
}
.graf--li {
    margin-bottom: 12px;
    margin-left: 30px;
    padding-top: 2px;
}
.graf--li:last-child {
    margin-bottom: 0;
}
.graf--h2 + .postList, .graf--h3 + .postList, .graf--h4 + .postList {
    margin-top: 10px;
}
.graf--h2 + .graf--p.graf--empty, .graf--h3 + .graf--p.graf--empty, .graf--h4 + .graf--p.graf--empty {
    margin-bottom: -7px;
    margin-top: -7px;
}
.graf--h2 + .graf--p.graf--empty + .graf--h2, .graf--h3 + .graf--p.graf--empty + .graf--h2, .graf--h4 + .graf--p.graf--empty + .graf--h2 {
    margin-top: -5px;
}
.graf--h2 + .graf--p.graf--empty + .graf--h3, .graf--h3 + .graf--p.graf--empty + .graf--h3, .graf--h4 + .graf--p.graf--empty + .graf--h3, .graf--h2 + .graf--p.graf--empty + .graf--h4, .graf--h3 + .graf--p.graf--empty + .graf--h4, .graf--h4 + .graf--p.graf--empty + .graf--h4 {
    margin-top: -8px;
}
.graf--p.graf--startsWithSingleQuote {
    text-indent: -0.24em;
}
.graf--p.graf--startsWithDoubleQuote {
    text-indent: -0.43em;
}
.graf--h2.graf--startsWithSingleQuote, .graf--h3.graf--startsWithSingleQuote {
    text-indent: -0.28em;
}
.graf--h2.graf--startsWithDoubleQuote, .graf--h3.graf--startsWithDoubleQuote {
    text-indent: -0.47em;
}
.graf--h4.graf--startsWithSingleQuote {
    text-indent: -0.25em;
}
.graf--h4.graf--startsWithDoubleQuote {
    text-indent: -0.37em;
}
.graf--startsWithSingleQuote[data-align="center"], .graf--startsWithDoubleQuote[data-align="center"], .notesContent .graf--startsWithSingleQuote, .notesContent .graf--startsWithDoubleQuote {
    text-indent: 0;
}
.is-languageTier3 .postContent, .is-languageTier3 .graf--blockquote, .is-languageTier3 .graf--pullquote, .is-languageTier3 .imageCaption {
    font-family: Georgia,Cambria,"Times New Roman",Times,serif;
}
.is-languageTier3 .graf--h2, .is-languageTier3 .graf--h3, .is-languageTier3 .graf--h4, .is-languageTier3 .graf--mixtapeEmbed, .is-languageTier3 .markup--mixtapeEmbed-strong {
    font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
}
.postSubscribeByEmail {
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin-bottom: 60px;
    margin-top: -40px;
}
.postSubscribeByEmail-inner {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    display: inline-block;
    padding-top: 25px;
}
.postSubscribeByEmail-label {
    margin-bottom: 10px;
}
.postFooter--simple2 {
    margin-bottom: 50px;
}
.postFooter--simple2 .button--recommend .icon--heartThin:before {
    font-size: 29px;
    top: 6px;
}
.postFooter--simple2 .voteWidget--footer {
    margin-top: 10px;
}
.postFooter--simple2 .voteWidget--footer .link, .metabar--postSecondaryBar .voteWidget--text .link {
    color: rgba(0, 0, 0, 0.6);
}
.postFooter--simple2 .button--vertical .label {
    margin-top: 1px;
}
.postFooter--simple2 .button--vertical .label, .postFooter--simple2 .voteWidget--footer {
    color: rgba(0, 0, 0, 0.3);
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.02em;
}
.postFooter--simple2 .button--vertical:hover > .icon {
    border-color: rgba(0, 0, 0, 0.44);
}
.postFooter--simple2 .button--vertical:hover > .label {
    color: rgba(0, 0, 0, 0.44);
}
.postFooter--simple2 .button--more .label, .postFooter--simple2 .button--more:hover .label {
    color: #C9C9C9;
}
.postFooter--simple2 .button--vertical .icon:before, .postFooter--simple2 .button--circle .icon:before {
    color: rgba(0, 0, 0, 0.8);
}
.postFooter--simple2 .button--vertical .icon--arrowDownThin:before, .postFooter--simple2 .button--circle .icon--arrowDownThin:before {
    color: rgba(0, 0, 0, 0.44);
}
.icon-share2 {
    position: relative;
    top: 11px;
    font-size: 16px;
	right: 1px;
	}
	i.icon-share3 {
    position: relative;
    top: 10px;
    font-size: 15px;
	
	}
	.iconesave4 {
	
		background: url("images/iconsave.png") no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
    top: 6px;
    left: 6px;
	right:6px;
		}
.postFooter--simple2 .button--vertical .icon--readingListThin:before {
    font-size: 15px;
}
.postFooter--simple2 .button--vertical .icon--readingList:before {
    color: #57ad68;
    top: 15px;
}
.postFooter--simple2 .button--vertical .icon--shareThin:before {
    font-size: 26px;
    top: 15px;
}
.postFooter--simple2 .button--vertical.button--bookmark {
    margin-right: 0;
	margin-top:-164px;
    width: 80px;
}
.postFooter--simple2 .button--vertical.button--share {
    margin-right: 22px;
	margin-top:-164px;
}
.postFooter--simple2.postFooter--condensed .button--circle {
    margin-left: 10px;
}
.postFooter--simple2.postFooter--condensed .button--circle .icon--readingListThin:before {
    font-size: 13px;
}
.postFooter--simple2.postFooter--condensed .button--circle .icon--shareThin:before {
    font-size: 23px;
    top: 4px;
}
.postFooter--simple2.postFooter--condensed .button--circle .icon--arrowDownThin:before {
    top: 2px;
}
.postFooter-info--simple2 {
    
    border-top: 1px solid #000;
    margin-top: 45px;
    padding: 25px 0;
}
.comment_number {
    font: 20px/0px arial;
    color: black;
    position: relative;
    top: 75px;
}
.img_comment {
    position: relative;
    top: 150px;
    float: left;
}
.postFooter--info--simple2 .infoCard-border {
    margin: 25px 0 25px 85px;
}
.postFooter-info--tags {
    margin-bottom: -15px;
    margin-top: 30px;
}
.postFooter-acknowledgments--simple2 {
    clear: both;
    color: rgba(0, 0, 0, 0.3);
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin: 10px 0 0 85px;
}
.postFooter-unlistedMessage--simple2 {
    clear: both;
    color: rgba(0, 0, 0, 0.8);
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin: 10px 0 0 85px;
}
.postFooter-unlistedMessage--simple2 .icon {
    margin-right: 5px;
}
.postFooter-unlistedMessage--simple2 .icon:before {
    font-size: 14px;
}
.postFooter-acknowledgments--simple2 .link {
    color: rgba(0, 0, 0, 0.6);
}
.postFooter-acknowledgments--simple2 .postMeta-acknowledgments {
    margin-top: 5px;
}
.postFooter-acknowledgments--simple2 .button--chromeless {
    font-size: 12px;
}
.postFooter-mobileRecommendNote .notesVoteContainer {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    margin: 15px 0;
    padding: 10px 0 15px;
}
.postFooter-mobileRecommendNote .notesVote-mobileTapButton {
    height: 75px;
    text-align: left;
}
.postFooter-mobileRecommendNote .button:not(.notesVote-mobileTapButton) {
    margin-right: 10px;
}
.postFooter--simple2.is-showingResponses .postFooter-info--simple2 {
    border-bottom: 0 none;
}
.postCollaborators .button:hover {
    color: rgba(0, 0, 0, 0.6);
}
.postCollaborators {
    margin-top: 6px;
}
.postCollaborators .postCollaborators-heading {
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.postCollaborators-item {
    color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    line-height: 1.4;
    word-wrap: break-word;
}
.is-postCollaboratorVisible .postCollaborators-link {
    color: rgba(0, 0, 0, 0.6);
}
.postCollaborators .button, .postCollaborators-decline {
    margin-left: 3px;
}
@keyframes throb {
0% {
    color: #57ad68;
    text-shadow: 0 0 5px rgba(150, 50, 32, 0.2);
}
50% {
    color: rgba(87, 173, 104, 0.5);
    text-shadow: 0 0 20px #cc5454;
}
100% {
    color: #57ad68;
    text-shadow: 0 0 5px rgba(150, 50, 32, 0.2);
}
}
.postCollaborators--throb:hover {
}
.postCollaborators-item:after {
    content: ", ";
}
.postCollaborators-item:last-child:after {
    content: "";
}
.button > .icon--more:before {
    margin-right: 0;
    top: -1px;
}
.button > .icon--flag {
    display: inline-block;
    left: 4px;
    position: relative;
    text-align: left;
    top: 3px;
    width: 25px;
}
.emailShareForm {
    margin-top: 16px;
    text-align: left;
    width: 480px;
}
.emailShareForm .textInput {
    box-sizing: border-box;
    height: auto;
    padding: 16px 14px;
    width: 100%;
}
.emailShareForm .textInput[disabled] {
    color: rgba(0, 0, 0, 0.3);
}
.emailShareForm-shareComment {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    margin-top: 5px;
    min-height: 120px;
    padding-top: 50px;
    text-align: center;
}
.emailShareForm-emailAddressErrorMessage {
    display: none;
    font-size: 12px;
    margin-top: 5px;
}
.emailShareForm-emailAddressErrorMessage.is-visible {
    display: block;
}
.emailShareForm-shareComment .textInput--seamless {
    height: 90px;
    margin-top: -50px;
    width: 100%;
}
.emailShareForm-sharePostData {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    color: #000;
    margin: 5px;
    padding: 15px 10px 10px;
    position: relative;
    text-align: left;
}
.emailShareForm-sharePostData:before, .emailShareForm-sharePostData:after {
    content: " ";
    display: table;
}
.emailShareForm-sharePostData:after {
    clear: both;
}
.emailShareForm-sharePostTextContainer {
    overflow: hidden;
}
.emailShareForm-sharePostText {
    float: left;
    width: 100%;
}
.emailShareForm-sharePostTitle {
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.02em;
    overflow: hidden;
    padding: 0 10px 3px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.emailShareForm-sharePostSubtitle {
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.02em;
    overflow: hidden;
    padding: 0 10px 3px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.emailShareForm-postAuthorImage {
    float: right;
    height: 40px;
    margin-left: 5px;
    width: 40px;
}
.postResponse {
    margin-bottom: 40px;
    margin-top: 100px;
    position: relative;
    text-align: center;
}
.postResponse-note {
    color: rgba(0, 0, 0, 0.44);
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.postResponse-title {
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 1.1;
}
.postResponse--preview {
    margin: 0;
    position: relative;
    text-align: center;
}
.postResponse--preview > .postResponse-note {
    color: rgba(0, 0, 0, 0.44);
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.postResponse--preview > .postResponse-title {
    font-size: 18px;
    letter-spacing: 0;
}
.postResponse--preview > .section-divider {
    margin-bottom: 20px;
    margin-top: 30px;
}
.block--preview {
    max-width: 580px;
    padding: 32px 0 25px;
}
.postArticle--short .postWrapper {
    margin-left: -60px;
    padding-bottom: 15px;
    padding-left: 60px;
    padding-top: 5px;
}
.postArticle--short .postContent {
    cursor: pointer;
    font-size: 18px;
    line-height: 1.45;
}
.postArticle--short .postField--body {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}
.postArticle--short .postField--body .section--first {
    padding-top: 0;
}
.postArticle--short .section--last {
    padding-bottom: 0;
}
.postArticle--short .graf--p, .postArticle--short .graf--blockquote, .postArticle--short .graf--pullquote {
    margin-bottom: 20px;
}
.postArticle--short .graf--h2 {
    font-size: 32px;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 3px;
    margin-left: 0;
    margin-top: 16px;
}
.postArticle--short .graf--h3 {
    font-size: 24px;
    letter-spacing: -0.02em;
    margin-bottom: 2px;
    margin-left: 0;
    margin-top: 20px;
}
.postArticle--short .graf--h4 {
    color: rgba(0, 0, 0, 0.6);
    font-size: 24px;
    letter-spacing: -0.02em;
    line-height: 1.4;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 22px;
}
.postArticle--short .graf--h2 + .graf--h2 {
    margin-top: -2px;
}
.postArticle--short .graf--h2 + .graf--h3, .postArticle--short .graf--h2 + .graf--h4 {
    margin-top: -2px;
}
.postArticle--short .graf--h3 + .graf--h4 {
    margin-top: 0;
}
.postArticle--short .graf--h4 + .graf--h3 {
    margin-top: -1px;
}
.postArticle--short .graf--h3 + .graf--h2, .postArticle--short .graf--h4 + .graf--h2 {
    margin-top: 2px;
}
.postArticle--short .graf--pullquote {
    font-size: 18px;
    margin: 20px 0;
    text-align: left;
}
.postArticle--short ul.postList > li:before {
    font-size: 11.7px;
    padding-top: 4px;
}
.postArticle--short .graf--pre {
    font-size: 12px;
    padding: 15px;
}
.postArticle--short .graf--p[data-align="center"], .postArticle--short .graf--h2[data-align="center"], .postArticle--short .graf--h3[data-align="center"], .postArticle--short .graf--h4[data-align="center"], .postArticle--short .graf--blockquote[data-align="center"] {
    text-align: left;
}
.postArticle--short .graf--figure {
    margin-bottom: 20px;
}
.postArticle--short .graf--figure.is-partialWidth {
    margin-bottom: 0;
}
.postArticle--short .sectionLayout--outsetColumn, .postArticle--short .sectionLayout--outsetRow {
    padding-top: 0;
}
.postArticle--short .sectionLayout--outsetColumn + .layoutSingleColumn, .postArticle--short .sectionLayout--outsetColumn + .u-fillWidth, .postArticle--short .sectionLayout--outsetRow + .layoutSingleColumn, .postArticle--short .sectionLayout--outsetRow + .u-fillWidth {
    padding-top: 20px;
}
.postArticle--short .graf--mixtapeEmbed {
    margin-bottom: 20px;
    margin-top: 20px;
}
.tier-1 .postArticle--short .markup--anchor {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    text-decoration: underline;
}
.postArticle--short .markup--anchor.markup--mixtapeEmbed-anchor {
    background-image: none;
    text-decoration: none;
}
.postArticle--short .graf--first {
    margin-top: 0;
}
.postArticle--short .graf--last {
    margin-bottom: 0;
}
.logo-container {
    display: none;
    height: 100px;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 500;
}
.iframeContainer {
    overflow: auto;
}
.iframeContainer > iframe {
    transform: translateZ(0px);
}
@media (min-width: 1200px) {
.screenContent.is-notesListVisible .graf--pullquote {
    margin-left: -320px;
    margin-right: 0;
}
}
@media (max-width: 1200px) {
.imageCaption, .postField--outsetCenterImage > .imageCaption {
    left: 0;
    margin-top: 10px;
    position: relative;
    text-align: center;
    width: 100%;
}
.imageCaption:before {
    content: none;
}
.screenContent.is-notesListVisible .sectionLayout--outsetColumn, .screenContent.is-notesListVisible .sectionLayout--outsetRow {
    transform: translate3d(0px, 0px, 0px);
}
}
@media (max-width: 1000px) {
.postContent {
    font-size: 22px;
}
.graf--pullquote {
    font-size: 24px;
    line-height: 1.4;
    margin: 43px -10px;
}
.postField--outsetLeftImage, .postField--insetLeftImage.graf--iframe {
    margin-bottom: 20px;
}
.postField--outsetLeftImage, .postField--insetLeftImage.graf--iframe, .postField--outsetCenterImage {
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.graf-image {
    height: auto;
    width: 100%;
}
.postField--fillWidthImage .imageCaption, .postField--outsetCenterImage .imageCaption, .sectionLayout--outsetRow .imageCaption {
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
}
.logo-container {
    margin-top: 50px;
}
}
@media (max-width: 680px) {
.postField--body {
    padding-top: 115px;
}
.graf--blockquote, .graf--pullquote {
    margin-left: -20px;
    padding-left: 17px;
}
.graf--mixtapeEmbed {
    max-height: 250px;
}
.mixtapeImage {
    height: 250px;
    width: 220px;
}
.metabar--postSecondaryBar .voteWidget--text, .metabar--postSecondaryBar .voteWidget--text .link {
    color: rgba(0, 0, 0, 0.3);
}
.postField--body .section--first:not(.is-imageBackgrounded), .postField--body .section--first.section-image--content {
    padding-top: 20px;
}
.section--first .graf--first.postField--fillWidthImage, .section--first .graf--first.postField--fillWidthCroppedCoverImage {
    margin-top: -20px;
}
}
@media (max-width: 720px) {
.postFooter-actionsWrapper {
    height: 70px;
}
.notesVoteContainer .icon:before, .actionMenu .icon:before {
    font-size: 30px;
}
.actionMenu .popover-title {
    margin: 0 10px;
}
.postResponse {
    margin-top: 125px;
}
.postResponse--preview {
    margin-top: 8px;
}
.postResponse-note {
    font-size: 18px;
}
.postResponse-title {
    font-size: 24px;
}
}
@media (max-width: 500px) {
.postField--body {
    margin-bottom: 10px;
    padding-top: 105px;
}
.postArticle[lang] .graf--p, .postArticle[lang] .graf--blockquote {
}
.graf--h2 {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 6px;
    padding-top: 12px;
}
.graf--h3 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 4px;
    margin-top: 18px;
}
.graf--h3:first-child {
    margin-top: -3px;
}
.graf--h4 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 2px;
    margin-top: 18px;
}
.graf--h2 + .graf--h3, .graf--h2 + .graf--h4 {
    margin-top: -4px;
}
.graf--h3 + .graf--h4, .graf--h4 + .graf--h3 {
    margin-top: -2px;
}
.graf--h3 + .graf--h2, .graf--h4 + .graf--h2 {
    margin-top: 4px;
}
.graf--pullquote {
    font-size: 24px;
    line-height: 1.4;
    margin: 43px 0;
    padding-left: 0;
}
.graf--sectionCaption {
    font-size: 14px;
}
.markup--mixtapeEmbed-strong {
    font-size: 24px;
}
.graf--mixtapeEmbed {
    font-size: 14px;
}
section.is-backgrounded {
    margin: 40px 0;
    padding: 40px 0;
}
section.is-backgrounded.is-aboveSectionCaption {
    margin-bottom: 80px;
}
section.is-backgrounded + section.is-backgrounded {
    margin-top: -40px;
}
section.is-imageBackgrounded {
    padding-bottom: 40px;
}
section.section-image--aspectRatio, section.section-image--aspectRatioViewport {
    padding: 0;
}
.sectionLayout--outsetRow {
    padding-left: 0;
    padding-right: 0;
}
.graf--figure.is-partialWidth {
    float: none;
    padding-left: 0;
    padding-right: 0;
    width: auto !important;
}
.sectionLayout--outsetRow[data-paragraph-count="2"], .sectionLayout--outsetRow[data-paragraph-count="3"] {
    padding-left: 0;
}
.sectionLayout--outsetRow[data-paragraph-count="2"] .is-partialWidth:first-child, .sectionLayout--outsetRow[data-paragraph-count="3"] .is-partialWidth:first-child {
    margin-left: 0;
}
.postField--body .section--first:not(.is-imageBackgrounded), .postField--body .section--first.section-image--content {
    padding-top: 0;
}
.section--first .graf--first.postField--fillWidthImage, .section--first .graf--first.postField--fillWidthCroppedCoverImage {
    margin-top: 0;
}
.postField--fillWidthImage {
    margin-bottom: 40px;
    margin-top: 40px;
}
.postField--fillWidthImage + .postField--fillWidthImage {
    margin-top: -40px;
}
.postContent {
    font-size: 20px;
    line-height: 1.4;
}
.graf--hr, hr.section-divider {
    margin: 40px auto 33px;
    width: 60px;
}
ul.postList > .graf--li:before {
    font-size: 13px;
}
.graf--pre {
    font-size: 14px;
}
.post-footer {
    padding-top: 0;
}
.popover-upvotes[data-count="0"] {
    display: none;
}
.popover-upvotes {
    display: block;
}
.emailShareForm, .emailShareForm-emailAddressContainer, .emailShareForm-shareComment {
    width: 100%;
}
.emailShareForm-shareComment {
    box-sizing: border-box;
    margin-top: 2px;
    padding: 12px 14px;
}
.emailShareForm-shareComment .textInput--seamless {
    margin-top: 0;
    padding: 5px 0;
}
.emailShareForm-sharePostData {
    padding: 15px 0 0;
}
.button--sharedraft {
    display: none;
}
.sectionLayout--outsetRow .imageCaption {
    padding-bottom: 10px;
    width: 100% !important;
}
.mixtapeImage {
    display: none;
}
.postFooter--simple2.postFooter--noResponses {
    margin-bottom: 0;
}
.postFooter--simple2.postFooter--noResponses .postFooter-info--simple2 {
    border-bottom: 0 none;
}
}
@media print {
body.template-flex-article * {
    visibility: hidden;
}
body.template-flex-article .postContent, body.template-flex-article .postContent * {
    visibility: visible;
}
@page {
    margin-bottom: 0.75in;
    margin-top: 0.75in;
}
body.template-flex-article .layoutSingleColumn {
    margin: 0 auto;
    max-width: 4.95in;
}
body {
    color: #000;
    orphans: 2;
    widows: 2;
}
.postContent {
    font-size: 14.96px;
}
.graf--h2 {
    font-size: 40.8px;
    margin-left: -2.04px;
}
.graf--h3 {
    font-size: 24.48px;
    margin-left: -1.224px;
}
.graf--h4 {
    font-size: 21.76px;
    margin-left: -1.088px;
}
.graf--h4, section.is-imageBackgrounded .graf--h4, section[data-background-color]:not([data-background-color$="Light"]) .graf--h4 {
    color: rgba(0, 0, 0, 0.6);
}
.graf--pullquote {
    font-size: 20.4px;
}
.graf--pre {
    font-size: 10.88px;
}
.graf--p, .graf--blockquote, .graf--pullquote {
    margin-bottom: 20.4px;
}
.graf--blockquote {
    border-left: 0.17em solid #000;
}
ul.postList > li:before {
    font-size: 9.724px;
    padding-top: 3px;
}
.graf--figure {
    page-break-inside: avoid;
}
.is-sectionUsingCanvas.is-darkBackgrounded .section-background {
    display: none;
}
.is-sectionUsingCanvas.is-darkBackgrounded:before, .is-sectionUsingCanvas.is-darkBackgrounded:after {
    background-color: rgba(0, 0, 0, 0.15);
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    width: 100px;
}
.is-sectionUsingCanvas.is-darkBackgrounded:before {
    margin-top: -40px;
}
.is-sectionUsingCanvas.is-darkBackgrounded:after {
    margin-top: 30px;
}
.is-sectionUsingCanvas.is-darkBackgrounded .section-inner {
    color: #000;
}
.section-image--aspectRatioViewport.section--topCenter .section-content, .section-image--aspectRatioViewport.section--middleCenter .section-content, .section-image--aspectRatioViewport.section--bottomCenter .section-content {
    padding: 0;
}
.postField--body {
    padding-top: 0;
}
.postField--body .section--first:not(.is-imageBackgrounded), .postField--body .section--first.section-image--content, .postArticle--response .postField--body .section--first:not(.is-imageBackgrounded), .postArticle--response .postField--body .section--first.section-image--content {
    padding-top: 200px;
}
.postResponse {
    display: none;
}
.postArticle--response .postField--body .section--first {
    padding-top: 0;
}
.postArticle--response .postField--body .section--first:not(.is-imageBackgrounded):before, .postArticle--response .postField--body .section--first.section-image--content:before {
    display: none;
}
.postFooter--simple2 {
    page-break-inside: avoid;
}
.postFooter-actions--simple2 {
    display: none;
}
.infoCard-actions {
    display: none;
}
}
.markup--anchor {
    text-decoration: underline;
}
.tier-1 .markup--anchor {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 50%);
    background-position: 0 24px;
    background-repeat: repeat-x;
    background-size: 2px 2px;
    text-decoration: none;
}
.tier-1 .markup--h2-anchor {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
    background-position: 0 65px;
    background-repeat: repeat-x;
    background-size: 2px 3px;
}
.tier-1 .markup--h3-anchor {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
    background-position: 0 39px;
    background-repeat: repeat-x;
    background-size: 2px 2px;
}
.tier-1 .markup--h4-anchor {
    background-position: 0 33px;
}
.tier-1 .markup--pullquote-anchor {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 50%);
    background-position: 0 33px;
    background-repeat: repeat-x;
}
.tier-1 .markup--figure-anchor {
    background-image: linear-gradient(to bottom, #fff 50%, #b3b3b1 50%);
    background-position: 0 15px;
    background-repeat: repeat-x;
}
.markup--quote.is-other {
    text-decoration: underline;
}
.tier-1 .markup--quote.is-other {
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: initial;
    background-image: linear-gradient(to right, #1abc9c 70%, rgba(255, 255, 255, 0) 70%);
    background-position: 0 25px;
    background-repeat: repeat-x;
    background-size: 5px 2px;
}
.markup--quote.is-other > .markup--quote.is-other, .tier1 .markup--quote.is-other > .markup--quote.is-other {
    background-image: none;
    text-decoration: inherit;
}
.tier-1 .is-sectionUsingCanvas.is-imageBackgrounded > .section-inner .markup--anchor, .tier-1 section[data-background-color]:not([data-background-color$="Light"]) > .section-inner .markup--anchor {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #fff 50%);
    background-repeat: repeat-x;
}
.tier-1 .is-sectionUsingCanvas.is-imageBackgrounded > .section-inner .markup--h2-anchor, .tier-1 .is-sectionUsingCanvas.is-imageBackgrounded > .section-inner .markup--h3-anchor, .tier-1 section[data-background-color]:not([data-background-color$="Light"]) > .section-inner .markup--h2-anchor, .tier-1 section[data-background-color]:not([data-background-color$="Light"]) > .section-inner .markup--h3-anchor {
    background-image: linear-gradient(to bottom, #fff, #fff);
    background-repeat: repeat-x;
}
.tier-1 section.is-darkBackgrounded .markup--anchor {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.65) 50%);
    background-repeat: repeat-x;
}
.tier-1 section.is-darkBackgrounded .markup--h2-anchor, .tier-1 section.is-darkBackgrounded .markup--h3-anchor {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 50%);
    background-repeat: repeat-x;
}
@media not all, only screen and (min-resolution: 2dppx), not all {
.tier-1 .markup--figure-anchor {
    background-image: linear-gradient(to bottom, #fff 75%, #b3b3b1 75%);
    background-repeat: repeat-x;
}
.tier-1 .is-sectionUsingCanvas.is-imageBackgrounded > .section-inner .markup--anchor, .tier-1 section[data-background-color]:not([data-background-color$="Light"]) > .section-inner .markup--anchor {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 75%, #fff 75%);
    background-repeat: repeat-x;
}
.tier-1 .markup--anchor {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.8) 75%);
    background-repeat: repeat-x;
}
.tier-1 .markup--h2-anchor, .tier-1 .markup--h3-anchor {
    background-image: linear-gradient(to bottom, #333332, #333332);
    background-repeat: repeat-x;
}
}
.tier-1 .is-languageTier3 .markup--anchor, .tier-1 .is-languageTier3 section.is-darkBackgrounded .markup--anchor, .tier-1 section.is-darkBackgrounded .markup--pre-anchor, .tier-1 .markup--pre-anchor, .tier-1 .is-languageTier3 .is-sectionUsingCanvas.is-imageBackgrounded > .section-inner .markup--anchor {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    text-decoration: underline;
}
.tier-1 .is-languageTier3 .markup--mixtapeEmbed-anchor {
    text-decoration: none;
}
@media (max-width: 1000px) {
.tier-1 .markup--pullquote-anchor {
    background-position: 0 25px;
}
}
@media (max-width: 500px) {
.tier-1 .markup--anchor {
    background-position: 0 22px;
}
.tier-1 .markup--h2-anchor {
    background-position: 0 39px;
    background-size: 2px 2px;
}
.tier-1 .markup--h3-anchor {
    background-position: 0 29px;
    background-size: 2px 2px;
}
.tier-1 .markup--h4-anchor {
    background-position: 0 28px;
}
.tier-1 .markup--pullquote-anchor {
    background-position: 0 25px;
}
.tier-1 .markup--figure-anchor {
    background-position: 0 15px;
}
}
.markup--anchor.markup--mixtapeEmbed-anchor {
    background-image: none;
    text-decoration: none;
}
@media print {
.markup--anchor, .markup--figure-anchor, .markup--pre-anchor, .tier-1 .markup--figure-anchor, .tier-1 .markup--pre-anchor {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    text-decoration: none;
}
}
.postFooter--readNext {
    background-color: #fafafa;
    display: block;
    padding-bottom: 20px;
}
.postFooter--readNext .postFooter-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    color: rgba(0, 0, 0, 0.44);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding-bottom: 15px;
    padding-top: 50px;
    text-transform: uppercase;
}
.postFooter--readNext .postFooter-title strong {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 700;
}
.postFooter--readNextPanel {
    background: none repeat scroll 0 0 #fafafa;
    bottom: 0;
    height: auto;
    left: 0;
    margin-bottom: 50px;
    opacity: 1;
    position: fixed;
    right: 0;
}
.postFooter--readNextPanel.is-hidden {
    height: 0;
    opacity: 0;
}
@media screen and (max-width: 680px) {
.postFooter--readNextPanel {
    overflow: auto;
    top: 0;
    z-index: 500;
}
.postFooter--readNext .postFooter-title {
    padding-top: 20px;
}
.postFooter--readNextPanel .block--list {
    margin: 0;
}
}
@media print {
.postFooter--readNext {
    display: none;
}
}
.responsesWrapper {
    clear: both;
    margin-bottom: 60px;
    padding: 0;
}
.responses {
    margin-top: 70px;
}
.responses-prompt {
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.02em;
}
.responses-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    color: rgba(0, 0, 0, 0.44);
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.responses-subtitle {
    color: rgba(0, 0, 0, 0.44);
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    margin-top: -20px;
}
.response {
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.02em;
}
.response--hidden {
    display: none;
}
.responses--allVisible .response--hidden {
    display: block;
}
@media (max-width: 500px) {
.layoutSingleColumn .responses {
    margin: 0 0 50px;
}
.responses-prompt {
    margin-bottom: 30px;
}
.responses-title {
    font-size: 12px;
}
}
@media print {
.responsesWrapper {
    display: none;
}
}
.notesContainer {
    display: none;
    font-size: 14px;
    left: 100%;
    line-height: 1.3;
    margin-left: 40px;
    padding-left: 20px;
    position: absolute;
    width: 294px;
}
.notesPositionContainer {
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.02em;
    position: relative;
}
.notesMarkers {
    position: absolute;
    right: 0;
    top: 0;
}
.notesPositionContainer > .notesContainer, .notesPositionContainer > .notesMarkers {
    z-index: 60;
}
.notesPositionContainer > .notesMarkers {
    overflow: visible;
}
.postArticle[data-allow-notes="false"] .notesMarkers, .postArticle[data-allow-notes="false"] .notesContainer {
    display: none;
}
.screenContent.is-notesListVisible .notesContainer {
    display: block;
}
.notesMarker {
    cursor: pointer;
    display: none;
    height: 24px;
    left: 0;
    margin: -2px 0 0;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    width: 20px;
}
.icon--notesMarker {
    color: rgba(0, 0, 0, 0.3);
    top: 2px;
    transition: color 100ms ease 0s;
}
.notesMarker.is-withNotes .icon--notesMarker {
    color: rgba(0, 0, 0, 0.6);
}
.notesMarker-count, .notesMarker-nocount {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    left: 0;
    line-height: 36px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.notesMarker-nocount {
    color: rgba(0, 0, 0, 0.44);
    font-size: 13px;
    font-weight: normal;
    left: 1px;
    line-height: 35px;
    transition: color 100ms ease 0s;
}
.screenContent.is-notesListVisible .notesMarker.is-highlighted .icon--notes {
    color: #a9d8b2;
}
.notesMarker:hover .icon--notesHollow {
    color: rgba(0, 0, 0, 0.44);
}
.notesMarker:hover .notesMarker-nocount {
    color: rgba(0, 0, 0, 0.6);
}
.notesMarker.is-active .icon--notes, .notesMarker:hover .icon--notes, .screenContent.is-notesListVisible .notesMarker.is-active .icon--notesMarker, .screenContent.is-notesListVisible .notesMarker.is-active .notesMarker-nocount {
    color: #57ad68;
}
body.is-resizing .notesMarker {
    display: none;
}
.notesMarker.is-active, .notesMarker.is-withNotes, .notesMarker.is-highlighted {
    display: block;
}
.notesMarker.is-notesSourceFloated {
    margin-top: -40px;
}
.notesMarker.is-notesSourceOutsetCenter {
    margin-left: 180px;
}
.screenContent.is-notesListVisible .notesMarker.is-notesSourceOutsetCenter {
    margin-left: 0;
}
.notesList {
    padding-bottom: 20px;
    position: absolute;
    transition: top 100ms ease 0s;
    width: 280px;
}
.notesList-title {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.notesSource {
    position: relative;
}
.notesAuthor {
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.notesAuthor .icon--invisible {
    color: rgba(0, 0, 0, 0.3);
    margin-left: 6px;
}
.notesAvatar {
    left: 0;
    position: absolute;
}
.notesItem, .notesEditContainer {
    padding-left: 42px;
    position: relative;
}
.newNoteEditor {
    outline: medium none;
    padding-top: 20px;
}
.notesItems:empty + .newNoteEditor {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.notesItem {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    cursor: pointer;
    padding-bottom: 20px;
    padding-top: 20px;
}
.notesContent, .notesEditor {
    outline: 0 none;
    word-wrap: break-word;
}
.notesEditor {
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.02em;
}
.notesEditor.defaultValue {
    color: rgba(0, 0, 0, 0.3);
}
.notesContent > a {
    text-decoration: underline;
}
.notesFooter, .notesFooter .button--chromeless, .notesContainer .button--chromeless {
    font-size: 13px;
}
.notesFooter {
    color: rgba(0, 0, 0, 0.3);
    margin-top: 5px;
}
.notesFooter .button--chromeless:before {
    color: rgba(0, 0, 0, 0.3);
    content: "Â·";
    margin: 0 5px;
}
.button--withoutSeparator:before, .notesFooter .button--chromeless:first-child:before {
    display: none;
}
.notesContainer .button--chromeless {
    color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.notesContainer .button--chromeless:hover, .notesContainer .button--primary {
    color: #57ad68;
}
.notesContainer .button--primary:hover {
    color: #468c54;
}
.button--editNotesAction, .is-notesEditMode .button--notesTextAction, .is-notesEditMode .notesReplies .button--editNotesAction {
    display: none;
}
.is-notesEditMode .notesReplies .button--notesTextAction, .is-notesEditMode .button--editNotesAction {
    display: inline;
}
.notesContainer .button--chromeless.button--addNotes {
    cursor: pointer;
    font-size: 14px;
    line-height: 32px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.button .icon--addNotes {
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
    position: relative;
    width: 32px;
}
.button .icon--addNotes:before {
    color: rgba(0, 0, 0, 0.15);
    display: block;
    font-size: 26px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 2px;
    width: 32px;
}
.button--addNotes:hover .icon--addNotes:before {
    color: #57ad68;
}
.button--addNotes, .is-hidingNotesEditor .notesEditContainer, .notesAddCreatorText, .is-notesCreator .notesAddText {
    display: none;
}
.is-hidingNotesEditor .button--addNotes {
    display: block;
}
.is-notesCreator .notesAddCreatorText {
    display: inline;
}
.notesDisclaimer {
    color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
}
.is-notesCreator .notesDisclaimer {
    display: none;
}
.notesDisclaimer:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
    content: "";
    display: block;
    height: 1px;
    margin: 16px 0 10px;
    width: 40px;
}
.notesControls {
    position: absolute;
    right: 0;
    top: -1px;
}
.notesLink {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: rgba(0, 0, 0, 0.15);
    font-size: 16px;
    position: relative;
    right: 5px;
    top: 5px;
}
.notesState {
    cursor: pointer;
    float: right;
    font-size: 13px;
    height: 28px;
}
.notesState li {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.3);
    height: 26px;
    line-height: 24px;
    margin-bottom: -1px;
    padding: 0 8px 0 6px;
    position: relative;
}
.notesState-dropdown li {
    display: none;
    z-index: 10;
}
.notesState-dropdown li:first-child {
    display: block;
}
.notesState-dropdown li:hover {
    background: none repeat scroll 0 0 #57ad68;
    border-color: #468c54;
    color: #fff;
    z-index: 20;
}
.notesState-border {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: -1px;
}
.notesState .icon {
    display: inline-block;
    padding-right: 3px;
    text-align: center;
    width: 20px;
}
.notesState .icon:before {
    font-size: 15px;
    position: relative;
}
.notesState .icon--group:before {
    top: 1px;
}
.notesState .icon--invisible:before {
    top: 2px;
}
.notesState .icon--remove {
    font-size: 16px;
}
.notesState .icon--notesStateDown {
    padding-right: 2px;
    width: 11px;
}
.notesState .icon--notesStateDown:before {
    content: "â–¼";
    display: block;
    font-size: 5px;
    margin-left: 6px;
    position: absolute;
    top: 1px;
    transform: scaleX(2);
}
.notesReply--creator {
    display: none;
}
.button--notesReplyLink {
    display: block;
}
.is-showingNotesReplyCreator .notesReply--creator {
    display: block;
}
.is-showingNotesReplyCreator .button--notesReplyLink {
    display: none;
}
.notesReplies .notesAuthor {
    font-size: 13px;
}
.notesReplies--hidden .button--hiddenNotesReplies {
    display: inline;
}
.button--hiddenNotesReplies, .notesReplies--hidden .notesReplies-container {
    display: none;
}
.notesReply {
    margin-bottom: 6px;
    margin-top: 14px;
    padding-left: 34px;
    position: relative;
}
.notesReply-editor, .notesReply .notesContent {
    font-size: 13px;
}
.notesReply:hover .notesReply-hider {
    display: block;
}
.notesReply-hider {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    display: none;
    height: 8px;
    padding: 3px;
    position: absolute;
    right: 0;
    top: 0;
    width: 8px;
}
.notesReply-hider:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.notesReply-hider > .icon--remove {
    color: rgba(0, 0, 0, 0.15);
    font-size: 16px;
    left: 0;
    position: relative;
    top: -8px;
}
.markup--highlight {
    background: none repeat scroll 0 0 rgba(133, 246, 150, 0.5);
}
div.section-divider, .section-inner, .postFollowUps, .notesPositionContainer {
    position: relative;
    right: 0;
    transition: right 200ms ease 0s;
}
.screenContent.is-notesListVisible .notesPositionContainer {
    transition: none 0s ease 0s ;
}
.section-inner.u-fillWidth {
    left: 0;
    transition: left 200ms ease 0s;
}
.button--dismissNotes {
    display: none;
}
.notesVoteEditor {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    min-height: 65px;
}
.notesVoteContainer {
    clear: both;
    padding: 15px 0 30px;
}
.notesVoteContainer .notesVoteEditor {
    min-height: 0;
}
.is-notesVoteOpen .post-footer {
    display: none;
}
.popover--notesVote .button > .icon:before {
    font-size: 24px;
    margin-left: 2px;
    margin-right: 10px;
}
.notesVoteSocialShare {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: 15px;
    padding-top: 20px;
}
.notesVote-message, .notesVoteSocialShare-prompt {
    color: rgba(0, 0, 0, 0.3);
    font-size: 14px;
}
.notesVoteSocialShare-prompt {
    display: block;
    float: left;
    margin-right: 8px;
    margin-top: -5px;
}
.slideIndicator-fraction, .slideIndicators {
    background: none repeat scroll 0 0 #fff;
    margin-top: -10px;
    text-align: center;
}
.slideIndicator-fraction {
    color: rgba(0, 0, 0, 0.3);
    font-size: 11px;
    margin-bottom: 8px;
    padding-top: 5px;
}
.slideIndicators {
    list-style: outside none none;
}
.slideIndicator {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    display: inline-block;
    height: 6px;
    margin: 10px 3px 5px;
    width: 6px;
}
.slideIndicator.is-active {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
}
.is-darkBackgrounded, .is-darkBackgrounded .defaultValue, .is-darkBackgrounded .icon--addNotes:before, .is-darkBackgrounded .notesState li, .is-darkBackgrounded .notesLink {
    color: rgba(255, 255, 255, 0.65);
}
.is-darkBackgrounded .button--chromeless, .is-darkBackgrounded .button--primary {
    color: rgba(255, 255, 255, 0.85);
}
.is-darkBackgrounded .icon--notesMarker {
    color: rgba(255, 255, 255, 0.35);
}
.is-darkBackgrounded .notesMarker-count, .is-darkBackgrounded .notesMarker-nocount, .is-darkBackgrounded .notesAuthor, .is-darkBackgrounded .button--chromeless:hover, .is-darkBackgrounded .button--chromeless:hover .icon--addNotes:before, .is-darkBackgrounded .button--primary:hover, .is-darkBackgrounded.notesMarker:hover .icon--notesHollow, .is-darkBackgrounded.notesMarker:hover .notesMarker-nocount {
    color: #fff;
}
.is-darkBackgrounded.is-active .icon--notesMarker, .is-darkBackgrounded.is-active .notesMarker-nocount {
    color: #60d778;
}
.is-darkBackgrounded .notesState-border {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
}
.is-darkBackgrounded .notesItem {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}
.is-darkBackgrounded .notesState li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0) rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2);
    border-image: none;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-style: solid;
    border-width: 1px;
}
.is-darkBackgrounded .notesState-dropdown:hover li {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.97);
    color: #b3b3b1;
}
.is-darkBackgrounded .notesState-dropdown li:hover {
    background: none repeat scroll 0 0 #57ad68;
    border-color: #57ad68;
    color: #fff;
}
.is-darkBackgrounded .notesDisclaimer {
    color: rgba(255, 255, 255, 0.35);
}
.is-darkBackgrounded .notesDisclaimer:before {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
}
.notesRecommendations {
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin-top: 17px;
    position: relative;
    text-align: left;
}
.notesPostMeta.notesRecommendations {
    color: rgba(0, 0, 0, 0.3);
    margin-top: 0;
}
.metabar--light:not(.metabar--affixed) .notesRecommendations {
    color: #fff;
}
.notesRecommendations-item {
    line-height: 1.3;
    margin-left: 38px;
    position: relative;
    top: -3px;
}
.notesPostMeta .notesRecommendations-item {
    margin-left: 0;
}
.notesRecommendations-item > .icon--heart {
    margin-right: 6px;
}
.notesRecommendations-cite {
    display: block;
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.02em;
}
.notesPostMeta .notesRecommendations-cite {
    display: inline-block;
}
.notesPostMeta > .notesRecommendations-item {
    margin-top: 0;
    overflow: hidden;
    position: static;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.post-footer .notesRecommendations {
    display: none;
}
.notesVoteContainer--fill {
    background: none repeat scroll 0 0 #fff;
    bottom: 0;
    left: 0;
    margin-top: 0;
    padding: 20px 20px 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 900;
}
.notesVoteContainer--fill .noteVote-mobileExitButton {
    display: block;
    position: absolute;
    right: 10px;
    top: 5px;
}
.popover--notesVote .noteVote-mobileExitButton {
    display: none;
}
.is-notesVoteOpen .postArticle {
    display: none;
}
@media (min-width: 720px) {
.notesState-dropdown:hover li {
    display: block;
}
}
@media (max-width: 1500px) {
.screenContent.is-notesListVisible .notesContainer, .screenContent.is-notesListVisible .notesMarkers {
    animation: 200ms ease 100ms normal both 1 running slide-notes;
}
.screenContent.is-notesListVisible div.section-divider, .screenContent.is-notesListVisible .section-inner, .screenContent.is-notesListVisible .postFollowUps, .screenContent.is-notesListVisible .notesPositionContainer {
    right: 17.5%;
}
.notesMarker.is-notesSourceOutsetCenter {
    margin-left: 0;
}
}
@media (max-width: 1070px) {
.screenContent.is-notesListVisible div.section-divider, .screenContent.is-notesListVisible .section-inner, .screenContent.is-notesListVisible .postFollowUps, .screenContent.is-notesListVisible .notesPositionContainer {
    right: 45%;
}
.screenContent.is-notesListVisible .notesList {
    transition: none 0s ease 0s ;
}
.notesRecommendations {
    margin-top: 75px;
}
}
@media (max-width: 800px) {
.notesPostMeta > .notesRecommendations-item {
    white-space: normal;
}
}
@media (max-width: 680px) {
.layoutSingleColumn.notesPositionContainer {
    margin: 0;
    width: auto;
}
.notesMarker {
    margin-left: -30px;
    margin-top: -6px;
    padding: 10px 5px;
}
}
@media screen and (max-width: 500px) {
.notesRecommendations {
    font-size: 12px;
}
.v-beautifulHomepage .notesRecommendations {
    font-size: 13px;
}
.v-beautifulHomepage .notesRecommendations-item {
    line-height: 1.4;
}
}
@media screen and (max-width: 720px) {
.notesContainer, .notesList, .notesItem {
    width: 240px;
}
.screenContent.is-notesListVisible div.section-divider, .screenContent.is-notesListVisible .section-inner, .screenContent.is-notesListVisible .postFollowUps, .screenContent.is-notesListVisible .notesPositionContainer {
    right: 0;
}
.is-showingNotesReplyCreator .notesReply--creator, .button--notesReplyLink, .notesFooter, .screenContent.is-notesListVisible .newNoteEditor, .is-showingNotesReplies .post-footer, .is-showingNotesReplies .post-author-bottom, .is-showingNotesReplies .notesItem, .is-showingNotesReplies .notesControls, .screenContent.is-notesListVisible .notesMarkers, .newNoteEditor .notesFooter, .notesReplies-footer, .notesState-border, .notesLink, .notesList-title {
    display: none;
}
.notesVoteContainer .notesFooter {
    display: block;
}
.notesVoteContainer .notesFooter .button {
    margin: 0 6px 0 0;
    vertical-align: middle;
}
.notesVoteContainer {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: 35px;
    padding-top: 20px;
    text-align: left;
}
.notesVoteContainer--fill {
    margin-top: 0;
}
.notesVoteEditor {
    font-size: 16px;
    margin-bottom: 60px;
}
.notesVoteSocialShare .button {
    margin: 0 8px;
}
.notesVoteSocialShare .button .icon--email:before {
    margin-left: 10px;
    top: -1px;
}
.notesVoteSocialShare-prompt {
    width: 100px;
}
.screenContent.is-notesListVisible .postWrapper .section-inner.u-fillWidth {
    left: 0;
}
.is-resizing .notesMarker.is-withNotes {
    display: block;
}
.notesMarker:hover .icon--notesMarker {
    color: rgba(0, 0, 0, 0.15);
}
.screenContent.is-notesListVisible .postArticle {
    transform: none;
}
.notesPositionContainer {
    margin: 0;
    z-index: 700;
}
.screenContent.is-notesListVisible .notesContainer, .screenContent.is-notesListVisible .notesMarkers {
    animation: 0s ease 0s normal none 1 running none;
}
.is-showingNewNoteEditor.notesContainer {
    display: block;
    overflow: visible;
    position: absolute;
}
.screenContent.is-notesListVisible .notesPositionContainer {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
.screenContent.is-notesListVisible .notesContainer {
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.screenContent.is-notesListVisible .postArticle {
    z-index: 500;
}
.screenContent.is-notesListVisible .postArticle:after {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.65);
    bottom: 0;
    content: "";
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 500;
}
.screenContent.is-notesListVisible .notesList {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
}
.screenContent.is-notesListVisible .postWrapper-inner, .screenContent.is-notesListVisible .postContent-inner {
    position: static;
}
.notesList {
    bottom: 0;
    position: absolute;
    white-space: nowrap;
    width: 100%;
}
.notesItems {
    padding: 0;
}
.notesState-dropdown.is-open li {
    display: block;
}
@keyframes myfirst {
0% {
    transform: translate3d(100%, 0px, 0px);
}
100% {
    transform: translate3d(0px, 0px, 0px);
}
}
.screenContent.is-notesListVisible .notesItems {
    animation: 0.3s ease 0s normal none 1 running myfirst;
}
.notesItem {
    border-bottom: 0 none;
    display: inline-block;
    padding: 0;
    vertical-align: bottom;
    white-space: normal;
    width: 100%;
}
.notesEditContainer, .notesItem-inner {
    background: none repeat scroll 0 0 #fff;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.35);
    margin: 0 10px 10px;
    overflow: hidden;
    padding: 12px;
    position: relative;
    white-space: normal;
    width: auto;
}
.newNoteEditor {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    transform: translate3d(-100%, 0px, 0px);
    transition: transform 200ms cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}
.newNoteEditor:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.is-showingNewNoteEditor .newNoteEditor {
    display: block;
    transform: translate3d(0px, 0px, 0px);
}
.is-newNoteEditorActivated .newNoteEditor:before {
    display: none;
}
.notesItemEditor {
    clear: both;
}
.is-newNoteEditorActivated .notesFooter, .notesList {
    display: block;
}
.notesFooter, .notesContainer .button--chromeless {
    font-size: 14px;
}
.notesFooter {
    margin-top: 5px;
}
.notesReply-editor, .notesItemEditor {
    font-size: 14px;
}
.notesAuthor, .notesAvatar {
    float: left;
    position: relative;
}
.notesAvatar {
    margin-bottom: 2px;
}
.notesAuthor {
    font-size: 16px;
    line-height: 28px;
    margin-left: 8px;
}
.notesState li {
    border-right: 0 none;
    border-top: 0 none;
}
.notesContent {
    clear: both;
}
.notesReply-editor, .notesContent {
    clear: both;
}
.notesReply {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 40px;
}
.notesReply .notesAuthor {
    font-size: 14px;
    line-height: 1.2;
    margin: 1px 0 -1px;
}
.notesReply .notesContent {
    font-size: 14px;
}
.notesReply .notesAvatar {
    position: absolute;
}
.notesAvatar .avatar {
    height: 30px;
    width: 30px;
}
.notesReplies--hidden .notesReplies-container {
    border-bottom: 0 none;
    margin-bottom: 0;
}
.notesReplies .button--addNotes {
    display: block;
}
.notesReplies-footer, .notesReplies {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: 12px;
    padding-top: 10px;
}
.notesReplies .button--chromeless.button--addNotes {
    font-size: 13px;
    line-height: 1.2;
    padding-top: 0;
}
.notesReplies .icon--addNotes {
    margin-right: 7px;
}
.notesReplies .icon--addNotes {
    height: 20px;
    margin-left: 3px;
    margin-right: 15px;
    width: 20px;
}
.notesReplies .icon--addNotes:before {
    font-size: 20px;
    line-height: 14px;
    text-align: center;
    width: 26px;
}
.notesReplies .button {
    vertical-align: top;
}
.notesReply:hover .notesReply-hider {
    display: none;
}
.screenContent.is-notesListVisible .notesMarker {
    display: none;
}
.markup--highlight {
    position: relative;
    z-index: 600;
}
.screenContent.is-notesListVisible .button--dismissNotes {
    display: block;
    padding: 10px 12px 10px 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 800;
}
.button--dismissNotes .icon--notesMarker {
    font-size: 25px;
}
.button--dismissNotes .icon--notesMarker:before {
    color: #57ad68;
}
.button--dismissNotes .icon--remove:before {
    color: #fff;
    font-size: 16px;
    left: 5px;
    top: -2px;
}
.is-showingNotesReplies {
    overflow: hidden;
}
.is-showingNotesReplies .notesContainer {
    background: none repeat scroll 0 0 #fff;
}
.is-showingNotesReplies .notesList {
    margin-top: 0;
    top: 10px;
}
.is-showingNotesReplies .is-activeNote {
    display: block;
}
.is-showingNotesReplies .notesReplies-inner, .is-showingNotesReplies .is-activeNote .notesItem-inner, .is-showingNotesReplies .is-activeNote, .is-showingNotesReplies .notesItems {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.is-showingNotesReplies .notesReplies-footer {
    margin-top: 0;
}
.is-showingNotesReplies .notesReplies-inner {
    overflow: auto;
}
.is-showingNotesReplies .postContent-inner {
    position: relative;
}
.is-showingNotesReplies .button--dismissNotes .icon--notesMarker {
    display: none;
}
.is-showingNotesReplies .button--dismissNotes .icon--remove:before {
    color: rgba(0, 0, 0, 0.3);
    font-size: 24px;
    left: -4px;
    top: 16px;
}
.is-showingNotesReplies .notesItem-inner {
    display: flex;
    flex-flow: column nowrap;
}
.is-showingNotesReplies .notesItem-main {
    flex: 0 0 auto;
}
.is-showingNotesReplies .notesReplies {
    flex: 1 1 100%;
    position: relative;
}
.is-showingNotesReplyCreator .notesFooter, .is-showingNotesReplyCreator .notesReplies-footer, .is-showingNotesReplyCreator .notesFooter, .is-notesEditMode .notesReplies-footer, .is-notesEditMode .notesReply .notesFooter {
    display: none;
}
.is-showingNotesReplyCreator .is-notesEditMode .notesFooter, .is-showingNotesReplyCreator .notesReplies-footer .notesFooter {
    display: block;
}
}
@media screen and (max-height: 320px) {
.is-notesEditMode .notesReplies, .is-showingNotesReplyCreator .notesReplies, .is-showingNotesReplyCreator .notesReply, .is-showingNotesReplyCreator .notesItem-main {
    display: none;
}
.is-showingNotesReplyCreator .is-notesEditMode {
    display: block;
}
.is-showingNotesReplyCreator .notesReplies-footer, .is-showingNotesReplyCreator .notesReplies {
    border-top: 0 none;
    margin-top: 0;
    padding-top: 0;
}
}
@media print {
.screenContent.is-notesListVisible .section-inner, .screenContent.is-notesListVisible .postFollowUps, .screenContent.is-notesListVisible .notesPositionContainer {
    left: 0;
}
.markup--highlight {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
}
}
.list--quotes.is-empty {
    display: none;
}
.list--quotes {
    margin-bottom: 10px;
}
.list--quotes > .list-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 5px;
}
@media screen and (max-width: 720px) {
.list--quotes {
    display: none;
}
}
.paragraphControls > .notesMarker {
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: top;
}
.paragraphControls > .notesMarker-text {
    color: rgba(0, 0, 0, 0.44);
    display: inline-block;
    font-size: 12px;
    margin-top: 10px;
}
.paragraphControls > .notesMarker-text a, .paragraphControls > .notesMarker-text .button {
    color: rgba(0, 0, 0, 0.44);
    font-size: 12px;
    text-align: left;
    white-space: nowrap;
}
.paragraphControls > .notesMarker-text a:hover, .paragraphControls > .notesMarker-text a:focus, .paragraphControls > .notesMarker-text .button:hover, .paragraphControls > .notesMarker-text .button:focus {
    color: rgba(0, 0, 0, 0.8);
}
.paragraphControls.is-darkBackgrounded > .notesMarker-text, .paragraphControls.is-darkBackgrounded > .notesMarker-text a, .paragraphControls.is-darkBackgrounded > .notesMarker-text .button {
    color: rgba(255, 255, 255, 0.65);
}
.paragraphControls.is-darkBackgrounded > .notesMarker-text a:hover, .paragraphControls.is-darkBackgrounded > .notesMarker-text a:focus, .paragraphControls.is-darkBackgrounded > .notesMarker-text .button:hover, .paragraphControls.is-darkBackgrounded > .notesMarker-text .button:focus {
    color: rgba(255, 255, 255, 0.85);
}
body.is-resizing .notesMarker-text, .screenContent.is-notesListVisible .notesMarker-text {
    display: none;
}
@media (max-width: 1200px) {
.paragraphControls > .notesMarker-text {
    display: none;
}
}
.paragraphControls {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity 300ms ease 0s;
    white-space: nowrap;
}
.paragraphControls .paragraphControls-buttonSet {
    transition: opacity 300ms ease 0s;
}
.paragraphControls--small {
    margin-left: 15px;
    margin-top: 7px;
}
.paragraphControls:not(.is-active) .paragraphControls-buttonSet.is-empty {
    opacity: 0;
}
.paragraphControls.is-highlighted, .paragraphControls.is-highlighted .paragraphControls-buttonSet.is-empty {
    opacity: 1;
    pointer-events: auto;
}
.paragraphControls.is-notesSourceOutsetCenter {
    margin-left: 180px;
}
.paragraphControls.is-withoutSocialLine .notesMarker-text {
    display: none;
}
.paragraphControls.is-withNotes, .paragraphControls.is-active {
    opacity: 1;
    pointer-events: auto;
}
.screenContent.is-notesListVisible .paragraphControls.is-withNotes:not(.is-active) {
    opacity: 0.45;
    pointer-events: auto;
}
.paragraphControls-buttonSet {
    display: inline-block;
    margin-right: 3px;
    vertical-align: top;
}
.paragraphControls.is-highlighted .paragraphControls-buttonSet, .paragraphControls.is-highlighted .paragraphControls-buttonSet.is-empty {
    animation: 300ms cubic-bezier(0, 1, 0.5, 1) 0s normal none 1 running slide-right-in-10;
}
.paragraphControls.is-active .paragraphControls-buttonSet, .paragraphControls.is-withNotes .paragraphControls-buttonSet {
    animation: 0s ease 0s normal none 1 running none;
}
.paragraphControls.is-darkBackgrounded .paragraphControls-item--count, .paragraphControls.is-darkBackgrounded .icon:before {
    color: rgba(255, 255, 255, 0.65);
}
.paragraphControls.is-darkBackgrounded .paragraphControls-item:hover .icon:before {
    color: #fff;
}
.paragraphControls-item {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}
.paragraphControls .button-text, .paragraphControls .paragraphControls-itemText, .paragraphControls-itemText .button, .paragraphControls-item--count {
    font-size: 12px;
    line-height: 19px;
    white-space: nowrap;
}
.paragraphControls .paragraphControls-itemText, .paragraphControls-itemText .button, .paragraphControls-item--count {
    color: rgba(0, 0, 0, 0.44);
}
.paragraphControls-itemText a:hover, .paragraphControls-itemText a:focus, .paragraphControls-itemText .button:hover, .paragraphControls-itemText .button:focus {
    color: rgba(0, 0, 0, 0.8);
}
.paragraphControls.is-darkBackgrounded .paragraphControls-itemText, .paragraphControls.is-darkBackgrounded .paragraphControls-itemText .button, .paragraphControls.is-darkBackgrounded .paragraphControls-item--count {
    color: rgba(255, 255, 255, 0.5);
}
.paragraphControls.is-darkBackgrounded .paragraphControls-itemText a:hover, .paragraphControls.is-darkBackgrounded .paragraphControls-itemText a:focus, .paragraphControls.is-darkBackgrounded .paragraphControls-itemText .button:hover, .paragraphControls.is-darkBackgrounded .paragraphControls-itemText .button:focus {
    color: rgba(255, 255, 255, 0.85);
}
.paragraphControls-buttonSet--hearts .paragraphControls-item--count {
    line-height: 22px;
}
.paragraphControls-item .icon:before {
    color: rgba(0, 0, 0, 0.6);
    font-size: 15px;
    line-height: 18px;
    margin-right: 0;
    padding: 0 1px;
    vertical-align: top;
}
.paragraphControls-item:hover .icon:before {
    color: #000;
}
.paragraphControls-item.is-active {
    animation: 300ms ease 0s normal none 1 running scale-fade;
}
.paragraphControls.is-active.is-darkBackgrounded:hover .icon--notesHollow2:before, .paragraphControls.is-active .icon--notesHollow2:before {
    color: #468c54;
}
.paragraphControls .icon--notesHollow2:before {
    font-size: 16px;
    line-height: 20px;
    margin-left: 0;
}
.paragraphControls-item .icon--heart, .paragraphControls-item.is-active .icon--heartThin {
    display: none;
}
.paragraphControls-item .icon--heartThin, .paragraphControls-item.is-active .icon--heart {
    display: inline;
}
.paragraphControls .icon--heart:before {
    color: #57ad68;
    font-size: 17px;
    line-height: 17px;
    margin-left: 0;
}
.paragraphControls-item.is-active:hover .icon--heart:before {
    color: #468c54;
}
.paragraphControls .icon--heartThin:before {
    font-size: 25px;
    line-height: 17px;
}
.screenContent.is-notesListVisible .notesList.v-enableQuotes {
    left: 50px;
}
.screenContent.is-notesListVisible .paragraphControls.is-notesSourceOutsetCenter {
    margin-left: 15px;
}
.screenContent .paragraphControls-itemText--count, .screenContent.is-notesListVisible .paragraphControls-itemText--social, .screenContent.is-notesListVisible .paragraphControls-itemText {
    display: none;
}
.screenContent.is-notesListVisible .paragraphControls-itemText--count {
    display: inline;
}
@media (max-width: 1200px) {
.paragraphControls.is-notesSourceOutsetCenter {
    margin: 0;
}
}
@media (max-width: 1000px) {
.paragraphControls .paragraphControls-itemText {
    display: none;
}
.paragraphControls--small {
    margin-left: 15px;
    margin-top: 7px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity 300ms ease 0s;
    white-space: nowrap;
}
.paragraphControls .notesMarker {
    margin: 0;
}
}
@media (max-width: 720px) {
.screenContent.is-notesListVisible .notesList.v-enableQuotes {
    left: 0;
}
.paragraphControls.is-notesSourceOutsetCenter, .paragraphControls {
    margin-left: -30px;
    margin-top: -5px;
}
}
.postField--body[data-color-theme="seaweed"] .graf--h2, .postField--body[data-color-theme="seaweed"] .graf--h3 {
    color: #47bcac;
}
.postField--body[data-color-theme="midday"] .graf--h2, .postField--body[data-color-theme="midday"] .graf--h3 {
    color: #2fa5c6;
}
.postField--body[data-color-theme="midnight"] .graf--h2, .postField--body[data-color-theme="midnight"] .graf--h3 {
    color: #5065a0;
}
.postField--body[data-color-theme="grimace"] .graf--h2, .postField--body[data-color-theme="grimace"] .graf--h3 {
    color: #8764ae;
}
.postField--body[data-color-theme="magic"] .graf--h2, .postField--body[data-color-theme="magic"] .graf--h3 {
    color: #a93f7f;
}
.postField--body[data-color-theme="crush"] .graf--h2, .postField--body[data-color-theme="crush"] .graf--h3 {
    color: #c7465e;
}
.postField--body[data-color-theme="warm"] .graf--h2, .postField--body[data-color-theme="warm"] .graf--h3 {
    color: #e57f4c;
}
.postField--body[data-color-theme="lime"] .graf--h2, .postField--body[data-color-theme="lime"] .graf--h3 {
    color: #98bc6b;
}
.postField--body[data-color-theme="fresh"] .graf--h2, .postField--body[data-color-theme="fresh"] .graf--h3 {
    color: #69cb91;
}
.postField--body[data-color-theme="brook"] .graf--h2, .postField--body[data-color-theme="brook"] .graf--h3 {
    color: #86a89d;
}
.postField--body[data-color-theme="lipstick"] .graf--h2, .postField--body[data-color-theme="lipstick"] .graf--h3 {
    color: #a84a4e;
}
.postField--body[data-color-theme="seaweed"] .is-darkBackgrounded .graf--h2, .postField--body[data-color-theme="seaweed"] .is-darkBackgrounded .graf--h3 {
    color: #a4ded6;
}
.postField--body[data-color-theme="midday"] .is-darkBackgrounded .graf--h2, .postField--body[data-color-theme="midday"] .is-darkBackgrounded .graf--h3 {
    color: #a4daea;
}
.postField--body[data-color-theme="midnight"] .is-darkBackgrounded .graf--h2, .postField--body[data-color-theme="midnight"] .is-darkBackgrounded .graf--h3 {
    color: #ccd6f0;
}
.postField--body[data-color-theme="grimace"] .is-darkBackgrounded .graf--h2, .postField--body[data-color-theme="grimace"] .is-darkBackgrounded .graf--h3 {
    color: #e2d9eb;
}
.postField--body[data-color-theme="magic"] .is-darkBackgrounded .graf--h2, .postField--body[data-color-theme="magic"] .is-darkBackgrounded .graf--h3 {
    color: #ebc9de;
}
.postField--body[data-color-theme="crush"] .is-darkBackgrounded .graf--h2, .postField--body[data-color-theme="crush"] .is-darkBackgrounded .graf--h3 {
    color: #f7c9d1;
}
.postField--body[data-color-theme="warm"] .is-darkBackgrounded .graf--h2, .postField--body[data-color-theme="warm"] .is-darkBackgrounded .graf--h3 {
    color: #fbdecf;
}
.postField--body[data-color-theme="lime"] .is-darkBackgrounded .graf--h2, .postField--body[data-color-theme="lime"] .is-darkBackgrounded .graf--h3 {
    color: #c9dcb1;
}
.postField--body[data-color-theme="fresh"] .is-darkBackgrounded .graf--h2, .postField--body[data-color-theme="fresh"] .is-darkBackgrounded .graf--h3 {
    color: #b5e5c9;
}
.postField--body[data-color-theme="brook"] .is-darkBackgrounded .graf--h2, .postField--body[data-color-theme="brook"] .is-darkBackgrounded .graf--h3 {
    color: #d0ddd9;
}
.postField--body[data-color-theme="lipstick"] .is-darkBackgrounded .graf--h2, .postField--body[data-color-theme="lipstick"] .is-darkBackgrounded .graf--h3 {
    color: #f2ccce;
}
.postField--body[data-color-theme="seaweed"] .graf--blockquote {
    border-left-color: #47bcac;
}
.postField--body[data-color-theme="midday"] .graf--blockquote {
    border-left-color: #2fa5c6;
}
.postField--body[data-color-theme="midnight"] .graf--blockquote {
    border-left-color: #5065a0;
}
.postField--body[data-color-theme="grimace"] .graf--blockquote {
    border-left-color: #8764ae;
}
.postField--body[data-color-theme="magic"] .graf--blockquote {
    border-left-color: #a93f7f;
}
.postField--body[data-color-theme="crush"] .graf--blockquote {
    border-left-color: #c7465e;
}
.postField--body[data-color-theme="warm"] .graf--blockquote {
    border-left-color: #e57f4c;
}
.postField--body[data-color-theme="lime"] .graf--blockquote {
    border-left-color: #98bc6b;
}
.postField--body[data-color-theme="fresh"] .graf--blockquote {
    border-left-color: #69cb91;
}
.postField--body[data-color-theme="brook"] .graf--blockquote {
    border-left-color: #86a89d;
}
.postField--body[data-color-theme="lipstick"] .graf--blockquote {
    border-left-color: #a84a4e;
}
.postField--body[data-color-theme="seaweed"] .is-darkBackgrounded .graf--blockquote {
    border-left-color: #a4ded6;
}
.postField--body[data-color-theme="midday"] .is-darkBackgrounded .graf--blockquote {
    border-left-color: #a4daea;
}
.postField--body[data-color-theme="midnight"] .is-darkBackgrounded .graf--blockquote {
    border-left-color: #ccd6f0;
}
.postField--body[data-color-theme="grimace"] .is-darkBackgrounded .graf--blockquote {
    border-left-color: #e2d9eb;
}
.postField--body[data-color-theme="magic"] .is-darkBackgrounded .graf--blockquote {
    border-left-color: #ebc9de;
}
.postField--body[data-color-theme="crush"] .is-darkBackgrounded .graf--blockquote {
    border-left-color: #f7c9d1;
}
.postField--body[data-color-theme="warm"] .is-darkBackgrounded .graf--blockquote {
    border-left-color: #fbdecf;
}
.postField--body[data-color-theme="lime"] .is-darkBackgrounded .graf--blockquote {
    border-left-color: #c9dcb1;
}
.postField--body[data-color-theme="fresh"] .is-darkBackgrounded .graf--blockquote {
    border-left-color: #b5e5c9;
}
.postField--body[data-color-theme="brook"] .is-darkBackgrounded .graf--blockquote {
    border-left-color: #d0ddd9;
}
.postField--body[data-color-theme="lipstick"] .is-darkBackgrounded .graf--blockquote {
    border-left-color: #f2ccce;
}
.listingEditor {
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translate3d(0px, -100%, 0px);
    z-index: 500;
}
.listingEditor--open {
    display: block;
}
.listingEditor--transitioning {
    display: block;
    transition: transform 300ms cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}
.listingEditor-inner {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    height: auto;
    min-height: 320px;
}
.listingEditor-content {
    margin: 0 auto;
    opacity: 0;
    width: 700px;
}
.listingEditor--open .listingEditor-content {
    opacity: 1;
}
.listingEditor--transitioning .listingEditor-content {
    transition: opacity 300ms ease 0s;
}
.listingEditor-header {
    cursor: default;
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.02em;
    padding-top: 30px;
}
.listingEditor-description {
    color: rgba(0, 0, 0, 0.6);
    cursor: default;
    font-size: 14px;
    padding-bottom: 10px;
}
.listingEditor-section--controls {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.listingEditor-section--controls .listingEditor-controlsRight .button {
    height: 38px;
    margin-right: 10px;
}
.listingEditor-section--controls .listingEditor-controlsRight .button:last-child {
    margin-right: 0;
}
.listingEditor-section--controls .listingEditor-controlsLeft .button {
    height: 38px;
    margin-left: 10px;
}
.listingEditor-section--controls .listingEditor-controlsLeft .button:first-child {
    margin-left: 0;
}
.listingEditor-section .inlineError:after {
    position: absolute;
    right: 0;
}
.listingEditor-section--controls .icon--invisible:before {
    font-size: 14px;
    margin-top: 2px;
}
.listingEditorOverlay {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 500;
}
.screenContent.is-showingListingEditor .listingEditorOverlay {
    display: block;
}
.listingEditor-section--highlightOnHover:hover .block-title, .listingEditor-section--highlightOnHover:hover .block-snippet--subtitle, .listingEditor .block-title:focus, .listingEditor .block-snippet:focus {
    background-color: #fafafa;
}
.listingEditor-section > .block {
    padding: 30px 0;
}
.listingEditor .block-content > .block-title, .listingEditor .block-content > .block-snippet, .listingEditor .block-content > .block-postMetaWrap {
    padding-left: 5px;
}
.listingEditor .block-content > .block-title {
    margin-bottom: 10px;
}
.listingEditor .postMetaInline {
    color: #b3b3b1;
}
.listingEditor-section--controls {
    height: 50px;
    padding-top: 16px;
}
.listingEditor-section--controls .icon--arrowDownThin {
    margin-left: 3px;
}
.listingEditor-section--tags {
    margin-bottom: 30px;
    margin-top: -20px;
}
.editable .markup--anchor, .editable .graf--sectionCaption {
    cursor: text;
}
.editable > p {
    margin-bottom: 0;
}
.defaultValue {
    color: rgba(0, 0, 0, 0.3);
}
.defaultValue--prompt {
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.02em;
}
.hero.is-imageBackgrounded .defaultValue, section.is-imageBackgrounded .defaultValue, section[data-background-color]:not([data-background-color$="Light"]) .defaultValue {
    color: rgba(255, 255, 255, 0.65);
}
.graf--sectionCaption.is-defaultValue .defaultValue {
    color: rgba(0, 0, 0, 0.3);
}
figure.is-defaultValue .imageCaption, .graf--sectionCaption.is-defaultValue {
    display: none;
}
.graf--figure.is-mediaFocused .imageCaption, .graf--figure.is-defaultValue.is-selected .imageCaption, section.is-mediaFocused .graf--sectionCaption, .graf--sectionCaption.is-defaultValue.is-selected {
    display: block;
}
.is-postEditMode .graf-image:before, .is-postEditMode .iframeContainer:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 400;
}
.is-postEditMode iframe {
    border: 3px solid rgba(255, 255, 255, 0);
}
.graf--figure.is-mediaFocused iframe {
    border: 3px solid #57ad68;
}
.graf--figure.is-mediaFocused .graf-image {
    box-shadow: 0 0 0 3px #57ad68;
}
.graf--figure.is-mediaFocused .graf-image[data-is-featured] {
    box-shadow: 0 0 0 3px #cc5454;
}
section.is-mediaFocused > .section-background {
    box-shadow: 0 0 0 3px #57ad68 inset;
}
section.is-mediaFocused > .section-background[data-is-featured] {
    box-shadow: 0 0 0 3px #cc5454 inset;
}
.warning, .markup--warning {
    background-color: rgba(150, 50, 32, 0.2);
}
@media print {
.defaultValue {
    display: none;
}
}
.inlineEditor .postMeta-previewFooter {
    padding-top: 10px;
}
.inlineEditor.isCollapsed {
    height: 90px;
    overflow: hidden;
}
.inlineEditor.isCollapsed .postMeta-previewHeader, .inlineEditor.isCollapsed .postMeta-previewFooter {
    opacity: 0;
}
.inlineEditor.isCollapsed .postMeta-previewFooter, .inlineEditor.isCollapsed .postMeta-previewHeader .u-alignLeft {
    transform: scale(0.9);
}
.inlineEditor.isCollapsed .block-streamText {
    transform: translateY(-60px);
}
.inlineEditor .block--list {
    border: medium none;
}
.inlineEditor.is-transitioning {
    transition: opacity 0.2s ease 0s, height 0.15s ease 0s;
}
.inlineEditor .block-streamText {
    transition: transform 0.15s ease 0.05s;
}
.inlineEditor .postMeta-previewHeader, .inlineEditor .postMeta-previewHeader .u-alignLeft {
    transition: transform 0.2s ease 0.15s, opacity 0.2s ease 0.15s;
}
.inlineEditor .postMeta-previewFooter {
    transition: transform 0.15s ease 0.25s, opacity 0.15s ease 0.25s;
}
.inlineEditor.isCollapsed.is-transitioning {
    transition: opacity 0.2s ease 0s, height 0.2s ease 0s;
}
.inlineEditor.isCollapsed .block-streamText {
    transition: transform 0.2s ease 0s;
}
.inlineEditor.isCollapsed .postMeta-previewHeader, .inlineEditor.isCollapsed .postMeta-previewHeader .u-alignLeft, .inlineEditor.isCollapsed .postMeta-previewFooter {
    transition: transform 0.15s ease 0s, opacity 0.15s ease 0s;
}
.inlineEditor-placeholder {
    color: rgba(0, 0, 0, 0.3);
    font-family: "freight-text-pro",Georgia,Cambria,"Times New Roman",Times,serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.01rem;
}
.inlineNewPostControl-posts .block--list:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.drawer {
    background-color: #fafafa;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    transform: translate3d(0px, 0px, 0px);
    z-index: 600;
}
.screenContent.is-showingDrawer .postArticle {
    box-sizing: border-box;
    margin-bottom: 250px;
}
.drawer, .drawer-inner {
    height: 300px;
}
.drawer-imageContainer {
    height: 110px;
    margin: 30px auto 0;
    position: relative;
    width: 550px;
}
.drawer-image {
    left: 0;
    position: absolute;
    width: 100%;
}
.drawer-image--animated, .drawer:hover .drawer-image--static {
    opacity: 0;
}
.drawer-image--static, .drawer:hover .drawer-image--animated {
    opacity: 0.7;
}
.drawer-content {
    color: rgba(0, 0, 0, 0.6);
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.02em;
    padding: 10px 50px;
    width: 700px;
}
.drawer-content .icon--addMediaPlus:before {
    font-size: 38px;
    line-height: 36px;
}
.drawer-content .button--help {
    font-size: 22px;
    line-height: 22px;
}
.drawer-content .icon--arrowLeft:before {
    font-size: 20px;
    line-height: 20px;
    top: 2px;
}
@media (max-width: 1000px), (max-height: 750px) {
.drawer, .drawer-inner {
    height: 250px;
}
.drawer-content {
    font-size: 18px;
    padding: 10px 20px;
    width: 500px;
}
.drawer-imageContainer {
    height: 97px;
    margin-top: 20px;
    width: 473px;
}
.drawer-content > .button--circle {
    height: 25px;
    width: 25px;
}
.drawer-content .icon--addMediaPlus:before {
    font-size: 32px;
    top: -2px;
}
.drawer-content .button--help {
    font-size: 18px;
}
.drawer-content .icon--arrowLeft:before {
    font-size: 16px;
    top: -5px;
}
}
@media (max-width: 680px), (max-height: 600px) {
.drawer, .drawer-inner {
    height: 150px;
}
.drawer-content {
    width: 300px;
}
.drawer-imageContainer {
    display: none;
}
}
.highlightMenu {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    transition: none 0s ease 0s ;
    visibility: hidden;
    z-index: 500;
}
.highlightMenu-inner {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-image: linear-gradient(to bottom, rgba(49, 49, 47, 0.97), #262625);
    background-repeat: repeat-x;
    border-color: #262625 #1c1c1b #121211;
    border-image: none;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.8), 0 0 1px rgba(255, 255, 255, 0.07) inset, 0 0 2px rgba(255, 255, 255, 0.15) inset;
    height: 43px;
    position: relative;
}
.highlightMenu-buttons {
    font-size: 0;
    padding: 0;
    white-space: nowrap;
}
.highlightMenu-buttons .highlightMenu-button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.button-highlightMenu {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    box-sizing: content-box;
    color: white;
    display: block;
    padding: 0 10px;
}
.highlightMenu-button:first-child .button-highlightMenu {
    padding-left: 18px;
}
.highlightMenu-button:last-child .button-highlightMenu {
    padding-right: 18px;
}
.highlightMenu-button .icon:before {
    color: #fff;
    font-size: 22px;
    line-height: 42px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.highlightMenu-button.is-active .icon:before {
    color: #60d778;
}
.highlightMenu-buttons .icon--link:before {
    position: relative;
    top: 1px;
}
.highlightMenu-notes .icon--notes, .highlightMenu-notes .icon--notesHollow {
    position: relative;
}
.highlightMenu-notes .icon--notes:before, .highlightMenu-notes .icon--notesHollow:before {
    font-size: 20px;
    line-height: 42px;
}
.highlightMenu-notes .icon--notes:after, .highlightMenu-notes .icon--notesHollow:after {
    color: #262625;
    font-size: 14px;
    left: 0;
    line-height: 37px;
    position: absolute;
    right: 0;
    text-align: center;
}
.browser-firefox .highlightMenu-notes .icon--notes:after {
    top: -29px;
}
.highlightMenu .highlightMenu-arrowClip {
    bottom: -11px;
    clip: rect(12px, 24px, 24px, 0px);
    left: 50%;
    margin-left: -12px;
    position: absolute;
}
.highlightMenu .highlightMenu-arrowClip .highlightMenu-arrow {
    background-color: #454543;
    border: 2px solid #121211;
    display: block;
    height: 20px;
    transform: rotate(45deg) scale(0.5);
    width: 20px;
}
.highlightMenu.is-flushTop .highlightMenu-arrowClip {
    display: none;
}
.highlightMenu:after {
    background: none repeat scroll 0 0 #262625;
    bottom: -3px;
    box-shadow: 0 0 2px #262625;
    content: "";
    display: block;
    height: 8px;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    transform: rotate(45deg);
    width: 8px;
}
.highlightMenu-blockquote {
    position: relative;
}
.highlightMenu-blockquote .icon--blockquote:before {
    display: block;
    margin-right: 8px;
    overflow: hidden;
    width: 7px;
}
.highlightMenu-blockquote .icon--blockquote:after {
    font-size: 22px;
    left: 19px;
    overflow: hidden;
    position: absolute;
    top: 6px;
    width: 7px;
}
.browser-firefox .icon--blockquote:before, .browser-firefox .icon--blockquote:after {
    text-indent: 1px;
}
.highlightMenu-blockquote.is-blockquoteMode .icon--blockquote:before {
    color: #60d778;
}
.highlightMenu-blockquote.is-pullquoteMode .icon--blockquote:before, .highlightMenu-blockquote.is-pullquoteMode .icon--blockquote:after {
    color: #60d778;
}
.highlightMenu-linkinput {
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.highlightMenu-linkinputField {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    font-family: "freight-text-pro",Georgia,Cambria,"Times New Roman",Times,serif;
    font-feature-settings: "liga";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    left: 0;
    letter-spacing: 0.01rem;
    outline: medium none;
    padding: 11px 40px 11px 10px;
    position: absolute;
    text-rendering: optimizelegibility;
    top: 0;
    width: 100%;
}
.highlightMenu-linkinput .button-highlightMenu {
    bottom: 4px;
    position: absolute;
    right: 0;
    top: 0;
}
.highlightMenu--linkMode .highlightMenu-buttons {
    visibility: hidden;
}
.highlightMenu--linkMode .highlightMenu-linkinput {
    animation: 180ms linear 0s normal forwards 1 running pop-upwards;
    display: block;
}
.highlightMenu--measure {
    display: inline-block;
    visibility: hidden;
}
.highlightMenu--active {
    animation: 180ms linear 0s normal forwards 1 running pop-upwards;
    display: inline-block;
    transition: top 75ms ease-out 0s, left 75ms ease-out 0s;
    visibility: visible;
}
.highlightMenu-media .highlightMenu-button .icon:before {
    font-size: 28px;
    line-height: 38px;
}
.inlineTooltip2 {
    height: 40px;
    margin-left: -58px;
    margin-top: 5px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    width: 40px;
    z-index: 900;
}
.inlineTooltip2.is-active {
    opacity: 1;
    pointer-events: auto;
}
.inlineTooltip2.is-scaled {
    width: 220px;
}
.button--inlineTooltipControl {
    transform: rotate(0deg);
    transition: transform 100ms ease 0s;
}
.inlineTooltip2.is-scaled > .button--inlineTooltipControl {
    transform: rotate(45deg);
    transition: transform 250ms ease 0s;
}
.inlineTooltip2-menu {
    display: inline-block;
    padding-left: 22px;
}
.inlineTooltip2.is-menuImmediatelyHidden .inlineTooltip2-menu {
    display: none;
}
.inlineTooltip2-menu .button {
    margin-right: 9px;
}
@media print {
.inlineTooltip2 {
    display: none;
}
}
.screenContent.is-webView .metabar, .screenContent.is-webView .sectionControls {
    display: none;
}
.hero--mobileApp {
    height: 100%;
}
.hero--mobileApp .layoutSingleColumn {
    max-width: 700px;
    position: relative;
    right: 20%;
    width: 36%;
}
.hero--mobileApp .hero-title, .hero--mobileApp .hero-description {
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.02em;
    text-align: left;
}
.hero--mobileApp .hero-title {
    font-size: 44px;
    line-height: 1.2;
    margin: 0 0 10px;
}
.hero--mobileApp .hero-description {
    color: rgba(0, 0, 0, 0.3);
    font-size: 24px;
    line-height: 1.3;
    margin: 0 0 40px;
    padding: 0;
}
.hero--mobileApp .hero-actions {
    text-align: left;
}
.mobileApp {
    background-color: #fff;
}
.mobileApp-phone {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 384px 797px;
    height: 568px;
    left: 56%;
    margin-top: -342px;
    padding: 118px 100px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 320px;
}
.mobileApp-screens {
    background-color: rgba(0, 0, 0, 0.9);
    height: 568px;
    overflow: hidden;
    position: relative;
    width: 320px;
}
.mobileApp-screens .mobileApp-screen {
    height: 568px;
    left: 0;
    position: absolute;
    top: 0;
    width: 320px;
}
.mobileApp-screens .mobileApp-screen:nth-child(1) {
    animation: 30s ease-in-out 0s normal none infinite running mobileApp-screen-one-cycle;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
.mobileApp-screens .mobileApp-screen:nth-child(2) {
    animation: 30s ease-in-out 0s normal none infinite running mobileApp-screen-two-cycle;
    opacity: 0;
    transform: translate3d(320px, 0px, 0px);
}
.mobileApp-screens .mobileApp-screen:nth-child(3) {
    animation: 30s ease-in-out 0s normal none infinite running mobileApp-screen-three-cycle;
    opacity: 0;
    transform: translate3d(320px, 0px, 0px);
}
.mobileApp-screens .mobileApp-screen .mobileApp-screenImage {
    height: 100%;
    width: 100%;
}
@keyframes mobileApp-screen-one-cycle {
2% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
32% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
34% {
    opacity: 1;
    transform: translate3d(-320px, 0px, 0px);
}
35% {
    opacity: 0;
    transform: translate3d(-320px, 0px, 0px);
}
97% {
    opacity: 0;
    transform: translate3d(-320px, 0px, 0px);
}
98% {
    opacity: 1;
    transform: translate3d(320px, 0px, 0px);
}
}
@keyframes mobileApp-screen-two-cycle {
31% {
    opacity: 0;
    transform: translate3d(320px, 0px, 0px);
}
32% {
    opacity: 1;
    transform: translate3d(320px, 0px, 0px);
}
34% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
65% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
67% {
    opacity: 1;
    transform: translate3d(-320px, 0px, 0px);
}
68% {
    opacity: 0;
    transform: translate3d(-320px, 0px, 0px);
}
99% {
    opacity: 0;
    transform: translate3d(-320px, 0px, 0px);
}
100% {
    opacity: 0;
    transform: translate3d(320px, 0px, 0px);
}
}
@keyframes mobileApp-screen-three-cycle {
1% {
    opacity: 0;
    transform: translate3d(-320px, 0px, 0px);
}
64% {
    opacity: 0;
    transform: translate3d(320px, 0px, 0px);
}
65% {
    opacity: 1;
    transform: translate3d(320px, 0px, 0px);
}
67% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
98% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
100% {
    opacity: 1;
    transform: translate3d(-320px, 0px, 0px);
}
}
@media screen and (min-height: 820px) {
.mobileApp-phone {
    margin-top: -402px;
}
}
@media screen and (max-width: 1200px) {
.mobileApp-phone {
    left: 50%;
}
}
@media screen and (max-width: 1000px) {
.hero--mobileApp .layoutSingleColumn {
    right: 20%;
    width: 50%;
}
}
@media screen and (max-width: 800px) {
.hero--mobileApp {
    height: auto;
    padding: 120px 0 60px;
}
.hero--mobileApp .layoutSingleColumn {
    margin-left: 80px;
    margin-right: 80px;
    right: 0;
    width: auto;
}
.hero--mobileApp .hero-title, .hero--mobileApp .hero-description, .hero--mobileApp .hero-actions {
    text-align: center;
}
.mobileApp-phone {
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 0;
    position: relative;
    top: 0;
}
.hero--mobileApp .hero-title {
    font-size: 24px;
}
.hero--mobileApp .hero-description {
    font-size: 16px;
    margin: 0 0 30px;
}
}
@media screen and (max-width: 800px) {
.hero--mobileApp {
    padding: 100px 0 60px;
}
.hero--mobileApp .layoutSingleColumn {
    margin-left: 20px;
    margin-right: 20px;
}
.hero--mobileApp .hero-title {
    font-size: 30px;
    margin-bottom: 6px;
}
.hero--mobileApp .hero-description {
    font-size: 16px;
}
.mobileApp-phone {
    margin: -90px -40px;
    padding: 118px 0 0;
    transform: scale(0.75);
    width: auto;
}
.mobileApp-screens {
    margin: 0 auto;
}
}
.mdm-screenReaderText {
    left: -9999px;
    position: absolute;
    top: -9999px;
}
.mdm-imageCover {
    background-color: #000;
    background-position: center center;
    background-size: cover;
}
.mdm-hide {
    display: none !important;
}
.mdm-errorMessage {
    margin: 0;
    overflow: hidden;
    padding: 20px 10px 20px 60px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mdm-logoOverlay {
    display: block;
    height: 100px;
    position: absolute;
    top: 0;
    width: 100%;
}
.mdm-logo {
    height: 44px;
    left: 10px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 44px;
}
.mdm-logo > .icon {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.mdm-logo > .icon--logoM:before {
    color: #333332;
    font-size: 27px;
    line-height: 48px;
}
.mdm-hero--withImage > .mdm-logoOverlay {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-repeat: repeat-x;
}
.mdm-imageCover > .mdm-logoOverlay {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background-repeat: repeat-x;
}
.mdm-hero--withImage .icon--logoM:before, .mdm-hero--light .icon--logoM:before {
    color: #fff;
}
.mdm-button {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    outline: medium none;
    text-decoration: none;
}
.mdm-button--chromeless {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-width: 0;
    color: rgba(0, 0, 0, 0.3);
    height: auto;
    line-height: inherit;
    padding: 0;
    vertical-align: baseline;
    white-space: normal;
}
.mdm-button--rounded {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid;
    border-radius: 999em;
    padding: 8px 15px;
}
.mdm-button--light {
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}
.mdm-button-count {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    margin-left: 7px;
    padding-left: 6px;
}
.mdm-hero {
    padding: 0 0 80px;
    text-align: center;
}
.mdm-hero--profile {
    padding-bottom: 40px;
    padding-top: 30px;
}
.mdm-hero--withImage {
    padding-top: 0;
}
.mdm-hero-image {
    height: 150px;
}
.mdm-hero-title {
    letter-spacing: -0.04em;
    line-height: 1;
    margin: 0 0 8px;
    padding: 0 40px;
}
.mdm-hero-title > a {
    color: rgba(0, 0, 0, 0.8);
    font-size: 24px;
    text-decoration: none;
}
.mdm-hero-title--large > a {
    font-size: 32px;
}
.mdm-hero-metaInfo, .mdm-hero-subtitle, .mdm-hero-description {
    color: rgba(0, 0, 0, 0.6);
    display: block;
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 640px;
    padding: 0 40px;
    word-wrap: break-word;
}
.mdm-hero-description + .mdm-button {
    margin-top: 15px;
}
.mdm-hero-description a {
    color: #000;
}
.mdm-hero--collection > .mdm-hero-title {
    padding-top: 100px;
}
.mdm-hero--story {
    padding: 0 0 40px;
    text-align: left;
}
.mdm-hero--story .mdm-hero-title {
    padding-top: 150px;
}
.mdm-hero-metaInfo {
    font-size: 14px;
    margin-top: 10px;
    overflow: hidden;
    padding-bottom: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mdm-hero-title + .mdm-hero-metaInfo {
    margin-top: 5px;
}
.mdm-hero-metaInfo > a {
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
}
.mdm-hero-metaInfo > a:hover {
    text-decoration: underline;
}
.mdm-hero--light > .mdm-hero-description, .mdm-hero--light > .mdm-hero-subtitle, .mdm-hero--light > .mdm-hero-metaInfo, .mdm-hero--light > .mdm-hero-metaInfo > a, .mdm-hero--light > .mdm-hero-title > a {
    color: #fff;
}
.mdm-avatar {
    background-color: #fff;
    border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin-top: 20px;
    overflow: hidden;
}
.mdm-avatar--borderless {
    border: 0 none;
    margin: 0;
}
.mdm-hero--withImage .mdm-avatar {
    margin-top: -40px;
}
.mdm-avatar > img {
    display: block;
    height: 80px;
    width: 80px;
}
.mdm-hero-metaInfo > .mdm-avatar {
    line-height: 30px;
    margin-bottom: -10px;
    margin-right: 5px;
}
.mdm-avatar--micro > img {
    height: 30px;
    width: 30px;
}
.mdm-bucket {
    margin: 0 auto;
    max-width: 640px;
    overflow: auto;
    padding: 0 40px 40px;
    text-align: left;
}
.mdm-bucket-label {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    color: rgba(0, 0, 0, 0.3);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin: 30px 0 15px;
    padding-top: 15px;
    text-transform: uppercase;
}
.mdm-bucket-label:first-child {
    margin-top: 0;
}
.mdm-bucket-list {
    margin: 0;
    padding: 0;
}
.mdm-bucket-listItem {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.mdm-bucket-listItem:last-child .mdm-bucket-listItemPostSnippet {
    margin-bottom: 0;
}
.mdm-bucket-listItem a {
    outline: medium none;
    text-decoration: none;
}
.mdm-bucket-listItemPostTitle {
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    line-height: 1.2;
    margin: 5px 0 2px;
}
.mdm-bucket-listItemPostSnippet {
    color: rgba(0, 0, 0, 0.6);
    display: block;
    font-size: 14px;
    letter-spacing: -0.02em;
    margin: 0 0 22px;
}
.mdm-bucket-list--light .mdm-bucket-listItemPostTitle, .mdm-bucket-list--light .mdm-bucket-listItemPostSnippet {
    color: #fff;
}
.mdm-bucket-nav {
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    list-style: outside none none;
    margin-top: 0;
    padding: 0;
}
.mdm-bucket-navItem {
    display: inline-block;
}
.mdm-bucket-navItem > .mdm-button {
    border-top: 1px solid rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, 0.5);
    display: block;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.3em;
    margin-right: 15px;
    margin-top: -1px;
    padding: 10px 0;
    text-transform: uppercase;
}
.mdm-bucket-navItem > .mdm-button:hover, .mdm-bucket-navItem > .mdm-button:active, .mdm-bucket-navItem > .mdm-button:focus, .mdm-bucket-navItem > .mdm-button--active {
    color: #fff;
}
.mdm-bucket-navItem > .mdm-button--active {
    border-top-color: #fff;
}
@media not all, (min-resolution: 192dpi) {
.mdm-bucket-listItemPostSnippet {
    font-weight: 300;
}
}
.diagnostics {
    background: none repeat scroll 0 0 #fff;
    bottom: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-style: normal;
    font-weight: 400;
    height: 50px;
    left: 0;
    letter-spacing: -0.02em;
    padding: 10px 20px;
    position: fixed;
    right: 0;
    text-align: left;
    transform: translate3d(100%, 0px, 0px);
    transition: all 300ms ease 0s;
    z-index: 900;
}
body.is-diagnosticsVisible .diagnostics {
}
.diagnostics-item {
    float: left;
    padding-right: 20px;
    position: relative;
    white-space: nowrap;
}
.diagnostics-title {
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
}
.diagnostics-detail {
    display: inline;
}
.diagnostics-detail:before {
    content: ", ";
}
.diagnostics-detail:first-child:before {
    content: "";
}
.diagnostics, .diagnostics .button--link {
    color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    line-height: 1.2;
}
.diagnostics .icon {
    line-height: 0;
}
.diagnostics .icon:before {
    color: rgba(0, 0, 0, 0.15);
    font-size: 16px;
}
.diagnostics .icon--info {
    cursor: pointer;
    padding-left: 2px;
}
.diagnostics-graphs {
    float: right;
}
.diagnostics-graphs .diagnostics-item {
    min-width: 60px;
    text-align: right;
}
.button--disableDiagnosticsGraph {
    left: 0;
    position: absolute;
    top: 0;
}
.diagnostics-graph, .diagnostics-graphItem {
    height: 15px;
}
.diagnostics-graph {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15);
    margin-top: -1px;
    width: 60px;
}
.diagnostics-graphItem {
    background: none repeat scroll 0 0 #fff;
    display: block;
    float: left;
    width: 1px;
}
.button--showDiagnostics, .button--hideDiagnostics {
    position: absolute;
    top: 0;
}
.button--showDiagnostics {
    left: -18px;
}
.button--hideDiagnostics {
    right: 5px;
}
.button--showDiagnostics .icon:before, .button--hideDiagnostics .icon:before {
    font-size: 20px;
    line-height: 44px;
}
@media (max-width: 500px) {
.diagnostics {
    padding: 12px 10px;
}
.diagnostics, .diagnostics .button--link {
    font-size: 11px;
}
.diagnostics-item {
    padding-right: 10px;
}
.diagnostics-title {
    font-size: 12px;
}
.diagnostics-graphs {
    display: none;
}
}
.plovr-error-report {
    position: absolute;
    top: 0;
    z-index: 900;
}
.variants {
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.02em;
}
.variants table {
    width: 100%;
}
.variants td {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
    padding: 5px 0;
    vertical-align: top;
    width: 50%;
}
.prlDebugger {
    background-color: rgba(0, 0, 0, 0.05);
    margin-top: 15px;
    padding: 10px;
}
.prlDebugger-item {
    display: inline;
    margin-right: 10px;
}
.prlDebugger-weight {
    font-size: 24px;
    padding-right: 10px;
}
.prlDebugger-itemProvider {
    margin-top: 10px;
}
.prlDebugger-itemProvider > ul {
    margin-left: 10px;
}
.prlDebugger-providerHeader {
    font-size: 24px;
}
.prlDebugger-providerName {
    display: block;
    font-size: 18px;
    margin: 15px 0 5px;
}
.prlDebugger-dimension {
    margin-right: 10px;
}
.prlDebugger-providers {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 10px;
}
@media print {
.diagnostics {
    display: none;
}
}
.fixture {
    clear: both;
}
.fixtureHead {
    clear: both;
    margin: 8px;
}
.fixture .metabar--affixed, .fixture .metabar--top, .fixture .metabar--bottom {
    position: relative;
    top: 0;
    transform: none;
}
.fixture--metabar {
    height: 65px;
    position: relative;
}

/*#header {
    min-width: 570px;
}*/
#header {
    background-color: #fff;
    border-bottom: 1px dotted #ccc;
    left: 0;
    min-width: 930px;
    padding: 10px 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 111;
}

.wrapper {
    margin: 0 auto;
    width: 96%;
}
.wrapper {
    min-width: 570px;
    width: 98%;
}

a {
    color: #333;
    text-decoration: none;
}

.searchub {
    height: 34px;
    margin: 3px 0 0 13px;
    width: 118px;
}
a img {
    border: 0 none;
}

/*#searchfield {
    left: 50%;
}
#searchfield {
    left: 46%;
}
#searchfield {
    margin-left: -30%;
    width: 55%;
}
#searchfield {
    left: 50%;
    margin-left: -375px;
    position: absolute;
    top: 12px;
    width: 750px;
}*/
.searchfield{
    position: relative;
    float: left;
    width: 50%;
}

.select_category {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ededed;
    border-color: #ddd;
    border-image: none;
    border-radius: 5px 0 0 5px;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    float: left;
    height: 34px;
    padding-right: 10px;
	padding-top: 1px;                                  
    position: relative;
    width: auto;
    z-index: 1;
}

.mobile_user, .mrap header {
    display: none;
}

span.select-style {
    cursor: pointer;
    float: left;
    height: 36px;
    left: 0;
    line-height: 36px;
    margin: 0 5px;
    position: relative;
    text-indent: 7px;
    top: -1px;
    z-index: 1;
}
.select_category span {
    color: #333;
    font-weight: 700;
}

.select_category select {
    cursor: pointer;
    font-size: 14px;
	height: 36px;
    left: 0;
    line-height: 36px;
    position: absolute;
    top: 0;
    visibility: hidden;
    z-index: 1;
	color: black;
}

.searchbox {
    width: 45%;
}
.searchbox {
    min-width: 360px;
}
#lookforsomeone, .searchbox {
    width: 32%;
}
.searchbox {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fdfdfd;
    border-color: #ccc -moz-use-text-color #ccc #ccc;
    border-image: none;
    border-radius: 4px 0 0 3px;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    float: left;
    height: 28px;
    left: -2px;
    min-width: 250px;
    padding: 7px 0 0 10px;
    position: relative;
    top: 0;
    width: 50%;
    z-index: 2;
}

.searchbox input {
    background-color: #fefefe;
    border: 0 none;
    font-size: 1em;
    height: 20px;
    width: 98%;
}
.grey-light {
    color: #999;
}

.ressearch {
    display: none;
    position: relative;
}

.ressearch ul {
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 3px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    color: #333;
    left: -11px;
    position: absolute;
    top: 8px;
    width: 369px;
}
.btn-find > i {
    font-size: 1.23077em;
    line-height: 36px;
}
.btn-find {
   background-color: #333;
   border-radius: 0 5px 5px 0;
   color: #FFF;
   cursor: pointer;
   display: inline-block;
   height: 37px;
   left: -17px;
   padding: 0 20px;
   position: relative;
}

.sear {
	  position: relative;
  left: 6px;
}

.clear {
    clear: both;
    display: block;
}

.navigation-header {
    float: right;
    margin-right: 2%;
    position: relative;
    width: 18%;
}
/*
.header-not {
    margin-left: 52px;
    position: absolute;
    top: -22px;
}
*/
.nav-item {
    display: inline-block;
 /*   margin: 13px 0 0 15px;
    vertical-align: top;*/
}

.sign-log {
    display: inline-block;
    font-size: 1.1em;
    padding: 7px;
}
.relv {
    position: relative;
}

.sign-log > strong {
    margin-left: 3px;
}

.mobile-container, .mobile-header, .mobile-product-social, .mobile-profile-utils, .mobile-social, .mobile-white-review {
    display: none;
}

#main-nav {
    background: none repeat scroll 0 0 #222;
    height: 125px;
    max-width: 200px;
    position: fixed;
    right: -200px;
    top: 0;
    width: 100%;
    z-index: 5;
}
#main-nav {
    display: none;
}
.menu-list li {
    width: 100%;
}

.navigation {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 2px 15px 2px rgba(0, 0, 0, 0.1);
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 110;
}

.mobile-navigation, .mobile_nav {
    display: none;
}

.navigation menu > li {
    display: inline-block;
    padding: 0 3px;
}

.subnav {
    background-color: #fff;
    border: 5px solid #bbb;
    box-shadow: 0 9px 9px rgba(0, 0, 0, 0.2);
    display: none;
    left: 3px;
    position: absolute;
    top: 42px;
    width: 420px;
    z-index: 222;
}

.navigation menu > li > a {
    display: inline-block;
    font-size: 1.03846em;
    font-weight: 700;
    padding: 13px 7px;
}


@media screen and (max-width: 1052px) {
    #header, .navigation, #searchfield, .mobile-user, .signup-header, .user_compact, .white-mobile, .edit_my_profile {
        display: none;
    }

    .mobile-header {
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
        -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
        display: block;
        top: 0;
        position: fixed;
        width: 100%;
        z-index: 110;
    }

    .layoutSingleColumn--withSidebar {
    margin: 0 auto;
    padding-top: 0;
}

    #grand-header {
        margin: 0 0 4em;
        width: 100%;
        z-index: 111;
        position: relative;
    }

    .confirm-email {
        margin: 4em 0 -3em;
        padding: 2em 0 1.5em;
    }

    body.white-mobile-body {
        background: none #fff;
    }

    .boxnav > a, .mobile-navhub > a, .mobile-social > a, .mobile-suggestnav > a {
        display: inline-block;
        background-color: #e9e9e9;
        color: #777;
        padding: 12px 13px 11px;
        font-size: 15px;
        line-height: 12px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        border-radius: 6px;
    }

    .boxnav > a:hover, .mobile-navhub > a:hover, .mobile-social > a:hover, .mobile-suggestnav > a:hover {
        color: #444;
    }

    .mobile-navhub, .mobile-addnav, .mobile-suggestnav {
        display: inline-block;
    }

    div.mobile-suggestnav {
        right: 12px !important;
        top: 6px !important;
        position: absolute;
        position: absolute !important;
        text-align: right;
        width: 42px !important;
    }
    div.mobile-suggestnav > div {
        display: none;
    }
    div.mobile-suggestnav > div > div {
        position: relative;
    }
    div.mobile-suggestnav .mobile-suggest-float {
        position: absolute;
        text-align: left;
    }

    .boxnav > div, .mobile-navhub > div, .mobile-addnav > div {
        display: none;
        right: 0;
        top: 33px;
        position: absolute;
        z-index: 15;
        width: 150px;
    }

    /*.mobile-user > div {
      display: none;
      width: 150px;
      right: 3px;
      top: 45px;
      position: absolute;
      z-index: 2;
    }*/

    .mobile-boxnav > div > div, .mobile-navhub > div > div, .mobile-addnav > div > div, .mobile-user > div > ul {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        border-radius: 6px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
        clear: both;
        padding: 7px;
    }

    .mobile-navhub > div > div {
        padding: 0;
    }

    .mobile-boxnav > div > div > ul > li, .mobile-user > div > ul > li {
        padding: 4px;
    }

    .boxnav > div > b, .mobile-navhub > div > b, .mobile-user > div > b, .mobile-addnav > div > b, .mobile-suggestnav b {
        background-position: -264px -346px;
        display: inline-block;
        float: right;
        margin-right: 10px;
        height: 9px;
        width: 16px;
    }

    .mobile-suggestnav b {
        margin-top: -9px;
    }

    .mobile-addnav > div {
        width: 280px;
        left: -33px;
        top: 16px;
    }
    .mobile-addnav > div > b {
        float: left;
        margin-left: 3.5em;
    }

    .boxnav > div > div > ul > li > a, .mobile-user > div > ul > li > a {
        color: #333;
        font-weight: 700;
    }

    .mobile-navhub > div {
        left: -44px;
        width: 258px;
    }
    .mobile-navhub > div > b {
        float: none;
        left: 4.5em;
        position: relative;
    }

    .searchbox {
        border: 1px solid #CCC;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        margin: 0 0 11px 10px;
    }

    .select_category {
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        -ms-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
        margin: 0 0 13px 10px;
        width: 191px;
    }

    .ressearch {
        z-index: 9;
    }

    .searchub {
        height: auto;
        width: 80px;
        position: relative;
        top: 1.2em;
    }

    .mobile-navigation {
        border-left: 1px dotted #DDD;
        cursor: pointer;
        display: block;
        float: right;
        padding: 18px 0;
        text-align: center;
        width: 58px;
    }
    .mobile-navigation i {
        font-size: 20px;
    }

    .mobile-login:hover, .mobile-navigation:hover, .mobile-user:hover {
        background-color: #fafafa;
    }

    .mobile-filters select {
        left: 0;
        top: 5px;
        position: absolute;
        z-index: 2;
        height: 42px;
        width: 100% !important;
        cursor: pointer;
    }
    .mobile-filters .bselect {
        right: 12px;
        top: 19px;
        position: absolute;
        z-index: 2;
    }
    .mobile-filters li {
        padding: 5px 0;
        position: relative;
    }
    .mobile-filters span.select-style {
        background-color: #F5F5F5;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        border-radius: 6px;
        cursor: pointer;
        display: inline-block;
        float: none;
        font-size: 1.2em;
        font-weight: 700;
        left: 0;
        line-height: 42px;
        margin: 0;
        padding-left: 2%;
        position: relative;
        top: 0;
        height: 42px;
        width: 98% !important;
    }

    .mobile-login {
        display: inline-block;
        border-left: 1px dotted #ccc;
        cursor: pointer;
        padding: 16px 14px;
        float: right;
    }

    .mobile-user {
        display: inline-block;
        border-left: 1px dotted #ccc;
        cursor: pointer;
        padding: 16px 14px;
        float: right;
    }
    .mobile-user > a {
        height: 25px;
        display: inline-block;
    }

    .mobile-login > a {
        font-size: 22px;
        height: 26px;
        line-height: 26px;
        padding: 0 5px;
    }

    .mobile-user > a > img {
        /*-webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        border-radius: 6px;
        border: 1px solid #eaeaea;*/
        display: inline-block;
        vertical-align: middle;
        height: 23px;
        width: 23px;
    }
    .mobile-user > i {
        color: #999;
        display: inline-block;
        vertical-align: middle;
    }

    .mobile-search > div {
        border: 1px solid #CCC;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        padding: 9px;
    }
    .mobile-search > div > input {
        border: 0 none;
        font-size: 14px;
        width: 100%;
    }

    .mobile-find {
        background-color: #fff;
        margin-top: 9px;
        text-align: center;
        display: block !important;
    }

    .part-nav {
        border-top: 1px solid #CCC;
        margin: 0 -2%;
        padding: 1.5em;
    }
    .part-nav:first-child {
        border-top: 0;
    }

    .navm i {
        border-left: 1px dotted #CCC;
        cursor: pointer;
        font-size: 18px;
        padding-left: 11px;
        right: 3px;
        top: 9px;
        position: absolute;
    }
    .navm li {
        position: relative;
    }
    .navm > ul > li > a {
        display: block;
        font-size: 15px;
        padding: 9px 0;
    }

    .slide-nav {
        display: none;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        border-radius: 6px;
        padding: 7px;
        background-color: #f5f5f5;
    }
    .slide-nav li {
        padding: 5px 0;
    }

    .the-product {
        width: 730px;
    }

    .product-information {
        width: 516px;
    }

    .product-details {
        width: 60%;
    }

    .product-purchase {
        width: 190px;
    }

    .compare_table {
        width: 727px !important;
    }

    .filterside {
        display: none;
    }

    label.mail_user {
        display: none !important;
    }

    .mobile-profile-utils {
        display: block;
    }
    .mobile-profile-utils a {
        font-size: 1.61538em;
        line-height: 1;
        margin: 0 6px;
    }

    .mobile-container {
        display: block;
    }

    .visuals {
        margin: 0 0 20px 12px;
        width: 665px !important;
    }

    #container.hiding, .contentside.hiding, #global-activities.hiding, #mobile-messages-container.hiding, .visuals.hiding {
        display: none;
    }

    .user-follow {
        width: 310px;
    }

    .overmsg, .over-msgs-inside {
        height: auto;
    }

    .mbox {
        border: 1px solid #ccc;
        border-bottom: 0;
        padding-bottom: 0;
        -webkit-border-radius: 8px 8px 0 0;
        -moz-border-radius: 8px 8px 0 0;
        -ms-border-radius: 8px 8px 0 0;
        border-radius: 8px 8px 0 0;
        background-color: #fff;
    }
    .mbox h1 {
        color: #000;
        font: 700 2.3em/1.145em "Oxygen", Arial, Helvetica, Sans-serif;
    }
    .mbox .friends-in-hubpage {
        left: 0;
        top: 0;
        position: relative;
        z-index: 13;
        padding-top: 7px;
        width: 100%;
    }
    .mbox .friends-in-hubpage img {
        width: 30px;
        height: 30px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
    }

    .settings {
        top: 6px;
        right: 0;
    }

    body.white-mobile-body.not-white-mobile {
        background: url("../images/grandbg.jpg") repeat scroll 0 0 #f6f6f6;
    }

    .mobile-the-hub {
        margin: 0 auto;
        min-width: 300px;
        padding: 1.5em 0;
        width: 92%;
    }

    .mobile-nav-hub {
        -webkit-border-radius: 0 0 8px 8px;
        -moz-border-radius: 0 0 8px 8px;
        -ms-border-radius: 0 0 8px 8px;
        border-radius: 0 0 8px 8px;
        background-color: #f6f6f6;
        color: #333;
        border: 1px solid #ccc;
        border-top: 0;
        margin: 0 0 9px;
    }
    .mobile-nav-hub li {
        background-color: #F6F6F6;
        -webkit-border-radius: 0 0 8px 8px;
        -moz-border-radius: 0 0 8px 8px;
        -ms-border-radius: 0 0 8px 8px;
        border-radius: 0 0 8px 8px;
        display: inline-block;
        font-size: 1.15em;
        margin-right: -4px;
        padding: 11px 0;
        text-align: center;
        width: 33%;
    }

    .mobile-container .back_profile {
        display: inline-block;
        margin: 9px 0 1em;
    }

    .related-box8, .hubed-products .boxproduct {
        float: left;
        margin: 5px;
        max-width: 207px;
        position: absolute !important;
        z-index: 2;
    }

    .hubed-products {
        padding: 0 0 1em;
        min-width: 310px;
        width: 100%;
    }
    .hubed-products .btn-buyit, .hubed-products .mobile-social, .hubed-products .comments {
        display: none;
    }

    .hubtab {
        display: none;
        border-top: 1px dotted #aaa;
        padding-top: 1em;
    }
    .hubtab > h2 {
        font-size: 1.53846em;
        font-family: "Oxygen", Arial, Helvetica, Sans-serif;
        color: #222;
        padding: 0 0 11px;
    }
    .hubtab:first-child {
        display: block;
    }

    .no-discuss {
        border: 0;
    }

    .discuss-add input {
        width: 190px;
    }
    .discuss-add a {
        top: 0;
    }

    .commenter {
        left: 9px;
        top: 12px;
    }

    .discuss {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 6px;
        margin-top: 9px;
        padding: 9px;
    }

    .field-discuss .mentions-input-box {
        width: 91%;
    }

    #field-link textarea {
        width: 84%;
    }

    .comment-of-discuss {
        margin-left: -40px;
    }
    .comment-of-discuss .mentions-input-box {
        margin-left: 40px;
        width: 87%;
    }

    .mobile-notifications-container li {
        border-top: 1px dotted #ccc;
    }
    .mobile-notifications-container li:first-child {
        border-top: 0;
    }

    .list-friends-access .right {
        margin-right: 0;
        width: 7em;
    }

    #friends-imgs {
        line-height: 40px;
    }

    .mobile-addnav h3 {
        color: #000;
        font: 400 1.4em/1em "Oxygen", Arial, Helvetica, Sans-serif;
        padding: 0 0 9px;
    }

    .hubnotifications li {
        border-top: 1px dotted #ccc;
        padding: 9px;
    }
    .hubnotifications li > img {
        border-radius: 4px;
    }
    .hubnotifications li:first-child {
        border-top: 0;
    }

    .best-price, .other-prices, .quick-add-a-comment .mentions-input-box {
        width: 84%;
    }

    .create-hub-name, .create-hub-suggest {
        padding: 0;
    }
    .create-hub-name > b, .create-hub-suggest > b {
        display: block;
        padding: 0 0 8px;
        position: static;
    }

    .add-a-message-rehub.create-hub-discuss > img, .add-a-message-rehub.create-hub-discuss > i {
        display: none;
    }
    .add-a-message-rehub.create-hub-discuss > textarea {
        width: 219px;
    }

    .white-createhub .input-create-hub {
        width: 222px;
    }

    div.white-hub {
        min-width: 310px;
        width: 93%;
    }
    div.white-hub .hubed-products {
        margin-left: -7px;
        min-width: 310px;
    }
    div.white-hub .hubed-discussion {
        background-color: #FFF;
        border: 0 none;
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        -ms-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
        margin: 0;
        min-width: 310px;
        width: 100%;
    }
    div.white-hub .settings {
        font-size: 1.05em;
        right: 17px;
        top: 13px;
    }
    div.white-hub .general-panel {
        height: auto;
    }
    div.white-hub .friends-in-hubpage {
        position: static;
        margin: 5px 6px 0 0;
        width: auto;
    }
    div.white-hub .header-page > a, div.white-hub .header-page > span {
        display: none;
    }
    div.white-hub .header-page > h1 {
        width: auto;
    }

    .ticket-price, .header-price {
        min-width: 250px;
    }

    .header-broker, .broker-logo {
        text-align: center;
        min-width: 210px;
    }

    .tickets-container footer {
        left: auto;
        right: 0;
        top: 9.5em;
        bottom: 0;
        position: absolute;
        z-index: 1;
        font-size: .9em;
        height: 22px;
    }
    .tickets-container footer li > span {
        height: 15px;
        width: 15px;
    }
}
/***************************************************************************************************************************************************/
/***** @media screen and (max-width: 570px)******/
@media screen and (max-width: 570px) {
    .contentside {
        margin: 0 auto !important;
        height: 100% !important;
        width: 96%;
    }

    #leftside, #settings-container div.hiding {
        display: none;
    }

    .boxproduct {
        float: none;
        margin: 8px auto;
        max-width: 470px;
        position: static !important;
        width: 96%;
    }

    .btn-social, .btn-suggest {
        display: none !important;
    }

    .best-value {
        display: none;
    }

    .name-product {
        font-size: 1em;
    }

    .join-guest, .login-guest {
        margin: 5px;
        width: 86%;
        position: static;
        text-align: center;
    }

    .confirm-email {
        position: relative;
        z-index: 99;
        top: 56px;
        padding: 1em 0;
        margin: 0;
    }

    .white-mobile-body .scroll-to-top, .white-mobile-body .confirm-email {
        display: none !important;
    }

    .back_to {
        display: inline-block;
        padding: 1em 0 2em;
        color: #333;
        cursor: pointer;
    }

    .mobile-container {
        display: block;
    }

    .wrapper {
        min-width: 320px;
        width: 100%;
    }

    .boxnav div.mobile-suggest-float {
        display: block;
        right: 0;
        width: 259px;
    }

    div.mobile-suggest-float .floating {
        border: 0 none;
        padding: 0;
        width: 260px;
    }

    .mobile-suggest-float i, .mobile-suggest-float img {
        display: none;
    }
    .mobile-suggest-float textarea {
        width: 96%;
    }

    .suggest-person {
        width: 220px !important;
    }

    .mobile-suggest-float h3 {
        color: #333;
        font-size: 1.3em;
    }

    .btn-buyit {
        display: block;
        line-height: 24px;
        padding: 2px 10px;
        z-index: 1;
    }
    .btn-buyit i, .btn-buyit span {
        font-size: 13px;
    }

    #sign-log-content {
        margin-top: 0;
        width: 317px;
    }

    .signorlog {
        left: 40%;
    }

    .mini-wrapper {
        width: 100%;
    }

    .new-field .label-input em {
        left: 29px;
    }

    .forgot_pass {
        margin-left: 29px;
    }

    .new-field div > label {
        margin-right: 17px;
    }

    .upload-avatar, .mobile-upload-avatar {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 3em;
    }
    .upload-avatar > img, .mobile-upload-avatar > img {
        margin: 0 auto;
        display: block;
    }

    .mobile-avatar-load div {
        left: 50%;
        position: absolute;
        z-index: 1;
        margin-left: -80px;
        width: 160px;
    }
    .mobile-avatar-load img {
        left: 8em;
    }

    .step1for2, .step2for2 {
        width: auto;
        padding: 0;
    }

    .label-input {
        margin: 0 auto;
    }

    .step1for2 .label-input input, .step2for2 .label-input input {
        width: 250px !important;
    }

    .toggle-tag p {
        padding: 0 20px;
    }
    .toggle-tag label {
        margin-right: 18px;
    }

    .gender_select .select-style {
        width: 265px !important;
    }

    div.inline-date {
        margin-right: 0;
    }

    #month_select {
        width: 97px !important;
    }

    .avatar-load img {
        left: 9em;
    }
    .avatar-load div {
        left: 80px;
    }

    .mrap {
        width: 285px;
    }
    .mrap header {
        display: block;
        padding: 1em;
        margin: 0 0 1em;
        border-bottom: 1px solid #ddd;
        position: relative;
    }
    .mrap header big {
        font-size: 21px;
    }
    .mrap header i {
        left: 15px;
        top: 15px;
        position: absolute;
        cursor: pointer;
        font-size: 20px;
    }

    .left-rehub {
        float: none;
        padding: 0;
        width: auto;
    }

    .rehub-title {
        border: 0;
        padding: 14px 14px 0;
    }

    .dotdiv {
        background: 0 0;
        padding: 17px 17px 7px;
    }

    .right-rehub {
        display: none;
    }

    .subleft {
        padding: 0;
    }

    .absleft {
        display: block;
        padding: 0 0 5px;
        position: static;
    }

    .discuss-with {
        padding-left: 0;
    }
    .discuss-with b {
        display: block;
        padding: 0 0 5px;
        position: static;
    }

    .rehub-origin textarea {
        float: none;
        width: 90%;
    }

    .add-a-message-rehub i, .add-a-message-rehub.rehub-origin img {
        display: none;
    }

    .share-facebook {
        font-size: 11px;
        margin-top: 13px;
    }
    .share-facebook i {
        display: none;
    }

    .foorehub {
        padding: 3px 1em 1em;
    }

    #add-a-hub {
        margin: 0;
        padding: 9px 16px 11px;
    }

    .photo img {
        margin-top: 15px;
        max-width: 470px;
        width: 92%;
    }

    .boxproduct .mentions-input-box {
        min-width: 85%;
        float: left;
    }

    .form-add-a-comment {
        display: block !important;
    }

    .mobile-social, .mobile-product-social {
        display: block;
        padding: 0 0 5px;
    }
    .mobile-social a.clicked, .mobile-product-social a.clicked {
        background-color: #aaa;
        color: #444;
    }

    .ptab .mobile-social {
        display: none;
    }

    .white-content, div.white-look {
        min-width: 290px;
        width: 93%;
    }

    .white-error p {
        padding: 0 0 2em;
    }

    .quick-look-product {
        display: block;
        margin: 0 auto 1.5em;
        position: static;
    }

    .quick-look-information {
        height: auto;
        padding: 0;
    }

    .best-price {
        padding: 1.5em;
        position: static;
    }

    .other-prices {
        margin: 0;
        border-top: 1px dotted #ccc;
        border-left: 0;
    }

    .input-create-hub {
        margin: 0 0 6px;
        width: 180px;
    }

    .dropdown-hub {
        width: 234px;
        z-index: 10;
    }

    .login-content {
        width: 300px;
        margin: 0 auto;
        padding: 37px 0 2em;
    }
    .login-content .label-input em {
        left: 13px;
    }

    .label-input {
        width: 93%;
    }

    .big-style-input {
        width: 89%;
    }

    .the-product {
        min-width: 305px !important;
        margin: -1em 0 0;
        width: 100% !important;
    }

    .books-details, .btn-product {
        display: none;
    }

    .cycle-product {
        background: 0 0;
        border: 0;
        margin: 0;
        padding: 15px 0 0;
    }
    .cycle-product center {
        display: none;
    }
    .cycle-product img {
        margin-top: 3px;
        max-width: 280px;
    }

    .product-image, .product-information {
        float: none;
        width: auto !important;
        min-width: 100% !important;
    }

    .product-purchase {
        width: 100% !important;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        clear: both;
        float: none;
    }

    .product-details {
        border-bottom: 1px solid #ccc;
        background-color: #fff;
        padding: 14px;
        float: none;
        margin: 0 0 5px;
        width: auto !important;
    }

    .mobile-product {
        width: 100%;
        margin: 0;
    }

    .product-image {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        background-color: #fff;
    }

    .social_user {
        display: none;
    }

    .product-information h1 {
        border: 0;
        background-color: #fff;
        color: #064f74;
        padding: 9px 14px 0;
        font-size: 1.25em;
        font-weight: 700;
    }

    .mobile-product-social {
        display: block;
        background: #fff;
        padding: 6px 12px;
        position: relative;
    }
    .mobile-product-social > div {
        display: inline-block;
        position: relative;
        top: 0;
    }

    .primitif-infos .btn-review.btn-product {
        display: none;
    }

    .btn-product {
        float: none;
        top: 3px;
        margin-top: 2em;
        padding: 6px 10px;
    }

    .other_btns {
        display: none;
    }

    .primitif-infos {
        padding: 0;
    }

    .compare_tabs {
        width: 100%;
        min-width: 305px;
        margin: -2.6em auto 0;
    }

    .compare-prices.dotdiv.product-tab {
        background: 0 0;
        padding: 0;
    }

    .compare_table th {
        font-size: 12px;
        padding: 10px;
    }
    .compare_table td {
        padding: 8px;
    }
    .compare_table.right {
        float: none;
        width: 100% !important;
    }

    .product-tabs a {
        font-size: 1.15em;
        line-height: .8em;
        padding: 20px 7px;
    }

    a.selected-tab {
        height: auto;
    }

    .buy_btn, .filterside, .price, .special_offers, .total_price {
        display: none;
    }

    a.buzz_factors, a.other_editions {
        display: none;
    }

    .mobile_buy {
        display: block;
    }

    .seller > img {
        width: 60px;
    }

    .free_ship {
        font-size: 10px;
    }

    a.buy_it {
        padding: 2px 7px;
        font-size: 11px;
    }

    .mobile_buy strong {
        font-size: 11px;
    }

    td.mobile_buy {
        text-align: right;
    }

    .product-details-tab {
        padding: 1.5em;
    }

    .detail_table {
        font-size: 11px;
        width: 100%;
    }

    .list-reviews {
        border: 0;
        float: none;
        min-height: 100%;
        width: auto;
    }

    .review-content {
        padding: 0;
    }

    .the-review {
        border-bottom: 0;
        border-top: 1px dotted #ccc;
        padding: 1em;
    }
    .the-review:first-child {
        border-top: 0;
    }

    #hubs-with-product, .inside_pages, .review-filter-side {
        display: none;
    }

    .white-writereview .big-style-input {
        width: 205px;
    }

    #other-stats, .notify {
        display: none;
    }

    .the-product > h2 {
        margin: 0 1em;
    }

    .sub-container {
        margin-top: 2em;
        padding: 3em 0 2em;
    }

    .white-bloc:first-child {
        margin-top: -1.1em;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

    .hubtns, .trends-block, a.edit_my_profile {
        display: none;
    }

    #set-user img {
        height: 60px;
        width: 60px;
    }

    .user_phish {
        padding-left: 5.5em;
    }
    .user_phish h1 {
        font-size: 2em;
    }
    .user_phish p {
        display: none;
    }

    #set-user {
        border: 0;
        margin: 0;
    }

    .statu_user {
        margin: 0;
    }
    .statu_user li {
        font-size: 1.15em;
        padding: 11px;
        text-align: center;
    }

    .mobile-notifications strong {
        font: 700 14px "Helvetica Neue", Arial, Helvetica, sans-serif;
    }

    .user-follow {
        height: auto;
        margin: 0 9px 5px;
        padding: 5px;
        display: block;
        float: none;
        width: auto;
    }
    .user-follow > img {
        left: 5px;
        top: 5px;
        height: 85px;
        width: 85px;
    }

    .mobile-reviewit.right {
        margin-right: 3em;
    }

    .flwtrends {
        display: none;
    }

    .searchuber-card {
        height: 85px;
        padding-left: 94px;
    }

    .user-follow label {
        font-size: .8em;
        line-height: 2em;
        padding: 1px 6px !important;
    }

    .ptab {
        margin: 0 auto;
        width: 96%;
    }

    .mobile-container {
        margin-top: 6em;
    }

    .mobile-messages-container h3.black {
        font-size: 1.5em;
    }

    .mobile-container .icon-remove {
        display: none;
    }

    a.back_profile {
        display: block;
        margin-left: 1em;
    }

    .back_profile strong {
        font: 700 14px "Helvetica Neue", Arial, Helvetica, sans-serif;
    }

    li.no-msg {
        padding: 9em 0 0;
    }
    li.no-msg:hover {
        padding: 9em 0 0;
    }

    #deactivate-account, #email-settings {
        display: none !important;
    }

    .mobile-password-container form {
        padding-top: 1em;
    }
    .mobile-password-container form .pad {
        text-align: center;
    }
    .mobile-password-container h1 {
        font-size: 1.6em;
    }

    #change-password-confirm {
        display: block !important;
        margin-right: 0 !important;
        text-align: center;
    }

    .related-box, #related-products .boxproduct, .rtab .boxproduct, .hubed-products .boxproduct {
        float: left;
        margin: 2px;
        max-width: 145px;
        position: absolute !important;
        z-index: 2;
    }

    .redprice {
        font-size: 1.2em;
    }

    .rtab .pad {
        padding: 7px;
    }
    .rtab .photo img {
        margin: 0;
    }
    .rtab .btn-buyit, .rtab .sellers-count, .rtab .stats {
        display: none;
    }
    .rtab.clearfix.isotope {
        margin: 0 auto !important;
        width: 92%;
        min-width: 310px;
    }

    #related-products .comments, .rtab .comments {
        display: none;
    }

    #user-activity-products {
        margin: 0 auto !important;
        min-width: 320px;
        width: 92%;
    }

    #related-products .user-action, .rtab .user-action {
        font-size: .9em;
        padding: 5px 5px 9px;
    }

    #related-products .pad {
        padding: 7px;
    }

    #related-products .name-product, .rtab .name-product {
        font-size: 1em;
        padding-top: 5px;
    }

    #related-products .btn-buyit, #related-products .sellers-count {
        display: none;
    }

    a.modify-box, i.liked-box {
        display: none;
    }

    .hub2 > div {
        width: 130px;
    }

    .hub4 {
        height: 130px;
    }
    .hub4 > div {
        height: 63px;
        width: 63px;
    }

    .status-social {
        font-size: .8em;
    }

    #related-products {
        margin: 0 auto;
        width: 97%;
    }

    .label-title {
        display: block;
        padding: 0 1em 1em;
        position: static;
        width: auto;
    }

    .wrapper-settings {
        margin: 0 auto;
        min-width: 305px;
        width: 100%;
    }

    .sublabel {
        display: none;
    }

    #bio_area {
        width: 87%;
    }

    .social-extras big {
        position: static;
    }
    .social-extras em {
        left: 13px;
        top: 40px;
    }

    .twit {
        padding-left: 0;
    }

    .label-switch {
        font-size: .95em;
    }

    #save-profile {
        display: block;
        text-align: center;
        width: 88%;
    }

    #field-bio b {
        width: 100%;
    }

    h1.user-settings {
        margin: 0 10px;
        min-width: 0;
        line-height: 1em;
        width: auto;
    }

    .big-style-input.gender_select {
        display: block;
        min-width: 295px;
        width: 94% !important;
    }

    div.inline-date {
        width: 28% !important;
    }

    #change-avatar {
        margin: 0 auto;
    }

    .avatar-load {
        left: -80px;
        top: 0;
        position: absolute;
    }
    .avatar-load img {
        top: 63px;
    }

    .mobile-white-review {
        padding: 3em 1em;
    }
    .mobile-white-review h3 {
        color: #000;
        font: 400 1.7em/1em "Oxygen", Arial, Helvetica, Sans-serif;
        padding: 0 0 1em;
    }
    .mobile-white-review .close-headerless {
        display: none;
    }

    #review_area {
        height: 86px;
    }

    .mobile-new-message {
        padding-top: 2em;
    }
    .mobile-new-message h1 {
        color: #000;
        font: 400 1.92308em "Oxygen", Arial, Helvetica, Sans-serif;
        padding: 0 0 15px;
    }
    .mobile-new-message .send-to {
        position: static;
    }
    .mobile-new-message .add-to.new-msg {
        border-top: 1px dotted #ccc;
        margin-top: 1em;
        padding: 1em 0;
    }

    .msg-area {
        width: 79%;
        max-width: 395px;
    }

    .mobile-profile-utils a {
        font-size: 1.30769em;
    }

    .msg-to-confirm {
        min-width: 300px;
        width: 92%;
    }

    .uploader {
        margin: 0 0 7px;
        width: 220px;
    }

    input.add-a-hub-input {
        width: 205px;
    }

    .white-addhub .label-spcbtn {
        margin: 0;
    }

    .white-inbox .overmsg, .white-inbox .jspPane {
        width: 290px !important;
    }

    .list-trends {
        width: 240px !important;
    }
    .list-trends .jspPane {
        width: 240px !important;
    }

    .white-edit .label-title {
        display: block;
        padding-left: 0;
    }
    .white-edit .section-input {
        margin: 0;
    }

    .visit-settings {
        padding: 0 0 1em;
        width: 100%;
    }

    .white-addproduct input, .white-upload input {
        width: 71% !important;
        min-width: 220px;
    }

    .white-report textarea, .white-status textarea {
        width: 98%;
        min-width: 235px;
    }

    .visuals {
        width: 90% !important;
        margin: 0 auto 20px;
    }
    .visuals.column-5 > ul > li, .visuals.column-3 > ul > li, .visuals.column-4 > ul > li {
        height: 165px;
        font-size: 7px;
    }
    .visuals.column-5.electronics > ul > li, .visuals.column-3.electronics > ul > li, .visuals.column-4.electronics > ul > li {
        height: auto;
        padding: 25px 14px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    a.scroll-to-top, a.open-about {
        display: none !important;
    }

    /***TICKETS***/
    .event-wrapper {
        background-color: #fff;
        padding-top: 1em;
        border: 1px solid #bbb;
        border-width: 1px 0;
    }

    .performer-image {
        position: static;
        width: 170px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        border: 0;
        margin: 0 auto;
    }

    .performer-information {
        border: 0;
        margin: 0;
        height: auto;
    }

    .contentside_tickets {
        margin: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        border-width: 1px 0;
    }

    .datevent {
        min-width: 45px;
        width: 9%;
    }

    .mobile-social-tickets {
        margin: 7px 0 3em;
    }

    .map-container > img {
        max-width: 290px;
    }

    .header-price {
        min-width: 60px;
    }

    .broker-logo {
        min-width: 100px;
    }
    .broker-logo > img {
        max-width: 100px;
    }

    .ticket-price {
        float: right;
        min-width: 75px;
    }

    .tlisting section li {
        clear: both;
    }

    .header-section, .header-broker {
        min-width: 113px;
    }

    .btn-write-review-mobile {
        margin-left: 3px;
    }

    .zoom-map, .btn-social-tickets-extra, .buy_it.buy_tickets {
        display: none;
    }

    .range-price {
        display: block;
        margin: 14px auto;
    }

    .tickets-tooltip.brokers {
        right: 6px;
    }

    .tickets-container footer {
        font-size: 0.75em;
        top: 11em;
        bottom: 0;
        left: 0;
        height: 15px;
    }
    .tickets-container footer li {
        padding-right: 6px;
    }
    .tickets-container footer li > span {
        height: 10px;
        width: 10px;
        margin: 0;
        border-width: 2px;
    }
}


/***************************************************************************************************************************************************/
@media screen and (max-width: 320px) {

    .btn-gmail{
        margin-right: 0 !important;
    }

    .layoutSingleColumn--withSidebar {
    margin: 0 auto;
    padding-top: 0;
}

    .visuals {
        width: 90% !important;
        margin: 0 auto 20px;
    }
    .visuals.column-5 > ul > li, .visuals.column-3 > ul > li, .visuals.column-4 > ul > li {
        display: block;
        border-top: 1px dotted #ddd;
        border-left: 0;
        height: 165px;
        left: 0;
        font-size: 13px;
        margin-left: 0;
        width: 100% !important;
    }
    .visuals.column-5 > ul > li:first-child, .visuals.column-3 > ul > li:first-child, .visuals.column-4 > ul > li:first-child {
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -ms-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        border-top: 0;
    }

    .tihidWrapper{
        left: 103px !important;
        top: 60px !important;
    }

    .showing{
        display: block !important;
    }

    .left-friend{
        display: none;
    }

    .right-friend{
        width: 100% !important;
    }
}
/*********************************************************************************************************************************************/
@media screen and (max-width: 360px){
    .tihidWrapper{
        left: 143px !important;
    }
    .layoutSingleColumn--withSidebar {
    margin: 0 auto;
    padding-top: 0;
}

    .showing{
        display: block !important;
    }

    .left-friend{
        display: none;
    }

    .right-friend{
        width: 100% !important;
    }

    .btn-gmail{
        margin-right: 0 !important;
    }

}
/*********************************************************************************************************************************************/

/***************************************************************************************************************************************************/
@media screen and (min-width: 768px) {


    .btn-gmail{
        margin-right: 100px !important;
    }

    .right-friend{
        width: 45% !important;
    }

    .left-friend{
        display: block;
    }

    .share-buttons{
        padding-left: 5% !important;
    }

    .invite-email{
        margin-right: 33% !important;
        margin-top: 5px;
    }

    .tihidWrapper{
        left: 552px !important;
        top: 9px !important;
    }
    .txbox {
        width: 129px;
    }

    #lookforsomeone, .searchbox {
        width: 32%;
    }

    .wrapper {
        min-width: 570px;
        width: 100%;
    }
    
    .logo_searchub{
        position: relative;
        float: left;
        /*margin-right: 5%;*/
        width: 20%;
    }

    .searchbox {
        min-width: 62%;
    }

    .trends center, .white-trend center {
        padding-top: 7em;
    }

    .trends {
        height: 152px;
    }

    .statu_user {
        border-right: 0;
        margin: 0;
    }

    .trends-block {
        display: none;
    }

    #set-user {
        margin-right: 0;
        border: 0;
    }

    .btn-social-tickets-extra {
        position: static;
        margin: 1em 0 4em;
    }

    .map-container > img {
        min-width: 450px;
    }

    .msg-guest {
        display: none;
    }

    .mobile-white {
        padding: 0 2em;
    }
    .mobile-white.mobile-white-register {
        padding: 3em 0;
    }
    .mobile-white.mobile-white-register .step1for2 {
        position: relative;
    }
    .mobile-white.mobile-white-register .step1for2 .mobile-upload-avatar {
        top: 0;
    }

    .mobile-find {
        display: inline-block !important;
        padding: 7px 1em 9px;
        width: 125px;
    }

    .mobile-search > div {
        display: inline-block;
        width: 500px;
    }

    .showing{
        display: block !important;
    }
}

.facebook a{
    background: url(images/facebook-24.png) no-repeat;
    height: 24px;
    width: 24px;
}

.facebook a:hover{
    background: url(images/facebook-color.png) no-repeat;
    height: 24px;
    width: 24px;
}

.twitter a{
    background: url(images/twitter-24.png) no-repeat;
    height: 24px;
    width: 24px;
}

.twitter a:hover{
    background: url(images/twitter-color.png) no-repeat;
    height: 24px;
    width: 24px;
}

.pinterest a{
    background: url(images/pinterest-24.png) no-repeat;
    height: 24px;
    width: 24px;
}

.pinterest a:hover{
    background: url(images/pinterest-color.png) no-repeat;
    height: 24px;
    width: 24px;
}

.google a{
    background: url(images/google-plus-24.png) no-repeat;
    height: 24px;
    width: 24px;
}

.google a:hover{
    background: url(images/google-plus-color.png) no-repeat;
    height: 24px;
    width: 24px;
}

.list--short > li{
    display: inline;
}

.list--short > * a{
    display: inline-block;
    opacity: 1;
    text-indent: -9999em;
    overflow: hidden;
    transition: opacity 0.2s linear 0s;
}

.nav-primary:after, .nav-primary:before {
    content: "";
    display: table;
    line-height: 0;
}
.nav-primary:after {
    clear: both;
}
.nav-primary:after, .nav-primary:before {
    content: "";
    display: table;
    line-height: 0;
}
.nav-primary {
    border-bottom: 2px solid rgba(0, 39, 59, 0.08);
    border-color: rgba(0, 39, 59, 0.08);
    margin: 0 0 24px;
    padding: 0;
}
.nav {
    margin: 0 0 -6px;
    padding: 0;
    position: relative;
}


.nav > ul:after, .nav > ul:before {
    content: "";
    display: table;
    line-height: 0;
}
.nav > ul:after {
    clear: both;
}
.nav > ul:after, .nav > ul:before {
    content: "";
    display: table;
    line-height: 0;
}
.nav > ul {
    clear: both;
}

.nav > ul > li {
    float: left;
}


.nav-primary > ul > li.active > a:after {
    background: none repeat scroll 0 0 #2e9fff;
    bottom: -2px;
    content: " ";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
}
.active .publisher-nav-color:after {
    background: none repeat scroll 0 0 #40454d !important;
}
.nav-primary > ul > li.tab-conversation a {
    margin-left: 0;
    text-transform: capitalize;
}
.nav-primary > ul > li.active > a {
    color: #3f4549 !important;
}
.nav-primary > ul > li > a {
    font-size: 15px;
    font-weight: 700;
    margin: 0 15px;
    padding: 12px 0;
}
.nav > ul > li > a, .nav > ul > li > div a {
    color: rgba(0, 39, 59, 0.35);
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
}


.nav-primary > ul > li.user-menu {
    margin-left: 6px;
}
.nav-primary > ul > li.user-menu {
    float: right;
    margin-left: 10px;
}
.nav > ul > li {
    float: left;
}
.dropdown{
    position: relative;
}

.arrow-down {
	margin-top: 10px;
	color: #111;
	
}
.img_comment2 {
    position: relative;
    top: 378px;
    right: -15px;
}
.conversationGroupHeader > textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f2f2f2;
    border-color: -moz-use-text-color -moz-use-text-color #e7e7e7;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #aeaeae;
    font-size: 15px;
    line-height: 20px;
    padding: 8px 12px 8px 12px;
    position: relative;
    resize: none;
    vertical-align: middle;
	outline:0
}
input#input-search {
	width: 100%;
    font-size: 14;
    color: #aeaeae;
    height: 40px;
    border: none;
    padding-left: 10px;
	outline:0
	}.emailto-css {
    border-top: 1px solid #ccc;
    height: 51px;
    padding: 9px 9px 9px 34px;
    box-sizing: border-box;
	position:relative;
	left:0px;
	
	
}
p#email-input {
    width: 135px;
    float: right;
    position: absolute;
    top: 4px;
    left: 81px;
}
.socialConnect {
    height: 50px;
    padding: 12px 0 0 10px;
    box-sizing: border-box;
    border-top: 1px dotted #ccc;
}
.socialConnect a {
    color: #777;
}

.Typeahead .sendToEmail .left .icon.typingEmail em {
    background: url("images/icons-sugg/mail-suggest.png") no-repeat;
    display: block;
    height: 25px;
    width: 25px;
	float:left;
	position: relative;
	top: 16px;
	left: 10px;
}
.Typeahead .socialConnect .left .icon.socialConnect-twitter em {
    background: url("images/icons-sugg/twitter-suggest.png") no-repeat;
    height: 25px;
    width: 25px;
    display: block;
	float:left;
}
.Typeahead .socialConnect .left .icon.socialConnect-gplus em {
    width: 25px;
    height: 25px;
    background: url('images/icons-sugg/google-suggest.png') no-repeat;
    display: block;
	float:left;
}
.Typeahead .socialConnect .left .icon.socialConnect-facebook em {
    background: url("images/icons-sugg/face-suggest.png") no-repeat;
    height: 25px;
    width: 25px;
    display: block;
	float:left;
}
.title {
    float: left;
    margin-left: 9px;
    padding-top: 5px;
}
.send-email-text  {
	margin-top: 19px;
    position: relative;
    left: -93px;
	font: 100 12px/12px arial,sans-serif color;
    color: #777;
	}
.articles li {
    display: inline;
}
.section-content .aspectRatioPlaceholder img{
    width:100%;
}
#fixed-top{
    position:fixed;
}
.wpp-list li a,.wpp-list li span.wpp-views{
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    font-weight: 400;
    white-space: nowrap;
    font-style: normal;
    letter-spacing: -0.02em;
    text-transform: capitalize;
}
.wpp-list li a{
    font-size: 14px;
    display:block;
    float: left;
    width: 83%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wpp-list li .button--circle{
    float: left;
    margin-right: 13px;
    margin-left: 5px;
}
.wpp-list li{
    display:block !important;
    margin-top: 5px;
}
.wpp-list li span.wpp-views{
    font-size: 12px !important;
    display:none;
}
.wpp-list li .list-index{
    font-weight: 700;
    color: rgba(0, 0, 0, 0.8);
}
.wpp-list li span.wpp-author{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
    background-color: transparent;
    width: 83%;
    float: left;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.page-numbers{
    text-align: center;
    margin-top: 20px;
}
.page-numbers span{
    font-size: 17px;
    color: rgba(0, 0, 0, 0.3);
}
.block-content p {
    text-align: left !important;
}
article.u-minFullHeightControl.postArticle.is-languageTier1{
    margin-top: 56px;
}
.social-media .facebook{
    width:36px;
    height:36px;
    display:block;
    text-indent:-9999px;
    background:url("images/facebook.png") no-repeat;
}
.social-media .twitter{
    width:36px;
    height:36px;
    display:block;
    text-indent:-9999px;
    background:url("images/twitter_.png") no-repeat;
}
.social-media .google_plus{
    width:36px;
    height:36px;
    display:block;
    text-indent:-9999px;
    background:url("images/google_plus.png") no-repeat;
}
.social-media a{
    float:left;
    margin-right:6px;
}    
.social-media a:hover{
    opacity:0.7;
}
.author_who_post{
    float: left;
    width: 100%;
}
.social-media {
    width: 100%;
    height: 70px;
    float:left;
    margin:30px 0;
    position: absolute;
    bottom: 66px;
}
.fb-comments.fb_iframe_widget.fb_iframe_widget_fluid{
    position: relative;
    top: 30px;
}
#menu-footer_menu li a{
    color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    margin-right: 16px;
}    
#menu-footer_menu li a:hover{
    color:#000000 !important;
}
#header_single_page{
    max-width:inherit !important;
    width: 80% !important;
    padding-top: 60px;
}
#infinte-scroll_single{
    margin-right:inherit !important;
    margin-top: 39px;
}
#container_single_page{
    width: 80%;
    margin: auto;
}
#container_single_page .layoutSingleColumn {
    width:750px;
}
.postMetaInline-avatar a,.author_who_post > a{
    text-indent:-9999px;
    width:40px;
    height:40px;
    display:block;
    border-radius:50%;
    background:url("images/searchub-icon.jpg");
    float: left;
    margin-right: 10px;
}
.blog-searchub{
    color: #81BB60;
    position: absolute;
    left: 130px;
    bottom: 22px;
    font: italic 17px/16px "Myriad Pro Condensed Italic","myriad pro", arial,sans-serif;
}    
#blog-single-p{
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 55px;
}
.img-big{
    margin-top: 15px;
}
.img-big1{
/*    margin-top:58px;*/
}
.img-big1 img{
    width:100%;
    height: inherit;
}
/*.section-inner p img{
    width:100%;
}*/
#blog-single-p .postMetaInline-feedSummary > a{
    color:#81BB60;
}
.tooltipster-base{
    width:115px !important;
    margin-top: -53px;
}
.tooltipster-content img {
    border-radius: 3px;
}
.tooltipster-content img:hover{
    opacity:0.7;
}
.postMetaInline-feedSummary a,ul.wpp-list li .wpp-author a,.postMetaInline-feedSummary span{
    color:#81BB60
}
.bg-marker{
    background:#81BB60;
}
span.heading-titleText {
    font-size: 13px;
    background-color: rgba(0,0,0,0.05);
    padding: 10px;
    width: 360px;
    display: block;
}
.block-pv-msg{
    width: 380px;
    height: 234px;
    border: 1px solid rgba(0,0,0,0.05);
    padding: 10px;
    background:#fff;
    position: absolute;
    right:-400px;
    top:0px;
}
body{
    overflow-x: hidden;
}
.your-mail{
    margin: 10px 0px;
    font-size: 12px;
    padding: 6px 8px;
    width: 100%;
}
.note-private{
    width: 100%;
    height: 105px;
    margin-bottom: 6px;
    font-size: 12px;
    padding: 6px 8px;
}
.section-inner.layoutSingleColumn ul li,.section-inner.layoutSingleColumn ol li {
    display: block;
    margin-bottom: 1px;
    padding-left: 3px;
    background:url("img/puce1.png") left 11px no-repeat;
    line-height: 1.58;
    letter-spacing: -0.003em;
}
.section-inner.layoutSingleColumn ul li > ol > li {
    background:url("img/puce2.png") left 11px no-repeat !important;
}
h3,h2{
    margin-bottom:10px;
}
.postMetaInline-avatar img,.postMetaInline-avatar img{
    width: 40px;
    border-radius: 50%;
}
h1.graf--h1{
    font-size: 35px;
    text-align:center;
}
.wrapper{
    position:relative;
}
.traduction_google{
    position:absolute;
    right:50px;
    top:6px;
}
#scrollUp{
    font-size: 15px !important;
    line-height: 16px !important;
}
#scrollUp-active{
    border-top:none !important;
}
#scrollUp{
    background:url("scroll_top_icon.png") no-repeat;
    width:60px;
    height:60px;
}
.post-views{
    position: absolute;
    right: 11px;
    bottom: 179px;
    font-size: 13px;
}
.blockGroup-list .pvc_stats{
    display:none;
}
.ssba.ssba-wrap .pin-me .pin-me-button {
    display: none !important;
}
.fa-pinterest{
    color:#CB2027 !important;
    position:relative;
}
.pin-me span.pin-me-button{
    position: absolute;
    top: 0px !important;
    left: 0px !important;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
}
.pin-me span.pin-me-button a{
    text-align: center;
    margin: auto;
    vertical-align: middle;
    height:100%;
}

.wp_rp_footer{
    display:none;
}
.ssba.ssba-wrap{
    position: fixed;
    top: 33%;
    left: 0;
}
.ssba a{
    display: inherit;
}
.ssba img{
    padding:2px !important;
}
.ssba.ssba-wrap > div > a{
    padding-left:8px;
    margin-left:-8px;
}
.wp_rp_content{
    width:100%;
}
#wp_rp_first{
    margin-top:30px;
}
.related_post .pin-me-button{
    display:none !important;
}
ul.related_post li:hover img{
    opacity:0.5;
/*    -webkit-transform: scale(1.2);
    transform: scale(1.2);*/
}
ul.related_post li a .pin-me{
    overflow:hidden;
}
ul.related_post li img{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}








/*--------pagination---------*/
.pagination {
  margin: 20px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}

.pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
  *zoom: 1;
}

.pager:before,
.pager:after {
  display: table;
  line-height: 0;
  content: "";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: default;
  background-color: #fff;
}



ol.breadcrumb.blog {
    padding: 0;
    background: initial;
    margin-top: 30px;
    margin-bottom: 5px;
}
.section-inner.layoutSingleColumn ol.breadcrumb.blog li, .section-inner.layoutSingleColumn ol.breadcrumb.blog li {
    display: inline-block;
    margin-bottom: 0px;
    padding-left: 0px;
    line-height: 1.58;
    letter-spacing:initial;
}

.prodtt .p-price{
    color: red;
    font-weight: 800;
    font-size: 14px;
    font-family: 'montserrat', sans-serif;
}
.prodtt h4{
    font-size: 14px;
}
.prodtt .product-page p{
    font-weight: bold;
    font-size: 16px;
}
.prodtt .info-r-p{
    margin-top: 13px;
}
.prodtt .btnseeit{
    margin-top: 20px;
}
.prodtt .btnseeit button{
    background-color: #111;
    border-radius: 0;
    border: 1px solid #666;
    color: #fff;
    float: right;
    font-family: 'Montserrat', sans-serif;
	font-size: 15px;
}

.articles h1.headtitle{
    margin-top: 26px;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
    font-family: "jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
}
.sectitle{
    font-weight: bold;
    font-size: 19px;
    line-height: 27px;
}

.related_post li{
    display: list-item !important;
    padding-left: 0px !important;
}
.related_post{
    padding-left: 19px;
	font-size: 15px;
}
.articles .block--list p{
	line-height: 20px;
}
hr{
	border : 0px !important;
}
.block-image img,.prodtt .thumbnail img{
    -webkit-transform: scale(-1,1);
}
.rating-box{
	font-size: 13px;
}




.rheading {
    font-size: 19px;
    margin-right: 25px;
    margin-bottom: 7px;
    display: inline-block;
}
.stareviews{
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}
.stareviews .fa {
    font-size: 13px;
}
.middle h3{
    margin-top:0px;
    margin-bottom: 3px;
}
.checked {
    color: orange;
}

  /* Three column layout */
.side {
    float: left;
    width: 20%;
    margin-top:10px;
}

.middle {
    margin-top:10px;
    float: left;
    width: 70%;
}

/* Place text to the right */
.right {
    text-align: right;
}

/* Clear floats after the columns */
.rowa:after {
    content: "";
    display: table;
    clear: both;
}

/* The bar container */
.bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
}
.middle h3{
    margin-top:0px;
}
/* Responsive layout - make the columns stack on top of each other instead of next to each other */
@media (max-width: 400px) {
    .side, .middle {
      width: 100%;
    }
    .right {
      display: none;
    }
}


div#shopify-product-reviews {
    max-height: 1171px;
    overflow-y: scroll;
}
.ratingreview{
    border-bottom: 1px solid #adadad;
    margin-bottom: 10px;
    padding-bottom: 7px;
}
.mostrelevant{
    font-weight: bold;
    padding-bottom: 12px;
    display: block;
    font-weight:bold;
    color:#000
}
button.buy_now.button.loading:after{
    opacity: 1;
}
.shopify-product-rating,h1.product_title.entry-title{
    margin-bottom: 10px !important;
}

img.size-shop_catalog {
    float: left;
    /* width: 100px; */
    height: 230px;
    object-fit: cover;
}
.middle h3 {
    font-size: 14px;
}
.middle p{
    font-size: 13px;
}
#about-author{
	border-top: 1px solid #b6b6b6;
    border-bottom: 1px solid #b6b6b6;
    padding: 25px 0px;
    margin: 28px 0px;
}
#about-author h3{
	font-size:19px;
}
#about-author p{
	font-size:15px;
}
#tags > span{
	font-size:15px;
}
#tags > a span{
	font-size:12px;
}
#tags .label-danger {
    background-color: #000000 !important;
    color: #fff !important;
}
.rating-box span ,.stars-container,.rating-box{
    font-size: 16px !important;
    line-height: initial !important;
}
.postMetaInline-feedSummary > span {
    font-size: 17px;
}
ol.breadcrumb.blog li span {
    font-size: 13px;
}
span.product-page a:hover {
    text-decoration: none;
    color: #333;
}
.postMetaInline-feedSummary{
	line-height: 1.2 !important;
}
.has-content-area > h2 {
    margin-top: 40px;
}