/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: none; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'Lyon Text Regular';
  src: url("./webfont/Lyon Text-Regular.eot");
  /* IE9 Compat Modes */
  src: url("./webfont/Lyon Text-Regular.eot?#iefix") format("embedded-opentype"), url("./webfont/Lyon Text-Regular.woff") format("woff"), url("./webfont/Lyon Text-Regular.ttf") format("truetype"), url("./webfont/Lyon Text-Regular.svg#2c0dc6e6cdc91b8259cef1ba0b2dcd7e") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: 'Lyon Text Regular';
  src: url("./webfont/Lyon Text-Regular Italic.eot");
  /* IE9 Compat Modes */
  src: url("./webfont/Lyon Text-Regular Italic.eot?#iefix") format("embedded-opentype"), url("./webfont/Lyon Text-Regular Italic.woff") format("woff"), url("./webfont/Lyon Text-Regular Italic.ttf") format("truetype"), url("./webfont/Lyon Text-Regular Italic.svg#4bc875fe59f650df25cb65ba0ff6caaa") format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: 400; }
@font-face {
  font-family: 'Fakt SmCon Pro Med';
  src: url("./webfont/FaktSmConPro-Medium.eot");
  /* IE9 Compat Modes */
  src: url("./webfont/FaktSmConPro-Medium.eot?#iefix") format("embedded-opentype"), url("./webfont/FaktSmConPro-Medium.woff") format("woff"), url("./webfont/FaktSmConPro-Medium.ttf") format("truetype"), url("./webfont/FaktSmConPro-Medium.svg#e03a29777bc67b6d6fef8c0dcb52640a") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }
body {
  font-size: 16px;
  line-height: 1.275;
  font-family: 'Lyon Text Regular';
  font-style: normal;
  font-weight: 400;
  color: #091e19;
  background-color: #f8f7f3;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 690px) {
    body {
      padding-top: 70px; } }

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

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

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

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

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

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

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

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

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

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

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
a {
  color: #43c8ba;
  text-decoration: none; }
  a:HOVER {
    color: #38a396; }

h1#main-title {
  display: block;
  position: absolute;
  width: 100%;
  top: 56px;
  left: 0;
  margin: 0 auto;
  text-indent: -6000px;
  height: 120px;
  z-index: 101; }
  .admin-bar h1#main-title {
    top: 88px; }
  h1#main-title a {
    display: block;
    background: url(../images/HPHR-head.png) 48% 50% no-repeat;
    height: 100%; }
    .svg h1#main-title a {
      background: url(../images/HPHR-head.svg) 48% 50% no-repeat; }
  h1#main-title.ghost-scroll {
    display: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
    margin-bottom: 70px; }
    .head-scrolled h1#main-title.ghost-scroll {
      display: block; }
  @media (max-width: 690px) {
    h1#main-title {
      height: 30px;
      padding: 0; } }

#scrolled-title {
  display: block;
  position: fixed;
  font-size: 12px;
  width: 90px;
  height: 42px;
  top: 10px;
  background: url(../images/icons.png) -15px -8px no-repeat;
  z-index: 250;
  left: 50%;
  margin: 0 0 0 -45px;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }
  .svg #scrolled-title {
    background: url(../images/icons.svg) -15px -8px no-repeat; }
  .admin-bar #scrolled-title {
    top: 42px; }
  .csscalc #scrolled-title {
    left: calc(50% - 45px);
    margin: 0; }
  .head-scrolled #scrolled-title {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
  #scrolled-title a {
    display: block;
    height: 100%;
    text-indent: -6000px;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border: 1px solid #c26874; }
    #scrolled-title a:HOVER {
      border: 1px solid #dfb6b9; }
  @media (max-width: 690px) {
    #scrolled-title {
      visibility: visible;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
      top: 14px;
      left: 15px;
      margin: 0;
      -moz-transition: 0.15s;
      -o-transition: 0.15s;
      -webkit-transition: 0.15s;
      transition: 0.15s; }
      .showing-menu #scrolled-title {
        top: -100px;
        visibility: hidden;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0; } }

header {
  background-color: #a51c30;
  width: 100%;
  min-height: 200px; }
  .admin-bar.head-scrolled header {
    top: 32px; }
  @media (max-width: 690px) {
    header {
      position: fixed;
      top: 0;
      left: 0;
      min-height: 70px;
      z-index: 200; }
      header h1#main-title {
        width: 100%;
        height: 70px;
        top: -35px;
        position: fixed;
        border-bottom: 1px solid #f8f7f3;
        visibility: hidden;
        -moz-transition: 0.15s;
        -o-transition: 0.15s;
        -webkit-transition: 0.15s;
        transition: 0.15s;
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0); }
        header h1#main-title a {
          background-size: 100% auto; }
          .svg header h1#main-title a {
            background-size: 100% auto; }
        .showing-menu header h1#main-title {
          top: 0;
          -moz-transform: scaleY(1);
          -ms-transform: scaleY(1);
          -webkit-transform: scaleY(1);
          transform: scaleY(1);
          visibility: visible; } }

.menu-toggle {
  display: none;
  position: fixed;
  top: 5px;
  right: 5px;
  width: 60px;
  height: 60px;
  z-index: 200;
  -moz-transition: 0.15s;
  -o-transition: 0.15s;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  background: url(../images/icons.png) -600px -60px no-repeat; }
  .svg .menu-toggle {
    background: url(../images/icons.svg) -600px -60px no-repeat; }
  @media (max-width: 690px) {
    .menu-toggle {
      display: block; } }
  .showing-menu .menu-toggle {
    top: 75px;
    background: url(../images/icons.png) -600px 0px no-repeat; }
    .svg .showing-menu .menu-toggle {
      background: url(../images/icons.svg) -600px 0px no-repeat; }

.menu-main-container {
  position: fixed;
  top: 22px;
  left: 22px;
  z-index: 150;
  font-family: 'Fakt SmCon Pro Med';
  font-weight: 400;
  text-transform: uppercase; }
  .admin-bar .menu-main-container {
    top: 52px; }
  .menu-main-container .menu {
    margin: 0;
    padding: 0;
    list-style: none; }
    .menu-main-container .menu li {
      float: left;
      font-size: 0.8125em;
      letter-spacing: 0.1em;
      margin: 0 11px 0 0; }
      .menu-main-container .menu li a, .menu-main-container .menu li p {
        color: #f8f7f3;
        padding: 3px 0 0;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        margin: 0;
        border-bottom: 1px solid rgba(165, 28, 48, 0); }
      .menu-main-container .menu li p {
        cursor: default; }
      .no-touch .menu-main-container .menu li a:HOVER {
        border-bottom: 1px solid #c26874; }
      .menu-main-container .menu li.current-menu-item a, .menu-main-container .menu li.current-menu-item p {
        border-bottom: 1px solid #c26874; }
      .menu-main-container .menu li.menu-item-has-children {
        position: relative; }
        .menu-main-container .menu li.menu-item-has-children:HOVER .sub-menu {
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1;
          visibility: visible; }
    .menu-main-container .menu .sub-menu {
      position: absolute;
      top: 100%;
      left: -3px;
      margin: 0;
      padding: 0.5em 0 0.25em;
      list-style: none;
      background-color: #c26874;
      border-bottom: 1px solid #a51c30;
      min-width: 156px;
      visibility: hidden;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }
      .menu-main-container .menu .sub-menu li {
        float: none;
        margin: 0;
        display: block; }
        .menu-main-container .menu .sub-menu li a {
          display: block;
          border-bottom: none;
          color: #f8f7f3;
          padding: 2px 6px 3px; }
          .menu-main-container .menu .sub-menu li a:HOVER {
            border-bottom: none; }
  @media (max-width: 690px) {
    .menu-main-container {
      top: auto;
      bottom: 100%;
      left: 0px;
      width: 100%;
      height: 100%;
      z-index: -1;
      visibility: hidden;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -moz-transition: 0.25s;
      -o-transition: 0.25s;
      -webkit-transition: 0.25s;
      transition: 0.25s; }
      .showing-menu .menu-main-container {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        visibility: visible;
        z-index: 99;
        bottom: 0%; }
      .menu-main-container .menu {
        margin: 0 72px 0 18px; }
        .menu-main-container .menu li {
          float: none;
          display: block;
          line-height: 1.2;
          margin: 0 0 12px; }
          .menu-main-container .menu li:first-of-type {
            margin-top: 106px; }
          .menu-main-container .menu li.current-menu-item a {
            border-bottom: 1px solid #f8f7f3; }
          .menu-main-container .menu li.current-menu-item p {
            border-bottom: 1px solid #a51c30; }
        .menu-main-container .menu .sub-menu {
          margin: 0;
          position: relative;
          top: auto;
          left: auto;
          background-color: transparent;
          min-width: 100%;
          visibility: visible;
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1;
          color: #f8f7f3;
          border-top: 1px solid #c26874;
          border-bottom: 1px solid #c26874;
          padding: 0.5em 0; }
          .menu-main-container .menu .sub-menu li {
            margin: 0; }
            .menu-main-container .menu .sub-menu li:first-of-type {
              margin: 0; }
            .menu-main-container .menu .sub-menu li a {
              color: #f8f7f3; } }

.stick-nav {
  position: fixed;
  width: 100%;
  height: 64px;
  background-color: #a51c30;
  top: 0;
  left: 0;
  z-index: 50; }
  .admin-bar .stick-nav {
    top: 32px; }
  @media (max-width: 690px) {
    .stick-nav {
      height: 70px;
      background-color: #a41c30;
      background-color: rgba(165, 28, 48, 0.95); }
      .showing-menu .stick-nav {
        height: 100%; } }

.header-social {
  position: fixed;
  top: 0;
  right: 16px;
  z-index: 101; }
  .admin-bar .header-social {
    top: 32px; }
  .header-social a {
    float: left;
    width: 40px;
    height: 60px;
    display: block;
    text-indent: -6000px;
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
    opacity: 0.35;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -webkit-transition: 0.25s;
    transition: 0.25s; }
    .svg .header-social a {
      background-image: url(../images/icons.svg); }
    .header-social a:HOVER {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
    .header-social a.twitter-link {
      background-position: -130px 0; }
    .header-social a.facebook-link {
      background-position: -190px 0; }
  @media (max-width: 690px) {
    .header-social {
      top: auto;
      left: 0;
      bottom: 100%;
      width: 100%;
      text-align: center;
      visibility: hidden;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -moz-transition: 0.25s;
      -o-transition: 0.25s;
      -webkit-transition: 0.25s;
      transition: 0.25s; }
      .header-social a {
        float: none;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        width: 60px;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1; }
        .header-social a.twitter-link {
          background-position: -120px 0; }
        .header-social a.facebook-link {
          background-position: -180px 0; }
      .home.showing-menu .header-social {
        visibility: visible;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        bottom: 0; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

h1 {
  font-size: 2.125em; }

.commentaries-wrap .commentaries-title, .volumes-wrap .commentaries-title {
  color: #a51c30;
  text-align: center;
  font-family: 'Fakt SmCon Pro Med';
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
  .commentaries-wrap .commentaries-title span.vol-title, .volumes-wrap .commentaries-title span.vol-title {
    display: none; }
  .commentaries-wrap .commentaries-title span.vol-title.active-title, .volumes-wrap .commentaries-title span.vol-title.active-title {
    display: block; }
  .commentaries-wrap .commentaries-title span span.vert-sep, .volumes-wrap .commentaries-title span span.vert-sep {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 1px;
    height: 20px;
    background-color: #d2d4d0;
    margin: 0 7px; }
  @media (max-width: 690px) {
    .commentaries-wrap .commentaries-title, .volumes-wrap .commentaries-title {
      margin: 1.5em 0; } }
.commentaries-wrap .commentaries, .volumes-wrap .commentaries {
  width: 910px;
  margin: 0 auto 1em;
  padding: 0;
  list-style: none;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s; }
  @media (min-width: 1280px) {
    .commentaries-wrap .commentaries, .volumes-wrap .commentaries {
      width: 75%; } }
  @media (max-width: 1024px) {
    .commentaries-wrap .commentaries, .volumes-wrap .commentaries {
      width: auto;
      margin: 0 10px 1em; } }
  .commentaries-wrap .commentaries li, .volumes-wrap .commentaries li {
    width: 50%;
    height: 235px;
    margin: 0 0 20px;
    float: left;
    display: none; }
    .commentaries-wrap .commentaries li.active-vol, .volumes-wrap .commentaries li.active-vol {
      display: block; }
    .commentaries-wrap .commentaries li a, .volumes-wrap .commentaries li a {
      display: block;
      padding: 0 1.25em;
      margin: 0 10px;
      height: 100%;
      background-color: #f3f2ed;
      -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
      box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
      -moz-transition: 0.25s;
      -o-transition: 0.25s;
      -webkit-transition: 0.25s;
      transition: 0.25s;
      -moz-transition-property: box-shadow;
      -o-transition-property: box-shadow;
      -webkit-transition-property: box-shadow;
      transition-property: box-shadow; }
      .commentaries-wrap .commentaries li a h1, .volumes-wrap .commentaries li a h1 {
        margin: 0.6em 0 0.3em;
        line-height: 1;
        -moz-transition: 0.25s;
        -o-transition: 0.25s;
        -webkit-transition: 0.25s;
        transition: 0.25s; }
        @media (max-width: 840px) {
          .commentaries-wrap .commentaries li a h1, .volumes-wrap .commentaries li a h1 {
            font-size: 1.75em; } }
      .commentaries-wrap .commentaries li a p, .volumes-wrap .commentaries li a p {
        font-style: italic;
        color: #535454;
        margin: 0; }
      .commentaries-wrap .commentaries li a:HOVER, .volumes-wrap .commentaries li a:HOVER {
        -moz-box-shadow: -1px 1px 8px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: -1px 1px 8px rgba(0, 0, 0, 0.2);
        box-shadow: -1px 1px 8px rgba(0, 0, 0, 0.2); }
        .commentaries-wrap .commentaries li a:HOVER h1, .volumes-wrap .commentaries li a:HOVER h1 {
          color: #38a396; }
  @media (max-width: 690px) {
    .commentaries-wrap .commentaries, .volumes-wrap .commentaries {
      width: auto;
      padding: 0; }
      .commentaries-wrap .commentaries li, .volumes-wrap .commentaries li {
        width: 100%;
        height: auto;
        margin: 0 0 10px; }
        .commentaries-wrap .commentaries li a, .volumes-wrap .commentaries li a {
          padding: 1em 10px;
          margin: 0; }
          .commentaries-wrap .commentaries li a h1, .volumes-wrap .commentaries li a h1 {
            margin: 0 0 0.3em;
            font-size: 1.5em; } }

.volumes-wrap {
  width: 910px;
  margin: 0 auto; }
  @media (min-width: 1280px) {
    .volumes-wrap {
      width: 75%; } }
  @media (max-width: 1024px) {
    .volumes-wrap {
      width: auto; } }
  .volumes-wrap .volumentaries {
    list-style: none;
    margin: 0 auto 1em;
    padding: 0; }
    .volumes-wrap .volumentaries li {
      width: 50%;
      height: 235px;
      margin: 0 0 20px;
      float: left; }
      .volumes-wrap .volumentaries li a {
        display: block;
        padding: 0 1.25em;
        margin: 0 10px;
        height: 100%;
        background-color: #f3f2ed;
        -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
        -moz-transition: 0.25s;
        -o-transition: 0.25s;
        -webkit-transition: 0.25s;
        transition: 0.25s;
        -moz-transition-property: box-shadow;
        -o-transition-property: box-shadow;
        -webkit-transition-property: box-shadow;
        transition-property: box-shadow; }
        .volumes-wrap .volumentaries li a h1 {
          margin: 0.6em 0 0.3em;
          line-height: 1.1;
          -moz-transition: 0.25s;
          -o-transition: 0.25s;
          -webkit-transition: 0.25s;
          transition: 0.25s; }
          @media (max-width: 840px) {
            .volumes-wrap .volumentaries li a h1 {
              font-size: 1.75em; } }
        .volumes-wrap .volumentaries li a p {
          font-style: italic;
          color: #535454;
          margin: 0; }
        .volumes-wrap .volumentaries li a:HOVER {
          -moz-box-shadow: -1px 1px 8px rgba(0, 0, 0, 0.2);
          -webkit-box-shadow: -1px 1px 8px rgba(0, 0, 0, 0.2);
          box-shadow: -1px 1px 8px rgba(0, 0, 0, 0.2); }
          .volumes-wrap .volumentaries li a:HOVER h1 {
            color: #38a396; }
    @media (max-width: 1024px) {
      .volumes-wrap .volumentaries {
        width: auto;
        margin: 0 10px 1em; } }
    @media (max-width: 690px) {
      .volumes-wrap .volumentaries {
        width: auto;
        padding: 0; }
        .volumes-wrap .volumentaries li {
          width: 100%;
          height: auto;
          margin: 0 0 10px; }
          .volumes-wrap .volumentaries li a {
            padding: 1em 10px;
            margin: 0; }
            .volumes-wrap .volumentaries li a h1 {
              margin: 0 0 0.3em;
              font-size: 1.5em; } }

.volume-nav {
  width: 910px;
  margin: 0 auto; }
  @media (min-width: 1280px) {
    .volume-nav {
      width: 75%; } }
  @media (max-width: 1024px) {
    .volume-nav {
      width: auto; } }
  @media (max-width: 690px) {
    .volume-nav {
      display: none; } }
  .volume-nav .nav-header {
    font-family: 'Fakt SmCon Pro Med';
    font-weight: 400;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #535454;
    letter-spacing: 0.1em;
    display: block;
    max-width: 560px;
    margin: 1em auto;
    padding: 1em 0 0;
    border-top: 1px solid #d2d4d0; }
  .volume-nav .toggles {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center; }
    .volume-nav .toggles .vol-toggle {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      text-align: left;
      border: 4px solid #a51c30;
      margin: 0 10px 20px;
      color: #a51c30;
      cursor: pointer;
      -moz-transition: 0.25s;
      -o-transition: 0.25s;
      -webkit-transition: 0.25s;
      transition: 0.25s;
      -moz-transition-property: background-color;
      -o-transition-property: background-color;
      -webkit-transition-property: background-color;
      transition-property: background-color; }
      .volume-nav .toggles .vol-toggle:HOVER {
        background-color: #90182a;
        background-color: rgba(165, 28, 48, 0.05); }
      .volume-nav .toggles .vol-toggle .vol-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .volume-nav .toggles .vol-toggle.active-toggle {
        background-color: #a51c30;
        color: #f8f7f3; }
        .volume-nav .toggles .vol-toggle.active-toggle:HOVER {
          background-color: #a51c30;
          background-color: #a51c30; }
      .volume-nav .toggles .vol-toggle .toggle-inner {
        position: relative;
        margin: 22px;
        width: 162px;
        height: 238px; }
        .volume-nav .toggles .vol-toggle .toggle-inner h1 {
          font-family: 'Fakt SmCon Pro Med';
          font-weight: 400;
          margin: 0;
          font-size: 18px;
          text-transform: uppercase;
          font-weight: normal;
          letter-spacing: 0.08em; }
        .volume-nav .toggles .vol-toggle .toggle-inner .contributor-list {
          position: absolute;
          width: 100%;
          bottom: 0;
          left: 0; }
          .volume-nav .toggles .vol-toggle .toggle-inner .contributor-list p {
            margin: 0;
            font-size: 14px;
            font-style: italic; }
            .volume-nav .toggles .vol-toggle .toggle-inner .contributor-list p.label {
              font-family: 'Fakt SmCon Pro Med';
              font-weight: 400;
              font-size: 12px;
              font-style: normal;
              text-transform: uppercase; }

.home-sections {
  width: 660px;
  margin: 0 auto; }
  @media (max-width: 690px) {
    .home-sections {
      width: auto;
      padding: 0 10px; } }

.home-section {
  padding: 0.5em 2.5em 2em 0;
  border-top: 1px solid #d2d4d0;
  font-size: 1.25em;
  line-height: 1.5; }
  .home-section:first-of-type {
    border-top: 0; }
  .home-section h1 {
    font-size: 1.7em;
    line-height: 1; }
  .home-section a {
    word-break: break-word; }
  .home-section ul {
    margin: -1em 0 1em;
    font-style: italic; }
  @media (max-width: 690px) {
    .home-section {
      padding: 0.5em 1em 1.5em 0;
      font-size: 1em; }
      .home-section h1 {
        font-size: 1.25em; } }
  .home-section .guidelines-download {
    font-family: 'Fakt SmCon Pro Med';
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    color: #43c8ba;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 45px;
    position: relative;
    padding: 4px 0 0 45px; }
    .home-section .guidelines-download .icon {
      position: absolute;
      top: -8px;
      left: 0;
      width: 45px;
      height: 60px;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      background: url(../images/icons.png) -553px 0px no-repeat; }
    .home-section .guidelines-download:HOVER {
      color: #38a396; }
      .home-section .guidelines-download:HOVER .icon {
        background-position: -553px -60px; }
    @media (max-width: 690px) {
      .home-section .guidelines-download {
        padding: 8px 0 0 48px;
        line-height: 1.4; } }

.post-wrap {
  width: 650px;
  margin: 0 auto; }
  @media (max-width: 1200px) {
    .post-wrap {
      width: 560px; } }
  @media (max-width: 1024px) {
    .post-wrap {
      margin: 0 auto 0 10%; } }
  @media (max-width: 840px) {
    .post-wrap {
      margin: 0 auto 0 2em;
      width: 480px; } }
  .post-wrap h1 {
    font-size: 3.125em;
    line-height: 1;
    color: #a51c30;
    margin: 0.5em 0 0; }
  @media (max-width: 690px) {
    .post-wrap {
      width: auto;
      padding: 0 12px;
      margin: 0; }
      .post-wrap h1 {
        font-size: 2em;
        line-height: 1.2; } }

.wp-caption {
  margin: 0.5em 1em 0.5em -5em;
  float: left;
  padding: 1em 0;
  border-top: 1px solid #d2d4d0;
  border-bottom: 1px solid #d2d4d0; }
  .wp-caption:after {
    content: "";
    display: table;
    clear: both; }
  .wp-caption a {
    display: block; }
  .wp-caption img {
    max-width: 100%;
    height: auto;
    border: 1px solid #d2d4d0; }
  .wp-caption p.wp-caption-text {
    margin: 1em 0 0;
    font-family: 'Fakt SmCon Pro Med';
    font-weight: 400;
    font-size: 0.8125em; }
    .wp-caption p.wp-caption-text:first-of-type {
      text-indent: 0; }
      .wp-caption p.wp-caption-text:first-of-type:first-letter {
        float: none;
        font-size: inherit;
        line-height: inherit;
        padding: 0; }
  .wp-caption.aligncenter {
    margin: 1.5em 0em;
    float: none;
    text-align: center;
    width: 100% !important; }
  @media (max-width: 900px) {
    .wp-caption {
      margin: 0.5em 1em 0.5em 0; } }
  @media (max-width: 690px) {
    .wp-caption {
      width: 100% !important;
      margin: 0.5em 0; } }

.footnote :before {
  content: "["; }
.footnote :after {
  content: "]"; }

.post-header {
  margin: 2em 0;
  border-top: 1px solid #d2d4d0; }
  .post-header .category {
    font-family: 'Fakt SmCon Pro Med';
    font-weight: 400;
    font-size: 0.8125em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: none; }
    @media (max-width: 690px) {
      .post-header .category {
        font-size: 0.67em; } }
  .post-header .byline {
    color: #a51c30;
    font-style: italic; }

.post-content {
  font-size: 1.25em;
  line-height: 1.5; }
  .post-content p {
    margin: 0;
    padding: 0 0.5em 0 0;
    text-indent: 1.5em; }
    .post-content p:first-of-type {
      text-indent: 0; }
      .post-content p:first-of-type:first-letter {
        float: left;
        font-size: 5em;
        line-height: 0.75;
        padding: 14px 6px 0 0; }
  .post-content address {
    font-style: normal;
    margin: 0;
    padding: 0 0.5em 0 0; }
  .post-content table {
    width: 100% !important;
    height: auto !important;
    font-family: 'Fakt SmCon Pro Med';
    font-weight: 400;
    font-size: 12px;
    border-bottom: 1px solid #d2d4d0;
    border-right: 1px solid #d2d4d0; }
    .post-content table strong {
      font-size: 15px;
      font-weight: normal; }
    .post-content table tr {
      border-top: 1px solid #d2d4d0;
      padding: 3px 6px 0; }
      .post-content table tr:nth-child(even) {
        background-color: #FCFBF9; }
    .post-content table th {
      border-left: 1px solid #d2d4d0;
      background-color: #EAE9E4;
      padding: 3px 6px 0;
      vertical-align: baseline;
      text-align: left; }
    .post-content table td {
      border-left: 1px solid #d2d4d0;
      vertical-align: baseline;
      padding: 3px 6px 0; }
  @media (max-width: 690px) {
    .post-content {
      font-size: 1em;
      line-height: 1.5; }
      .post-content p {
        padding: 0 0.75em 0 0;
        text-indent: 1em; } }
  .post-content ul {
    padding: 0 2em 0 2.5em;
    margin: 0.5em 0; }
    .post-content ul li {
      padding: 0 2.5em 0 1em;
      margin: 0 0 0.5em; }
  .post-content h5 {
    font-size: 1.25em;
    line-height: 1.5;
    font-family: 'Fakt SmCon Pro Med';
    font-weight: 400;
    margin: 1em 0;
    padding: 0 3em 0 0; }
  .post-content h3 {
    margin: 1.5em 0 0.5em; }
  .post-content .conversation {
    margin: 1em 0; }
    .post-content .conversation .question {
      font-family: 'Fakt SmCon Pro Med';
      font-weight: 400;
      margin: 1em 0;
      padding: 0 3em 0 0; }
    .post-content .conversation .q-id, .post-content .conversation .a-id {
      float: left;
      line-height: 1;
      display: block;
      margin: 4px 8px 0 0;
      color: #a51c30;
      border-bottom: 1px solid #d2d4d0;
      font-family: 'Fakt SmCon Pro Med';
      font-weight: 400; }
    .post-content .conversation p:first-of-type {
      text-indent: 0; }
      .post-content .conversation p:first-of-type:first-letter {
        float: none;
        font-size: inherit;
        line-height: inherit;
        padding: 0; }
  .post-content .footnotes {
    margin: 2em 0 0;
    font-size: 0.8em; }
    .post-content .footnotes ol {
      margin: 0 0 1em;
      padding: 1.2em 0 0 1.2em;
      border-top: 1px solid #d2d4d0; }
      .post-content .footnotes ol li {
        margin: 0 0 0.5em; }

.post-nav {
  position: absolute;
  right: 0;
  top: 2em;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 240px;
  border-top: 1px solid #d2d4d0; }
  @media (max-width: 1200px) {
    .post-nav {
      width: 200px; } }
  @media (max-width: 690px) {
    .post-nav {
      position: fixed;
      top: auto;
      bottom: -100%;
      width: 100%;
      visibility: hidden;
      z-index: 500;
      border-top: 1px solid #f8f7f3;
      background-color: #43c8ba;
      height: 50%;
      text-align: center;
      -moz-transition: 0.25s;
      -o-transition: 0.25s;
      -webkit-transition: 0.25s;
      transition: 0.25s;
      -moz-transition-delay: 0s;
      -o-transition-delay: 0s;
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }
      .showing-menu .post-nav {
        background-color: #f8f7f3;
        bottom: 0;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        visibility: visible; } }
  .head-scrolled .post-nav {
    position: fixed;
    top: 102px; }
  .head-scrolled.foot-reached .post-nav {
    position: absolute; }
  .post-nav .post-nav-header {
    margin: 0;
    font-family: 'Fakt SmCon Pro Med';
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 1px solid #d2d4d0;
    display: block;
    padding: 0.5em 0 0.25em;
    font-size: 18px;
    color: #545454; }
  .post-nav li {
    border-bottom: 1px solid #d2d4d0; }
    .post-nav li a {
      display: block;
      padding: 10px 40px 10px 0;
      color: #43c8ba; }
      .post-nav li a:HOVER {
        color: #38a396; }
    .post-nav li .nav-options {
      display: none;
      font-family: 'Fakt SmCon Pro Med';
      font-weight: 400;
      margin: 0em 0 1em; }
      .post-nav li .nav-options a {
        padding: 0;
        width: 50%;
        float: left;
        font-size: 12px;
        text-transform: uppercase;
        color: #d2d4d0;
        display: block; }
        .post-nav li .nav-options a :before {
          content: "";
          width: 20px;
          height: 20px;
          margin: 0 3px -2px 0;
          display: inline-block;
          vertical-align: middle;
          *vertical-align: auto;
          *zoom: 1;
          *display: inline;
          vertical-align: text-bottom;
          background-repeat: no-repeat;
          background-image: url(../images/icons.png); }
          .svg .post-nav li .nav-options a :before {
            background-image: url(../images/icons.svg); }
        .post-nav li .nav-options a.download :before {
          background-position: -200px -140px; }
        .post-nav li .nav-options a.download:HOVER :before {
          background-position: -320px -140px; }
        .post-nav li .nav-options a.download span {
          text-indent: 30px; }
        .post-nav li .nav-options a.tweet-link :before {
          background-position: -140px -140px; }
        .post-nav li .nav-options a.tweet-link:HOVER :before {
          background-position: -260px -140px; }
        .post-nav li .nav-options a.tweet-link span {
          text-indent: 30px; }
    .post-nav li.current_post a {
      color: #091e19; }
      .post-nav li.current_post a:HOVER {
        color: #091e19; }
    .post-nav li.current_post .nav-options a {
      color: #d2d4d0; }
      .post-nav li.current_post .nav-options a:HOVER {
        color: #43c8ba; }
    @media (max-width: 1024px) {
      .post-nav li.current_post .nav-options {
        display: block; } }
    @media (max-width: 690px) {
      .post-nav li {
        font-size: 1em;
        padding: 10px; }
        .post-nav li a {
          padding: 0px 10px;
          color: #d2d4d0; }
        .post-nav li .nav-options {
          margin: 0; }
          .post-nav li .nav-options a {
            float: none;
            color: #43c8ba;
            margin: 3px auto 0;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 12px;
            width: auto; }
            .post-nav li .nav-options a.dl-link {
              display: none; }
            .post-nav li .nav-options a.tweet-link :before {
              background-position: -260px -140px; }
            .post-nav li .nav-options a.tweet-link span {
              text-indent: 30px; }
        .post-nav li.current_post {
          display: block; }
          .post-nav li.current_post a {
            color: #091e19; }
          .post-nav li.current_post .nav-options a {
            color: #43c8ba; } }

.post-options {
  width: 180px;
  position: fixed;
  top: 224px;
  left: 0;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  font-size: 16px;
  line-height: 1.275; }
  .head-scrolled .post-options {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible; }
  @media (max-width: 1024px) {
    .post-options {
      display: none; } }
  @media (max-width: 690px) {
    .post-options {
      width: 100%;
      top: auto;
      bottom: -70px;
      -moz-transition-delay: 0.15s;
      -o-transition-delay: 0.15s;
      -webkit-transition-delay: 0.15s;
      transition-delay: 0.15s;
      z-index: 501; } }
  .post-options a {
    display: block;
    padding: 20px 5px 20px 60px;
    font-style: italic;
    position: relative;
    border-bottom: 1px solid #d2d4d0;
    color: #43c8ba; }
    .post-options a .icon {
      width: 60px;
      height: 60px;
      position: absolute;
      top: 0;
      left: 0px;
      background-image: url(../images/icons.png);
      background-repeat: no-repeat; }
    .post-options a.twitter .icon {
      background-position: -480px 0px; }
      .post-options a.twitter .icon:HOVER {
        background-position: -480px -60px; }
    .post-options a.download .icon {
      background-position: -420px 0px; }
      .post-options a.download .icon:HOVER {
        background-position: -420px -60px; }
    .post-options a:HOVER {
      color: #38a396; }
      .post-options a:HOVER.twitter .icon {
        background-position: -480px -60px; }
      .post-options a:HOVER.download .icon {
        background-position: -420px -60px; }
    @media (max-width: 690px) {
      .post-options a {
        border-bottom: none; }
        .post-options a.download {
          display: none; } }

.anklet {
  width: 660px;
  position: relative;
  margin: 4em auto 0;
  border-top: 1px solid #d2d4d0; }
  @media (max-width: 1200px) {
    .anklet {
      width: 560px; }
      .home .anklet {
        width: 660px; } }
  @media (max-width: 690px) {
    .anklet {
      width: auto;
      padding: 0 10px; }
      .home .anklet {
        width: auto; } }
  .anklet .hphr-logo {
    width: 120px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: -30px;
    margin: 0 0 0 -60px;
    display: block;
    text-indent: -6000px;
    background: url(../images/icons.png) 0px -120px no-repeat; }
  .anklet .social-link {
    position: absolute;
    width: 112px;
    top: 8px;
    color: #43c8ba;
    text-decoration: none;
    font-family: 'Fakt SmCon Pro Med';
    font-weight: 400;
    text-align: center; }
    .anklet .social-link .link-text {
      font-size: 0.75em;
      letter-spacing: 1px; }
    .anklet .social-link .icon {
      width: 60px;
      height: 60px;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      background-image: url(../images/icons.png);
      background-repeat: no-repeat; }
    .anklet .social-link.twitter {
      left: 0;
      color: #43c8ba; }
      .anklet .social-link.twitter .icon {
        background-position: -240px 0px; }
      .anklet .social-link.twitter:HOVER {
        color: #38a396; }
        .anklet .social-link.twitter:HOVER .icon {
          background-position: -240px -60px; }
    .anklet .social-link.facebook {
      right: 0;
      color: #43c8ba; }
      .anklet .social-link.facebook .icon {
        background-position: -300px 0px; }
      .anklet .social-link.facebook:HOVER {
        color: #38a396; }
        .anklet .social-link.facebook:HOVER .icon {
          background-position: -300px -60px; }

.newsletter {
  padding: 3em 124px;
  font-style: italic;
  text-align: center;
  font-size: 1.25em; }
  .newsletter p {
    margin: 0; }
  .newsletter form {
    color: #b1b3ad;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    text-decoration: none;
    text-align: center; }
  .newsletter input {
    color: #b1b3ad;
    border: 0;
    outline: 0;
    background: none;
    font-family: 'Lyon Text Regular';
    font-style: italic;
    text-align: center; }
    .newsletter input[type="email"] {
      border-bottom: 1px solid #b1b3ad; }
      .newsletter input[type="email"]:focus {
        background-color: none; }
  .newsletter .subscribe-button {
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin: 1em auto 0;
    font-family: 'Fakt SmCon Pro Med';
    font-weight: 400;
    font-style: normal;
    padding: 3px 8px 0px;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 24px;
    border: 1px solid #43c8ba;
    color: #43c8ba;
    -moz-transition: 0.15s;
    -o-transition: 0.15s;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden; }
    .newsletter .subscribe-button:HOVER {
      color: #f8f7f3;
      background-color: #43c8ba; }
    .email-filled .newsletter .subscribe-button {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
      visibility: visible; }
  @media (max-width: 690px) {
    .newsletter {
      padding: 5em 24px 2em; } }

.footer-widget {
  position: absolute;
  height: 1px;
  width: 1px;
  top: 0;
  left: -6000px;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden; }

.link-text {
  text-transform: uppercase;
  display: block; }

footer {
  background-color: #a51c30;
  min-height: 200px;
  position: relative;
  color: #f8f7f3;
  font-family: 'Fakt SmCon Pro Med';
  font-weight: 400;
  text-transform: uppercase; }
  footer a {
    color: inherit; }
    footer a:HOVER {
      color: inherit; }
  footer p, footer a {
    position: absolute;
    top: 80px;
    font-size: 0.8125em;
    margin: 0;
    letter-spacing: 0.1em; }
    footer p.footer-left, footer a.footer-left {
      left: 20px; }
    footer p.footer-right, footer a.footer-right {
      right: 20px;
      display: block; }
      footer p.footer-right:HOVER, footer a.footer-right:HOVER {
        border-bottom: 1px solid #c26874; }
    @media (max-width: 690px) {
      footer p, footer a {
        position: relative;
        top: auto;
        margin: 1em 0;
        text-align: center; }
        footer p.footer-left, footer a.footer-left {
          margin-top: 2em; }
        footer p.footer-left, footer p.footer-right, footer a.footer-left, footer a.footer-right {
          left: auto;
          right: auto;
          display: block;
          word-break: break-word; } }
  footer .back-to-top {
    width: 40%;
    left: 30%;
    top: 15px;
    height: 100px;
    text-align: center;
    text-decoration: none;
    position: absolute;
    color: #c26874;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    -moz-transition-property: color;
    -o-transition-property: color;
    -webkit-transition-property: color;
    transition-property: color; }
    footer .back-to-top .icon {
      width: 40px;
      height: 40px;
      margin: 1em 0 5px;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      -moz-border-radius: 25px;
      -webkit-border-radius: 25px;
      border-radius: 25px;
      border: 1px solid #c26874;
      -moz-transition: 0.25s;
      -o-transition: 0.25s;
      -webkit-transition: 0.25s;
      transition: 0.25s;
      -moz-transition-property: background-position, border-color;
      -o-transition-property: background-position, border-color;
      -webkit-transition-property: background-position, border-color;
      transition-property: background-position, border-color;
      background: url(../images/icons.png) -370px -10px no-repeat; }
      .svg footer .back-to-top .icon {
        background: url(../images/icons.svg) -370px -10px no-repeat; }
    footer .back-to-top:HOVER {
      color: #f3f2ed; }
      footer .back-to-top:HOVER .icon {
        border: 1px solid #f3f2ed;
        background-position: -370px -70px; }
    @media (max-width: 690px) {
      footer .back-to-top {
        width: 100%;
        left: 0;
        top: 75px;
        margin-bottom: 0; } }
  footer .link-text {
    margin: 5px 0 0; }

/* Fade In Page Contents */
#main {
  -webkit-animation: fadein 1s;
  /* Safari and Chrome */
  -moz-animation: fadein 1s;
  /* Firefox */
  -ms-animation: fadein 1s;
  /* Internet Explorer */
  -o-animation: fadein 1s;
  /* Opera */
  animation: fadein 1s;
  position: relative;
  margin: 0 auto; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #f8f8f4;
  background-color: rgba(248, 247, 243, 0.95); }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#colorbox {
  outline: 0; }

#cboxContent {
  overflow: hidden; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  margin-bottom: 28px; }

#cboxCurrent {
  visibility: hidden;
  display: none;
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #f36427; }

#cboxTitle {
  text-align: center;
  position: fixed;
  bottom: 12px;
  left: 20%;
  width: 60%;
  color: #000; }

#cboxLoadingGraphic {
  background: url(../images/712.gif) no-repeat center center; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
  outline: 0; }
  #cboxPrevious:FOCUS, #cboxNext:FOCUS, #cboxSlideshow:FOCUS, #cboxClose:FOCUS {
    outline: 0; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef; }

#cboxPrevious, #cboxNext, #cboxClose {
  position: fixed;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat; }
  .svg #cboxPrevious, .svg #cboxNext, .svg #cboxClose {
    background-image: url(../images/icons.svg); }

#cboxPrevious {
  display: none;
  top: 50%;
  margin-top: -36px;
  left: 24px;
  background-position: 0px 0px;
  width: 48px;
  height: 72px;
  text-indent: -9999px; }
  #cboxPrevious:HOVER {
    background-position: 0px -72px; }

#cboxNext {
  display: none;
  top: 50%;
  margin-top: -36px;
  right: 24px;
  background-position: -46px 0;
  width: 48px;
  height: 72px;
  text-indent: -9999px; }
  #cboxNext:HOVER {
    background-position: -46px -72px; }

#cboxClose {
  top: 12px;
  right: 12px;
  background-position: -420px -120px;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 1000; }
  #cboxClose:HOVER {
    background-position: -480px -120px; }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); }
