/*   
	Theme Name: Jon Albon
	Theme URI: 
	Description: A custom theme by norf.co
	Author: norf.co
	Author URI: https://norf.co
	Version: v1
*/


@import url(https://4491d3.staticwbm.com/20210919173336cs_/https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.css);
@import url(https://f36475.staticwbm.com/20210919173336cs_/https://cdnjs.cloudflare.com/ajax/libs/flexslider/2.6.3/flexslider.min.css);
@import url(https://c23991.staticwbm.com/20210919173336cs_/https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.6/css/jquery.fancybox.min.css);
@import url(https://3a58dc.staticwbm.com/20210919173336cs_/https://cdnjs.cloudflare.com/ajax/libs/social-share-kit/1.0.13/css/social-share-kit.css);
@import url(https://fbb20a.staticwbm.com/20210919173336cs_/https://fonts.googleapis.com/css?family=Oswald);
@import url(https://9bdf37.staticwbm.com/20210919173336cs_/https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css);

/* #Basic Styles
================================================== */
body {
	font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #444;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
    background: #eee;
    padding-top: 44px;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #fff;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
h5 { font-size: 17px; line-height: 24px; }
h6 { font-size: 14px; line-height: 21px; }
.subheader { color: #777; }

p { margin: 0 0 20px 0; }
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 27px; color: #777;  }

em { font-style: italic; }
strong { font-weight: bold; color: #333; }
small { font-size: 80%; }

/*	Blockquotes  */
blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

hr { border: solid #eee; border-width: 1px 0 0; clear: both; margin: 20px 0; height: 0; }

/* #Links
================================================== */
a, a:visited { color: #333; text-decoration: underline; outline: 0; }
a:hover, a:focus { color: #000; }
p a, p a:visited { line-height: inherit; }

/* #Lists
================================================== */
ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 30px; }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }
li { line-height: 18px; margin-bottom: 12px; }
ul.large li { line-height: 21px; }
li p { line-height: 21px; }


.inner h1,
.inner h2,
.inner h3,
.inner h4,
.inner a,
.inner a:visited {
    color: #444;
}
.inner li {
	list-style: circle;
}

.sidebar h3 {
    color: #444;
}

.section_slope h3 {
    color: #fff;
    margin: 0 0 20px 0;
}

.section_slope p {
    color: #fff;
    margin: 0 0 10px 0;
}

a,
a:visited {
    color: #fff;
}

.sidebar a,
.sidebar a:visited {
    color: #444;
}

.ssk-group,
.white {
    color: #fff!important;
}

.sidebar .ssk-group a, 
.sidebar .ssk-group a:visited {
    color: #fff!important;
    display: block;
    text-align: left;
}

a.black:visited,
.black {
    color: #444;
}

.sidebar a:hover,
a.black:hover,
a:hover {
    color: #ffe32a!important;
}

.paragraph {
    margin: 0 0 20px 0;
}

hr {
    border: 0;
    color: #ddd;
    background-color: #ddd;
    height: 1px;
    width: 100%;
    text-align: left;
    margin: 10px 0;
}

.title {
    margin-bottom: 10px;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.title.white a {
    color: #fff;
}

.title a {
    text-decoration: none;
}

.date {
    margin-bottom: 10px;
}

/* =============================================================================
   header
   ========================================================================== */

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    height: 44px;
    z-index: 999;
}

header h2 {
    color: #fff;
    position: absolute;
    top: 2px;
    left: 50%;
    width: 300px;
    margin: 0 0 0 -150px;
    padding: 0;
    text-align: center;
    font-size: 28px;
}

.burger {
    width: 44px;
    height: 44px;
    position: relative;
    z-index: 1000;
    float: left;
    padding: 8px;
    color: #fff;
}

.share {
    width: 44px;
    height: 44px;
    position: relative;
    z-index: 1000;
    float: right;
    padding: 8px;
    color: #fff;
}

.menu-main-menu-container {
    background: #ffe328;
    position: fixed;
    top: 44px;
    left: -200%;
    bottom: 0;
    z-index: 999;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transform: all .1s linear;
}

.share-container {
    background: #fff;
    position: fixed;
    top: 44px;
    left: -100%;
    bottom: 0;
    z-index: 999;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transform: all .1s linear;
    padding: 20px;
}

.share-container {
    left: auto;
    right: -100%;
}

.share-container.active {
    right: 0;
}

.ssk.ssk-text.ssk-lg, .ssk-lg>.ssk.ssk-text {
    display: block;
    text-align: left;
}

.menu-main-menu-container.active {
    left: 0;
}

.menu-main-menu-container ul {
    margin: 0;
    padding: 30px 0;
}

.menu-main-menu-container li {
    display: block;
    padding: 0;
    margin: 0;
}

.menu-main-menu-container li ul {
    display: none;
}

.menu-main-menu-container a,
.menu-main-menu-container a:visited {
    display: block;
    padding: 30px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    text-decoration: none;
    font-size: 30px;
}

.menu-main-menu-container a:hover {
    color: #222!important;
}

.menu-main-menu-container .current-page-ancestor a,
.menu-main-menu-container .current-menu-item a,
.menu-main-menu-container .current_page_item a {
    color: #000;
}

/* =============================================================================
   masthead slider
   ========================================================================== */

.masthead {
    margin-top: 20px;
    margin-bottom: 120px;
}

.masthead_inner {
    min-height: 520px;
    background-attachment: fixed;
    background-size: 100%;
}

.masthead_inner img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.flexslider {
    background: transparent;
    border: none;
    margin: 0 auto;
    background: #111;
    border-radius: 0;
}

.flexslider .flex-direction-nav a:before {
    font-size: 30px;
    padding-top: 5px;
    color: #ffe32a;
}

.flexslider.slider .flex-control-nav {
    bottom: -30px;
}

.flexslider.slider .flex-control-paging li a {
    background: none;
    border: 1px solid #ffe32a;
}

.flexslider.slider .flex-control-paging li a.flex-active {
    background: #ffe32a;
}

.flexslider.slider .slides a {
    display: block;
    min-height: 400px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.flexslider.slider .slides li {
    position: relative;
}

.flexslider.slider .slides li h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    background: #ffe32a;
    color: #000;
    border-radius: 1px;
    padding: 5px 10px;
    display: inline-block;
    margin: 0;
}

.flexslider.carousel .slides li {
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    min-height: 100px;
    background-color: #fff;
    border-radius: 1px;
    margin: 0 10px;
}

.flexslider.carousel .slides li a {
    display: block;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.flexslider.carousel {
    margin-top: 30px;
    margin-bottom: 40px;
    background-color: transparent;
}

.flexslider.carousel .flex-control-nav {
    bottom: -40px;
}

.flexslider.carousel .flex-direction-nav a:before {
    color: #fff;
}

.flexslider.carousel .flex-control-paging li a {
    background: none;
    border: 1px solid #fff;
}

.flexslider.carousel .flex-control-paging li a.flex-active {
    background: #fff;
}

/* =============================================================================
   sections
   ========================================================================== */

.welcome {
    background: #111;
}

.welcome .txt_padding {
    padding: 10px 14px;
    min-height: 400px;
}

.welcome h1,
.welcome h2,
.welcome h3 {
    color: #fff;
    font-size: 19px;
	line-height: 32px;
}

.welcome .button {
    position: absolute;
    bottom: 0;
    right: 0;
}

.instagram-media {
	margin: 0 auto!important;
}

/* =============================================================================
   footer
   ========================================================================== */

footer {
    background: #111;
    color: #fff;
    clear: both;
    margin-top: 40px;
}

body.home footer {
    margin: 0;
}

footer p {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

footer .fa {
    float: right;
    margin-left: 10px;
}

/* =============================================================================
   cols / layout
   ========================================================================== */

section {
    clear: both;
    background-size: cover;
    background-position: 50% 50%;
}

.background_image {
    min-height: 400px;
}

section.bg2 {
    background-position: 50% 20%!important;
}

.section_slope {
    margin: 0 -50px;
    transform-origin: left center;
    background: #111;
    transform: rotate(-5deg);
}

.section_slope .width {
    transform: rotate(5deg);
    padding: 50px 0 50px 0;
    margin-bottom: -150px!important;
}

.section_slope_2 {
    transform: rotate(5deg);
}

.section_slope_2 .width {
    transform: rotate(-5deg);
    margin-top: -150px!important;
    margin-bottom: 0!important;
}

.width {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.col {
    float: left;
    display: inline-block;
}

.col100 {
    width: 100%;
    clear: both;
}

.col75 {
    width: 75%;
}

.col50 {
    width: 50%;
}

.col33 {
    width: 33%;
}

.col66 {
    width: 66%;
}

.col25 {
    width: 25%;
}

.txt_padding {
    padding: 20px;
    position: relative;
}

tr:nth-child(even) {
    background-color: #eee;
}

/* =Index pagination
----------------------------------------------- */

/* The containing box with a nice white background */
.paging-navigation {
    clear: both;
}

/* Remove bullets and list indentation */
.paging-navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* Make the list items appear horizontally */
.paging-navigation li {
	display: inline;
}

/* Give each link and the current item some padding to make them easy to click */
a.page-numbers,
span.page-numbers {
	padding: .3em .7em;
	color: #333;
	color: hsl(0, 0%, 20%);
}

/* Link hover state */
a:hover.page-numbers {
	color: #000;
	color: hsl(0, 0%, 0%);
}

/* Current page bold and dark */
.paging-navigation .current {
	font-weight: bold;
	color: #000;
	color: hsl(0, 0%, 0%);
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.cb {
    clear: both;
}

.center {
    text-align: center;
}

img.center {
    display: block;
    margin: 0 auto;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.al {
    text-align: left;
}

.ac {
    text-align: center;
}

.hide {
    display: none;
}

.gallery-item img,
.img_responsive {
    max-width: 100%;
    height: auto;
    border: 0!important;
    border-radius: 1px;
}

#gallery-1 img {
    border: 0!important;
    border-radius: 1px;
}

.img_sponsor {
    margin: 30px auto 0 auto;
    display: block;
}

.gallery-icon {
    margin-right: 25px;
}

.img_round {
    border-radius: 50%;
    max-height: 200px;
}

.img_border {
    border: 4px solid #e8e8e8;
    background: #f8f8f8;
}

img.alignright {
	float: right;
	margin: 0 0 40px 40px;
}

.no_underline {
    text-decoration: none;
}

.button {
    border-radius: 1px;
    padding: 5px 10px;
    display: inline-block;
    color: #000;
    text-decoration: none;
    background: #ffe32a;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    opacity: 0.8;
}

.button:visited {
    color: #000;
}

.button:hover {
    opacity: 1;
    color: #000!important;
}

.button.white {
    background: #fff;
    color: #444;
}

.acf-map {
    height: 300px;
}

ul.reset,
ul.reset li {
    margin: 0 0 10px 0;
    padding: 0;
}

ul.event_list li:nth-child(n+10) {
    display: none;
}

.bg_white {
    background: #fff;
    margin: 0 0 20px 0;
}

div.date {
    background: #000;
    color: #fff;
    margin-top: -6px;
    display: block;
    z-index: 9999;
    position: relative;
    padding: 10px;
}

.title a {
    color: #444;
}

img.aligncenter {
    display: block;
    margin: 20px auto;
    max-width: 100%;
    height: auto;
}

.post_image {
    height: 175px;
    background-size: cover;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #eee;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.post_image:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1); /* IE 9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand'); /* IE6 and 7 */ 
}

.same_height {
    margin-bottom: 20px;
}

/* =============================================================================
   sidebar
   ========================================================================== */

.sidebar ul,
.sidebar li {
    margin: 0 0 10px 0;
    padding: 0;
}

/* =============================================================================
   calendar
   ========================================================================== */

.widget_calendar {
    float: left;
}

#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-top: 28px;
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 34px;
    text-align: left;
}

#wp-calendar thead {
    font-size: 10px;
}

#wp-calendar thead th {
    padding-bottom: 10px;
}

#wp-calendar tbody {
    color: #aaa;
}

#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px;
}

#wp-calendar tbody td:hover {
    background: #fff;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}

#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}

.strava {
    width: 100%;
    height: 410px;
}

/* =============================================================================
   Blog comments
   ========================================================================== */

ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { border-bottom:1px dotted #666; padding:1em; }
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { }
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar { border:5px solid #ccc; float:right; margin:0 0 1em 1em; }
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta { }
ol.commentlist li.comment div.comment-meta a { }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { list-style:square; margin:0 0 1em 2em; }
ol.commentlist li.comment div.reply { }
ol.commentlist li.comment div.reply a { }
ol.commentlist li.comment ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 { border-left:5px solid #555; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f6f6f6; }
ol.commentlist li.parent { border-left:5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

#respond { 
    background: #ececec;
    padding:0 5px 0 5px;
}

/* Highlight active form field */

#respond input[type=text], 
textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 10px;
  margin: 0 0 10px 0;
  border: 1px solid #ccc;
}
 
#respond input[type=text]:focus, 
textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}

#respond input[type="submit"] {
    background: #000;
    padding: 10px 30px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #fff;
}

#respond label {
    display: block;
    float: left;
    width: 80px;
    margin: 10px 0 0 0;
}

/* =============================================================================
   Print Styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    /* Black prints faster: h5bp.com/s */
    
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    /* Don't show links for images, or javascript/internal links */
    
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    /* h5bp.com/t */
    
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

@media all and (min-width: 1200px) {}

@media all and (max-width: 960px) {}

@media all and (max-width: 667px) {
    
    .menu-main-container.active {
        right: 0;
    }
    .share-container.active {
        left: 0;
    }
    .width {
        width: auto;
    }
    .col {
        float: none;
        display: block;
        overflow: hidden;
    }
    .col.col75 {
        width: auto;
    }
    .col.col50 {
        width: auto;
    }
    .col.col33 {
        width: auto;
    }
    .col.col25 {
        width: auto;
    }
    .txt_padding {
        padding: 10px;
    }
    .mobile.hide {
        display: block;
    }
    .mobile select {
        width: 100%;
        height: 2.8em;
    }
    
    .masthead {
        margin: 0;
    }
    
    .menu-main-container a, .menu-main-container a:visited {
        padding: 10px 30px;
        font-size: 20px;
    }
    
    .welcome h1, .welcome h2, .welcome h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .welcome .txt_padding {
        padding: 10px 10px 30px 10px;
        min-height: auto;
    }
    
    section {
        border-bottom: 1px solid #ffe32a;
    }
    
    .section_slope {
        margin: 0 0;
        transform-origin: left center;
        background: #111;
        transform: rotate(0);
    }

    .section_slope .width {
        transform: rotate(0);
        padding: 10px;
        margin-bottom: 0!important;
    }

    .section_slope_2 {
        transform: rotate(0);
    }

    .section_slope_2 .width {
        transform: rotate(0);
        margin-top: 0!important;
        margin-bottom: 0!important;
    }
    
    .background_image {
        min-height: 100px;
    }
    
    .gallery-item {
        width: auto!important;
        float: none!important;
    }
    
    .gallery-icon {
        margin: 0!important;
    }
    
    .flexslider.slider .flex-control-nav {
        bottom: 5px;
    }
    
    .welcome {
        margin-top: -12px;
    }
    
    .flexslider.slider .slides li h3 {
        font-size: 16px;
        bottom: 40px;
    }
    
    footer {
        text-align: center;
    }
    
    footer .fa {
        float: none;
        margin: 0 20px 20px 20px;
    }
    
    .masthead_inner {
        background-attachment: scroll;
        min-height: 220px;
    }
    
    .strava {
        width: 300px;
        overflow: scroll;
    }
}
/*
     FILE ARCHIVED ON 13:11:42 Oct 28, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:09:28 May 26, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.714
  exclusion.robots: 0.12
  exclusion.robots.policy: 0.106
  esindex: 0.012
  cdx.remote: 12.113
  LoadShardBlock: 159.847 (3)
  PetaboxLoader3.datanode: 989.029 (4)
  PetaboxLoader3.resolve: 138.001 (2)
  load_resource: 1018.287
*/