@charset "UTF-8";
/*
 * Base Partial
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  /* Change the default font family in all browsers (opinionated). */
  font-family: Georgia, serif;
  font-size: 100%;
  line-height: 1.5em; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.75em 0;
}

h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin: 1em 0;
}

h3 {
  font-size: 1.17em;
  line-height: 1.2820512821em;
  margin: 1.2820512821em 0;
}

h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin: 1.5em 0;
}

h5 {
  font-size: 0.83em;
  line-height: 1.8072289157em;
  margin: 1.8072289157em 0;
}

h6 {
  font-size: 0.67em;
  line-height: 2.2388059701em;
  margin: 2.2388059701em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
blockquote {
  margin: 1.5em 2em;
}

dl,
ol,
ul {
  margin: 1.5em 0;
}

/**
 * Turn off margins on nested lists.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

dd {
  margin: 0 0 0 2em;
}

ol,
ul {
  padding: 0 0 0 2em;
}

/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1.5em 2em;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
p,
pre {
  margin: 1.5em 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: Georgia, serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.5em; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
  /*
   * 1. Set 1 unit of vertical rhythm on the top and bottom margin.
   * 2. Set consistent space for the list style image.
   */
  margin: 1.5em 0;
  /* 1 */
  padding: 0 0 0 2em; /* 2 */
  /**
   * Turn off margins on nested lists.
   */
}
menu menu, ol menu, ul menu {
  margin: 0;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body, button, input, select, textarea {
  color: #222;
}

a {
  color: #36A3CD;
}

a:visited {
  color: #36A3CD;
}

a:focus {
  color: #36A3CD;
  outline: thin dotted;
}

a:hover, a:active {
  color: #DB4734;
  outline: 0;
}

a:active, input.button:active {
  outline: 0;
  position: relative;
  top: 1px;
}

a.button,
a.button:visited,
button.button,
input[type=submit].button {
  display: inline-block;
  background: #36A3CD;
  color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: none;
  font: normal normal 0.875em/1.7142857143 "museo-sans", verdana, "lucida grande", helvetica, arial, sans-serif;
  text-transform: capitalize;
  padding: 4px 8px;
  cursor: pointer;
  text-decoration: none;
  width: auto;
  min-width: 16px;
  overflow: visible;
}

/* included here for ease of editing*/
#page-nav span {
  display: inline-block;
  text-transform: uppercase;
  font: normal normal 0.875em/1.7142857143 "museo-sans", verdana, "lucida grande", helvetica, arial, sans-serif;
  font-weight: bold;
  padding: 5px 8px 3px;
  min-width: 16px;
}

img {
  max-width: 100%;
  height: auto !important;
}

#wpadminbar #wp-admin-bar-my-account.with-avatar > a img.avatar-26 {
  width: 26px;
}

hr {
  display: block;
  clear: both;
  margin: 1em 0;
  padding: 0;
  border: none;
  border-top: 1px solid #999;
}

ins:not(.ad) {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

td {
  vertical-align: top;
}

.on-fire {
  text-shadow: 0 0 4px white, 0 -5px 4px #FF3, 2px -10px 6px #FD3, -2px -15px 11px #F80, 2px -25px 18px #F20;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #222;
  display: block;
  font-size: 1em;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.container, .container--narrow {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 10px;
}
.container:before, .container--narrow:before, .container:after, .container--narrow:after {
  content: " ";
  display: table;
}
.container:after, .container--narrow:after {
  clear: both;
}
@media only screen and (min-width : 1024px) {
  .container, .container--narrow {
    padding: 0;
  }
}
.container--narrow {
  max-width: 768px;
}
@media only screen and (min-width : 480px) {
  .container--narrow {
    padding: 0 32px;
  }
}
@media only screen and (min-width : 768px) {
  .container--narrow {
    padding: 0 48px;
  }
}
@media only screen and (min-width : 1024px) {
  .container--narrow {
    padding: 0;
  }
}

@media only screen and (min-width : 1024px) {
  [class*=col-] {
    float: left;
  }
  [class*=col-]:before, [class*=col-]:after {
    conent: " ";
    display: table;
  }
  [class*=col-]:after {
    clear: both;
  }
  .col-primary {
    width: 66.66%;
    margin-left: 0;
    margin-right: -66.66%;
    padding-right: 0.5em;
  }
  .col-secondary {
    width: 33.33%;
    margin-left: 66.66%;
    margin-right: -100%;
    padding-left: 0.5em;
  }
  .col-entry-primary {
    width: calc(100% - 300px);
    margin-top: 1.5em;
    margin-left: 0;
    margin-right: calc(300px - 100%);
    padding-right: 60px;
  }
  .col-entry-secondary {
    width: 300px;
    margin-top: 1.5em;
    margin-left: calc(100% - 300px);
    margin-right: -100%;
    padding: 0;
  }
}
@media only screen and (min-width : 1024px) and (min-width : 768px) {
  .col-1-3 {
    width: 50%;
  }
  .col-1-3:nth-child(2n+1) {
    clear: left;
    padding-right: 0.5em;
  }
  .col-1-3:nth-child(2n) {
    padding-left: 0.5em;
  }
}
@media only screen and (min-width : 1024px) and (min-width : 1024px) {
  .col-1-3 {
    width: 33.33%;
  }
  .col-1-3:nth-child(2n+1) {
    clear: none;
    padding-right: 0;
  }
  .col-1-3:nth-child(2n) {
    padding-left: 0;
  }
  .col-1-3:nth-child(3n+1) {
    clear: left;
    padding-right: 0.66em;
  }
  .col-1-3:nth-child(3n+3) {
    clear: none;
    padding-right: 0.33em;
    padding-left: 0.33em;
  }
  .col-1-3:nth-child(3n) {
    padding-left: 0.66em;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "franklin-gothic-ext-comp-urw", impact, sans-serif;
  font-weight: normal;
}
.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6 {
  visibility: hidden;
}

h1 {
  font-size: 3em; /* 16px * 3 = 48px */
  line-height: 1em; /* 48 is a multiple of 24. So there. */
  margin-bottom: 0.167em; /* 8px */
}

h2,
h3.widget-title,
.widget__title,
.comments-headline,
#social-nav li div h3,
.related_post_title {
  font-size: 2em; /* 32px */
  line-height: 1.25em;
  margin-bottom: 0.25em;
}

.widget__title {
  margin: 0;
}

h3, h4, h5, h6 {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 0;
}

.genericon {
  font-size: 1em;
  line-height: inherit;
  vertical-align: baseline;
}

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

label {
  cursor: pointer;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

table button, table input {
  *overflow: auto;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

.social-buttons__items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-buttons__items--centered {
  text-align: center;
}
.social-buttons__item {
  display: inline-block;
  margin: 0 0.5em 0 0;
}
.social-buttons__link {
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
  white-space: nowrap;
  color: white;
  background-color: black;
  border-radius: 24px;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
}
.social-buttons__link:hover, .social-buttons__link:active, .social-buttons__link:visited {
  color: white;
}
.social-buttons__link:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  font-family: Genericons;
  -webkit-font-smoothing: antialiased;
  text-decoration: inherit;
}
.social-buttons__link[href*=facebook] {
  background-color: #3b5998;
}
.social-buttons__link[href*=facebook]:before {
  content: "\f204";
}
.social-buttons__link[href*=twitter] {
  background-color: #00aced;
}
.social-buttons__link[href*=twitter]:before {
  content: "\f202";
}
.social-buttons__link[href*=youtube] {
  background-color: #cd201f;
}
.social-buttons__link[href*=youtube]:before {
  content: "\f213";
}
.social-buttons__link[href*=google] {
  background-color: #dd4b39;
}
.social-buttons__link[href*=google]:before {
  content: "\f218";
}
.social-buttons__link[href*=reddit] {
  background-color: #336699;
}
.social-buttons__link[href*=reddit]:before {
  content: "\f222";
}
.social-buttons__link[href*=stumbleupon] {
  background-color: #b32c0d;
}
.social-buttons__link[href*=stumbleupon]:before {
  content: "\f223";
}
.social-buttons__link[href*=tumblr] {
  background-color: #32506d;
}
.social-buttons__link[href*=tumblr]:before {
  content: "\f214";
}
.social-buttons__link[href*=feeds] {
  background-color: #f26522;
}
.social-buttons__link[href*=feeds]:before {
  content: "\f413";
}
.social-buttons__link[href*=itunes] {
  background-color: #36A3CD;
}
.social-buttons__link[href*=itunes]:before {
  content: "\f109";
}
.social-buttons__text {
  visibility: hidden;
}

.image-share-wrapper {
  position: relative;
}
.image-share-wrapper img {
  display: block;
}
.image-share-wrapper .social-buttons__items {
  position: absolute;
  top: 1em;
  right: 0;
}
.image-share-wrapper .social-buttons__link:hover {
  -webkit-box-shadow: 0 0 6px white;
  -moz-box-shadow: 0 0 6px white;
  box-shadow: 0 0 6px white;
}

/* =============================================================================
   related posts
   ========================================================================== */
.related-posts-nav {
  overflow: hidden;
  *zoom: 1;
}

.related-post {
  float: left;
  width: 50%;
  margin-bottom: 1em;
}
.related-post:nth-child(2n) {
  padding-left: 5px;
}
.related-post:nth-child(2n+1) {
  padding-right: 5px;
  clear: left;
}
@media only screen and (min-width : 480px) {
  .related-post:nth-child(2n) {
    padding-left: 16px;
  }
  .related-post:nth-child(2n+1) {
    padding-right: 16px;
  }
}
@media only screen and (min-width : 768px) {
  .related-post {
    width: 33.3%;
  }
  .related-post:nth-child(2n) {
    padding-left: 0;
  }
  .related-post:nth-child(2n+1) {
    padding-right: 0;
    clear: none;
  }
  .related-post:nth-child(3n+1) {
    padding-right: 0.666em;
    clear: left;
  }
  .related-post:nth-child(3n+2) {
    padding-right: 0.333em;
    padding-left: 0.333em;
  }
  .related-post:nth-child(3n) {
    padding-left: 0.666em;
  }
}
.related-post__media {
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 0;
  background-color: black;
  padding-bottom: 56.25%;
  margin-bottom: 0.5em;
}
.related-post__image {
  display: block;
  height: 100% !important;
  max-width: none;
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.related-post__link {
  font: normal normal 0.875em/1.7142857143 "museo-sans", verdana, "lucida grande", helvetica, arial, sans-serif;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
}
.related-post__link:hover {
  text-decoration: underline;
}

.nav-links {
  text-align: center;
}

.page-numbers {
  display: inline-block;
  padding: 0.25em 0.5em;
  min-width: 2em;
  text-decoration: none;
  border: 1px solid black;
  background: #36A3CD;
  color: white;
  font-weight: bold;
}
.page-numbers:visited {
  color: white;
}
.page-numbers:not(a) {
  border: none;
  background: transparent none;
  color: #222;
}
.page-numbers.dots {
  display: block;
}
@media only screen and (min-width : 768px) {
  .page-numbers.dots {
    display: inline-block;
  }
}

.leaderboard--top {
  background-color: #222;
  text-align: center;
  overflow: hidden;
}
@media only screen and (min-width : 1024px) {
  .leaderboard--top .ad {
    margin: 0.5em 0;
  }
}

.site-header {
  background-color: #36A3CD;
  color: white;
}

.site-name {
  font-size: 3em;
  line-height: 1;
  margin: 0;
  width: auto;
}
@media only screen and (min-width : 768px) {
  .site-name {
    font-size: 4em;
    line-height: 1.125;
  }
}
.site-name__wrapper {
  margin: 1em 0;
}
@media only screen and (min-width : 768px) {
  .site-name__wrapper {
    float: left;
  }
}
.site-name__link, .site-name__link:visited {
  background: transparent url("../../images/otis-header.png") no-repeat scroll left top;
  background-size: 90px;
  padding-left: 96px;
  color: white;
  text-decoration: none;
}
@media only screen and (min-width : 768px) {
  .site-name__link, .site-name__link:visited {
    padding-left: 120px;
    background-size: auto;
    background-position-y: 8px;
  }
}

.search-form-wrapper {
  display: none;
}
.search-form-wrapper.visible {
  display: block;
}
@media only screen and (min-width : 768px) {
  .search-form-wrapper {
    display: block;
    width: 300px;
    float: right;
    margin-top: 2.5em;
  }
}

.nav-main {
  background-color: #36A3CD;
  position: relative;
}
.nav-main.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.5s false;
  -moz-transition: -moz-transform 0.5s false false;
  -o-transition: -o-transform 0.5s false false;
  transition: transform 0.5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.scroll-up .nav-main.sticky {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width : 768px) {
  .nav-main.sticky {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.nav-main__branding {
  display: none;
  float: left;
  overflow: hidden;
  width: 0;
}
.nav-main__branding-link {
  display: block;
  height: 0;
  width: 0;
  overflow: hidden;
  padding: 16px;
  background: transparent url("../../images/otis-avatar-32.png");
  text-indent: 32px;
}
.nav-main__toggle, .nav-main__toggle--search, .nav-main__toggle--menu {
  display: block;
  color: white;
  width: 32px;
  height: 32px;
  padding: 0;
  background: transparent none;
  border: none;
  white-space: nowrap;
  overflow: hidden;
}
.nav-main__toggle:focus, .nav-main__toggle--search:focus, .nav-main__toggle--menu:focus {
  outline: none;
}
.nav-main__toggle .genericon, .nav-main__toggle--search .genericon, .nav-main__toggle--menu .genericon {
  width: 32px;
  display: inline-block;
  vertical-align: bottom;
}
.nav-main__toggle--menu {
  float: left;
}
.nav-main__toggle--search {
  float: right;
  -webkit-transition: width 0.5s false;
  -moz-transition: width 0.5s false false;
  -o-transition: width 0.5s false false;
  transition: width 0.5s;
}
.sticky .nav-main__toggle--search {
  width: 0;
}
@media only screen and (min-width : 768px) {
  .nav-main__toggle, .nav-main__toggle--search, .nav-main__toggle--menu {
    display: none;
  }
}

.nav-main .menu,
.account-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-main .menu li,
.account-links li {
  position: relative;
}
@media only screen and (min-width : 768px) {
  .nav-main .menu li,
.account-links li {
    height: 32px;
  }
}
.nav-main .menu li > a,
.account-links li > a {
  display: block;
  text-decoration: none;
  text-transform: capitalize;
  font: normal normal 0.875em/1.7142857143 "museo-sans", verdana, "lucida grande", helvetica, arial, sans-serif;
  font-weight: bold;
  color: white;
  padding: 6px 12px 2px;
  margin: 0;
}
.nav-main .menu li > a:hover, .nav-main .menu li > a.on,
.account-links li > a:hover,
.account-links li > a.on {
  color: #DB4734;
}
.nav-main .menu .sub-menu,
.account-links .sub-menu {
  background: #36A3CD;
  display: none;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width : 768px) {
  .nav-main .menu .sub-menu,
.account-links .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 240px;
    list-style: none;
  }
}
.nav-main .menu .sub-menu li,
.account-links .sub-menu li {
  float: none;
  height: auto;
}
.nav-main .menu .sub-menu .sub-menu,
.account-links .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
.nav-main .menu li:hover > ul,
.account-links li:hover > ul {
  display: block;
  z-index: 9999;
}

.nav-main .menu {
  display: none;
  clear: both;
}
.nav-main .menu.visible {
  display: block;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  background-color: #36A3CD;
  margin-left: -10px;
}
@media only screen and (min-width : 768px) {
  .nav-main .menu {
    display: block;
    clear: none;
  }
  .nav-main .menu li {
    float: left;
  }
}

@media only screen and (min-width : 768px) {
  #menu-home a {
    width: 0;
    height: 32px;
    padding: 0;
    overflow: hidden;
    text-indent: 32px;
    background: transparent url("../../images/otis-avatar-32.png") scroll no-repeat left top;
    -webkit-transition: width 0.5s false;
    -moz-transition: width 0.5s false false;
    -o-transition: width 0.5s false false;
    transition: width 0.5s;
  }
  .sticky #menu-home a {
    width: 32px;
  }
}

.account-links {
  float: right;
}
.account-links li {
  float: left;
}
.account-links .avatar {
  display: inline-block;
  vertical-align: text-top;
}
.account-links__cart {
  position: relative;
  padding-right: 0.25em;
}
.account-links__cart-badge {
  display: block;
  position: absolute;
  top: 0;
  right: -4px;
  font-size: 0.8;
  line-height: 1;
  padding: 0.225em;
  height: 1.25em;
  width: 1.25em;
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  -ms-border-radius: 0.75em;
  -o-border-radius: 0.75em;
  border-radius: 0.75em;
  background-color: #DB4734;
  text-align: center;
}
.account-links__cart:hover .account-links__cart-badge {
  color: white;
}

/* =============================================================================
   Footer
   ========================================================================== */
.site-footer {
  background-color: #BEC8C5;
  overflow: hidden;
  padding: 1em 0;
  font: normal normal 0.875em/1.7142857143 "museo-sans", verdana, "lucida grande", helvetica, arial, sans-serif;
}

.widget--footer {
  padding: 0 0.75em;
}
@media only screen and (min-width : 768px) {
  .widget--footer {
    float: left;
    width: 50%;
    margin-right: -100%;
  }
  .widget--footer:nth-of-type(2n+1) {
    clear: left;
  }
  .widget--footer:nth-of-type(2n) {
    margin-left: 50%;
  }
}
@media only screen and (min-width : 1024px) {
  .widget--footer {
    width: 240px;
    margin-right: -100%;
  }
  .widget--footer:nth-of-type(2n+1) {
    clear: none;
  }
  .widget--footer:nth-of-type(2n) {
    margin-left: 0;
  }
  .widget--footer:nth-of-type(4n+1) {
    clear: left;
  }
  .widget--footer:nth-of-type(4n+2) {
    margin-left: 240px;
  }
  .widget--footer:nth-of-type(4n+3) {
    margin-left: 480px;
  }
  .widget--footer:nth-of-type(4n) {
    margin-left: 720px;
    width: 300px;
    padding-left: 4px;
  }
}

/* =============================================================================
   Homepage
   ========================================================================== */
.homepage-section {
  margin-top: 1em;
}

@media only screen and (min-width : 768px) {
  .homepage-featured {
    display: grid;
    grid-template-columns: repeat(2, minmax(10px, 1fr));
    column-gap: 1em;
  }
}

@media only screen and (min-width : 768px) {
  .entry-promo--main-featured {
    grid-column-end: span 2;
  }
  .entry-promo--main-featured .entry-promo__title--main-featured {
    font-size: 3.25em;
  }
}
@media only screen and (min-width : 768px) {
  .homepage-supplementary {
    display: grid;
    column-gap: 1em;
    grid-template-columns: repeat(2, minmax(10px, 1fr));
  }
}
@media only screen and (min-width : 1024px) {
  .homepage-supplementary {
    grid-template-columns: 1fr;
  }
}

.slider-promos {
  margin: 0 auto 2em;
  max-width: 400px;
  padding: 0 32px;
}
@media only screen and (min-width : 768px) {
  .slider-promos {
    max-width: none;
    padding: 0 40px;
  }
  .slider-promos:before, .slider-promos:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 6em;
    background: green;
    z-index: 1;
  }
  .slider-promos:before {
    left: 40px;
    background: -owg-linear-gradient(to right, white, rgba(255, 255, 255, 0));
    background: -webkit-linear-gradient(to right, white, rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(to right, white, rgba(255, 255, 255, 0));
    background: -o-linear-gradient(to right, white, rgba(255, 255, 255, 0));
    -pie-background: -pie-linear-gradient(to right, white, rgba(255, 255, 255, 0));
    background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
  }
  .slider-promos:after {
    right: 40px;
    background: -owg-linear-gradient(to left, white, rgba(255, 255, 255, 0));
    background: -webkit-linear-gradient(to left, white, rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(to left, white, rgba(255, 255, 255, 0));
    background: -o-linear-gradient(to left, white, rgba(255, 255, 255, 0));
    -pie-background: -pie-linear-gradient(to left, white, rgba(255, 255, 255, 0));
    background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
  }
}
.slider-promos .flickity-prev-next-button {
  background: transparent none;
}
.slider-promos .flickity-prev-next-button.previous {
  left: 0;
}
.slider-promos .flickity-prev-next-button.next {
  right: 0;
}
.slider-promos .flickity-page-dots {
  left: 0;
}

.slider-promo {
  list-style: none;
  width: 100%;
  padding: 0 0.357em;
  position: relative;
}
@media only screen and (min-width : 768px) {
  .slider-promo {
    width: 40%;
    padding: 0;
    margin-right: 1em;
  }
}

.comment-promos {
  font: normal normal 0.875em/1.7142857143 "museo-sans", verdana, "lucida grande", helvetica, arial, sans-serif;
}

.comment-promo__comment-header {
  overflow: hidden;
  padding: 1em;
  background-color: #BEC8C5;
}
.comment-promo__comment-header.byoverthinker {
  background-color: #EEF;
}
.comment-promo__comment-text {
  overflow: hidden;
  background-color: #eee;
  padding: 0 1em;
}
.comment-promo .avatar {
  float: left;
  margin-right: 1em;
}
.comment-promo .url {
  font-weight: bold;
}
.comment-promo__reply-link {
  text-decoration: none;
}
.comment-promo__text--full {
  display: none;
}

@media only screen and (min-width : 768px) {
  .category-promos {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 1.5em;
  }
  .category-promo {
    width: calc(50% - 1.5em);
  }
}
@media only screen and (min-width : 1024px) {
  .category-promo {
    width: calc(33.33% - 2em);
  }
}
.category-promo-headline {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.category-promo-headline__name {
  marign-bottom: 0;
}
.category-promo-headline__link {
  text-decoration: none;
}
.category-promo-article {
  border-bottom: 1px dotted #BEC8C5;
}
.category-promo-article__link {
  color: #222;
  text-decoration: none;
}
.category-promo-article__figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  height: 0;
  padding-bottom: 56.25%;
  background-color: black;
}
.category-promo-article__image {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.category-promo-article__headline {
  font: normal normal 0.875em/1.7142857143 "museo-sans", verdana, "lucida grande", helvetica, arial, sans-serif;
  line-height: 1.45;
  margin: 0;
  padding: 1.25em 0.25em;
}

@media only screen and (min-width : 768px) {
  .posts-comments-promo {
    float: left;
    width: 50%;
    padding: 0 0.5em;
  }
}
@media only screen and (min-width : 1024px) {
  .posts-comments-promo {
    width: 33.3%;
  }
}
.posts-comments-promo__post-title {
  font-size: 2em;
}
.posts-comments-promo__comments {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}
.posts-comments-promo__comment {
  font: normal normal 0.875em/1.7142857143 "museo-sans", verdana, "lucida grande", helvetica, arial, sans-serif;
}
.posts-comments-promo__comment-content {
  background-color: #BEC8C5;
  padding: 0.25em 0.5em;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  -o-border-radius: 0.25em;
  border-radius: 0.25em;
  position: relative;
  margin-bottom: 0.5em;
}
.posts-comments-promo__comment-content:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 2em;
  width: 0;
  height: 0;
  border: 0.5em solid #BEC8C5;
  border-bottom-color: white;
  border-left-color: white;
}
.posts-comments-promo__comment-meta {
  margin-top: 0.5em;
  padding-left: 3.5em;
}
.posts-comments-promo__comment-image {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: auto;
  border-radius: 24px;
}
.posts-comments-promo__comment-author {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

/* =============================================================================
   Posts
   ========================================================================== */
.entry-header {
  margin-top: 1.5em;
}
.entry-header__wrapper {
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width : 768px) {
  .category-featured .entry-header {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 1.5em;
    padding-top: 3em;
    color: white;
    text-shadow: 1px 1px 4px black;
    background: -owg-linear-gradient(to top, black, rgba(0, 0, 0, 0));
    background: -webkit-linear-gradient(to top, black, rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(to top, black, rgba(0, 0, 0, 0));
    background: -o-linear-gradient(to top, black, rgba(0, 0, 0, 0));
    -pie-background: -pie-linear-gradient(to top, black, rgba(0, 0, 0, 0));
    background: linear-gradient(to top, black, rgba(0, 0, 0, 0));
  }
  .category-featured .entry-header a {
    color: white;
  }
}

.entry-banner {
  margin: 0;
  width: 100%;
}
.entry-banner__image {
  width: 100%;
  height: auto;
}

.entry-title {
  margin: 0 0 0.25em;
}

.entry-deck {
  margin: 0 0 0.5em;
  font: normal normal 1.4em/1.3 georgia, serif;
}

.entry-meta {
  font-style: italic;
}

@media only screen and (min-width : 768px) {
  .entry-body,
.entry-comments,
.comments-form,
.entry-supplementary {
    font-size: 1.25em;
    line-height: 1.5;
  }
}

.entry-comments .comments-form {
  font-size: 1em;
  line-height: 1.5;
}

.entry-body {
  position: relative;
  overflow: hidden;
}
.entry-body--truncated:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 64px;
  background: -owg-linear-gradient(to top, white, white 25%, rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(to top, white, white 25%, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(to top, white, white 25%, rgba(255, 255, 255, 0));
  background: -o-linear-gradient(to top, white, white 25%, rgba(255, 255, 255, 0));
  -pie-background: -pie-linear-gradient(to top, white, white 25%, rgba(255, 255, 255, 0));
  background: linear-gradient(to top, white, white 25%, rgba(255, 255, 255, 0));
}
.entry-body__expand {
  text-align: center;
  margin-bottom: 1.5em;
}
.entry-body blockquote {
  position: relative;
  margin-left: 2em;
  padding-left: 2em;
  background: transparent url("../../images/blockquote-bg.png") no-repeat scroll top left;
  padding-right: 1em;
  margin-right: 3em;
}
.entry-body blockquote:after {
  content: " ";
  display: block;
  width: 17px;
  height: 17px;
  background: transparent url("../../images/blockquote-end-bg.png") no-repeat scroll top left;
  position: absolute;
  bottom: 8px;
  left: 100%;
}
.entry-body .twitter-tweet-rendered blockquote {
  margin: 0;
  padding: 0;
  background: transparent none;
}
.entry-body .twitter-tweet-rendered blockquote:after {
  content: "";
  width: 0;
  height: 0;
  background: transparent none;
}
@media only screen and (min-width : 768px) {
  .entry-body {
    overflow: initial;
  }
}
@media only screen and (min-width : 1024px) {
  .entry-body p:first-child,
.entry-body blockquote:first-child {
    margin-top: 0;
  }
}

/* =============================================================================
   WordPress generated classes
   ========================================================================== */
.aligncenter,
.alignleft,
.alignright {
  display: block;
  margin: 0 auto;
}

.size-thumbnail.alignleft {
  margin: 0 1em 1em 0;
  float: left;
  clear: left;
}
.size-thumbnail.alignright {
  margin: 0 0 1em 1em;
  float: right;
  clear: right;
}

@media only screen and (min-width : 768px) {
  .alignleft,
.alignleft.size-thumbnail {
    margin: 0 1em 1em 0;
    float: left;
    clear: left;
  }
  .alignright,
.alignright.size-thumbnail {
    margin: 0 0 1em 1em;
    float: right;
    clear: right;
  }
}
.wp-caption {
  max-width: 100%;
  text-align: center;
  margin-bottom: 0.5em;
}
.wp-caption-text {
  margin: 0;
  font: normal normal 0.875em/1.7142857143 "museo-sans", verdana, "lucida grande", helvetica, arial, sans-serif;
  font-size: 0.75em;
  line-height: 1.5;
  font-style: italic;
}

.responsive-wrapper {
  position: relative;
  width: 100%;
  height: 0;
}
.responsive-wrapper__child {
  position: absolute;
  width: 100%;
  height: 100%;
}

.social-buttons--entry {
  position: fixed;
  bottom: 0px;
  width: 100%;
  text-align: center;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s false;
  -moz-transition: -moz-transform 0.5s false false;
  -o-transition: -o-transform 0.5s false false;
  transition: transform 0.5s;
  -webkit-transform: translateY(150%);
  -moz-transform: translateY(150%);
  -ms-transform: translateY(150%);
  -o-transform: translateY(150%);
  transform: translateY(150%);
}
.social-buttons--entry.sticky {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width : 768px) {
  .social-buttons--entry {
    margin-top: 1.5em;
    position: relative;
    bottom: auto;
    text-align: left;
  }
  .social-buttons--entry, .social-buttons--entry.sticky {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@media only screen and (min-width: 1184px) {
  .social-buttons--entry {
    margin: 0;
  }
  .social-buttons--entry .social-buttons__items {
    position: absolute;
    top: 0;
    right: 100%;
    width: 48px;
    margin-top: 80px;
    margin-right: 32px;
  }
  .social-buttons--entry .social-buttons__items.sticky {
    position: fixed;
    right: calc(50% + 512px);
  }
  .social-buttons--entry .social-buttons__item {
    margin: 0 0 1em;
  }
}

.entry-footer:after {
  content: " ";
  display: table;
  clear: both;
}

.author {
  margin-top: 0;
}

/* =============================================================================
   widgets
   ========================================================================== */
.entry-supplementary--above {
  margin-top: 1.5em;
}
@media only screen and (min-width : 768px) {
  .entry-supplementary--above {
    margin-top: 1.2em;
  }
}
@media only screen and (min-width : 1024px) {
  .entry-supplementary--above {
    margin-top: 0;
  }
}

.widget--entry-supplementary {
  margin: 0 0 1em;
}
.widget--entry-supplementary__title {
  margin: 0;
}
.sidebar-ad:not(:empty) + .widget--sidebar.widget-first {
  margin-top: 1.5em;
}

.sidebar-ad {
  text-align: center;
}

/* =============================================================================
   Post comments
   ========================================================================== */
.entry-comments {
  margin-top: 1.5em;
}

.comments-headline {
  margin-top: 0;
}
.comments-headline .genericon {
  font-size: 1.25em;
  vertical-align: bottom;
}

.commentlist,
.children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.children {
  padding-left: 10px;
  border-left: 1px solid #BEC8C5;
}
@media only screen and (min-width : 768px) {
  .children {
    padding-left: 64px;
    border-left: none;
  }
}

.comment__content {
  font: normal normal 0.875em/1.7142857143 "museo-sans", verdana, "lucida grande", helvetica, arial, sans-serif;
  margin-bottom: 1.5em;
}
.comment__content .avatar {
  display: block;
  float: left;
  margin-right: 12px;
  width: 36px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
}
@media only screen and (min-width : 768px) {
  .comment__content {
    position: relative;
    padding-left: 64px;
  }
  .comment__content .avatar {
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    width: 52px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -ms-border-radius: 26px;
    -o-border-radius: 26px;
    border-radius: 26px;
  }
}
.comment__content .genericon {
  font-size: 1.5em;
  line-height: 1.142857143;
  vertical-align: bottom;
}
.comment__content p {
  margin: 1em 0;
}
.buried > .comment__content {
  overflow: hidden;
  position: relative;
  max-height: 64px;
}
@media only screen and (min-width : 768px) {
  .buried > .comment__content {
    max-height: 96px;
  }
}
.buried > .comment__content:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  height: 2.5em;
  width: 100%;
  background: -owg-linear-gradient(to top, white 0%, white 50%, transparent);
  background: -webkit-linear-gradient(to top, white 0%, white 50%, transparent);
  background: -moz-linear-gradient(to top, white 0%, white 50%, transparent);
  background: -o-linear-gradient(to top, white 0%, white 50%, transparent);
  -pie-background: -pie-linear-gradient(to top, white 0%, white 50%, transparent);
  background: linear-gradient(to top, white 0%, white 50%, transparent);
}
.buried > .comment__content:after {
  content: "click to reveal";
  display: block;
  position: absolute;
  bottom: -0.5em;
  font-style: italic;
  width: 100%;
  text-align: center;
}
.thread-odd.buried > .comment__content:before {
  background: -owg-linear-gradient(to top, #EEE 0%, #EEE 50%, transparent);
  background: -webkit-linear-gradient(to top, #EEE 0%, #EEE 50%, transparent);
  background: -moz-linear-gradient(to top, #EEE 0%, #EEE 50%, transparent);
  background: -o-linear-gradient(to top, #EEE 0%, #EEE 50%, transparent);
  -pie-background: -pie-linear-gradient(to top, #EEE 0%, #EEE 50%, transparent);
  background: linear-gradient(to top, #EEE 0%, #EEE 50%, transparent);
}
.byoverthinker.buried > .comment__content:before {
  background: -owg-linear-gradient(to top, #EEF 0%, #EEF 50%, transparent);
  background: -webkit-linear-gradient(to top, #EEF 0%, #EEF 50%, transparent);
  background: -moz-linear-gradient(to top, #EEF 0%, #EEF 50%, transparent);
  background: -o-linear-gradient(to top, #EEF 0%, #EEF 50%, transparent);
  -pie-background: -pie-linear-gradient(to top, #EEF 0%, #EEF 50%, transparent);
  background: linear-gradient(to top, #EEF 0%, #EEF 50%, transparent);
}

.comment-reply-link {
  text-decoration: none;
}

.comments-form {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 1em;
}
.comments-form__text {
  margin: 1em 0;
}
.comments-form__label {
  display: block;
}
.comments-form__field {
  margin: 1em 0;
}
.comments-form__field-text {
  width: 100%;
  padding: 0.25em 0.5em;
}
@media only screen and (min-width : 768px) {
  .comments-form__field:nth-of-type(1) {
    float: left;
    width: 50%;
    padding-right: 0.5em;
  }
  .comments-form__field:nth-of-type(2) {
    float: left;
    width: 50%;
    padding-left: 0.5em;
  }
}
.comments-form__comment {
  margin: 1em 0;
}
.comments-form__comment-text {
  width: 100%;
  padding: 0.25em 0.5em;
}

/* =============================================================================
   single-nav
   ========================================================================== */
#single-nav {
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  position: relative;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
  padding: 0.75em 0;
}
#single-nav span {
  font-size: 0.875em;
  line-height: 1.7142857143;
  width: 45%;
  margin: 0 2.4%;
  float: left;
}
#single-nav .prev a,
#single-nav .next a {
  display: block;
}
#single-nav .prev:before,
#single-nav .next:before {
  display: block;
  content: "«";
  position: absolute;
  top: 0.857142857em;
  left: 0;
}
#single-nav .next {
  text-align: right;
}
#single-nav .next:before {
  content: "»";
  right: 0;
  left: auto;
}

/* =============================================================================
   Gallery
   ========================================================================== */
figure.gallery-item {
  float: left;
  margin: 0 1em 1em 0;
  position: relative;
}

figure.gallery-item a img {
  border: 4px solid #999;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

figure.gallery-item a:hover img {
  border-color: #ccc;
}

figure.gallery-item figcaption {
  display: none;
}

.entry-promo {
  position: relative;
  margin-bottom: 1em;
}
.entry-promo__image {
  width: 100% !important;
  height: auto !important;
  display: block;
}
.entry-promo__title {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 1em 1em 0.25em;
  text-align: center;
  font-size: 1.75em;
  text-shadow: 1px 1px 2px black;
  background: -owg-linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  -pie-background: -pie-linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}
.entry-promo__link, .entry-promo__link:visited {
  color: white;
  text-decoration: none;
}
.entry-promo__link:hover {
  color: #36A3CD;
}
.entry-promo__link:active {
  position: static;
}
.entry-promo__comments-count {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  color: white;
  text-shadow: 1px 1px 2px black;
}
.entry-promo__comments-count:not(:empty):before {
  content: "\f108";
  display: inline-block;
  vertical-align: bottom;
  font-family: Genericons;
  font-size: 1.5em;
  padding-right: 0.25em;
}

.entries--archive {
  margin-top: 1em;
  margin-bottom: 1em;
}
.entries--archive__load-more {
  margin-top: 1em;
  text-align: center;
}

.author-description {
  overflow: hidden;
}
.author-description .avatar {
  display: block;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 0.75em;
}

.entry--archive {
  overflow: hidden;
  margin-bottom: 0.75em;
  border-top: 1px solid #BEC8C5;
  padding-top: 1.5em;
}
.entry--archive:first-of-type {
  padding-top: 0;
  border-top: none;
}
.entry--archive__image {
  display: block;
  width: 100%;
}
.entry--archive__title {
  margin: 0;
  font-size: 1.75em;
  line-height: 1.1375;
}
.entry--archive__title-link, .entry--archive__title-link:visited {
  color: black;
  text-decoration: none;
}
.entry--archive__excerpt p {
  margin: 0.75em 0;
}
.entry--archive__excerpt .wc-memberships-restriction-message {
  display: none;
}
@media only screen and (min-width : 768px) {
  .entry--archive__image {
    width: 240px;
    float: left;
    margin-bottom: 0.75em;
  }
  .entry--archive__title, .entry--archive__excerpt {
    margin-left: 240px;
  }
  .entry--archive__title {
    font-size: 2em;
    padding-left: 0.66666667em;
  }
  .entry--archive__excerpt {
    padding-left: 1.5em;
  }
}

.author-blurb {
  clear: left;
}
.author-blurb__media {
  margin: 0;
}

.woocommerce-MyAccount-navigation {
  font: normal normal 0.875em/1.7142857143 "museo-sans", verdana, "lucida grande", helvetica, arial, sans-serif;
}
.woocommerce-MyAccount-navigation ul {
  padding-left: 0;
  overflow: hidden;
}

.woocommerce-MyAccount-navigation-link {
  list-style: none;
  float: left;
  margin: 0.5em 0.5em 0 0;
}
.woocommerce-MyAccount-navigation-link:not(.is-active) a {
  display: inline-block;
  background: #36A3CD;
  color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: none;
  font: normal normal 0.875em/1.7142857143 "museo-sans", verdana, "lucida grande", helvetica, arial, sans-serif;
  text-transform: capitalize;
  padding: 4px 8px;
  cursor: pointer;
  text-decoration: none;
  width: auto;
  min-width: 16px;
  overflow: visible;
}
.woocommerce-MyAccount-navigation-link.is-active a {
  color: #222;
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  vertical-align: text-top;
}

.oti-member-feed-url {
  width: 100%;
  padding: 0.5em 1em;
}

.widget ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.wrcr-oti-social-widget-class {
  background: #222;
  color: white;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  overflow: hidden;
}
.wrcr-oti-social-widget-class .widget__title {
  margin: 0;
}

.podcast-widget__item {
  margin: 0.5em 0 1em;
}
.podcast-widget__item:not(:last-of-type) {
  padding-bottom: 1em;
  border-bottom: 1px solid #BEC8C5;
}
.podcast-widget__link {
  text-decoration: none;
}
.podcast-widget__link:hover {
  text-decoration: none;
}
.podcast-widget__category, .podcast-widget__title {
  margin: 0;
}
.podcast-widget__category {
  font: normal normal 0.875em/1.7142857143 "museo-sans", verdana, "lucida grande", helvetica, arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.podcast-widget__title {
  font: 1em/1.25 Georgia, serif;
  margin-bottom: 1.25em;
}
.podcast-widget__link--title {
  color: black;
  font-weight: bold;
}
.podcast-widget__link--title:visited {
  color: black;
}
.podcast-widget__link--title:hover {
  color: #DB4734;
}
.podcast-widget__links-list-item {
  display: inline-block;
  vertical-align: middle;
}
.podcast-widget__link--play:before, .podcast-widget__link--download:before, .podcast-widget__link--show-notes:before {
  display: inline-block;
  vertical-align: middle;
  font-family: Genericons;
  font-size: 1.5em;
  line-height: 1em;
}
.podcast-widget__link--play:before {
  content: "\f452";
  padding-left: 0.2em;
  line-height: 1.25;
  width: 1.333333333em;
  height: 1.333333333em;
  text-align: center;
  border: 1px solid #36A3CD;
  background-color: #36A3CD;
  color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.podcast-widget__link--play.is-playing:before {
  content: "\f448";
  padding-left: 0;
}
.podcast-widget__link--play:hover:before {
  color: white;
  background-color: #DB4734;
  border-color: #DB4734;
}
.podcast-widget__link--download:before {
  content: "\f50b";
}
.podcast-widget__link--show-notes:before {
  content: "\f455";
}

.wrcr-oti-social-widget-class .social-buttons__items, .wrcr-oti-social-widget-class__text, .wrcr-oti-social-widget-class__fields {
  margin: 0.75em 0;
}
.wrcr-oti-social-widget-class .social-buttons__items {
  max-height: 48px;
  overflow: hidden;
}
.wrcr-oti-social-widget-class__fields {
  overflow: hidden;
}
.wrcr-oti-social-widget-class__email, .wrcr-oti-social-widget-class__submit {
  display: block;
  float: left;
}
.wrcr-oti-social-widget-class__email {
  width: calc(100% - 80px);
  height: 2em;
  padding: 4px;
}
.wrcr-oti-social-widget-class__submit {
  height: 2.285714286em;
  width: 80px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 0;
  background: #36A3CD;
  color: white;
  font: normal normal 0.875em/1.7142857143 "museo-sans", verdana, "lucida grande", helvetica, arial, sans-serif;
  font-weight: bold;
}

.single-product #content div.product div.images {
  margin: 1em auto;
}
@media only screen and (min-width : 768px) {
  .single-product #content div.product div.images {
    margin: 0 auto;
    width: 50%;
    float: left;
    padding-right: 1.5em;
  }
  .single-product #content div.product div.entry-summary {
    margin-top: 1em;
  }
  .single-product #content div.product div.entry-summary:after {
    content: " ";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width : 1024px) {
  .single-product #content div.product div.images,
.single-product #content div.product div.entry-summary {
    margin: 0 0 1em;
    float: left;
    clear: left;
    width: 35%;
    padding-right: 1.5em;
  }
  .single-product #content div.product .woocommerce-tabs {
    clear: none;
    width: 65%;
    margin-left: 35%;
    margin-top: 1em;
  }
}

.product-type-variable-subscription .quantity {
  display: none !important;
}

.woocommerce span.onsale,
.woocommerce span.onsale.wc-memberships-member-discount {
  left: -10px;
  right: auto;
  transform: rotate(-15deg);
  padding: 0.25em 1em;
  background-color: #DB4734;
  font-family: "museo-sans", verdana, "lucida grande", helvetica, arial, sans-serif;
  text-transform: capitalize;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  clear: none;
  margin-bottom: 1.5em;
  width: 50%;
}
.woocommerce ul.products li.product a,
.woocommerce ul.products li.product a:active,
.woocommerce-page ul.products li.product a,
.woocommerce-page ul.products li.product a:active {
  position: static;
}
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
  font: normal normal 0.875em/1.7142857143 "museo-sans", verdana, "lucida grande", helvetica, arial, sans-serif;
  font-weight: bold;
  padding: 0;
}
.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
  display: block;
  width: 100%;
  font-size: 0.875em;
  text-align: center;
}
.woocommerce ul.products li.product:nth-child(2n),
.woocommerce-page ul.products li.product:nth-child(2n) {
  float: left;
}
.woocommerce ul.products li.product:nth-child(2n+1),
.woocommerce-page ul.products li.product:nth-child(2n+1) {
  clear: left;
  padding-right: 0.75em;
}
.woocommerce ul.products li.product:nth-child(2n),
.woocommerce-page ul.products li.product:nth-child(2n) {
  padding-left: 0.75em;
}
@media only screen and (min-width : 480px) {
  .woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 33.3%;
  }
  .woocommerce ul.products li.product:nth-child(2n+1),
.woocommerce-page ul.products li.product:nth-child(2n+1) {
    clear: none;
    padding: 0;
  }
  .woocommerce ul.products li.product:nth-child(2n),
.woocommerce-page ul.products li.product:nth-child(2n) {
    padding: 0;
  }
  .woocommerce ul.products li.product:nth-child(3n+1),
.woocommerce-page ul.products li.product:nth-child(3n+1) {
    clear: left !important;
    padding-right: 1em;
  }
  .woocommerce ul.products li.product:nth-child(3n+2),
.woocommerce-page ul.products li.product:nth-child(3n+2) {
    padding: 0 0.5em;
  }
  .woocommerce ul.products li.product:nth-child(3n),
.woocommerce-page ul.products li.product:nth-child(3n) {
    padding-left: 1em;
  }
  .woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
    font: normal normal 2em/1.125 "franklin-gothic-ext-comp-urw", impact, sans-serif;
  }
}
@media only screen and (min-width : 768px) {
  .woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 25%;
  }
  .woocommerce ul.products li.product:nth-child(3n+1),
.woocommerce-page ul.products li.product:nth-child(3n+1) {
    clear: none !important;
    padding: 0;
  }
  .woocommerce ul.products li.product:nth-child(3n+2), .woocommerce ul.products li.product:nth-child(3n),
.woocommerce-page ul.products li.product:nth-child(3n+2),
.woocommerce-page ul.products li.product:nth-child(3n) {
    padding: 0;
  }
  .woocommerce ul.products li.product:nth-child(4n+1),
.woocommerce-page ul.products li.product:nth-child(4n+1) {
    clear: left !important;
    padding-right: 1.125em;
  }
  .woocommerce ul.products li.product:nth-child(4n+2),
.woocommerce-page ul.products li.product:nth-child(4n+2) {
    padding: 0 0.75em 0 0.375em;
  }
  .woocommerce ul.products li.product:nth-child(4n+3),
.woocommerce-page ul.products li.product:nth-child(4n+3) {
    padding: 0 0.375em 0 0.75em;
  }
  .woocommerce ul.products li.product:nth-child(4n),
.woocommerce-page ul.products li.product:nth-child(4n) {
    padding-left: 1.125em;
  }
}

.pricing-table {
  font: normal normal 0.875em/1.7142857143 "museo-sans", verdana, "lucida grande", helvetica, arial, sans-serif;
  text-align: center;
  margin: 2em 0;
  *zoom: 1;
}
.pricing-table:after {
  content: "";
  display: table;
  clear: both;
}

.pricing-table-plan {
  background: #fff;
  border: 1px solid #ddd;
  padding: 1em;
  position: relative;
  margin-bottom: 1.5em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.pricing-table-plan--disabled {
  opacity: 0.6;
}
@media only screen and (min-width : 768px) {
  .pricing-table-plan {
    width: 33.33%;
    float: left;
    margin-bottom: 0;
  }
  .pricing-table-plan--popular {
    z-index: 2;
    -webkit-transform: scale(1.0675);
    -moz-transform: scale(1.0675);
    -ms-transform: scale(1.0675);
    -o-transform: scale(1.0675);
    transform: scale(1.0675);
    -webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, 0.15), -20px 0 10px -10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, 0.15), -20px 0 10px -10px rgba(0, 0, 0, 0.15);
    box-shadow: 20px 0 10px -10px rgba(0, 0, 0, 0.15), -20px 0 10px -10px rgba(0, 0, 0, 0.15);
  }
  .pricing-table-plan:first-of-type {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
  }
  .pricing-table-plan:last-of-type {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
  }
}
.pricing-table-plan__name {
  font-size: 1.25em;
  font-weight: bold;
  padding: 1.5em;
  margin: -0.8em -0.8em 4em;
  background: -owg-linear-gradient(to bottom, #88c8e1, #36A3CD);
  background: -webkit-linear-gradient(to bottom, #88c8e1, #36A3CD);
  background: -moz-linear-gradient(to bottom, #88c8e1, #36A3CD);
  background: -o-linear-gradient(to bottom, #88c8e1, #36A3CD);
  -pie-background: -pie-linear-gradient(to bottom, #88c8e1, #36A3CD);
  background: linear-gradient(to bottom, #88c8e1, #36A3CD);
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
@media only screen and (min-width : 768px) {
  .pricing-table-plan:first-of-type .pricing-table-plan__name {
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    -ms-border-radius: 5px 0 0 0;
    -o-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
  }
  .pricing-table-plan:last-of-type .pricing-table-plan__name {
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    -ms-border-radius: 0 5px 0 0;
    -o-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
  }
}
.pricing-table-plan__price {
  display: block;
  font: normal bold 1.5em/3.6 Georgia, serif;
  color: #777;
  background: #fff;
  border: 5px solid #fff;
  height: 4em;
  width: 4em;
  margin: 10px auto -3em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px #ddd inset;
  -moz-box-shadow: 0 0 20px #ddd inset;
  box-shadow: 0 0 20px #ddd inset;
}
.pricing-table-plan__features {
  margin: 0.5em 0 0;
  padding: 0;
  list-style: none;
}
.pricing-table-plan__feature {
  border-top: 1px solid #ddd;
  padding: 0.25em 0;
}

.member-badge {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  line-height: 1;
  padding: 0.25em 0.5em 0.25em 2.25em;
  font-weight: bold;
  background: -owg-linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  background: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  -pie-background: -pie-linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  background-color: #CCC;
  -webkit-box-shadow: 1px 1px 2px grey;
  -moz-box-shadow: 1px 1px 2px grey;
  box-shadow: 1px 1px 2px grey;
}
.member-badge--oti-staff {
  color: white;
  background-color: #36A3CD;
}
.member-badge--the-full-harvey {
  background-color: gold;
}
.member-badge--in-a-way {
  background-color: #99B;
}
.member-badge:before {
  content: "";
  display: block;
  width: 1.5em;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0.5em;
  background: transparent url("../../images/otis-avatar-32.png") scroll no-repeat left center;
  background-size: contain;
}
.bbp-topic-author .member-badge, .bbp-reply-author .member-badge {
  font: normal normal 0.875em/1.7142857143 "museo-sans", verdana, "lucida grande", helvetica, arial, sans-serif;
  line-height: 1;
  font-weight: bold;
  display: block;
  white-space: normal;
  padding-left: 0.5em;
}
.bbp-topic-author .member-badge:before, .bbp-reply-author .member-badge:before {
  display: inline-block;
  vertical-align: middle;
  position: static;
  height: 2em;
  width: 2em;
  margin-right: 0.25em;
}

.excerpt-links a {
  text-decoration: none;
}
.excerpt-links .genericon {
  font-size: 1.5em;
  vertical-align: bottom;
}

/* =============================================================================
   About Page
   ========================================================================== */
body.slug-about .vcard {
  margin-bottom: 1em;
}

body.slug-about .vcard .avatar-link {
  float: left;
  margin-right: 1em;
}

body.slug-about .vcard h2 a {
  text-decoration: none;
}

/* =============================================================================
   Author Page
   ========================================================================== */
body.archive.author #author-description {
  padding-bottom: 1em;
  border-bottom: 1px solid #999;
  margin-bottom: 1.5em;
}

/* =============================================================================
   Forums
   ========================================================================== */
/* TODO: These selectors are extremely kludgey */
body.oti #bbpress-forums p.bbp-topic-meta img.avatar,
body.oti #bbpress-forums ul.bbp-reply-revision-log img.avatar,
body.oti #bbpress-forums ul.bbp-topic-revision-log img.avatar,
body.oti #bbpress-forums div.bbp-template-notice img.avatar,
body.oti #bbpress-forums .widget_display_topics img.avatar,
body.oti #bbpress-forums .widget_display_replies img.avatar,
body.oti #bbpress-forums p.bbp-topic-meta img.avatar {
  margin-bottom: 0;
  margin-top: -3px;
}

#bbpress-forums li {
  margin-left: 0;
}

/* =============================================================================
   Search form
   ========================================================================== */
.header-search {
  overflow: hidden;
}
.header-search__input {
  display: block;
  float: left;
  width: calc(100% - 80px);
  height: 2em;
  background-color: rgba(40, 55, 61, 0.25);
  border: 0;
  padding: 0.25em;
  margin: 0;
  font-family: georgia, serif;
  color: white;
}
.header-search__input:focus {
  outline: 0;
}
.header-search__submit {
  display: block;
  float: left;
  width: 80px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  font: normal normal 0.875em/1.7142857143 "museo-sans", verdana, "lucida grande", helvetica, arial, sans-serif;
  height: 2.285714286em;
  margin: 0;
  background-color: rgba(40, 55, 61, 0.5);
  color: #CCC;
  font-weight: bold;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

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

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  zoom: 1;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 210px;
  border: 1px solid black;
}

.ui-menu-item {
  width: 210px;
  padding: 0;
  margin: 0;
}

.ui-menu-item a {
  display: block;
  width: 202px;
  padding: 4px;
  background-color: white;
}

.ui-menu-item a:hover,
.ui-menu-item .ui-state-focus,
.ui-menu-item .ui-state-hover,
.ui-menu-item .ui-state-active,
.ui-menu-itme .ui-state-highlight {
  background-color: #09f;
  color: white;
}

/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

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

.clearfix:after {
  clear: both;
}

/* =============================================================================
	 Print styles
	 ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    page-break-inside: avoid;
  }
  blockquote:after {
    background: transparent none;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  #main {
    width: 80%;
  }
  /* these get REALLY annoying really fast.
  	a[href]:after { content: " (" attr(href) ")"; }
  	abbr[title]:after { content: " (" attr(title) ")"; }
  */
  /* These are slightly better */
  .entry-content a[href]:after {
    content: " (" attr(href) ")";
    text-decoration: none;
  }
  .entry-content .wp-caption a[href]:after {
    content: "";
  }
  .entry-content abbr[title]:after {
    content: " (" attr(title) ")";
    text-decoration: none;
  }
  .wp-caption {
    page-break-inside: avoid;
  }
  #site-name a {
    padding-left: 0;
  }
  .ad, #trending-topics-wrapper, #search-form-wrapper, #nav-main, #sidebar, article footer, #single-nav, #social-buttons, #comments, #respond, #greet_block, .greet_block {
    display: none;
  }
  #header-wrapper {
    position: relative !important;
  }
  #main {
    width: 100% !important;
  }
  #main .container, #main .container--narrow {
    width: 100%;
    padding: 0;
    margin: 1em 0 0;
  }
  #content {
    margin-top: 0 !important;
  }
  audio[controls], canvas, video, object, embed, iframe {
    display: none;
  }
}