/* normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, sass/default/utilities/h5bp/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 19, sass/default/utilities/h5bp/_normalize.scss */
body {
  margin: 0; }

/* HTML5 display definitions
========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 43, sass/default/utilities/h5bp/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 55, sass/default/utilities/h5bp/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 65, sass/default/utilities/h5bp/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 76, sass/default/utilities/h5bp/_normalize.scss */
[hidden],
template {
  display: none; }

/* Links
========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 87, sass/default/utilities/h5bp/_normalize.scss */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 96, sass/default/utilities/h5bp/_normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 107, sass/default/utilities/h5bp/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 116, sass/default/utilities/h5bp/_normalize.scss */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 124, sass/default/utilities/h5bp/_normalize.scss */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 133, sass/default/utilities/h5bp/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 142, sass/default/utilities/h5bp/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 151, sass/default/utilities/h5bp/_normalize.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 160, sass/default/utilities/h5bp/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 167, sass/default/utilities/h5bp/_normalize.scss */
sup {
  top: -0.5em; }

/* line 171, sass/default/utilities/h5bp/_normalize.scss */
sub {
  bottom: -0.25em; }

/* Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 182, sass/default/utilities/h5bp/_normalize.scss */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 190, sass/default/utilities/h5bp/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 201, sass/default/utilities/h5bp/_normalize.scss */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 209, sass/default/utilities/h5bp/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
/* line 219, sass/default/utilities/h5bp/_normalize.scss */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 230, sass/default/utilities/h5bp/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 254, sass/default/utilities/h5bp/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 264, sass/default/utilities/h5bp/_normalize.scss */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 276, sass/default/utilities/h5bp/_normalize.scss */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 291, sass/default/utilities/h5bp/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
/* line 301, sass/default/utilities/h5bp/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 310, sass/default/utilities/h5bp/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 320, sass/default/utilities/h5bp/_normalize.scss */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 333, sass/default/utilities/h5bp/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 345, sass/default/utilities/h5bp/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 355, sass/default/utilities/h5bp/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 369, sass/default/utilities/h5bp/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
/* line 377, sass/default/utilities/h5bp/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 388, sass/default/utilities/h5bp/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 397, sass/default/utilities/h5bp/_normalize.scss */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 406, sass/default/utilities/h5bp/_normalize.scss */
optgroup {
  font-weight: bold; }

/* Tables
========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 417, sass/default/utilities/h5bp/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 423, sass/default/utilities/h5bp/_normalize.scss */
td,
th {
  padding: 0; }

/* HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 13, sass/default/utilities/h5bp/_main.scss */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 25, sass/default/utilities/h5bp/_main.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

/* line 30, sass/default/utilities/h5bp/_main.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
/* line 39, sass/default/utilities/h5bp/_main.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
/* line 57, sass/default/utilities/h5bp/_main.scss */
audio,
canvas,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
/* line 65, sass/default/utilities/h5bp/_main.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
/* line 75, sass/default/utilities/h5bp/_main.scss */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
/* line 83, sass/default/utilities/h5bp/_main.scss */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers: h5bp.com/u
 */
/* line 118, sass/default/utilities/h5bp/_main.scss */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */
/* line 127, sass/default/utilities/h5bp/_main.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 144, sass/default/utilities/h5bp/_main.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
/* line 157, sass/default/utilities/h5bp/_main.scss */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 174, sass/default/utilities/h5bp/_main.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

/* line 179, sass/default/utilities/h5bp/_main.scss */
.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 206, sass/default/utilities/h5bp/_main.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  /* line 214, sass/default/utilities/h5bp/_main.scss */
  a,
  a:visited {
    text-decoration: underline; }

  /* line 218, sass/default/utilities/h5bp/_main.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 222, sass/default/utilities/h5bp/_main.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  /* line 232, sass/default/utilities/h5bp/_main.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  /* line 237, sass/default/utilities/h5bp/_main.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /* line 242, sass/default/utilities/h5bp/_main.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  /* line 247, sass/default/utilities/h5bp/_main.scss */
  tr,
  img {
    page-break-inside: avoid; }

  /* line 251, sass/default/utilities/h5bp/_main.scss */
  img {
    max-width: 100% !important; }

  /* line 257, sass/default/utilities/h5bp/_main.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  /* line 263, sass/default/utilities/h5bp/_main.scss */
  h2,
  h3 {
    page-break-after: avoid; } }
/* line 9, sass/default/utilities/tools/_patch.scss */
.entry:before, .entry-byline:before, .comment-hr:before, .comment-respond:before, .ui-tablist:before, .entry:after, .entry-byline:after, .comment-hr:after, .comment-respond:after, .ui-tablist:after {
  content: " ";
  display: table; }
/* line 13, sass/default/utilities/tools/_patch.scss */
.entry:after, .entry-byline:after, .comment-hr:after, .comment-respond:after, .ui-tablist:after {
  clear: both; }

/* line 36, sass/default/utilities/tools/_patch.scss */
.assistive-text,
.search-bar-title,
.home .main-content-title,
.blog .main-content-title,
.accessible-name,
legend, #wpstats,
.widget_search .widget-title,
.widget_nav_menu .widget-title,
.form-allowed-tags,
.skip-to-content-link, .child-content .entry-user-action,
.child-content .entry-meta, .child-content .breadcrumbs, .entry .show-more-content-entry-title, .page .entry-hr-cr .entry-meta, .post-edit-link .label-verb-subject, .entry-subtitle .label, .format-status .entry-hr, .comment-timestamp .label, .comments-hr, .comment-respond .label-verb-subject, .comments-ct .blank, .logged-in .comment-form .field-comment label:not(.subscribe-label), .entry-navigation-list .action-item .label, .home .main-content-hr, .single .main-content-hr, .page .main-content-hr, .error404 .main-content-hr, .ui-state__main-nav--active .admin-bar #wpadminbar, .sharedaddy .sd-title, .scroll-top-link .label, .secondary-sidebar .widget_search label, .tertiary-sidebar .widget_search label, .secondary-sidebar .widget_search .icon-search, .tertiary-sidebar .widget_search .icon-search, .status-search-inactive .header-sidebar .search--sudo-input-text, .status-search-inactive .header-sidebar .search--sudo-button, .header-sidebar .search-control .label, .status-search-active .header-sidebar .search-control, .header-sidebar .search-submit .label, .search-form legend, .category-list .separator, .tag-list .separator, .header-sidebar-heading,
.secondary-sidebar-heading,
.tertiary-sidebar-heading, .header-sidebar .widget:not(.widget_search), .ui-type__table--versus .result .label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* line 7, sass/default/utilities/tools/structure/_block-inline.scss */
.toolbar .action-item {
  display: inline-block;
  vertical-align: middle; }

/* line 8, sass/default/utilities/tools/structure/_border-box.scss */
* {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important; }

/* line 12, sass/default/utilities/tools/structure/_center-list.scss */
.tertiary-sidebar .menu {
  text-align: center; }
  /* line 6, sass/default/utilities/tools/structure/_center-list.scss */
  .tertiary-sidebar .menu > li {
    display: inline-block; }

/* line 8, sass/default/utilities/tools/structure/_iconize.scss */
.action-list, div.nav-menu ul {
  list-style: none;
  margin: auto;
  padding: 0; }

/* line 7, sass/default/utilities/tools/structure/_responsive-media.scss */
img, .wp-caption {
  max-width: 100%;
  height: auto; }

/* line 8, sass/default/utilities/tools/structure/_svg-iconize.scss */
.scroll-top-link, .header-sidebar .search-control, .header-sidebar .search-submit {
  display: table-cell !important;
  text-align: center;
  vertical-align: middle; }

/* line 8, sass/default/utilities/tools/structure/_unlist.scss */
.action-list, div.nav-menu ul {
  list-style: none;
  margin: auto;
  padding: 0; }

/* line 18, sass/default/utilities/tools/structure/_vertical-align-middle.scss */
.header-sidebar .search--field-input .field-cr {
  display: inline-block;
  vertical-align: middle;
  height: 100%; }
  /* line 6, sass/default/utilities/tools/structure/_vertical-align-middle.scss */
  .header-sidebar .search--field-input .field-cr:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle; }
  /* line 12, sass/default/utilities/tools/structure/_vertical-align-middle.scss */
  .header-sidebar .search--field-input .field-cr > * {
    display: inline-block;
    vertical-align: middle; }

/* line 1, sass/default/elements/objects/_link-theme.scss */
a {
  color: #00aaff; }

/* line 1, sass/default/elements/objects/_selection-theme.scss */
::-moz-selection {
  color: white;
  background-color: #12b32d; }

/* line 6, sass/default/elements/objects/_selection-theme.scss */
::selection {
  color: white;
  background-color: #12b32d; }

/* line 2, sass/default/elements/objects/_code-theme.scss */
code,
kbd {
  background-color: rgba(128, 128, 128, 0.15); }

/* line 6, sass/default/elements/objects/_code-theme.scss */
pre {
  border-color: rgba(0, 0, 0, 0.35); }

/* line 2, sass/default/elements/objects/_quote-theme.scss */
blockquote,
q {
  color: rgba(0, 0, 0, 0.65); }

/* line 6, sass/default/elements/objects/_quote-theme.scss */
cite {
  color: rgba(0, 0, 0, 0.85); }

/* line 2, sass/default/elements/objects/_quote-theme-font.scss */
blockquote,
q {
  font-size: 25.008px;
  font-size: 1.563rem; }

/* line 1, sass/default/elements/objects/_table-theme.scss */
tr {
  -webkit-transition: background-color 0.125s ease;
  -moz-transition: background-color 0.125s ease;
  -ms-transition: background-color 0.125s ease;
  -o-transition: background-color 0.125s ease;
  transition: background-color 0.125s ease; }
  /* line 4, sass/default/elements/objects/_table-theme.scss */
  tr:hover {
    background-color: rgba(0, 170, 255, 0.1); }
  /* line 9, sass/default/elements/objects/_table-theme.scss */
  tr:nth-child(even) {
    background-color: rgba(0, 170, 255, 0.025); }
    /* line 12, sass/default/elements/objects/_table-theme.scss */
    tr:nth-child(even):hover {
      background-color: rgba(0, 170, 255, 0.1); }

/* line 1, sass/default/elements/objects/_text-theme.scss */
.note {
  color: gray; }

/* line 5, sass/default/elements/objects/_text-theme.scss */
ins {
  text-decoration: none; }

/* line 1, sass/default/elements/components/_form-theme.scss */
input[type='text'], input[type='email'], input[type='search'], input[type='password'], input[type='url'], textarea {
  box-shadow: 0 0 0 0.0625rem rgba(0, 0, 0, 0.35);
  -webkit-transition: box-shadow 0.125s ease;
  -moz-transition: box-shadow 0.125s ease;
  -ms-transition: box-shadow 0.125s ease;
  -o-transition: box-shadow 0.125s ease;
  transition: box-shadow 0.125s ease; }
  /* line 5, sass/default/elements/components/_form-theme.scss */
  input[type='text']:hover, input[type='email']:hover, input[type='search']:hover, input[type='password']:hover, input[type='url']:hover, textarea:hover {
    box-shadow: 0 0 0 0.0625rem #00aaff; }
  /* line 9, sass/default/elements/components/_form-theme.scss */
  [data-state-form-element="focused"] input[type='text'], [data-state-form-element="focused"] input[type='email'], [data-state-form-element="focused"] input[type='search'], [data-state-form-element="focused"] input[type='password'], [data-state-form-element="focused"] input[type='url'], [data-state-form-element="focused"] textarea {
    box-shadow: 0 0 0 0.125rem #00aaff; }

/* line 16, sass/default/elements/components/_form-theme.scss */
.sudo-input-text {
  box-shadow: 0 0 0 0.0625rem rgba(0, 0, 0, 0.35);
  -webkit-transition: box-shadow 0.125s ease;
  -moz-transition: box-shadow 0.125s ease;
  -ms-transition: box-shadow 0.125s ease;
  -o-transition: box-shadow 0.125s ease;
  transition: box-shadow 0.125s ease; }
  /* line 20, sass/default/elements/components/_form-theme.scss */
  .sudo-input-text:hover {
    box-shadow: 0 0 0 0.0625rem #00aaff; }
  /* line 24, sass/default/elements/components/_form-theme.scss */
  .sudo-input-text[data-state-form-element="focused"] {
    box-shadow: 0 0 0 0.125rem #00aaff; }

/* line 31, sass/default/elements/components/_form-theme.scss */
button, input[type='submit'], input[type='reset'] {
  color: white;
  background-color: #00aaff; }
  /* line 36, sass/default/elements/components/_form-theme.scss */
  [data-state-form-element="focused"] button, button:hover, [data-state-form-element="focused"] input[type='submit'], input[type='submit']:hover, [data-state-form-element="focused"] input[type='reset'], input[type='reset']:hover {
    background-color: #0095ff; }

/* line 42, sass/default/elements/components/_form-theme.scss */
.sudo-button {
  color: white;
  background-color: #00aaff; }
  /* line 47, sass/default/elements/components/_form-theme.scss */
  .sudo-button[data-state-form-element="focused"], .sudo-button:hover {
    background-color: #0095ff; }

/* line 4, sass/default/elements/components/_comment-theme.scss */
.bypostauthor .comment-author-name {
  color: #00aaff; }
  /* line 7, sass/default/elements/components/_comment-theme.scss */
  .bypostauthor .comment-author-name a {
    color: #12b32d; }

/* line 15, sass/default/elements/components/_comment-theme.scss */
.comment .author-avatar a {
  background-color: #e6e6e6; }

/* line 21, sass/default/elements/components/_comment-theme.scss */
.comment-pending {
  color: gray; }

/* line 29, sass/default/elements/components/_comment-theme.scss */
.comment-form-admin .signed-in-as-link,
.comment-form-admin .comment-form-exit-link {
  color: rgba(0, 0, 0, 0.65);
  border-bottom-color: rgba(0, 0, 0, 0.65); }
  /* line 22, sass/default/utilities/tools/visual/_linkstyle-theme.scss */
  .comment-form-admin .signed-in-as-link:hover,
  .comment-form-admin .comment-form-exit-link:hover {
    color: #00aaff; }

/* line 38, sass/default/elements/components/_comment-theme.scss */
.comment-timestamp-link,
.comment-reply-link,
#cancel-comment-reply-link {
  color: rgba(0, 0, 0, 0.65);
  border-bottom-color: rgba(0, 0, 0, 0.65); }
  /* line 22, sass/default/utilities/tools/visual/_linkstyle-theme.scss */
  .comment-timestamp-link:hover,
  .comment-reply-link:hover,
  #cancel-comment-reply-link:hover {
    color: #00aaff; }

/* line 43, sass/default/elements/components/_comment-theme.scss */
.comment-message {
  color: black; }

/* line 8, sass/default/elements/components/_entry-theme.scss */
.blog .entry-title-link, .home .entry-title-link, .archive .entry-title-link, .search .entry-title-link {
  color: #00aaff; }
/* line 15, sass/default/elements/components/_entry-theme.scss */
.single .entry-title-link, .page .entry-title-link {
  color: black; }
/* line 20, sass/default/elements/components/_entry-theme.scss */
.sticky .entry-title-link {
  color: #12b32d; }

/* line 28, sass/default/elements/components/_entry-theme.scss */
.show-more-content .more-link {
  color: #12b32d; }

/* line 33, sass/default/elements/components/_entry-theme.scss */
.post-edit-link {
  color: #12b32d; }
  /* line 43, sass/default/utilities/tools/visual/_linkstyle-theme.scss */
  .post-edit-link:hover {
    color: white;
    background-color: #12b32d; }

/* line 38, sass/default/elements/components/_entry-theme.scss */
.entry-timestamp-link {
  color: rgba(0, 0, 0, 0.65);
  border-bottom-color: rgba(0, 0, 0, 0.65); }
  /* line 22, sass/default/utilities/tools/visual/_linkstyle-theme.scss */
  .entry-timestamp-link:hover {
    color: #00aaff; }

/* line 44, sass/default/elements/components/_entry-theme.scss */
.entry-byline .author a {
  color: rgba(0, 0, 0, 0.65);
  border-bottom-color: rgba(0, 0, 0, 0.65); }
  /* line 22, sass/default/utilities/tools/visual/_linkstyle-theme.scss */
  .entry-byline .author a:hover {
    color: #00aaff; }

/* line 52, sass/default/elements/components/_entry-theme.scss */
.entry-ct-cr a,
.entry-subtitle a {
  color: rgba(0, 0, 0, 0.65);
  border-bottom-color: rgba(0, 0, 0, 0.65); }
  /* line 22, sass/default/utilities/tools/visual/_linkstyle-theme.scss */
  .entry-ct-cr a:hover,
  .entry-subtitle a:hover {
    color: #00aaff; }

/* line 57, sass/default/elements/components/_entry-theme.scss */
.entry-subtitle {
  color: gray; }

/* line 3, sass/default/elements/components/_entry-theme-font.scss */
.entry-ct-cr * {
  font-size: 18px;
  font-size: 1.125rem; }
/* line 26, sass/default/utilities/tools/structure/_font.scss */
.entry-ct-cr h1 {
  font-size: 39.056px;
  font-size: 2.441rem; }
/* line 30, sass/default/utilities/tools/structure/_font.scss */
.entry-ct-cr h2 {
  font-size: 31.248px;
  font-size: 1.953rem; }
/* line 34, sass/default/utilities/tools/structure/_font.scss */
.entry-ct-cr h3 {
  font-size: 25.008px;
  font-size: 1.563rem; }
/* line 38, sass/default/utilities/tools/structure/_font.scss */
.entry-ct-cr h4 {
  font-size: 20px;
  font-size: 1.25rem; }
/* line 42, sass/default/utilities/tools/structure/_font.scss */
.entry-ct-cr h5 {
  font-size: 18px;
  font-size: 1.125rem; }
/* line 46, sass/default/utilities/tools/structure/_font.scss */
.entry-ct-cr h6 {
  font-size: 16px;
  font-size: 1rem; }
/* line 57, sass/default/utilities/tools/structure/_font.scss */
.entry-ct-cr blockquote,
.entry-ct-cr blockquote *,
.entry-ct-cr q {
  font-size: 25.008px;
  font-size: 1.563rem; }

/* line 4, sass/default/elements/components/_colophon-theme.scss */
.site-info .web-designer,
.site-info .copyright {
  color: gray; }
/* line 8, sass/default/elements/components/_colophon-theme.scss */
.site-info a {
  color: rgba(0, 0, 0, 0.65);
  border-bottom-color: rgba(0, 0, 0, 0.65); }
  /* line 22, sass/default/utilities/tools/visual/_linkstyle-theme.scss */
  .site-info a:hover {
    color: #00aaff; }

/* line 1, sass/default/elements/components/_ui-theme.scss */
.ui-tablist-item a {
  color: #00aaff; }

/* line 5, sass/default/elements/components/_ui-theme.scss */
.ui-tabpanel {
  border-color: #ccc;
  background-color: white; }

/* line 10, sass/default/elements/components/_ui-theme.scss */
.ui-tablist-item {
  display: inline-block;
  margin-bottom: auto;
  vertical-align: bottom; }
  /* line 15, sass/default/elements/components/_ui-theme.scss */
  .ui-tablist-item a {
    background-color: white;
    border-color: #ccc; }
    /* line 19, sass/default/elements/components/_ui-theme.scss */
    .ui-tablist-item a[aria-selected="true"] {
      color: currentColor; }

/* line 1, sass/default/elements/components/_scroll-top-theme.scss */
.scroll-top-link {
  background-color: rgba(64, 64, 64, 0.75); }
  /* line 4, sass/default/elements/components/_scroll-top-theme.scss */
  .scroll-top-link .icon {
    fill: white; }
  /* line 8, sass/default/elements/components/_scroll-top-theme.scss */
  .scroll-top-link:hover {
    background-color: rgba(64, 64, 64, 0.95); }
    /* line 11, sass/default/elements/components/_scroll-top-theme.scss */
    .scroll-top-link:hover .icon {
      fill: rgba(255, 255, 255, 0.5); }

/* line 1, sass/default/elements/components/_svg-theme.scss */
svg.icon:hover {
  -webkit-transition: fill 0.125s ease;
  -moz-transition: fill 0.125s ease;
  -ms-transition: fill 0.125s ease;
  -o-transition: fill 0.125s ease;
  transition: fill 0.125s ease;
  fill: #00aaff; }

/* line 1, sass/default/elements/components/_main-theme.scss */
html {
  color: black;
  background-color: white; }

/* line 8, sass/default/elements/components/_main-theme.scss */
.main-content-heading .label {
  color: rgba(0, 0, 0, 0.65); }

/* line 8, sass/default/elements/components/_main-navigation-theme.scss */
div.nav-menu > ul > li > a {
  color: #00aaff; }
@media only screen and (min-width: 48rem) {
  /* line 15, sass/default/elements/components/_main-navigation-theme.scss */
  div.nav-menu > ul > .page_item_has_children,
  div.nav-menu > ul > .menu-item-has-children {
    color: #00aaff; } }
@media only screen and (min-width: 48rem) {
  /* line 22, sass/default/elements/components/_main-navigation-theme.scss */
  div.nav-menu > ul > .page_item_has_children > a,
  div.nav-menu > ul > .menu-item-has-children > a {
    color: #00aaff; } }
@media only screen and (min-width: 48rem) {
  /* line 28, sass/default/elements/components/_main-navigation-theme.scss */
  div.nav-menu > ul > .page_item_has_children > a:after,
  div.nav-menu > ul > .menu-item-has-children > a:after {
    border-right-color: rgba(0, 0, 0, 0.25); } }
/* line 39, sass/default/elements/components/_main-navigation-theme.scss */
div.nav-menu > ul > .page_item_has_children:hover,
div.nav-menu > ul > .menu-item-has-children:hover {
  background-color: #00aaff; }
  /* line 42, sass/default/elements/components/_main-navigation-theme.scss */
  div.nav-menu > ul > .page_item_has_children:hover > a,
  div.nav-menu > ul > .menu-item-has-children:hover > a {
    color: white; }
    @media only screen and (min-width: 48rem) {
      /* line 46, sass/default/elements/components/_main-navigation-theme.scss */
      div.nav-menu > ul > .page_item_has_children:hover > a:after,
      div.nav-menu > ul > .menu-item-has-children:hover > a:after {
        border-right-color: rgba(255, 255, 255, 0.25); } }
/* line 58, sass/default/elements/components/_main-navigation-theme.scss */
div.nav-menu > ul > .page_item_has_children.status-sub-nav-active,
div.nav-menu > ul > .menu-item-has-children.status-sub-nav-active {
  background-color: #0088cc; }
@media only screen and (min-width: 48rem) {
  /* line 67, sass/default/elements/components/_main-navigation-theme.scss */
  div.nav-menu li {
    color: white; } }
@media only screen and (min-width: 48rem) {
  /* line 73, sass/default/elements/components/_main-navigation-theme.scss */
  div.nav-menu li a {
    color: white; } }
/* line 80, sass/default/elements/components/_main-navigation-theme.scss */
div.nav-menu li:hover {
  background-color: #0099e6; }
  /* line 85, sass/default/elements/components/_main-navigation-theme.scss */
  div.nav-menu li:hover a {
    color: white; }
/* line 92, sass/default/elements/components/_main-navigation-theme.scss */
div.nav-menu li:active {
  background-color: #0099e6; }
/* line 100, sass/default/elements/components/_main-navigation-theme.scss */
div.nav-menu .children,
div.nav-menu .sub-menu {
  background-color: #00a5f7; }
  /* line 105, sass/default/elements/components/_main-navigation-theme.scss */
  div.nav-menu .children > li:hover,
  div.nav-menu .sub-menu > li:hover {
    background-color: #0099e6; }
  /* line 110, sass/default/elements/components/_main-navigation-theme.scss */
  div.nav-menu .children a,
  div.nav-menu .sub-menu a {
    color: white; }
  @media only screen and (min-width: 48rem) {
    /* line 100, sass/default/elements/components/_main-navigation-theme.scss */
    div.nav-menu .children,
    div.nav-menu .sub-menu {
      box-shadow: -0.25rem 0.25rem 0 rgba(128, 128, 128, 0.15); } }
  @media only screen and (min-width: 48rem) {
    /* line 122, sass/default/elements/components/_main-navigation-theme.scss */
    div.nav-menu .children:before,
    div.nav-menu .sub-menu:before {
      background-color: rgba(255, 255, 255, 0.15); } }
  @media only screen and (min-width: 48rem) {
    /* line 131, sass/default/elements/components/_main-navigation-theme.scss */
    div.nav-menu .children:after,
    div.nav-menu .sub-menu:after {
      border-color: transparent transparent #006699 transparent; } }
@media only screen and (min-width: 48rem) {
  /* line 146, sass/default/elements/components/_main-navigation-theme.scss */
  div.nav-menu .page_item_has_children > a:after,
  div.nav-menu .menu-item-has-children > a:after {
    border-right-color: rgba(255, 255, 255, 0.25);
    -webkit-transition: border-right-color 0.125s ease;
    -moz-transition: border-right-color 0.125s ease;
    -ms-transition: border-right-color 0.125s ease;
    -o-transition: border-right-color 0.125s ease;
    transition: border-right-color 0.125s ease; } }
/* line 157, sass/default/elements/components/_main-navigation-theme.scss */
div.nav-menu .page_item_has_children.status-sub-nav-active,
div.nav-menu .menu-item-has-children.status-sub-nav-active {
  background-color: #0088cc; }
  /* line 162, sass/default/elements/components/_main-navigation-theme.scss */
  div.nav-menu .page_item_has_children.status-sub-nav-active > a,
  div.nav-menu .menu-item-has-children.status-sub-nav-active > a {
    color: white; }
    /* line 167, sass/default/elements/components/_main-navigation-theme.scss */
    div.nav-menu .page_item_has_children.status-sub-nav-active > a:hover,
    div.nav-menu .menu-item-has-children.status-sub-nav-active > a:hover {
      background-color: #0077b3; }
    @media only screen and (min-width: 48rem) {
      /* line 172, sass/default/elements/components/_main-navigation-theme.scss */
      div.nav-menu .page_item_has_children.status-sub-nav-active > a:after,
      div.nav-menu .menu-item-has-children.status-sub-nav-active > a:after {
        border-right-color: rgba(255, 255, 255, 0.25); } }
@media only screen and (min-width: 48rem) {
  /* line 8, sass/default/utilities/tools/structure/_pseudo-content.scss */
  div.nav-menu .status-sub-nav-active .current_page_item,
  div.nav-menu .status-sub-nav-active .current-menu-item,
  div.nav-menu .status-sub-nav-active .current_page_ancestor,
  div.nav-menu .status-sub-nav-active .current-menu-ancestor {
    position: relative; }
  /* line 12, sass/default/utilities/tools/structure/_pseudo-content.scss */
  div.nav-menu .status-sub-nav-active .current_page_item:before,
  div.nav-menu .status-sub-nav-active .current-menu-item:before,
  div.nav-menu .status-sub-nav-active .current_page_ancestor:before,
  div.nav-menu .status-sub-nav-active .current-menu-ancestor:before {
    content: '';
    position: absolute;
    background-color: #0088cc; } }
/* line 206, sass/default/elements/components/_main-navigation-theme.scss */
div.nav-menu .status-sub-nav-active .current_page_item:last-child:before,
div.nav-menu .status-sub-nav-active .current-menu-item:last-child:before,
div.nav-menu .status-sub-nav-active .current_page_ancestor:last-child:before,
div.nav-menu .status-sub-nav-active .current-menu-ancestor:last-child:before {
  border-bottom-left-radius: 0.25rem; }
/* line 8, sass/default/utilities/tools/structure/_pseudo-content.scss */
div.nav-menu .current_page_item,
div.nav-menu .current-menu-item,
div.nav-menu .current_page_ancestor,
div.nav-menu .current-menu-ancestor {
  position: relative; }
/* line 12, sass/default/utilities/tools/structure/_pseudo-content.scss */
div.nav-menu .current_page_item:before,
div.nav-menu .current-menu-item:before,
div.nav-menu .current_page_ancestor:before,
div.nav-menu .current-menu-ancestor:before {
  content: '';
  position: absolute; }
  @media only screen and (min-width: 48rem) {
    /* line 12, sass/default/utilities/tools/structure/_pseudo-content.scss */
    div.nav-menu .current_page_item:before,
    div.nav-menu .current-menu-item:before,
    div.nav-menu .current_page_ancestor:before,
    div.nav-menu .current-menu-ancestor:before {
      background-color: #0088cc; } }
@media only screen and (max-width: 47.9375rem) {
  /* line 240, sass/default/elements/components/_main-navigation-theme.scss */
  .status-mobile-main-nav-active div.nav-menu li,
  .status-mobile-main-nav-active div.nav-menu a {
    color: white; } }
/* line 249, sass/default/elements/components/_main-navigation-theme.scss */
div.nav-menu .page_item,
div.nav-menu .menu-item {
  border-bottom-color: rgba(0, 0, 0, 0.25); }

/* line 261, sass/default/elements/components/_main-navigation-theme.scss */
.main-navigation-heading .icon:hover {
  fill: #00aaff; }
@media only screen and (max-width: 47.9375rem) {
  /* line 265, sass/default/elements/components/_main-navigation-theme.scss */
  .status-mobile-main-nav-active .main-navigation-heading .icon {
    fill: white; } }

@media only screen and (min-width: 48rem) {
  /* line 3, sass/default/elements/components/_masthead-header-theme.scss */
  .site-description {
    color: rgba(0, 0, 0, 0.65); }

  /* line 7, sass/default/elements/components/_masthead-header-theme.scss */
  .masthead {
    background-color: white; } }
@media only screen and (max-width: 47.9375rem) {
  /* line 16, sass/default/elements/components/_masthead-header-theme.scss */
  .ui-state__main-nav--inactive .masthead {
    background-color: white; } }
/* line 9, sass/default/elements/components/_search-theme.scss */
.header-sidebar .search--sudo-button[data-state-form-element="focused"] .icon, .search--sudo-button[data-state-form-element="focused"]:hover .icon {
  fill: #00aaff; }

/* line 22, sass/default/elements/components/_search-theme.scss */
.header-sidebar .search--sudo-button {
  background-color: transparent; }
  /* line 27, sass/default/elements/components/_search-theme.scss */
  .header-sidebar .search--sudo-button:hover .icon {
    fill: #00aaff; }
@media only screen and (max-width: 47.9375rem) {
  /* line 37, sass/default/elements/components/_search-theme.scss */
  [data-state-search="active"] .header-sidebar .search-form {
    background-color: white; } }
@media only screen and (max-width: 47.9375rem) {
  /* line 52, sass/default/elements/components/_search-theme.scss */
  .status-mobile-main-nav-active [data-state-search="inactive"] .header-sidebar .search-control .icon {
    fill: white; }
    /* line 57, sass/default/elements/components/_search-theme.scss */
    .status-mobile-main-nav-active [data-state-search="inactive"] .header-sidebar .search-control .icon:hover {
      fill: #00aaff; } }

/* line 4, sass/default/elements/components/_content-navigation-theme.scss */
.page-navigation-list a {
  color: rgba(0, 0, 0, 0.75);
  -webkit-transition: background-color 0.125s ease;
  -moz-transition: background-color 0.125s ease;
  -ms-transition: background-color 0.125s ease;
  -o-transition: background-color 0.125s ease;
  transition: background-color 0.125s ease; }
  /* line 8, sass/default/elements/components/_content-navigation-theme.scss */
  .page-navigation-list a:hover {
    color: white;
    background-color: #12b32d; }
/* line 15, sass/default/elements/components/_content-navigation-theme.scss */
.page-navigation-list .current {
  color: white;
  background-color: #00aaff; }

/* line 26, sass/default/elements/components/_content-navigation-theme.scss */
.entry-navigation-list .action-item a {
  color: rgba(0, 0, 0, 0.75);
  -webkit-transition: background-color 0.125s ease;
  -moz-transition: background-color 0.125s ease;
  -ms-transition: background-color 0.125s ease;
  -o-transition: background-color 0.125s ease;
  transition: background-color 0.125s ease; }
  /* line 30, sass/default/elements/components/_content-navigation-theme.scss */
  .entry-navigation-list .action-item a:hover {
    color: white;
    background-color: #12b32d; }

/* line 43, sass/default/elements/components/_content-navigation-theme.scss */
.entry-page-navigation-list a {
  color: rgba(0, 0, 0, 0.75);
  -webkit-transition: background-color 0.125s ease;
  -moz-transition: background-color 0.125s ease;
  -ms-transition: background-color 0.125s ease;
  -o-transition: background-color 0.125s ease;
  transition: background-color 0.125s ease; }
  /* line 47, sass/default/elements/components/_content-navigation-theme.scss */
  .entry-page-navigation-list a:hover {
    color: white;
    background-color: #12b32d; }
/* line 55, sass/default/elements/components/_content-navigation-theme.scss */
.entry-page-navigation-list > .label {
  color: white;
  background-color: #00aaff; }

/* line 5, sass/default/elements/components/_taxonomy-theme.scss */
.category-list a,
.tag-list a {
  color: white;
  background-color: #a6a6a6; }
  /* line 32, sass/default/utilities/tools/visual/_linkstyle-theme.scss */
  .category-list a:hover,
  .tag-list a:hover {
    color: white;
    background-color: #12b32d; }

/* line 3, sass/default/elements/components/_breadcrumbs-theme.scss */
.breadcrumb-item a {
  color: rgba(0, 0, 0, 0.65);
  border-bottom-color: rgba(0, 0, 0, 0.65); }
  /* line 22, sass/default/utilities/tools/visual/_linkstyle-theme.scss */
  .breadcrumb-item a:hover {
    color: #00aaff; }

/* line 2, sass/default/elements/components/_notice-theme.scss */
.notice-cr {
  background-color: #fff9b8;
  border-color: #ffee39; }

/* line 8, sass/default/elements/components/_notice-theme.scss */
.notice-error .notice-cr {
  background-color: #ffdcdd;
  border-color: #ff5d61; }

/* line 2, sass/default/elements/components/_caption-theme.scss */
.wp-caption-text,
.gallery-caption {
  color: gray; }

/* line 2, sass/default/utilities/_theme-font.scss */
html {
  font-family: Raleway, Helvetica, Arial, sans-serif; }

/* line 8, sass/default/utilities/_theme-font.scss */
blockquote,
q {
  font-family: Gerogia, serif; }

/* line 36, sass/default/elements/objects/_defaults.scss */
h1, h2, h3, h4, h5, h6,
ul, ol,
p,
th, td,
button,
blockquote,
dl,
figure,
pre {
  margin: 0;
  padding: 0; }

/* line 53, sass/default/elements/objects/_defaults.scss */
h1, h2, h3, h4, h5, h6,
p,
ul, ol,
table,
blockquote,
legend,
dl,
dd,
form,
pre,
.field {
  margin-bottom: 1rem; }

/* line 59, sass/default/elements/objects/_defaults.scss */
.masthead,
.main,
.colophon {
  clear: both; }

/* line 2, sass/default/elements/objects/_code.scss */
code,
kbd {
  border-radius: 0.25rem;
  padding: .125rem .35rem; }

/* line 7, sass/default/elements/objects/_code.scss */
pre {
  padding: 1rem;
  border-width: 0.0625rem;
  border-style: solid;
  border-radius: 0.25rem; }

/* line 1, sass/default/elements/objects/_definition.scss */
dt {
  font-weight: bold; }

/* line 5, sass/default/elements/objects/_definition.scss */
dd {
  margin-left: 2rem; }

/* line 9, sass/default/elements/objects/_definition.scss */
dd:last-child {
  margin-bottom: auto; }

/* line 1, sass/default/elements/objects/_form.scss */
label {
  margin-bottom: .5rem;
  font-weight: bold; }
  /* line 5, sass/default/elements/objects/_form.scss */
  label[for] {
    cursor: pointer; }

/* line 12, sass/default/elements/objects/_form.scss */
input[type='text'], input[type='email'], input[type='search'], input[type='password'], input[type='url'], textarea {
  padding: .75rem; }

/* line 17, sass/default/elements/objects/_form.scss */
button, input[type='submit'], input[type='reset'] {
  margin-top: 1rem;
  padding: .75rem;
  line-height: normal; }

/* line 5, sass/default/elements/objects/_heading.scss */
h1 {
  font-weight: normal; }

/* line 9, sass/default/elements/objects/_heading.scss */
h2 {
  font-weight: normal; }

/* line 13, sass/default/elements/objects/_heading.scss */
h3 {
  font-weight: normal; }

/* line 17, sass/default/elements/objects/_heading.scss */
h4 {
  font-weight: normal; }

/* line 21, sass/default/elements/objects/_heading.scss */
h5 {
  font-weight: 800; }

/* line 25, sass/default/elements/objects/_heading.scss */
h6 {
  font-weight: normal; }

/* line 26, sass/default/utilities/tools/structure/_font.scss */
h1 {
  font-size: 39.056px;
  font-size: 2.441rem; }

/* line 30, sass/default/utilities/tools/structure/_font.scss */
h2 {
  font-size: 31.248px;
  font-size: 1.953rem; }

/* line 34, sass/default/utilities/tools/structure/_font.scss */
h3 {
  font-size: 25.008px;
  font-size: 1.563rem; }

/* line 38, sass/default/utilities/tools/structure/_font.scss */
h4 {
  font-size: 20px;
  font-size: 1.25rem; }

/* line 42, sass/default/utilities/tools/structure/_font.scss */
h5 {
  font-size: 18px;
  font-size: 1.125rem; }

/* line 46, sass/default/utilities/tools/structure/_font.scss */
h6 {
  font-size: 16px;
  font-size: 1rem; }

/* line 35, sass/default/elements/objects/_heading.scss */
.text-heading,
.heading,
.friendly-name {
  font-size: 25.008px;
  font-size: 1.563rem;
  font-weight: 600; }

/* line 1, sass/default/elements/objects/_html.scss */
html {
  font-size: 16px;
  font-size: 1rem;
  height: 100%;
  line-height: 1.5; }

/* line 1, sass/default/elements/objects/_link.scss */
a {
  text-decoration: none; }
  /* line 5, sass/default/elements/objects/_link.scss */
  a:hover {
    text-decoration: underline; }

/* line 1, sass/default/elements/objects/_list.scss */
ol, ul {
  margin-left: 2rem; }
  /* line 4, sass/default/elements/objects/_list.scss */
  ol:last-child, ul:last-child {
    margin-bottom: auto; }

/* line 10, sass/default/elements/objects/_list.scss */
li {
  margin-bottom: 0.5rem; }
  /* line 13, sass/default/elements/objects/_list.scss */
  li > p:first-child {
    margin-top: 1rem; }
  /* line 17, sass/default/elements/objects/_list.scss */
  li > ol, li > ul {
    margin-top: 0.5rem; }
  /* line 23, sass/default/elements/objects/_list.scss */
  li h1:last-child, li h2:last-child, li h3:last-child, li h4:last-child, li h5:last-child, li h6:last-child {
    margin-bottom: auto; }
  /* line 34, sass/default/elements/objects/_list.scss */
  li:first-child > h1 {
    margin-top: auto; }
  /* line 34, sass/default/elements/objects/_list.scss */
  li:first-child > h2 {
    margin-top: auto; }
  /* line 34, sass/default/elements/objects/_list.scss */
  li:first-child > h3 {
    margin-top: auto; }
  /* line 34, sass/default/elements/objects/_list.scss */
  li:first-child > h4 {
    margin-top: auto; }
  /* line 34, sass/default/elements/objects/_list.scss */
  li:first-child > h5 {
    margin-top: auto; }
  /* line 34, sass/default/elements/objects/_list.scss */
  li:first-child > h6 {
    margin-top: auto; }

/* line 1, sass/default/elements/objects/_paragraph.scss */
p:empty {
  display: none; }

/* line 1, sass/default/elements/objects/_quote.scss */
blockquote {
  margin-left: 1.5rem;
  margin-right: 1.5rem; }
  /* line 5, sass/default/elements/objects/_quote.scss */
  blockquote cite {
    display: block;
    margin-top: 1rem; }

/* line 57, sass/default/utilities/tools/structure/_font.scss */
blockquote,
blockquote *,
q {
  font-size: 25.008px;
  font-size: 1.563rem; }

/* line 1, sass/default/elements/objects/_table.scss */
table {
  width: 100%; }
  @media only screen and (max-width: 19.9375rem) {
    /* line 1, sass/default/elements/objects/_table.scss */
    table {
      display: block;
      max-width: 100%;
      overflow-x: auto; } }

/* line 12, sass/default/elements/objects/_table.scss */
col.min {
  width: 1px; }

/* line 16, sass/default/elements/objects/_table.scss */
col.max {
  width: 100%; }

/* line 20, sass/default/elements/objects/_table.scss */
th, td {
  padding: .75rem 1rem; }

/* line 24, sass/default/elements/objects/_table.scss */
th {
  text-align: left; }

/* line 30, sass/default/elements/objects/_table.scss */
thead tr {
  border-bottom: 0.125rem solid rgba(0, 0, 0, 0.15); }

/* line 38, sass/default/elements/objects/_table.scss */
tbody tr {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.15);
  /*
  &:nth-child( even ) {
      background-color: $darken5;
  }
  */ }
  /* line 41, sass/default/elements/objects/_table.scss */
  tbody tr:last-child {
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.15); }

/* line 1, sass/default/elements/objects/_text.scss */
del {
  color: gray; }

/* line 1, sass/default/elements/components/_alignment.scss */
.alignleft {
  display: block;
  margin-bottom: 1.5rem; }
  @media only screen and (min-width: 48rem) {
    /* line 1, sass/default/elements/components/_alignment.scss */
    .alignleft {
      float: left;
      margin-right: 1.5rem;
      margin-bottom: 1.5rem; } }

/* line 12, sass/default/elements/components/_alignment.scss */
.alignright {
  display: block;
  margin-bottom: 1.5rem; }
  @media only screen and (min-width: 48rem) {
    /* line 12, sass/default/elements/components/_alignment.scss */
    .alignright {
      float: right;
      margin-left: 1.5rem;
      margin-bottom: 1.5rem; } }

/* line 24, sass/default/elements/components/_alignment.scss */
.aligncenter {
  display: block;
  margin: auto; }

/* line 29, sass/default/elements/components/_alignment.scss */
.alignnone {
  display: block; }

/* line 1, sass/default/elements/components/_blank.scss */
.blank-cr {
  padding: .5rem 1rem;
  border-top-width: 0.0625rem;
  border-right-width: 0.0625rem;
  border-bottom-width: 0.0625rem;
  border-left-width: 0.0625rem;
  border-style: dotted;
  border-color: rgba(0, 0, 0, 0.15);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  overflow: hidden;
  text-align: center;
  color: gray; }

/* line 1, sass/default/elements/components/_caption.scss */
.wp-caption {
  margin-bottom: 1rem; }
  @media only screen and (max-width: 47.9375rem) {
    /* line 1, sass/default/elements/components/_caption.scss */
    .wp-caption {
      width: 100% !important; } }

/* line 11, sass/default/elements/components/_caption.scss */
.wp-caption-text,
.gallery-caption {
  margin-top: 0;
  padding: .5rem 0 0;
  font-size: 14.4px;
  font-size: 0.9rem; }

/* line 3, sass/default/elements/components/_entry-thumbnail.scss */
.site-default .entry-thumbnail {
  text-align: center; }

/* line 10, sass/default/elements/components/_entry-thumbnail.scss */
.entry-thumbnail-link {
  display: block;
  width: 5rem;
  height: 5rem;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden; }
  /* line 17, sass/default/elements/components/_entry-thumbnail.scss */
  .entry-thumbnail-link img {
    display: none; }

/* line 3, sass/default/elements/components/_overlay.scss */
.status-overlay-active.html {
  overflow: hidden; }
  /* line 6, sass/default/elements/components/_overlay.scss */
  .status-overlay-active.html:after {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.9)), color-stop(100%, rgba(0, 0, 0, 0.85)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.85) 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.85) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.85) 100%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.85) 100%);
    z-index: 890; }
/* line 19, sass/default/elements/components/_overlay.scss */
.status-overlay-active body {
  overflow: hidden; }

/* line 1, sass/default/elements/components/_breadcrumbs.scss */
.breadcrumbs {
  margin-top: 1rem; }

/* line 6, sass/default/elements/components/_breadcrumbs.scss */
.breadcrumb-item {
  position: relative;
  display: inline-block;
  margin-left: 1.75rem;
  font-size: 14.4px;
  font-size: 0.9rem; }
  /* line 12, sass/default/elements/components/_breadcrumbs.scss */
  .breadcrumb-item a {
    text-decoration: none;
    border: none;
    border-bottom-width: 0.0625rem;
    border-bottom-style: dotted;
    -webkit-transition: color 0.125s ease;
    -moz-transition: color 0.125s ease;
    -ms-transition: color 0.125s ease;
    -o-transition: color 0.125s ease;
    transition: color 0.125s ease; }
    /* line 17, sass/default/utilities/tools/visual/_linkstyle.scss */
    .breadcrumb-item a:hover {
      text-decoration: none;
      border-bottom: none; }
  /* line 16, sass/default/elements/components/_breadcrumbs.scss */
  .breadcrumb-item:first-child {
    margin-left: auto; }
  /* line 20, sass/default/elements/components/_breadcrumbs.scss */
  .breadcrumb-item:after {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -0.325rem;
    margin-right: .5rem;
    margin-top: -0.25rem;
    width: 0.65rem;
    height: 0.65rem;
    opacity: .25;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  /* line 31, sass/default/elements/components/_breadcrumbs.scss */
  .breadcrumb-item:first-child:after {
    display: none; }
  @media only screen and (min-width: 48rem) {
    /* line 6, sass/default/elements/components/_breadcrumbs.scss */
    .breadcrumb-item {
      margin-bottom: 0; } }

/* line 5, sass/default/elements/components/_child-content.scss */
.child-content .entry:last-child {
  margin-bottom: auto; }
/* line 11, sass/default/elements/components/_child-content.scss */
.child-content .entry-cr {
  margin-bottom: 0; }
/* line 15, sass/default/elements/components/_child-content.scss */
.child-content > *:not(.entry) {
  padding-left: 1rem;
  padding-right: 1rem; }
/* line 29, sass/default/elements/components/_child-content.scss */
.child-content:first-child {
  margin-top: auto; }
/* line 33, sass/default/elements/components/_child-content.scss */
.child-content .entry-title {
  font-weight: normal; }
/* line 37, sass/default/elements/components/_child-content.scss */
.child-content .entry-hr-cr {
  padding-bottom: 0;
  border-bottom: 0; }
/* line 48, sass/default/elements/components/_child-content.scss */
.child-content .child-content .entry:last-child .entry-cr {
  padding-bottom: 0; }

/* line 1, sass/default/elements/components/_colophon.scss */
.colophon {
  /*
  opacity: 0;
  @include transition( opacity );
  
  [data-state-colophon="fixed"] & {
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      opacity: 1;
  }
  
  [data-state-colophon="unfixed"] & {
      opacity: 1;
  }
  */ }
  /* line 22, sass/default/elements/components/_colophon.scss */
  .colophon .widget_nav_menu .menu {
    list-style: none;
    margin: auto;
    padding: 0;
    text-align: center; }
    /* line 6, sass/default/utilities/tools/structure/_center-list.scss */
    .colophon .widget_nav_menu .menu > li {
      display: inline-block; }
    /* line 26, sass/default/elements/components/_colophon.scss */
    .colophon .widget_nav_menu .menu a {
      display: inline-block;
      padding: 1rem; }
  /* line 33, sass/default/elements/components/_colophon.scss */
  .colophon .widget_nav_menu .sub-menu {
    display: inline;
    margin-left: auto;
    margin-bottom: auto; }
  /* line 43, sass/default/elements/components/_colophon.scss */
  .colophon .web-designer .phrase {
    white-space: nowrap; }

/* line 54, sass/default/elements/components/_colophon.scss */
[data-state-colophon="fixed"] .colophon-cr {
  z-index: 880; }

/* line 61, sass/default/elements/components/_colophon.scss */
.site-info {
  padding: .5rem 1rem;
  font-size: 14.4px;
  font-size: 0.9rem;
  text-align: center; }
  /* line 66, sass/default/elements/components/_colophon.scss */
  .site-info > * {
    display: inline-block;
    padding: .5rem; }
  /* line 71, sass/default/elements/components/_colophon.scss */
  .site-info a {
    text-decoration: none;
    border: none;
    border-bottom-width: 0.0625rem;
    border-bottom-style: dotted;
    -webkit-transition: color 0.125s ease;
    -moz-transition: color 0.125s ease;
    -ms-transition: color 0.125s ease;
    -o-transition: color 0.125s ease;
    transition: color 0.125s ease; }
    /* line 17, sass/default/utilities/tools/visual/_linkstyle.scss */
    .site-info a:hover {
      text-decoration: none;
      border-bottom: none; }
  /* line 75, sass/default/elements/components/_colophon.scss */
  .site-info .web-designer {
    margin-bottom: auto; }
  /* line 79, sass/default/elements/components/_colophon.scss */
  .site-info .copyright {
    margin-bottom: auto; }

/* line 6, sass/default/elements/components/_entry.scss */
.entry .show-more-content {
  margin-top: 2rem;
  text-align: center; }
  /* line 10, sass/default/elements/components/_entry.scss */
  .entry .show-more-content .more-link {
    display: inline-block;
    padding: .75rem 1rem;
    border-bottom: none; }
    /* line 15, sass/default/elements/components/_entry.scss */
    .entry .show-more-content .more-link:hover {
      text-decoration: underline; }
    @media only screen and (min-width: 37.5rem) {
      /* line 10, sass/default/elements/components/_entry.scss */
      .entry .show-more-content .more-link {
        margin-left: -1rem; } }
  @media only screen and (min-width: 37.5rem) {
    /* line 6, sass/default/elements/components/_entry.scss */
    .entry .show-more-content {
      text-align: left; } }

/* line 38, sass/default/elements/components/_entry.scss */
.entry-cr {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media only screen and (min-width: 48rem) {
    /* line 44, sass/default/elements/components/_entry.scss */
    .entry:first-child .entry-cr {
      margin-top: 1rem; } }
  @media only screen and (min-width: 48rem) {
    /* line 50, sass/default/elements/components/_entry.scss */
    .child-page .entry:first-child .entry-cr {
      margin-top: 0; } }
  @media only screen and (min-width: 48rem) {
    /* line 58, sass/default/elements/components/_entry.scss */
    .category .entry:first-child .entry-cr {
      margin-top: 0; } }
  @media only screen and (min-width: 48rem) {
    /* line 38, sass/default/elements/components/_entry.scss */
    .entry-cr {
      margin-bottom: 1rem; } }
  /* line 72, sass/default/elements/components/_entry.scss */
  .main-content-ct > .entry:last-of-type .entry-cr {
    margin-bottom: 0; }

/* line 79, sass/default/elements/components/_entry.scss */
.entry-title {
  display: inline;
  margin-bottom: 0;
  font-weight: 600;
  line-height: normal;
  word-wrap: break-word; }
  @media only screen and (max-width: 47.9375rem) {
    /* line 79, sass/default/elements/components/_entry.scss */
    .entry-title {
      font-size: 25.008px;
      font-size: 1.563rem; } }

/* line 93, sass/default/elements/components/_entry.scss */
.entry-hr {
  margin-bottom: 2rem; }

/* line 99, sass/default/elements/components/_entry.scss */
.entry-hr-cr {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
  text-align: center;
  border-bottom-width: 0.0625rem;
  border-bottom-style: dotted;
  border-bottom-color: rgba(128, 128, 128, 0.35); }
  @media only screen and (min-width: 37.5rem) {
    /* line 99, sass/default/elements/components/_entry.scss */
    .entry-hr-cr {
      text-align: left; } }
  /* line 110, sass/default/elements/components/_entry.scss */
  .entry-hr-cr .entry-meta {
    margin-top: 1rem; }
  /* line 122, sass/default/elements/components/_entry.scss */
  .entry-thumbnail--active .entry-hr-cr {
    position: relative; }
    @media only screen and (max-width: 61.1875rem) {
      /* line 122, sass/default/elements/components/_entry.scss */
      .entry-thumbnail--active .entry-hr-cr {
        padding-left: 4.5rem; } }
    @media only screen and (max-width: 47.9375rem) {
      /* line 122, sass/default/elements/components/_entry.scss */
      .entry-thumbnail--active .entry-hr-cr {
        padding-left: 1rem; } }
  /* line 137, sass/default/elements/components/_entry.scss */
  .entry-thumbnail--active .entry-hr-cr .entry-thumbnail {
    position: absolute;
    top: 0;
    left: 0; }
    @media only screen and (max-width: 47.9375rem) {
      /* line 137, sass/default/elements/components/_entry.scss */
      .entry-thumbnail--active .entry-hr-cr .entry-thumbnail {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; } }
    @media only screen and (max-width: 61.1875rem) {
      /* line 137, sass/default/elements/components/_entry.scss */
      .entry-thumbnail--active .entry-hr-cr .entry-thumbnail {
        margin-left: 1rem; } }
    @media only screen and (min-width: 61.25rem) {
      /* line 137, sass/default/elements/components/_entry.scss */
      .entry-thumbnail--active .entry-hr-cr .entry-thumbnail {
        left: auto;
        right: 100%;
        margin-top: -1.25rem; } }
  /* line 162, sass/default/elements/components/_entry.scss */
  .entry-thumbnail--active .entry-hr-cr .entry-thumbnail-link {
    width: 2.5rem;
    height: 2.5rem; }
    @media only screen and (min-width: 61.25rem) {
      /* line 162, sass/default/elements/components/_entry.scss */
      .entry-thumbnail--active .entry-hr-cr .entry-thumbnail-link {
        width: 5rem;
        height: 5rem; } }
  /* line 174, sass/default/elements/components/_entry.scss */
  .entry-hr-cr .entry-user-action {
    margin-top: 1rem; }
  /* line 178, sass/default/elements/components/_entry.scss */
  .entry-hr-cr .entry-user-action--action-item {
    margin-bottom: 0; }

/* line 186, sass/default/elements/components/_entry.scss */
.entry-timestamp {
  display: inline-block; }
  /* line 190, sass/default/elements/components/_entry.scss */
  .entry-hr .entry-timestamp, .entry-fr .entry-timestamp {
    margin-right: 1rem; }

/* line 196, sass/default/elements/components/_entry.scss */
.entry-timestamp-link {
  text-decoration: none;
  border: none;
  border-bottom-width: 0.0625rem;
  border-bottom-style: dotted;
  -webkit-transition: color 0.125s ease;
  -moz-transition: color 0.125s ease;
  -ms-transition: color 0.125s ease;
  -o-transition: color 0.125s ease;
  transition: color 0.125s ease; }
  /* line 17, sass/default/utilities/tools/visual/_linkstyle.scss */
  .entry-timestamp-link:hover {
    text-decoration: none;
    border-bottom: none; }

/* line 200, sass/default/elements/components/_entry.scss */
.entry-byline {
  display: inline-block;
  margin-top: .25rem;
  line-height: 2rem; }
  /* line 206, sass/default/elements/components/_entry.scss */
  .entry-byline .avatar {
    float: left;
    margin-right: .5rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    overflow: hidden; }
  /* line 213, sass/default/elements/components/_entry.scss */
  .entry-byline .mid-label {
    margin-right: .5rem; }
  /* line 217, sass/default/elements/components/_entry.scss */
  .entry-byline .author a {
    text-decoration: none;
    border: none;
    border-bottom-width: 0.0625rem;
    border-bottom-style: dotted;
    -webkit-transition: color 0.125s ease;
    -moz-transition: color 0.125s ease;
    -ms-transition: color 0.125s ease;
    -o-transition: color 0.125s ease;
    transition: color 0.125s ease; }
    /* line 17, sass/default/utilities/tools/visual/_linkstyle.scss */
    .entry-byline .author a:hover {
      text-decoration: none;
      border-bottom: none; }

/* line 223, sass/default/elements/components/_entry.scss */
.entry-admin-action {
  display: inline-block; }

/* line 229, sass/default/elements/components/_entry.scss */
.entry-ct > * {
  margin-bottom: 2rem; }
  /* line 232, sass/default/elements/components/_entry.scss */
  .entry-ct > *:last-child {
    margin-bottom: auto; }

/* line 242, sass/default/elements/components/_entry.scss */
.entry-ct-cr {
  padding-left: 1rem;
  padding-right: 1rem; }
  /* line 249, sass/default/elements/components/_entry.scss */
  .entry-ct-cr .img-cr > a,
  .entry-ct-cr .wp-caption > a {
    display: inline-block;
    max-width: 100%;
    border-bottom: 0; }
  /* line 258, sass/default/elements/components/_entry.scss */
  .entry-ct-cr ol,
  .entry-ct-cr ul {
    margin-left: 1.5rem; }
  /* line 263, sass/default/elements/components/_entry.scss */
  .entry-ct-cr a {
    text-decoration: none;
    border: none;
    border-bottom-width: 0.0625rem;
    border-bottom-style: dotted;
    -webkit-transition: color 0.125s ease;
    -moz-transition: color 0.125s ease;
    -ms-transition: color 0.125s ease;
    -o-transition: color 0.125s ease;
    transition: color 0.125s ease; }
    /* line 17, sass/default/utilities/tools/visual/_linkstyle.scss */
    .entry-ct-cr a:hover {
      text-decoration: none;
      border-bottom: none; }
  /* line 267, sass/default/elements/components/_entry.scss */
  .entry-ct-cr hr {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  /* line 280, sass/default/elements/components/_entry.scss */
  .entry-ct-cr p,
  .entry-ct-cr pre,
  .entry-ct-cr dd,
  .entry-ct-cr dl,
  .entry-ct-cr ul,
  .entry-ct-cr ol,
  .entry-ct-cr table,
  .entry-ct-cr .field,
  .entry-ct-cr .notice {
    margin-bottom: 1.5rem; }
  /* line 285, sass/default/elements/components/_entry.scss */
  .entry-ct-cr blockquote,
  .entry-ct-cr form {
    margin-bottom: 2rem; }
  /* line 289, sass/default/elements/components/_entry.scss */
  .entry-ct-cr blockquote {
    margin-left: 1rem;
    margin-right: 1rem; }
    @media only screen and (min-width: 48rem) {
      /* line 289, sass/default/elements/components/_entry.scss */
      .entry-ct-cr blockquote {
        margin-left: 2rem;
        margin-right: 2rem; } }
  /* line 300, sass/default/elements/components/_entry.scss */
  .entry-ct-cr p {
    margin-top: 1.5rem; }
  /* line 309, sass/default/elements/components/_entry.scss */
  .entry-ct-cr p:last-child,
  .entry-ct-cr li:last-child,
  .entry-ct-cr .field:last-child,
  .entry-ct-cr .field-action,
  .entry-ct-cr table:last-child {
    margin-bottom: auto; }
  /* line 314, sass/default/elements/components/_entry.scss */
  .entry-ct-cr li {
    margin-bottom: 1rem; }
    /* line 317, sass/default/elements/components/_entry.scss */
    .entry-ct-cr li p:last-child {
      margin-bottom: 2rem; }
    /* line 321, sass/default/elements/components/_entry.scss */
    .entry-ct-cr li:last-child p:last-child {
      margin-bottom: 0; }
  @media only screen and (min-width: 48rem) {
    /* line 327, sass/default/elements/components/_entry.scss */
    .entry-ct-cr .pull-quote {
      float: left;
      margin-left: auto;
      margin-right: 1.5rem;
      margin-bottom: 1.5rem;
      padding-right: 0;
      width: 30%;
      font-size: 25.008px;
      font-size: 1.563rem; } }
  /* line 341, sass/default/elements/components/_entry.scss */
  .entry-ct-cr .ellipsis {
    margin-left: .25rem;
    letter-spacing: .125rem; }
    /* line 345, sass/default/elements/components/_entry.scss */
    .entry-ct-cr .ellipsis:after {
      content: '.'; }
  /* line 353, sass/default/elements/components/_entry.scss */
  .entry-ct-cr > h1 {
    margin-top: 2rem;
    margin-bottom: 1.5rem; }
    /* line 357, sass/default/elements/components/_entry.scss */
    .entry-ct-cr > h1:first-child {
      margin-top: auto; }
  /* line 353, sass/default/elements/components/_entry.scss */
  .entry-ct-cr > h2 {
    margin-top: 2rem;
    margin-bottom: 1.5rem; }
    /* line 357, sass/default/elements/components/_entry.scss */
    .entry-ct-cr > h2:first-child {
      margin-top: auto; }
  /* line 353, sass/default/elements/components/_entry.scss */
  .entry-ct-cr > h3 {
    margin-top: 2rem;
    margin-bottom: 1.5rem; }
    /* line 357, sass/default/elements/components/_entry.scss */
    .entry-ct-cr > h3:first-child {
      margin-top: auto; }
  /* line 353, sass/default/elements/components/_entry.scss */
  .entry-ct-cr > h4 {
    margin-top: 2rem;
    margin-bottom: 1.5rem; }
    /* line 357, sass/default/elements/components/_entry.scss */
    .entry-ct-cr > h4:first-child {
      margin-top: auto; }
  /* line 353, sass/default/elements/components/_entry.scss */
  .entry-ct-cr > h5 {
    margin-top: 2rem;
    margin-bottom: 1.5rem; }
    /* line 357, sass/default/elements/components/_entry.scss */
    .entry-ct-cr > h5:first-child {
      margin-top: auto; }
  /* line 353, sass/default/elements/components/_entry.scss */
  .entry-ct-cr > h6 {
    margin-top: 2rem;
    margin-bottom: 1.5rem; }
    /* line 357, sass/default/elements/components/_entry.scss */
    .entry-ct-cr > h6:first-child {
      margin-top: auto; }
  /* line 365, sass/default/elements/components/_entry.scss */
  .entry-ct-cr h6 {
    text-transform: uppercase; }
  /* line 371, sass/default/elements/components/_entry.scss */
  .entry-ct-cr img[src*=".svg"],
  .entry-ct-cr img[src*=".png"] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDI0IDI0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNCAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgb3BhY2l0eT0iMC4xNSI+PHJlY3Qgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIi8+PHJlY3QgeD0iMTIiIHk9IjEyIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiLz48L2c+PC9zdmc+);
    background-size: 1.125rem; }
  /* line 376, sass/default/elements/components/_entry.scss */
  .entry-ct-cr img[src*=".svg"][width="1"] {
    width: 100%;
    height: auto; }
  /* line 382, sass/default/elements/components/_entry.scss */
  .entry-ct-cr .wp-caption-text {
    margin-top: 0; }
  /* line 388, sass/default/elements/components/_entry.scss */
  .entry-ct-cr > * {
    word-wrap: break-word; }
    /* line 391, sass/default/elements/components/_entry.scss */
    .entry-ct-cr > *:last-child {
      margin-bottom: auto; }
  /* line 397, sass/default/elements/components/_entry.scss */
  .entry-ct-cr > p {
    line-height: 1.75; }
  /* line 406, sass/default/elements/components/_entry.scss */
  .format-status .entry-ct-cr > p {
    font-size: 31.248px;
    font-size: 1.953rem; }

/* line 416, sass/default/elements/components/_entry.scss */
.entry-fr .entry-meta {
  margin-bottom: 1rem; }

/* line 422, sass/default/elements/components/_entry.scss */
.entry-fr-cr {
  margin-top: 3rem;
  padding-left: 1rem;
  padding-right: 1rem; }

/* line 429, sass/default/elements/components/_entry.scss */
.entry-admin-action {
  -webkit-transform: translate(0, 0.25rem);
  -moz-transform: translate(0, 0.25rem);
  -ms-transform: translate(0, 0.25rem);
  -o-transform: translate(0, 0.25rem);
  transform: translate(0, 0.25rem); }

/* line 433, sass/default/elements/components/_entry.scss */
.action-edit-entry {
  margin-bottom: 0; }

/* line 438, sass/default/elements/components/_entry.scss */
.post-edit-link {
  font-size: 12.8px;
  font-size: 0.8rem;
  display: inline-block;
  padding: .25rem .5rem;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: currentColor;
  border-radius: 0.25rem;
  text-transform: uppercase;
  border-radius: 0.25rem;
  overflow: hidden;
  -webkit-transition: background-color 0.125s ease;
  -moz-transition: background-color 0.125s ease;
  -ms-transition: background-color 0.125s ease;
  -o-transition: background-color 0.125s ease;
  transition: background-color 0.125s ease; }
  /* line 121, sass/default/utilities/tools/visual/_linkstyle.scss */
  .post-edit-link:hover {
    text-decoration: none;
    border-color: transparent; }
  /* line 82, sass/default/utilities/tools/visual/_linkstyle.scss */
  .post-edit-link:active:active {
    transform: translateY(1px); }

/* line 449, sass/default/elements/components/_entry.scss */
.entry-subtitle {
  margin-top: .5rem;
  font-size: 25.008px;
  font-size: 1.563rem; }
  @media only screen and (max-width: 47.9375rem) {
    /* line 449, sass/default/elements/components/_entry.scss */
    .entry-subtitle {
      font-size: 20px;
      font-size: 1.25rem; } }
  /* line 457, sass/default/elements/components/_entry.scss */
  .entry-subtitle p:only-child {
    margin-bottom: 0; }
  /* line 465, sass/default/elements/components/_entry.scss */
  .entry-subtitle a {
    text-decoration: none;
    border: none;
    border-bottom-width: 0.0625rem;
    border-bottom-style: dotted;
    -webkit-transition: color 0.125s ease;
    -moz-transition: color 0.125s ease;
    -ms-transition: color 0.125s ease;
    -o-transition: color 0.125s ease;
    transition: color 0.125s ease; }
    /* line 17, sass/default/utilities/tools/visual/_linkstyle.scss */
    .entry-subtitle a:hover {
      text-decoration: none;
      border-bottom: none; }

/* line 471, sass/default/elements/components/_entry.scss */
.entry-meta {
  font-size: 14.4px;
  font-size: 0.9rem; }

/* line 485, sass/default/elements/components/_entry.scss */
.format-status .entry-fr-cr .entry-meta {
  display: inline-block; }
/* line 489, sass/default/elements/components/_entry.scss */
.format-status .entry-fr-cr .entry-admin-action {
  display: inline-block;
  vertical-align: middle; }

/* line 3, sass/default/elements/components/_comment.scss */
.comment-list {
  list-style: none;
  margin: auto;
  padding: 0;
  margin-bottom: 2rem; }
  /* line 7, sass/default/elements/components/_comment.scss */
  .comment-list > li {
    margin-bottom: 2rem; }
  /* line 11, sass/default/elements/components/_comment.scss */
  .comment-list .children {
    list-style: none;
    margin: auto;
    padding: 0; }
    @media only screen and (min-width: 37.5rem) {
      /* line 11, sass/default/elements/components/_comment.scss */
      .comment-list .children {
        padding-left: 4.5rem; } }
    /* line 18, sass/default/elements/components/_comment.scss */
    .comment-list .children > li {
      margin-bottom: 1rem; }

/* line 26, sass/default/elements/components/_comment.scss */
.comment {
  padding-left: 1rem; }
  /* line 29, sass/default/elements/components/_comment.scss */
  .comment .entry-ct-cr {
    padding-left: 0;
    padding-right: 0; }

/* line 37, sass/default/elements/components/_comment.scss */
.comment-cr {
  position: relative;
  margin-top: 1rem;
  padding-right: 1rem; }

/* line 46, sass/default/elements/components/_comment.scss */
.comment-ct-cr p {
  margin-top: 1rem; }

/* line 57, sass/default/elements/components/_comment.scss */
.comment .comment-hr .comment-timestamp {
  text-align: right; }
@media only screen and (min-width: 37.5rem) {
  /* line 55, sass/default/elements/components/_comment.scss */
  .comment .comment-hr {
    margin-left: 5.5rem; } }

/* line 78, sass/default/elements/components/_comment.scss */
.comments-hr {
  padding: 0 1rem; }

/* line 83, sass/default/elements/components/_comment.scss */
.comments-heading {
  margin-bottom: auto; }

/* line 87, sass/default/elements/components/_comment.scss */
.comments-cr {
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  max-width: 60rem; }

/* line 95, sass/default/elements/components/_comment.scss */
.comment-timestamp-link {
  font-size: 12.8px;
  font-size: 0.8rem;
  text-decoration: none;
  border: none;
  border-bottom-width: 0.0625rem;
  border-bottom-style: dotted;
  -webkit-transition: color 0.125s ease;
  -moz-transition: color 0.125s ease;
  -ms-transition: color 0.125s ease;
  -o-transition: color 0.125s ease;
  transition: color 0.125s ease;
  border-bottom: 0; }
  /* line 17, sass/default/utilities/tools/visual/_linkstyle.scss */
  .comment-timestamp-link:hover {
    text-decoration: none;
    border-bottom: none; }

/* line 103, sass/default/elements/components/_comment.scss */
.comment .author-avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  overflow: hidden; }
  /* line 107, sass/default/elements/components/_comment.scss */
  .comment .author-avatar a {
    display: block; }
  @media only screen and (max-width: 37.4375rem) {
    /* line 103, sass/default/elements/components/_comment.scss */
    .comment .author-avatar {
      float: left;
      margin-right: 1rem; } }
  @media only screen and (min-width: 37.5rem) {
    /* line 103, sass/default/elements/components/_comment.scss */
    .comment .author-avatar {
      position: absolute;
      top: 0;
      left: 0;
      width: 4.5rem;
      height: 4.5rem; } }

@media only screen and (max-width: 37.4375rem) {
  /* line 129, sass/default/elements/components/_comment.scss */
  .comment .comment-ct {
    clear: both; } }
@media only screen and (min-width: 37.5rem) {
  /* line 129, sass/default/elements/components/_comment.scss */
  .comment .comment-ct {
    margin-left: 1rem;
    padding-left: 4.5rem; } }

/* line 143, sass/default/elements/components/_comment.scss */
.comment-message {
  margin: auto;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-family: inherit; }
  /* line 149, sass/default/elements/components/_comment.scss */
  .comment-message p {
    margin-bottom: .5rem; }
  /* line 153, sass/default/elements/components/_comment.scss */
  .comments-ct-cr .comment-message {
    margin-left: 0;
    margin-right: 0; }

@media only screen and (max-width: 37.4375rem) {
  /* line 160, sass/default/elements/components/_comment.scss */
  .comment-author {
    float: left;
    height: 3rem; } }

@media only screen and (max-width: 37.4375rem) {
  /* line 173, sass/default/elements/components/_comment.scss */
  .comment-meta {
    float: right; } }

/* line 183, sass/default/elements/components/_comment.scss */
.comment-author-name a {
  font-weight: 600; }
/* line 187, sass/default/elements/components/_comment.scss */
.bypostauthor .comment-author-name {
  font-weight: 600; }
@media only screen and (max-width: 37.4375rem) {
  /* line 181, sass/default/elements/components/_comment.scss */
  .comment-author-name {
    float: right;
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
    /* line 6, sass/default/utilities/tools/structure/_vertical-align-middle.scss */
    .comment-author-name:after {
      content: '';
      height: 100%;
      display: inline-block;
      vertical-align: middle; }
    /* line 12, sass/default/utilities/tools/structure/_vertical-align-middle.scss */
    .comment-author-name > * {
      display: inline-block;
      vertical-align: middle; } }
@media only screen and (min-width: 37.5rem) {
  /* line 197, sass/default/elements/components/_comment.scss */
  .comment .comment-author-name {
    margin-top: -1.25rem; } }

/* line 207, sass/default/elements/components/_comment.scss */
.comment-action {
  margin-top: .75rem; }
  /* line 210, sass/default/elements/components/_comment.scss */
  .comment-action .action-item {
    display: inline-block;
    margin-right: 1rem; }
    /* line 214, sass/default/elements/components/_comment.scss */
    .comment-action .action-item:last-child {
      margin-right: auto; }
  @media only screen and (min-width: 37.5rem) {
    /* line 220, sass/default/elements/components/_comment.scss */
    .comment .comment-action {
      margin-left: 1rem;
      padding-left: 4.5rem; } }

/* line 231, sass/default/elements/components/_comment.scss */
.comment-form-signed-in-as {
  display: inline-block; }

/* line 235, sass/default/elements/components/_comment.scss */
.comment-form-action {
  display: inline-block;
  margin-left: 1rem; }

/* line 240, sass/default/elements/components/_comment.scss */
.note-optional {
  color: gray;
  font-weight: normal; }

/* line 245, sass/default/elements/components/_comment.scss */
.form-submit {
  margin-bottom: auto; }

/* line 249, sass/default/elements/components/_comment.scss */
.comment-respond {
  padding-left: 1rem;
  padding-right: 1rem; }
  /* line 254, sass/default/elements/components/_comment.scss */
  .comment-respond small {
    font-size: 16px;
    font-size: 1rem; }
  /* line 262, sass/default/elements/components/_comment.scss */
  .comment .comment-respond {
    margin-top: 1rem; }
  /* line 266, sass/default/elements/components/_comment.scss */
  .comments-ct .comment-respond {
    padding-left: 1rem;
    padding-right: 1rem; }
  /* line 271, sass/default/elements/components/_comment.scss */
  .comment-list .comment-respond {
    padding-left: 0; }
    @media only screen and (min-width: 37.5rem) {
      /* line 271, sass/default/elements/components/_comment.scss */
      .comment-list .comment-respond {
        margin-left: 1rem;
        padding-left: 4.5rem; } }

/* line 292, sass/default/elements/components/_comment.scss */
.pingback .comment-cr {
  padding-left: 1rem;
  padding-right: 1rem; }
/* line 297, sass/default/elements/components/_comment.scss */
.pingback .comments-ct-cr {
  padding-left: 0;
  padding-right: 0; }
/* line 302, sass/default/elements/components/_comment.scss */
.pingback .comment-timestamp {
  text-align: right; }

/* line 308, sass/default/elements/components/_comment.scss */
#cancel-comment-reply-link {
  margin-left: 1rem;
  text-decoration: none;
  border: none;
  border-bottom-width: 0.0625rem;
  border-bottom-style: dotted;
  -webkit-transition: color 0.125s ease;
  -moz-transition: color 0.125s ease;
  -ms-transition: color 0.125s ease;
  -o-transition: color 0.125s ease;
  transition: color 0.125s ease; }
  /* line 17, sass/default/utilities/tools/visual/_linkstyle.scss */
  #cancel-comment-reply-link:hover {
    text-decoration: none;
    border-bottom: none; }

/* line 313, sass/default/elements/components/_comment.scss */
.comment-reply-link {
  text-decoration: none;
  border: none;
  border-bottom-width: 0.0625rem;
  border-bottom-style: dotted;
  -webkit-transition: color 0.125s ease;
  -moz-transition: color 0.125s ease;
  -ms-transition: color 0.125s ease;
  -o-transition: color 0.125s ease;
  transition: color 0.125s ease; }
  /* line 17, sass/default/utilities/tools/visual/_linkstyle.scss */
  .comment-reply-link:hover {
    text-decoration: none;
    border-bottom: none; }

/* line 317, sass/default/elements/components/_comment.scss */
.comment-form-admin {
  margin-top: .5rem;
  margin-bottom: 1rem;
  text-align: center; }
  @media only screen and (min-width: 37.5rem) {
    /* line 317, sass/default/elements/components/_comment.scss */
    .comment-form-admin {
      float: right;
      margin-left: 2rem; } }

/* line 329, sass/default/elements/components/_comment.scss */
.comment-reply-title {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center; }
  @media only screen and (min-width: 37.5rem) {
    /* line 329, sass/default/elements/components/_comment.scss */
    .comment-reply-title {
      float: left;
      margin-top: .5rem; } }

/* line 340, sass/default/elements/components/_comment.scss */
.comment-pending {
  margin-bottom: auto;
  font-style: italic; }

/* line 347, sass/default/elements/components/_comment.scss */
.comments .blank {
  margin-bottom: 2rem;
  padding: 0 1rem; }

/* line 354, sass/default/elements/components/_comment.scss */
.comments-hr {
  margin-bottom: 1rem; }

/* line 360, sass/default/elements/components/_comment.scss */
.comment-navigation-list .action-item {
  display: inline-block; }
  /* line 363, sass/default/elements/components/_comment.scss */
  .comment-navigation-list .action-item a {
    display: inline-block;
    padding: 1rem; }

/* line 374, sass/default/elements/components/_comment.scss */
.comment-subscription-form {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: .5rem;
  margin-bottom: 0; }
  /* line 381, sass/default/elements/components/_comment.scss */
  .comment-subscription-form .subscribe-label {
    margin-bottom: 0;
    margin-left: .5rem;
    font-weight: normal;
    vertical-align: middle; }

/* line 391, sass/default/elements/components/_comment.scss */
.comment-date {
  margin-right: .5rem; }

/* line 399, sass/default/elements/components/_comment.scss */
.comment-form textarea {
  display: block;
  height: 4.5rem;
  min-height: 4.5rem; }
  @media only screen and (min-width: 20rem) {
    /* line 399, sass/default/elements/components/_comment.scss */
    .comment-form textarea {
      padding-right: 4.5rem; } }
/* line 412, sass/default/elements/components/_comment.scss */
.comment-form .field-comment {
  clear: both;
  margin-bottom: 2.75rem; }
  @media only screen and (min-width: 20rem) {
    /* line 412, sass/default/elements/components/_comment.scss */
    .comment-form .field-comment {
      position: relative; } }
/* line 431, sass/default/elements/components/_comment.scss */
.comment-form .field-author {
  clear: both; }
@media only screen and (min-width: 20rem) {
  /* line 435, sass/default/elements/components/_comment.scss */
  .comment-form .form-submit {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: .75rem;
    margin-bottom: .75rem; } }
@media only screen and (min-width: 20rem) {
  /* line 446, sass/default/elements/components/_comment.scss */
  .comment-form .form-submit [type="submit"] {
    margin-top: 0;
    padding: 0;
    width: 3rem;
    height: 3rem;
    min-height: 0;
    border-radius: 50%;
    overflow: hidden; } }

/* line 468, sass/default/elements/components/_comment.scss */
.comment-form-admin .signed-in-as-link,
.comment-form-admin .comment-form-exit-link {
  text-decoration: none;
  border: none;
  border-bottom-width: 0.0625rem;
  border-bottom-style: dotted;
  -webkit-transition: color 0.125s ease;
  -moz-transition: color 0.125s ease;
  -ms-transition: color 0.125s ease;
  -o-transition: color 0.125s ease;
  transition: color 0.125s ease; }
  /* line 17, sass/default/utilities/tools/visual/_linkstyle.scss */
  .comment-form-admin .signed-in-as-link:hover,
  .comment-form-admin .comment-form-exit-link:hover {
    text-decoration: none;
    border-bottom: none; }

/* line 2, sass/default/elements/components/_content-navigation.scss */
.content-navigation {
  clear: both; }

/* line 6, sass/default/elements/components/_content-navigation.scss */
.content-navigation-cr {
  border-bottom-width: 0.0625rem;
  border-bottom-style: dotted;
  border-bottom-color: rgba(128, 128, 128, 0.35);
  border-top-width: 0.0625rem;
  border-top-style: dotted;
  border-top-color: rgba(128, 128, 128, 0.35);
  margin-top: 2rem;
  margin-bottom: 2rem; }

/* line 13, sass/default/elements/components/_content-navigation.scss */
.content-navigation-list {
  list-style: none;
  margin: auto;
  padding: 0; }
  /* line 16, sass/default/elements/components/_content-navigation.scss */
  .content-navigation-list .action-item {
    margin-bottom: auto;
    padding: 1rem; }
    /* line 20, sass/default/elements/components/_content-navigation.scss */
    .content-navigation-list .action-item:last-child {
      margin-bottom: auto; }

/* line 32, sass/default/elements/components/_content-navigation.scss */
.page-navigation .content-navigation-cr {
  padding: 0.5rem 1rem; }

/* line 38, sass/default/elements/components/_content-navigation.scss */
.page-navigation-list {
  text-align: center; }
  @media only screen and (min-width: 48rem) {
    /* line 38, sass/default/elements/components/_content-navigation.scss */
    .page-navigation-list {
      text-align: left; } }
  /* line 45, sass/default/elements/components/_content-navigation.scss */
  .page-navigation-list > * {
    text-decoration: none;
    border: none;
    display: inline-block;
    padding: 1rem;
    min-width: 3rem;
    min-height: 3rem;
    border-radius: 0.25rem;
    text-align: center;
    vertical-align: middle;
    line-height: 1; }
  /* line 50, sass/default/elements/components/_content-navigation.scss */
  .page-navigation-list a {
    text-decoration: none;
    border: none; }
    /* line 82, sass/default/utilities/tools/visual/_linkstyle.scss */
    .page-navigation-list a:active {
      transform: translateY(1px); }

/* line 59, sass/default/elements/components/_content-navigation.scss */
.entry-navigation-list {
  display: block;
  text-align: center; }
  @media only screen and (min-width: 48rem) {
    /* line 59, sass/default/elements/components/_content-navigation.scss */
    .entry-navigation-list {
      text-align: center; }
      /* line 6, sass/default/utilities/tools/structure/_center-list.scss */
      .entry-navigation-list > li {
        display: inline-block; } }
  /* line 67, sass/default/elements/components/_content-navigation.scss */
  .entry-navigation-list .action-item {
    position: relative;
    padding: .5rem 1rem;
    width: 100%;
    vertical-align: top; }
    @media only screen and (min-width: 48rem) {
      /* line 67, sass/default/elements/components/_content-navigation.scss */
      .entry-navigation-list .action-item {
        width: 50%; } }
    /* line 77, sass/default/elements/components/_content-navigation.scss */
    .entry-navigation-list .action-item a {
      position: relative;
      text-decoration: none;
      border: none;
      display: inline-block;
      padding: 1rem;
      min-width: 3rem;
      min-height: 3rem;
      border-radius: 0.25rem;
      text-align: center;
      vertical-align: middle;
      display: block;
      padding-left: 3.5rem;
      padding-right: 3.5rem;
      -webkit-transition: background-color 0.125s ease;
      -moz-transition: background-color 0.125s ease;
      -ms-transition: background-color 0.125s ease;
      -o-transition: background-color 0.125s ease;
      transition: background-color 0.125s ease; }
      /* line 82, sass/default/utilities/tools/visual/_linkstyle.scss */
      .entry-navigation-list .action-item a:active {
        transform: translateY(1px); }
      /* line 86, sass/default/elements/components/_content-navigation.scss */
      .entry-navigation-list .action-item a:after {
        content: '';
        position: absolute;
        top: 1rem;
        right: 0;
        width: 1.5rem;
        height: 1.5rem;
        opacity: .125;
        -webkit-transition: opacity 0.125s ease;
        -moz-transition: opacity 0.125s ease;
        -ms-transition: opacity 0.125s ease;
        -o-transition: opacity 0.125s ease;
        transition: opacity 0.125s ease; }
      /* line 96, sass/default/elements/components/_content-navigation.scss */
      .entry-navigation-list .action-item a:hover:after {
        opacity: 1; }
  /* line 120, sass/default/elements/components/_content-navigation.scss */
  .entry-navigation-list .entry-navigation--previous--action-item a:after {
    margin-right: 1rem;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  /* line 134, sass/default/elements/components/_content-navigation.scss */
  .entry-navigation-list .entry-navigation--next--action-item a:after {
    right: auto;
    left: 0;
    margin-left: 1rem;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }

/* line 151, sass/default/elements/components/_content-navigation.scss */
.entry-page-navigation .content-navigation-cr {
  border: none; }

/* line 160, sass/default/elements/components/_content-navigation.scss */
.entry-page-navigation-list .text-label {
  margin-top: 0;
  margin-right: 1rem;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: normal;
  font-size: 12.8px;
  font-size: 0.8rem;
  color: gray;
  text-transform: uppercase; }
/* line 170, sass/default/elements/components/_content-navigation.scss */
.entry-page-navigation-list > * {
  text-decoration: none;
  border: none;
  display: inline-block;
  padding: 1rem;
  min-width: 3rem;
  min-height: 3rem;
  border-radius: 0.25rem;
  text-align: center;
  vertical-align: middle;
  line-height: 1; }
/* line 176, sass/default/elements/components/_content-navigation.scss */
.entry-page-navigation-list a {
  text-decoration: none;
  border: none;
  -webkit-transition: background-color 0.125s ease;
  -moz-transition: background-color 0.125s ease;
  -ms-transition: background-color 0.125s ease;
  -o-transition: background-color 0.125s ease;
  transition: background-color 0.125s ease; }
  /* line 82, sass/default/utilities/tools/visual/_linkstyle.scss */
  .entry-page-navigation-list a:active {
    transform: translateY(1px); }

/* line 2, sass/default/elements/components/_form.scss */
label {
  display: inline-block; }

/* line 8, sass/default/elements/components/_form.scss */
.label-cr {
  display: block; }

/* line 14, sass/default/elements/components/_form.scss */
input:not([type="checkbox"]):not([type="radio"]) {
  width: 100%; }
  /* line 17, sass/default/elements/components/_form.scss */
  .label-cr input:not([type="checkbox"]):not([type="radio"]) {
    margin-top: .5rem; }

/* line 24, sass/default/elements/components/_form.scss */
input[type='text'], input[type='email'], input[type='search'], input[type='password'], input[type='url'], textarea {
  width: 100%;
  min-height: 3rem;
  border: 0;
  border-radius: 0.25rem;
  overflow: hidden; }

/* line 33, sass/default/elements/components/_form.scss */
button, input[type='submit'], input[type='reset'] {
  width: 100%;
  min-height: 3.5rem;
  border: none;
  border-radius: 0.25rem;
  -webkit-transition: background-color 0.125s ease;
  -moz-transition: background-color 0.125s ease;
  -ms-transition: background-color 0.125s ease;
  -o-transition: background-color 0.125s ease;
  transition: background-color 0.125s ease;
  overflow: hidden; }
  /* line 42, sass/default/elements/components/_form.scss */
  button:active, input[type='submit']:active, input[type='reset']:active {
    -webkit-transform: translate(0, 0.0625rem);
    -moz-transform: translate(0, 0.0625rem);
    -ms-transform: translate(0, 0.0625rem);
    -o-transform: translate(0, 0.0625rem);
    transform: translate(0, 0.0625rem); }

/* line 49, sass/default/elements/components/_form.scss */
textarea {
  height: 4.5rem;
  min-height: 3rem; }

/* line 55, sass/default/elements/components/_form.scss */
.sudo-input-text {
  border-radius: 0.25rem;
  overflow: hidden; }
  /* line 59, sass/default/elements/components/_form.scss */
  .sudo-input-text input[type='text'], .sudo-input-text input[type='email'], .sudo-input-text input[type='search'], .sudo-input-text input[type='password'], .sudo-input-text input[type='url'], .sudo-input-text textarea {
    border: none;
    border-radius: 0;
    overflow: auto; }
    /* line 64, sass/default/elements/components/_form.scss */
    .sudo-input-text input[type='text']:focus, .sudo-input-text input[type='email']:focus, .sudo-input-text input[type='search']:focus, .sudo-input-text input[type='password']:focus, .sudo-input-text input[type='url']:focus, .sudo-input-text textarea:focus {
      outline: 0; }
  /* line 70, sass/default/elements/components/_form.scss */
  .sudo-input-text[data-state-form-element="focused"] {
    margin: 0; }

/* line 76, sass/default/elements/components/_form.scss */
.sudo-button {
  margin-top: 1rem;
  border-radius: 0.25rem;
  -webkit-transition: background-color 0.125s ease;
  -moz-transition: background-color 0.125s ease;
  -ms-transition: background-color 0.125s ease;
  -o-transition: background-color 0.125s ease;
  transition: background-color 0.125s ease;
  overflow: hidden; }
  /* line 82, sass/default/elements/components/_form.scss */
  .sudo-button:active {
    -webkit-transform: translate(0, 0.0625rem);
    -moz-transform: translate(0, 0.0625rem);
    -ms-transform: translate(0, 0.0625rem);
    -o-transform: translate(0, 0.0625rem);
    transform: translate(0, 0.0625rem); }
  /* line 86, sass/default/elements/components/_form.scss */
  .sudo-button button, .sudo-button input[type='submit'], .sudo-button input[type='reset'] {
    margin-top: 0;
    border-radius: 0;
    background-color: transparent;
    overflow: auto; }
    /* line 92, sass/default/elements/components/_form.scss */
    .sudo-button button:hover, .sudo-button input[type='submit']:hover, .sudo-button input[type='reset']:hover {
      background-color: transparent; }
    /* line 96, sass/default/elements/components/_form.scss */
    .sudo-button button:active, .sudo-button input[type='submit']:active, .sudo-button input[type='reset']:active {
      background-color: transparent;
      transform: translate(0); }

/* line 107, sass/default/elements/components/_form.scss */
.sudo-button[data-state-form-element="focused"] button, .sudo-button[data-state-form-element="focused"] input[type='submit'], .sudo-button[data-state-form-element="focused"] input[type='reset']:hover {
  background-color: transparent; }

/* line 1, sass/default/elements/components/_gallery.scss */
.gallery-item {
  margin-bottom: 2rem; }
  /* line 4, sass/default/elements/components/_gallery.scss */
  .gallery-item:last-child {
    margin-bottom: auto; }

@media only screen and (min-width: 37.5rem) {
  /* line 12, sass/default/elements/components/_gallery.scss */
  .gallery-item {
    display: inline-block;
    margin-top: 1rem;
    margin-bottom: 1rem;
    vertical-align: top; }
    /* line 18, sass/default/elements/components/_gallery.scss */
    .gallery-columns-1 .gallery-item {
      width: 100%; }
    /* line 22, sass/default/elements/components/_gallery.scss */
    .gallery-columns-2 .gallery-item {
      width: 50%; }
    /* line 26, sass/default/elements/components/_gallery.scss */
    .gallery-columns-3 .gallery-item {
      width: 33%; }
    /* line 30, sass/default/elements/components/_gallery.scss */
    .gallery-columns-4 .gallery-item {
      width: 25%; }

  /* line 36, sass/default/elements/components/_gallery.scss */
  .gallery-icon {
    margin-left: 1rem;
    margin-right: 1rem; } }
/* line 43, sass/default/elements/components/_gallery.scss */
.gallery-icon {
  text-align: center; }
  /* line 46, sass/default/elements/components/_gallery.scss */
  .gallery-icon a {
    display: inline-block;
    padding: 0.5rem;
    width: 11rem;
    height: 11rem;
    border-top-width: 0.0625rem;
    border-right-width: 0.0625rem;
    border-bottom-width: 0.0625rem;
    border-left-width: 0.0625rem;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.15);
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    overflow: hidden;
    -webkit-transition: border 0.125s ease;
    -moz-transition: border 0.125s ease;
    -ms-transition: border 0.125s ease;
    -o-transition: border 0.125s ease;
    transition: border 0.125s ease; }
    /* line 54, sass/default/elements/components/_gallery.scss */
    .gallery-icon a:hover {
      border-top-width: 0.0625rem;
      border-right-width: 0.0625rem;
      border-bottom-width: 0.0625rem;
      border-left-width: 0.0625rem;
      border-style: solid;
      border-color: rgba(0, 0, 0, 0.1); }

/* line 62, sass/default/elements/components/_gallery.scss */
.gallery-caption {
  text-align: center; }

/* line 9, sass/default/utilities/tools/_patch.scss */
.lt-ie9 .main-cr:before, .lt-ie9 .main-cr:after {
  content: " ";
  display: table; }
/* line 13, sass/default/utilities/tools/_patch.scss */
.lt-ie9 .main-cr:after {
  clear: both; }
@media only screen and (min-width: 64rem) {
  /* line 9, sass/default/utilities/tools/_patch.scss */
  .main-cr:before, .main-cr:after {
    content: " ";
    display: table; }
  /* line 13, sass/default/utilities/tools/_patch.scss */
  .main-cr:after {
    clear: both; } }
@media only screen and (min-width: 80rem) {
  /* line 1, sass/default/elements/components/_main.scss */
  .main-cr {
    margin-top: auto; } }

/* line 15, sass/default/elements/components/_main.scss */
[data-state-colophon="fixed"] .main-cr {
  position: relative;
  z-index: 890; }

/* line 26, sass/default/elements/components/_main.scss */
.primary-content-cr,
.secondary-sidebar-cr,
.tertiary-sidebar-cr {
  width: 100%; }
  /* line 6, sass/default/utilities/tools/structure/_media-query.scss */
  .lt-ie9 .primary-content-cr, .lt-ie9
  .secondary-sidebar-cr, .lt-ie9
  .tertiary-sidebar-cr {
    margin-left: auto;
    margin-right: auto;
    max-width: 48rem; }
  @media only screen and (min-width: 61.25rem) {
    /* line 26, sass/default/elements/components/_main.scss */
    .primary-content-cr,
    .secondary-sidebar-cr,
    .tertiary-sidebar-cr {
      margin-left: auto;
      margin-right: auto;
      max-width: 48rem; } }

@media only screen and (min-width: 64rem) {
  /* line 39, sass/default/elements/components/_main.scss */
  .secondary-sidebar-active .primary-content {
    float: left;
    width: 65%; } }
@media only screen and (min-width: 90rem) {
  /* line 39, sass/default/elements/components/_main.scss */
  .secondary-sidebar-active .primary-content {
    margin-right: -100%;
    width: 100%; } }
@media only screen and (min-width: 90rem) {
  /* line 51, sass/default/elements/components/_main.scss */
  .secondary-sidebar-active .primary-content .primary-content-cr {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    max-width: 48rem; } }

@media only screen and (min-width: 64rem) {
  /* line 68, sass/default/elements/components/_main.scss */
  .secondary-sidebar-active .secondary-sidebar {
    float: right;
    width: 35%; } }
@media only screen and (min-width: 90rem) {
  /* line 68, sass/default/elements/components/_main.scss */
  .secondary-sidebar-active .secondary-sidebar {
    width: 20rem; } }
@media only screen and (min-width: 100rem) {
  /* line 68, sass/default/elements/components/_main.scss */
  .secondary-sidebar-active .secondary-sidebar {
    width: 25%; } }
@media only screen and (min-width: 120rem) {
  /* line 68, sass/default/elements/components/_main.scss */
  .secondary-sidebar-active .secondary-sidebar {
    width: 25%; } }

/* line 92, sass/default/elements/components/_main.scss */
.main-content-hr {
  padding-top: 2rem; }
  @media only screen and (min-width: 48rem) {
    /* line 92, sass/default/elements/components/_main.scss */
    .main-content-hr {
      padding-top: 0; } }

@media only screen and (max-width: 47.9375rem) {
  /* line 109, sass/default/elements/components/_main.scss */
  .main-content-hr-cr {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }
@media only screen and (min-width: 48rem) {
  /* line 109, sass/default/elements/components/_main.scss */
  .main-content-hr-cr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 2rem 1rem; } }

/* line 124, sass/default/elements/components/_main.scss */
.main-content-heading {
  margin-bottom: 0;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: normal;
  text-align: center; }
  @media only screen and (min-width: 48rem) {
    /* line 124, sass/default/elements/components/_main.scss */
    .main-content-heading {
      font-size: 25.008px;
      font-size: 1.563rem; } }

/* line 137, sass/default/elements/components/_main.scss */
.main-content-meta {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center; }

/* line 8, sass/default/elements/components/_main-navigation.scss */
div.nav-menu {
  position: relative;
  z-index: 900; }
  @media only screen and (min-width: 48rem) {
    /* line 12, sass/default/elements/components/_main-navigation.scss */
    div.nav-menu > ul {
      display: inline-block;
      text-align: center; }
      /* line 6, sass/default/utilities/tools/structure/_center-list.scss */
      div.nav-menu > ul > li {
        display: inline-block; } }
  /* line 8, sass/default/utilities/tools/structure/_pseudo-content.scss */
  div.nav-menu > ul > .page_item_has_children.status-sub-nav-active,
  div.nav-menu > ul > .menu-item-has-children.status-sub-nav-active {
    position: relative; }
  /* line 12, sass/default/utilities/tools/structure/_pseudo-content.scss */
  div.nav-menu > ul > .page_item_has_children.status-sub-nav-active:before,
  div.nav-menu > ul > .menu-item-has-children.status-sub-nav-active:before {
    content: '';
    position: absolute; }
    @media only screen and (min-width: 48rem) {
      /* line 12, sass/default/utilities/tools/structure/_pseudo-content.scss */
      div.nav-menu > ul > .page_item_has_children.status-sub-nav-active:before,
      div.nav-menu > ul > .menu-item-has-children.status-sub-nav-active:before {
        display: none; } }
  /* line 38, sass/default/elements/components/_main-navigation.scss */
  div.nav-menu > ul > .page_item_has_children.status-sub-nav-inactive:after,
  div.nav-menu > ul > .menu-item-has-children.status-sub-nav-inactive:after {
    background-image: url("../img/more-light.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
    @media only screen and (min-width: 48rem) {
      /* line 38, sass/default/elements/components/_main-navigation.scss */
      div.nav-menu > ul > .page_item_has_children.status-sub-nav-inactive:after,
      div.nav-menu > ul > .menu-item-has-children.status-sub-nav-inactive:after {
        opacity: .5; } }
  @media only screen and (min-width: 48rem) {
    /* line 51, sass/default/elements/components/_main-navigation.scss */
    div.nav-menu > ul > .page_item_has_children.status-sub-nav-inactive:hover:after,
    div.nav-menu > ul > .menu-item-has-children.status-sub-nav-inactive:hover:after {
      opacity: .75; } }
  /* line 64, sass/default/elements/components/_main-navigation.scss */
  div.nav-menu > ul > li > a,
  div.nav-menu > ul > li > *:first-child {
    white-space: nowrap; }
  @media only screen and (min-width: 48rem) {
    /* line 71, sass/default/elements/components/_main-navigation.scss */
    div.nav-menu > ul > .page_item,
    div.nav-menu > ul > .menu-item {
      border-bottom: none; } }
  /* line 88, sass/default/elements/components/_main-navigation.scss */
  div.nav-menu li {
    margin-bottom: auto;
    -webkit-transition: background-color 0.125s ease;
    -moz-transition: background-color 0.125s ease;
    -ms-transition: background-color 0.125s ease;
    -o-transition: background-color 0.125s ease;
    transition: background-color 0.125s ease; }
    @media only screen and (min-width: 48rem) {
      /* line 88, sass/default/elements/components/_main-navigation.scss */
      div.nav-menu li {
        vertical-align: top; } }
    /* line 97, sass/default/elements/components/_main-navigation.scss */
    div.nav-menu li:last-child {
      margin-right: auto; }
  /* line 103, sass/default/elements/components/_main-navigation.scss */
  div.nav-menu a {
    text-decoration: none;
    border: none;
    display: block;
    padding: 1rem;
    min-height: 3.5rem;
    -webkit-transition: background-color 0.125s ease;
    -moz-transition: background-color 0.125s ease;
    -ms-transition: background-color 0.125s ease;
    -o-transition: background-color 0.125s ease;
    transition: background-color 0.125s ease; }
    @media only screen and (min-width: 48rem) {
      /* line 103, sass/default/elements/components/_main-navigation.scss */
      div.nav-menu a {
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
    @media only screen and (max-width: 47.9375rem) {
      /* line 115, sass/default/elements/components/_main-navigation.scss */
      div.nav-menu a:hover {
        text-decoration: none; } }
  /* line 126, sass/default/elements/components/_main-navigation.scss */
  div.nav-menu .page_item,
  div.nav-menu .menu-item {
    border-bottom-width: 0.0625rem;
    border-bottom-style: dotted;
    border-bottom-color: rgba(128, 128, 128, 0.35); }
    /* line 130, sass/default/elements/components/_main-navigation.scss */
    div.nav-menu .page_item:last-child,
    div.nav-menu .menu-item:last-child {
      border-bottom: none; }
  @media only screen and (min-width: 48rem) {
    /* line 141, sass/default/elements/components/_main-navigation.scss */
    div.nav-menu .status-sub-nav-active .page_item:hover:last-child,
    div.nav-menu .status-sub-nav-active .menu-item:hover:last-child {
      border-radius: 0 0 0.25rem 0.25rem;
      overflow: hidden; } }
  @media only screen and (min-width: 48rem) {
    /* line 148, sass/default/elements/components/_main-navigation.scss */
    div.nav-menu .status-sub-nav-active .page_item:hover:last-child.status-sub-nav-active,
    div.nav-menu .status-sub-nav-active .menu-item:hover:last-child.status-sub-nav-active {
      border-radius: 0;
      overflow: visible; } }
  @media only screen and (min-width: 48rem) {
    /* line 160, sass/default/elements/components/_main-navigation.scss */
    div.nav-menu .status-sub-nav-active .page_item:first-child, div.nav-menu .status-sub-nav-active .page_item:hover:first-child,
    div.nav-menu .status-sub-nav-active .menu-item:first-child,
    div.nav-menu .status-sub-nav-active .menu-item:hover:first-child {
      border-top-right-radius: 0.25rem; } }
  @media only screen and (min-width: 48rem) {
    /* line 168, sass/default/elements/components/_main-navigation.scss */
    div.nav-menu .status-sub-nav-active .page_item.status-sub-nav-active,
    div.nav-menu .status-sub-nav-active .menu-item.status-sub-nav-active {
      border-bottom: none; } }
  @media only screen and (min-width: 48rem) {
    /* line 8, sass/default/utilities/tools/structure/_pseudo-content.scss */
    div.nav-menu .status-sub-nav-active .current_page_item,
    div.nav-menu .status-sub-nav-active .current-menu-item,
    div.nav-menu .status-sub-nav-active .current_page_ancestor,
    div.nav-menu .status-sub-nav-active .current-menu-ancestor {
      position: relative; }
    /* line 12, sass/default/utilities/tools/structure/_pseudo-content.scss */
    div.nav-menu .status-sub-nav-active .current_page_item:before,
    div.nav-menu .status-sub-nav-active .current-menu-item:before,
    div.nav-menu .status-sub-nav-active .current_page_ancestor:before,
    div.nav-menu .status-sub-nav-active .current-menu-ancestor:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 0.5rem;
      height: 100%;
      border-radius: 0; } }
  /* line 8, sass/default/utilities/tools/structure/_pseudo-content.scss */
  div.nav-menu .current_page_item,
  div.nav-menu .current-menu-item,
  div.nav-menu .current_page_ancestor,
  div.nav-menu .current-menu-ancestor {
    position: relative; }
  /* line 12, sass/default/utilities/tools/structure/_pseudo-content.scss */
  div.nav-menu .current_page_item:before,
  div.nav-menu .current-menu-item:before,
  div.nav-menu .current_page_ancestor:before,
  div.nav-menu .current-menu-ancestor:before {
    content: '';
    position: absolute; }
    @media only screen and (min-width: 48rem) {
      /* line 12, sass/default/utilities/tools/structure/_pseudo-content.scss */
      div.nav-menu .current_page_item:before,
      div.nav-menu .current-menu-item:before,
      div.nav-menu .current_page_ancestor:before,
      div.nav-menu .current-menu-ancestor:before {
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0.5rem;
        border-radius: 0.125rem 0.125rem 0 0; } }
  /* line 215, sass/default/elements/components/_main-navigation.scss */
  div.nav-menu .current_page_item:hover:before,
  div.nav-menu .current-menu-item:hover:before,
  div.nav-menu .current_page_ancestor:hover:before,
  div.nav-menu .current-menu-ancestor:hover:before {
    border-radius: 0; }
  /* line 219, sass/default/elements/components/_main-navigation.scss */
  div.nav-menu .current_page_item > a,
  div.nav-menu .current-menu-item > a,
  div.nav-menu .current_page_ancestor > a,
  div.nav-menu .current-menu-ancestor > a {
    font-weight: 600; }
  @media only screen and (max-width: 47.9375rem) {
    /* line 225, sass/default/elements/components/_main-navigation.scss */
    .status-mobile-main-nav-active div.nav-menu {
      width: 100%;
      height: 100%;
      overflow-x: hidden;
      overflow-y: auto; } }
  /* line 238, sass/default/elements/components/_main-navigation.scss */
  div.nav-menu .children,
  div.nav-menu .sub-menu {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
    @media only screen and (min-width: 48rem) {
      /* line 238, sass/default/elements/components/_main-navigation.scss */
      div.nav-menu .children,
      div.nav-menu .sub-menu {
        border-radius: 0 0.25rem 0.25rem 0.25rem; } }
  /* line 247, sass/default/elements/components/_main-navigation.scss */
  div.nav-menu .page_item_has_children,
  div.nav-menu .menu-item-has-children {
    position: relative; }
    /* line 250, sass/default/elements/components/_main-navigation.scss */
    div.nav-menu .page_item_has_children > a,
    div.nav-menu .menu-item-has-children > a {
      margin-right: 3.5rem; }
      @media only screen and (min-width: 48rem) {
        /* line 250, sass/default/elements/components/_main-navigation.scss */
        div.nav-menu .page_item_has_children > a,
        div.nav-menu .menu-item-has-children > a {
          margin-right: 3rem; }
          /* line 8, sass/default/utilities/tools/structure/_pseudo-content.scss */
          div.nav-menu .page_item_has_children > a,
          div.nav-menu .menu-item-has-children > a {
            position: relative; }
          /* line 12, sass/default/utilities/tools/structure/_pseudo-content.scss */
          div.nav-menu .page_item_has_children > a:after,
          div.nav-menu .menu-item-has-children > a:after {
            content: '';
            position: absolute; }
          /* line 257, sass/default/elements/components/_main-navigation.scss */
          div.nav-menu .page_item_has_children > a:after,
          div.nav-menu .menu-item-has-children > a:after {
            top: 50%;
            right: 0;
            margin-top: -0.75rem;
            width: 0.0625rem;
            height: 1.5rem;
            border-right-width: 0.0625rem;
            border-right-style: dotted; } }
    /* line 270, sass/default/elements/components/_main-navigation.scss */
    div.nav-menu .page_item_has_children:hover,
    div.nav-menu .menu-item-has-children:hover {
      cursor: pointer; }
    /* line 275, sass/default/elements/components/_main-navigation.scss */
    div.nav-menu .page_item_has_children:after,
    div.nav-menu .menu-item-has-children:after {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -0.375rem;
      width: 0.75rem;
      height: 0.75rem;
      margin-right: 1.25rem;
      -webkit-transition: opacity 0.125s ease;
      -moz-transition: opacity 0.125s ease;
      -ms-transition: opacity 0.125s ease;
      -o-transition: opacity 0.125s ease;
      transition: opacity 0.125s ease;
      opacity: .5;
      z-index: 90; }
      @media only screen and (max-width: 47.9375rem) {
        /* line 275, sass/default/elements/components/_main-navigation.scss */
        div.nav-menu .page_item_has_children:after,
        div.nav-menu .menu-item-has-children:after {
          top: 1.65rem;
          width: 1rem;
          height: 1rem; } }
    /* line 292, sass/default/elements/components/_main-navigation.scss */
    div.nav-menu .page_item_has_children:hover:after,
    div.nav-menu .menu-item-has-children:hover:after {
      opacity: .75; }
    /* line 297, sass/default/elements/components/_main-navigation.scss */
    div.nav-menu .page_item_has_children.status-sub-nav-active:after,
    div.nav-menu .menu-item-has-children.status-sub-nav-active:after {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      opacity: .5; }
    /* line 302, sass/default/elements/components/_main-navigation.scss */
    div.nav-menu .page_item_has_children.status-sub-nav-active:hover:after,
    div.nav-menu .menu-item-has-children.status-sub-nav-active:hover:after {
      opacity: 1; }
    /* line 306, sass/default/elements/components/_main-navigation.scss */
    div.nav-menu .page_item_has_children.status-sub-nav-active,
    div.nav-menu .menu-item-has-children.status-sub-nav-active {
      -webkit-transition: background-color 0.125s ease;
      -moz-transition: background-color 0.125s ease;
      -ms-transition: background-color 0.125s ease;
      -o-transition: background-color 0.125s ease;
      transition: background-color 0.125s ease; }
      /* line 312, sass/default/elements/components/_main-navigation.scss */
      div.nav-menu .page_item_has_children.status-sub-nav-active a:hover,
      div.nav-menu .menu-item-has-children.status-sub-nav-active a:hover {
        text-decoration: none; }
      /* line 321, sass/default/elements/components/_main-navigation.scss */
      div.nav-menu .page_item_has_children.status-sub-nav-active > .children,
      div.nav-menu .page_item_has_children.status-sub-nav-active > .sub-menu,
      div.nav-menu .menu-item-has-children.status-sub-nav-active > .children,
      div.nav-menu .menu-item-has-children.status-sub-nav-active > .sub-menu {
        clip: auto;
        height: auto;
        margin: auto;
        overflow: visible;
        padding: 0;
        position: static;
        width: auto; }
      /* line 328, sass/default/elements/components/_main-navigation.scss */
      div.nav-menu .page_item_has_children.status-sub-nav-active .children,
      div.nav-menu .page_item_has_children.status-sub-nav-active .sub-menu,
      div.nav-menu .menu-item-has-children.status-sub-nav-active .children,
      div.nav-menu .menu-item-has-children.status-sub-nav-active .sub-menu {
        text-align: left;
        z-index: 91; }
        @media only screen and (min-width: 48rem) {
          /* line 328, sass/default/elements/components/_main-navigation.scss */
          div.nav-menu .page_item_has_children.status-sub-nav-active .children,
          div.nav-menu .page_item_has_children.status-sub-nav-active .sub-menu,
          div.nav-menu .menu-item-has-children.status-sub-nav-active .children,
          div.nav-menu .menu-item-has-children.status-sub-nav-active .sub-menu {
            position: absolute;
            top: 100%;
            right: auto;
            bottom: auto;
            left: auto;
            min-width: 100%;
            white-space: nowrap;
            margin-top: -0.75rem;
            margin-left: 0.75rem; } }
        /* line 345, sass/default/elements/components/_main-navigation.scss */
        div.nav-menu .page_item_has_children.status-sub-nav-active .children li,
        div.nav-menu .page_item_has_children.status-sub-nav-active .sub-menu li,
        div.nav-menu .menu-item-has-children.status-sub-nav-active .children li,
        div.nav-menu .menu-item-has-children.status-sub-nav-active .sub-menu li {
          -webkit-transition: background-color 0.125s ease;
          -moz-transition: background-color 0.125s ease;
          -ms-transition: background-color 0.125s ease;
          -o-transition: background-color 0.125s ease;
          transition: background-color 0.125s ease; }
        @media only screen and (min-width: 48rem) {
          /* line 350, sass/default/elements/components/_main-navigation.scss */
          div.nav-menu .page_item_has_children.status-sub-nav-active .children:before,
          div.nav-menu .page_item_has_children.status-sub-nav-active .sub-menu:before,
          div.nav-menu .menu-item-has-children.status-sub-nav-active .children:before,
          div.nav-menu .menu-item-has-children.status-sub-nav-active .sub-menu:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 0.0625rem;
            z-index: 90; } }
        @media only screen and (min-width: 48rem) {
          /* line 364, sass/default/elements/components/_main-navigation.scss */
          div.nav-menu .page_item_has_children.status-sub-nav-active .children:after,
          div.nav-menu .page_item_has_children.status-sub-nav-active .sub-menu:after,
          div.nav-menu .menu-item-has-children.status-sub-nav-active .children:after,
          div.nav-menu .menu-item-has-children.status-sub-nav-active .sub-menu:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            margin-left: -0.75rem;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 0 0.75rem 0.75rem;
            z-index: 90; } }
    /* line 387, sass/default/elements/components/_main-navigation.scss */
    div.nav-menu .page_item_has_children > .children,
    div.nav-menu .page_item_has_children > .sub-menu,
    div.nav-menu .menu-item-has-children > .children,
    div.nav-menu .menu-item-has-children > .sub-menu {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }

/* line 399, sass/default/elements/components/_main-navigation.scss */
.main-navigation-heading {
  margin-bottom: auto; }
  @media only screen and (min-width: 48rem) {
    /* line 399, sass/default/elements/components/_main-navigation.scss */
    .main-navigation-heading {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }
  @media only screen and (max-width: 47.9375rem) {
    /* line 406, sass/default/elements/components/_main-navigation.scss */
    .main-navigation-heading .svg-icon-cr {
      width: 3.5rem;
      height: 3.5rem;
      display: table-cell !important;
      text-align: center;
      vertical-align: middle;
      display: inline-block !important; } }
  @media only screen and (max-width: 47.9375rem) {
    /* line 418, sass/default/elements/components/_main-navigation.scss */
    .main-navigation-heading .icon {
      width: 1.5rem;
      height: 1.5rem;
      -webkit-transition: fill 0.125s ease;
      -moz-transition: fill 0.125s ease;
      -ms-transition: fill 0.125s ease;
      -o-transition: fill 0.125s ease;
      transition: fill 0.125s ease; }
      /* line 425, sass/default/elements/components/_main-navigation.scss */
      .modernizr-no-inlinesvg .main-navigation-heading .icon {
        clip: auto;
        height: auto;
        margin: auto;
        overflow: visible;
        padding: 0;
        position: static;
        width: auto; } }
  @media only screen and (max-width: 47.9375rem) {
    /* line 433, sass/default/elements/components/_main-navigation.scss */
    .main-navigation-heading:hover {
      cursor: pointer; } }
  @media only screen and (max-width: 47.9375rem) {
    /* line 441, sass/default/elements/components/_main-navigation.scss */
    .main-navigation-heading .label {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }

@media only screen and (max-width: 47.9375rem) {
  /* line 452, sass/default/elements/components/_main-navigation.scss */
  .main-navigation-ct {
    position: fixed;
    left: 0;
    bottom: 0;
    padding-top: 3.5rem;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
    text-align: left; } }
@media only screen and (max-width: 47.9375rem) {
  /* line 464, sass/default/elements/components/_main-navigation.scss */
  .status-mobile-main-nav-active .main-navigation-ct {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 900; } }

/* line 1, sass/default/elements/components/_masthead-header.scss */
.masthead-cr {
  min-height: 3.5rem; }
  @media only screen and (min-width: 48rem) {
    /* line 1, sass/default/elements/components/_masthead-header.scss */
    .masthead-cr {
      position: relative;
      text-align: center; } }

@media only screen and (min-width: 48rem) {
  /* line 13, sass/default/elements/components/_masthead-header.scss */
  .site-title-heading {
    margin-bottom: auto; } }
@media only screen and (max-width: 47.9375rem) {
  /* line 19, sass/default/elements/components/_masthead-header.scss */
  .status-mobile-main-nav-inactive [data-state-search="inactive"] .site-title-heading {
    opacity: 1;
    -webkit-transition: opacity 0.125s ease;
    -moz-transition: opacity 0.125s ease;
    -ms-transition: opacity 0.125s ease;
    -o-transition: opacity 0.125s ease;
    transition: opacity 0.125s ease; } }
@media only screen and (max-width: 47.9375rem) {
  /* line 28, sass/default/elements/components/_masthead-header.scss */
  .status-mobile-main-nav-inactive [data-state-search="active"] .site-title-heading {
    opacity: 0; } }

@media only screen and (min-width: 48rem) {
  /* line 39, sass/default/elements/components/_masthead-header.scss */
  .site-title-link {
    display: inline-block;
    padding-top: 1rem;
    padding-bottom: 1rem; } }

@media only screen and (max-width: 47.9375rem) {
  /* line 55, sass/default/utilities/tools/structure/_layout.scss */
  .masthead-cr {
    position: relative; }
    /* line 9, sass/default/utilities/tools/_patch.scss */
    .masthead-cr:before, .masthead-cr:after {
      content: " ";
      display: table; }
    /* line 13, sass/default/utilities/tools/_patch.scss */
    .masthead-cr:after {
      clear: both; }

  /* line 61, sass/default/utilities/tools/structure/_layout.scss */
  .masthead-header {
    display: table;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    width: 100%;
    height: 3.5rem;
    text-align: center; }

  /* line 69, sass/default/utilities/tools/structure/_layout.scss */
  .site-title-heading {
    display: table-cell;
    margin-bottom: auto;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: normal;
    vertical-align: middle; }

  /* line 80, sass/default/utilities/tools/structure/_layout.scss */
  .header-sidebar .widget_search {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 900; }

  /* line 87, sass/default/utilities/tools/structure/_layout.scss */
  .site-description {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

  /* line 91, sass/default/utilities/tools/structure/_layout.scss */
  .main-navigation {
    position: absolute;
    top: 0;
    left: 0; }

  /* line 97, sass/default/utilities/tools/structure/_layout.scss */
  .main-navigation-heading {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    line-height: 3.5rem;
    z-index: 901; }
    /* line 107, sass/default/utilities/tools/structure/_layout.scss */
    .status-mobile-main-nav-active .main-navigation-heading .icon {
      fill: #fff;
      opacity: .85; }
      /* line 111, sass/default/utilities/tools/structure/_layout.scss */
      .status-mobile-main-nav-active .main-navigation-heading .icon:hover {
        opacity: 1; } }
/* line 63, sass/default/elements/components/_masthead-header.scss */
.ui-type__masthead--fixed-header .masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900; }
  /* line 71, sass/default/elements/components/_masthead-header.scss */
  .status-mobile-main-nav-inactive .ui-type__masthead--fixed-header .masthead:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: .5rem;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.15)), color-stop(100%, rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%); }
/* line 89, sass/default/elements/components/_masthead-header.scss */
.ui-type__masthead--fixed-header #comments:before,
.ui-type__masthead--fixed-header #respond:before,
.ui-type__masthead--fixed-header .comment:before {
  content: '';
  display: block;
  margin-top: -3.5rem;
  height: 3.5rem;
  visibility: hidden; }

/* line 105, sass/default/elements/components/_masthead-header.scss */
.status-mobile-main-nav-inactive .ui-type__masthead--fixed-header.admin-bar .masthead {
  position: static; }
  /* line 108, sass/default/elements/components/_masthead-header.scss */
  .status-mobile-main-nav-inactive .ui-type__masthead--fixed-header.admin-bar .masthead:after {
    display: none; }

@media only screen and (min-width: 48rem) {
  /* line 35, sass/default/utilities/tools/structure/_layout.scss */
  .hopscotch--site .masthead-cr {
    position: static; }
  /* line 41, sass/default/utilities/tools/structure/_layout.scss */
  .hopscotch--site .header-sidebar .search {
    position: static;
    top: auto;
    right: auto; }
  /* line 55, sass/default/utilities/tools/structure/_layout.scss */
  .hopscotch--site .masthead-cr {
    position: relative; }
    /* line 9, sass/default/utilities/tools/_patch.scss */
    .hopscotch--site .masthead-cr:before, .hopscotch--site .masthead-cr:after {
      content: " ";
      display: table; }
    /* line 13, sass/default/utilities/tools/_patch.scss */
    .hopscotch--site .masthead-cr:after {
      clear: both; }
  /* line 61, sass/default/utilities/tools/structure/_layout.scss */
  .hopscotch--site .masthead-header {
    display: table;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    width: 100%;
    height: 3.5rem;
    text-align: center; }
  /* line 69, sass/default/utilities/tools/structure/_layout.scss */
  .hopscotch--site .site-title-heading {
    display: table-cell;
    margin-bottom: auto;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: normal;
    vertical-align: middle; }
  /* line 80, sass/default/utilities/tools/structure/_layout.scss */
  .hopscotch--site .header-sidebar .widget_search {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 900; }
  /* line 87, sass/default/utilities/tools/structure/_layout.scss */
  .hopscotch--site .site-description {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  /* line 91, sass/default/utilities/tools/structure/_layout.scss */
  .hopscotch--site .main-navigation {
    position: absolute;
    top: 0;
    left: 0; }
  /* line 97, sass/default/utilities/tools/structure/_layout.scss */
  .hopscotch--site .main-navigation-heading {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    line-height: 3.5rem;
    z-index: 901; }
    /* line 107, sass/default/utilities/tools/structure/_layout.scss */
    .status-mobile-main-nav-active .hopscotch--site .main-navigation-heading .icon {
      fill: #fff;
      opacity: .85; }
      /* line 111, sass/default/utilities/tools/structure/_layout.scss */
      .status-mobile-main-nav-active .hopscotch--site .main-navigation-heading .icon:hover {
        opacity: 1; }
  /* line 5, sass/default/utilities/tools/structure/_layout-theme.scss */
  .hopscotch--site .masthead {
    background-color: #00aaff; }
  /* line 10, sass/default/utilities/tools/structure/_layout-theme.scss */
  .hopscotch--site .site-title-link {
    color: white;
    -webkit-transition: background-color 0.125s ease;
    -moz-transition: background-color 0.125s ease;
    -ms-transition: background-color 0.125s ease;
    -o-transition: background-color 0.125s ease;
    transition: background-color 0.125s ease; }
    /* line 15, sass/default/utilities/tools/structure/_layout-theme.scss */
    .hopscotch--site .site-title-link:hover {
      background-color: #0099e6; }
    /* line 19, sass/default/utilities/tools/structure/_layout-theme.scss */
    .hopscotch--site .site-title-link:active {
      background-color: #0088cc; }
  /* line 34, sass/default/utilities/tools/structure/_layout-theme.scss */
  .hopscotch--site div.nav-menu > ul > li > a {
    color: white; }
    /* line 37, sass/default/utilities/tools/structure/_layout-theme.scss */
    .hopscotch--site div.nav-menu > ul > li > a:hover {
      color: white; }
  /* line 42, sass/default/utilities/tools/structure/_layout-theme.scss */
  .hopscotch--site div.nav-menu > ul > li:hover {
    background-color: #0099e6; }
  /* line 51, sass/default/utilities/tools/structure/_layout-theme.scss */
  .hopscotch--site div.nav-menu > ul > .page_item_has_children > a,
  .hopscotch--site div.nav-menu > ul > .menu-item-has-children > a {
    color: white; }
  /* line 55, sass/default/utilities/tools/structure/_layout-theme.scss */
  .hopscotch--site div.nav-menu > ul > .page_item_has_children:hover,
  .hopscotch--site div.nav-menu > ul > .menu-item-has-children:hover {
    background-color: #0099e6; }
  /* line 66, sass/default/utilities/tools/structure/_layout-theme.scss */
  .hopscotch--site div.nav-menu > ul .page_item_has_children > a:after,
  .hopscotch--site div.nav-menu > ul .menu-item-has-children > a:after {
    border-right-color: rgba(255, 255, 255, 0.25); }
  /* line 79, sass/default/utilities/tools/structure/_layout-theme.scss */
  .hopscotch--site div.nav-menu:hover {
    background-color: #00aaff; }
  /* line 126, sass/default/utilities/tools/structure/_layout.scss */
  .hopscotch--site .header-sidebar .search-control {
    opacity: .75;
    -webkit-transition: opacity 0.125s ease;
    -moz-transition: opacity 0.125s ease;
    -ms-transition: opacity 0.125s ease;
    -o-transition: opacity 0.125s ease;
    transition: opacity 0.125s ease; }
    /* line 130, sass/default/utilities/tools/structure/_layout.scss */
    .hopscotch--site .header-sidebar .search-control:hover {
      opacity: 1; }
  /* line 138, sass/default/utilities/tools/structure/_layout.scss */
  .hopscotch--site .header-sidebar .search-input {
    background-color: transparent; }
  /* line 148, sass/default/utilities/tools/structure/_layout.scss */
  .hopscotch--site [data-state-search="active"] .header-sidebar .search-submit {
    opacity: .5;
    -webkit-transition: opacity 0.125s ease;
    -moz-transition: opacity 0.125s ease;
    -ms-transition: opacity 0.125s ease;
    -o-transition: opacity 0.125s ease;
    transition: opacity 0.125s ease; }
    /* line 152, sass/default/utilities/tools/structure/_layout.scss */
    .hopscotch--site [data-state-search="active"] .header-sidebar .search-submit:hover {
      opacity: 1; }
  /* line 158, sass/default/utilities/tools/structure/_layout.scss */
  .hopscotch--site [data-state-search="active"] .header-sidebar [data-state-form-element="focused"] .search-submit {
    opacity: 1; }
    /* line 161, sass/default/utilities/tools/structure/_layout.scss */
    .hopscotch--site [data-state-search="active"] .header-sidebar [data-state-form-element="focused"] .search-submit:active {
      background-color: transparent; }
  /* line 93, sass/default/utilities/tools/structure/_layout-theme.scss */
  .hopscotch--site .header-sidebar .search-control .icon {
    fill: white; }
  /* line 97, sass/default/utilities/tools/structure/_layout-theme.scss */
  .hopscotch--site .header-sidebar .search-submit .icon {
    fill: white; }
  /* line 103, sass/default/utilities/tools/structure/_layout-theme.scss */
  .hopscotch--site .header-sidebar .search-form {
    background-color: #00aaff; }
  /* line 109, sass/default/utilities/tools/structure/_layout-theme.scss */
  .hopscotch--site [data-state-search="active"] .header-sidebar .search-form {
    background-color: #0099e6; }
  /* line 113, sass/default/utilities/tools/structure/_layout-theme.scss */
  .hopscotch--site [data-state-search="active"] .header-sidebar .search-submit .icon {
    fill: white; }
  /* line 119, sass/default/utilities/tools/structure/_layout-theme.scss */
  .hopscotch--site .header-sidebar .search-input {
    color: white; }
  /* line 3, sass/default/utilities/tools/visual/_placeholder.scss */
  .hopscotch--site ::-webkit-input-placeholder {
    color: white;
    opacity: 0.65; }
  /* line 8, sass/default/utilities/tools/visual/_placeholder.scss */
  .hopscotch--site ::-moz-placeholder {
    color: white;
    opacity: 0.65; }
  /* line 13, sass/default/utilities/tools/visual/_placeholder.scss */
  .hopscotch--site :-ms-input-placeholder {
    color: white;
    opacity: 0.65; }
  /* line 179, sass/default/utilities/tools/structure/_layout.scss */
  .hopscotch--site .header-sidebar .search-form {
    position: relative; }
    /* line 182, sass/default/utilities/tools/structure/_layout.scss */
    .hopscotch--site .header-sidebar .search-form:after {
      content: '';
      position: absolute;
      top: 0;
      right: 100%;
      width: 3.5rem;
      height: 100%; }
  /* line 134, sass/default/utilities/tools/structure/_layout-theme.scss */
  .hopscotch--site .header-sidebar .search-form:after {
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 170, 255, 0)), color-stop(100%, #00aaff));
    background-image: -webkit-linear-gradient(left, rgba(0, 170, 255, 0) 0%, #00aaff 100%);
    background-image: -moz-linear-gradient(left, rgba(0, 170, 255, 0) 0%, #00aaff 100%);
    background-image: -o-linear-gradient(left, rgba(0, 170, 255, 0) 0%, #00aaff 100%);
    background-image: linear-gradient(left, rgba(0, 170, 255, 0) 0%, #00aaff 100%); }
  /* line 216, sass/default/utilities/tools/structure/_layout.scss */
  .hopscotch--site .masthead-cr {
    text-align: left;
    height: auto; }
  /* line 221, sass/default/utilities/tools/structure/_layout.scss */
  .hopscotch--site .masthead-header {
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    width: auto; }
  /* line 228, sass/default/utilities/tools/structure/_layout.scss */
  .hopscotch--site .site-title-heading {
    display: inline-block;
    margin-right: 1rem; }
  /* line 233, sass/default/utilities/tools/structure/_layout.scss */
  .hopscotch--site .site-title-link {
    padding: 0 1rem;
    line-height: 3.5rem; }
    /* line 237, sass/default/utilities/tools/structure/_layout.scss */
    .hopscotch--site .site-title-link:hover {
      text-decoration: none; }
  /* line 242, sass/default/utilities/tools/structure/_layout.scss */
  .hopscotch--site .main-navigation {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    position: static;
    top: auto;
    left: auto; }
    /* line 6, sass/default/utilities/tools/structure/_vertical-align-middle.scss */
    .hopscotch--site .main-navigation:after {
      content: '';
      height: 100%;
      display: inline-block;
      vertical-align: middle; }
    /* line 12, sass/default/utilities/tools/structure/_vertical-align-middle.scss */
    .hopscotch--site .main-navigation > * {
      display: inline-block;
      vertical-align: middle; }
  /* line 254, sass/default/utilities/tools/structure/_layout.scss */
  .hopscotch--site div.nav-menu > ul > li > a:hover {
    text-decoration: none; }
  /* line 260, sass/default/utilities/tools/structure/_layout.scss */
  .hopscotch--site div.nav-menu:hover {
    z-index: 901; }
  /* line 266, sass/default/utilities/tools/structure/_layout.scss */
  .hopscotch--site .main-navigation {
    float: none; } }

/* line 7, sass/default/elements/components/_media.scss */
iframe,
embed {
  max-width: 100%; }

/* line 13, sass/default/elements/components/_media.scss */
.video-cr {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden; }
  /* line 22, sass/default/elements/components/_media.scss */
  .video-cr iframe,
  .video-cr embed,
  .video-cr object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* line 31, sass/default/elements/components/_media.scss */
.video-cr:last-child {
  margin-bottom: auto; }

/* line 35, sass/default/elements/components/_media.scss */
.video-cr-4x3 {
  padding-bottom: 75%; }

/* line 41, sass/default/elements/components/_media.scss */
iframe[src*="codepen"] {
  margin-bottom: 1rem; }

/* line 46, sass/default/elements/components/_media.scss */
svg.icon {
  margin: 0.0625rem;
  fill: #404040; }
  /* line 50, sass/default/elements/components/_media.scss */
  .modernizr-no-inlinesvg svg.icon {
    display: none; }

/* line 58, sass/default/elements/components/_media.scss */
.img-alignment-center {
  text-align: center; }

/* line 1, sass/default/elements/components/_notice.scss */
.notice-cr {
  position: relative;
  padding: .5rem .75rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  overflow: hidden; }

/* line 9, sass/default/elements/components/_notice.scss */
.notice p {
  margin-top: 0; }
  /* line 12, sass/default/elements/components/_notice.scss */
  .notice p:only-child {
    margin-bottom: 0; }

/* line 21, sass/default/elements/components/_notice.scss */
.notice-cr {
  border-width: .125rem;
  border-style: solid; }

/* line 8, sass/default/elements/components/_plug-in.scss */
.sharedaddy ul {
  list-style: none;
  margin: auto;
  padding: 0;
  margin-bottom: auto;
  padding-left: 0; }
/* line 14, sass/default/elements/components/_plug-in.scss */
.sharedaddy li {
  display: inline-block; }

/* line 19, sass/default/elements/components/_plug-in.scss */
.g-follow-wrapper {
  margin-left: 1rem; }

/* line 26, sass/default/elements/components/_plug-in.scss */
.contact-form input[type='text'], .contact-form input[type='email'], .contact-form input[type='search'], .contact-form input[type='password'], .contact-form input[type='url'], .contact-form textarea {
  width: 100% !important;
  max-width: 100% !important; }
/* line 31, sass/default/elements/components/_plug-in.scss */
.contact-form .contact-submit {
  margin-top: 1rem; }
/* line 35, sass/default/elements/components/_plug-in.scss */
.contact-form textarea {
  min-height: 4.5rem; }

/* line 43, sass/default/elements/components/_plug-in.scss */
iframe[src*="codepen.io"] {
  border-bottom: 0.0625rem solid #cccccc; }

/* line 49, sass/default/elements/components/_plug-in.scss */
.syntaxhighlighter {
  padding: 1rem;
  border-radius: 0.25rem; }

/* line 1, sass/default/elements/components/_scroll-top.scss */
.scroll-top {
  position: fixed;
  right: 0;
  bottom: 0;
  padding-right: .25rem;
  padding-bottom: .25rem;
  animation-duration: 1s;
  animation-timing-function: ease; }
  /* line 10, sass/default/elements/components/_scroll-top.scss */
  .status-scroll-top-active .scroll-top {
    animation-name: goIn;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  /* line 14, sass/default/elements/components/_scroll-top.scss */
  .status-scroll-top-inactive .scroll-top {
    animation-name: goOut;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); }

@keyframes goIn {
  /* line 22, sass/default/elements/components/_scroll-top.scss */
  from {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); }

  /* line 23, sass/default/elements/components/_scroll-top.scss */
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@keyframes goOut {
  /* line 27, sass/default/elements/components/_scroll-top.scss */
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

  /* line 28, sass/default/elements/components/_scroll-top.scss */
  to {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); } }

/* line 31, sass/default/elements/components/_scroll-top.scss */
.scroll-top-link {
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 0.25rem;
  -webkit-transition: background-color 0.125s ease;
  -moz-transition: background-color 0.125s ease;
  -ms-transition: background-color 0.125s ease;
  -o-transition: background-color 0.125s ease;
  transition: background-color 0.125s ease; }
  /* line 42, sass/default/elements/components/_scroll-top.scss */
  .scroll-top-link .icon {
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  /* line 47, sass/default/elements/components/_scroll-top.scss */
  .scroll-top-link:active {
    -webkit-transform: translate(0, 0.0625rem);
    -moz-transform: translate(0, 0.0625rem);
    -ms-transform: translate(0, 0.0625rem);
    -o-transform: translate(0, 0.0625rem);
    transform: translate(0, 0.0625rem); }

@media only screen and (min-width: 48rem) {
  /* line 3, sass/default/elements/components/_search.scss */
  .header-sidebar .widget_search {
    position: absolute;
    top: 0;
    right: 0; } }
/* line 11, sass/default/elements/components/_search.scss */
[data-state-search="active"] .header-sidebar .widget_search {
  width: 100%; }
  @media only screen and (min-width: 48rem) {
    /* line 11, sass/default/elements/components/_search.scss */
    [data-state-search="active"] .header-sidebar .widget_search {
      max-width: 27rem; } }
/* line 24, sass/default/elements/components/_search.scss */
.widget_search .sudo-input-text .search-input {
  padding-left: 1rem;
  padding-right: 0; }
/* line 41, sass/default/elements/components/_search.scss */
.secondary-sidebar .widget_search .search--field-input, .tertiary-sidebar .widget_search .search--field-input {
  float: left;
  margin-bottom: auto;
  width: 100%;
  margin-right: -5rem; }
  /* line 47, sass/default/elements/components/_search.scss */
  .secondary-sidebar .widget_search .search--field-input .field-cr, .tertiary-sidebar .widget_search .search--field-input .field-cr {
    margin-right: .5rem;
    padding-right: 5rem; }
/* line 54, sass/default/elements/components/_search.scss */
.secondary-sidebar .widget_search .search--field-action, .tertiary-sidebar .widget_search .search--field-action {
  float: right;
  width: 5rem; }
/* line 67, sass/default/elements/components/_search.scss */
.secondary-sidebar .widget_search .search--sudo-button {
  margin-top: auto; }
/* line 74, sass/default/elements/components/_search.scss */
.widget_search .search-submit {
  min-height: 3rem; }

/* line 84, sass/default/elements/components/_search.scss */
.header-sidebar .search--sudo-input-text {
  border: none; }
  /* line 87, sass/default/elements/components/_search.scss */
  html .header-sidebar .search--sudo-input-text {
    box-shadow: none; }
  /* line 95, sass/default/elements/components/_search.scss */
  .status-search-active .header-sidebar .search--sudo-input-text {
    width: 100%; }
/* line 101, sass/default/elements/components/_search.scss */
.header-sidebar .search--sudo-button {
  margin-top: auto;
  border: none;
  border-radius: 0; }
/* line 113, sass/default/elements/components/_search.scss */
.header-sidebar .search-form {
  margin-bottom: auto; }
  /* line 116, sass/default/elements/components/_search.scss */
  .status-search-active .header-sidebar .search-form {
    padding-right: 3.5rem; }
/* line 122, sass/default/elements/components/_search.scss */
.header-sidebar .search--field-input {
  margin-bottom: auto;
  height: 3.5rem; }
  /* line 126, sass/default/elements/components/_search.scss */
  .header-sidebar .search--field-input .field-cr {
    width: 100%; }
/* line 133, sass/default/elements/components/_search.scss */
.header-sidebar .search-control {
  margin-bottom: auto;
  width: 3.5rem;
  height: 3.5rem; }
  /* line 142, sass/default/elements/components/_search.scss */
  .header-sidebar .search-control .icon {
    width: 1.5rem;
    height: 1.5rem; }
  /* line 146, sass/default/elements/components/_search.scss */
  .header-sidebar .search-control:hover {
    cursor: pointer; }
/* line 156, sass/default/elements/components/_search.scss */
.header-sidebar .search-submit {
  width: 3.5rem;
  height: 3.5rem; }
  /* line 164, sass/default/elements/components/_search.scss */
  .header-sidebar .search-submit .icon {
    width: 1.5rem;
    height: 1.5rem; }
/* line 170, sass/default/elements/components/_search.scss */
.header-sidebar .search--field-action {
  position: absolute;
  top: 0;
  right: 0; }

@media only screen and (max-width: 47.9375rem) {
  /* line 180, sass/default/elements/components/_search.scss */
  [data-state-search="active"] .search {
    padding-left: 3.5rem; } }

/* line 191, sass/default/elements/components/_search.scss */
.search-form {
  margin-bottom: 0; }

/* line 205, sass/default/elements/components/_search.scss */
.tertiary-sidebar .widget_search .sudo-button {
  margin-top: 0; }
/* line 211, sass/default/elements/components/_search.scss */
.tertiary-sidebar .search-form {
  margin-bottom: 0; }

/* line 5, sass/default/elements/components/_taxonomy.scss */
.category-list a,
.tag-list a {
  text-decoration: none;
  border: none;
  text-decoration: none;
  border: none;
  display: inline-block;
  margin: .25rem;
  margin-left: -0.25rem;
  margin-right: .5rem;
  padding: .25rem .5rem;
  border-radius: 0.25rem;
  -webkit-transition: background-color 0.125s ease;
  -moz-transition: background-color 0.125s ease;
  -ms-transition: background-color 0.125s ease;
  -o-transition: background-color 0.125s ease;
  transition: background-color 0.125s ease;
  vertical-align: middle;
  line-height: normal;
  text-align: center; }
  /* line 102, sass/default/utilities/tools/visual/_linkstyle.scss */
  .category-list a:active,
  .tag-list a:active {
    transform: translateY(1px); }

/* line 24, sass/default/elements/components/_taxonomy.scss */
.tag-list a {
  font-size: 12.8px;
  font-size: 0.8rem; }
/* line 28, sass/default/elements/components/_taxonomy.scss */
.tag-list .label {
  margin-right: .5rem; }

/* line 17, sass/default/elements/components/_widget.scss */
.secondary-sidebar-container {
  margin-top: 2rem; }
  /* line 6, sass/default/utilities/tools/structure/_media-query.scss */
  .lt-ie9 .secondary-sidebar-container {
    margin-top: auto; }
  @media only screen and (min-width: 48rem) {
    /* line 17, sass/default/elements/components/_widget.scss */
    .secondary-sidebar-container {
      margin-top: auto; } }

/* line 27, sass/default/elements/components/_widget.scss */
.tertiary-sidebar {
  margin-bottom: 2rem; }
  /* line 30, sass/default/elements/components/_widget.scss */
  .tertiary-sidebar .menu {
    list-style: none;
    margin: auto;
    padding: 0; }
    /* line 34, sass/default/elements/components/_widget.scss */
    .tertiary-sidebar .menu li {
      margin-bottom: auto;
      display: inline-block; }
    /* line 39, sass/default/elements/components/_widget.scss */
    .tertiary-sidebar .menu a {
      display: inline-block;
      padding: .75rem; }
  /* line 46, sass/default/elements/components/_widget.scss */
  .tertiary-sidebar .sub-menu {
    display: inline;
    list-style: none;
    margin: auto;
    padding: 0; }

/* line 56, sass/default/elements/components/_widget.scss */
.secondary-sidebar .widget,
.tertiary-sidebar .widget {
  padding: 2rem 1rem; }
  /* line 59, sass/default/elements/components/_widget.scss */
  .secondary-sidebar .widget:first-child,
  .tertiary-sidebar .widget:first-child {
    margin-top: 1rem; }
  /* line 63, sass/default/elements/components/_widget.scss */
  .secondary-sidebar .widget:last-child,
  .tertiary-sidebar .widget:last-child {
    margin-bottom: auto; }
  /* line 67, sass/default/elements/components/_widget.scss */
  .secondary-sidebar .widget .post-date,
  .tertiary-sidebar .widget .post-date {
    margin-left: .5rem;
    font-size: 12.8px;
    font-size: 0.8rem;
    color: #a6a6a6; }

/* line 77, sass/default/elements/components/_widget.scss */
.widget-title {
  margin-top: .75rem;
  margin-bottom: 2rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: normal; }

/* line 86, sass/default/elements/components/_widget.scss */
.widget_calendar table {
  margin-bottom: 0; }
/* line 90, sass/default/elements/components/_widget.scss */
.widget_calendar th, .widget_calendar td {
  padding: .5rem; }
/* line 94, sass/default/elements/components/_widget.scss */
.widget_calendar #next {
  text-align: right; }

/* line 12, sass/default/elements/components/_ui.scss */
[data-form-ui-type="input-label"] .field-cr {
  position: relative;
  padding-left: 1.5rem; }
  /* line 16, sass/default/elements/components/_ui.scss */
  [data-form-ui-type="input-label"] .field-cr label {
    margin-bottom: 0; }
  /* line 21, sass/default/elements/components/_ui.scss */
  [data-form-ui-type="input-label"] .field-cr input[type="checkbox"],
  [data-form-ui-type="input-label"] .field-cr input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0; }

/* line 35, sass/default/elements/components/_ui.scss */
.ui-type__main-nav--folding-blocks .main-nav-ct-cr ul {
  margin-left: 0; }

/* line 39, sass/default/elements/components/_ui.scss */
.ui-type__main-nav--folding-blocks .nav-item {
  display: inline-block;
  vertical-align: top; }
  /* line 43, sass/default/elements/components/_ui.scss */
  .ui-type__main-nav--folding-blocks .nav-item a {
    display: block;
    white-space: nowrap;
    padding: 1rem; }

/* line 51, sass/default/elements/components/_ui.scss */
.ui-type__main-nav--folding-blocks .sub-nav {
  display: block; }

/* line 55, sass/default/elements/components/_ui.scss */
.ui-type__main-nav--folding-blocks .sub-nav .nav-item {
  display: block; }

/* line 63, sass/default/elements/components/_ui.scss */
.ui-state__sub-nav--inactive .sub-nav {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* line 72, sass/default/elements/components/_ui.scss */
.nav-item-head.ui-state__sub-nav--active > .sub-nav, .nav-item-head:hover > .sub-nav {
  clip: auto;
  height: auto;
  margin: auto;
  overflow: visible;
  padding: 0;
  position: static;
  width: auto;
  margin-right: inherit; }

/* line 82, sass/default/elements/components/_ui.scss */
.ui-type__main-nav--folding-blocks .nav-item-head {
  position: relative; }
  /* line 87, sass/default/elements/components/_ui.scss */
  .ui-type__main-nav--folding-blocks .nav-item-head:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.125rem;
    margin-right: .75rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.325rem;
    border-bottom-width: 0;
    border-color: rgba(128, 128, 128, 0.5);
    border-color: transparent;
    border-top-color: rgba(128, 128, 128, 0.5); }
  /* line 98, sass/default/elements/components/_ui.scss */
  .ui-type__main-nav--folding-blocks .nav-item-head > a {
    padding-right: 2rem; }
  /* line 105, sass/default/elements/components/_ui.scss */
  .ui-type__main-nav--folding-blocks .nav-item-head.ui-state__sub-nav--active > .sub-nav, .ui-type__main-nav--folding-blocks .nav-item-head:hover > .sub-nav {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -0.5rem;
    margin-left: .5rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.25); }

/* line 125, sass/default/elements/components/_ui.scss */
.ui-type__table--versus thead th {
  text-align: center; }
/* line 129, sass/default/elements/components/_ui.scss */
.ui-type__table--versus .result {
  text-align: center; }
  /* line 136, sass/default/elements/components/_ui.scss */
  .ui-type__table--versus .result:after {
    content: '●';
    font-size: 20px;
    font-size: 1.25rem; }
/* line 145, sass/default/elements/components/_ui.scss */
.ui-type__table--versus .win:after {
  color: #12b32d; }
/* line 153, sass/default/elements/components/_ui.scss */
.ui-type__table--versus .lose:after {
  color: #e53a2e; }

/* line 164, sass/default/elements/components/_ui.scss */
.ui-tablist {
  list-style: none;
  margin: auto;
  padding: 0;
  margin-left: 0;
  margin-bottom: 0;
  white-space: nowrap; }

/* line 172, sass/default/elements/components/_ui.scss */
.ui-tablist-item {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: bottom; }
  /* line 177, sass/default/elements/components/_ui.scss */
  .ui-tablist-item a {
    display: block;
    margin-right: -1px;
    padding: .75rem;
    min-width: 8rem;
    border-width: 0.0625rem;
    border-style: solid;
    border-bottom: none;
    white-space: nowrap;
    text-align: center; }
    /* line 188, sass/default/elements/components/_ui.scss */
    .ui-tablist-item a[aria-selected="true"] {
      position: relative;
      top: 1px;
      margin-left: -1px; }
    /* line 195, sass/default/elements/components/_ui.scss */
    .ui-tablist-item a[aria-selected="false"] {
      margin-top: .5rem;
      padding-top: .5rem;
      padding-bottom: .5rem; }
  /* line 205, sass/default/elements/components/_ui.scss */
  .ui-tablist-item:first-child [aria-selected="true"] {
    margin-left: auto; }
  /* line 213, sass/default/elements/components/_ui.scss */
  .ui-tablist-item:last-child [aria-selected="true"] {
    margin-right: auto; }

/* line 221, sass/default/elements/components/_ui.scss */
[aria-hidden="true"] {
  display: none; }

/* line 225, sass/default/elements/components/_ui.scss */
[aria-hidden="false"] {
  display: block; }

/* line 229, sass/default/elements/components/_ui.scss */
.ui-tabpanel {
  padding: 1rem;
  border-width: 0.0625rem;
  border-style: solid; }

/* line 7, sass/default/elements/components/_data-uri.scss */
.breadcrumb-item:after,
.entry-navigation-list .action-item a:after {
  background-image: url("../img/more.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }

/* line 27, sass/default/elements/components/_data-uri.scss */
div.nav-menu > ul > .page_item_has_children.status-sub-nav-inactive:after,
div.nav-menu > ul > .menu-item-has-children.status-sub-nav-inactive:after,
div.nav-menu > ul > .page_item_has_children.status-sub-nav-inactive:hover:after,
div.nav-menu > ul > .menu-item-has-children.status-sub-nav-inactive:hover:after,
div.nav-menu .page_item_has_children:after,
div.nav-menu .menu-item-has-children:after,
.entry-navigation-list .action-item a:hover:after {
  background-image: url("../img/more-light.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }
