@charset "UTF-8";
/*!
 * Theme Name: Feministiskt initiativ
 * Theme URI: http://feministisktinitiativ.se
 * Version: 1.0
 * Author: Anton Trollbäck
 * Author URI: http://anton.trollback.se
 */
/* SCSS variables and helpers */
/**
 * Typography
 */
/**
 * Colors
 */
/**
 * Dimentions
 *
 * Naming convention:
 * xs ≈ mobile
 * sm ≈ small tablet
 * md ≈ tablet
 * lg ≈ desktop
 * xl ≈ large desktop
 */
/**
 * Media Queries with fixed width fallback
 */
/**
 * Retina Media Queries with fixed width fallback
 */
/**
 * Collapsable vertical "padding" helper
 */
/**
 * Font families
 */
/* Base styles */
@font-face {
  font-family: 'klinic_slabbook';
  src: url("../font/klinicslabbook-webfont.eot");
  src: url("../font/klinicslabbook-webfont.eot?#iefix") format("embedded-opentype"), url("../font/klinicslabbook-webfont.woff") format("woff"), url("../font/klinicslabbook-webfont.ttf") format("truetype"), url("../font/klinicslabbook-webfont.svg#klinic_slabbook") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, 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;
}

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

/**
 * Address differences between Firefox and other browsers.
 */
hr, .u-divider {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

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

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

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

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

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

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

html {
  height: 100%;
}

/**
 * Remove the default spacing and border for appropriate elements
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
h5,
h6,
p,
pre {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

iframe {
  border: 0;
}

ol,
ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

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

/*
 * Contain images in parent
 */
img {
  max-width: 100%;
  height: auto;
}

/**
 * Suppress the focus outline on links that cannot be accessed via keyboard.
 * This prevents an unwanted focus outline from appearing around elements that
 * might still respond to pointer events.
 */
[tabindex="-1"]:focus {
  outline: none !important;
}

/**
 * Horizontal rules
 */
hr, .u-divider {
  height: 1px;
  border: 0;
  background: #dadada;
  margin: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Base
 */
html {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #4e4e4e;
  background: white;
}

/**
 * Block elements
 */
p {
  margin: 25px 0;
}

@media (min-width: 470px) {
  p {
    margin: 30px 0;
  }
}

address {
  font-style: normal;
}

blockquote {
  font-size: 18px;
  line-height: 1.5;
  font-style: italic;
  position: relative;
}

blockquote:before {
  content: "\201C";
  font-size: 8em;
  line-height: 1;
  position: absolute;
  top: -20px;
  left: 0;
  color: #d9328a;
}

blockquote p:first-child,
blockquote p:last-child {
  margin-left: 5em;
}

/**
 * Links
 */
a {
  color: #d9328a;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

a:hover, a:focus {
  text-decoration: underline;
  outline: 0;
}

a:active {
  color: #f173a9;
}

/* ==========================================================================
   Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
h5,
h6 {
  font-family: "klinic_slabbook", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  margin: 30px 0 0;
  hyphens: none;
  /* Fixes for weird WYSIWYG output */
}

@media (min-width: 650px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  h5,
  h6 {
    margin: 54px 0 0;
  }
}

@media (min-width: 900px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  h5,
  h6 {
    margin: 60px 0 0;
  }
}

h1 span,
h1 b,
h1 strong,
h2 span,
h2 b,
h2 strong,
h3 span,
h3 b,
h3 strong,
h4 span,
h5 span,
h6 span,
h4 b,
h5 b,
h6 b,
h4 strong,
h5 strong,
h6 strong,
h5 span,
h5 b,
h5 strong,
h6 span,
h6 b,
h6 strong {
  font-weight: normal;
  font-style: normal;
  font-size: inherit !important;
}

/**
 * Header 1
 */
h1 {
  font-size: 27px;
  line-height: 1.4;
}

@media (min-width: 650px) {
  h1 {
    font-size: 42px;
    line-height: 1.2;
  }
}

/**
 * Header 2
 */
h2 {
  font-size: 24px;
  line-height: 1.4;
}

@media (min-width: 650px) {
  h2 {
    font-size: 36px;
    line-height: 1.3;
  }
}

/**
 * Header 3
 */
h3 {
  font-size: 22px;
  line-height: 1.5;
  text-transform: uppercase;
}

@media (min-width: 650px) {
  h3 {
    font-size: 28px;
    line-height: 1.4;
  }
}

/**
 * Header 4
 */

h4,
h5,
h6 {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.6;
}

@media (min-width: 650px) {
  
  h4,
  h5,
  h6 {
    font-size: 22px;
    line-height: 1.5;
  }
}

/**
 * Header 5 & 6
 */
h5,
h6 {
  color: #818181;
}

label {
  display: block;
  font-weight: 700;
}

select {
  font-family: "klinic_slabbook", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  margin: .5em 0;
  height: 3em;
  border: 1px solid #4e4e4e;
  padding: .25em 1em;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

@media (min-width: 650px) {
  select {
    width: 50%;
  }
}

@media (min-width: 900px) {
  select {
    width: 20%;
  }
}

.select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

@media (min-width: 650px) {
  .select-wrapper {
    width: 50%;
  }
}

@media (min-width: 900px) {
  .select-wrapper {
    width: 20%;
  }
}

.select-wrapper select {
  width: 100%;
}

.select-wrapper .select-after {
  position: absolute;
  top: 1.5em;
  right: 1em;
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* Utilities */
/**
 * Completely remove from the flow and screen readers.
 */
.u-isHidden {
  display: none !important;
  visibility: hidden !important;
}

/**
 * Completely remove from the flow but leave available to screen readers.
 */
.u-isHiddenVisually {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
}

/**
 * Contain floats
 */
.u-cf:before,
.u-cf:after {
  content: " ";
  display: table;
}

.u-cf:after {
  clear: both;
}

/**
 * Floats
 */
.u-pullLeft {
  float: left !important;
}

.u-pullRight {
  float: right !important;
}

/**
 * Divider
 */
/**
 * Text related
 */
.u-textTruncate {
  max-width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
}

.u-textBreak {
  word-wrap: break-word !important;
}

.u-textUppercase {
  text-transform: uppercase;
}

.u-textNormalcase {
  text-transform: none;
}

.u-textPink {
  color: #d9328a;
}

/**
 * Show/hide at specific viewports
 */
.u-showAboveSm {
  display: none !important;
}

@media (min-width: 470px) {
  .u-showAboveSm {
    display: block !important;
  }
}

@media (min-width: 470px) {
  .u-hideAboveSm {
    display: none !important;
  }
}

.u-showAboveMd {
  display: none !important;
}

@media (min-width: 650px) {
  .u-showAboveMd {
    display: block !important;
  }
}

@media (min-width: 650px) {
  .u-hideAboveMd {
    display: none !important;
  }
}

/**
 * Right justified text.
 */
.right-justified-text {
  text-align: right;
  direction: rtl;
}

/**
 * Left justified text.
 */
.left-justified-text {
  text-align: left;
  direction: ltr;
}

.clear {
  clear: both;
}

/* Components */
/**
 * Sticky footer
 */
.Site {
  min-height: 100%;
  width: 100%;
  background: #4e4e4e;
}

.Site-container.is-blured {
  transform: translate3d(0, 0, 0);
  filter: blur(2px);
  background: white;
}

.Site-content {
  background: white;
  width: 100%;
  height: 100%;
}

.Site-content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.Header {
  background: white;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
  line-height: 1.5;
}

@media print {
  .Header {
    display: none;
  }
}

.Header-container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.Header-inner {
  height: 60px;
}

@media (min-width: 470px) {
  .Header-inner {
    height: 70px;
  }
}

@media (min-width: 900px) {
  .Header-inner {
    height: 80px;
  }
}

/**
 * Logo
 */
.Header-logo {
  display: block;
  float: left;
  width: 36px;
  height: 100%;
  padding: 0 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/logo-pink.svg");
  background-size: 36px auto;
}

.lt-ie9 .Header-logo {
  background-image: url("../img/logo-pink.png");
}

.Header-logo:hover, .Header-logo:focus {
  outline: 0;
}

.Header-logo:focus {
  background-color: #f2f2f2;
}

.Header-logo:active {
  opacity: .75;
}

@media (min-width: 900px) {
  .Header-logo {
    width: 50px;
    float: none;
    background-image: url("../img/logo-pink.svg");
    background-size: 50px auto;
  }
  .lt-ie9 .Header-logo {
    background-image: url("../img/logo-pink-large.png");
  }
}

/**
 * Footer
 */
.Footer {
  width: 100%;
  padding: 40px 0 60px;
  background: #4e4e4e;
  text-align: center;
  color: white;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  position: relative;
  z-index: 1;
}

.Footer strong {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 11px;
}

.Footer a {
  color: inherit;
  text-decoration: none;
}

.Footer a:hover, .Footer a:focus {
  outline: 0;
  text-decoration: underline;
}

.Footer .Footer-note {
  display: inline-block;
  margin: 35px 0 0;
  letter-spacing: 0;
  color: #2d2d2d;
}

@media print {
  .Footer {
    display: none;
  }
}

/**
 * Logo
 */
.Footer-logo {
  display: block;
  margin: 0 auto;
  width: 36px;
  height: 27px;
  padding: 10px 10px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/logo-white.svg");
  background-size: 36px auto;
}

.lt-ie9 .Footer-logo {
  background-image: url("../img/logo-white.png");
}

.Footer-logo:hover, .Footer-logo:focus {
  outline: 0;
}

.Footer-logo:focus {
  background-color: #414141;
}

.Footer-logo:active {
  opacity: .7;
}

/**
 * 1. Corrects inability to style clickable `input` types in iOS.
 * 2. Normalize `line-height`. For `input`, it can't be changed from `normal` in Firefox 4+.
 */
.Button {
  -webkit-appearance: none;
  /* 1 */
  background: transparent;
  border: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  /* 2 */
  margin: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  padding: 20px;
  font-size: 18px;
  font-family: "klinic_slabbook", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  transition: outline .2s ease;
  color: white;
  background: #d9328a;
  outline-width: 0;
  outline-style: solid;
  outline-color: #d9328a;
  width: 100%;
  /* Remove excess padding and border in Firefox 4+ */
}

.Button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.Button:hover, .Button:focus {
  outline: 2px solid #d9328a;
  transition: outline .1s ease;
  text-decoration: none;
}

.Button:active, .Button[disabled] {
  opacity: .85;
  text-decoration: none;
}

.Button[disabled] {
  outline-width: 0;
  cursor: default;
}

@media (min-width: 650px) {
  .Button {
    padding: 20px 25px;
    font-size: 20px;
  }
  .Button:hover, .Button:focus {
    outline-width: 4px;
  }
  .Button[disabled] {
    outline-width: 0;
  }
}

/**
 * Modifiers for sizes
 */
.Button--greater {
  padding: 17px;
  font-size: 20px;
}

.Button--smaller {
  padding: 20px;
  font-size: 16px;
}

/**
 * Modifiers for themes
 *
 * Nested selectors because it should override stuff like: `.Section-button`
 */
/* REMOVE START */
.Section--yellow .Button {
  color: white;
  background: #ff80ff;
  outline-color: #ff80ff;
}

.Section--green .Button {
  color: white;
  background: #7327cc;
  outline-color: #7327cc;
}

.Section--cyan .Button {
  color: white;
  background: #7327cc;
  outline-color: #7327cc;
}

/* REMOVE END */
.Section--pink .Button {
  color: white;
  background: #d9328a;
  outline-color: #d9328a;
}

.Section--gray .Button {
  color: white;
  background: #4e4e4e;
  outline-color: #4e4e4e;
}

.Section--white .Button {
  color: #ff1806;
  background: white;
  outline-color: white;
}

.Section--orange .Button {
  color: white;
  background: #f75002;
  outline-color: #f75002;
}

.Section--red .Button {
  color: white;
  background: #ff1806;
  outline-color: #ff1806;
}

.Section--blue .Button {
  color: white;
  background: #0062ff;
  outline-color: #0062ff;
}

.Section--lightpink .Button {
  color: white;
  background: #ff80ff;
  outline-color: #ff80ff;
}

.Section--lilaq .Button {
  color: #4e4e4e;
  background: #7327cc;
  outline-color: #7327cc;
}

/* REMOVE START */
.Button.Button--yellow {
  color: white;
  background: #ff80ff;
  outline-color: #ff80ff;
}

.Button.Button--green {
  color: white;
  background: #7327cc;
  outline-color: #7327cc;
}

.Button.Button--cyan {
  color: white;
  background: #7327cc;
  outline-color: #7327cc;
}

/* REMOVE END */
.Button.Button--pink {
  color: white;
  background: #d9328a;
  outline-color: #d9328a;
}

.Button.Button--gray {
  color: white;
  background: #4e4e4e;
  outline-color: #4e4e4e;
}

.Button.Button--white {
  color: #ff1806;
  background: white;
  outline-color: white;
}

.Button.Button--orange {
  color: white;
  background: #f75002;
  outline-color: #f75002;
}

.Button.Button--red {
  color: white;
  background: #ff1806;
  outline-color: #ff1806;
}

.Button.Button--blue {
  color: white;
  background: #0062ff;
  outline-color: #0062ff;
}

.Button.Button--lightpink {
  color: white;
  background: #ff80ff;
  outline-color: #ff80ff;
}

.Button.Button--lilaq {
  color: #4e4e4e;
  background: #7327cc;
  outline-color: #7327cc;
}

.Push {
  position: relative;
  background: #f2f2f2;
  text-align: center;
  background-image: url("../img/pattern.png");
  cursor: default;
}

@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .Push {
    background-image: url("../img/pattern_2x.png");
    background-size: 218px 278px;
  }
}

/**
 * Default Down pointing arrow
 */
.Push {
  padding-bottom: 8px;
  border-bottom: 1px solid white;
  margin-bottom: -9px;
  /* Fix for horizontal scrolling. NOTE: removes support for share windows */
  overflow: hidden;
}

.Push:before, .Push:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 50%;
  height: 8px;
  background: white;
}

.Push:before {
  left: 0;
  margin-left: -8px;
}

.Push:after {
  right: 0;
  margin-right: -8px;
}

.Push .Push-inner:before,
.Push .Push-inner:after {
  content: "";
  position: absolute;
  bottom: -8px;
  width: 0;
  height: 0;
  border: 8px solid;
}

.Push .Push-inner:before {
  left: 50%;
  margin-left: -8px;
  border-color: transparent transparent transparent white;
}

.Push .Push-inner:after {
  right: 50%;
  margin-right: -8px;
  border-color: transparent white transparent transparent;
}

@media (min-width: 470px) {
  .Push {
    padding-bottom: 15px;
    margin-bottom: -16px;
  }
  .Push:before, .Push:after {
    height: 15px;
  }
  .Push:before {
    margin-left: -15px;
  }
  .Push:after {
    margin-right: -15px;
  }
  .Push .Push-inner:before,
  .Push .Push-inner:after {
    bottom: -15px;
    border-width: 15px;
  }
  .Push .Push-inner:before {
    margin-left: -15px;
  }
  .Push .Push-inner:after {
    margin-right: -15px;
  }
}

/**
 * Dimentions
 */
.Push-inner {
  padding: 40px 20px 45px;
}

@media (min-width: 470px) {
  .Push-inner {
    max-width: 650px;
    padding: 50px 25px;
    margin: 0 auto;
  }
}

@media (min-width: 650px) {
  .Push-inner {
    max-width: 750px;
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

@media (min-width: 900px) {
  .Push-inner {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media (min-width: 1100px) {
  .Push-inner {
    padding-top: 105px;
    padding-bottom: 105px;
  }
}

@media print {
  .Push-inner {
    padding-bottom: 40px;
  }
}

/**
 * Heading
 */
.Push-heading {
  margin: 0 auto;
  font-size: 27px;
  line-height: 1.3;
}

@media (min-width: 470px) {
  .Push-heading {
    font-size: 34px;
    line-height: 1.25;
    max-width: 400px;
  }
}

@media (min-width: 650px) {
  .Push-heading {
    font-size: 44px;
    line-height: 1.2;
    max-width: 550px;
  }
}

/**
 * Body
 */
.Push-body {
  display: block;
  font-family: "klinic_slabbook", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 1.4;
  margin: 15px 0 -7px;
}

@media (min-width: 470px) {
  .Push-body {
    font-size: 18px;
    margin: 20px 0 0;
  }
}

@media (min-width: 650px) {
  .Push-body {
    font-size: 20px;
    margin-top: 30px;
  }
}

.Push-body .fluid-width-video-wrapper {
  margin: 25px 0;
}

@media (min-width: 470px) {
  .Push-body .fluid-width-video-wrapper {
    margin: 30px 0;
  }
}

.Push-body iframe {
  max-width: 100%;
  margin: 25px auto;
}

@media (min-width: 470px) {
  .Push-body iframe {
    margin: 30px auto;
  }
}

/**
 * Date
 */
.push-timestamp {
  position: relative;
  bottom: -14px;
  font-size: 12px;
  font-style: italic;
  width: 100%;
  left: 0;
  color: white;
  height: 10px;
  display: block;
  opacity: .8;
}

@media (min-width: 470px) {
  .push-timestamp {
    bottom: -14px;
  }
}

@media (min-width: 650px) {
  .push-timestamp {
    font-size: 14px;
    bottom: -19px;
  }
}

@media (min-width: 900px) {
  .push-timestamp {
    bottom: -33px;
    opacity: 1;
  }
}

/**
 * Button
 */
.Push-button {
  width: 100%;
  display: inline-block;
  margin: 20px 0 -20px;
  text-decoration: none;
}

@media (min-width: 470px) {
  .Push-button {
    min-width: 275px;
    width: auto;
  }
}

/**
 * Banner
 */
.Push-banner {
  background-size: cover;
  background-position: center center;
  height: 0;
  width: 100%;
  padding-bottom: 50%;
  position: relative;
  margin-bottom: -15px;
}

.Push-banner:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border: 15px solid;
  right: 50%;
  margin-right: -15px;
  border-color: transparent transparent white transparent;
}

@media (min-width: 900px) {
  .Push-banner {
    padding-bottom: 40%;
  }
}

@media (min-width: 1100px) {
  .Push-banner {
    padding-bottom: 35%;
  }
}

/* ==========================================================================
   Modifiers
   ========================================================================== */
/**
 * Tighter
 */
.Push--tight .Push-inner {
  padding: 40px 30px;
}

@media (min-width: 470px) {
  .Push--tight .Push-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 650px) {
  .Push--tight .Push-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 900px) {
  .Push--tight .Push-inner {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

/**
 * Tighter (extra tight)
 */
.Push--tighter .Push-inner {
  padding: 30px;
}

@media (min-width: 650px) {
  .Push--tighter .Push-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 900px) {
  .Push--tighter .Push-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.Push--tighter .Push-heading {
  margin: 0 auto;
  font-size: 22px;
}

@media (min-width: 470px) {
  .Push--tighter .Push-heading {
    font-size: 24px;
    max-width: 400px;
  }
}

@media (min-width: 650px) {
  .Push--tighter .Push-heading {
    font-size: 28px;
    max-width: 550px;
  }
}

@media (min-width: 650px) {
  .Push--tighter .Push-heading {
    font-size: 32px;
  }
}

/**
 * Disable down pointing arrow
 */
.Push--arrowless {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.Push--arrowless .Push-inner:before,
.Push--arrowless .Push-inner:after, .Push--arrowless:before, .Push--arrowless:after {
  display: none;
}

/**
 * Make it look important
 */
.Push--important .Push-body {
  margin-top: 0;
  /* "Obs!" heading */
  /* Painted underline */
}

.Push--important .Push-body:before {
  content: " ";
  display: block;
  width: 105px;
  height: 61px;
  margin: 0 auto 25px;
  background-image: url("../img/obs.png");
}

@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .Push--important .Push-body:before {
    background-image: url("../img/obs_2x.png");
    background-size: 105px 61px;
  }
}

@media (min-width: 470px) {
  .Push--important .Push-body:before {
    margin-bottom: 35px;
  }
}

@media (min-width: 900px) {
  .Push--important .Push-body:before {
    margin-top: -20px;
  }
}

@media (min-width: 650px) {
  .Push--important .Push-body:after {
    content: " ";
    display: block;
    margin: 30px auto -10px;
    width: 575px;
    height: 23px;
    background-image: url("../img/paint.png");
  }
}

@media (min-width: 650px) and (-o-min-device-pixel-ratio: 5 / 4), (min-width: 650px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 650px) and (min-resolution: 120dpi) {
  .Push--important .Push-body:after {
    background-image: url("../img/paint_2x.png");
    background-size: 575px 23px;
  }
}

/**
 * Themes
 */
.Push--transparent {
  background: none;
  padding-bottom: 0;
  border-bottom: 1px solid #dadada;
  margin-bottom: 0;
  /* Hide arrow */
  /* returns support for the share button/window */
  overflow: visible;
}

.Push--transparent .Push-inner:before,
.Push--transparent .Push-inner:after, .Push--transparent:before, .Push--transparent:after {
  display: none;
}

.Push--darkgray {
  background-color: #4e4e4e;
  color: white;
}

.Push--darkgray .Push-button {
  color: #4e4e4e;
}

/* REMOVE START */
.Push--yellow {
  background-color: #ff80ff;
}

.Push--yellow .Push-button {
  color: #ff80ff;
}

.Push--green {
  background-color: #0062ff;
  color: white;
}

.Push--green .Push-button {
  color: #0062ff;
}

.Push--cyan {
  background-color: #7327cc;
  color: white;
}

.Push--cyan .Push-button {
  color: #7327cc;
}

/* REMOVE END */
.Push--blue {
  background-color: #0062ff;
  color: white;
}

.Push--blue .Push-blue {
  color: #0062ff;
}

.Push--lightpink {
  background-color: #ff80ff;
  color: white;
}

.Push--lightpink .Push-lightpink {
  color: #ff80ff;
}

.Push--lilaq {
  background-color: #7327cc;
  color: white;
}

.Push--lilaq .Push-lilaq {
  color: #7327cc;
}

.Push--red {
  background-color: #ff1806;
  color: white;
}

.Push--red .Push-button {
  color: #ff1806;
}

.Push--pink {
  background-color: #d9328a;
  color: white;
}

.Push--pink .Push-button {
  color: #d9328a;
}

.Push--orange {
  background-color: #f75002;
  color: white;
}

.Push--orange .Push-button {
  color: #f75002;
}

.Push-date {
  display: block;
  font-size: 14px;
  font-style: italic;
  margin: .5em 0 0;
}

.Push-title-prefix {
  font-family: "klinic_slabbook", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1.2;
  margin-bottom: .25em;
}

.Push-title-suffix {
  font-family: "klinic_slabbook", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1.2;
  margin-bottom: .25em;
}

.Push-position {
  padding-top: 2em;
  padding-bottom: 2em;
}

.Push-position h1 {
  margin: 0;
  padding: 0;
}

.Push-position .Push-text-wrapper {
  padding: 2em 0 1em;
}

.Push-position .Push-round-image {
  border-radius: 10em;
  overflow: hidden;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

.Push-position .Push-round-image img {
  height: 100%;
  max-width: unset;
}

@media (min-width: 900px) {
  .Push-position .Push-text-wrapper {
    padding: 4em 0 0;
  }
  .Push-position .Push-go-left {
    display: inline-block;
    width: 34%;
    padding-right: 2%;
  }
  .Push-position .Push-go-right {
    display: inline-block;
    width: 60%;
    padding-left: 2%;
    text-align: left;
    vertical-align: top;
  }
}

.Share {
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

/**
 * Window
 */
.Share-window {
  display: none;
  box-sizing: border-box;
  position: absolute;
  z-index: 20;
  top: 100%;
  left: 50%;
  margin: 30px 0 0 -140px;
  width: 280px;
  padding: 30px 13px 13px;
  background: #4e4e4e;
  color: white;
}

.Share-window:after {
  content: "";
  position: absolute;
  top: -16px;
  width: 0;
  height: 0;
  border: 8px solid;
  right: 50%;
  margin-right: -8px;
  border-color: transparent transparent #4e4e4e transparent;
}

@media (min-width: 470px) {
  .Share-window {
    width: 390px;
    left: 50%;
    margin: 35px 0 0 -195px;
  }
  .Share-window:after {
    top: -30px;
    border-width: 15px;
    margin-right: -15px;
  }
}

/**
 * Facebook & Twitter share
 */
.Share-option {
  background: transparent;
  outline: 0;
  width: 50%;
  float: left;
  font-size: 16px;
  text-align: center;
  padding: 5px 0 0;
}

.Share-option:first-child {
  border-right: 1px solid white;
  margin-right: -1px;
}

.Share-option:hover, .Share-option:focus {
  outline: 0;
}

@media (min-width: 470px) {
  .Share-option:before {
    content: "Dela på ";
  }
}

/**
 * Icons
 */
.Share-icon {
  width: 40px;
  height: 40px;
  display: block;
  margin: 5px auto 0;
  padding: 10px;
  background-repeat: no-repeat;
  background-image: url("../img/social.png");
}

@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .Share-icon {
    background-image: url("../img/social_2x.png");
    background-size: 290px 39px;
  }
}

.Share-option:focus .Share-icon {
  background-color: #414141;
}

.Share-option.is-twitter .Share-icon {
  background-position: 11px 10px;
}

.Share-option.is-facebook .Share-icon {
  background-position: -240px 10px;
}

/**
 * Share url input
 */
.Share-input {
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  border: 0;
  clear: both;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  color: #8f8f8f;
  background: white;
  border-radius: 0;
  margin-top: 20px;
}

.Share-input:focus {
  outline: 0;
}

@media (min-width: 470px) {
  .Share-input {
    margin-top: 30px;
    padding: 20px;
  }
}

/**
 * Show window
 */
.Share.is-open .Share-window {
  display: block;
}

.Section {
  padding: 25px 20px;
  text-align: center;
}

@media (min-width: 470px) {
  .Section {
    padding: 30px 25px;
  }
}

@media (min-width: 650px) {
  .Section {
    padding: 54px 25px;
  }
}

@media (min-width: 900px) {
  .Section {
    padding: 60px 25px;
  }
}

/**
 * Button
 */
.Section-button {
  display: inline-block;
  max-width: 630px;
  width: 100%;
}

/**
 * Modifier: constrained
 */
@media (min-width: 470px) {
  .Section-button--constrained {
    display: inline-block;
    width: auto;
    min-width: 275px;
  }
}

/**
 * Heading
 */
.Section-heading {
  max-width: 610px;
  margin: 20px auto;
  text-align: center;
}

/**
 * Body
 */
.Section-body {
  max-width: 610px;
  margin: 20px auto 15px;
  font-size: 18px;
}

.List {
  margin: 20px 0;
  list-style: disc;
  padding-left: 17px;
}

.List li {
  padding: 0;
  margin: 11px 0;
}

.Quartet {
  overflow: hidden;
  padding: 0 20px;
}

.Quartet:after {
  content: " ";
  display: block;
  pointer-events: none;
  margin-bottom: 30px;
}

@media (min-width: 650px) {
  .Quartet:after {
    margin-bottom: 54px;
  }
}

@media (min-width: 900px) {
  .Quartet:after {
    margin-bottom: 60px;
  }
}

@media (min-width: 1100px) {
  .Quartet:after {
    margin-bottom: 90px;
  }
}

@media (min-width: 470px) {
  .Quartet {
    padding: 0 25px;
  }
}

@media (min-width: 650px) {
  .Quartet {
    max-width: 640px;
    padding: 30px 25px;
    margin: 0 auto;
  }
}

.Quartet-item {
  box-sizing: border-box;
}

@media (min-width: 650px) {
  .Quartet-item {
    float: left;
    width: 50%;
    padding: 0 45px 0;
    max-width: 640px;
    margin: 0 auto;
  }
}

.Quartet-heading {
  text-transform: none;
}

@media (min-width: 650px) {
  .Quartet-heading {
    margin: 0;
  }
  .Quartet-heading:before {
    content: " ";
    display: block;
    pointer-events: none;
    margin-bottom: 30px;
  }
}

@media (min-width: 650px) and (min-width: 650px) {
  .Quartet-heading:before {
    margin-bottom: 54px;
  }
}

@media (min-width: 650px) and (min-width: 900px) {
  .Quartet-heading:before {
    margin-bottom: 60px;
  }
}

@media (min-width: 650px) and (min-width: 1100px) {
  .Quartet-heading:before {
    margin-bottom: 90px;
  }
}

.Plate--white .Plate-inner {
  background: white;
}

.Plate-inner {
  padding: 20px 20px 12px;
  background: #e8e8e8;
}

.Plate--tighter .Plate-inner {
  padding: 25px 25px 17px;
}

.Plate--nopad .Plate-inner {
  padding: 0;
}

@media (min-width: 470px) {
  .Plate-inner {
    padding: 25px 25px 17px;
  }
}

@media (min-width: 650px) {
  .Plate-inner {
    padding: 30px 40px 22px;
  }
}

.Plate-inner .Plate-list {
  margin: 20px 0 10px;
}

.Plate-button {
  outline: 0;
  background: lightgray;
  color: #4e4e4e;
}

.Plate-button:hover, .Plate-button:focus {
  outline: 0;
}

.Plate-heading {
  color: #d9328a;
  margin: 0 0 16px;
  font-size: 20px;
}

@media (min-width: 470px) {
  .Plate-heading {
    font-size: 24px;
  }
}

.Plate-embed {
  width: 100%;
  margin: 20px 0 0;
  background: transparent;
  border: 0;
}

.Plate-map {
  position: relative;
  padding-bottom: 50%;
  background: #f2f2f2;
}

.Plate-mapCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
}

.Plate-mapCanvas img {
  max-width: initial;
  height: initial;
}

/**
 * This file contains the styles for the flexnav jquery plugin.
 * Our styles has been added ontop of it. It's a bit of a mess
 */
/**
 * The button for toggeling the meny, on narrow viewports
 */
.menu-button {
  position: relative;
  display: block;
  box-sizing: content-box;
  border: 0;
  width: 28px;
  height: 100%;
  float: right;
  padding: 0 20px;
  color: white;
  background: white;
  overflow: hidden;
}

.menu-button:hover, .menu-button:focus {
  outline: 0;
}

.menu-button:focus {
  background: #f2f2f2;
  color: #f2f2f2;
}

.menu-button .touch-button {
  display: block;
  width: 28px;
  height: 4px;
  position: relative;
  background: #d9328a;
}

.menu-button .touch-button:before, .menu-button .touch-button:after {
  content: " ";
  position: absolute;
  top: -8px;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #d9328a;
}

.menu-button .touch-button:after {
  top: auto;
  bottom: -8px;
}

.menu-button .touch-button .navicon {
  display: none;
}

.menu-button.active {
  background: #4e4e4e;
  color: #4e4e4e;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.15);
}

.menu-button.active .touch-button {
  background: white;
}

.menu-button.active .touch-button:before, .menu-button.active .touch-button:after {
  background: white;
}

/**
 * Navigation for narrow viewports
 */
.flexnav {
  overflow: hidden;
  width: 100%;
  max-height: 0;
  z-index: 1;
  /* stop webkit flicker */
  -webkit-transform-style: preserve-3d;
}

.flexnav.flexnav-show {
  max-height: 2000px;
  transition: max-height .5s ease-in-out;
}

.flexnav-item {
  font-size: 100%;
  position: relative;
  overflow: hidden;
}

.flexnav-link {
  box-sizing: border-box;
  position: relative;
  display: block;
  padding: 0 13px;
  height: 60px;
  line-height: 60px;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.15);
  background: #4e4e4e;
  color: white;
  text-decoration: none;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.flexnav-link:hover, .flexnav-link:focus {
  text-decoration: none;
  outline: 0;
}

.flexnav-link:active {
  color: #f2f2f2;
  color: white;
}

.flexnav-sub {
  width: 100%;
  display: none;
}

.with-js .flexnav-sub {
  display: block;
}

.flexnav-sub .flexnav-item {
  font-size: 100%;
  position: relative;
  overflow: hidden;
}

.flexnav-sub.flexnav-show .flexnav-item {
  overflow: visible;
}

/* Different background images depending on nav depth */
.flexnav-sub .flexnav-link {
  display: block;
  background: #5b5b5b;
  padding-left: 26px;
}

.flexnav-sub .flexnav-sub .flexnav-link {
  background: #686868;
  padding-left: 39px;
}

.flexnav-sub .flexnav-sub .flexnav-sub .flexnav-link {
  background: #747474;
  padding-left: 52px;
}

/**
 * Sub nav button/icon
 */
.flexnav .touch-button {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 68px;
  height: 60px;
  line-height: 59px;
  display: inline-block;
  text-align: center;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.15);
  overflow: hidden;
  cursor: pointer;
}

.flexnav .touch-button .navicon {
  width: 68px;
  text-align: center;
  position: absolute;
  left: -100%;
  font-size: 20px;
  color: #999;
  display: inline-block;
}

.flexnav .touch-button .navicon:after {
  content: "\25BE";
  position: absolute;
  left: 100%;
  width: 68px;
  font-style: normal;
  transition: transform .3s ease;
}

.flexnav .touch-button.active .navicon:after {
  transform: rotate(180deg) translateY(-2px);
}

.flexnav .touch-button:hover .navicon, .flexnav .touch-button:focus .navicon {
  color: white;
}

/**
 * Position the navigation ontop of content, like a dropdown
 */
@media (min-width: 470px) {
  .flexnav {
    position: absolute;
    right: 0;
    max-width: 350px;
  }
}

/**
 * The horizontal version for wide viewports
 */
@media (min-width: 900px) {
  .flexnav {
    overflow: visible;
    position: absolute;
    top: 0;
    left: 95px;
    max-height: none;
    max-width: none;
    width: auto;
    padding-right: 9px;
  }
  .flexnav > .flexnav-item > .touch-button,
  .flexnav .flexnav-secondary > .flexnav-item > .touch-button {
    display: none;
  }
  .flexnav > .flexnav-item,
  .flexnav .flexnav-secondary > .flexnav-item {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    overflow: visible;
  }
  .flexnav > .flexnav-item > .flexnav-link,
  .flexnav .flexnav-secondary > .flexnav-item > .flexnav-link {
    border: 0;
    padding: 0;
    color: #4e4e4e;
    letter-spacing: 1px;
    font-size: 11px;
    padding: 33px 12px 0;
    height: 80px;
    box-sizing: border-box;
    background: none;
    line-height: inherit;
    /* Add bottom stripe */
    /* Set color for native mouse states */
  }
  .flexnav > .flexnav-item > .flexnav-link:after,
  .flexnav .flexnav-secondary > .flexnav-item > .flexnav-link:after {
    content: " ";
    display: block;
    height: 2px;
    margin-top: -2px;
    position: relative;
    bottom: -3px;
  }
  .flexnav > .flexnav-item > .flexnav-link:hover, .flexnav > .flexnav-item > .flexnav-link:focus, .flexnav > .flexnav-item > .flexnav-link:active,
  .flexnav .flexnav-secondary > .flexnav-item > .flexnav-link:hover,
  .flexnav .flexnav-secondary > .flexnav-item > .flexnav-link:focus,
  .flexnav .flexnav-secondary > .flexnav-item > .flexnav-link:active {
    color: #4e4e4e;
  }
  .flexnav > .flexnav-item > .flexnav-link:hover:after, .flexnav > .flexnav-item > .flexnav-link:focus:after, .flexnav > .flexnav-item > .flexnav-link:active:after,
  .flexnav .flexnav-secondary > .flexnav-item > .flexnav-link:hover:after,
  .flexnav .flexnav-secondary > .flexnav-item > .flexnav-link:focus:after,
  .flexnav .flexnav-secondary > .flexnav-item > .flexnav-link:active:after {
    background: #4e4e4e;
  }
  .flexnav > .flexnav-item.is-current > .flexnav-link,
  .flexnav .flexnav-secondary > .flexnav-item.is-current > .flexnav-link {
    cursor: default;
    color: #d9328a;
    background: transparent;
  }
  .flexnav > .flexnav-item.is-current > .flexnav-link:focus,
  .flexnav .flexnav-secondary > .flexnav-item.is-current > .flexnav-link:focus {
    background: transparent;
  }
  .flexnav > .flexnav-item.is-current > .flexnav-link:after,
  .flexnav .flexnav-secondary > .flexnav-item.is-current > .flexnav-link:after {
    background: #d9328a;
  }
  .flexnav .flexnav-secondary {
    float: right;
  }
  .flexnav .flexnav-secondary .flexnav-item > .flexnav-link {
    padding-right: 9px;
    padding-left: 9px;
    letter-spacing: 0;
    font-weight: 400;
    text-transform: none;
  }
  .flexnav .flexnav-sub {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 100%;
    width: 200px;
    margin-left: -100px;
    background: 0 0;
    height: auto !important;
  }
  .flexnav .flexnav-sub:after {
    content: " ";
    position: absolute;
    top: -17px;
    left: 50%;
    z-index: 1;
    width: 0;
    height: 0;
    border: solid transparent;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #4e4e4e;
    border-width: 9px;
    margin-left: -9px;
  }
  .flexnav .flexnav-sub .flexnav-item {
    width: 100%;
  }
  .flexnav .flexnav-sub .flexnav-item:last-child .flexnav-link {
    box-shadow: none;
  }
  .flexnav .flexnav-sub .flexnav-item .flexnav-link {
    background: #4e4e4e;
    letter-spacing: 1px;
    font-size: 11px;
    padding: 16px 10px 16px 14px;
    line-height: inherit;
    height: auto;
  }
  .flexnav .flexnav-sub .flexnav-item .flexnav-link:hover, .flexnav .flexnav-sub .flexnav-item .flexnav-link:focus {
    background: #444444;
  }
  .flexnav .flexnav-sub .flexnav-item .flexnav-link:active {
    color: #e0e0e0;
  }
  .flexnav .flexnav-sub .touch-button {
    width: 28px;
    box-shadow: none;
    height: 100%;
    pointer-events: none;
    line-height: inherit;
    height: 100%;
  }
  .flexnav .flexnav-sub .touch-button .navicon {
    width: 100%;
    height: 100%;
    font-size: 16px;
    height: auto;
  }
  .flexnav .flexnav-sub .touch-button .navicon:after {
    transform: none;
    width: 100%;
    height: 100%;
    content: "\25B8";
    color: white;
    line-height: 47px;
  }
  .flexnav .flexnav-secondary > .flexnav-item .flexnav-sub {
    margin-left: -180px;
  }
  .flexnav .flexnav-secondary > .flexnav-item .flexnav-sub:after {
    margin-left: 71px;
  }
  .flexnav .flexnav-secondary > .flexnav-item .flexnav-sub .touch-button {
    transform: rotate(180deg);
  }
  .flexnav > .flexnav-item .flexnav-sub .flexnav-sub,
  .flexnav .flexnav-secondary > .flexnav-item .flexnav-sub .flexnav-sub {
    left: 150%;
    top: 0;
  }
  .flexnav > .flexnav-item .flexnav-sub .flexnav-sub .flexnav-link,
  .flexnav .flexnav-secondary > .flexnav-item .flexnav-sub .flexnav-sub .flexnav-link {
    background: #444444;
  }
  .flexnav > .flexnav-item .flexnav-sub .flexnav-sub .flexnav-link:hover, .flexnav > .flexnav-item .flexnav-sub .flexnav-sub .flexnav-link:focus,
  .flexnav .flexnav-secondary > .flexnav-item .flexnav-sub .flexnav-sub .flexnav-link:hover,
  .flexnav .flexnav-secondary > .flexnav-item .flexnav-sub .flexnav-sub .flexnav-link:focus {
    background: #3a3a3a;
  }
  .flexnav > .flexnav-item .flexnav-sub .flexnav-sub .flexnav-sub .flexnav-link,
  .flexnav .flexnav-secondary > .flexnav-item .flexnav-sub .flexnav-sub .flexnav-sub .flexnav-link {
    background: #3a3a3a;
  }
  .flexnav > .flexnav-item .flexnav-sub .flexnav-sub .flexnav-sub .flexnav-link:hover, .flexnav > .flexnav-item .flexnav-sub .flexnav-sub .flexnav-sub .flexnav-link:focus,
  .flexnav .flexnav-secondary > .flexnav-item .flexnav-sub .flexnav-sub .flexnav-sub .flexnav-link:hover,
  .flexnav .flexnav-secondary > .flexnav-item .flexnav-sub .flexnav-sub .flexnav-sub .flexnav-link:focus {
    background: #2f2f2f;
  }
  .flexnav > .flexnav-item .flexnav-sub .flexnav-sub:after,
  .flexnav .flexnav-secondary > .flexnav-item .flexnav-sub .flexnav-sub:after {
    display: none;
  }
  .flexnav .flexnav-secondary > .flexnav-item .flexnav-sub .flexnav-sub {
    left: initial;
    right: 100%;
  }
  .flexnav .flexnav-sub.open {
    display: block;
    visibility: visible;
    z-index: 1;
  }
  .flexnav .flexnav-sub.open .flexnav-item {
    overflow: visible;
  }
  .flexnav .flexnav-sub.open .flexnav-sub.open {
    top: 0;
  }
  .menu-button {
    display: none;
  }
}

/**
 * Widen the paddings between list items
 */
@media (min-width: 1100px) {
  .flexnav > .flexnav-item > .flexnav-link {
    padding-right: 16px;
    padding-left: 16px;
  }
  .flexnav > .flexnav-secondary > .flexnav-link {
    padding-right: 12px;
    padding-left: 12px;
  }
}

.Primary {
  position: relative;
  max-width: 650px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

.Primary:before, .Primary:after {
  content: " ";
  display: block;
  pointer-events: none;
  margin-bottom: 30px;
}

@media (min-width: 650px) {
  .Primary:before, .Primary:after {
    margin-bottom: 54px;
  }
}

@media (min-width: 900px) {
  .Primary:before, .Primary:after {
    margin-bottom: 60px;
  }
}

@media (min-width: 470px) {
  .Primary {
    padding: 0 25px;
  }
}

/**
 * Stack block
 */
.Primary-stack:before, .Primary-stack:after {
  content: " ";
  display: block;
  pointer-events: none;
  margin-bottom: 30px;
}

@media (min-width: 650px) {
  .Primary-stack:before, .Primary-stack:after {
    margin-bottom: 54px;
  }
}

@media (min-width: 900px) {
  .Primary-stack:before, .Primary-stack:after {
    margin-bottom: 60px;
  }
}

/**
 * Wider block
 */
.Primary-block {
  margin-right: -20px;
  margin-left: -20px;
}

.Primary-block:before, .Primary-block:after {
  content: " ";
  display: block;
  pointer-events: none;
  margin-bottom: 30px;
}

@media (min-width: 650px) {
  .Primary-block:before, .Primary-block:after {
    margin-bottom: 54px;
  }
}

@media (min-width: 900px) {
  .Primary-block:before, .Primary-block:after {
    margin-bottom: 60px;
  }
}

@media (min-width: 470px) {
  .Primary-block {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 900px) {
  .Primary-block {
    margin-right: -100px;
    margin-left: -100px;
  }
}

@media (min-width: 1100px) {
  .Primary-block {
    margin-right: -175px;
    margin-left: -175px;
  }
}

/**
 * Embeds
 */
.fluid-width-video-wrapper,
.fb-xfbml-parse-ignore {
  margin: 25px 0;
}

.fluid-width-video-wrapper iframe,
.fb-xfbml-parse-ignore iframe {
  margin: 0 auto;
  max-width: 100%;
}

@media (min-width: 470px) {
  .fluid-width-video-wrapper,
  .fb-xfbml-parse-ignore {
    margin: 30px 0;
  }
}

iframe[src*="docs.google.com"],
.fb-post.fb_iframe_widget {
  margin: 25px 0;
  max-width: 100%;
  overflow-x: auto;
  text-align: center;
  display: block !important;
}

@media (min-width: 470px) {
  iframe[src*="docs.google.com"],
  .fb-post.fb_iframe_widget {
    margin: 30px 0;
  }
}

iframe[src*="docs.google.com"] {
  border: 1px solid #dadada;
}

/**
 * Lists
 */
.Primary ul,
.Primary ol {
  margin: 25px 0;
  list-style-type: bullet;
}

.Primary ul ul,
.Primary ul ol,
.Primary ol ul,
.Primary ol ol {
  margin: 0;
}

@media (min-width: 470px) {
  .Primary ul,
  .Primary ol {
    margin: 30px 0;
  }
}

.Primary ol {
  list-style-type: decimal;
  padding-left: 24px;
}

.Primary ul {
  list-style-type: none;
}

.Primary ul li {
  padding-left: 30px;
  margin: 15px 0;
}

.Primary ul li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 100%;
  background-color: #d9328a;
  position: absolute;
  left: 0;
}

.Primary li {
  position: relative;
  margin: 8px 0;
  line-height: 1.5;
}

/**
 * Entrance
 */
.Primary-entrance {
  font-size: 20px;
  line-height: 1.5;
  font-family: "klinic_slabbook", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@media (min-width: 650px) {
  .Primary-entrance {
    font-size: 26px;
    line-height: 1.4;
    padding-bottom: 20px;
  }
}

/**
 * Button
 */
.Primary-buttonWrap {
  margin: 25px 0;
  text-align: center;
}

@media (min-width: 470px) {
  .Primary-buttonWrap {
    margin: 30px 0;
  }
}

.Primary-button {
  display: inline-block;
}

@media (min-width: 470px) {
  .Primary-button {
    width: auto;
    min-width: 275px;
  }
}

/**
 * Plate
 */
.Primary-plate {
  margin-right: -20px;
  margin-left: -20px;
}

.Primary-plate:before, .Primary-plate:after {
  content: " ";
  display: block;
  pointer-events: none;
  margin-bottom: 30px;
}

@media (min-width: 650px) {
  .Primary-plate:before, .Primary-plate:after {
    margin-bottom: 54px;
  }
}

@media (min-width: 900px) {
  .Primary-plate:before, .Primary-plate:after {
    margin-bottom: 60px;
  }
}

@media (min-width: 470px) {
  .Primary-plate {
    margin: 30px 0;
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 900px) {
  .Primary-plate {
    margin-right: -40px;
    margin-left: -40px;
  }
}

.Primary-plate--tighter {
  margin: 25px 0;
}

.Primary-plate--tighter:before, .Primary-plate--tighter:after {
  display: none;
}

@media (min-width: 470px) {
  .Primary-plate--tighter {
    margin: 30px 0;
  }
}

/**
 * Block quote
 */
.Primary-quote {
  font-size: 20px;
  line-height: 1.3;
  font-family: "klinic_slabbook", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  text-align: center;
  position: relative;
  font-style: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 25px 0;
}

.Primary-quote p {
  margin: 0;
}

.Primary-quote:after, .Primary-quote:before {
  font-family: georgia,sans-serif;
  font-size: 110px;
  color: #e8eadf;
  position: absolute;
  z-index: -1;
  height: 100px;
}

.Primary-quote:before {
  content: "\201C";
  top: -33px;
  left: -7px;
}

.Primary-quote:after {
  content: "\201D";
  bottom: -24px;
  right: -7px;
}

@media (min-width: 470px) {
  .Primary-quote {
    font-size: 24px;
    line-height: 1.4;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 30px 0;
  }
  .Primary-quote:before {
    font-size: 140px;
    top: -40px;
    left: -7px;
  }
  .Primary-quote:after {
    font-size: 130px;
    bottom: 0;
    right: -7px;
  }
}

@media (min-width: 900px) {
  .Primary-quote {
    font-size: 34px;
    line-height: 1.3;
  }
  .Primary-quote:before {
    font-size: 160px;
    top: -38px;
    left: -10px;
  }
  .Primary-quote:after {
    font-size: 160px;
    bottom: 15px;
    right: -10px;
  }
}

.Primary-author {
  font-size: 14px;
  margin-top: 8px;
}

.Primary-author cite {
  font-style: normal;
}

@media (min-width: 470px) {
  .Primary-author {
    font-size: 16px;
  }
}

@media (min-width: 900px) {
  .Primary-author {
    margin-top: 13px;
  }
}

/* ==========================================================================
   Modifiers
   ========================================================================== */
/**
 * Less stack margins and fluid width
 */
.Primary--boxed {
  padding: 0;
  max-width: 650px;
}

.Primary--boxed:before, .Primary--boxed:after {
  margin-bottom: 30px;
}

@media (min-width: 650px) {
  .Primary--boxed:before, .Primary--boxed:after {
    margin-bottom: 30px;
  }
}

.Primary-groups-fix .Accordion-body {
  margin-top: -50px !important;
  margin-bottom: -30px !important;
}

/**
 * Stack (list of block items)
 */
.Stack-item {
  display: block;
  border-top: 1px solid #dadada;
}

.Stack-item:hover, .Stack-item:focus {
  text-decoration: none;
}

.Stack-item:hover .Stack-inner:after, .Stack-item:focus .Stack-inner:after {
  opacity: 1;
}

.Stack > .Stack-item:first-child {
  border-top: 0;
}

.Stack-inner {
  position: relative;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 70px 20px 20px;
}

@media (min-width: 470px) {
  .Stack-inner {
    padding: 30px;
  }
}

@media (min-width: 650px) {
  .Stack-inner {
    padding: 43px;
  }
}

.Stack-inner:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 13px;
  height: 25px;
  margin-top: -12px;
  opacity: 0.4;
  background-image: url("../img/arrow-small.png");
}

@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .Stack-inner:after {
    background-image: url("../img/arrow-small_2x.png");
    background-size: 13px 25px;
  }
}

@media (min-width: 470px) {
  .Stack-inner:after {
    right: 25px;
    margin-top: -22px;
    width: 23px;
    height: 45px;
    background-image: url("../img/arrow-medium.png");
  }
}

@media (min-width: 470px) and (-o-min-device-pixel-ratio: 5 / 4), (min-width: 470px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 470px) and (min-resolution: 120dpi) {
  .Stack-inner:after {
    background-image: url("../img/arrow-medium_2x.png");
    background-size: 23px 45px;
  }
}

@media (min-width: 900px) {
  .Stack-inner:after {
    right: -33px;
  }
}

/**
 * Typography
 */
.Stack-sub {
  max-width: 360px;
  display: block;
  font-family: "klinic_slabbook", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  color: #4e4e4e;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
}

@media (min-width: 470px) {
  .Stack-sub {
    font-size: 16px;
    margin-bottom: -4px;
  }
}

@media (min-width: 650px) {
  .Stack-sub {
    font-size: 18px;
  }
}

.Stack-heading {
  max-width: 360px;
  font-size: 18px;
  margin: 0;
  line-height: 1.5;
  text-transform: none;
}

@media (min-width: 470px) {
  .Stack-heading {
    font-size: 20px;
  }
}

@media (min-width: 650px) {
  .Stack-heading {
    font-size: 24px;
    line-height: 1.4;
  }
}

.Stack-body {
  max-width: 360px;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 1.5;
  margin: 8px 0 0;
}

.Stack-timestamp {
  display: block;
  margin: 5px 0 0;
  color: #a2a1a1;
  font-size: 14px;
  font-style: italic;
}

@media (min-width: 470px) {
  .Stack-timestamp {
    margin: 5px 0 -5px;
  }
}

@media (min-width: 650px) {
  .Stack-timestamp {
    margin: 8px 0 8px;
  }
}

.Stack-readmore {
  display: none;
  color: #d9328a;
  font-size: 14px;
  line-height: 1.5;
}

.Stack-readmore:after {
  content: " \00BB";
  position: absolute;
  padding-left: 4px;
}

/**
 * Themes
 */
/* REMOVE START */
.Stack--green .Stack-sub,
.Stack-item--green .Stack-sub {
  color: #0062ff;
}

/* REMOVE END */
.Stack--pink .Stack-sub,
.Stack-item--pink .Stack-sub {
  color: #d9328a;
}

.Stack--muted .Stack-sub,
.Stack-item--muted .Stack-sub {
  color: #a2a1a1;
}

/**
 * Larger item
 */
.Stack--larger .Stack-item .Stack-inner {
  /* Add larger arrow */
}

@media (min-width: 470px) {
  .Stack--larger .Stack-item .Stack-inner {
    padding: 35px 90px 35px 25px;
  }
}

@media (min-width: 650px) {
  .Stack--larger .Stack-item .Stack-inner {
    padding: 55px 100px 55px 25px;
  }
}

@media (min-width: 900px) {
  .Stack--larger .Stack-item .Stack-inner {
    padding: 55px 25px;
  }
}

@media (min-width: 650px) {
  .Stack--larger .Stack-item .Stack-inner:after {
    margin-top: -35px;
    width: 36px;
    height: 70px;
    background-image: url("../img/arrow-large.png");
  }
}

@media (min-width: 650px) and (-o-min-device-pixel-ratio: 5 / 4), (min-width: 650px) and (-webkit-min-device-pixel-ratio: 1.25), (min-width: 650px) and (min-resolution: 120dpi) {
  .Stack--larger .Stack-item .Stack-inner:after {
    background-image: url("../img/arrow-large_2x.png");
    background-size: 36px 70px;
  }
}

@media (min-width: 900px) {
  .Stack--larger .Stack-item .Stack-inner:after {
    right: -60px;
  }
}

.Stack--larger .Stack-item .Stack-sub {
  max-width: 100%;
}

@media (min-width: 470px) {
  .Stack--larger .Stack-item .Stack-sub {
    font-size: 18px;
    margin-bottom: -2px;
  }
}

@media (min-width: 650px) {
  .Stack--larger .Stack-item .Stack-sub {
    font-size: 22px;
    margin-bottom: -4px;
  }
}

.Stack--larger .Stack-item .Stack-heading {
  max-width: 100%;
  color: #4e4e4e;
  font-size: 22px;
  line-height: 1.3;
}

@media (min-width: 470px) {
  .Stack--larger .Stack-item .Stack-heading {
    font-size: 28px;
  }
}

@media (min-width: 650px) {
  .Stack--larger .Stack-item .Stack-heading {
    font-size: 36px;
    line-height: 1.2;
  }
}

.Stack--larger .Stack-item .Stack-body {
  max-width: 100%;
  font-size: 14px;
  display: none;
}

@media (min-width: 470px) {
  .Stack--larger .Stack-item .Stack-body {
    font-size: 14px;
  }
}

@media (min-width: 650px) {
  .Stack--larger .Stack-item .Stack-body {
    display: block;
    margin-top: 14px;
    font-size: 14px;
  }
}

/**
 * Inline smaller item
 */
.Stack-row .Stack-sub,
.Stack-row .Stack-heading,
.Stack-row .Stack-body {
  max-width: 100%;
}

.Stack-row .Stack-readmore {
  display: none;
}

@media (min-width: 650px) {
  .Stack-row {
    border-top: 1px solid #dadada;
  }
  .Stack-row .Stack-readmore {
    display: block;
  }
}

@media (min-width: 650px) {
  .Stack-column {
    overflow: hidden;
    max-width: 660px;
    margin: 0 auto;
    padding: 0 25px;
  }
  .Stack-column .Stack-item {
    border: 0;
    width: 100%;
    max-width: 50%;
    float: left;
    vertical-align: top;
    padding: 60px 0;
  }
  .Stack-column .Stack-item:first-child .Stack-inner {
    border-right: 1px solid #dadada;
    padding-left: 0;
  }
  .Stack-column .Stack-item:last-child .Stack-inner {
    border-left: 1px solid #dadada;
    margin-left: -1px;
    padding-right: 0;
  }
  .Stack-column .Stack-item:only-child .Stack-inner {
    border: 0;
  }
  .Stack-column .Stack-inner {
    padding: 0 40px;
  }
  .Stack-column .Stack-inner:after {
    display: none;
  }
}

@media (min-width: 900px) {
  .Stack-column {
    max-width: 600px;
  }
  .Stack-column .Stack-inner {
    padding-right: 50px;
    padding-left: 50px;
  }
}

.Stack-title-prefix {
  font-family: "klinic_slabbook", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1.2;
  color: #4e4e4e;
  margin-top: .25em;
}

.Stack-position h1 {
  margin: 0;
  padding: 0;
}

.Stack-position .Stack-go-left {
  display: inline-block;
  width: 25%;
  padding-right: 2%;
}

.Stack-position .Stack-go-right {
  display: inline-block;
  width: 70%;
  padding-left: 2%;
  text-align: left;
  vertical-align: top;
}

.Stack-position .Stack-round-image {
  border-radius: 10em;
  overflow: hidden;
  width: 150px;
  height: 150px;
}

.Stack-position .Stack-round-image img {
  height: 100%;
  max-width: unset;
}

.Column {
  text-align: center;
}

/**
 * Divided section item
 *
 * Default number of columns is three
 */
.Column-item {
  padding: 0 20px;
}

@media (min-width: 470px) {
  .Column-item {
    padding: 0 25px;
  }
}

@media (min-width: 900px) {
  .Column-item {
    display: inline-block;
    vertical-align: top;
  }
}

@media (min-width: 1100px) {
  .Column-item {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.Column-inner {
  text-align: left;
}

.Column-inner:after {
  content: " ";
  display: block;
  pointer-events: none;
  margin-bottom: 30px;
}

@media (min-width: 650px) {
  .Column-inner:after {
    margin-bottom: 54px;
  }
}

@media (min-width: 900px) {
  .Column-inner:after {
    margin-bottom: 60px;
  }
}

@media (min-width: 1100px) {
  .Column-inner:after {
    margin-bottom: 90px;
  }
}

@media (min-width: 470px) {
  .Column-inner {
    text-align: center;
    max-width: 320px;
    display: inline-block;
    vertical-align: top;
  }
}

@media (min-width: 900px) {
  .Column-inner {
    max-width: 240px;
    text-align: left;
  }
}

@media (min-width: 1100px) {
  .Column-inner {
    max-width: 275px;
  }
}

/**
 * Heading
 */
.Column-heading {
  text-transform: none;
}

.Column-heading:before {
  content: " ";
  display: block;
  pointer-events: none;
  margin-bottom: 30px;
}

@media (min-width: 650px) {
  .Column-heading:before {
    margin-bottom: 54px;
  }
}

@media (min-width: 900px) {
  .Column-heading:before {
    margin-bottom: 60px;
  }
}

@media (min-width: 1100px) {
  .Column-heading:before {
    margin-bottom: 90px;
  }
}

.Column-body {
  margin-bottom: 0;
  margin-top: 25px;
}

/**
 * Button
 */
.Column-button {
  margin-top: 25px;
}

@media (min-width: 470px) {
  .Column-button {
    max-width: 210px;
    display: inline-block;
  }
}

/* ==========================================================================
   Modifiers
   ========================================================================== */
/**
 * Divided with borders
 */
.Column--divided .Column-item {
  border-top: 1px solid #dadada;
}

.Column--divided .Column-item:first-child {
  border: 0;
}

@media (min-width: 900px) {
  .Column--divided .Column-item {
    border: 0;
  }
}

.Column--divided .Column-heading {
  margin: 0;
}

.Matrix-item {
  border: 1px solid #dadada;
  border-width: 0 0 1px 0;
  padding: 20px;
  margin-top: -1px;
}

.Matrix-item:first-child {
  border-width: 1px 0;
}

@media (min-width: 470px) {
  .Matrix-item {
    padding: 30px 25px;
  }
}

@media (min-width: 650px) {
  .Matrix-item {
    width: 50%;
    float: left;
    border-width: 1px 0 1px;
    padding: 0;
    margin: -1px 0 0 -1px;
  }
  .Matrix-item.Matrix-item--odd {
    border-width: 1px 1px 1px 0;
    margin-left: 0;
    text-align: right;
  }
}

.Matrix-link {
  display: block;
}

.Matrix-link:focus, .Matrix-link:hover {
  text-decoration: none;
}

@media (min-width: 650px) {
  .Matrix-link {
    padding: 0 45px;
    height: 170px;
  }
  .Matrix-link:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
}

.Matrix-body {
  text-align: left;
  position: relative;
  display: inline-block;
  width: 100%;
  font-family: "klinic_slabbook", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  font-size: 20px;
}

.Matrix-body:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 13px;
  height: 25px;
  margin-top: -12px;
  opacity: 0.4;
  background-image: url("../img/arrow-small.png");
  background-repeat: no-repeat;
}

@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .Matrix-body:after {
    background-image: url("../img/arrow-small_2x.png");
    background-size: 13px 25px;
  }
}

.Matrix-link:focus .Matrix-body:after,
.Matrix-link:hover .Matrix-body:after {
  opacity: 1;
}

@media (min-width: 650px) {
  .Matrix-body {
    max-width: 200px;
    padding-right: 30px;
    vertical-align: middle;
  }
}

.Primary .Accordion {
  padding: 0px;
}

.Accordion {
  max-width: 730px;
  margin: 0 auto;
}

.Accordion:before, .Accordion:after {
  content: " ";
  display: block;
  pointer-events: none;
  margin-bottom: 30px;
}

@media (min-width: 650px) {
  .Accordion:before, .Accordion:after {
    margin-bottom: 54px;
  }
}

@media (min-width: 900px) {
  .Accordion:before, .Accordion:after {
    margin-bottom: 60px;
  }
}

@media (min-width: 470px) {
  .Accordion {
    padding: 0 25px;
  }
}

/**
 * Accordion item
 */
.Accordion-item {
  padding-top: 5px;
}

.Accordion-item:first-child {
  padding-top: 0;
}

@media (min-width: 470px) {
  .Accordion-item {
    padding-top: 13px;
  }
}

/**
 * Accordion header
 */
.Accordion-header {
  position: relative;
  color: white;
}

.Accordion-button {
  padding: 19px 80px 19px 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: inherit;
  text-align: left;
  font-size: 12px;
  line-height: 1.6;
  background: #d9328a;
}

@media (min-width: 470px) {
  .Accordion-button {
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (min-width: 650px) {
  .Accordion-button {
    padding-left: 40px;
    padding-top: 27px;
  }
}

.Accordion-heading {
  font-size: 16px;
  margin: 0;
  max-width: 510px;
}

@media (min-width: 650px) {
  .Accordion-heading {
    font-size: 18px;
  }
}

@media (min-width: 650px) {
  .Accordion-heading {
    font-size: 22px;
  }
}

.Accordion-entrance {
  margin: 0;
  max-width: 510px;
}

.Accordion-icon {
  position: absolute;
  width: 26px;
  height: 26px;
  right: 20px;
  top: 50%;
  margin-top: -13px;
  background-image: url("../img/accordion.png");
  background-repeat: no-repeat;
}

@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .Accordion-icon {
    background-image: url("../img/accordion_2x.png");
    background-size: 146px 26px;
  }
}

@media (min-width: 470px) {
  .Accordion-icon {
    right: 30px;
  }
}

@media (min-width: 650px) {
  .Accordion-icon {
    right: 40px;
  }
}

/**
 * Accordion body
 */
.Accordion-body {
  display: none;
  padding: 0 20px;
  font-size: 14px;
}

@media (min-width: 470px) {
  .Accordion-body {
    padding: 0 25px;
  }
}

@media (min-width: 650px) {
  .Accordion-body {
    padding: 0 40px;
  }
}

/**
 * Open items
 */
.Accordion-item.is-open .Accordion-button {
  background: #e8e8e8;
  transition: none;
  outline: 0;
}

.Accordion-item.is-open .Accordion-header {
  color: #d9328a;
}

.Accordion-item.is-open .Accordion-body {
  display: block;
  margin-bottom: 35px;
}

.Accordion-item.is-open .Accordion-icon {
  background-position: -123px 0;
}

/**
 * Squares
 */
.Square {
  display: flex;
  flex-wrap: wrap;
  justify-content: center space-between;
}

.Square .Square-button {
  display: inline-block;
  width: 50%;
  color: white;
  cursor: pointer;
}

.Square .Square-button .Square-wrapper {
  padding: 2em 1em 1.5em;
  background-color: #ff1806;
  margin: 6%;
  border-radius: 1em;
}

.Square .Square-button .Square-wrapper .top i {
  font-size: 6em;
}

.Square .Square-button .Square-wrapper .bottom {
  font-weight: 700;
  font-size: 2em;
  margin-top: .25em;
}

.Square .Square-expand {
  display: none;
  width: 88%;
  clear: both;
  background-color: #ff1806;
  border-radius: 1em;
  color: white;
  padding: 1em;
  margin: 0 3%;
}

.Square .Square-expand p {
  font-size: 1.4em;
  margin: 20px 0;
}

.Square .Square-expand a {
  color: white;
  text-decoration: underline;
}

.Social {
  position: relative;
  z-index: 1;
  background: #d9328a;
  color: white;
  text-align: center;
  line-height: 1.4;
}

@media print {
  .Social {
    display: none;
  }
}

@media (min-width: 650px) {
  .Social-inner {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    /* Borders */
  }
  .Social-inner:before, .Social-inner:after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    border: solid #d9328a;
    border-width: 18px 0;
    background: #d9328a;
  }
  .Social-inner:before {
    left: 33.333%;
  }
  .Social-inner:after {
    right: 33.333%;
  }
}

/**
 * Heading
 */
.Social-heading {
  padding-top: 35px;
  font-size: 18px;
  margin: 0;
}

@media (min-width: 470px) {
  .Social-heading {
    padding-top: 45px;
    font-size: 20px;
  }
}

/**
 * List
 */
.Social-list {
  display: inline-block;
  vertical-align: middle;
  padding: 13px 0 25px;
}

.Social-list li {
  float: left;
}

@media (min-width: 470px) {
  .Social-list {
    padding: 25px 0 55px;
  }
}

@media (min-width: 650px) {
  .Social-list {
    display: block;
    position: relative;
    padding: 0;
  }
  .Social-list li {
    width: 33.3333%;
  }
}

/**
 * Item
 */
.Social-item {
  display: block;
  margin: 0 10px;
  font-family: "klinic_slabbook", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@media (min-width: 470px) {
  .Social-item {
    color: white;
    margin-left: 22px;
    margin-right: 22px;
    font-size: 17px;
  }
  .Social-item:hover, .Social-item:focus {
    text-decoration: none;
  }
  .Social-item:active {
    color: white;
  }
}

@media (min-width: 650px) {
  .Social-item {
    margin-left: 0;
    margin-right: 0;
    padding: 45px 30px 50px;
  }
  .Social-item span {
    max-width: 240px;
    margin: 0 auto;
  }
}

/**
 * Icons
 */
.Social-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: bottom;
  padding: 10px;
  background-repeat: no-repeat;
  background-image: url("../img/social.png");
}

@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .Social-icon {
    background-image: url("../img/social_2x.png");
    background-size: 290px 39px;
  }
}

.Social-item:focus .Social-icon {
  background-color: #ff80ff;
}

.Social-icon.is-instagram {
  background-position: -115px 10px;
}

.Social-icon.is-twitter {
  background-position: 11px 10px;
}

.Social-icon.is-facebook {
  background-position: -240px 10px;
}

@media (min-width: 470px) {
  .Social-icon {
    position: relative;
  }
  .Social-icon:after {
    content: attr(data-title);
    position: absolute;
    width: 300%;
    left: 50%;
    margin-left: -150%;
    bottom: -20px;
  }
}

@media (min-width: 650px) {
  .Social-icon {
    margin-bottom: 10px;
  }
  .Social-icon:after {
    display: none;
  }
}

/**
 * Footer with CTA button
 */
.Social-footer {
  padding: 25px 20px;
  background: #ff80ff;
}

.Social-footer .Social-button {
  display: inline-block;
  width: 100%;
}

@media (min-width: 470px) {
  .Social-footer {
    padding: 30px 25px;
  }
  .Social-footer .Social-button {
    max-width: 275px;
  }
}

@media (min-width: 900px) {
  .Social-footer {
    padding: 50px 25px;
  }
}

.instafeed a {
  display: inline-block;
  width: 32%;
  margin: 0 .25em;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 150%;
  opacity: 1;
}

.instafeed a img {
  display: none;
}

.Search {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  min-height: 350px;
  background: rgba(255, 255, 255, 0.92);
  text-align: center;
  font-size: 0;
  display: none;
}

.Search.is-visible {
  display: block;
}

.Search:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.Search-inner {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-size: 16px;
  margin-top: -4%;
  font-size: 16px;
}

.Search-label {
  display: block;
  width: 100%;
  font-family: "klinic_slabbook", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  font-size: 22px;
  line-height: 1.1;
  color: #222;
  margin-bottom: 25px;
}

@media (min-width: 470px) {
  .Search-label {
    font-size: 28px;
    color: #333;
  }
}

@media (min-width: 900px) {
  .Search-label {
    font-size: 37px;
    color: #444;
  }
}

.Search-field {
  display: block;
  width: 100%;
  text-align: center;
  background: transparent;
  padding: 0;
  border: 0;
  color: #d9328a;
  font-size: 32px;
  outline: 0;
  font-family: "klinic_slabbook", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@media (min-width: 470px) {
  .Search-field {
    font-size: 42px;
  }
}

@media (min-width: 650px) {
  .Search-field {
    font-size: 62px;
  }
}

@media (min-width: 900px) {
  .Search-field {
    font-size: 88px;
  }
}

/**
 * Funding status bar
 */
.Progress {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #f2f2f2;
  box-shadow: inset 0 1px 0 #DFDFDF;
  color: white;
  white-space: nowrap;
  height: 0;
  transition: height .3s ease;
}

@media (min-width: 470px) {
  .Progress {
    width: calc(100% + 10px);
    left: -5px;
  }
}

@media (min-width: 900px) {
  .Progress {
    width: 100%;
    left: 0;
  }
}

.Progress.is-visible {
  height: 25px;
}

@media (min-width: 470px) {
  .Progress.is-visible {
    height: 30px;
  }
}

.Progress-bar {
  width: 0%;
  float: left;
  background: #d9328a;
  height: 100%;
  transition: width 1s ease-in-out;
}

.Progress-label {
  float: right;
  line-height: 25px;
  font-size: 12px;
  visibility: hidden;
  padding-right: 6px;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 470px) {
  .Progress-label {
    line-height: 30px;
    padding-right: 10px;
  }
}

.is-visible .Progress-label {
  visibility: visible;
}

.Progress-current {
  font-size: 13px;
}

.Progress-target {
  padding-right: 4px;
  font-size: 13px;
  color: #f5c9e0;
}

.Progress-divider {
  padding: 0 5px;
  font-size: 13px;
  display: inline-block;
  color: #f9deec;
}

@media (min-width: 470px) {
  .Progress-divider {
    padding: 0 8px;
  }
}

.Box {
  font-family: "klinic_slabbook", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  max-width: 1100px;
  padding: 80px 0;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-gap: 40px 20px;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}

.Box .Box-item {
  text-decoration: none;
}

.Box .Box-item .Box-inner {
  background-color: #f2f2f2;
  padding: 2em;
  margin-top: 3em;
}

.Box .Box-item .Box-inner .Box-round-image {
  border-radius: 10em;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin-top: -80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.Box .Box-item .Box-inner .Box-round-image img {
  height: 100%;
  max-width: unset;
}

.Box .Box-item .Box-inner .Box-title-prefix {
  font-size: 1.1em;
  color: #4e4e4e;
}

.Box .Box-item .Box-inner .Box-title-prefix span {
  display: block;
}

.Box .Box-item .Box-inner .Box-title-prefix .Box-name {
  display: inline-block;
  font-weight: 700;
  color: #d9328a;
}

.Box .Box-item .Box-inner .Box-heading {
  font-size: 30px;
  line-height: 1.2;
  color: #4e4e4e;
  margin-top: .5em;
}

.byline {
  background-color: #f2f2f2;
  padding: 2em;
  margin: 2em 0;
}

.byline-title {
  margin: 0 0 .25em;
}

.byline-name {
  margin: 0 0 .25em;
}

.byline .Button {
  margin: 1em 0 0;
}

.gallery {
  margin: 5em 0 0;
}

.gallery-window {
  display: flex;
}

.gallery-title {
  margin: 0 0 .25em;
}

.gallery-item {
  margin: .25em;
}

.gallery-item a {
  display: block;
}

.gallery .Button {
  margin: 1em 0 0;
}

/* Font Awesome */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../font/fontawesome-webfont.eot?v=4.7.0");
  src: url("../font/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../font/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../font/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../font/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Print styles */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
