/* normalize-scss 3.0.0-alpha.2+normalize.3.0.0 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Base
   ========================================================================== */
/**
 * Establish a vertical rhythm unit using $base-font-size, $base-line-height,
 * and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
 * body `font-size` is set using `em` units.
 */
html {
  font-size: 100%;
  line-height: 1.5em;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9. Correct `block` display
 * not defined on `summary` and `details` in IE and Firefox and on `main` in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 */
[hidden] {
  display: none;
}

/**
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
blockquote {
  margin: 1.5em 40px;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
p,
pre {
  margin: 1.5em 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * 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: 1.5em 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
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
}

/**
 * Correct overflow displayed in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1.5em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 5. Improve appearance and consistency with IE 6/7.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  *font-family: sans-serif;
  /* 4 */
  *vertical-align: middle;
  /* 5 */
}

/**
 * Address `overflow` set to `hidden` in IE.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 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;
  box-sizing: content-box;
  /* 2 */
  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em;
}

/**
 * 1. Correct `color` not being inherited in IE.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * Remove default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ========================================================================== *\
	@group Typography
\* ========================================================================== */
body {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  color: #898f94;
}

blockquote, dl, dt, form, h1, h2, h3, h4, h5, dd, h6, li, ol, p, pre, ul {
  font-size: 1em;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

em, i {
  font-style: italic;
  line-height: inherit;
}

strong, b {
  font-weight: 600;
  line-height: inherit;
}

abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  border-bottom: 1px solid #898f94;
  cursor: help;
}

abbr {
  text-transform: none;
}

hr {
  margin: 40px 0;
  height: 0;
  clear: both;
  border: solid #898f94;
  border-width: 2px 0 0;
  opacity: 0.6;
}

p, ol, ul, dl {
  margin-bottom: 1em;
}

a {
  text-decoration: none;
}
a:link, a:visited {
  color: #4ebde9;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
a:hover, a:active, a:focus {
  color: #ebf2f4;
  outline: none;
  -webkit-transition-duration: 50ms;
  transition-duration: 50ms;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0.5em;
  text-rendering: optimizeLegibility;
  color: #d0dfe7;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 21px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 16px;
  text-transform: uppercase;
}

ul, ol, dl {
  list-style-position: outside;
  margin-bottom: 1em;
  padding-left: 1.5em;
}

ul li ul,
ul li ol,
ol li ul,
ol li ol {
  margin: 0.25em 0;
}

ul {
  list-style-type: disc;
}
ul li ul {
  list-style-type: circle;
}

ol {
  list-style-type: decimal;
}
ol li ol {
  list-style-type: lower-alpha;
}

blockquote {
  border-left: 3px solid #898f94;
  margin-bottom: 1em;
  padding: 0 1.5em;
}
blockquote p {
  margin: 0 0 1em;
}
blockquote > *:last-child {
  margin-bottom: 0;
}
blockquote footer {
  margin-top: 1em;
}
blockquote footer::before {
  content: "\2014";
  margin-right: 0.2em;
}

pre {
  margin-bottom: 1em;
}
pre code {
  font-size: 0.875em;
}

.search-results > * {
  color: #898f94 !important;
}
.search-results .search_query:before {
  content: '\201C';
}
.search-results .search_query:after {
  content: '\201D';
}

@media screen and (min-width: 500px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 21px;
  }
}
@media screen and (min-width: 700px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 21px;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 21px;
  }
}
svg, svg * {
  pointer-events: none !important;
}

/* Alignment */
.align-left {
  float: left;
  margin: 0 1em 1em 0;
}

.align-right {
  float: right;
  margin: 0 0 1em 1em;
}

.align-center {
  display: block;
  margin: 0 auto 1em;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}

.padded {
  padding: 1em;
}

.padded-tb {
  padding: 1em 0;
}

.padded-sides {
  padding: 0 1em;
}

/* Media */
img {
  max-width: 100%;
  height: auto;
}

.video-wrapper {
  background: transparent;
}
.video-wrapper p {
  margin-top: 1em;
}

figure {
  margin: 0;
  padding: 0;
}

/* ========================================================================== *\
	@group Buttons
\* ========================================================================== */
.button {
  display: inline-block;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  padding: 0.75em 1em;
  border: none !important;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 1px 1px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.button.small {
  font-size: 18px;
}
.button.large {
  font-size: 24px;
}
.button:link, .button:visited {
  color: #ebf3f4;
  background-color: #8dab36;
}
.button:hover, .button:focus, .button:active {
  color: #f8fbfb;
  background-color: #819b31;
}
.button.dark:link, .button.dark:visited {
  color: #b9bfc0;
  background-color: #52585b;
}
.button.dark:hover, .button.dark:focus, .button.dark:active {
  color: #c4c9ca;
  background-color: #5c6366;
}

/* ========================================================================== *\
	@group Layout
\* ========================================================================== */
html, body {
  position: relative;
  height: 100%;
}

body {
  width: 100%;
  background-color: #3a3e40;
  overflow-anchor: none;
}

.inner {
  max-width: 90em;
  margin: 0 auto;
}

.page-wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

#page {
  width: 100%;
  position: relative;
  min-width: 20em;
  padding-top: 100px;
}
@media screen and (min-width: 60em) {
  #page {
    padding-top: 140px;
  }
}

/* Fixed Content */
#widget-area, #page-header, #content, #page-footer {
  -webkit-transition: -webkit-transform 300ms;
  transition: transform 300ms;
}
@media screen and (min-width: 60em) {
  .csstransforms3d .widget-area-open #widget-area, .csstransforms3d .widget-area-open #page-header, .csstransforms3d .widget-area-open #content, .csstransforms3d .widget-area-open #page-footer {
    -webkit-transform: translate3d(0, 320px, 0);
    transform: translate3d(0, 320px, 0);
  }
  .no-csstransforms3d.csstransforms .widget-area-open #widget-area, .no-csstransforms3d.csstransforms .widget-area-open #page-header, .no-csstransforms3d.csstransforms .widget-area-open #content, .no-csstransforms3d.csstransforms .widget-area-open #page-footer {
    -webkit-transform: translateY(320px);
    -ms-transform: translateY(320px);
    transform: translateY(320px);
  }
}

/* Content Spacing */
.inner {
  padding: 0 20px;
}
@media screen and (min-width: 48em) {
  .inner {
    padding: 0 50px;
  }
}

#banner-slider,
#page-hero,
#call-to-action,
#featured-projects,
#content-main,
#portfolio-grid,
#ajax-controls,
#permalink-pagination,
.post-detail,
.post-detail .categories,
.post-content,
.post-notes,
.post-comments {
  margin: 30px auto;
}
@media screen and (min-width: 48em) {
  #banner-slider,
  #page-hero,
  #call-to-action,
  #featured-projects,
  #content-main,
  #portfolio-grid,
  #ajax-controls,
  #permalink-pagination,
  .post-detail,
  .post-detail .categories,
  .post-content,
  .post-notes,
  .post-comments {
    margin: 40px auto;
  }
}
@media screen and (min-width: 60em) {
  #banner-slider,
  #page-hero,
  #call-to-action,
  #featured-projects,
  #content-main,
  #portfolio-grid,
  #ajax-controls,
  #permalink-pagination,
  .post-detail,
  .post-detail .categories,
  .post-content,
  .post-notes,
  .post-comments {
    margin: 50px auto;
  }
}

@media screen and (min-width: 60em) {
  #content-main {
    min-height: 30em;
  }
}

/* Hide content from search pages */
.is-search-page #banner-slider,
.is-search-page #page-hero,
.is-search-page #call-to-action,
.is-search-page #featured-projects {
  display: none;
}

/* ===[ Spinner ]=== */
#spinner-underlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3a3e40;
  z-index: 10004;
}
.wf-loading #spinner-underlay {
  display: block;
}

#spinner {
  display: none;
  width: 120px;
  height: 120px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -60px;
  color: #ebf3f5;
  background-color: rgba(46, 49, 51, 0.9);
  border-radius: 5px;
  z-index: 10005;
}
.wf-loading #spinner {
  background-color: transparent !important;
}

/* ========================================================================== *\
	@group Swiper
\* ========================================================================== */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  transition-property: transform, left, top;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  position: relative;
  float: left;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

/* ===[ Custom Styles ]=== */
.swiper-container,
.swiper-wrapper,
.swiper-slide {
  height: auto !important;
}

/* ===[ Featured Projects Slider ]=== */
#featured-projects .swiper-slide .featured-post {
  opacity: 0.5;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: opacity 200ms, -webkit-transform 200ms;
  transition: opacity 200ms, transform 200ms;
}
#featured-projects .swiper-slide.swiper-slide-active .featured-post {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#featured-projects .swiper-slide > * {
  margin-bottom: 0 !important;
}
#featured-projects .swiper-control-nav {
  height: 50px;
  padding: 19px 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#featured-projects .swiper-pagination-switch {
  margin: 0 3px;
  background-color: #5c6366;
  cursor: pointer;
}
#featured-projects .swiper-pagination-switch:hover {
  background-color: whitesmoke;
}
#featured-projects .swiper-pagination-switch.swiper-active-switch {
  background-color: #4ebde9;
}

/* ===[ Pagination Styles ]=== */
.swiper-control-nav {
  cursor: default;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 24px;
  height: 12px;
  vertical-align: top;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.swiper-pagination-switch.swiper-active-switch {
  cursor: default !important;
}

/* ===[ Direction Nav ]=== */
.swiper-direction-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
}
.swiper-direction-nav .arrow {
  display: block;
  float: left;
  margin-right: 1px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.swiper-direction-nav .arrow span {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-direction-nav .arrow.disabled {
  cursor: default;
  pointer-events: none;
}

/* ========================================================================== *\
	@group Widget Area
\* ========================================================================== */
#widget-area {
  position: fixed;
  top: -320px;
  right: 0;
  left: 0;
  height: 320px;
  background-color: #2c2f30;
  overflow: hidden;
  z-index: 998;
}
#widget-area::after {
  content: '';
  display: block;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.05)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
  pointer-events: none;
}
@media screen and (min-width: 60.0625em) {
  .tmblr-iframe-pushdown:not(.hide-tmblr-controls) #widget-area {
    top: -266px;
  }
}

/* Toggle */
.widget-area-toggle {
  display: block;
  width: 48px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -24px;
  background-color: #2c2f30;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
}
#page-header.small .widget-area-toggle {
  height: 27px;
}
.widget-area-toggle .toggle-wrap {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 -1px 0 rgba(230, 230, 230, 0.1);
  box-shadow: inset 0 -1px 0 rgba(230, 230, 230, 0.1);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.widget-area-toggle .toggle-left-corner,
.widget-area-toggle .toggle-right-corner {
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  background-color: #2c2f30;
}
.widget-area-toggle .toggle-left-corner::after,
.widget-area-toggle .toggle-right-corner::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.widget-area-toggle .toggle-left-corner {
  left: -5px;
}
.widget-area-toggle .toggle-right-corner {
  right: -5px;
}
.widget-area-toggle::before, .widget-area-toggle::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  background-color: #35393b;
  border-radius: 10em;
  z-index: 2;
}
.widget-area-toggle::before {
  left: -10px;
}
.widget-area-toggle::after {
  right: -10px;
}
.widget-area-toggle .toggle-icon {
  display: block;
  width: 24px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -12px;
  background-color: #4ebde9;
  -webkit-box-shadow: 0 -6px 0 0 #4ebde9, 0 6px 0 0 #4ebde9;
  box-shadow: 0 -6px 0 0 #4ebde9, 0 6px 0 0 #4ebde9;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
#page-header.small .widget-area-toggle .toggle-icon {
  height: 2px;
  margin-top: -2px;
  -webkit-box-shadow: 0 -4px 0 0 #4ebde9, 0 4px 0 0 #4ebde9;
  box-shadow: 0 -4px 0 0 #4ebde9, 0 4px 0 0 #4ebde9;
}
.widget-area-toggle:hover .toggle-icon {
  background-color: #fff;
  -webkit-box-shadow: 0 -6px 0 0 #fff, 0 6px 0 0 #fff;
  box-shadow: 0 -6px 0 0 #fff, 0 6px 0 0 #fff;
}
#page-header.small .widget-area-toggle:hover .toggle-icon {
  -webkit-box-shadow: 0 -4px 0 0 #fff, 0 4px 0 0 #fff;
  box-shadow: 0 -4px 0 0 #fff, 0 4px 0 0 #fff;
}

.widget-area-toggle,
.widget-area-toggle .toggle-icon,
.widget-area-toggle .toggle-icon::before,
.widget-area-toggle .toggle-icon::after {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

@media screen and (max-width: 60em) {
  .widget-area-toggle {
    display: none;
    visibility: hidden;
  }
}
/* Scrollbars */
.mCustomScrollBox {
  height: auto !important;
}

.mCustomScrollBox .mCSB_scrollTools .mCSB_draggerRail {
  height: 6px;
  margin: 5px auto;
  background-color: rgba(0, 0, 0, 0.25);
}
.mCustomScrollBox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px auto;
  background-color: #697077;
}
.mCustomScrollBox .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCustomScrollBox .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #4ebde9;
}

.mCustomScrollBox .mCSB_scrollTools,
.mCustomScrollBox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.mCustomScrollBox .mCSB_scrollTools:hover,
.mCustomScrollBox .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  -webkit-transition-duration: 50ms;
  transition-duration: 50ms;
}

/* ========================================================================== *\
	@group Header
\* ========================================================================== */
#page-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 140px;
  background-color: #35393b;
  -webkit-box-shadow: 0 1px 0 rgba(230, 230, 230, 0.05);
  box-shadow: 0 1px 0 rgba(230, 230, 230, 0.05);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 999;
}
#page-header::before {
  content: '';
  display: block;
  height: 80px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.025)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.025) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.025) 100%);
  z-index: 1;
}
#page-header .inner {
  position: relative;
  height: 100%;
  z-index: 2;
}
#page-header .header-contents {
  position: relative;
  height: 100%;
  margin: 0 auto;
  border-bottom: 5px solid #4ebde9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#page-header .aside-toggle {
  display: none;
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 20px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 200ms;
  transition: transform 200ms;
}
#page-header .aside-toggle svg {
  fill: #fff;
  -webkit-transition: fill 200ms;
  transition: fill 200ms;
}
#page-header .aside-toggle:hover svg {
  fill: #4ebde9;
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
}
#page-header #right-aside-toggle:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* Logo */
#logo {
  position: absolute;
  left: 0;
  bottom: 25px;
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
#logo > a {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
#logo span {
  display: block;
}
#logo .swap-fade.normal {
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0s linear, opacity 0s linear;
  transition: visibility 0s linear, opacity 0s linear;
}
#logo .swap-fade.hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 200ms, opacity 200ms ease;
  transition: visibility 0s linear 200ms, opacity 200ms ease;
}
#logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
#logo > a:hover .swap-fade.normal {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 400ms, opacity 200ms ease 200ms;
  transition: visibility 0s linear 400ms, opacity 200ms ease 200ms;
}
#logo > a:hover .swap-fade.hover {
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0s linear, opacity 200ms ease;
  transition: visibility 0s linear, opacity 200ms ease;
}
@media screen and (max-width: 60em) {
  #logo .image-logo {
    max-width: 16em;
  }
}
@media screen and (max-width: 30em) {
  #logo .image-logo {
    max-width: 12em;
  }
}
#logo .text-logo {
  display: inline-block;
  font-size: 60px;
  margin-left: -0.08em;
  letter-spacing: -0.025em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* Navigation */
#main-navigation {
  position: absolute;
  left: 200px;
  bottom: 0;
}
#main-navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #798086;
}
#main-navigation li {
  display: inline-block;
  position: relative;
  height: 32px;
  margin-right: -0.25em;
  padding: 0 20px 35px;
}
#main-navigation li::after {
  content: '/';
  display: block;
  width: 20px;
  height: 32px;
  position: absolute;
  right: -10px;
  top: 0;
  line-height: 32px;
  text-align: center;
  opacity: 0.5;
  z-index: 2;
}
#main-navigation li:last-child::after {
  display: none;
}
#main-navigation a {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-transform: capitalize;
}
#main-navigation a:link, #main-navigation a:visited {
  color: #798086;
}
#main-navigation a:hover, #main-navigation a:focus, #main-navigation a:active {
  color: #afb3b6;
}
#main-navigation .hover a {
  color: #afb3b6;
}
#main-navigation .dropdown {
  display: none;
  min-width: 14em;
  position: absolute;
  top: 100%;
  left: 0;
  border-top: 5px solid #4ebde9;
  -webkit-box-shadow: 0 5px 20px rgba(26, 26, 26, 0.5);
  box-shadow: 0 5px 20px rgba(26, 26, 26, 0.5);
}
#main-navigation .dropdown::before {
  content: '';
  display: block;
  width: 110%;
  height: 5px;
  position: absolute;
  top: -5px;
  left: -5%;
  background-color: #4ebde9;
}
#main-navigation .dropdown li {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0;
  border-color: #3a3d40;
  border-style: solid;
  border-width: 0 1px;
  white-space: nowrap;
}
#main-navigation .dropdown li:last-child {
  border-width: 0 1px 1px;
}
#main-navigation .dropdown li::after {
  display: none;
}
#main-navigation .dropdown a {
  display: block;
  padding: 0 20px;
  font-size: 14px;
  line-height: 40px;
}
#main-navigation .dropdown a:link, #main-navigation .dropdown a:visited {
  color: #61666b;
  background-color: #2c2e30;
  background-position: 0 -60px;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0 1px 0 rgba(204, 204, 204, 0.05);
  box-shadow: inset 0 1px 0 rgba(204, 204, 204, 0.05);
}
#main-navigation .dropdown a:hover, #main-navigation .dropdown a:focus, #main-navigation .dropdown a:active {
  color: #798086;
  background-color: #222425;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 230, 230, 0.03)), color-stop(80%, rgba(230, 230, 230, 0)));
  background-image: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.03) 0%, rgba(230, 230, 230, 0) 80%);
  background-image: linear-gradient(to bottom, rgba(230, 230, 230, 0.03) 0%, rgba(230, 230, 230, 0) 80%);
  background-position: 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
}
#main-navigation li:hover > ul,
#main-navigation li.hover > ul {
  display: block;
}
#main-navigation .sf-sub-indicator {
  display: none;
}

/* Searchbox */
#searchbox {
  height: 32px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 35px;
  z-index: 3;
}
#searchbox input[type="text"] {
  display: none;
  position: relative;
  width: 220px;
  height: 32px;
  margin-right: 40px;
  padding: 0 15px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: none;
  color: #65707b;
  background-color: #292b2e;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 230, 230, 0.03)), color-stop(80%, rgba(230, 230, 230, 0)));
  background-image: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.03) 0%, rgba(230, 230, 230, 0) 80%);
  background-image: linear-gradient(to bottom, rgba(230, 230, 230, 0.03) 0%, rgba(230, 230, 230, 0) 80%);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15);
  border-radius: 99em;
  z-index: 2;
  -webkit-transition: -webkit-box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}
#searchbox input[type="text"]:focus {
  outline: none;
  color: #ebf2f4;
  -webkit-box-shadow: inset 0 0 0 4px #4ebde9;
  box-shadow: inset 0 0 0 4px #4ebde9;
}
#searchbox.has-text-toggle input[type="text"] {
  margin-right: 0;
}

#searchbox-toggle {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#searchbox-toggle svg {
  width: 28px;
  height: 28px;
  margin: 2px;
  fill: #4ebde9;
  -webkit-transition: fill 200ms;
  transition: fill 200ms;
}
#searchbox-toggle:hover svg, #searchbox.expanded #searchbox-toggle svg {
  fill: #505458;
}
#searchbox-toggle.text-toggle {
  width: auto;
  line-height: 32px;
  padding-right: 10px;
}

/* Small header */
#page-header {
  -webkit-transition: -webkit-transform 300ms, height 200ms;
  transition: transform 300ms, height 200ms;
}

#page-header #logo,
#page-header #logo img,
#page-header #logo h1 span,
#page-header #main-navigation,
#page-header #main-navigation li,
#page-header #searchbox {
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

#page-header.small {
  height: 100px;
}
#page-header.small::before {
  height: 60px;
}
#page-header.small #logo {
  bottom: 10px;
  -webkit-transform: scale(0.86);
  -ms-transform: scale(0.86);
  transform: scale(0.86);
}
#page-header.small #searchbox,
#page-header.small #main-navigation > ul > li {
  padding-bottom: 20px;
}

/* ========================================================================== *\
	@group Responsive Header
\* ========================================================================== */
@media screen and (max-width: 60em) {
  #page-header {
    position: absolute;
    height: 100px;
  }
  #page-header #logo {
    width: 100%;
    bottom: 10px;
    text-align: center;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }
  #page-header #searchbox,
  #page-header #main-navigation {
    display: none;
  }
  #page-header .aside-toggle {
    display: block;
  }
  #page-header #left-aside-toggle {
    left: 0;
  }
  #page-header #right-aside-toggle {
    right: 0;
  }
}
@media screen and (min-width: 60.0625em) {
  .tmblr-iframe-pushdown:not(.hide-tmblr-controls) #page-header {
    top: 54px;
  }
}

/* ========================================================================== *\
	@group Asides
\* ========================================================================== */
.page-aside {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #2c2f30;
  z-index: 1020;
}
.page-aside::after {
  content: '';
  display: block;
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 2;
}
.page-aside .aside-top {
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.15);
}
.page-aside .aside-close-btn {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 0;
  margin: 12px;
  opacity: 0.4;
  cursor: pointer;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
.page-aside .aside-close-btn svg {
  fill: #ebf2f4;
}
.page-aside .aside-close-btn:hover {
  opacity: 1;
}
.page-aside .aside-content {
  position: relative;
  margin-top: 100px;
  -webkit-box-shadow: inset 0 1px 0 rgba(230, 230, 230, 0.05);
  box-shadow: inset 0 1px 0 rgba(230, 230, 230, 0.05);
}

#aside-left .aside-close-btn {
  left: 0;
}
#aside-left .aside-content {
  padding: 0 !important;
}
#aside-left::after {
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
}

#aside-right .aside-close-btn {
  right: 0;
}
#aside-right::after {
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}

@media screen and (max-width: 60em) {
  .page-aside {
    display: block;
    width: 400px;
  }

  #aside-left {
    left: -400px;
  }

  #aside-right {
    right: -400px;
  }

  #page.aside-left-open {
    left: 400px;
  }
  #page.aside-right-open {
    right: 400px;
  }

  .csstransforms3d.csstransitions #aside-left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .csstransforms3d.csstransitions #aside-right {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .csstransforms3d.csstransitions #page {
    left: 0 !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
  }
  .csstransforms3d.csstransitions #page.aside-left-open {
    -webkit-transform: translate3d(400px, 0, 0);
    transform: translate3d(400px, 0, 0);
  }
  .csstransforms3d.csstransitions #page.aside-right-open {
    -webkit-transform: translate3d(-400px, 0, 0);
    transform: translate3d(-400px, 0, 0);
  }

  .aside-content {
    padding: 40px;
  }
}
@media screen and (max-width: 48em) {
  .page-aside {
    width: 380px;
  }

  #aside-left {
    left: -380px;
  }

  #aside-right {
    right: -380px;
  }

  #page.aside-left-open {
    left: 380px;
  }
  #page.aside-right-open {
    right: 380px;
  }

  .csstransforms3d.csstransitions #page.aside-left-open {
    -webkit-transform: translate3d(380px, 0, 0);
    transform: translate3d(380px, 0, 0);
  }
  .csstransforms3d.csstransitions #page.aside-right-open {
    -webkit-transform: translate3d(-380px, 0, 0);
    transform: translate3d(-380px, 0, 0);
  }

  .aside-content {
    padding: 30px;
  }
}
@media screen and (max-width: 30em) {
  .page-aside {
    width: 280px;
  }

  #aside-left {
    left: -280px;
  }

  #aside-right {
    right: -280px;
  }

  #page.aside-left-open {
    left: 280px;
  }
  #page.aside-right-open {
    right: 280px;
  }

  .csstransforms3d.csstransitions #page.aside-left-open {
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
  }
  .csstransforms3d.csstransitions #page.aside-right-open {
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
  }

  .aside-content {
    padding: 20px;
  }
}
/* ========================================================================== *\
	@group Slider
\* ========================================================================== */
#banner-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 1px;
  border-bottom: 5px solid #4ebde9;
}
#banner-slider .swiper-slide a {
  display: block;
}
#banner-slider img {
  display: block;
  width: 100%;
  height: auto;
}
#banner-slider .caption {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2;
  padding: 0.35em 1.2em 0.35em .7em;
  color: #ebf2f4;
  background-color: rgba(78, 189, 233, 0.9);
}
@media screen and (min-width: 48em) {
  #banner-slider .caption {
    font-size: 30px;
  }
}
@media screen and (min-width: 60em) {
  #banner-slider .caption {
    font-size: 36px;
  }
}
@media screen and (min-width: 80em) {
  #banner-slider .caption {
    font-size: 48px;
  }
}
#banner-slider .swiper-direction-nav {
  left: 0;
  bottom: 1px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#banner-slider .swiper-direction-nav .arrow {
  width: 60px;
  height: 60px;
  background-color: rgba(78, 189, 233, 0.9);
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
#banner-slider .swiper-direction-nav .arrow svg {
  width: 100%;
  height: 100%;
  fill: #494e50;
}
#banner-slider .swiper-direction-nav .arrow:hover {
  opacity: 0.9;
}
#banner-slider .swiper-control-nav {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
}
#banner-slider .swiper-pagination-switch {
  margin: 0 3px;
  background-color: #5c6366;
  cursor: pointer;
}
#banner-slider .swiper-pagination-switch:hover {
  background-color: whitesmoke;
}
#banner-slider .swiper-pagination-switch.swiper-active-switch {
  background-color: #4ebde9;
}

@media screen and (max-width: 30em) {
  #banner-slider .caption,
  #banner-slider .swiper-direction-nav {
    display: none;
  }
  #banner-slider .swiper-control-nav {
    padding: 10px;
  }
}
/* ========================================================================== *\
	@group Homepage Hero and CTA
\* ========================================================================== */
#page-hero p,
#call-to-action p {
  margin: -0.1em 0 0.1em;
  font-size: inherit;
  line-height: inherit;
}
#page-hero strong,
#call-to-action strong {
  font-weight: 600;
}
#page-hero a,
#call-to-action a {
  display: inline-block;
  line-height: 0.9;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

#page-hero {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.1;
  padding: 0.3333em 0;
  color: #ebf2f4;
}
#page-hero a:link, #page-hero a:visited {
  color: #4ebde9;
  border-bottom-color: #4ebde9;
}
#page-hero a:hover, #page-hero a:focus, #page-hero a:active {
  color: #fff;
  border-bottom-color: #fff;
}

#call-to-action {
  position: relative;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
  padding: 0.6666em 0.8333em;
  color: #3a3e40;
  background-color: #9aba3b;
  border-left: 5px solid #819b31;
}
#call-to-action::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #819b31 #3a3e40 transparent transparent;
}
#call-to-action a:link, #call-to-action a:visited {
  color: #fff;
  border-bottom-color: #fff;
}
#call-to-action a:hover, #call-to-action a:focus, #call-to-action a:active {
  color: #3a3e40;
  border-bottom-color: #3a3e40;
}

@media screen and (min-width: 48em) {
  #page-hero {
    font-size: 48px;
  }

  #call-to-action {
    font-size: 36px;
  }

  #page-hero a,
  #call-to-action a {
    border-bottom-width: 2px;
  }

  #call-to-action:after {
    border-width: 40px 40px 0 0;
  }
}
@media screen and (min-width: 60em) {
  #page-hero {
    font-size: 60px;
  }

  #call-to-action {
    font-size: 48px;
  }
}
@media screen and (min-width: 80em) {
  #page-hero {
    font-size: 72px;
  }

  #call-to-action {
    font-size: 60px;
  }
}
/* ========================================================================== *\
	@group Portfolio Filter
\* ========================================================================== */
#portfolio-filter {
  display: inline-block;
  width: 320px;
  min-height: 60px;
  position: relative;
  visibility: hidden;
  padding-bottom: 10px;
  z-index: 2;
  -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.4s 0.4s;
  transition: opacity 0.4s 0.4s, transform 0.4s 0.4s;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
#portfolio-filter.offcanvas {
  opacity: 0;
  -webkit-transform: translate3d(80px, 0, 0) scale(0.9);
  transform: translate3d(80px, 0, 0) scale(0.9);
}
@media screen and (max-width: 30em) {
  #portfolio-filter {
    width: 260px;
  }
}
.is-search-page #portfolio-filter {
  display: none;
}

.cd-dropdown,
.cd-dropdown *,
.cd-dropdown *:after,
.cd-dropdown *:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cd-dropdown,
.cd-select {
  display: block;
  max-width: 320px;
  position: relative;
  margin: 0;
}

.cd-dropdown > span,
.cd-dropdown ul li span {
  display: block;
  width: 100%;
  height: 60px;
  position: relative;
  padding: 0 30px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 60px;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.cd-dropdown > span {
  color: #b9bfc0;
  background-color: #52585b;
}
.cd-dropdown .arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.8;
  z-index: 9999;
  pointer-events: none;
  -webkit-transform: translate3d(0, 2px, 0);
  transform: translate3d(0, 2px, 0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 200ms;
  transition: transform 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 200ms;
}
.cd-dropdown .arrow svg {
  width: 40px;
  height: 40px;
  fill: #b9bfc0;
}
.cd-dropdown ul {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cd-dropdown ul li {
  display: block;
  position: absolute;
  width: 100%;
  max-width: 100%;
}
.cd-dropdown ul li span {
  font-size: 18px;
  color: #b9bfc0;
  background-color: #4b5053;
}
.cd-dropdown > span,
.cd-dropdown ul li:nth-last-child(-n+3) span {
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 1px 1px rgba(0, 0, 0, 0.1);
}
.cd-dropdown.cd-active > span {
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 1px 1px rgba(0, 0, 0, 0.1);
}
.cd-dropdown.cd-active ul li span {
  -webkit-box-shadow: 0 -1px 0 #222425, inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 0 #222425, inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 1px 1px rgba(0, 0, 0, 0.1);
}
.cd-dropdown.cd-active ul li:hover span {
  color: #fff;
  background-color: #5a6063;
}
.cd-dropdown.cd-active .arrow {
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg);
}

.cd-dropdown {
  -webkit-perspective: 800px;
  perspective: 800px;
}
.cd-dropdown span {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

/* ========================================================================== *\
	@group Portfolio Grid
\* ========================================================================== */
#content-main,
#ajax-content {
  position: relative;
}

#portfolio-grid {
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
#portfolio-grid .grid-inner {
  position: relative;
}
#portfolio-grid .post {
  width: 100%;
  position: relative;
  float: left;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 30em) {
  #portfolio-grid .post {
    width: 50%;
  }
}
@media screen and (min-width: 40em) {
  #portfolio-grid .post {
    width: 33.33%;
  }
}
@media screen and (min-width: 60em) {
  #portfolio-grid .post {
    width: 25%;
  }
}
@media screen and (min-width: 1000px) {
  #portfolio-grid .post.last-in-row {
    float: right;
  }
}
#portfolio-grid .post.hideme {
  opacity: 0;
  -webkit-transform: scale(0.001);
  -ms-transform: scale(0.001);
  transform: scale(0.001);
}
#portfolio-grid .post-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.4s;
  transition: opacity 0.6s, transform 0.4s;
}
#portfolio-grid .post-inner > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#portfolio-grid .post.loading {
  pointer-events: none;
}
#portfolio-grid .post.loading .post-inner {
  opacity: 0;
  -webkit-transform: translate3d(0, 200px, 0);
  transform: translate3d(0, 200px, 0);
}
#portfolio-grid .image-wrapper {
  position: relative;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 0.8;
}
#portfolio-grid .image-wrapper img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#portfolio-grid .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #d0dfe7;
  background-color: rgba(74, 180, 222, 0.9);
  opacity: 0;
  cursor: pointer;
}
#portfolio-grid .project-title,
#portfolio-grid .categories {
  position: relative;
  margin: 40px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: -0.04125em;
  left: -0.0625em;
}
#portfolio-grid .project-title:empty {
  display: none;
}
#portfolio-grid .project-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  position: absolute;
  left: 0.0625em;
  bottom: -0.5em;
  background-color: #d0dfe7;
}
#portfolio-grid .categories {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 30px;
  font-weight: 400;
}
#portfolio-grid .categories span {
  display: inline-block;
  text-transform: capitalize;
  white-space: nowrap;
}
#portfolio-grid .categories span::after {
  content: ',';
  display: inline-block;
  margin-right: 0.2em;
}
#portfolio-grid .categories span:last-child::after {
  display: none;
}
#portfolio-grid .icon.plus {
  display: block;
  width: 40px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -20px;
  background-color: #d0dfe7;
  opacity: 0;
}
#portfolio-grid .icon.plus::after {
  content: '';
  display: block;
  width: 10px;
  height: 40px;
  position: absolute;
  top: -15px;
  left: 15px;
  background-color: inherit;
}
#portfolio-grid .image-wrapper,
#portfolio-grid .overlay {
  -webkit-transition: opacity 200ms, -webkit-box-shadow 200ms;
  transition: opacity 200ms, box-shadow 200ms;
}
#portfolio-grid .icon.plus {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 200ms 100ms, -webkit-transform 0ms 100ms;
  transition: opacity 200ms 100ms, transform 0ms 100ms;
}
#portfolio-grid .post:hover .image-wrapper,
#portfolio-grid .post:hover .overlay,
#portfolio-grid .post.ajax-expanded .image-wrapper,
#portfolio-grid .post.ajax-expanded .overlay {
  opacity: 1;
  -webkit-transition: opacity 50ms, -webkit-box-shadow 200ms 50ms;
  transition: opacity 50ms, box-shadow 200ms 50ms;
}
#portfolio-grid .post:hover .overlay,
#portfolio-grid .post.ajax-expanded .overlay {
  -webkit-box-shadow: inset 0 0 0 5px #d0dfe7;
  box-shadow: inset 0 0 0 5px #d0dfe7;
}
#portfolio-grid .post:hover .icon.plus,
#portfolio-grid .post.ajax-expanded .icon.plus {
  opacity: 1;
  -webkit-transform: rotate(90deg) translate3d(0, 0, 0);
  transform: rotate(90deg) translate3d(0, 0, 0);
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
#portfolio-grid .content-tiny .project-title,
#portfolio-grid .content-tiny .categories {
  display: none;
}
#portfolio-grid .content-small .project-title {
  margin: 20px;
  font-size: 24px;
}
#portfolio-grid .content-small .project-title::after {
  display: none;
}
#portfolio-grid .content-small .categories {
  margin: 20px;
  font-size: 18px;
}
#portfolio-grid .content-medium .project-title {
  margin: 30px;
  font-size: 42px;
}
#portfolio-grid .content-medium .categories {
  margin: 30px;
  font-size: 30px;
}
#portfolio-grid .content-large .project-title {
  font-size: 60px;
}
#portfolio-grid .content-large .categories {
  font-size: 36px;
}
#portfolio-grid .content-huge .project-title {
  font-size: 72px;
}
#portfolio-grid .content-huge .categories {
  font-size: 36px;
}
#portfolio-grid .reading-pane {
  width: 100.5%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 40px;
  color: #eee4dd;
  background-color: #ff6600;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#portfolio-grid .reading-pane h1, #portfolio-grid .reading-pane h2, #portfolio-grid .reading-pane h3, #portfolio-grid .reading-pane h4, #portfolio-grid .reading-pane h5, #portfolio-grid .reading-pane h6 {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1.5em;
  color: #ffd4b8;
}
#portfolio-grid .reading-pane blockquote {
  border-color: #ffd4b8;
}
#portfolio-grid .reading-pane a:link, #portfolio-grid .reading-pane a:visited {
  color: #ffede0;
  border-bottom: 1px dotted #ffede0;
}
#portfolio-grid .reading-pane a:hover, #portfolio-grid .reading-pane a:active, #portfolio-grid .reading-pane a:focus {
  color: white;
  border-bottom: 1px solid white;
}
#portfolio-grid .read-more-link-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px 40px 40px;
  background-color: #ff6600;
}
#portfolio-grid .read-more-link-wrap::after {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: -100%;
  right: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 102, 0, 0)), to(#ff6600));
  background-image: -webkit-linear-gradient(top, rgba(255, 102, 0, 0), #ff6600);
  background-image: linear-gradient(to bottom, rgba(255, 102, 0, 0), #ff6600);
}
#portfolio-grid .chat {
  padding: 0;
}
#portfolio-grid .chat li {
  display: block;
  list-style-type: none;
}
#portfolio-grid .chat li span {
  display: inline-block;
  min-width: 15%;
  font-style: italic;
  opacity: 0.7;
}
#portfolio-grid .content-medium .reading-pane,
#portfolio-grid .content-medium .reading-pane .read-more-link-wrap {
  padding: 30px;
}
#portfolio-grid .content-small .reading-pane,
#portfolio-grid .content-small .reading-pane .read-more-link-wrap {
  padding: 20px;
}
#portfolio-grid .content-tiny .reading-pane,
#portfolio-grid .content-tiny .reading-pane .read-more-link-wrap {
  padding: 20px;
}

/* ========================================================================== *\
	@group Portfolio Details
\* ========================================================================== */
/* Expander */
.ajax-preview-wrapper {
  height: 0;
  -webkit-transition: height 600ms;
  transition: height 600ms;
  overflow: hidden;
}
.ajax-preview-wrapper.rendered {
  -webkit-transition: none;
  transition: none;
}

.ajax-preview {
  width: 100%;
  overflow: hidden;
}
.ajax-preview.loading {
  -webkit-transition: height 600ms;
  transition: height 600ms;
}
.ajax-preview.loading .post-detail {
  -webkit-transition-duration: 0 !important;
  transition-duration: 0 !important;
  -webkit-transition-delay: 0 !important;
  transition-delay: 0 !important;
}
.ajax-preview.unloading {
  -webkit-transition: height 600ms;
  transition: height 600ms;
}
.ajax-preview .post-detail {
  position: relative;
  min-height: 30em;
  -webkit-transition: -webkit-transform 600ms, opacity 600ms 150ms;
  transition: transform 600ms, opacity 600ms 150ms;
}
.ajax-preview .post-detail.no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}

/* Ajax controls */
#ajax-controls {
  height: 60px;
  position: relative;
  margin-bottom: 0;
  -webkit-animation: ajax-controls-in 400ms both 1.25s;
  animation: ajax-controls-in 400ms both 1.25s;
}
#ajax-controls > div {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  opacity: 0.5;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
#ajax-controls > div:hover {
  opacity: 1;
}
#ajax-controls > div.disabled {
  opacity: 0.2;
  pointer-events: none;
}
#ajax-controls > div svg {
  width: 60px;
  height: 60px;
  fill: #ebf2f4;
}
#ajax-controls .next {
  left: 0;
}
#ajax-controls .prev {
  left: 60px;
}
#ajax-controls .close {
  right: 0;
}

@-webkit-keyframes ajax-controls-in {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes ajax-controls-in {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* Details */
.post-detail * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post-detail .post-main {
  overflow: hidden;
}
.post-detail.type-text, .post-detail.type-quote, .post-detail.type-link, .post-detail.type-chat, .post-detail.type-answer {
  max-width: 60em;
}
.post-detail.type-quote blockquote span {
  font-size: 2em;
  line-height: 1.2;
}
.post-detail.type-quote blockquote.long span {
  font-size: 1.5em;
}
.post-detail .chat {
  padding: 0;
}
.post-detail .chat li {
  display: block;
  list-style-type: none;
}
.post-detail .chat li span {
  display: inline-block;
  min-width: 15%;
  font-weight: 400;
}
.post-detail .post-media img {
  display: block;
  width: 100%;
  height: auto;
}
.post-detail .post-media .photoset figure {
  margin-bottom: 20px;
}
.post-detail .post-media .photoset figcaption {
  padding: 0.75em 0 0.25em;
}
.post-detail .post-media.prevent-upscaling img {
  width: auto;
  max-width: 100%;
}
.post-detail.top_media .post-media,
.post-detail.top_media .post-content {
  width: 100%;
  clear: both;
  margin-bottom: 0;
}
.post-detail.left_media .post-media,
.post-detail.left_media .post-content {
  width: 100%;
  float: left;
}
.post-detail.right_media .post-media,
.post-detail.right_media .post-content {
  width: 100%;
  float: right;
}
.post-detail .description,
.post-detail .categories {
  font-size: 16px;
  font-weight: 300;
}
.post-detail .description a:link,
.post-detail .description a:visited {
  border-bottom: 1px dotted #4ebde9;
}
.post-detail .description a:hover,
.post-detail .description a:focus,
.post-detail .description a:active {
  border-bottom: 1px solid #ebf2f4;
}
.post-detail .description p:empty {
  display: none;
}
.post-detail p.dropcaps::first-letter,
.post-detail .dropcaps p:first-of-type::first-letter {
  float: left;
  font-size: 4em;
  line-height: 1;
  padding: 0.075em 0.25em 0.075em 0;
}
.post-detail .project-title,
.post-detail .categories h4 {
  position: relative;
  font-weight: 300;
  color: #d0dfe7;
}
.post-detail .project-title::after,
.post-detail .categories h4::after {
  content: '';
  display: block;
  width: 80px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #898f94;
  opacity: 0.5;
}
.post-detail .project-title {
  margin-bottom: 30px;
  padding-bottom: 30px;
  line-height: 1;
}
.post-detail .project-title a {
  border: none !important;
}
.post-detail .categories h4 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 21px;
  line-height: 1.2;
  color: #898f94;
}
.post-detail .categories h4::after {
  height: 1px;
}
.post-detail .categories .tags {
  padding: 0;
}
.post-detail .categories .tags li {
  display: inline-block;
  list-style-type: none;
}
.post-detail .categories .tags li::after {
  display: inline-block;
  margin-right: 0.2em;
  content: ', ';
}
.post-detail .categories .tags li:last-child::after {
  display: none;
}
.post-detail .categories .tags a {
  border: none !important;
  text-transform: capitalize;
}
.post-detail .button-wrapper {
  clear: both;
  margin-top: 50px;
}
.is-permalink-page .post-detail #permalink {
  display: none;
}
.post-detail .spacer {
  float: none;
  clear: none;
  padding-top: 50px;
  margin-bottom: 50px;
}
.post-detail .audio-player-wrapper {
  background-color: #e3e3e3;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.post-detail .audio-player-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post-detail .audio-player-wrapper .album-art img {
  display: block;
}
.post-detail .audio-player-wrapper .tumblr_audio_player {
  width: 100%;
  height: 90px;
}
.post-detail .audio-player-wrapper .audio-player {
  position: relative;
}
.post-detail .audio-player-wrapper .play-count {
  padding: 16px;
  font-style: italic;
  color: #5c5c5c;
  pointer-events: none;
}
@media screen and (min-width: 500px) {
  .post-detail .audio-player-wrapper .album-art,
  .post-detail .audio-player-wrapper .audio-player {
    width: 50%;
    float: left;
  }
}
@media screen and (min-width: 1000px) {
  .post-detail .audio-player-wrapper .album-art {
    width: 35%;
  }
  .post-detail .audio-player-wrapper .audio-player {
    width: 65%;
  }
}
@media screen and (min-width: 1400px) {
  .post-detail .audio-player-wrapper .album-art {
    width: 25%;
  }
  .post-detail .audio-player-wrapper .audio-player {
    width: 75%;
  }
  .post-detail .audio-player-wrapper .play-count {
    position: absolute;
    top: 0;
    right: 32px;
    line-height: 90px;
    padding: 0;
  }
}
.post-detail .audio-embed-wrapper .tumblr_audio_player {
  width: 100% !important;
  max-width: 960px;
}
.post-detail .soundcloud_audio_player {
  width: 100% !important;
  height: 320px !important;
}
.post-detail .spotify_audio_player {
  width: 320px !important;
  height: 400px !important;
}
@media screen and (min-width: 1000px) {
  .post-detail .spotify_audio_player {
    width: 500px !important;
    height: 580px !important;
  }
}
@media screen and (min-width: 1400px) {
  .post-detail .spotify_audio_player {
    width: 100% !important;
    height: 80px !important;
  }
}
@media screen and (min-width: 700px) {
  .post-detail .categories h4 {
    font-size: 24px;
  }
}
@media screen and (min-width: 800px) {
  .post-detail.left_media .post-media, .post-detail.right_media .post-media {
    width: 64%;
  }
  .post-detail.left_media .post-content, .post-detail.right_media .post-content {
    width: 36%;
    margin-top: 0;
    padding: 0 0 0 50px;
  }
  .post-detail.left_media.equal-width-columns .post-media,
  .post-detail.left_media.equal-width-columns .post-content, .post-detail.left_media.equal_width_columns .post-media,
  .post-detail.left_media.equal_width_columns .post-content, .post-detail.right_media.equal-width-columns .post-media,
  .post-detail.right_media.equal-width-columns .post-content, .post-detail.right_media.equal_width_columns .post-media,
  .post-detail.right_media.equal_width_columns .post-content {
    width: 50%;
  }
  .post-detail.right_media .post-content {
    padding: 0 50px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .post-detail .description,
  .post-detail .categories {
    font-size: 18px;
  }
  .post-detail .categories h4 {
    font-size: 27px;
  }
  .post-detail .categories .tags {
    font-size: 21px;
  }
  .post-detail.top_media .description,
  .post-detail.top_media .post-notes {
    width: 64%;
    float: left;
  }
  .post-detail.top_media .categories {
    width: 36%;
    float: left;
    padding-left: 50px;
    margin-top: 0;
  }
  .post-detail.top_media .categories h4::after {
    width: 100%;
  }
  .post-detail .soundcloud_audio_player {
    height: 450px !important;
  }
}
.post-detail .divisor {
  margin: 50px 0;
  border-width: 1px 0 0 0;
  border-color: rgba(137, 143, 148, 0.7);
  opacity: 0.5;
}
.post-detail .panel .panel-title {
  position: relative;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  color: #898f94;
}
.post-detail .panel .panel-collapse {
  overflow: hidden;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}
.post-detail .panel .panel-collapse .notes {
  padding: 2em 0;
}
.post-detail .panel .collapse-toggle {
  display: inline-block;
  padding: 0.5em;
  margin: -0.5em;
  vertical-align: baseline;
}
.post-detail .panel .collapse-toggle * {
  pointer-events: none;
}
.post-detail .panel .collapse-toggle:hover .toggle-icon, .post-detail .panel .collapse-toggle:focus .toggle-icon, .post-detail .panel .collapse-toggle:active .toggle-icon {
  background-color: #ebf2f4;
}
.post-detail .panel .collapse-toggle::after {
  content: 'hide';
  display: inline-block;
  font-size: 16px;
  line-height: 1;
}
.post-detail .panel .toggle-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  text-indent: -999em;
  overflow: hidden;
  background-color: #4ebde9;
  border-radius: 1px;
  vertical-align: middle;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.post-detail .panel .toggle-icon::before, .post-detail .panel .toggle-icon::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin-top: -1px;
  margin-left: -7px;
  background-color: #3a3e40;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.post-detail .panel .toggle-icon::after {
  width: 2px;
  height: 2px;
  margin-top: -1px;
  margin-left: -1px;
}
.post-detail .panel.collapsed .toggle-icon::after {
  height: 14px;
  margin-top: -7px;
}
.post-detail .panel.collapsed .collapse-toggle::after {
  content: 'show';
}
.post-detail .panel.collapsed .panel-collapse {
  display: none;
  height: auto;
}
.csstransitions .post-detail .panel.collapsed .panel-collapse {
  opacity: 0;
}

.photoset_grid .photoset,
.photoset.photoset-grid {
  visibility: hidden;
}

/* Comments & Notes */
.post-notes,
.comments-box {
  max-width: 60em;
  margin: auto;
}

.comments-box + .comments-box {
  margin-top: 30px;
}

.post-notes.extra-padding {
  padding: 50px 0 0;
}
.post-notes .notes {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 16px;
}
.post-notes .notes li {
  display: block;
  min-height: 32px;
  position: relative;
  padding-left: 42px;
  margin-bottom: 10px;
}
.post-notes .notes .avatar_frame {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: none !important;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
.post-notes .notes .avatar_frame:hover {
  opacity: 0.7;
}
.post-notes .notes .avatar {
  display: block;
  width: 32px;
  height: 32px;
}
.post-notes .notes blockquote {
  display: inline-block;
  margin: 0.75em 0;
  padding: 0.25em 0.75em;
  background-color: rgba(0, 0, 0, 0.1);
  border: none !important;
}
.post-notes .notes blockquote a {
  border: none !important;
}
.post-notes .notes blockquote a:link, .post-notes .notes blockquote a:visited {
  color: rgba(137, 143, 148, 0.7);
}
.post-notes .notes blockquote a:hover, .post-notes .notes blockquote a:focus, .post-notes .notes blockquote a:active {
  color: #898f94;
}

#disqus_thread,
.fb-comments {
  padding: 2em 0;
}
#disqus_thread.extra-padding,
.fb-comments.extra-padding {
  padding: 50px 0 0;
}

.fb-comments {
  max-width: 600px;
}

.fb-comments,
.fb-comments span[style],
.fb-comments iframe[style] {
  width: 100% !important;
}

/* Permalink pagination */
#permalink-pagination a {
  margin-right: 10px;
}
.is-index-page #permalink-pagination {
  display: none;
}

/* ========================================================================== *\
	@group Share Widget
\* ========================================================================== */
.share-widget {
  padding-top: 50px;
}
.share-widget .widget-title {
  font-size: 21px;
  font-weight: inherit;
  color: #898f94;
}
.share-widget ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  vertical-align: top;
}
.share-widget li {
  display: inline-block;
  margin-right: -0.25em;
  vertical-align: top;
}
.share-widget .share-links a {
  display: block;
  width: 40px;
  height: 32px;
  margin-right: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}
.share-widget .share-links .facebook:link, .share-widget .share-links .facebook:visited {
  background-color: rgba(74, 107, 196, 0.7);
}
.share-widget .share-links .facebook:hover, .share-widget .share-links .facebook:focus, .share-widget .share-links .facebook:active {
  background-color: #5d7acb;
}
.share-widget .share-links .twitter:link, .share-widget .share-links .twitter:visited {
  background-color: rgba(33, 152, 242, 0.7);
}
.share-widget .share-links .twitter:hover, .share-widget .share-links .twitter:focus, .share-widget .share-links .twitter:active {
  background-color: #39a3f3;
}
.share-widget .share-links .googleplus:link, .share-widget .share-links .googleplus:visited {
  background-color: rgba(223, 57, 32, 0.7);
}
.share-widget .share-links .googleplus:hover, .share-widget .share-links .googleplus:focus, .share-widget .share-links .googleplus:active {
  background-color: #e24d36;
}
.share-widget .share-links .pinterest:link, .share-widget .share-links .pinterest:visited {
  background-color: rgba(206, 39, 42, 0.7);
}
.share-widget .share-links .pinterest:hover, .share-widget .share-links .pinterest:focus, .share-widget .share-links .pinterest:active {
  background-color: #d93638;
}
.share-widget .tumblr-actions .button-wrapper {
  display: block;
  width: 32px;
  height: 32px;
  padding: 6px 6px 0;
  margin: 0 5px 5px 0;
  background-color: rgba(39, 41, 43, 0.7);
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
}
.share-widget .tumblr-actions .button-wrapper:hover {
  background-color: #333638;
}
.share-widget .tumblr-actions .like_button,
.share-widget .tumblr-actions .share_button {
  width: 20px;
  height: 20px;
}
.share-widget .tumblr-actions .like_button iframe {
  display: inline-block;
  height: 20px !important;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
.share-widget svg {
  vertical-align: top;
}
.share-widget .short-link {
  margin: 5px 0;
}
.share-widget .short-link input {
  width: 200px;
  max-width: 100%;
  font-size: 14px;
  padding: 5px 10px;
  border: none;
  color: rgba(137, 143, 148, 0.7);
  background-color: rgba(0, 0, 0, 0.1);
}

/* ========================================================================== *\
	@group Image lightbox
\* ========================================================================== */
#tumblr_controls {
  z-index: 9997 !important;
}

#imagelightbox-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(22, 23, 24, 0.98);
  z-index: 9998;
  opacity: 0;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}

#imagelightbox-activity {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  color: #ebf2f4;
  z-index: 9999;
}
#imagelightbox-activity .spinner {
  position: relative;
  top: 50%;
  left: 50%;
}

#imagelightbox {
  position: fixed;
  cursor: pointer;
  -webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.25);
  z-index: 10000;
  -ms-touch-action: none;
  touch-action: none;
}

#imagelightbox-caption {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.625em;
  text-align: center;
  color: #898f94;
  background-color: #111213;
  opacity: 0;
  z-index: 10001;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}

#imagelightbox-close {
  display: block;
  width: 60px;
  height: 60px;
  position: fixed;
  top: 1.25em;
  right: 1.25em;
  cursor: pointer;
  z-index: 10002;
  -webkit-transform: scale(0.001);
  -ms-transform: scale(0.001);
  transform: scale(0.001);
  -webkit-transition: opacity 200ms, -webkit-transform 200ms 400ms;
  transition: opacity 200ms, transform 200ms 400ms;
}
#imagelightbox-close span {
  display: block;
  width: 60px;
  height: 60px;
  opacity: 0.5;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
#imagelightbox-close svg {
  fill: #ebf2f4;
}
#imagelightbox-close:hover span {
  opacity: 1;
}

/* ========================================================================== *\
	@group PhotoSwipe
\* ========================================================================== */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 9999;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #161718;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #cccccc;
}

.pswp__error-msg a {
  color: #cccccc;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  color: #cccccc;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pswp__button svg {
  display: inline-block;
  width: 44px;
  height: 44px;
  vertical-align: middle;
  pointer-events: none;
  fill: currentColor;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button {
  width: 44px;
  height: 44px;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  display: none;
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

.pswp__button--close svg,
.pswp__button--fs svg,
.pswp__button--zoom svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.pswp__button .pswp__button--fs-leave__icon,
.pswp__button .pswp__button--zoom-out__icon {
  display: none;
}

.pswp--zoomed-in .pswp__button--zoom-in__icon {
  display: none;
}
.pswp--zoomed-in .pswp__button--zoom-out__icon {
  display: block;
}

.pswp--fs .pswp__button--fs-enter__icon {
  display: none;
}
.pswp--fs .pswp__button--fs-leave__icon {
  display: block;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 10099;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 10119;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /*
  	The idea of animating inner circle is based on Polymer ("material") loading indicator
  	 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 10049;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

/* ========================================================================== *\
	@group Featured Posts
\* ========================================================================== */
#featured-projects .featured-post {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #3a3e40;
  border: 5px solid #d0dfe7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#featured-projects .featured-image,
#featured-projects .featured-info {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#featured-projects .featured-image {
  background-color: #3a3e40;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 0.8;
  z-index: 1;
}
#featured-projects .featured-image img {
  display: none;
}
#featured-projects .featured-info {
  color: #d0dfe7;
  background-color: rgba(58, 62, 64, 0.6);
  z-index: 2;
}
#featured-projects .featured-info .project-title {
  position: relative;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.414em;
  font-style: normal;
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: -0.04125em;
  left: -0.0625em;
  margin: 0 20px;
  padding: 20px 0;
}
#featured-projects .featured-info .project-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  position: absolute;
  left: 0.0625em;
  bottom: 0;
  background-color: #d0dfe7;
  opacity: 0.9;
}
#featured-projects .featured-info .description {
  margin: 0;
  padding: 20px;
  font-size: 0.875em;
  line-height: 1.45;
  overflow: hidden;
}
#featured-projects .featured-info .btn-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 20px;
}
#featured-projects .featured-info .btn {
  display: inline-block;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 0.875em 1.5em;
  border-style: solid;
  border-width: 3px;
  letter-spacing: 0.0625em;
  text-rendering: optimizeLegibility;
  text-transform: capitalize;
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  white-space: nowrap;
}
#featured-projects .featured-info .btn:link, #featured-projects .featured-info .btn:visited {
  color: #d0dfe7;
  border-color: rgba(208, 223, 231, 0.9);
  background-color: transparent;
}
#featured-projects .featured-info .btn:hover, #featured-projects .featured-info .btn:focus, #featured-projects .featured-info .btn:active {
  color: #3a3e40;
  border-color: #d0dfe7;
  background-color: #d0dfe7;
}
#featured-projects .featured-info.gt300 .project-title {
  font-size: 1.999em;
  margin: 0 30px;
  padding: 30px 0 20px;
}
#featured-projects .featured-info.gt300 .project-title::after {
  width: 80px;
}
#featured-projects .featured-info.gt300 .description {
  padding: 20px 30px;
  font-size: 1em;
}
#featured-projects .featured-info.gt300 .btn-wrapper {
  padding: 30px;
}
#featured-projects .featured-info.gt300 .btn {
  font-size: 1em;
}
#featured-projects .featured-info.gt400 .project-title {
  font-size: 2.827em;
  padding: 30px 0;
}
#featured-projects .featured-info.gt400 .description {
  padding: 30px 60px 30px 30px;
  font-size: 1.125em;
}
#featured-projects .featured-info.gt400 .btn {
  font-size: 1.3125em;
}
@media screen and (min-width: 30em) {
  #featured-projects .featured-post {
    padding-top: 100%;
  }
}
@media screen and (min-width: 40em) {
  #featured-projects .featured-post {
    padding-top: 75%;
  }
}
@media screen and (min-width: 48em) {
  #featured-projects .featured-post {
    padding-top: 62.5%;
  }
}
@media screen and (min-width: 60em) {
  #featured-projects .featured-post {
    padding-top: 33.3333%;
  }
  #featured-projects .featured-image {
    width: 66%;
    right: auto;
  }
  #featured-projects .featured-info {
    width: 34%;
    left: auto;
    background-color: #3a3e40;
    border-left: 5px solid #d0dfe7;
  }
  #featured-projects .featured-post.feat_media_right .featured-image {
    left: auto;
    right: 0;
  }
  #featured-projects .featured-post.feat_media_right .featured-info {
    left: 0;
    right: auto;
    border-left: none;
    border-right: 5px solid #d0dfe7;
  }
}
@media screen and (max-width: 60em) {
  #featured-projects .featured-info {
    pointer-events: none;
    -webkit-transition: background-color 200ms;
    transition: background-color 200ms;
  }
  #featured-projects .featured-post:hover .featured-info {
    background-color: rgba(58, 62, 64, 0);
  }
  #featured-projects .featured-post:hover .featured-info .btn {
    color: #3a3e40;
    border-color: #d0dfe7;
    background-color: #d0dfe7;
  }
}

/* ========================================================================== *\
	@group Pagination
\* ========================================================================== */
#pagination {
  min-height: 80px;
  margin-bottom: 120px;
}
#pagination a {
  margin-right: 10px;
}
@media screen and (max-width: 31.25em) {
  #pagination a {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  #pagination a span {
    font-size: 90%;
  }
}

.csstransforms3d #load-more-button {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, -40px, 0) scale(0.9);
  transform: translate3d(0, -40px, 0) scale(0.9);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease 2s, -webkit-transform 0.2s ease 2s, visibility 0s linear 2.2s;
  transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease 2s, transform 0.2s ease 2s, visibility 0s linear 2.2s;
}
.csstransforms3d #load-more-button.enabled {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease 0.8s, -webkit-transform 0.2s ease 0.8s, visibility 0s;
  transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease 0.8s, transform 0.2s ease 0.8s, visibility 0s;
}
.infinite-scroll #load-more-button {
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transform: scale(0.001) !important;
  -ms-transform: scale(0.001) !important;
  transform: scale(0.001) !important;
}

.scroll-end-alert {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  padding: 0.75em 1em;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 1px 1px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ebf3f4;
  background-color: #8dab36;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.no-csstransitions .scroll-end-alert {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.csstransitions .scroll-end-alert {
  opacity: 0;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translate(-50%, -50%) scale(0.001);
  -ms-transform: translate(-50%, -50%) scale(0.001);
  transform: translate(-50%, -50%) scale(0.001);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.csstransitions .scroll-end-alert.visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 50%) scale(1);
  -ms-transform: translate(-50%, 50%) scale(1);
  transform: translate(-50%, 50%) scale(1);
}
.csstransitions .scroll-end-alert.killed {
  opacity: 0;
  -webkit-transform: translate(-50%, 50%) scale(0.001) !important;
  -ms-transform: translate(-50%, 50%) scale(0.001) !important;
  transform: translate(-50%, 50%) scale(0.001) !important;
}

/* Scroll Up */
#scroll-up {
  position: fixed;
  right: 0;
  bottom: 55px;
  border: none !important;
  background-color: rgba(44, 47, 48, 0.9);
  opacity: 0;
  z-index: 9990;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
#scroll-up::after {
  content: '';
  display: block;
  width: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.025)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.025));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.025));
  pointer-events: none;
  z-index: 1;
}
#scroll-up a {
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
  opacity: 0.5;
  z-index: 2;
}
#scroll-up a:hover {
  opacity: 1;
}
#scroll-up svg {
  fill: #ebf2f4;
}
.csstransitions #scroll-up {
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: translate3d(100%, 0, 0) scale(0.9);
  transform: translate3d(100%, 0, 0) scale(0.9);
}
.csstransitions #scroll-up.visible {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 60em) {
  #scroll-up {
    display: none;
  }
}

/* ========================================================================== *\
	@group Widgets
\* ========================================================================== */
.widget {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.widget,
.widget * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.widget .widget-inner {
  overflow: hidden;
}
.widget .widget-title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding: 0.5em 1em;
  color: #d6dde0;
  background-color: #2c2f30;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.widget .widget-content {
  position: relative;
  z-index: 1;
}

/* Top area widgets */
#widget-area .widget {
  width: 320px;
  position: relative;
  float: left;
  margin: 40px 0 20px;
  padding-right: 40px;
}
#widget-area .widget:last-child {
  width: 280px;
  padding-right: 0;
}
#widget-area .widget-content {
  width: 280px;
  height: 210px;
  overflow: hidden;
}

/* Aside widgets */
.page-aside .widget {
  width: 100%;
  max-width: 320px;
  margin-bottom: 30px;
  clear: both;
}
.page-aside .widget-inner {
  position: relative;
  height: 0;
  padding-top: 75%;
}
.page-aside .widget-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* Text widgets */
.text-widget .widget-content {
  padding: 20px;
  font-size: 13px;
  line-height: 1.45;
  color: #eee4dd;
  background-color: #ff6600;
}
.text-widget .widget-content p, .text-widget .widget-content ul, .text-widget .widget-content ol {
  font-size: inherit;
  line-height: inherit;
}
.text-widget .widget-content::after {
  content: '';
  display: block;
  height: 20%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 102, 0, 0)), to(#ff6600));
  background-image: -webkit-linear-gradient(top, rgba(255, 102, 0, 0) 0%, #ff6600 100%);
  background-image: linear-gradient(to bottom, rgba(255, 102, 0, 0) 0%, #ff6600 100%);
  pointer-events: none;
  z-index: 10;
}
.text-widget .widget-content h1, .text-widget .widget-content h2, .text-widget .widget-content h3, .text-widget .widget-content h4, .text-widget .widget-content h5, .text-widget .widget-content h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1666;
  margin-bottom: 0.5em;
  color: #ffd4b8;
}
.text-widget .widget-content a {
  text-decoration: none;
}
.text-widget .widget-content a:link, .text-widget .widget-content a:visited {
  color: #ffede0;
  border-bottom: 1px dotted #ffede0;
}
.text-widget .widget-content a:hover, .text-widget .widget-content a:focus, .text-widget .widget-content a:visited {
  color: white;
  border-bottom: 1px solid white;
}
.text-widget .widget-content .label {
  display: inline-block;
  margin-right: 0.5em;
  color: #ffd4b8;
}
@media screen and (min-width: 30em) {
  .text-widget .widget-content {
    font-size: 15px;
  }
  .text-widget .widget-content h1, .text-widget .widget-content h2, .text-widget .widget-content h3, .text-widget .widget-content h4, .text-widget .widget-content h5, .text-widget .widget-content h6 {
    margin-bottom: 0.75em;
  }
}

/* Twitter widget */
.twitter-widget .tweet {
  margin-bottom: 0.5em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.twitter-widget .tweet-time,
.twitter-widget .tweet-text {
  display: block;
  clear: both;
  margin-bottom: 0.5em;
}
.twitter-widget .tweet-time {
  font-size: 90%;
  font-style: italic;
  font-weight: 600;
}
.twitter-widget .tweet-time::before {
  margin-right: 0.2em;
  content: '\2014';
}
.twitter-widget .twitter-bird {
  width: 48px;
  height: 40px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  opacity: 0.4;
  z-index: 20;
}
.twitter-widget .twitter-bird svg {
  fill: #fff;
}
.twitter-widget .username::before {
  content: '@';
}

/* Photostreams */
.widget .photo {
  overflow: hidden;
}
.widget .image-wrapper {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/* Aside navigation */
#aside-navigation {
  max-width: none;
  margin: 0;
}
#aside-navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#aside-navigation a {
  display: block;
  line-height: 20px;
  padding: 16px 24px;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.03);
}
#aside-navigation a:link, #aside-navigation a:visited {
  color: #61666b;
}
#aside-navigation a:hover, #aside-navigation a:focus, #aside-navigation a:active {
  color: #798086;
}
#aside-navigation ul ul a {
  padding-left: 48px;
}

/* Aside searchbox */
#aside-searchbox {
  padding: 24px;
}
#aside-searchbox input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: none;
  color: #65707b;
  background-color: #292b2e;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), color-stop(80%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 80%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15), 0 1px 0 rgba(230, 230, 230, 0.05);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15), 0 1px 0 rgba(230, 230, 230, 0.05);
  border-radius: 99em;
  -webkit-transition: -webkit-box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}
#aside-searchbox input[type="text"]:focus {
  outline: none;
  color: #ebf2f4;
  -webkit-box-shadow: inset 0 0 0 4px #4ebde9;
  box-shadow: inset 0 0 0 4px #4ebde9;
}

/* Swiper arrows */
.widget .swiper-direction-nav {
  margin: 0 0 1px 1px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.widget .swiper-direction-nav a {
  border: none !important;
}
.widget .swiper-direction-nav .arrow {
  width: 30px;
  height: 30px;
  background-color: #2c2f30;
}
.widget .swiper-direction-nav .arrow span {
  opacity: 0.7;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
.widget .swiper-direction-nav .arrow svg {
  fill: #c9cccf;
}
.widget .swiper-direction-nav .arrow:hover span {
  opacity: 1;
}
.widget .swiper-direction-nav .arrow.disabled {
  background-color: rgba(44, 47, 48, 0.9);
}
.widget .swiper-direction-nav .arrow.disabled span {
  opacity: 0.2;
}

/* Transitions */
#widget-area .widget {
  -webkit-perspective: 600px;
  perspective: 600px;
}
#widget-area .widget .widget-inner {
  opacity: 0;
  -webkit-transform: translateY(-30%) scale(0.9);
  -ms-transform: translateY(-30%) scale(0.9);
  transform: translateY(-30%) scale(0.9);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.widget-area-open #widget-area .widget .widget-inner {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

/* ========================================================================== *\
	@group Footer
\* ========================================================================== */
#page-footer {
  padding: 50px 0;
}
#page-footer #credits,
#page-footer #flabbergasted {
  position: relative;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#page-footer #credits::after,
#page-footer #flabbergasted::after {
  content: '';
  display: block;
  width: 140px;
  position: absolute;
  top: 0;
  border-top: 1px solid #898f94;
  opacity: 0.5;
}
#page-footer #credits::after {
  left: 0;
}
#page-footer #flabbergasted::after {
  right: 0;
  display: none;
}
#page-footer #credits p {
  margin: 0;
  line-height: 1.5;
}
#page-footer #flabbergasted ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#page-footer #flabbergasted li {
  display: inline-block;
  margin-right: -0.25em;
  vertical-align: top;
}
#page-footer #flabbergasted a {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  background: transparent;
  vertical-align: bottom;
  border-style: solid;
  border-width: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#page-footer #flabbergasted a:link, #page-footer #flabbergasted a:visited {
  color: #6b7076;
  border-color: #6b7076;
}
#page-footer #flabbergasted a:hover, #page-footer #flabbergasted a:focus, #page-footer #flabbergasted a:active {
  border-width: 5px;
}
#page-footer #flabbergasted .icon {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#page-footer #flabbergasted .icon svg {
  fill: #6b7076;
  -webkit-transition: fill 200ms;
  transition: fill 200ms;
}
#page-footer #flabbergasted a:hover .icon svg {
  -webkit-transition-duration: 50ms;
  transition-duration: 50ms;
}
#page-footer #flabbergasted .fivehundreedpx .icon {
  width: 22px;
  height: 22px;
}
#page-footer #flabbergasted .email a:hover {
  border-color: #ebf2f4;
}
#page-footer #flabbergasted .fivehundreedpx a:hover {
  border-color: #0099e5;
}
#page-footer #flabbergasted .behance a:hover {
  border-color: #2b9ad2;
}
#page-footer #flabbergasted .blogger a:hover {
  border-color: #ff6500;
}
#page-footer #flabbergasted .deviantart a:hover {
  border-color: #4dc47d;
}
#page-footer #flabbergasted .dribbble a:hover {
  border-color: #f973a4;
}
#page-footer #flabbergasted .etsy a:hover {
  border-color: #d5641c;
}
#page-footer #flabbergasted .facebook a:hover {
  border-color: #3b5a9b;
}
#page-footer #flabbergasted .flickr a:hover {
  border-color: #ff0084;
}
#page-footer #flabbergasted .forrst a:hover {
  border-color: #2f713d;
}
#page-footer #flabbergasted .googleplus a:hover {
  border-color: #dc4e41;
}
#page-footer #flabbergasted .imdb a:hover {
  border-color: #f5de50;
}
#page-footer #flabbergasted .instagram a:hover {
  border-color: #e1306c;
}
#page-footer #flabbergasted .lastfm a:hover {
  border-color: #da0019;
}
#page-footer #flabbergasted .linkedin a:hover {
  border-color: #0072b2;
}
#page-footer #flabbergasted .myspace a:hover {
  border-color: #fafafa;
}
#page-footer #flabbergasted .paypal a:hover {
  border-color: #165c82;
}
#page-footer #flabbergasted .picasa a:hover {
  border-color: #8a65a3;
}
#page-footer #flabbergasted .pinterest a:hover {
  border-color: #cb2027;
}
#page-footer #flabbergasted .quora a:hover {
  border-color: #a82400;
}
#page-footer #flabbergasted .rdio a:hover {
  border-color: #007dc3;
}
#page-footer #flabbergasted .reddit a:hover {
  border-color: #ff4500;
}
#page-footer #flabbergasted .shop a:hover {
  border-color: #96bf48;
}
#page-footer #flabbergasted .skype a:hover {
  border-color: #00aaf1;
}
#page-footer #flabbergasted .societysix a:hover {
  border-color: #fafafa;
}
#page-footer #flabbergasted .soundcloud a:hover {
  border-color: #ff6900;
}
#page-footer #flabbergasted .spotify a:hover {
  border-color: #7ab800;
}
#page-footer #flabbergasted .stumbleupon a:hover {
  border-color: #eb4823;
}
#page-footer #flabbergasted .twitter a:hover {
  border-color: #2baae1;
}
#page-footer #flabbergasted .vimeo a:hover {
  border-color: #40b2dc;
}
#page-footer #flabbergasted .youtube a:hover {
  border-color: #ff3330;
}
#page-footer #flabbergasted .email a:hover .icon svg {
  fill: #ebf2f4;
}
#page-footer #flabbergasted .fivehundreedpx a:hover .icon svg {
  fill: #0099e5;
}
#page-footer #flabbergasted .behance a:hover .icon svg {
  fill: #2b9ad2;
}
#page-footer #flabbergasted .blogger a:hover .icon svg {
  fill: #ff6500;
}
#page-footer #flabbergasted .deviantart a:hover .icon svg {
  fill: #4dc47d;
}
#page-footer #flabbergasted .dribbble a:hover .icon svg {
  fill: #f973a4;
}
#page-footer #flabbergasted .etsy a:hover .icon svg {
  fill: #d5641c;
}
#page-footer #flabbergasted .facebook a:hover .icon svg {
  fill: #3b5a9b;
}
#page-footer #flabbergasted .flickr a:hover .icon svg {
  fill: #ff0084;
}
#page-footer #flabbergasted .forrst a:hover .icon svg {
  fill: #2f713d;
}
#page-footer #flabbergasted .googleplus a:hover .icon svg {
  fill: #dc4e41;
}
#page-footer #flabbergasted .imdb a:hover .icon svg {
  fill: #f5de50;
}
#page-footer #flabbergasted .instagram a:hover .icon svg {
  fill: #e1306c;
}
#page-footer #flabbergasted .lastfm a:hover .icon svg {
  fill: #da0019;
}
#page-footer #flabbergasted .linkedin a:hover .icon svg {
  fill: #0072b2;
}
#page-footer #flabbergasted .myspace a:hover .icon svg {
  fill: #fafafa;
}
#page-footer #flabbergasted .paypal a:hover .icon svg {
  fill: #165c82;
}
#page-footer #flabbergasted .picasa a:hover .icon svg {
  fill: #8a65a3;
}
#page-footer #flabbergasted .pinterest a:hover .icon svg {
  fill: #cb2027;
}
#page-footer #flabbergasted .quora a:hover .icon svg {
  fill: #a82400;
}
#page-footer #flabbergasted .rdio a:hover .icon svg {
  fill: #007dc3;
}
#page-footer #flabbergasted .reddit a:hover .icon svg {
  fill: #ff4500;
}
#page-footer #flabbergasted .shop a:hover .icon svg {
  fill: #96bf48;
}
#page-footer #flabbergasted .skype a:hover .icon svg {
  fill: #00aaf1;
}
#page-footer #flabbergasted .societysix a:hover .icon svg {
  fill: #fafafa;
}
#page-footer #flabbergasted .soundcloud a:hover .icon svg {
  fill: #ff6900;
}
#page-footer #flabbergasted .spotify a:hover .icon svg {
  fill: #7ab800;
}
#page-footer #flabbergasted .stumbleupon a:hover .icon svg {
  fill: #eb4823;
}
#page-footer #flabbergasted .twitter a:hover .icon svg {
  fill: #2baae1;
}
#page-footer #flabbergasted .vimeo a:hover .icon svg {
  fill: #40b2dc;
}
#page-footer #flabbergasted .youtube a:hover .icon svg {
  fill: #ff3330;
}
@media screen and (min-width: 1000px) {
  #page-footer #credits,
  #page-footer #flabbergasted {
    width: 50%;
    float: left;
  }
  #page-footer #flabbergasted {
    text-align: right;
  }
  #page-footer #flabbergasted::after {
    display: block;
  }
  #page-footer #flabbergasted li {
    margin-right: 0;
    margin-left: -0.25em;
  }
  #page-footer #flabbergasted a {
    margin-right: 0;
    margin-left: 5px;
  }
}

/* ========================================================================== *\
	@group Tumblr Controls
\* ========================================================================== */
.hide-tmblr-controls.tmblr-iframe-pushdown {
  padding-top: 0 !important;
}
.hide-tmblr-controls [class~="tmblr-iframe"][name*="button"],
.hide-tmblr-controls [class~="tmblr-iframe"][name*="controls"] {
  display: none !important;
}

/* ========================================================================== *\
	@group Helper Classes
\* ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ========================================================================== *\
	@group Print Styles
\* ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    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) ")";
  }

  .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;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }
}
