@charset "UTF-8";


/*! ------------------------------------ =reset -- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}
img {
  -ms-interpolation-mode: bicubic;
}
ins {
  background-color: transparent;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  word-wrap: break-word;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
input, select {
  vertical-align: middle;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}


/*! ------------------------------------ =basic -- */

* {
  box-sizing: border-box;
}
.lt-ie8 * {
  behavior: url("js/boxsizing.htc");
}

html {
  height: 100%;
  font: 62.5%/1.5 "Lora", Georgia, serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  min-height: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #444;
  background: #fafafa url("../images/bg.jpg") repeat 0 0;
  overflow-x: hidden;
}

.page-container {
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  z-index: 2;
}

a {
  color: #5b9927;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}
a:hover {
  color: #73c231;
}

.browser-alert {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #00BBF1;
  color: #fafafa;
  text-align: center;
  padding: 24px;
}


@media all and (max-width: 719px) {
  .page-container {
    border: 24px solid transparent;
    border-image: url("../images/border-plain.png") 24 fill stretch;
  }
}


@media all and (min-width: 720px) {
  body {
    background: url("../images/header-flourishes.png") no-repeat 50% -20px, #fafafa url("../images/bg.jpg") repeat 0 0;
  }

  .page-container {
    border: 48px solid transparent;
    border-image: url("../images/border.png") 48 fill stretch;
  }
}


@media all and (min-width: 980px) {
  body {
    background-position: 50% 8px, 0 0;
  }
}


/*! ------------------------------------ =typography, =formatted -- */

.type-alt, .title, .comment-form input[type=submit], .nav-list, .sidebar-utility {
  font-family: "Lora", Georgia, serif;
}

.title {
  font-style: italic;
  font-weight: 400;
}
.title, .title a {
  color: #222;
}
.title a:hover {
  color: #5b9927;
}

.page-title {
  margin-bottom: 48px;
  font-size: 21px;
}
.page-title + .page-title-supplement {
  margin-top: -48px;
  margin-bottom: 24px;
  opacity: 0.65;
}

.subtitle, .post-list-title, .ingredient-list-title, .list-title {
  font-size: 21px;
}

.post-list-title {
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

.description, .formatted {
  word-wrap: break-word;
}

.formatted {
  font-size: 16px;
}
.formatted p, .formatted li {
  font-family: "Gentium Basic", "Lora", Georgia, serif;
  color: #666;
}
.formatted p, .formatted ol, .formatted ul, .formatted h1, .formatted h2, .formatted h3, .formatted h4, .formatted h5, .formatted h6, .formatted blockquote {
  margin-bottom: 24px;
}
.formatted p:last-child, .formatted ol:last-child, .formatted ul:last-child {
  margin-bottom: 0;
}
.formatted ol, .formatted ul {
  padding-right: 24px;
  position: relative;
  left: 24px;
}
.formatted ul {
  list-style-type: disc;
}
.formatted h1, .formatted h2, .formatted h3, .formatted h4, .formatted h5, .formatted h6 {
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  color: #222;
}
.formatted h5 {
  font-size: 18px;
}
.formatted h4 {
  font-size: 21px;
}
.formatted h3 {
  font-size: 24px;
  line-height: 36px;
}
.formatted h2 {
  font-size: 30px;
  line-height: 36px;
}
.formatted h1 {
  font-size: 36px;
  line-height: 48px;
}
.formatted img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.formatted .img-left, .formatted .img-right {
  max-width: 40%;
}
.formatted .img-left {
  float: left;
  margin-right: 24px;
}
.formatted .img-right {
  float: right;
  margin-left: 24px;
}
.formatted .img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.formatted blockquote {
  border: 1px dashed #ccc;
  background: #fff;
  padding: 12px;
}


@media all and (min-width: 470px) {
  .page-title {
    font-size: 24px;
  }
}


@media all and (min-width: 720px) {
  .page-title {
    font-size: 36px;
    line-height: 48px;
  }

  .subtitle {
    font-size: 30px;
    line-height: 48px;
  }

  .ingredient-list-title, .post-list-title {
    font-size: 24px;
    line-height: 48px;
  }

  .title.commenter {
    font-size: 21px;
  }
}


@media all and (max-width: 979px), all and (min-width: 1420px) {
  .page-title, .page-title-supplement, .ingredient-list-title, .subtitle {
    text-align: center;
  }
}


@media all and (min-width: 980px) {
  .subtitle {
    font-size: 36px;
  }

  .page-title {
    font-size: 42px;
  }
}


/*! ------------------------------------ =grids -- */

.grid {
  display: block;
  padding: 0;
  margin-right: -24px;
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
  text-rendering: optimizespeed;
  text-align: center;
}

.grid-item {
  box-sizing: border-box;
  width: 100%;
  display: -moz-inline-box;
  display: inline-block;
  padding: 0 24px 24px 0;
  margin: 0;
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto;
  text-align: left;
}
.lt-ie8 .grid-item {
  behavior: url("js/boxsizing.htc");
}
.lt-ie8 .grid-item {
  display: inline;
  zoom: 1;
}

@media all and (min-width: 470px) {
  .grid-1-2-s {
    width: 50%;
  }
}
@media all and (min-width: 720px) {
  .grid-1-3-m {
    width: 33.3%;
  }
}


/*! ------------------------------------ =icons -- */

.icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: url("../images/icons.png") no-repeat 0 0;
  font-size: 0;
  text-decoration: none;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}


@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  background-image: url("../images/icons@2x.png");
  background-size: 60px 40px;
}


.icon-rss {
  background-position: 0 0;
}
.icon-rss:hover, a:hover .icon-rss {
  background-position: 0 -20px;
}

.icon-mail {
  background-position: -20px 0;
}
.icon-mail:hover, a:hover .icon-mail {
  background-position: -20px -20px;
}

.icon-inst {
  background-position: -40px 0;
}
.icon-inst:hover, a:hover .icon-inst {
  background-position: -40px -20px;
}

.icon-tw {
  background-position: -60px 0;
}
.icon-tw:hover, a:hover .icon-tw {
  background-position: -60px -20px;
}

.icon-pin {
  background-position: -80px 0;
}
.icon-pin:hover, a:hover .icon-pin {
  background-position: -80px -20px;
}


/*! ------------------------------------ =components -- */

.block {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.content-block {
  margin-bottom: 24px;
}
.content-block-top {
  margin-top: 24px;
}
.layout-block {
  margin-bottom: 36px;
}
.layout-block-top {
  margin-top: 36px;
}

.img-left, .img-right {
  display: block;
  max-width: 40%;
}
.img-left {
  float: left;
  margin: 0 24px 12px 0;
}
.img-right {
  float: right;
  margin: 0 0 12px 24px;
}

.date {
  font-size: 14px;
  font-weight: 700;
  color: #5a5a5a;
}

.post-list .post-list-image {
  margin: 12px 0;
}
.post-list .summary {
  clear: both;
  color: #777;
}

.post-list li + li, .post-list + .post-list {
  margin-top: 24px;
}

.post-list.home-list > li:first-child {
  display: none;
}

.post-list-simple li + li {
  margin-top: 11px;
  padding-top: 12px;
  border-top: 1px dashed #e6e6e6;
}

.post-list-image {
  position: relative;
  overflow: hidden;
}
.post-list-image .title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 12px;
  margin-top: -12px;
  z-index: 3;
}

.ingredient-image {
  background: #000;
}
.ingredient-image, .ingredient-image img, .ingredient-image .title {
  transition: all 0.2s ease-in-out;
}
.ingredient-image img {
  position: relative;
  opacity: 0.45;
}
.ingredient-image .title {
  color: #fafafa;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8), 0 0 6px rgba(0, 0, 0, 0.5);
}
.no-touch .ingredient-image:hover img {
  opacity: 1;
}
.no-touch .ingredient-image:hover .title {
  opacity: 0;
}

.subsection-list a {
  display: block;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.subsection-list a.full-width {
  padding-bottom: 50%;
}
.subsection-list img {
  position: absolute;
  width: auto !important;
  height: 100% !important;
  max-width: none;
}
.csstransforms .subsection-list img {
  left: 50%;
  transform: translateX(-50%);
}
.subsection-list .title {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  padding: 12px;
  line-height: 24px;
  color: #fafafa;
  background: #000;
  background: rgba(0, 0, 0, 0.2);
  transform: translateY(-50%);
  z-index: 3;
}

.pagination {
  text-align: center;
}
.pagination a {
  display: inline-block;
  vertical-align: middle;
}
.pagination a:before, .pagination a:after {
  display: inline-block;
  opacity: 0.65;
}
.pagination .prev {
  margin-right: 12px;
}
.pagination .prev:before {
  content: "«";
  margin-right: 6px;
}
.pagination .next {
  margin-left: 12px;
}
.pagination .next:after {
  content: "»";
  margin-left: 6px;
}

.page-contents-nav {
  text-align: center;
}
.page-contents-nav a {
  display: block;
}

.comment-form input, .comment-form textarea, .search-form input, .search-form textarea {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  transition: all 0.2s ease-in-out;
}
.comment-form input:focus, .comment-form textarea:focus, .search-form input:focus, .search-form textarea:focus {
  border-color: #5b9927;
}

.comment-form div {
  margin-bottom: 12px;
}
.comment-form label {
  font-size: 14px;
  font-weight: 700;
  color: #777;
}
.comment-form label.required {
  color: #444;
}
.comment-form label.required:after {
  content: " *";
  color: #5497ab;
}
.comment-form input[type=submit] {
  background: #fff;
  border: 1px solid #5b9927;
  font-style: italic;
}
.comment-form input[type=submit]:focus, .comment-form input[type=submit]:hover {
  background: #5b9927;
  color: #fafafa;
}
.comment-form .error {
  color: #d44;
}

.comment .avatar {
  max-width: 20%;
  float: left;
  margin-right: 12px;
}


@media all and (max-width: 719px) {
  .post-list .category, .post-list .date, .post-list .summary {
    font-size: 12px;
  }

  .comment-list li + li {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px dashed #e6e6e6;
  }
}


@media all and (min-width: 720px) {
  .layout-block {
    margin-bottom: 48px;
  }

  .flourish-box {
    border: 24px solid transparent;
    border-image: url("../images/border-plain.png") 24 fill stretch;
  }
  .no-borderimage .flourish-box {
    border: 1px solid #ccc;
    padding: 12px;
  }

  .post-list .post-list-title {
    max-width: 80%;
    float: left;
    position: relative;
    z-index: 2;
  }
  .post-list .date, .post-list .category, .post-list .summary {
    font-size: 14px;
  }
  .post-list .date, .post-list .category {
    display: block;
    position: relative;
  }
  .post-list .meta {
    text-align: right;
  }
  .post-list .date {
    top: 3px;
  }
  .post-list .category {
    top: -3px;
  }

  .post-list li + li, .post-list + .post-list {
    margin-top: 48px;
  }

  .post-list-image {
    height: 120px;
    clear: both;
  }
  .post-list-image img {
    display: block;
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .post-list-image .title {
    margin-top: -24px;
    padding: 0 24px;
  }

  .ingredient-image {
    height: 72px;
  }

  .subsection-list a.full-width {
    padding-bottom: 33.3%;
  }

  .page-contents-nav a {
    display: inline-block;
  }
  .page-contents-nav a + a {
    border-left: 1px solid rgba(68, 68, 68, 0.2);
    margin-left: 12px;
    padding-left: 12px;
  }

  .comment {
    padding: 12px;
  }
  .comment .avatar {
    margin-right: 24px;
  }
  .comment .formatted {
    margin-top: 12px;
  }
}


@media all and (min-width: 980px) {
  .ingredient-image {
    height: 96px;
  }
}


@media all and (min-width: 980px) and (max-width: 1419px) {
  .page-contents-nav {
    text-align: left;
  }
}


@media all and (min-width: 1420px) {
  .post-list li, .page-contents-nav {
    position: relative;
  }

  .post-list .meta, .post-list .summary, .page-contents-nav .wrapper {
    width: 30%;
    position: absolute;
    left: 100%;
    top: 12px;
    text-align: left;
    margin-left: 78px;
  }

  .post-list li:before, .post-list li:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-right-width: 0;
    border-left-color: #d7d7d7;
    position: absolute;
    left: 100%;
    top: 24px;
    margin-left: 41px;
    margin-top: -8px;
    transform: scaleY(1.4);
  }
  .post-list li:after {
    border-left-color: #fafafa;
    border-width: 6px 0 6px 6px;
    margin-top: -6px;
  }
  .post-list .post-list-title {
    max-width: none;
    float: none;
    text-align: center;
  }
  .post-list .date, .post-list .category {
    display: inline;
    position: static;
  }
  .post-list .summary {
    top: 60px;
  }

  .page-title + .page-contents-nav .wrapper {
    top: 0;
  }
  .page-contents-nav a {
    display: block;
    padding-bottom: 12px;
  }
  .page-contents-nav a + a {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
}


/*! ------------------------------------ =header -- */

.page-header .logo {
  text-align: center;
}
.page-header .logo a {
  display: inline-block;
}
.page-header .logo .mark {
  max-width: 250px;
}

.page-image, .page-header-interior {
  height: 240px;
}

.page-image {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  overflow: hidden;
}
/*.page-image .positioner {
  width: 200%;
  height: 200%;
  position: absolute;
  left: -50%;
  top: -50%;
}*/
.page-image img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  will-change: transform;
}

.page-header-interior {
  margin: -24px -36px 24px;
  padding-top: 96px;
}
.page-header-interior .logo {
  text-align: center;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}
.page-header-interior .logo a {
  display: block;
  height: 48px;
}
.page-header-interior .logo a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: -0.2em;
  width: 0;
  height: 48px;
}
.page-header-interior .logo .mark, .page-header-interior .logo .type {
  display: inline-block;
  vertical-align: middle;
  margin-top: -6px;
}
.page-header-interior .logo .mark {
  max-height: 60px;
}
.page-header-interior .logo .type {
  max-width: 100px;
  position: relative;
  top: 4px;
  margin-left: 6px;
}


@media all and (max-width: 719px) {
  .page-header {
    padding: 12px 0;
  }
  .page-header .mark, .page-header .type {
    display: inline-block;
    vertical-align: middle;
  }
  .page-header .mark {
    max-height: 72px;
  }
  .page-header .type {
    position: relative;
    top: 5px;
    margin-left: 6px;
  }
}


@media all and (min-width: 720px) {
  .page-header {
    padding: 12px 0 24px;
  }
  .page-header .type {
    margin-top: 12px;
  }

  .page-image, .page-header-interior {
    height: 336px;
  }

  .page-header-interior {
    margin: -48px -60px 48px;
    padding-top: 132px;
  }
  .page-header-interior .logo a {
    height: 72px;
  }
  .page-header-interior .logo a:before {
    height: 72px;
  }
  .page-header-interior .logo .mark, .page-header-interior .logo .type {
    margin-top: -24px;
  }
  .page-header-interior .logo .mark {
    max-height: 120px;
  }
  .page-header-interior .logo .type {
    max-width: 130px;
    top: 5px;
    margin-left: 12px;
  }
}


@media all and (min-width: 980px) {
  .page-header {
    padding: 36px 0 48px;
  }
  .page-header .logo .type {
    margin-top: 24px;
  }

  .page-image, .page-header-interior {
    height: 480px;
  }

  .page-header-interior {
    padding-top: 204px;
  }
}


@media all and (min-width: 1420px) {
  .page-image, .page-header-interior {
    height: 576px;
  }

  .page-header-interior {
    padding-top: 252px;
  }

  .page-header-interior .logo {
    margin-left: -36.6%;
    margin-right: -36.6%;
  }
}


/*! ------------------------------------ =nav, =sidebar, =layout -- */

.page-nav {
  margin-bottom: 24px;
}
.page-nav .tagline {
  font-size: 14px;
  opacity: 0.8;
}
.page-nav strong {
  color: #5497ab;
}

.nav-list a {
  display: block;
  color: #777;
  text-transform: uppercase;
  position: relative;
}
.nav-list a:hover, .current .nav-list a {
  color: #5b9927;
}

.page-sidebar {
  position: relative;
}
.page-sidebar:before, .page-sidebar:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 46px;
  height: 11px;
  background: url("../images/flourish.png") no-repeat 50% 50%;
}
.page-sidebar:before {
  margin-bottom: 48px;
}
.page-sidebar:after {
  margin-top: 48px;
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .page-sidebar:before, .page-sidebar:after {
    background-image: url("../images/flourish@2x.png");
    background-size: 46px 11px;
  }
}

.page-sidebar .search-form {
  margin-top: -12px;
}

.sidebar-summary {
  margin-bottom: 24px;
  font-size: 12px;
  color: #aaa;
}

.sidebar-utility {
  font-style: italic;
}
.sidebar-utility li {
  display: inline-block;
}
.sidebar-utility a {
  display: block;
  line-height: 36px;
  color: #777;
}
.sidebar-utility a:hover {
  color: #5b9927;
}
.sidebar-utility .icon {
  margin: 0 3px;
}

.sidebar-ad {
  overflow: hidden;
  margin-top: 48px;
}


@media all and (max-width: 979px) {
  .page-nav {
    text-align: center;
  }
  .page-nav .tagline {
    display: none;
  }

  .nav-list li {
    display: inline-block;
  }
  .nav-list a {
    font-size: 14px;
    padding: 0 8px;
  }
  .nav-list .current a {
    color: #5497ab;
  }
  .nav-list .current a:before, .nav-list .current a:after {
    display: inline-block;
    color: #9cb6bd;
  }
  .nav-list .current a:before {
    content: "«";
    margin-right: 6px;
  }
  .nav-list .current a:after {
    content: "»";
    margin-left: 6px;
  }

  .page-content {
    margin-bottom: 48px;
  }

  .sidebar-portrait {
    max-width: 72px;
    float: left;
    margin: 0 12px 0 0;
  }

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


@media all and (min-width: 720px) and (max-width: 979px) {
  .page-nav {
    margin-bottom: 36px;
  }

  .nav-list a {
    font-size: 16px;
    padding: 0 24px;
  }

  .sidebar-utility a {
    padding: 0 24px;
  }
}


@media all and (min-width: 980px) {
  .page-nav, .page-sidebar {
    width: 25%;
    float: left;
    clear: left;
    padding-right: 24px;
    text-align: right;
  }

  .page-content {
    width: 75%;
    float: right;
    padding-left: 24px;
  }

  .page-nav {
    margin-bottom: 48px;
  }
  .page-nav .tagline {
    padding: 12px 0 50px;
  }

  .nav-list {
    margin-top: 6px;
    margin-bottom: 18px;
  }
  .nav-list a {
    line-height: 36px;
  }
  .nav-list a:after {
    content: "«";
    position: absolute;
    top: -2px;
    left: 100%;
    margin-left: 6px;
    visibility: hidden;
    opacity: 0;
    transform: translateX(12px);
    transition: transform 0.2s ease, opacity 0.2s ease, visibility 0s linear 0.2s;
  }
  .nav-list a:hover:after, .nav-list .current a:after {
    visibility: visible;
    transform: translateX(0);
    color: #5497ab;
    transition: transform 0.2s ease, opacity 0.2s ease, visibility 0s linear;
  }
  .nav-list .current a:after {
    opacity: 0.65;
  }
  .nav-list a:hover:after {
    opacity: 1;
  }

  .page-sidebar:before {
    position: absolute;
    right: 24px;
    top: 84px;
  }
  .page-sidebar:after {
    display: none;
  }

  .search-form input {
    text-align: right;
  }

  .sidebar-portrait {
    max-width: 192px;
    margin: 132px 0 24px auto;
  }

  .sidebar-summary {
    margin-bottom: 12px;
  }

  .sidebar-utility {
    padding: 6px 0;
  }
}


@media all and (min-width: 1420px) {
  .page-container {
    width: 58%;
    margin: 0 auto;
  }

  .page-nav, .page-sidebar {
    width: 42%;
    padding-right: 84px;
    margin-left: -42%;
  }

  .page-content {
    width: 100%;
    padding-left: 0;
  }

  .page-sidebar:before {
    right: 90px;
  }
}


/*! ------------------------------------ =unique -- */

.search-results-list .keyword {
  display: inline-block;
  padding: 0 6px;
  color: #fafafa;
  background: #5497ab;
}


/*! ------------------------------------ =footer -- */

.page-footer {
  clear: both;
  padding: 48px 24px 24px;
  text-align: center;
}

.footer-copyright {
  font-size: 12px;
  color: #aaa;
}


@media all and (min-width: 980px) {
  .page-footer {
    padding: 60px 0 24px;
  }
}


@media all and (min-width: 980px) and (max-width: 1419px) {
  .page-footer {
    text-align: left;
    margin-left: 25%;
    padding-left: 24px;
  }
}


/*! ------------------------------------ =fixes -- */

.designed-and-built-2014-tim-gavlick {
  top: inherit;
}

.group:after, body:after, .page-container:after, .formatted:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ie6 .group, .ie6 body, .ie6 .page-container, .ie6 .formatted {
  height: 1%;
}
.ie7 .group, .ie7 body, .ie7 .page-container, .ie7 .formatted {
  min-height: 1px;
}

[data-pin-href] {
  transform: translate(100%, 300%);
}
