.html {
  position: relative;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 18px;
  font-family: inherit;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
  position: relative;
}

body {
  line-height: 1.5;
}

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

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

.flp .header {
  display: none;
}

table, td, th {
  vertical-align: middle;
}

blockquote:before, blockquote:after {
  content: "";
}

ul, ol {
  margin: 0;
}

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

blockquote, q {
  quotes: "" "";
}

a img {
  border: none;
}

html {
  font-size: 100.01%;
}

body {
  font-size: 100%;
  color: #222;
  background: #fff;
}

p ~ p {
  margin: 0.75em 0 0;
}
p img.left {
  float: left;
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0;
}
p img.right {
  float: right;
  margin: 1.5em 0 1.5em 1.5em;
}

a {
  color: #009;
  text-decoration: underline;
}
a:focus, a:hover {
  color: #000;
}

blockquote {
  border-left: 0.3em solid #ccc;
  margin-left: 0.5em;
  margin-top: 1em;
  padding-left: 1em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

dfn {
  font-style: italic;
  font-weight: bold;
}

sup, sub {
  line-height: 0;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
}

address {
  margin: 0 0 1.5em;
  font-style: italic;
}

del {
  color: #666;
}

pre {
  white-space: pre;
  font-family: "andale mono", "lucida console", monospace;
  font-size: 13px;
  line-height: 1.5;
}
pre span {
  font-size: inherit;
}

sup {
  font-size: 0.4em;
}

h3 sup {
  float: right;
}

dl {
  margin: 0 0 1.5em 0;
}
dl dt {
  font-weight: bold;
}

dd {
  margin-left: 1.5em;
}

table {
  margin-bottom: 1.4em;
  width: 100%;
}

th {
  font-weight: bold;
}

thead th {
  background: #c3d9ff;
}

th, td, caption {
  padding: 4px 10px 4px 5px;
}

tr.even td {
  background: #e5ecf9;
}

tfoot {
  font-style: italic;
}

caption {
  background: #eee;
}

#container {
  padding-bottom: 120px;
  position: relative;
  text-align: left;
}

.container {
  margin: 0 auto;
  max-width: 700px;
}

hr {
  background: #ddd;
  color: #ddd;
  clear: both;
  float: none;
  width: 100%;
  height: 0.1em;
  margin: 0 0 1.45em;
  border: none;
}
hr.space {
  background: #fff;
  color: #fff;
  visibility: hidden;
}

button,
input[type=reset],
input[type=submit],
input[type=button],
.btn {
  -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
  background-color: #4ca9c2;
  border: 1px solid rgb(95.01875, 178.1375, 200.48125);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  letter-spacing: 0.02em;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
}
button:hover, button:active,
input[type=reset]:hover,
input[type=reset]:active,
input[type=submit]:hover,
input[type=submit]:active,
input[type=button]:hover,
input[type=button]:active,
.btn:hover,
.btn:active {
  background-color: #666;
  border: 1px solid rgb(114.75, 114.75, 114.75);
}
button:active,
input[type=reset]:active,
input[type=submit]:active,
input[type=button]:active,
.btn:active {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
}

label {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 11px;
  position: relative;
  text-transform: uppercase;
}
label strong.note-required {
  color: #e67642;
  font-size: 2em;
  position: absolute;
  right: 10px;
  top: 25px;
}

fieldset {
  padding: 1.4em;
  margin: 0 0 1.5em 0;
  border: 0;
}

legend {
  font-weight: bold;
  font-size: 1.2em;
}

input[type=text], input[type=password], input[type=email], textarea, select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05) inset;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  padding: 10px;
  width: 100%;
}
input[type=text].mce_inline_error, input[type=password].mce_inline_error, input[type=email].mce_inline_error, textarea.mce_inline_error, select.mce_inline_error {
  border-color: #e67642;
}
input[type=text].mce_inline_error:focus, input[type=password].mce_inline_error:focus, input[type=email].mce_inline_error:focus, textarea.mce_inline_error:focus, select.mce_inline_error:focus {
  -webkit-box-shadow: 0 2px 0 0 #e67642 inset;
  -moz-box-shadow: 0 2px 0 0 #e67642 inset;
  box-shadow: 0 2px 0 0 #e67642 inset;
  border-color: #e67642;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus, select:focus {
  -webkit-box-shadow: 0 2px 0 0 #4ca9c2 inset;
  -moz-box-shadow: 0 2px 0 0 #4ca9c2 inset;
  box-shadow: 0 2px 0 0 #4ca9c2 inset;
  border-color: #4ca9c2;
}

.field ~ .field {
  padding-top: 20px;
}

.submitWr {
  text-align: right;
}

body {
  -webkit-box-shadow: 0 0 0 30px #fdfcfa inset;
  -moz-box-shadow: 0 0 0 30px #fdfcfa inset;
  box-shadow: 0 0 0 30px #fdfcfa inset;
  background-color: #fcf8f1;
  background-image: url("/images/bg.png");
  padding: 0 30px 30px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #111;
  line-height: 1;
}

h1, h2 {
  font-size: 2em;
  font-weight: normal;
  margin-bottom: 0.75em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

ul, ol {
  margin-top: 1em;
}

ul {
  list-style: disc;
  margin-left: 2em;
}

ol {
  list-style: decimal;
  margin-left: 2em;
}

li {
  margin-bottom: 0.5em;
}

.page {
  margin: 6em auto;
  margin-bottom: 0;
}
.page header {
  padding: 3em 0 4em;
}
.page header h1, .page header h2 {
  font-size: 2.75rem;
}
.page header h5 {
  margin-bottom: 0.5rem;
  padding-top: 2.25em;
  text-align: center;
}
.page small {
  font-size: 0.6em;
}
.page article header {
  margin: auto;
  width: 80%;
}

.post {
  flex: 1 1 100%;
  margin-top: 0;
}
.post article {
  margin-top: 1em;
}
.post .hero-image + article {
  margin-top: 0;
}

.hero-image_wr {
  background-color: #232330;
  background-image: url("/images/bg_blur.jpg");
  background-size: cover;
  flex: 1 1 35vh;
  min-height: 35vh;
  position: relative;
  width: 100%;
}
.hero-image_wr:after {
  background-color: #fcfaf5;
  background-image: url("/images/bg.png");
  top: 100%;
  box-shadow: 0 -11px 11px rgba(0, 0, 0, 0.1);
  content: "";
  height: 2em;
  left: 0;
  position: absolute;
  transform: translate(0, -100%);
  width: 100%;
}

.hero-image {
  display: block;
  height: 100%;
  margin: 0 auto 0;
  transition: all 0.8s ease-in-out;
}

.page_head-catgories {
  font-size: 0.7em;
  text-align: center;
}

article main {
  color: #333;
  font-family: georgia, "Times New Roman", times, serif;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 41em;
  width: auto;
}
article main h1 {
  border-top: 0;
  font-size: 1.5em;
  padding-top: 0;
}
article main h2 {
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 0.75em;
}
article main h3, article main h4 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
article main h3 {
  font-size: 1.25em;
}
article main h4 {
  font-size: 1em;
}
article main h2 a, article main h2 a span, article main h3 a, article main h3 a span, article main h4 a, article main h4 a span {
  display: inline-block;
  font-family: "lust", georgia, serif;
  font-size: inherit;
  line-height: 1;
  text-decoration: none;
}
article main h1 .number, article main h2 .number, article main h3 .number, article main h4 .number {
  display: none;
}
article main p + h3 {
  padding-top: 40px;
}
article main ul, article main ol {
  margin: 1em 1.5em 1em 0;
  padding: 0 0 0 2em;
}
article main ul ul, article main ul ol, article main ol ul, article main ol ol {
  margin: 0 0 0 1em;
  padding: 0.5em 0 0 2em;
}
article main ul {
  list-style: disc outside;
}
article main ol {
  list-style: decimal outside;
}
article main li {
  margin-bottom: 0.5em;
}
article main small {
  font-size: 65%;
}
article main small em, article main small span, article main small i, article main small strong, article main small b {
  font-size: inherit;
}
article main iframe {
  display: block;
  margin: 30px auto 0;
}
article main .caption {
  font-size: 1em;
}
article main .caption span, article main .caption a {
  font-size: inherit;
  font-style: inherit;
}
article main .aside {
  box-sizing: border-box;
  background: rgba(76, 169, 194, 0.1);
  border: 0;
  margin-top: 20px;
  padding: 1em 1.5em;
}
article main .aside pre {
  color: inherit;
  background: rgba(0, 0, 0, 0.03);
  margin-top: 0.5em;
  padding: 7px 2px;
}
article main .aside p ~ p {
  margin-top: 0.5em;
}
article main .aside .heading {
  margin-bottom: 0.75em;
}
article main sup.footnote a {
  font-size: 95%;
}
article main .footnotes li {
  word-wrap: break-word;
}
article main .figure {
  margin-top: 1.25em;
}

article ~ article {
  border-top: 2px dotted rgba(0, 0, 0, 0.05);
  margin-top: 120px;
}

.article-email-link {
  padding-top: 80px;
  text-align: center;
}
.article-email-link a {
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
}

.page-meta {
  font-size: 0.8em;
  margin: 7em 0 0;
  text-align: center;
}

.page-meta-title {
  font-size: 0.9em;
  font-weight: 100;
}

.highlight {
  box-sizing: border-box;
  background-color: #eee;
  padding: 10px 20px;
}

code,
pre,
.highlight pre {
  font-family: "andale mono", "lucida console", monospace;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.4;
  white-space: pre-wrap;
  width: 100%;
}

.highlight .hll {
  display: block;
}

.code pre span {
  font-size: 80%;
  margin-top: 1em;
}

.codelisting {
  box-sizing: border-box;
  margin: 1.5em 0;
}
.codelisting .heading {
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 0.9em;
  padding: 5px;
}
.codelisting .heading code {
  background-color: transparent;
}
.codelisting .heading span {
  font-size: inherit;
}
.codelisting .code {
  margin-top: 0;
}

.archive {
  margin: 0 auto;
  max-width: 35em;
}
.archive h5 {
  color: #999;
  margin-bottom: 0.75em;
  overflow: hidden;
  text-align: left;
}
.archive h5 ~ h5 {
  margin-top: 60px;
}
.archive h2 {
  line-height: 1.5;
  margin-top: 2em;
}
.archive li {
  list-style: none;
  margin-top: 1.5em;
  padding-top: 1.5em;
}
.archive li ~ li {
  border-top: 2px dotted rgba(0, 0, 0, 0.05);
}

.archive-pages {
  margin: 7em 0 0;
}

.container .ck_form {
  margin-top: 1em;
  padding-top: 0;
}

.ck_label {
  display: block;
  font-size: 0.7em;
  font-style: italic;
  margin-bottom: 1em;
}

.searching {
  color: #4ca9c2;
  display: none;
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  text-align: center;
}

.loader {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
  font-size: 10px;
  margin: 30px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before, .loader:after {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
.loader:before, .loader:after {
  content: "";
  position: absolute;
  top: 0;
}

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 1.5em 0 -1.3em #4ca9c2;
  }
  40% {
    box-shadow: 0 1.5em 0 0 #4ca9c2;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 1.5em 0 -1.3em #4ca9c2;
  }
  40% {
    box-shadow: 0 1.5em 0 0 #4ca9c2;
  }
}
.search-entry {
  text-align: center;
}
.search-entry input[type=text] {
  text-align: left;
}

.search-list {
  padding-top: 60px;
}
.search-list p {
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
}
.search-list li {
  list-style: none;
  padding-bottom: 20px;
}
.search-list li ~ li {
  border-top: 2px dotted rgba(0, 0, 0, 0.05);
  padding-top: 20px;
}

.share {
  padding-top: 40px;
  text-align: center;
}
.share li {
  display: inline-block;
  list-style: none;
  vertical-align: top;
}
.share li:first-child {
  display: block;
}
.share h5 {
  font-size: 0.75em;
  margin-bottom: 4px;
}

.homeShare {
  padding-top: 80px;
  text-align: center;
}
.homeShare li {
  margin: 0 15px;
}

.articleSocial {
  right: 30px;
  padding-top: 0;
  position: absolute;
  top: 22px;
  z-index: 15;
}

.socialLinks {
  padding-top: 20px;
}
.socialLinks .iconLink {
  display: inline-block;
}
.socialLinks .iconLink i {
  padding: 8px 0 0 4px;
}

.iconLink {
  display: block;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset !important;
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset !important;
}
.iconLink:hover i {
  background-color: #e67642;
}
.iconLink i {
  box-sizing: border-box;
  background-color: #666;
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  height: 30px;
  padding-top: 7px;
  text-align: center;
  text-shadow: none !important;
  width: 30px;
}
.iconLink.shareLink i {
  background-color: transparent;
  border: 1px solid #4ca9c2;
  color: #4ca9c2;
  padding-top: 6px;
}
.iconLink.shareLink:hover i {
  background-color: #4ca9c2;
  color: #fcfaf5;
}

.ck_form {
  padding-top: 80px;
}
.ck_form .field {
  text-align: center;
}
.ck_form input[type=email], .ck_form input[type=text] {
  width: 60%;
}

#ck_error_msg {
  font-size: 13px;
  font-style: italic;
  padding: 30px 10% 0;
}
#ck_error_msg p {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

#ck_error_msg {
  color: #4ca9c2;
}

.youtube-container {
  background-color: #000;
  display: block;
  height: 300px;
  margin: 20px auto;
  width: 100%;
  max-width: 600px;
}

.youtube-player {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: hand;
  cursor: pointer;
  display: block;
}

#youtube-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

img.youtube-thumb {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  height: auto;
}

div.play-button {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url(http://i.imgur.com/TxzC70f.png) no-repeat;
}

span.intersentencespace {
  margin-right: 0.2em;
}

#MathJax_Message {
  display: none;
}

@media screen and (max-width: 780px) {
  .nav {
    position: relative;
    right: auto;
    top: auto;
  }
  .site-header .logoLink {
    font-size: 0.45em;
    z-index: 9;
  }
  .headerMenu {
    padding: 0 0.3em 0 0;
    text-align: right;
  }
  .headerMenu li {
    padding: 0;
  }
  .headerMenu .header-search {
    display: block;
    padding-top: 0.5em;
  }
  .headerMenu a {
    background-color: transparent;
    box-shadow: none;
    font-size: 0.5em;
  }
  .index {
    display: block;
    height: auto;
  }
  .side-menu {
    flex: 1;
    height: auto;
    overflow: auto;
  }
  .page {
    box-sizing: border-box;
    padding: 0 1em;
    width: 100%;
  }
  .page article header {
    width: auto;
  }
  .page header {
    padding: 0 0 2em;
  }
  .page header h1 {
    font-size: 1.75rem;
  }
  .page header h2 {
    font-size: 1rem;
  }
  .page header h5 {
    font-size: 0.6em;
  }
  .page article main h2 {
    font-size: 1.1em;
  }
  .page article main iframe {
    width: 100%;
  }
}
.heading {
  color: inherit;
  text-decoration: none;
}

h3 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 0.75em;
}

h4 {
  font-family: "lust", georgia, serif;
  font-size: 1.1em;
  line-height: 1.25;
  margin-bottom: 1.25em;
}

h6 {
  font-size: 1em;
  font-weight: bold;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0;
}

header {
  padding: 160px 0 80px;
}
header h1, header h2, header h3, header h5 {
  font-family: "lust", georgia, serif;
  line-height: 1;
  margin: 0;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}
header h1, header h2 {
  color: #111;
  font-size: 3.5em;
}
header h1.home, header h2.home {
  color: rgba(17, 17, 17, 0.9);
  font-size: 1.5em;
  letter-spacing: 0.1em;
  padding-top: 1em;
  text-transform: uppercase;
}
header h3 {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.15em;
  letter-spacing: 0.02em;
  padding-top: 1em;
}
header h5 {
  font-size: 1.3em;
}
header h1 + h3 {
  padding-top: 20px;
}
header h3 + p {
  padding-top: 60px;
}
header p {
  font-family: georgia, "Times New Roman", times, serif;
  font-size: 1.1em;
  font-style: italic;
  line-height: 1.2;
  text-align: center;
}
header p a {
  color: #000;
}
header small {
  font-size: 0.6em;
}
header h1 a, header h2 a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
header h1 a:hover span, header h2 a:hover span {
  -webkit-box-shadow: 0 9px 0 0 rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 9px 0 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 9px 0 0 rgba(0, 0, 0, 0.8);
}
header h1 em, header h2 em {
  display: block;
  font-size: 0.4em;
  letter-spacing: 0.035em;
  padding-bottom: 20px;
}
header h1 span, header h2 span {
  -webkit-box-shadow: 0 9px 0 0 rgba(76, 169, 194, 0.3);
  -moz-box-shadow: 0 9px 0 0 rgba(76, 169, 194, 0.3);
  box-shadow: 0 9px 0 0 rgba(76, 169, 194, 0.3);
  display: inline-block;
  font-size: inherit;
  line-height: 0.75;
  white-space: nowrap;
}

.page {
  font-family: georgia, "Times New Roman", times, serif;
  line-height: 1.6;
}
.page #indexAuthor:first-child {
  border-top: 0;
  padding-top: 0;
}
.page p + h3 {
  padding-top: 40px;
}
.page article ~ article {
  border-top: 2px dotted rgba(0, 0, 0, 0.05);
  margin-top: 120px;
}
.page img.about {
  float: left;
  margin: 0 20px 0px 0;
}

.logo {
  color: #111;
  font-family: georgia, "Times New Roman", times, serif;
  font-size: 26px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: -0.03em;
  line-height: 0;
  margin: 0;
  text-decoration: none;
  text-shadow: 0 0 20px #fdfcfa;
  text-transform: none;
}
.logo:hover {
  color: #e67642;
}
.logo img {
  border-radius: 999px;
  float: left;
  margin: -20px 15px 0 0;
  width: 34px;
}

#nav {
  background-color: #fdfcfa;
  overflow: hidden;
  padding: 30px 0 12px;
  position: relative;
}
#nav svg {
  width: 30px;
}
#nav .logo {
  float: left;
  margin: 9px 0 0 5px;
}
#nav > ul {
  display: block;
  float: right;
}
#nav > ul a:not(.logo) {
  color: #333;
  padding: 8px 7px 5px;
  text-decoration: none;
  font-family: "proxima-nova", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}
#nav > ul a:not(.logo):hover {
  color: #4ca9c2;
}
#nav li {
  list-style-type: none;
  display: inline-block;
  margin: 0 5px;
}

.email, .email a {
  color: #4ca9c2 !important;
}

#indexAuthor a.join {
  font-size: 150%;
}

.buyLnk, .buyLnk a {
  color: #e67642 !important;
}

#footer {
  padding: 140px 0 0;
  text-align: center;
}
#footer #buyIcons {
  padding-top: 60px;
}
#footer #buyIcons h3 {
  font-size: 0.75em;
}
#footer #buyIcons p {
  display: none;
}
#footer #buyIcons li {
  margin-left: 0;
  width: 42%;
}
#footer #buyIcons .iconEbook {
  height: 75px;
  width: 100px;
}
#footer #buyIcons .iconTee {
  height: 83px;
  width: 76px;
}
#footer .share {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 60px auto 0;
  padding-top: 20px;
  width: 45%;
}
#footer .share li {
  margin: 0 10px;
}
#footer .iconLink {
  margin-top: -3px;
}
#footer .iconLink i {
  font-size: 14px;
  height: 20px;
  padding-top: 3px;
  width: 20px;
}

#footNav {
  list-style: none;
  padding-top: 20px;
}
#footNav li {
  display: inline-block;
  margin: 0 2px;
}
#footNav li a {
  color: #333;
  padding: 8px 7px 5px;
  text-decoration: none;
  font-family: "proxima-nova", sans-serif;
  font-size: 11.5px;
  text-transform: uppercase;
}
#footNav li a:hover {
  color: #4ca9c2;
}

.share {
  padding-top: 40px;
  text-align: center;
}
.share li {
  display: inline-block;
  vertical-align: top;
}
.share li .fb-like > span {
  vertical-align: top !important;
}

.homeShare {
  padding-top: 80px;
  text-align: center;
}
.homeShare li {
  margin: 0 15px;
}

.articleSocial {
  right: 30px;
  position: absolute;
  top: 30px;
}
.articleSocial .share {
  padding-top: 0;
}

.iconLink {
  display: block;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset !important;
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset !important;
}
.iconLink:hover i {
  background-color: #e67642;
}
.iconLink i {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #666;
  border-radius: 999px;
  color: #fff;
  font-size: 20px;
  height: 35px;
  padding-top: 8px;
  text-align: center;
  text-shadow: none !important;
  width: 35px;
}

#indexAuthor {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 120px auto 0;
  padding-top: 80px;
  max-width: 575px;
  width: 80%;
}
#indexAuthor header {
  padding-top: 0;
  text-align: center;
}
#indexAuthor img {
  border-radius: 999px;
  width: 175px;
}
#indexAuthor p, #indexAuthor em, #indexAuthor a {
  font-size: 18px;
}
#indexAuthor p {
  line-height: 1.5;
}

.ck_form {
  padding-top: 80px;
}
.ck_form .field {
  text-align: center;
}
.ck_form input {
  vertical-align: top;
}
.ck_form label {
  display: block;
  padding-bottom: 10px;
}
.ck_form input[type=email] {
  width: 70%;
}

#ck_error_msg {
  font-size: 13px;
  font-style: italic;
  padding: 30px 10% 0;
}
#ck_error_msg p {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

#ck_error_msg {
  color: #4ca9c2;
}

.socialLinks {
  padding-top: 20px;
}
.socialLinks .iconLink {
  display: inline-block;
}
.socialLinks .iconLink i {
  padding: 8px 0 0 4px;
}

#buyIcons {
  list-style: none;
  margin: auto;
  overflow: hidden;
  padding-top: 80px;
  text-align: center;
  max-width: 900px;
}
#buyIcons li {
  display: inline-block;
  max-width: 350px;
  vertical-align: top;
  width: 42%;
}
#buyIcons li ~ li {
  margin-left: 20%;
}
#buyIcons li img {
  width: 100%;
}
#buyIcons a {
  text-decoration: none;
}
#buyIcons a:hover h3 {
  color: #e67642;
  -webkit-box-shadow: 0 -2px 0 0 rgba(230, 118, 66, 0.8) inset, 0 1px 0 0 rgba(230, 118, 66, 0.8);
  -moz-box-shadow: 0 -2px 0 0 rgba(230, 118, 66, 0.8) inset, 0 1px 0 0 rgba(230, 118, 66, 0.8);
  box-shadow: 0 -2px 0 0 rgba(230, 118, 66, 0.8) inset, 0 1px 0 0 rgba(230, 118, 66, 0.8);
}
#buyIcons a:hover > div img:first-child {
  opacity: 0;
}
#buyIcons a:hover > div img ~ img {
  opacity: 1;
}
#buyIcons a > div {
  display: inline-block;
  position: relative;
}
#buyIcons a > div img {
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  left: 0;
  position: absolute;
  top: 0;
}
#buyIcons a > div img ~ img {
  opacity: 0;
}
#buyIcons p {
  color: #111;
  font-family: georgia, "Times New Roman", times, serif;
  font-size: 15px;
  line-height: 1.7;
}
#buyIcons h3 {
  color: #4ca9c2;
  display: inline-block;
  font-family: "lust", georgia, serif;
  font-size: 1.15em;
  margin: 1em 0 0.5em;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -webkit-box-shadow: 0 -2px 0 0 rgba(76, 169, 194, 0.3) inset, 0 1px 0 0 rgba(76, 169, 194, 0.3);
  -moz-box-shadow: 0 -2px 0 0 rgba(76, 169, 194, 0.3) inset, 0 1px 0 0 rgba(76, 169, 194, 0.3);
  box-shadow: 0 -2px 0 0 rgba(76, 169, 194, 0.3) inset, 0 1px 0 0 rgba(76, 169, 194, 0.3);
  text-decoration: none;
  text-shadow: 0 1px 0 #f6f2eb, 1px 1px 0 #f6f2eb, -1px 1px 0 #f6f2eb, -2px 1px 0 #f6f2eb, 2px 1px 0 #f6f2eb, 0 2px 0 #f6f2eb;
}

.iconTee {
  height: 145px;
  margin-top: -7px;
  width: 132px;
}

.iconEbook {
  height: 138px;
  width: 184px;
}

.page p a, .page li a, .page .footnote a, .page .description a, .page h3 strong a, .page .equation a {
  -webkit-box-shadow: 0 -2px 0 0 rgba(76, 169, 194, 0.3) inset, 0 1px 0 0 rgba(76, 169, 194, 0.3);
  -moz-box-shadow: 0 -2px 0 0 rgba(76, 169, 194, 0.3) inset, 0 1px 0 0 rgba(76, 169, 194, 0.3);
  box-shadow: 0 -2px 0 0 rgba(76, 169, 194, 0.3) inset, 0 1px 0 0 rgba(76, 169, 194, 0.3);
  color: #2b5f6e;
  text-decoration: none;
  text-shadow: 0 1px 0 #f6f2eb, 1px 1px 0 #f6f2eb, -1px 1px 0 #f6f2eb, -2px 1px 0 #f6f2eb, 2px 1px 0 #f6f2eb, 0 2px 0 #f6f2eb;
}
.page p a:hover, .page li a:hover, .page .footnote a:hover, .page .description a:hover, .page h3 strong a:hover, .page .equation a:hover {
  -webkit-box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.8) inset, 0 1px 0 0 rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.8) inset, 0 1px 0 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.8) inset, 0 1px 0 0 rgba(0, 0, 0, 0.8);
  color: #333;
}

a.lnkRed {
  -webkit-box-shadow: 0 -2px 0 0 rgba(230, 118, 66, 0.3) inset, 0 1px 0 0 rgba(230, 118, 66, 0.3);
  -moz-box-shadow: 0 -2px 0 0 rgba(230, 118, 66, 0.3) inset, 0 1px 0 0 rgba(230, 118, 66, 0.3);
  box-shadow: 0 -2px 0 0 rgba(230, 118, 66, 0.3) inset, 0 1px 0 0 rgba(230, 118, 66, 0.3);
  color: rgb(216.3785046729, 88.1542056075, 28.6214953271);
  font-size: inherit;
  text-decoration: none;
  text-shadow: 0 1px 0 #f6f2eb, 1px 1px 0 #f6f2eb, -1px 1px 0 #f6f2eb, -2px 1px 0 #f6f2eb, 2px 1px 0 #f6f2eb, 0 2px 0 #f6f2eb;
}
a.lnkRed:hover {
  -webkit-box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.8) inset, 0 1px 0 0 rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.8) inset, 0 1px 0 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.8) inset, 0 1px 0 0 rgba(0, 0, 0, 0.8);
}
a.lnkWhite {
  -webkit-box-shadow: 0 -2px 0 0 rgba(246, 242, 235, 0.3) inset, 0 1px 0 0 rgba(246, 242, 235, 0.3);
  -moz-box-shadow: 0 -2px 0 0 rgba(246, 242, 235, 0.3) inset, 0 1px 0 0 rgba(246, 242, 235, 0.3);
  box-shadow: 0 -2px 0 0 rgba(246, 242, 235, 0.3) inset, 0 1px 0 0 rgba(246, 242, 235, 0.3);
  color: #f6f2eb;
  font-size: inherit;
  text-decoration: none;
  text-shadow: 0 1px 0 #78becf, 1px 1px 0 #78becf, -1px 1px 0 #78becf, -2px 1px 0 #78becf, 2px 1px 0 #78becf;
}
a.lnkWhite:hover {
  -webkit-box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.8) inset, 0 1px 0 0 rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.8) inset, 0 1px 0 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.8) inset, 0 1px 0 0 rgba(0, 0, 0, 0.8);
  color: #000;
}

header.archive {
  margin-top: 75px;
  padding-bottom: 30px;
}

.archive h5 {
  color: #e67642;
}
.archive h5 ~ h5 {
  margin-top: 120px;
}
.archive ul {
  list-style: none;
}
.archive li {
  margin-top: 10px;
  padding-top: 10px;
}
.archive li ~ li {
  border-top: 2px dotted rgba(0, 0, 0, 0.05);
}
.archive .date {
  color: rgba(0, 0, 0, 0.8);
  float: right;
  font-family: "Courier New", monospace;
  font-size: 0.7em;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 2.5;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

.youtube-container {
  background-color: #000;
  display: block;
  height: 300px;
  margin: 20px auto;
  width: 100%;
  max-width: 600px;
}

.youtube-player {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: hand;
  cursor: pointer;
  display: block;
}

#youtube-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

img.youtube-thumb {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  height: auto;
}

div.play-button {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url(https://i.imgur.com/TxzC70f.png) no-repeat;
}

span.intersentencespace {
  margin-right: 0.2em;
}

#MathJax_Message {
  display: none;
}

.substack {
  text-align: center;
}
.substack iframe {
  background: white;
  border: 1px solid #eee;
  height: 320px;
  margin-bottom: 2em;
  width: 480px;
}

.page-navigation {
  padding-bottom: 1em;
  margin-top: 2em;
  position: relative;
  z-index: 10;
}

.page-navigation .prev {
  float: left;
}

.page-navigation .next {
  float: right;
}

.page-navigation .all-posts {
  margin-top: 0.1em;
  position: absolute;
  left: 45%;
}

@media screen and (max-width: 800px) {
  body {
    -webkit-box-shadow: 0 0 0 0 #fdfcfa inset;
    -moz-box-shadow: 0 0 0 0 #fdfcfa inset;
    box-shadow: 0 0 0 0 #fdfcfa inset;
    padding: 0;
  }
  #nav {
    padding-left: 0.5em;
  }
  #nav > ul {
    float: left;
  }
  #nav > ul a:not(.logo) {
    font-size: 12px;
    padding: 4px 0 2px;
  }
  #nav .email {
    margin-right: 2px;
  }
  #nav li {
    margin: 0 6px;
  }
  #indexAuthor {
    width: 100%;
  }
  .page {
    padding: 0 1em;
  }
  .page img.about {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .page header h1 {
    font-size: 2em;
  }
  .page header h1.home {
    font-size: 1.5em;
  }
  .page h2 {
    font-size: 1.5em;
  }
  .page h3 {
    font-size: 1.1em;
  }
  .post header h1 {
    font-size: 2em;
  }
  .substack iframe {
    width: 100%;
  }
  article main ul, article main ol {
    margin-left: 0.75em;
    margin-top: 1.5em;
    padding: 0;
  }
  article main ul ul, article main ul ol, article main ol ul, article main ol ol {
    margin-left: 0.75em;
    padding-top: 0.5em;
  }
  article main ul li ~ li, article main ol li ~ li {
    padding-top: 15px;
  }
  article main ul {
    list-style: disc inside;
  }
  article main ol {
    list-style: decimal inside;
  }
  .archive .date {
    float: none;
  }
  .archive .date:before {
    content: "\a";
    white-space: pre;
  }
  .page-navigation .all-posts {
    margin-top: 0em;
  }
  .MathJax {
    font-size: 1.25em;
  }
  article main sup.footnote a {
    font-size: 70%;
  }
}

/*# sourceMappingURL=main.css.map */