/*! Master Base CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none; }

del {
  color: #333; }

ins {
  background: #fff9c0;
  text-decoration: none; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 24px;
  margin: 1.7142857143rem; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

small {
  font-size: smaller; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

/* Clearing floats */
.clear:after, .wrapper:after, .format-status .entry-header:after {
  clear: both; }

.clear:before, .clear:after, .wrapper:before, .wrapper:after, .format-status .entry-header:before, .format-status .entry-header:after {
  display: table;
  content: ""; }

html {
  font-size: 87.5%; }

body {
  font-size: 14px;
  font-size: 1rem;
  font-family: Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  color: #444; }

body #main {
  padding: 24px 20px;
  padding: 1.7857142857rem 1.4285714286rem; }

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  body.custom-background {
    background-size: 50%; } }

body.custom-font-enabled {
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

a, a:visited {
  outline: none;
  color: #25a7ca; }

a:hover {
  color: #5bc5e2; }

.site {
  margin: 0 auto;
  max-width: 960px; }

.archive-title, .page-title, .widget-title, .entry-content th, .comment-content th {
  font-size: 10px;
  font-size: 0.7857142857rem;
  line-height: 2.181818182;
  font-weight: bold;
  text-transform: uppercase;
  color: #636363; }

/* Shared Post Format styling */
article.format-quote footer.entry-meta, article.format-link footer.entry-meta, article.format-status footer.entry-meta {
  font-size: 10px;
  font-size: 0.7857142857rem;
  line-height: 2.181818182; }

li.bypostauthor cite span {
  color: #fff;
  background-color: #21759b;
  background-image: none;
  border: 1px solid #1f6f93;
  border-radius: 2px;
  box-shadow: none;
  padding: 0; }

/* Responsive images */
.entry-content img, .comment-content img, .widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */ }

img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }

img.size-full, img.size-large, img.header-image, img.wp-post-image {
  max-width: 100%;
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }

/* Make sure videos and embeds fit their containers */
embed, iframe, object, video {
  max-width: 100%; }

.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
  /* Override the Twitter embed fixed width */ }

.mobile-icon {
  background-image: url("mobile-sprite.png");
  background-size: 75px 28px;
  background-repeat: no-repeat; }

@media only screen and (max-width:767px) {
  #wpadminbar {
    position: fixed; } }

/* Images */
.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.group:after {
  content: "";
  display: table;
  clear: both; }

button, input, textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-family: inherit;
  padding: 6px;
  padding: 0.4285714286rem; }

button, input {
  line-height: normal; }

textarea {
  font-size: 100%;
  overflow: auto;
  vertical-align: top; }

/* Reset non-text input types */
input[type="checkbox"], input[type="radio"], input[type="file"], input[type="hidden"], input[type="image"], input[type="color"] {
  border: 0;
  border-radius: 0;
  padding: 0; }

/* Buttons */
.menu-toggle, input[type="submit"], input[type="button"], input[type="reset"], article.post-password-required input[type=submit], li.bypostauthor cite span {
  padding: 6px 10px;
  padding: 0.4285714286rem 0.7142857143rem;
  font-size: 10px;
  font-size: 0.7857142857rem;
  line-height: 1.428571429;
  font-weight: normal;
  color: #7c7c7c;
  background-color: #e6e6e6;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1); }

.menu-toggle, button, input[type="submit"], input[type="button"], input[type="reset"] {
  cursor: pointer; }

button[disabled], input[disabled] {
  cursor: default; }

.menu-toggle:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, article.post-password-required input[type=submit]:hover {
  color: #5e5e5e;
  background-color: #ebebeb;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: linear-gradient(top, #f9f9f9, #ebebeb); }

.menu-toggle:active, .menu-toggle.toggled-on, button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
  color: #757575;
  background-color: #e1e1e1;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: linear-gradient(top, #ebebeb, #e1e1e1);
  box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
  border: none; }

@media only screen and (min-width:768px) {
  .site-header .site-logo {
    width: 220px;
    max-height: 270px;
    position: absolute;
    top: -72px;
    left: -10px;
    z-index: 2; } }
@media only screen and (min-width:960px) {
  .site-header .site-logo {
    width: 290px;
    top: -100px;
    left: -43px; } }
.site-header .site-logo .desktop-logo {
  display: none; }
  @media only screen and (min-width:768px) {
    .site-header .site-logo .desktop-logo {
      display: block; } }
.site-header .site-logo .mobile-logo {
  width: 320px;
  margin: 0 auto; }
  @media only screen and (min-width:768px) {
    .site-header .site-logo .mobile-logo {
      display: none; } }

.site-title {
  padding: 10px 0 0 0;
  padding: 0.7142857143rem 0 0 0; }
  @media only screen and (min-width:768px) {
    .site-title {
      padding: 0; } }

.site-header .site-logo img {
  max-width: 100%;
  height: auto; }

/* Assistive text */
.assistive-text, .site .screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px); }

.main-navigation .assistive-text:hover, .main-navigation .assistive-text:active, .main-navigation .assistive-text:focus {
  background: #fff;
  border: 2px solid #333;
  border-radius: 3px;
  clip: auto !important;
  color: #000;
  display: block;
  font-size: 12px;
  padding: 12px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 100000;
  /* Above WP toolbar */ }

.site-header {
  position: relative;
  background: #25a7ca;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width:768px) {
    .site-header {
      padding: 20px 0 14px 11px;
      padding: 1.4285714286rem 0 1.0714285714rem 0.8571428571rem; } }
  @media only screen and (min-width:960px) {
    .site-header {
      padding: 30px 0 24px 24px;
      padding: 2.1428571429rem 0 1.7857142857rem 1.7142857143rem; } }

.site-header .site-logo h2 {
  text-indent: -9999px; }

.top {
  display: none; }
  @media only screen and (min-width:768px) {
    .top {
      display: block;
      margin-bottom: 35px;
      margin-bottom: 2.5rem;
      text-align: right;
      padding: 39px 39px 0 0;
      padding: 2.8571428571rem 2.8571428571rem 0 0; } }
  @media only screen and (max-width:959px) {
    .top {
      padding: 24px 39px 0 0;
      padding: 1.7857142857rem 2.8571428571rem 0 0;
      margin-bottom: 21px;
      margin-bottom: 1.5714285714rem; } }

.top:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0; }

.header-right-text-stuff {
  line-height: 1.5;
  color: #fff;
  font-size: 12px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700; }

.header-right-text-stuff a {
  text-decoration: none; }

section[role="banner"] {
  margin-bottom: 48px;
  margin-bottom: 3.4285714286rem; }

.site-content nav {
  clear: both;
  line-height: 2;
  overflow: hidden; }

#nav-above {
  padding: 24px 0;
  padding: 1.7142857143rem 0; }

#nav-above {
  display: none; }

.paged #nav-above {
  display: block; }

.nav-previous, .previous-image {
  float: left;
  width: 50%; }

.nav-next, .next-image {
  float: right;
  text-align: right;
  width: 50%; }

.nav-single + .comments-area, #comment-nav-above {
  margin: 48px 0;
  margin: 3.4285714286rem 0; }

.main-navigation {
  margin: 0;
  text-align: center;
  clear: both;
  position: relative; }
  .main-navigation a {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.24); }
    .main-navigation a:hover {
      color: #21759b; }
  .main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    display: inline-block !important;
    text-align: left;
    width: 100%; }
  .main-navigation ul {
    margin: 0;
    text-indent: 0; }
  .main-navigation li a, .main-navigation li {
    display: inline-block;
    text-decoration: none; }
  .main-navigation li {
    margin: 0 6%;
    position: relative;
    font-size: 11px;
    font-size: 0.8571428571rem;
    line-height: 1.42857143;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2px;
    float: left; }
    .main-navigation li a {
      border-bottom: 0;
      line-height: 3.692307692;
      text-transform: uppercase;
      white-space: nowrap;
      text-shadow: none;
      font-weight: 600; }
      .main-navigation li a:hover {
        color: #000; }
    .main-navigation li ul {
      display: none;
      margin: 0;
      padding: 0;
      position: absolute;
      left: -10px;
      top: 100%;
      z-index: 103; }
      .main-navigation li ul ul {
        top: 0;
        left: 100%; }
      .main-navigation li ul li {
        margin: 0; }
        .main-navigation li ul li a {
          color: #606060;
          display: block;
          font-size: 10px;
          font-size: 0.7857142857rem;
          line-height: 2.181818182;
          padding: 7px 10px;
          padding: 0.5714285714rem 0.7142857143rem;
          width: 179px;
          width: 12.8571428571rem;
          white-space: normal;
          text-shadow: none; }
          .main-navigation li ul li a:hover {
            background: #e3e3e3;
            color: #444; }
  @media only screen and (min-width:768px) {
    .main-navigation ul li:hover > ul, .main-navigation .sub-menu-open > ul {
      display: block;
      background-color: #fff;
      box-shadow: 8px 13px 21px rgba(0, 0, 0, 0.21);
      border: 1px solid #eee; } }
  .main-navigation ul ul:before, .main-navigation ul ul:after {
    border: 7px outset transparent;
    content: "";
    display: block;
    height: 0;
    left: 20px;
    position: absolute;
    width: 0; }
  .main-navigation ul ul:before {
    border-bottom: 7px solid #fff;
    top: -13px; }
  .main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
    color: #ededed; }
  .main-navigation .mobile-about-copy {
    padding: 35px 24px;
    padding: 2.5rem 1.7857142857rem;
    background: #f7f7f7;
    position: absolute;
    z-index: 103;
    width: 100%;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 16px;
    font-size: 1.1428571429rem;
    line-height: 24px;
    line-height: 1.7857142857rem;
    text-align: left;
    font-family: "proxima-nova", sans-serif;
    color: #222223;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: none; }
    @media only screen and (max-width:767px) {
      .main-navigation .mobile-about-copy.menu-open {
        display: block; } }
    .main-navigation .mobile-about-copy a {
      text-shadow: none;
      color: #25a7ca; }
    @media only screen and (min-width:768px) {
      .main-navigation .mobile-about-copy {
        display: none; } }
  @media only screen and (max-width:767px) {
    .main-navigation .menu-main-menu-container {
      display: none;
      padding: 4px 14px 0 14px;
      padding: 0.3571428571rem 1.0714285714rem 0 1.0714285714rem;
      background: #f7f7f7;
      position: absolute;
      z-index: 103;
      width: 100%;
      box-sizing: border-box;
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); } }
  @media only screen and (max-width:767px) {
    .main-navigation .menu-main-menu-container.menu-open {
      display: block; } }
  @media only screen and (min-width:768px) {
    .main-navigation .menu-main-menu-container {
      display: block;
      padding-left: 214px;
      padding-left: 15.3571428571rem; } }
  @media only screen and (min-width:960px) {
    .main-navigation .menu-main-menu-container {
      padding-left: 249px;
      padding-left: 17.8571428571rem; } }
  @media only screen and (min-width:768px) {
    .main-navigation .menu-main-menu-container #menu-main-menu > li {
      margin: 0 10px;
      margin: 0 0.7142857143rem; } }
  @media only screen and (min-width:960px) {
    .main-navigation .menu-main-menu-container #menu-main-menu > li {
      margin: 0 18px;
      margin: 0 1.3571428571rem; } }
  @media only screen and (max-width:767px) {
    .main-navigation #menu-main-menu > li {
      display: block;
      margin: 0;
      float: none;
      border-bottom: 1px solid #e9e9e9; } }
  @media only screen and (max-width:767px) {
    .main-navigation #menu-main-menu > li a {
      height: 46px;
      height: 3.3571428571rem;
      line-height: 49px;
      line-height: 3.5rem;
      display: block;
      padding: 0 10px;
      padding: 0 0.7142857143rem;
      font-weight: 600;
      font-size: 14px;
      font-size: 1rem;
      font-family: "proxima-nova", sans-serif;
      color: #25a7ca;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; } }
  .main-navigation #menu-main-menu > li a:focus {
    outline: none;
    border: none; }
  .main-navigation #menu-main-menu .menu-item-has-children {
    position: relative; }
    @media only screen and (max-width:767px) {
      .main-navigation #menu-main-menu .menu-item-has-children:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 11px 7px 0 7px;
        border-color: #d3d3d3 transparent transparent transparent;
        content: ' ';
        position: absolute;
        right: 5px;
        top: 18px; } }
    @media only screen and (max-width:767px) {
      .main-navigation #menu-main-menu .menu-item-has-children.sub-menu-open:after {
        border-width: 0 7px 11px 7px;
        border-color: transparent transparent #d3d3d3 transparent; } }
    @media only screen and (max-width:767px) {
      .main-navigation #menu-main-menu .menu-item-has-children.sub-menu-open .sub-menu {
        display: block; } }
  @media only screen and (max-width:767px) {
    .main-navigation #menu-main-menu .sub-menu {
      position: static; } }
  @media only screen and (max-width:767px) {
    .main-navigation #menu-main-menu .sub-menu li {
      display: block;
      float: none; } }
  @media only screen and (max-width:767px) {
    .main-navigation #menu-main-menu .sub-menu a {
      display: block;
      width: 100%;
      background: #e9e9e9;
      box-sizing: border-box;
      margin-top: 1px;
      color: #666; } }
  @media only screen and (max-width:767px) {
    .main-navigation #menu-main-menu .sub-menu:before, .main-navigation #menu-main-menu .sub-menu:after {
      display: none; } }
  .main-navigation .mobile-header {
    height: 52px;
    height: 3.7857142857rem;
    line-height: 52px;
    line-height: 3.7857142857rem;
    background: #222223;
    text-align: left;
    padding: 0 0 0 20px;
    padding: 0 0 0 1.4285714286rem; }
    .main-navigation .mobile-header a {
      color: #919191;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 16px;
      font-size: 1.1428571429rem;
      font-family: "proxima-nova", sans-serif; }
      .main-navigation .mobile-header a:focus {
        outline: none;
        border: none; }
    .main-navigation .mobile-header #mobile-nav {
      float: left;
      display: inline-block; }
    .main-navigation .mobile-header .menu-icon {
      background-position: 0 50%;
      width: 19px;
      margin-right: 10px;
      height: 52px;
      height: 3.7857142857rem;
      display: inline-block;
      float: left; }
    .main-navigation .mobile-header #mobile-about {
      float: right;
      height: 52px;
      height: 3.7857142857rem;
      display: inline-block;
      padding: 0 20px;
      padding: 0 1.4285714286rem; }
      .main-navigation .mobile-header #mobile-about .about-icon {
        background-position: -27px 50%;
        width: 27px;
        height: 52px;
        height: 3.7857142857rem;
        display: inline-block; }
    @media only screen and (min-width:768px) {
      .main-navigation .mobile-header {
        display: none; } }
  .main-navigation #menu-main-menu > li {
    position: relative; }
    @media only screen and (min-width:768px) {
      .main-navigation #menu-main-menu > li:after {
        position: absolute;
        right: -10px;
        display: block;
        content: ' ';
        width: 1px;
        background: #1f8ca8;
        height: 30px;
        top: 7px; } }
    @media only screen and (min-width:960px) {
      .main-navigation #menu-main-menu > li:after {
        right: -15px;
        height: 35px; } }
    .main-navigation #menu-main-menu > li:last-child {
      border: 0; }
      .main-navigation #menu-main-menu > li:last-child:after {
        display: none; }
    @media only screen and (min-width:768px) {
      .main-navigation #menu-main-menu > li > a {
        font-size: 11px;
        font-size: 0.8571428571rem; } }
    @media only screen and (min-width:960px) {
      .main-navigation #menu-main-menu > li > a {
        font-size: 14px;
        font-size: 1rem; } }

.menu-toggle {
  display: none; }

.menu-main-menu-left-container, .menu-main-menu-right-container {
  position: relative;
  z-index: 102; }

.menu-main-menu-left-container {
  float: left;
  width: 40%; }

.menu-main-menu-right-container {
  float: right;
  width: 32%; }

.main-navigation ul.nav-menu.toggled-on, .menu-toggle {
  display: inline-block; }

.main-navigation li.powered-by {
  float: right;
  margin: 0;
  text-align: right;
  font-family: Baskerville, Georgia, serif;
  font-style: italic; }

.main-navigation li.powered-by a {
  display: inline; }

footer[role="contentinfo"] {
  clear: both;
  font-size: 11px;
  font-size: 0.8571428571rem;
  line-height: 2;
  max-width: 959px;
  max-width: 68.5714285714rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 48px;
  padding-bottom: 3.4285714286rem; }
  @media only screen and (max-width:767px) {
    footer[role="contentinfo"] {
      background: #222223; } }
  @media only screen and (max-width:959px) {
    footer[role="contentinfo"] {
      padding: 20px 20px 48px 20px;
      padding: 1.4285714286rem 1.4285714286rem 3.4285714286rem 1.4285714286rem; } }

footer[role="contentinfo"] a, footer[role="contentinfo"] {
  color: #ccc; }

footer[role="contentinfo"] a:hover {
  color: #21759b; }

footer[role="contentinfo"] span {
  display: block; }

footer[role="contentinfo"] .modern-tribe-logo {
  width: 199px;
  height: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px; }

footer[role="contentinfo"] .modern-tribe-logo img {
  max-width: 100%;
  height: auto; }

footer[role="contentinfo"] .attribution {
  margin-top: 48px; }

footer.entry-meta {
  margin-top: 24px;
  margin-top: 1.7142857143rem;
  font-size: 13px;
  font-size: 0.9285714286rem;
  line-height: 1.846153846;
  color: #757575; }

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
  /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }

.wp-caption {
  max-width: 100%;
  /* Keep wide captions from overflowing their container. */
  padding: 4px; }

.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
  font-style: italic;
  font-size: 11px;
  font-size: 0.8571428571rem;
  line-height: 2;
  color: #757575; }

img.wp-smiley, .rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.entry-content dl.gallery-item {
  margin: 0; }

.gallery-item a, .gallery-caption {
  width: 90%; }

.gallery-item a {
  display: block; }

.gallery-caption a {
  display: inline; }

.gallery-columns-1 .gallery-item a {
  max-width: 100%;
  width: auto; }

.gallery .gallery-icon img {
  height: auto;
  max-width: 90%;
  padding: 5%; }

.gallery-columns-1 .gallery-icon img {
  padding: 3%; }

/* Author profiles */
.author .archive-header {
  margin-bottom: 24px;
  margin-bottom: 1.7142857143rem; }

.author-info {
  border-top: 1px solid #ededed;
  margin: 24px 0;
  margin: 1.7142857143rem 0;
  padding-top: 24px;
  padding-top: 1.7142857143rem;
  overflow: hidden; }

.author-description p {
  color: #757575;
  font-size: 13px;
  font-size: 0.9285714286rem;
  line-height: 1.846153846; }

.author.archive .author-info {
  border-top: 0;
  margin: 0 0 48px;
  margin: 0 0 3.4285714286rem; }

.author.archive .author-avatar {
  margin-top: 0; }

#main {
  padding: 0 24px;
  padding: 0 1.7142857143rem;
  background-color: #fff; }

.site-content {
  margin: 24px 0 0;
  margin: 1.7142857143rem 0 0; }

.entry-meta {
  clear: both; }

.entry-header {
  margin-bottom: 24px;
  margin-bottom: 1.7142857143rem; }

.entry-header img.wp-post-image {
  margin-bottom: 24px;
  margin-bottom: 1.7142857143rem; }

.entry-header .entry-title {
  font-size: 20px;
  font-size: 1.4285714286rem;
  line-height: 1.2;
  font-weight: normal; }

.entry-header .entry-title a {
  text-decoration: none; }

.entry-header .entry-format {
  margin-top: 24px;
  margin-top: 1.7142857143rem;
  font-weight: normal; }

.entry-header .comments-link {
  margin-top: 24px;
  margin-top: 1.7142857143rem;
  font-size: 13px;
  font-size: 0.9285714286rem;
  line-height: 1.846153846;
  color: #757575; }

.comments-link a, .entry-meta a {
  color: #757575; }

.comments-link a:hover, .entry-meta a:hover {
  color: #21759b; }

article.sticky .featured-post {
  border-top: 4px double #ededed;
  border-bottom: 4px double #ededed;
  color: #757575;
  font-size: 13px;
  font-size: 0.9285714286rem;
  line-height: 3.692307692;
  margin-bottom: 24px;
  margin-bottom: 1.7142857143rem;
  text-align: center; }

.entry-content, .entry-summary, .mu_register {
  line-height: 1.714285714; }

.entry-content h1, .comment-content h1, .entry-content h2, .comment-content h2, .entry-content h3, .comment-content h3, .entry-content h4, .comment-content h4, .entry-content h5, .comment-content h5, .entry-content h6, .comment-content h6 {
  margin: 24px 0;
  margin: 1.7142857143rem 0;
  line-height: 1.714285714; }

.entry-content h1, .comment-content h1 {
  font-size: 21px;
  font-size: 1.5rem;
  line-height: 1.5; }

.entry-content h2, .comment-content h2, .mu_register h2 {
  font-size: 17px;
  font-size: 1.2857142857rem;
  line-height: 1.6; }

.entry-content h3, .comment-content h3 {
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 1.846153846; }

.entry-content h4, .comment-content h4 {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.846153846; }

.entry-content h5, .comment-content h5 {
  font-size: 13px;
  font-size: 0.9285714286rem;
  line-height: 1.846153846; }

.entry-content h6, .comment-content h6 {
  font-size: 11px;
  font-size: 0.8571428571rem;
  line-height: 1.846153846; }

.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
  margin: 0 0 24px;
  margin: 0 0 1.7142857143rem;
  line-height: 1.714285714; }

.entry-content ol, .comment-content ol, .entry-content ul, .comment-content ul, .mu_register ul {
  margin: 0 0 24px;
  margin: 0 0 1.7142857143rem;
  line-height: 1.714285714; }

.entry-content ul ul, .comment-content ul ul, .entry-content ol ol, .comment-content ol ol, .entry-content ul ol, .comment-content ul ol, .entry-content ol ul, .comment-content ol ul {
  margin-bottom: 0; }

.entry-content ul, .comment-content ul, .mu_register ul {
  list-style: disc outside; }

.entry-content ol, .comment-content ol {
  list-style: decimal outside; }

.entry-content li, .comment-content li, .mu_register li {
  margin: 0 0 0 35px;
  margin: 0 0 0 2.5714285714rem; }

.entry-content blockquote, .comment-content blockquote {
  margin-bottom: 24px;
  margin-bottom: 1.7142857143rem;
  padding: 24px;
  padding: 1.7142857143rem;
  font-style: italic; }

.entry-content blockquote p:last-child, .comment-content blockquote p:last-child {
  margin-bottom: 0; }

.entry-content code, .comment-content code {
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 11px;
  font-size: 0.8571428571rem;
  line-height: 2; }

.entry-content pre, .comment-content pre {
  border: 1px solid #ededed;
  color: #666;
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 11px;
  font-size: 0.8571428571rem;
  line-height: 1.714285714;
  margin: 24px 0;
  margin: 1.7142857143rem 0;
  overflow: auto;
  padding: 24px;
  padding: 1.7142857143rem; }

.entry-content pre code, .comment-content pre code {
  display: block; }

.entry-content abbr, .comment-content abbr, .entry-content dfn, .comment-content dfn, .entry-content acronym, .comment-content acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

.entry-content address, .comment-content address {
  display: block;
  line-height: 1.714285714;
  margin: 0 0 24px;
  margin: 0 0 1.7142857143rem; }

img.alignleft {
  margin: 11px 24px 11px 0;
  margin: 0.8571428571rem 1.7142857143rem 0.8571428571rem 0; }

img.alignright {
  margin: 11px 0 11px 24px;
  margin: 0.8571428571rem 0 0.8571428571rem 1.7142857143rem; }

img.aligncenter {
  margin-top: 11px;
  margin-top: 0.8571428571rem;
  margin-bottom: 11px;
  margin-bottom: 0.8571428571rem; }

.entry-content embed, .entry-content iframe, .entry-content object, .entry-content video {
  margin-bottom: 24px;
  margin-bottom: 1.7142857143rem; }

.entry-content dl, .comment-content dl {
  margin: 0 24px;
  margin: 0 1.7142857143rem; }

.entry-content dt, .comment-content dt {
  font-weight: bold;
  line-height: 1.714285714; }

.entry-content dd, .comment-content dd {
  line-height: 1.714285714;
  margin-bottom: 24px;
  margin-bottom: 1.7142857143rem; }

.entry-content table, .comment-content table {
  border-bottom: 1px solid #ededed;
  color: #757575;
  font-size: 11px;
  font-size: 0.8571428571rem;
  line-height: 2;
  margin: 0 0 24px;
  margin: 0 0 1.7142857143rem;
  width: 100%; }

.entry-content table caption, .comment-content table caption {
  font-size: 16px;
  font-size: 1.1428571429rem;
  margin: 24px 0;
  margin: 1.7142857143rem 0; }

.entry-content td, .comment-content td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0; }

.site-content article {
  border-bottom: 4px double #ededed;
  margin-bottom: 72px;
  margin-bottom: 5.1428571429rem;
  padding-bottom: 24px;
  padding-bottom: 1.7142857143rem;
  word-wrap: break-word;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }

.page-links {
  clear: both;
  line-height: 1.714285714; }

img#wpstats {
  display: block;
  margin: 0 auto 24px; }

span.back {
  display: block;
  margin: 20px 0 0; }

.entry-page-image {
  margin-bottom: 14px;
  margin-bottom: 1rem; }

.template-front-page .site-content article {
  border: 0;
  margin-bottom: 0; }

.template-front-page .widget-area {
  clear: both;
  float: none;
  width: auto;
  padding-top: 24px;
  padding-top: 1.7142857143rem;
  border-top: 1px solid #ededed; }

.template-front-page .widget-area .widget li {
  margin: 7px 0 0;
  margin: 0.5714285714rem 0 0;
  font-size: 13px;
  font-size: 0.9285714286rem;
  line-height: 1.714285714;
  list-style-type: square;
  list-style-position: inside; }

.template-front-page .widget-area .widget li a {
  color: #757575; }

.template-front-page .widget-area .widget li a:hover {
  color: #21759b; }

.template-front-page .widget-area .widget_text img {
  float: left;
  margin: 7px 24px 7px 0;
  margin: 0.5714285714rem 1.7142857143rem 0.5714285714rem 0; }

#main #tribe-events-pg-template {
  padding: 30px 0 0 0; }
  #main #tribe-events-pg-template #loginform {
    padding-top: 20px; }
    #main #tribe-events-pg-template #loginform input {
      border-radius: 0; }
      #main #tribe-events-pg-template #loginform input[type="submit"] {
        background: #25a7ca;
        border: 0;
        box-shadow: none;
        font-weight: 600;
        font-size: 14px;
        font-size: 1rem;
        font-family: "proxima-nova", sans-serif;
        text-transform: uppercase;
        color: #fff;
        padding: 6px 20px 4px 20px;
        padding: 0.4285714286rem 1.4285714286rem 0.3571428571rem 1.4285714286rem; }
    #main #tribe-events-pg-template #loginform label {
      font-weight: 600;
      width: 80px;
      display: inline-block; }
    #main #tribe-events-pg-template #loginform .login-remember label {
      padding-left: 80px;
      width: 200px;
      font-weight: 400; }
    #main #tribe-events-pg-template #loginform .login-submit, #main #tribe-events-pg-template #loginform .register {
      padding-left: 80px; }
    #main #tribe-events-pg-template #loginform p {
      margin-bottom: 14px;
      margin-bottom: 1.0714285714rem; }
#main h2.tribe-events-page-title, #main #tribe-geo-results h2.tribe-events-page-title {
  font-size: 20px;
  font-size: 1.4285714286rem; }
  @media only screen and (min-width:768px) {
    #main h2.tribe-events-page-title, #main #tribe-geo-results h2.tribe-events-page-title {
      font-size: 30px;
      font-size: 2.1428571429rem; } }
#main #tribe_events_filter_control a + a {
  margin: 0; }
#main .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], #main .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a, #main #tribe_events_filters_wrapper input[type="submit"], #main .tribe-events-button, #main #tribe-events .tribe-events-button, #main .tribe-events-button.tribe-inactive, #main #tribe-events .tribe-events-button:hover, #main .tribe-events-button:hover, #main .tribe-events-button.tribe-active:hover {
  background-color: #25a7ca; }
@media only screen and (max-width:767px) {
  #main .tribe-events-calendar td.tribe-events-present.mobile-active, #main #tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover, #main .tribe-events-calendar td.tribe-events-present.mobile-active div[id*="tribe-events-daynum-"], #main .tribe-events-calendar td.tribe-events-present.mobile-active div[id*="tribe-events-daynum-"] a, #main .tribe-events-calendar td.mobile-active, #main .tribe-events-calendar .mobile-active div[id*="tribe-events-daynum-"], #main .tribe-events-calendar .mobile-active div[id*="tribe-events-daynum-"] a, #main #tribe-events-content .tribe-events-calendar .mobile-active:hover {
    background-color: #25a7ca; } }
#main .tribe-events-calendar td.tribe-events-present, #main #tribe-events-content .tribe-events-calendar td.tribe-events-present:hover {
  background-color: #eee; }
#main .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], #main .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
  background-color: #b2b2b2; }
  @media only screen and (max-width:767px) {
    #main .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], #main .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
      background-color: #eee; } }

.tribe_community_edit:not(.logged-in) #tribe-events {
  width: 260px;
  background: #f7f7f7;
  border: 1px solid #eee;
  margin: 50px auto 100px auto;
  padding: 20px;
  padding: 1.4285714286rem; }
  .tribe_community_edit:not(.logged-in) #tribe-events .register {
    padding-left: 80px; }
  @media only screen and (max-width:400px) {
    .tribe_community_edit:not(.logged-in) #tribe-events {
      margin-top: 20px;
      padding: 0;
      background: transparent;
      border: 0; } }

@media only screen and (max-width:767px) {
  .page-loading #tribe_events_filters_wrapper {
    display: none !important; } }

#tribe-events-content {
  z-index: 10; }

.single-tribe_events .tribe-events-event {
  margin-top: 3em; }

#tribe-events-event-meta {
  line-height: 1.6; }

.single-tribe_events #secondary {
  display: none; }

.single-tribe_events h2.entry-title {
  font-size: 21px;
  font-size: 1.5714285714rem; }

h2.tribe-events-cal-title {
  display: none; }

.widget-area .widget {
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  margin-bottom: 48px;
  margin-bottom: 3.4285714286rem;
  word-wrap: break-word; }

.widget-area .widget h3 {
  margin-bottom: 24px;
  margin-bottom: 1.7142857143rem; }

.widget-area .widget p, .widget-area .widget li, .widget-area .widget .textwidget {
  font-size: 13px;
  font-size: 0.9285714286rem;
  line-height: 1.846153846; }

.widget-area .widget p {
  margin-bottom: 24px;
  margin-bottom: 1.7142857143rem; }

.widget-area .textwidget ul {
  list-style: disc outside;
  margin: 0 0 24px;
  margin: 0 0 1.7142857143rem; }

.widget-area .textwidget li {
  margin-left: 35px;
  margin-left: 2.5714285714rem; }

.widget-area .widget a {
  color: #757575; }

.widget-area .widget a:hover {
  color: #21759b; }

.widget-area #s {
  width: 53.6666666667%;
  /* define a width to avoid dropping a wider submit button */ }

.widget-area {
  margin: 24px 0 0;
  margin: 1.7142857143rem 0 0; }

.widget-area .widget ul ul {
  margin-left: 11px;
  margin-left: 0.8571428571rem; }

.widget_rss li {
  margin: 11px 0;
  margin: 0.8571428571rem 0; }

.widget_recent_entries .post-date, .widget_rss .rss-date {
  color: #aaa;
  font-size: 10px;
  font-size: 0.7857142857rem;
  margin-left: 11px;
  margin-left: 0.8571428571rem; }

#wp-calendar {
  margin: 0;
  width: 100%;
  font-size: 13px;
  font-size: 0.9285714286rem;
  line-height: 1.846153846;
  color: #686868; }

#wp-calendar th, #wp-calendar td, #wp-calendar caption {
  text-align: left; }

#wp-calendar #next {
  padding-right: 24px;
  padding-right: 1.7142857143rem;
  text-align: right; }

.widget_search label {
  display: block;
  font-size: 13px;
  font-size: 0.9285714286rem;
  line-height: 1.846153846; }

.widget_twitter li {
  list-style-type: none; }

.widget_twitter .timesince {
  display: block;
  text-align: right; }

.archive-header, .page-header {
  margin-bottom: 48px;
  margin-bottom: 3.4285714286rem;
  padding-bottom: 21px;
  padding-bottom: 1.5714285714rem;
  border-bottom: 1px solid #ededed; }

.archive-meta {
  color: #757575;
  font-size: 11px;
  font-size: 0.8571428571rem;
  line-height: 2;
  margin-top: 21px;
  margin-top: 1.5714285714rem; }

.article.attachment {
  overflow: hidden; }

.image-attachment div.attachment {
  text-align: center; }

.image-attachment div.attachment p {
  text-align: center; }

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

.image-attachment .entry-caption {
  margin-top: 7px;
  margin-top: 0.5714285714rem; }

/* =Aside post format
-------------------------------------------------------------- */
article.format-aside h1 {
  margin-bottom: 24px;
  margin-bottom: 1.7142857143rem; }

article.format-aside h1 a {
  text-decoration: none;
  color: #4d525a; }

article.format-aside h1 a:hover {
  color: #2e3542; }

article.format-aside .aside {
  padding: 24px 24px 0;
  padding: 1.7142857143rem 1.7142857143rem 0;
  background: #d2e0f9;
  border-left: 22px solid #a8bfe8; }

article.format-aside p {
  font-size: 13px;
  font-size: 0.9285714286rem;
  line-height: 1.846153846;
  color: #4a5466; }

article.format-aside blockquote:last-child, article.format-aside p:last-child {
  margin-bottom: 0; }

/* =Post formats
-------------------------------------------------------------- */
/* Image posts */
article.format-image footer h1 {
  font-size: 13px;
  font-size: 0.9285714286rem;
  line-height: 1.846153846;
  font-weight: normal; }

article.format-image footer h2 {
  font-size: 10px;
  font-size: 0.7857142857rem;
  line-height: 2.181818182; }

article.format-image footer a h2 {
  font-weight: normal; }

/* Link posts */
article.format-link header {
  padding: 0 10px;
  padding: 0 0.7142857143rem;
  float: right;
  font-size: 10px;
  font-size: 0.7857142857rem;
  line-height: 2.181818182;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  color: #848484;
  background-color: #ebebeb;
  border-radius: 3px; }

article.format-link .entry-content {
  max-width: 80%;
  float: left; }

article.format-link .entry-content a {
  font-size: 21px;
  font-size: 1.5714285714rem;
  line-height: 1.090909091;
  text-decoration: none; }

/* Quote posts */
article.format-quote .entry-content p {
  margin: 0;
  padding-bottom: 24px;
  padding-bottom: 1.7142857143rem; }

article.format-quote .entry-content blockquote {
  display: block;
  padding: 24px 24px 0;
  padding: 1.7142857143rem 1.7142857143rem 0;
  font-size: 14px;
  font-size: 1.0714285714rem;
  line-height: 1.6;
  font-style: normal;
  color: #6a6a6a;
  background: #efefef; }

/* Status posts */
.format-status .entry-header {
  margin-bottom: 24px;
  margin-bottom: 1.7142857143rem; }

.format-status .entry-header header {
  display: inline-block; }

.format-status .entry-header h1 {
  font-size: 14px;
  font-size: 1.0714285714rem;
  font-weight: normal;
  line-height: 1.6;
  margin: 0; }

.format-status .entry-header h2 {
  font-size: 11px;
  font-size: 0.8571428571rem;
  font-weight: normal;
  line-height: 2;
  margin: 0; }

.format-status .entry-header header a {
  color: #757575; }

.format-status .entry-header header a:hover {
  color: #21759b; }

.format-status .entry-header img {
  float: left;
  margin-right: 21px;
  margin-right: 1.5rem; }

.comments-title {
  margin-bottom: 48px;
  margin-bottom: 3.4285714286rem;
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 1.5;
  font-weight: normal; }

.comments-area article {
  margin: 24px 0;
  margin: 1.7142857143rem 0; }

.comments-area article header {
  margin: 0 0 48px;
  margin: 0 0 3.4285714286rem;
  overflow: hidden;
  position: relative; }

.comments-area article header img {
  float: left;
  padding: 0;
  line-height: 0; }

.comments-area article header cite, .comments-area article header time {
  display: block;
  margin-left: 84px;
  margin-left: 6.0714285714rem; }

.comments-area article header cite {
  font-style: normal;
  font-size: 14px;
  font-size: 1.0714285714rem;
  line-height: 1.42857143; }

.comments-area article header time {
  line-height: 1.714285714;
  text-decoration: none;
  font-size: 11px;
  font-size: 0.8571428571rem;
  color: #5e5e5e; }

.comments-area article header a {
  text-decoration: none;
  color: #5e5e5e; }

.comments-area article header a:hover {
  color: #21759b; }

.comments-area article header cite a {
  color: #444; }

.comments-area article header cite a:hover {
  text-decoration: underline; }

.comments-area article header h4 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 11px;
  padding: 0.4285714286rem 0.8571428571rem;
  font-size: 11px;
  font-size: 0.8571428571rem;
  font-weight: normal;
  color: #fff;
  background-color: #0088d0;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
  background-image: linear-gradient(top, #009cee, #0088d0);
  border-radius: 3px;
  border: 1px solid #007cbd; }

.comments-area li.bypostauthor cite span {
  position: absolute;
  margin-left: 4px;
  margin-left: 0.3571428571rem;
  padding: 2px 4px;
  padding: 0.1428571429rem 0.3571428571rem;
  font-size: 10px;
  font-size: 0.7142857143rem; }

a.comment-reply-link, a.comment-edit-link {
  color: #686868;
  font-size: 13px;
  font-size: 0.9285714286rem;
  line-height: 1.846153846; }

a.comment-reply-link:hover, a.comment-edit-link:hover {
  color: #21759b; }

.commentlist .pingback {
  line-height: 1.714285714;
  margin-bottom: 24px;
  margin-bottom: 1.7142857143rem; }

/* Comment form */
#respond {
  margin-top: 48px;
  margin-top: 3.4285714286rem; }

#respond h3#reply-title {
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 1.5; }

#respond h3#reply-title #cancel-comment-reply-link {
  margin-left: 10px;
  margin-left: 0.7142857143rem;
  font-weight: normal;
  font-size: 11px;
  font-size: 0.8571428571rem; }

#respond form {
  margin: 24px 0;
  margin: 1.7142857143rem 0; }

#respond form p {
  margin: 10px 0;
  margin: 0.7857142857rem 0; }

#respond form p.logged-in-as {
  margin-bottom: 24px;
  margin-bottom: 1.7142857143rem; }

#respond form label {
  display: block;
  line-height: 1.714285714; }

#respond form input[type="text"], #respond form textarea {
  box-sizing: border-box;
  font-size: 11px;
  font-size: 0.8571428571rem;
  line-height: 1.714285714;
  padding: 10px;
  padding: 0.7142857143rem;
  width: 100%; }

#respond form p.form-allowed-tags {
  margin: 0;
  font-size: 11px;
  font-size: 0.8571428571rem;
  line-height: 2;
  color: #5e5e5e; }

.required {
  color: red; }

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
  .author-avatar {
    float: left;
    margin-top: 7px;
    margin-top: 0.5714285714rem; }
  .author-description {
    float: right;
    width: 80%; }
  .site-content {
    float: left;
    width: 65.104166667%; }
  body.template-front-page .site-content, body.single-attachment .site-content, body.full-width .site-content {
    width: 100%; }
  .widget-area {
    float: right;
    width: 26.041666667%; }
  .entry-header .entry-title {
    font-size: 21px;
    font-size: 1.5714285714rem; }
  #respond form input[type="text"] {
    width: 46.333333333%; }
  #respond form textarea.blog-textarea {
    width: 79.666666667%; }
  .template-front-page .site-content, .template-front-page article {
    overflow: hidden; }
  .template-front-page.has-post-thumbnail article {
    float: left;
    width: 47.916666667%; }
  .entry-page-image {
    float: right;
    margin-bottom: 0;
    width: 47.916666667%; }
  .template-front-page .widget-area .widget, .template-front-page.two-sidebars .widget-area .front-widgets {
    float: left;
    width: 51.875%;
    margin-bottom: 24px;
    margin-bottom: 1.7142857143rem; }
  .template-front-page .widget-area .widget:nth-child(odd) {
    clear: right; }
  .template-front-page .widget-area .widget:nth-child(even), .template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
    float: right;
    width: 39.0625%;
    margin: 0 0 24px;
    margin: 0 0 1.7142857143rem; }
  .template-front-page.two-sidebars .widget, .template-front-page.two-sidebars .widget:nth-child(even) {
    float: none;
    width: auto; }
  .commentlist .children {
    margin-left: 48px;
    margin-left: 3.4285714286rem; } }

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
  body {
    background-color: #e6e6e6; }
  body #main {
    padding: 24px 39px;
    padding: 1.7857142857rem 2.8571428571rem;
    margin-bottom: 48px;
    margin-bottom: 3.4285714286rem;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3); }
  body.custom-background-empty {
    background-color: #fff; }
  body.custom-background-empty .site, body.custom-background-white .site {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none; } }

/*
     FILE ARCHIVED ON 08:46:59 Feb 01, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:47:55 Jun 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):
  capture_cache.get: 0.601
  load_resource: 100.256
  PetaboxLoader3.resolve: 32.282
  PetaboxLoader3.datanode: 27.749
*/