/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

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

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

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

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

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

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

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

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

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

html {
  box-sizing: border-box; }

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

.action-form.-loading {
  opacity: 0.3; }

.action-form > .response-holder {
  display: none; }

.action-form > .response-holder {
  margin-top: 10px;
  font-size: 0.75019em;
  font-weight: bold; }

.action-form.-success > .form-holder {
  display: none; }

.action-form.-success > .response-holder, .action-form.-error > .response-holder {
  display: block; }

.action-form > .response-holder > .success {
  color: #185f28; }

.action-form > .response-holder > .error {
  color: #921a1a; }

.action-form.-success > .response-holder > .error, .action-form.-error > .response-holder > .success {
  display: none; }

.ad-block {
  padding-top: 20px;
  padding-bottom: 30px; }
  .ad-block::after {
    clear: both;
    content: "";
    display: block; }
  .ad-block.-side {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px; }
    @media screen and (max-width: 500px) {
      .ad-block.-side {
        margin: 0;
        float: none; }
        .ad-block.-side::after {
          clear: both;
          content: "";
          display: block; } }
  .ad-block.-big-rectangle > .media {
    width: 336px;
    height: 280px; }
    @media screen and (max-width: 500px) {
      .ad-block.-big-rectangle > .media {
        margin: 0 auto; } }
  @media screen and (max-width: 500px) {
    .ad-block.-super-banner, .ad-block.-half-banner {
      display: none; } }
  .ad-block.-super-banner > .media {
    width: 728px;
    margin: 0 auto; }
  .ad-block.-half-banner > .media {
    width: 468px;
    margin: 0 auto; }
  .ad-block.-responsive > .media {
    width: 100%; }
  .ad-block > .media > .warning {
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    color: #999;
    display: block;
    margin-bottom: 5px; }

.brand {
  text-decoration: none;
  display: inline-block;
  font-size: 1.77689em;
  margin: 0; }
  .brand > .clique {
    font-family: "Arapey", serif;
    font-style: italic;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: -3px;
    margin-right: 10px; }
  .brand > .cult {
    font-family: "Oswald", sans-serif;
    vertical-align: middle;
    display: inline-block; }
  .brand > .slogan {
    font-size: 13px;
    font-family: "Lato", sans-serif;
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    font-weight: 400;
    border-left: 1px solid #CCC;
    padding-left: 10px; }

.btn {
  background: transparent;
  border: 0;
  border-radius: 5px;
  padding: 8px 12px;
  font-size: 1em;
  cursor: pointer; }
  .btn.-sm {
    font-size: 0.75019em; }
  .btn.-lg {
    font-size: 1.333em; }
  .btn.-primary {
    background: #EEE; }
  .btn.-primary:hover {
    background: #d5d5d5; }

.category-menu {
  position: fixed;
  left: 0;
  top: 60px;
  width: 100%;
  background: #FFF;
  border-bottom: 1px solid #EEE;
  text-align: center;
  z-index: 800;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05); }
  .category-menu > .toggle {
    display: none; }
  .category-menu > ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .category-menu > ul > li {
    display: inline-block; }
    @media screen and (max-width: 500px) {
      .category-menu > ul > li {
        display: block; } }
  .category-menu > ul > .toggle {
    display: none; }
    @media screen and (max-width: 500px) {
      .category-menu > ul > .toggle {
        display: block; } }
  .category-menu > ul > .toggle > label:after {
    content: "keyboard_arrow_down";
    display: inline-block; }
  .category-menu > .toggle:checked ~ ul > .toggle > label:after {
    content: "keyboard_arrow_up"; }
  @media screen and (max-width: 500px) {
    .category-menu > ul > li {
      display: none; } }
  @media screen and (max-width: 500px) {
    .category-menu > .toggle:checked ~ ul > li {
      display: block; } }
  .category-menu > ul > li > a, .category-menu > ul > li > .link {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 5px 10px;
    font-size: 1em;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    border-right: 1px solid #EEE; }
    @media screen and (max-width: 500px) {
      .category-menu > ul > li > a, .category-menu > ul > li > .link {
        border: 0; } }
  .category-menu > ul > li > a:hover {
    color: #999; }
  .category-menu > ul > li:last-child > a {
    border-right: 0; }

.container, .double-layout {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto; }
  .container::after, .double-layout::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 500px) {
    .container, .double-layout {
      width: 100%;
      padding-left: 5%;
      padding-right: 5%;
      overflow: hidden; } }

.double-layout {
  padding-top: 10px; }
  .double-layout > .content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .double-layout > .content:last-child {
      margin-right: 0; }
    @media screen and (max-width: 500px) {
      .double-layout > .content {
        width: 100%; }
        .double-layout > .content::after {
          clear: both;
          content: "";
          display: block; } }
  .double-layout > .side {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .double-layout > .side:last-child {
      margin-right: 0; }
    @media screen and (max-width: 500px) {
      .double-layout > .side {
        width: 100%; }
        .double-layout > .side::after {
          clear: both;
          content: "";
          display: block; } }
  .double-layout > .side > .post-list > .section-title {
    margin-bottom: 0; }

.footer {
  margin-top: 190px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #F4F4F4; }
  .footer::after {
    clear: both;
    content: "";
    display: block; }
  .footer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    margin-top: -240px;
    opacity: 0.20;
    left: 0;
    background: url(../images/skyline_small.png) no-repeat; }
  .footer > .container > .about, .footer > .double-layout > .about {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .footer > .container > .about:last-child, .footer > .double-layout > .about:last-child {
      margin-right: 0; }
    @media screen and (max-width: 500px) {
      .footer > .container > .about, .footer > .double-layout > .about {
        width: 100%;
        margin-bottom: 10px; }
        .footer > .container > .about::after, .footer > .double-layout > .about::after {
          clear: both;
          content: "";
          display: block; } }
  .footer > .container > .about > .brand, .footer > .double-layout > .about > .brand {
    color: #777; }
  .footer > .container > .about > p, .footer > .double-layout > .about > p {
    font-size: 0.75019em;
    color: #777; }
  .footer > .container > .about > p > a, .footer > .double-layout > .about > p > a {
    color: #777; }
  .footer > .container > .menu.-first, .footer > .double-layout > .menu.-first {
    margin-left: 8.5298%; }
    @media screen and (max-width: 500px) {
      .footer > .container > .menu.-first, .footer > .double-layout > .menu.-first {
        margin-left: 0%;
        width: 100%;
        margin-bottom: 30px; }
        .footer > .container > .menu.-first::after, .footer > .double-layout > .menu.-first::after {
          clear: both;
          content: "";
          display: block; } }
  .footer > .container > .menu, .footer > .double-layout > .menu {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    margin-right: 0; }
    .footer > .container > .menu:last-child, .footer > .double-layout > .menu:last-child {
      margin-right: 0; }
    @media screen and (max-width: 500px) {
      .footer > .container > .menu, .footer > .double-layout > .menu {
        width: 100%;
        margin-bottom: 30px; }
        .footer > .container > .menu::after, .footer > .double-layout > .menu::after {
          clear: both;
          content: "";
          display: block; } }
  .footer > .container > .menu > .title, .footer > .double-layout > .menu > .title {
    margin-top: 0;
    margin-bottom: 10px;
    color: #777;
    font-size: 1em; }
  .footer > .container > .menu > ul, .footer > .double-layout > .menu > ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .footer > .container > .menu > ul > li > a, .footer > .double-layout > .menu > ul > li > a {
    color: #777;
    text-decoration: none;
    font-size: 0.75019em; }
  .footer > .container > .menu > ul > li > a:hover, .footer > .double-layout > .menu > ul > li > a:hover {
    color: #555; }

.form-group {
  width: 100%;
  margin-bottom: 15px; }
  .form-group::after {
    clear: both;
    content: "";
    display: block; }
  .form-group > .input, .form-group > span > .input {
    width: 100%;
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 10px;
    font-size: 0.75019em; }
  .form-group > .input:focus, .form-group > span > .input:focus {
    border-color: #999;
    box-shadow: none;
    outline: none; }
  .form-group > .help {
    font-size: 0.56278em;
    color: #666;
    margin: 0;
    margin-top: 5px; }

.groupped-input > .form-group {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 91.4702%;
  margin-right: 0; }
  .groupped-input > .form-group:last-child {
    margin-right: 0; }

.groupped-input > .btn {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 6.17215%; }
  .groupped-input > .btn:last-child {
    margin-right: 0; }

.icon, .category-menu > ul > .toggle > label:after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

.modal .checkbox {
  display: none; }

/* Gray background */
.modal .modal-overlay {
  opacity: 0;
  transition: all 0.3s ease;
  width: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  transform: scale(1);
  display: flex;
  background-color: rgba(0, 0, 0, 0.7); }

/* Box */
.modal .modal-wrap {
  background-color: #FFF;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  padding: 20px;
  width: 60%;
  max-width: 640px;
  margin: 100px auto;
  align-self: flex-start;
  border-radius: 2px;
  transition: all 0.5s ease; }

.modal .modal-wrap .entry > p {
  font-size: 0.75019em;
  margin-top: 0; }

.modal .modal-wrap .entry > .subtitle {
  margin-top: 0;
  margin-bottom: 5px; }

.modal .modal-wrap.small {
  width: 30%; }

.modal .modal-wrap.full {
  width: 100%;
  height: 100%; }

.modal .modal-wrap.a-center {
  align-self: center; }

.modal .modal-wrap.from-left {
  transform: translateX(-100%); }

.modal .modal-wrap.from-right {
  transform: translateX(100%); }

.modal .modal-wrap.from-top {
  transform: translateY(-100%); }

.modal .modal-wrap.from-bottom {
  transform: translateY(100%); }

.modal .double-panel .col {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  .modal .double-panel .col:last-child {
    margin-right: 0; }
  @media screen and (max-width: 500px) {
    .modal .double-panel .col {
      width: 100%; }
      .modal .double-panel .col::after {
        clear: both;
        content: "";
        display: block; } }

.modal .double-panel .col.-highlight {
  background: #f5fdfd;
  padding: 20px; }

/* Close button */
.modal .modal-overlay .close {
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 40px;
  width: 30px;
  height: 30px;
  color: #282c34; }

.modal .modal-overlay .close:hover {
  cursor: pointer;
  color: #4b5361; }

.modal .o-close {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -100; }

.modal input:checked ~ .o-close {
  z-index: 9998; }

.modal input:checked ~ .modal-overlay {
  transform: scale(1);
  opacity: 1;
  z-index: 9997;
  overflow: auto; }

.modal input:checked ~ .modal-overlay .modal-wrap {
  transform: translateY(0);
  z-index: 9999; }

/* Responsive Design */
/* Tablet size */
@media (max-width: 800px) {
  .modal .modal-wrap {
    width: 80%;
    padding: 20px; } }

/* Phone size */
@media (max-width: 500px) {
  .modal .modal-wrap {
    width: 90%; } }

.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 10; }
  .pagination::after {
    clear: both;
    content: "";
    display: block; }
  .pagination > li {
    display: inline-block;
    margin-right: 2px; }
  .pagination > li > a, .pagination > li > .current {
    display: block;
    padding: 3px 8px;
    border: 1px solid #999;
    text-decoration: none;
    color: #000; }
  .pagination > li > .current, .pagination > li > a:hover {
    background: #000;
    color: #FFF;
    border-color: #000; }

.post-display > .header {
  margin-bottom: 10px; }
  .post-display > .header::after {
    clear: both;
    content: "";
    display: block; }

.post-display > .header > .title {
  font-size: 3.15733em;
  font-family: "Yantramanav", sans-serif;
  font-weight: bolder;
  line-height: 80%;
  margin: 0;
  margin-top: 5px; }

.post-display > .header > .category {
  display: inline-block;
  margin-top: 0;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  background: #09bfc3;
  color: #FFF;
  padding: 3px;
  text-decoration: none;
  font-size: 0.75019em; }

.post-display > .header > .category:hover {
  background: #056062; }

.post-display > .header > .meta {
  color: #666;
  font-size: 1em;
  margin-top: 5px; }

.post-display > .header > .meta > a {
  text-decoration: none;
  font-weight: bold;
  color: #000; }

.post-display > .image > img {
  max-width: 100%;
  height: auto; }

.post-display > .lead {
  font-size: 1.333em;
  font-weight: bold;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
  margin-bottom: 20px; }

.post-display > .lead > p {
  margin: 0; }

.post-display > .entry {
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 1em;
  font-family: "Libre Baskerville", serif; }
  .post-display > .entry::after {
    clear: both;
    content: "";
    display: block; }

.post-display > .entry img {
  max-width: 100%;
  height: auto; }

.post-display > .entry p {
  line-height: 190%;
  margin-bottom: 1.77689em; }

.post-display > .entry ul > li {
  margin-bottom: 5px; }

.post-display > .entry h2 {
  font-family: "Yantramanav", sans-serif;
  font-size: 2.36859em; }

.post-display > .entry h3 {
  font-family: "Yantramanav", sans-serif;
  font-size: 1.77689em; }

.post-display > .share {
  margin: 0;
  padding: 0;
  list-style: none; }
  .post-display > .share::after {
    clear: both;
    content: "";
    display: block; }

.post-display > .share > li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  .post-display > .share > li:last-child {
    margin-right: 0; }

@media screen and (max-width: 500px) and (max-width: 500px) {
  .post-display > .share > li {
    width: 100%;
    margin-bottom: 10px; }
    .post-display > .share > li::after {
      clear: both;
      content: "";
      display: block; } }

.post-display > .share > li > a {
  display: block;
  text-align: center;
  background: #CCC;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  color: #FFF;
  padding: 15px; }

.post-display > .share > li > .facebook {
  background: #3b5998; }

.post-display > .share > li > .facebook:hover {
  background: #1e2e4f; }

.post-display > .share > li > .twitter {
  background: #3cf; }

.post-display > .share > li > .twitter:hover {
  background: #0099cc; }

.post-display > .comments {
  margin-top: 50px; }
  .post-display > .comments::after {
    clear: both;
    content: "";
    display: block; }

.post-grid {
  display: block;
  margin-top: 20px;
  margin-bottom: 0; }
  .post-grid::after {
    clear: both;
    content: "";
    display: block; }
  .post-grid > .post-item {
    margin-bottom: 40px; }
  .post-grid.-highlight {
    background: #f5fdfd;
    padding: 20px;
    margin-bottom: 40px; }
  .post-grid.-lg > .post-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .post-grid.-lg > .post-item:last-child {
      margin-right: 0; }
    @media screen and (max-width: 500px) {
      .post-grid.-lg > .post-item {
        width: 100%; }
        .post-grid.-lg > .post-item::after {
          clear: both;
          content: "";
          display: block; } }
  .post-grid.-lg > .post-item > .title {
    font-size: 2.36859em; }
  .post-grid.-md > .post-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .post-grid.-md > .post-item:last-child {
      margin-right: 0; }
    @media screen and (max-width: 500px) {
      .post-grid.-md > .post-item {
        width: 100%; }
        .post-grid.-md > .post-item::after {
          clear: both;
          content: "";
          display: block; } }
  .post-grid.-md > .post-item > .title {
    font-size: 1.77689em; }
  .post-grid.-md > .post-item > .image {
    height: 250px;
    overflow: hidden; }
  .post-grid.-sm > .post-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .post-grid.-sm > .post-item:last-child {
      margin-right: 0; }
    .post-grid.-sm > .post-item:nth-child(4n) {
      margin-right: 0; }
    .post-grid.-sm > .post-item:nth-child(4n+1) {
      clear: left; }
    @media screen and (max-width: 500px) {
      .post-grid.-sm > .post-item {
        width: 100%; }
        .post-grid.-sm > .post-item::after {
          clear: both;
          content: "";
          display: block; }
        .post-grid.-sm > .post-item:nth-child(0) {
          margin-right: 0; } }
  .post-grid.-sm > .post-item > .image {
    height: 145px;
    overflow: hidden; }
    @media screen and (max-width: 500px) {
      .post-grid.-sm > .post-item > .image {
        height: auto; } }

.post-item > .image > img, .post-item > .image > a > img {
  max-width: 100%;
  height: auto;
  display: block; }

.post-item > .category > a {
  display: inline-block;
  margin-top: 5px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  background: #09bfc3;
  color: #FFF;
  padding: 3px;
  text-decoration: none;
  font-size: 0.75019em; }

.post-item > .category > a:hover {
  background: #056062; }

.post-item > .title, .post-item > .content > .title {
  margin: 0;
  margin-top: 5px;
  line-height: 80%;
  font-weight: 900;
  font-size: 1.333em;
  font-family: "Yantramanav", sans-serif; }

.post-item > .title > a, .post-item > .content > .title > a {
  text-decoration: none;
  color: #000; }

.post-item > .title > a:hover, .post-item > .content > .title > a:hover {
  color: #444; }

.post-item > .entry {
  margin-top: 10px;
  font-size: 1em;
  color: #444; }

.post-item > .content > .meta, .post-item > .meta {
  color: #666;
  font-size: 0.75019em;
  margin-top: 5px; }

.post-list {
  margin-bottom: 20px; }
  .post-list::after {
    clear: both;
    content: "";
    display: block; }
  .post-list.-sm > .title {
    font-size: 1.333em; }
  .post-list > .post-item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000; }
    .post-list > .post-item::after {
      clear: both;
      content: "";
      display: block; }
  .post-list .post-item:last-child {
    border-bottom: 0; }
  .post-list > .post-item > .image {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .post-list > .post-item > .image:last-child {
      margin-right: 0; }
  .post-list.-lg > .post-item > .image {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%; }
    .post-list.-lg > .post-item > .image:last-child {
      margin-right: 0; }
  .post-list > .post-item > .content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%; }
    .post-list > .post-item > .content:last-child {
      margin-right: 0; }
  .post-list.-lg > .post-item > .content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%; }
    .post-list.-lg > .post-item > .content:last-child {
      margin-right: 0; }
  .post-list > .post-item > .content > .category, .post-list > .post-item > .category {
    text-transform: uppercase;
    font-size: 0.75019em;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    text-decoration: none;
    color: #09bfc3; }
  .post-list > .post-item > .content > .category:hover, .post-list > .post-item > .category:hover {
    color: #056062; }
  .post-list > .post-item > .content > .title {
    font-size: 1.333em; }
  .post-list.-sm > .post-item > .content > .title {
    font-size: 1em;
    line-height: 110%;
    font-weight: 600; }
  .post-list.-lg > .post-item > .content > .title {
    font-size: 1.77689em; }
  .post-list > .post-item > .content > .entry {
    margin-top: 5px;
    font-size: 1em; }
  .post-list > .post-item > .content > .entry p {
    margin: 0; }

.search-bar > .toggle {
  display: none; }

.search-bar > .toggle:checked ~ .wrap {
  display: block; }

.search-bar > .wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #000;
  z-index: 3000;
  height: 90px; }

.search-bar > .wrap > .center {
  width: 600px;
  margin: 28px auto; }
  @media screen and (max-width: 500px) {
    .search-bar > .wrap > .center {
      width: 75%;
      margin-left: 5%; } }

.search-bar > .wrap > .center > form > .groupped-input > .btn {
  color: #FFF; }

.search-bar > .wrap > .close {
  display: block;
  padding: 3px;
  color: #000;
  position: absolute;
  right: 20px;
  background: #FFF;
  cursor: pointer; }

.search-bar > .wrap > .close:hover {
  background: #EEE; }

.search-form {
  padding: 20px; }
  .search-form > .input {
    border: 1px solid #CCC;
    border-radius: 5px;
    font-size: 1em;
    padding: 7px;
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    box-shadow: none; }
  .search-form > .input:focus, .search-form > .input:active {
    outline: none;
    box-shadow: none;
    border-color: #999; }
  .search-form > .btn {
    background: none;
    border: 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 0;
    height: auto; }
  .search-form > .btn:active, .search-form > .btn:focus {
    border: 0;
    outline: none; }
  .search-form > .btn > .icon, .category-menu > ul.search-form > .toggle.btn > label:after {
    font-size: 30px;
    color: #000; }

.section-title {
  font-size: 1.77689em;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 2px solid;
  padding-bottom: 5px;
  margin-top: 0; }
  .section-title.-sm {
    font-size: 1.333em; }
  .section-title.-w-top-margin {
    margin-top: 20px; }

.side-box {
  margin-bottom: 20px;
  position: relative; }
  .side-box.-sticky {
    position: fixed;
    top: 100px;
    z-index: 200; }
    @media screen and (max-width: 500px) {
      .side-box.-sticky {
        position: relative; } }
  .side-box.-highlight {
    padding: 20px;
    background: #f5fdfd;
    border: 1px solid #f1f1f1;
    border-radius: 3px; }
  .side-box > .title {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 300;
    font-family: "Oswald", sans-serif;
    font-size: 1.333em; }
  .side-box > .entry {
    margin-top: 10px;
    font-size: 1em; }
  .side-box > .entry > .facebook {
    text-decoration: none;
    color: #3b5998;
    font-weight: bold; }
  .side-box > .entry > .twitter {
    text-decoration: none;
    color: #3cf;
    font-weight: bold; }
  .side-box > form {
    margin-top: 15px; }

.topbar {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 900;
  background: #333;
  height: 60px;
  width: 100%; }
  .topbar::after {
    clear: both;
    content: "";
    display: block; }
  .topbar > .menu {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none; }
  .topbar > .menu.-right {
    float: right; }
    @media screen and (max-width: 500px) {
      .topbar > .menu.-right {
        display: none; } }
  .topbar > .menu > li {
    display: inline-block;
    vertical-align: middle;
    height: 59px;
    overflow: hidden;
    margin-left: -5px; }
  .topbar > .menu li:last-child > a, .topbar > .menu li:last-child > .link {
    border-right: 0; }
  .topbar > .menu.-right > li, .topbar .menu.-right > li {
    border-right: 0;
    margin-left: 0;
    margin-right: -5px; }
  .topbar > .menu > li > a, .topbar .menu > li > .link {
    font-family: "Yantramanav", sans-serif;
    display: block;
    height: 100%;
    position: relative;
    line-height: 60px;
    padding: 0 20px;
    color: #FFF;
    text-decoration: none;
    font-size: 0.75019em;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    border-right: 1px solid #464646; }
  .topbar > .menu > li > a:hover, .topbar .menu > li > .link:hover {
    background: #000; }
  .topbar > .center > .brand {
    padding: 6px 10px;
    padding-top: 3px;
    color: #FFF;
    background: #000;
    margin: 9px; }
  .topbar > .center > .brand > .cult {
    color: #d2feff; }
  .topbar > .center > .brand:hover {
    background: #FFF; }
  .topbar > .center > .brand:hover > .cult, .topbar > .center > .brand:hover {
    color: #000; }
  .topbar > .corner.-right {
    float: right; }
  .topbar > .center {
    width: 40%;
    margin-left: -20%;
    left: 50%;
    position: absolute;
    text-align: center; }
    @media screen and (max-width: 500px) {
      .topbar > .center {
        width: 80%;
        margin-left: -40%; } }

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 90px; }

a {
  color: #286bc3; }
