@charset "UTF-8";
/* Reset */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("//hello.myfonts.net/count/32347d");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select, button {
  vertical-align: middle; }

/* Bootstrap */
/*!
 * Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active {
  outline: 0; }

a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

html {
  box-sizing: border-box; }

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

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@-webkit-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #0275d8;
  text-decoration: none; }
  a:focus, a:hover {
    color: #014c8c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

pre {
  margin-top: 0;
  margin-bottom: 1rem; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  box-sizing: inherit;
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0.25rem; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    border-color: #66afe9;
    outline: none; }
  .form-control::placeholder {
    color: #999;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

.form-control-file,
.form-control-range {
  display: block; }

.form-control-label {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 2.25rem; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"].form-control,
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"].form-control,
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"].form-control,
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"].form-control {
    line-height: 1.8625rem; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"].form-control,
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"].form-control,
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"].form-control,
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"].form-control {
    line-height: 3.16667rem; } }

.form-control-static {
  min-height: 2.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0; }
  .form-control-static.form-control-sm, .form-control-static.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.33333;
  border-radius: 0.3rem; }

.form-group {
  margin-bottom: 1rem; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-bottom: 0.75rem; }
  .radio label,
  .checkbox label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }
    .radio label input:only-child,
    .checkbox label input:only-child {
      position: static; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -.25rem; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: .75rem; }

input[type="radio"]:disabled, input[type="radio"].disabled,
input[type="checkbox"]:disabled,
input[type="checkbox"].disabled {
  cursor: not-allowed; }

.radio-inline.disabled,
.checkbox-inline.disabled {
  cursor: not-allowed; }

.radio.disabled label,
.checkbox.disabled label {
  cursor: not-allowed; }

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.4625rem 1.4625rem; }

.has-success .text-help,
.has-success .form-control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #5cb85c; }

.has-success .form-control {
  border-color: #5cb85c; }

.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea; }

.has-success .form-control-feedback {
  color: #5cb85c; }

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="); }

.has-warning .text-help,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #f0ad4e; }

.has-warning .form-control {
  border-color: #f0ad4e; }

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white; }

.has-warning .form-control-feedback {
  color: #f0ad4e; }

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"); }

.has-danger .text-help,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline,
.has-danger.radio label,
.has-danger.checkbox label,
.has-danger.radio-inline label,
.has-danger.checkbox-inline label {
  color: #d9534f; }

.has-danger .form-control {
  border-color: #d9534f; }

.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7; }

.has-danger .form-control-feedback {
  color: #d9534f; }

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="); }

@media (min-width: 544px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

/*
@import "animation";
@import "dropdown";
@import "button-group";
@import "input-group";
@import "custom-forms";
@import "nav";
@import "navbar";
*/
/*
@import "breadcrumb";
@import "pagination";
@import "pager";
@import "labels";
@import "jumbotron";
@import "alert";
@import "progress";
@import "media";
@import "list-group";
@import "responsive-embed";
@import "close";
*/
/*
@import "modal";
@import "tooltip";
@import "popover";
@import "carousel";
*/
.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-xs-left {
  float: left !important; }

.pull-xs-right {
  float: right !important; }

.pull-xs-none {
  float: none !important; }

@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important; }
  .pull-sm-right {
    float: right !important; }
  .pull-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .pull-md-left {
    float: left !important; }
  .pull-md-right {
    float: right !important; }
  .pull-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important; }
  .pull-lg-right {
    float: right !important; }
  .pull-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .pull-xl-left {
    float: left !important; }
  .pull-xl-right {
    float: right !important; }
  .pull-xl-none {
    float: none !important; } }

.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; }

.invisible {
  visibility: hidden !important; }

.text-hide {
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-xs-left {
  text-align: left !important; }

.text-xs-right {
  text-align: right !important; }

.text-xs-center {
  text-align: center !important; }

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-muted {
  color: #818a91; }

.text-primary {
  color: #0275d8 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #025aa5; }

.text-success {
  color: #5cb85c !important; }

a.text-success:focus, a.text-success:hover {
  color: #449d44; }

.text-info {
  color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover {
  color: #31b0d5; }

.text-warning {
  color: #f0ad4e !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f; }

.text-danger {
  color: #d9534f !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c; }

.bg-inverse {
  color: #eceeef;
  background-color: #373a3c; }

.bg-faded {
  background-color: #f7f7f9; }

.bg-primary {
  color: #fff !important;
  background-color: #0275d8 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5; }

.bg-success {
  color: #fff !important;
  background-color: #5cb85c !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44; }

.bg-info {
  color: #fff !important;
  background-color: #5bc0de !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5; }

.bg-warning {
  color: #fff !important;
  background-color: #f0ad4e !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f; }

.bg-danger {
  color: #fff !important;
  background-color: #d9534f !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c; }

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-a-0 {
  margin: 0 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-a-1 {
  margin: 1rem 1rem !important; }

.m-t-1 {
  margin-top: 1rem !important; }

.m-r-1 {
  margin-right: 1rem !important; }

.m-b-1 {
  margin-bottom: 1rem !important; }

.m-l-1 {
  margin-left: 1rem !important; }

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-a-2 {
  margin: 1.5rem 1.5rem !important; }

.m-t-2 {
  margin-top: 1.5rem !important; }

.m-r-2 {
  margin-right: 1.5rem !important; }

.m-b-2 {
  margin-bottom: 1.5rem !important; }

.m-l-2 {
  margin-left: 1.5rem !important; }

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-a-3 {
  margin: 3rem 3rem !important; }

.m-t-3 {
  margin-top: 3rem !important; }

.m-r-3 {
  margin-right: 3rem !important; }

.m-b-3 {
  margin-bottom: 3rem !important; }

.m-l-3 {
  margin-left: 3rem !important; }

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-a-0 {
  padding: 0 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-a-1 {
  padding: 1rem 1rem !important; }

.p-t-1 {
  padding-top: 1rem !important; }

.p-r-1 {
  padding-right: 1rem !important; }

.p-b-1 {
  padding-bottom: 1rem !important; }

.p-l-1 {
  padding-left: 1rem !important; }

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-a-2 {
  padding: 1.5rem 1.5rem !important; }

.p-t-2 {
  padding-top: 1.5rem !important; }

.p-r-2 {
  padding-right: 1.5rem !important; }

.p-b-2 {
  padding-bottom: 1.5rem !important; }

.p-l-2 {
  padding-left: 1.5rem !important; }

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-a-3 {
  padding: 3rem 3rem !important; }

.p-t-3 {
  padding-top: 3rem !important; }

.p-r-3 {
  padding-right: 3rem !important; }

.p-b-3 {
  padding-bottom: 3rem !important; }

.p-l-3 {
  padding-left: 3rem !important; }

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/* Basics */
/*
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,400italic,600,600italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic);

@import url(https://fonts.googleapis.com/css?family=Volkhov:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700italic,700);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700italic,700);

@import url(https://fonts.googleapis.com/css?family=Crimson+Text:400,400italic,700,700italic);

@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:600';
*/
@font-face {
  font-family: 'Garvis';
  font-weight: bold;
  src: url("../fonts/32347D_0_0.eot");
  src: url("../fonts/32347D_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/32347D_0_0.woff2") format("woff2"), url("../fonts/32347D_0_0.woff") format("woff"), url("../fonts/32347D_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Averta';
  src: url("../fonts/32347D_1_0.eot");
  src: url("../fonts/32347D_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/32347D_1_0.woff2") format("woff2"), url("../fonts/32347D_1_0.woff") format("woff"), url("../fonts/32347D_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Garvis';
  font-weight: normal;
  src: url("../fonts/32725B_0_0.eot");
  src: url("../fonts/32725B_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/32725B_0_0.woff2") format("woff2"), url("../fonts/32725B_0_0.woff") format("woff"), url("../fonts/32725B_0_0.ttf") format("truetype"); }

/*font-family: 'Averta'
font-family: 'Averta SemiBold'
font-family: 'Averta Light'*/
/* Vendors */
.medium-editor-anchor-preview, .medium-editor-toolbar {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  z-index: 2000; }

@-webkit-keyframes medium-editor-image-loading {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes medium-editor-image-loading {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes medium-editor-pop-upwards {
  0% {
    opacity: 0;
    -webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
    transform: matrix(0.97, 0, 0, 1, 0, 12); }
  20% {
    opacity: .7;
    -webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
    transform: matrix(0.99, 0, 0, 1, 0, 2); }
  40% {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
    transform: matrix(1, 0, 0, 1, 0, -1); }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0); } }

@keyframes medium-editor-pop-upwards {
  0% {
    opacity: 0;
    -webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
    transform: matrix(0.97, 0, 0, 1, 0, 12); }
  20% {
    opacity: .7;
    -webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
    transform: matrix(0.99, 0, 0, 1, 0, 2); }
  40% {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
    transform: matrix(1, 0, 0, 1, 0, -1); }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0); } }

.medium-editor-anchor-preview {
  left: 0;
  line-height: 1.4;
  max-width: 280px;
  position: absolute;
  text-align: center;
  top: 0;
  word-break: break-all;
  word-wrap: break-word;
  visibility: hidden; }

.medium-editor-anchor-preview a {
  color: #fff;
  display: inline-block;
  margin: 5px 5px 10px; }

.medium-editor-placeholder-relative:after, .medium-editor-placeholder:after {
  content: attr(data-placeholder) !important;
  white-space: pre;
  padding: inherit;
  margin: inherit;
  font-style: italic; }

.medium-editor-anchor-preview-active {
  visibility: visible; }

.medium-editor-dragover {
  background: #ddd; }

.medium-editor-image-loading {
  -webkit-animation: medium-editor-image-loading 1s infinite ease-in-out;
  animation: medium-editor-image-loading 1s infinite ease-in-out;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  height: 40px;
  width: 40px; }

.medium-editor-placeholder {
  position: relative; }

.medium-editor-placeholder:after {
  position: absolute;
  left: 0;
  top: 0; }

.medium-editor-placeholder-relative, .medium-editor-placeholder-relative:after {
  position: relative; }

.medium-toolbar-arrow-over:before, .medium-toolbar-arrow-under:after {
  border-style: solid;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 0; }

.medium-toolbar-arrow-under:after {
  border-width: 8px 8px 0; }

.medium-toolbar-arrow-over:before {
  border-width: 0 8px 8px;
  top: -8px; }

.medium-editor-toolbar {
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden; }

.medium-editor-toolbar ul {
  margin: 0;
  padding: 0; }

.medium-editor-toolbar li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }

.medium-editor-toolbar li button {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 1.33;
  margin: 0;
  padding: 15px;
  text-decoration: none; }

.medium-editor-toolbar li button:focus {
  outline: 0; }

.medium-editor-toolbar li .medium-editor-action-underline {
  text-decoration: underline; }

.medium-editor-toolbar li .medium-editor-action-pre {
  font-family: Consolas,"Liberation Mono",Menlo,Courier,monospace;
  font-size: 12px;
  font-weight: 100;
  padding: 15px 0; }

.medium-editor-toolbar-active {
  visibility: visible; }

.medium-editor-sticky-toolbar {
  position: fixed;
  top: 1px; }

.medium-editor-relative-toolbar {
  position: relative; }

.medium-editor-toolbar-active.medium-editor-stalker-toolbar {
  -webkit-animation: medium-editor-pop-upwards 160ms forwards linear;
  animation: medium-editor-pop-upwards 160ms forwards linear; }

.medium-editor-action-bold {
  font-weight: bolder; }

.medium-editor-action-italic {
  font-style: italic; }

.medium-editor-toolbar-form {
  display: none; }

.medium-editor-toolbar-form a, .medium-editor-toolbar-form input {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }

.medium-editor-toolbar-form .medium-editor-toolbar-form-row {
  line-height: 14px;
  margin-left: 5px;
  padding-bottom: 5px; }

.medium-editor-toolbar-form .medium-editor-toolbar-input, .medium-editor-toolbar-form label {
  border: none;
  box-sizing: border-box;
  font-size: 14px;
  margin: 0;
  padding: 6px;
  width: 316px;
  display: inline-block; }

.medium-editor-toolbar-form .medium-editor-toolbar-input:focus, .medium-editor-toolbar-form label:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  outline: 0; }

.medium-editor-toolbar-form a {
  display: inline-block;
  font-size: 24px;
  font-weight: bolder;
  margin: 0 10px;
  text-decoration: none; }

.medium-editor-toolbar-form-active {
  display: block; }

.medium-editor-toolbar-actions:after {
  clear: both;
  content: "";
  display: table; }

.medium-editor-element {
  word-wrap: break-word;
  min-height: 30px; }

.medium-editor-element img {
  max-width: 100%; }

.medium-editor-element sub {
  vertical-align: sub; }

.medium-editor-element sup {
  vertical-align: super; }

.medium-editor-hidden {
  display: none; }

.medium-toolbar-arrow-under:after {
  top: 60px;
  border-color: #57ad68 transparent transparent; }

.medium-toolbar-arrow-over:before {
  top: -8px;
  border-color: transparent transparent #57ad68; }

.medium-editor-toolbar {
  background-color: #57ad68; }

.medium-editor-toolbar li {
  padding: 0; }

.medium-editor-toolbar li button {
  min-width: 60px;
  height: 60px;
  border: none;
  border-right: 1px solid #9ccea6;
  background-color: transparent;
  color: #fff;
  -webkit-transition: background-color .2s ease-in,color .2s ease-in;
  transition: background-color .2s ease-in,color .2s ease-in; }

.medium-editor-toolbar li button:hover {
  background-color: #346a3f;
  color: #fff; }

.medium-editor-toolbar li .medium-editor-button-active {
  background-color: #23482a;
  color: #fff; }

.medium-editor-toolbar li .medium-editor-button-last {
  border-right: none; }

.medium-editor-toolbar-form .medium-editor-toolbar-input {
  height: 60px;
  background: #57ad68;
  color: #fff; }

.medium-editor-toolbar-form .medium-editor-toolbar-input::-webkit-input-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.8); }

.medium-editor-toolbar-form .medium-editor-toolbar-input:-moz-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.8); }

.medium-editor-toolbar-form .medium-editor-toolbar-input::-moz-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.8); }

.medium-editor-toolbar-form .medium-editor-toolbar-input:-ms-input-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.8); }

.medium-editor-placeholder:after, .medium-editor-toolbar-form a {
  color: #fff; }

.medium-editor-toolbar-anchor-preview {
  background: #57ad68;
  color: #fff; }

.medium-editor-placeholder:after {
  color: rgba(0, 0, 0, 0.25);
  font-style: normal; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/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; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .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.28571429em;
  text-align: center; }

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

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

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

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

.fa-border {
  padding: .2em .25em .15em;
  border: solid .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; }

.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; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

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

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

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

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

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

.fa-th:before {
  content: "\f00a"; }

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

.fa-check:before {
  content: "\f00c"; }

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

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

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

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

.fa-signal:before {
  content: "\f012"; }

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

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

.fa-home:before {
  content: "\f015"; }

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

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

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

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

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

.fa-inbox:before {
  content: "\f01c"; }

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

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

.fa-refresh:before {
  content: "\f021"; }

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

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

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

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

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

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a"; }

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

.fa-indent:before {
  content: "\f03c"; }

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

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

.fa-pencil:before {
  content: "\f040"; }

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

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

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

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

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

.fa-arrows:before {
  content: "\f047"; }

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

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

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

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

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

.fa-eject:before {
  content: "\f052"; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b"; }

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

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

.fa-ban:before {
  content: "\f05e"; }

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

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

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

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

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

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

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

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

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

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

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

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

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

.fa-retweet:before {
  content: "\f079"; }

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

.fa-folder:before {
  content: "\f07b"; }

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

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

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

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

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

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

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

.fa-key:before {
  content: "\f084"; }

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

.fa-comments:before {
  content: "\f086"; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091"; }

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

.fa-upload:before {
  content: "\f093"; }

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

.fa-phone:before {
  content: "\f095"; }

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

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

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

.fa-twitter:before {
  content: "\f099"; }

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

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

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

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

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

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

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

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

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

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

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

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

.fa-paperclip:before {
  content: "\f0c6"; }

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

.fa-square:before {
  content: "\f0c8"; }

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

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

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

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

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

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

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

.fa-money:before {
  content: "\f0d6"; }

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

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

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

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

.fa-columns:before {
  content: "\f0db"; }

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

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

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

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

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

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

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.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; }

/* Components */
nav {
  margin-bottom: 2rem;
  padding: 1rem 0;
  line-height: 47px; }
  nav hr {
    margin: 1rem 0 0 0; }
  nav img {
    height: 45px;
    position: relative;
    top: -2px; }
  nav a {
    position: relative;
    top: 5px;
    color: rgba(15, 18, 35, 0.6); }
    nav a:hover {
      color: #0f1223; }
    nav a.active {
      color: #0f1223; }
  nav .menu {
    display: none; }
    nav .menu li a {
      display: block; }
  nav.opened .menu {
    display: block; }
  @media screen and (min-width: 420px) {
    nav .menu {
      display: -webkit-flex;
      display: flex; }
      nav .menu li {
        display: inline-block;
        margin-right: 15px; }
        nav .menu li:last-child {
          margin-right: 0; } }

.side-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 10000;
  height: 100vh;
  position: fixed;
  left: 0;
  width: calc(100vw - 5rem);
  background: #3a408b;
  background: none;
  padding-top: 3rem;
  width: 50vw; }
  .side-menu ul li a {
    color: #fff;
    color: #070911;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 1rem;
    line-height: 1;
    padding: 1rem 2rem;
    -webkit-transform: translate3d(-30px, 0, 0);
    -moz-transform: translate3d(-30px, 0, 0);
    -ms-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
    opacity: 0; }
    .side-menu ul li a:nth-child(0) {
      transition-delay: .1s; }
    .side-menu ul li a:nth-child(1) {
      transition-delay: .15s; }
    .side-menu ul li a:nth-child(2) {
      transition-delay: .2s; }
    .side-menu ul li a:nth-child(3) {
      transition-delay: .25s; }
    .side-menu ul li a:nth-child(4) {
      transition-delay: .3s; }
    .side-menu ul li a:nth-child(5) {
      transition-delay: .35s; }

.mobile-menu .fa-close {
  display: none; }

body.pushed .side-menu {
  transition: transform 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  body.pushed .side-menu a {
    transition: transform .3s ease, opacity .3s ease;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  @media (min-width: 544px) {
    body.pushed .side-menu {
      -webkit-transform: translate3d(-100%, 0, 0);
      -moz-transform: translate3d(-100%, 0, 0);
      -ms-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0); } }

body.pushed .container, body.pushed .page, body.pushed .pushable {
  transform: translateX(200px);
  transition: all 0.2s ease-out; }
  @media (min-width: 544px) {
    body.pushed .container, body.pushed .page, body.pushed .pushable {
      transform: none;
      height: auto;
      overflow: auto;
      position: relative;
      box-shadow: none;
      top: auto;
      right: auto;
      padding: 0 .5rem;
      border-radius: 0;
      pointer-events: normal; } }

body.pushed .mobile-menu {
  display: none; }

input {
  border: 0;
  outline: none;
  box-shadow: none;
  font-family: "Averta", "PT Sans", "Source Sans Pro", sans-serif;
  font-size: 1rem; }
  @media screen and (min-width: 460px) {
    input {
      font-size: .875rem; } }
  input[type="submit"] {
    cursor: pointer; }

select {
  -webkit-appearance: none;
  background: #fff;
  border-radius: .2rem;
  padding: .5rem 2.65rem .5rem .65rem;
  border: 1px solid rgba(15, 20, 40, 0.15);
  outline: none;
  font-size: .875rem;
  font-family: "Averta", "PT Sans", "Source Sans Pro", sans-serif;
  transition: all .1s ease;
  box-shadow: none; }
  select:focus {
    border-color: rgba(15, 20, 40, 0.4); }

.form-control {
  line-height: 1.5;
  padding: .5rem .65rem .5rem .65rem;
  min-height: 42px; }

.form-control {
  border: 1px solid rgba(15, 30, 45, 0.1);
  font-size: 1rem; }
  .form-control:active {
    border-color: #3a408b; }
  .form-control:focus {
    border-color: #3a408b; }

.chapter-left {
  width: 270px; }

.chapter-right {
  width: 100%; }
  @media (min-width: 768px) {
    .chapter-right {
      width: calc(100% - 270px); } }

/* Chrome, Safari, Opera */
@-webkit-keyframes notification {
  0% {
    transform: translateY(100%);
    visibility: visible; }
  5% {
    transform: translateY(0); }
  95% {
    transform: translateY(0); }
  100% {
    transform: translateY(100%);
    visibility: hidden; } }

/* Standard syntax */
/*
@keyframes mymove {
    from {top: 0px;}
    to {top: 200px;}
}
*/
.notification {
  visibility: hidden;
  background: #fff;
  box-shadow: 0 -1px 2px rgba(15, 30, 45, 0.1);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 80px;
  line-height: 80px;
  text-align: center;
  color: #3a408b;
  font-size: 1rem;
  transform: translateY(100%);
  font-family: "Averta", "PT Sans", "Source Sans Pro", sans-serif;
  -webkit-animation: notification 6s ease;
  /* Chrome, Safari, Opera */
  box-shadow: none;
  background: #3a408b;
  color: #fff;
  opacity: .95; }

.modal {
  visibility: hidden;
  position: fixed;
  margin-bottom: 30px;
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 3px rgba(15, 30, 60, 0.2);
  z-index: 101;
  transform: translateY(100%);
  transition: all .35s ease; }
  .modal.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  @media (min-width: 544px) {
    .modal {
      top: 35%;
      opacity: 0;
      left: 50%;
      height: auto;
      width: calc(100% - 2rem);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      max-width: 490px;
      border-radius: .25rem;
      box-shadow: 0 1px 3px rgba(15, 30, 60, 0.2); }
      .modal.visible {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 30px; } }
  .modal .modal-title {
    font-size: 1.3rem;
    padding: 2rem 1.25rem;
    border-bottom: 1px solid rgba(15, 20, 40, 0.1); }
    @media (min-width: 544px) {
      .modal .modal-title {
        font-size: 1.25rem; } }
  .modal .modal-body {
    padding: 1.5rem 1rem;
    background: #f5f6f9; }
    .modal .modal-body.modal-body-narrow {
      padding: 0; }
  .modal .modal-footer {
    text-align: right;
    padding: 1rem;
    border-top: 1px solid rgba(15, 20, 40, 0.1);
    color: #6f717b;
    font-size: 14px;
    font-family: "Averta", "PT Sans", "Source Sans Pro", sans-serif; }
    .modal .modal-footer .fa-lock {
      display: inline-block;
      margin-right: 6px; }
    .modal .modal-footer.centered {
      text-align: center; }

.overlay {
  display: none;
  background: rgba(15, 15, 18, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  cursor: pointer; }

.premium-options {
  border-left: 1px solid rgba(15, 20, 40, 0.1);
  padding: 1.5rem; }

.upgrade-left {
  width: 60%;
  padding: 1.5rem 0 1.5rem 1.5rem; }

.upgrade-right {
  width: 40%;
  padding: 1.5rem; }
  .upgrade-right label span {
    display: block;
    color: #6f717b;
    font-size: .8rem; }

.modal input[type="text"],
.modal input[type="password"],
.modal input[type="email"],
.modal select,
.modal .select-container {
  width: 100%; }

/* Views */
.flex-row {
  display: flex; }

.title {
  font-family: "PT Serif", "Garvis", "Crimson Text", serif;
  font-size: 1.75rem;
  width: 60%;
  margin: 0 auto;
  text-align: center;
  font-size: 24.5px;
  font-size: 1.25rem;
  line-height: 1.4;
  /*
  -webkit-line-clamp: $lines-to-show;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  */ }

.chapter h2 {
  font-size: 2.15rem;
  font-family: "PT Serif", "Garvis", "Crimson Text", serif;
  margin-bottom: 1rem; }

.chapter .book-title {
  position: relative;
  margin: 0 auto;
  color: rgba(15, 30, 60, 0.5);
  font-size: .9rem;
  margin-bottom: 1rem; }

.full-height {
  min-height: 100vh; }

.fullscreen-btn {
  visibility: hidden; }
  .fullscreen-btn.visible {
    visibility: visible; }

.library-book {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  position: relative; }
  .library-book.sponsored {
    padding: 1rem 0;
    box-shadow: 0 1px 3px rgba(15, 30, 60, 0.1);
    border-radius: .25rem;
    background: #fff; }
  .library-book .vote-link {
    transition: color .15s ease; }
    .library-book .vote-link:hover {
      color: #FF4136; }
      .library-book .vote-link:hover .vote {
        color: #070911; }
      .library-book .vote-link:hover .heart-icon {
        color: #FF4136; }
  .library-book .vote {
    width: 80px;
    text-align: center;
    line-height: 1;
    font-size: .8rem;
    color: #6f717b;
    transition: color .15s ease; }
    .library-book .vote .heart-icon {
      font-size: 1rem;
      color: #070911;
      margin-bottom: .5rem;
      transition: color .15s ease; }
  .library-book .library-book-info {
    -webkit-flex-grow: 1;
    flex-grow: 1; }

.library-book-title {
  font-family: "PT Serif", "Garvis", "Crimson Text", serif;
  font-size: 1.15rem; }
  .library-book-title a {
    color: #070911; }
    .library-book-title a:hover {
      color: #6f717b; }

.library-book-author {
  font-size: .8rem;
  margin-top: .25rem;
  color: #6f717b; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box; }

html {
  font-size: 16px; }

body {
  color: #070911;
  font-family: "Averta", "PT Sans", "Source Sans Pro", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  background: #f5f6f9;
  /*@include media-breakpoint-up(sm) {
    font-size: .875rem;
    font-size: .9375rem;
    input, button {
      font-size: .875rem;
      font-size: .9375rem;
    }
  }*/ }

@keyframes beatHeart {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(1.2); }
  40% {
    transform: scale(1); }
  60% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }

.heart {
  display: inline-block;
  animation: .9s infinite beatHeart;
  color: #bb419d;
  font-size: 13px; }
  .heart:hover {
    color: #bb419d;
    opacity: .86; }

ul {
  padding: 0;
  margin: 0; }
  ul li {
    list-style-type: none; }

:-webkit-full-screen .chapter {
  width: 100%; }

:-moz-full-screen .chapter {
  width: 100%; }

:-ms-fullscreen .chapter {
  width: 100%; }

:fullscreen .chapter {
  width: 100%; }

input[type="text"] {
  border-radius: .2rem;
  padding: .5rem .65rem .5rem .65rem;
  border: 1px solid rgba(15, 20, 40, 0.15);
  outline: none;
  font-family: "Averta", "PT Sans", "Source Sans Pro", sans-serif; }
  input[type="text"]:focus {
    border-color: rgba(15, 20, 40, 0.4); }

.card-element {
  border-radius: .2rem;
  padding: .5rem .65rem .5rem .65rem;
  border: 1px solid rgba(15, 20, 40, 0.15);
  outline: none;
  background: #fff;
  font-family: "Averta", "PT Sans", "Source Sans Pro", sans-serif; }
  .card-element:focus {
    border-color: rgba(15, 20, 40, 0.4); }

.style-block {
  background: #fff;
  width: 100%;
  height: 100px;
  border-radius: 6px;
  border: 2px solid rgba(15, 30, 45, 0.1);
  padding: 15px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer; }
  .style-block:hover {
    border: 2px solid rgba(15, 30, 45, 0.2); }

.style-name {
  padding-top: .5rem; }

.font-style {
  display: none; }

.font-style:checked + .style-block {
  border-color: #3a408b; }

a.active {
  color: #3a408b; }

/*
body {
  position: relative;
}

body:after {
  display: none;
  position: absolute;
  width: auto;
  height: auto;
  z-index: 9999;
  content: '';
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(http://basehold.it/image.php?height=16&hex=00aaff) repeat top left;
}

body:active:after {
  display: block;
}
*/
.manual-sign-in, .manual-register {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: normal;
  color: #070911;
  letter-spacing: -.2px;
  font-family: "PT Serif", "Garvis", "Crimson Text", serif; }

.btn.btn-facebook {
  background: #3b5998; }

.btn.btn-google {
  background: #db3236; }

blink {
  animation: blinker 1.25s linear infinite; }

@keyframes blinker {
  49% {
    opacity: 1; }
  50% {
    opacity: 0; }
  99% {
    opacity: 0; }
  100% {
    opacity: 1; } }

hr {
  border-color: rgba(15, 30, 45, 0.1); }

.read {
  padding: 120px 0; }
  .read .book-title {
    color: rgba(15, 30, 60, 0.5);
    font-size: .9rem;
    margin-bottom: 1rem; }
  .read hr {
    max-width: 700px;
    margin: 60px auto;
    border-color: rgba(15, 30, 45, 0.1); }
  .read h1 {
    font-family: "PT Serif", "Garvis", "Crimson Text", serif;
    font-size: 36px;
    line-height: 1.5;
    font-weight: bold;
    color: #030508;
    padding: 0 80px;
    text-align: center; }
  .read h2 {
    font-family: "PT Serif", "Garvis", "Crimson Text", serif;
    font-size: 26px;
    line-height: 1.5;
    font-weight: bold;
    color: #030508;
    margin: 0 0 12px 0; }
  .read .book-author {
    font-family: "Averta", "PT Sans", "Source Sans Pro", sans-serif;
    color: #6f717b;
    text-align: center; }
  .read .book-additional {
    font-family: "Averta", "PT Sans", "Source Sans Pro", sans-serif;
    color: #6f717b;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 60px; }
    .read .book-additional span {
      display: inline-block;
      margin-left: 12px;
      font-size: 14px; }
      .read .book-additional span i {
        font-size: 18px; }
      .read .book-additional span:after {
        content: "•";
        margin-left: 12px; }
      .read .book-additional span:last-child {
        margin-left: 12px;
        padding-right: 12px; }
        .read .book-additional span:last-child:after {
          content: "";
          margin-left: 0; }
  .read .read-chapters p, .read .read-chapters span {
    font-family: "PT Serif", "Garvis", "Crimson Text", serif;
    font-size: 19px !important;
    letter-spacing: 0 !important;
    line-height: 1.5 !important;
    font-weight: normal; }
  .read .chapter {
    margin-top: 0px;
    padding: 0; }
    .read .chapter .chapter__container {
      position: relative;
      margin: 0 auto;
      padding: 0; }

.filter.filter-active {
  color: #070911;
  border-bottom: 1px solid #3a408b;
  display: inline-block;
  position: relative;
  top: 1px; }

.letter-date {
  color: rgba(15, 30, 60, 0.5);
  font-size: .9rem;
  margin-bottom: 1.5rem;
  font-family: "Averta", "PT Sans", "Source Sans Pro", sans-serif; }

.letter-content {
  font-family: "PT Serif", "Garvis", "Crimson Text", serif;
  font-size: 1.15rem;
  line-height: 1.65;
  font-weight: normal; }

.letter-divider {
  margin: 3rem 0; }

.letter-content textarea {
  width: 100%;
  border: 0;
  outline: none;
  min-height: 200px;
  font-family: "PT Serif", "Garvis", "Crimson Text", serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: normal; }

.show-letter {
  padding-bottom: 4rem; }

.reply-section {
  display: none; }
  .reply-section textarea {
    padding-bottom: 1rem; }

hr.double-spacing {
  margin: 2rem 0; }

.select-penpal-dd {
  width: 100%; }

.select-penpal {
  margin-bottom: 3rem; }

.lock {
  font-size: 14px; }

.likes-comments {
  line-height: 1;
  margin-top: 14px;
  font-size: 14px;
  color: #6f717b; }
  .likes-comments i {
    margin-right: 4px; }
  .likes-comments a {
    margin-right: 8px; }

/* Variables */
/* Base */
body {
  background: white;
  padding: 95px 24px 53px;
  color: #070911;
  transition: margin 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
  @media (min-width: 768px) {
    body {
      padding: 53px;
      padding-left: calc( 250px + 50px); } }

a {
  color: #070911;
  text-decoration: none; }
  a:hover {
    color: #3a408b;
    text-decoration: none; }
  a:active, a:focus {
    color: #3a408b;
    text-decoration: none; }

/* Menu */
.menu {
  position: relative;
  line-height: 60px;
  background: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
  .menu.menu--fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10; }
  .menu.menu--chapter {
    padding: 16px;
    z-index: 10;
    line-height: 1.4;
    box-shadow: none;
    border-bottom: 1px solid #e7e8ea;
    background: none; }
  .menu .menu__back {
    padding: 0;
    position: relative; }
  .menu .menu__back--centered {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .menu .menu__book-title {
    font-family: "PT Serif", "Garvis", "Crimson Text", serif;
    font-weight: bold;
    font-size: 22px;
    padding: 12px 0 6px;
    line-height: 1.4; }
  .menu .menu__sharing-options i {
    margin-right: 2px; }
  .menu .menu__divider {
    padding: 0 12px;
    cursor: default;
    color: rgba(15, 30, 45, 0.2); }

/* Sidemenu */
.sidemenu {
  position: fixed;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  left: 0;
  top: 0;
  bottom: 0;
  width: 250px;
  padding: 0 32px;
  background: #f5f6f9;
  box-shadow: inset -7px 0 2px -7px rgba(15, 30, 45, 0.12), inset -7px 0 8px -7px rgba(15, 30, 45, 0.05);
  z-index: 10;
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
  @media (max-width: 767px) {
    .sidemenu {
      width: 100%;
      padding: 32px 24px; }
      .sidemenu.sidemenu--visible {
        position: fixed;
        transform: translateX(0);
        box-shadow: 0 0 0px 1px rgba(15, 30, 45, 0.05), 0 0 8px 0 rgba(15, 30, 45, 0.15);
        box-shadow: none;
        background: rgba(245, 246, 249, 0.97); } }
  @media (min-width: 768px) {
    .sidemenu {
      transform: translateX(0); } }
  .sidemenu .sidemenu__logo {
    flex: 0 1 auto;
    padding-top: 32px;
    margin-bottom: 32px; }
    .sidemenu .sidemenu__logo path {
      fill: #3a408b; }
  .sidemenu .sidemenu__close {
    position: absolute;
    top: 42px;
    right: 24px; }
    @media (min-width: 768px) {
      .sidemenu .sidemenu__close {
        display: none; } }
  .sidemenu .sidemenu__items {
    flex: 1 1 auto; }
    .sidemenu .sidemenu__items li {
      font-size: 16px;
      line-height: 36px; }
  .sidemenu .sidemenu__link {
    color: #6f717b;
    text-decoration: none; }
    .sidemenu .sidemenu__link:hover {
      color: #070911;
      text-decoration: none; }
    .sidemenu .sidemenu__link.active {
      color: #3a408b; }
  .sidemenu .sidemenu__settings {
    flex: 0 1 auto;
    padding-bottom: 32px;
    font-size: 14px; }
    @media (min-width: 768px) {
      .sidemenu .sidemenu__settings {
        left: 32px; } }

/* Container */
.container {
  position: relative;
  max-width: 600px; }
  .container.container--full-width {
    max-width: 100%; }
  .container.container--centered {
    width: calc(100% - 80px);
    max-width: 900px;
    margin: 0 auto; }
    .container.container--centered .heading {
      text-align: center; }
  .container.container--centered-both {
    position: relative;
    padding: 0 40px; }
    @media (min-width: 768px) {
      .container.container--centered-both {
        left: 250px;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        padding: 0 40px;
        max-width: 100%; } }
    .container.container--centered-both .index__empty-state-sub {
      color: #6f717b;
      margin-bottom: 40px;
      text-align: center; }
    .container.container--centered-both .index__empty-state-cta {
      text-align: center; }
      .container.container--centered-both .index__empty-state-cta .btn {
        margin-bottom: 20px; }
    .container.container--centered-both .heading {
      line-height: 1.4;
      text-align: center; }
  .container.container--no-sidemenu {
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .container.container--no-sidemenu {
        left: 0; } }

/* Index */
.index {
  position: relative;
  padding: 0 0 24px 0; }
  .index .index__row {
    border-bottom: 1px solid rgba(15, 30, 45, 0.1);
    line-height: 1;
    font-size: 14px;
    color: #6f717b;
    padding: 20px 0 24px; }
  .index .index__title {
    color: #070911;
    display: inline-block;
    font-weight: bold;
    font-family: "PT Serif", "Garvis", "Crimson Text", serif;
    font-size: 18px;
    line-height: 1.5; }
  .index .index__description {
    margin-top: 8px; }
  .index .index__extra {
    margin-top: 14px;
    background: #f5f6f9;
    padding: 8px;
    border-radius: 0.25rem;
    border: 1px solid rgba(15, 30, 45, 0.1); }
    .index .index__extra a {
      color: #3a408b; }
  .index .index__form {
    max-width: 400px;
    margin: 0 auto; }

/* Buttons */
.btn {
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  line-height: 1;
  padding: 12px 36px 12px 36px;
  position: relative; }
  .btn .fa {
    font-size: 14px; }
  .btn.btn--primary {
    background: #3a408b;
    color: #fff;
    border: 1px solid #3a408b;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }
    .btn.btn--primary:hover {
      color: rgba(255, 255, 255, 0.8);
      background: #202364;
      border: 1px solid #202364; }
  .btn.btn--disabled {
    background: #f5f6f9;
    color: #6f717b;
    border: 1px solid rgba(15, 20, 40, 0.15);
    cursor: default; }
  .btn.btn--default {
    background: white;
    color: #6f717b;
    border: 1px solid rgba(15, 30, 45, 0.2); }
    .btn.btn--default:hover {
      border: 1px solid #6f717b;
      color: rgba(15, 18, 35, 0.8); }
  .btn.btn--border {
    background: #fff;
    border: 1px solid rgba(15, 30, 45, 0.2);
    color: #070911;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(22, 29, 37, 0.075); }
    .btn.btn--border:hover {
      background: #fafbfc; }
  .btn.btn--transparent {
    background: none;
    border: 0;
    color: #6f717b;
    box-shadow: none;
    padding: 8px 12px;
    margin-left: -12px; }
    .btn.btn--transparent:hover {
      color: #3a408b; }
  .btn.btn--inline {
    -webkit-appearance: none;
    display: inline;
    padding: 0;
    background: none;
    border: 0;
    color: #6f717b;
    box-shadow: none; }
    .btn.btn--inline:hover {
      color: #3a408b; }
  .btn.btn--slim {
    padding: 8px 12px; }
  .btn.btn--block {
    width: 100%;
    display: block; }
  .btn.btn--shadow {
    background: white;
    border: 1px solid rgba(15, 20, 40, 0.12);
    box-shadow: 0 1px 3px rgba(15, 30, 45, 0.1);
    box-shadow: 0px 0px 2px rgba(15, 30, 45, 0.12), 0px 0px 8px rgba(15, 30, 45, 0.05); }
    .btn.btn--shadow:hover {
      border: 1px solid #3a408b;
      background: #3a408b;
      box-shadow: none;
      color: white; }
  .btn.btn--fixed {
    position: absolute;
    right: 20px;
    top: 105px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 60px;
    line-height: 60px;
    padding: 0; }
    .btn.btn--fixed svg {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .btn .btn__fullscreen {
    display: none; }
    .btn .btn__fullscreen.btn__fullscreen--visible {
      display: inline-block; }
  .btn.btn--options .fa {
    margin-left: 8px;
    position: relative; }
  .btn[disabled] {
    opacity: .5; }

.btn-group {
  position: relative; }
  .btn-group .btn {
    border-right-width: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
    .btn-group .btn:last-child {
      border-right-width: 1px;
      border-top-right-radius: 2px;
      border-bottom-right-radius: 2px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

/* Filters */
.filters {
  color: #6f717b;
  line-height: 36px;
  border-top: 0;
  border-bottom: 1px solid rgba(15, 30, 45, 0.1);
  margin-bottom: 24px; }
  .filters .filters__tab {
    position: relative;
    top: 1px;
    display: inline-block;
    color: #6f717b;
    margin-right: 12px; }
    .filters .filters__tab:hover {
      color: #070911; }
    .filters .filters__tab.filters__tab--active {
      color: #3a408b;
      border-bottom: 1px solid #3a408b; }

/* Headings */
.heading {
  margin: 0 0 24px 0;
  font-family: "PT Serif", "Garvis", "Crimson Text", serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: -.2px;
  line-height: 1.4;
  color: #070911; }

/* Chapter */
body.body--chapter {
  padding: 0; }

.chapter {
  padding: 80px 24px; }
  @media (min-width: 768px) {
    .chapter {
      padding: 80px 120px; } }
  .chapter .chapter__container {
    position: relative;
    margin: 0 auto;
    max-width: 700px; }
  .chapter .chapter__actions {
    position: absolute;
    top: 85px;
    left: -24px;
    text-align: center;
    background: white;
    box-shadow: 0 1px 3px rgba(15, 30, 45, 0.1);
    box-shadow: 0px 0px 2px rgba(15, 30, 45, 0.12), 0px 0px 8px rgba(15, 30, 45, 0.05);
    border-radius: 2px; }
  .chapter .chapter__action {
    display: block;
    position: relative;
    width: 48px;
    height: 48px;
    border-bottom: 1px solid rgba(15, 30, 45, 0.1);
    transition: all .1s ease; }
    .chapter .chapter__action .fa {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .chapter .chapter__action:first-child {
      border-top-left-radius: 2px;
      border-top-right-radius: 2px; }
    .chapter .chapter__action:last-child {
      border-bottom: 0;
      border-bottom-left-radius: 2px;
      border-bottom-right-radius: 2px; }
  .chapter .separator {
    position: relative; }
    .chapter .separator .separator__create-chapter {
      display: block;
      position: absolute;
      left: 50%;
      top: 0;
      transform: translate(-50%, -50%);
      z-index: 5;
      padding: 0;
      width: 48px;
      height: 48px;
      line-height: 46px; }
    .chapter .separator .separator__line {
      border-color: rgba(15, 30, 45, 0.1);
      margin: 0; }
  .chapter .chapter__title {
    cursor: text; }
  .chapter .chapter__content {
    min-height: 300px;
    cursor: text;
    font-size: 1.25rem;
    margin-bottom: 2rem; }
    .chapter .chapter__content > p {
      font-size: 1.1rem;
      margin-bottom: 1.1rem; }
  .chapter.chapter--font-serif .chapter__content {
    font-family: "PT Serif", "Garvis", "Crimson Text", serif; }
    .chapter.chapter--font-serif .chapter__content > p {
      font-family: "PT Serif", "Garvis", "Crimson Text", serif; }
  .chapter.chapter--font-mono .chapter__title {
    font-family: "Courier", monospace;
    line-height: 1.4; }
    .chapter.chapter--font-mono .chapter__title > p {
      font-family: "Courier", monospace;
      line-height: 1.4; }
  .chapter.chapter--font-mono .chapter__content {
    font-family: "Courier", monospace;
    line-height: 1.4; }
    .chapter.chapter--font-mono .chapter__content > p {
      font-family: "Courier", monospace;
      line-height: 1.4; }
  .chapter.chapter--font-cursive .chapter__title {
    font-family: "Dancing Script", cursive;
    line-height: 1.4; }
    .chapter.chapter--font-cursive .chapter__title > p {
      font-family: "Dancing Script", cursive;
      line-height: 1.4; }
  .chapter.chapter--font-cursive .chapter__content {
    font-family: "Dancing Script", cursive;
    line-height: 1.4;
    font-size: 1.4rem; }
    .chapter.chapter--font-cursive .chapter__content > p {
      font-family: "Dancing Script", cursive;
      line-height: 1.4;
      font-size: 1.4rem; }
  .chapter.chapter--font-handwriting .chapter__title {
    font-family: "Kalam", cursive;
    line-height: 1.4; }
    .chapter.chapter--font-handwriting .chapter__title > p {
      font-family: "Kalam", cursive;
      line-height: 1.4; }
  .chapter.chapter--font-handwriting .chapter__content {
    font-family: "Kalam", cursive;
    line-height: 1.4;
    font-size: 1.3rem; }
    .chapter.chapter--font-handwriting .chapter__content > p {
      font-family: "Kalam", cursive;
      line-height: 1.4;
      font-size: 1.3rem; }

.chapter__count {
  display: none;
  position: fixed;
  background: rgba(135, 138, 148, 0.9);
  color: white;
  font-size: 12px;
  padding: .25rem .75rem;
  border-radius: 2px;
  top: 72px;
  right: 12px;
  z-index: 100; }

.mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  z-index: 10;
  background: white;
  box-shadow: 0 1px 3px rgba(15, 30, 45, 0.1);
  box-shadow: 0px 0px 2px rgba(15, 30, 45, 0.12), 0px 0px 8px rgba(15, 30, 45, 0.05); }
  @media (min-width: 768px) {
    .mobile-header {
      display: none; } }
  .mobile-header .mobile-header__logo {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -1px;
    transform: translateY(-50%); }
  .mobile-header .mobile-header__navicon {
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    height: 16px; }
  .mobile-header .mobile-header__menu {
    position: relative;
    top: -2px;
    margin-left: 6px; }
  .mobile-header .chapter__save {
    left: auto;
    right: 24px; }

/* Submenu */
.submenu .submenu__item {
  display: inline-block; }

.submenu .submenu__link {
  margin: 6px 6px 6px 0;
  border-bottom: 3px solid transparent;
  color: rgba(15, 30, 45, 0.2); }
  .submenu .submenu__link.active {
    color: #070911;
    border-color: #3a408b; }

.submenu a {
  color: rgba(15, 18, 35, 0.6); }
  .submenu a:hover {
    color: #0f1223; }
  .submenu a.active {
    color: #0f1223;
    border-bottom: 3px solid #3a408b; }

/* Form */
.form.form--narrow {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px; }

.form .form__group {
  margin-bottom: 24px; }

.form .form__row {
  margin-bottom: 16px; }
  .form .form__row.form__row--centered {
    text-align: center; }

.form .form__row--flex {
  display: -webkit-flex;
  display: flex; }
  .form .form__row--flex .form__cell {
    -webkit-flex: 1 1 0;
    flex: 1 1 0;
    padding-right: 20px; }
    .form .form__row--flex .form__cell:last-child {
      padding-right: 0; }

.form .form__label {
  display: block;
  color: #6f717b;
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1; }

.form .form__section-heading {
  font-size: 17px;
  margin-bottom: 18px;
  line-height: 1;
  color: #6f717b; }

.form .form__select-container {
  position: relative; }
  .form .form__select-container:after {
    content: "\f0d7";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    line-height: 1.5;
    border-left: 1px solid rgba(15, 30, 45, 0.2);
    padding-left: 8px;
    padding-right: 12px;
    font-family: FontAwesome;
    pointer-events: none; }

.form .form__select--full-width {
  width: 100%; }

.form .form__input--full-width {
  width: 100%; }

.form .form__textarea {
  border-radius: 2px;
  padding: .5rem .65rem .5rem .65rem;
  border: 1px solid rgba(15, 20, 40, 0.15);
  outline: none;
  font-family: "Averta", "PT Sans", "Source Sans Pro", sans-serif;
  resize: none; }
  .form .form__textarea:focus {
    border-color: rgba(15, 20, 40, 0.4); }

.form .form__textarea--full-width {
  width: 100%; }

.alert {
  margin-bottom: 20px;
  padding: 12px;
  border-radius: 2px; }
  .alert.alert--small {
    font-size: 14px; }
  .alert.alert--success {
    background: #E0FCEA;
    color: #23B463;
    color: #2B5D41;
    border: 1px solid #B6EEC9; }
  .alert.alert--info {
    background: #f5f6f9;
    border: 1px solid #dcdfe6;
    color: #4c4f64; }
  .alert.alert--warning {
    background: #fef6e9;
    border: 1px solid #fce9c8;
    color: #483E2D; }
  .alert.alert--danger {
    background: #fef6e9;
    border: 1px solid #fce9c8;
    color: #483E2D; }

.grid {
  display: -webkit-flex;
  display: flex;
  padding: 0 10px; }
  .grid.grid--baseline {
    align-items: baseline; }
  .grid.grid--flex-start {
    align-items: flex-start; }
  .grid.grid--slim {
    padding: 0; }
  .grid .grid__cell {
    -webkit-flex: 1 1 0;
    flex: 1 1 0;
    padding-right: 20px; }
    .grid .grid__cell.grid__cell--align-right {
      text-align: right; }
    .grid .grid__cell:last-child {
      padding-right: 0; }
  .grid .grid__cell--fitted {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto; }

.well {
  padding: 12px;
  background: #f5f6f9;
  color: #6f717b;
  border: 1px solid rgba(15, 20, 40, 0.15);
  border-radius: 2px;
  margin: 12px 0; }
  .well .well__link {
    color: #3a408b; }
  .well.well--selected {
    color: #070911; }

.popover {
  background: #fff;
  border: 1px solid rgba(15, 30, 45, 0.2);
  border-color: rgba(0, 0, 0, 0.08);
  color: #070911;
  box-shadow: 0 1px 1px rgba(22, 29, 37, 0.075);
  position: absolute;
  top: 124px;
  left: 12px;
  min-width: 200px;
  border-radius: 2px;
  font-size: 15px;
  line-height: 1.5;
  padding: 12px 0;
  border: 1px solid rgba(15, 20, 40, 0.12);
  box-shadow: 0 1px 3px rgba(15, 30, 45, 0.1);
  box-shadow: 0px 0px 2px rgba(15, 30, 45, 0.12), 0px 0px 8px rgba(15, 30, 45, 0.05);
  /* this border color controlls the color of the triangle (what looks like the fill of the triangle) */
  /* this border color controlls the outside, thin border */ }
  .popover a {
    display: block;
    padding: 6px 12px; }
    .popover a:hover {
      background: #3a408b;
      color: #fff; }
  .popover:after, .popover:before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    width: 0;
    height: 0;
    left: 58px;
    border-style: solid;
    transform: rotate(270deg); }
  .popover:after {
    top: -14px;
    border-color: transparent transparent transparent #fff;
    border-width: 7px; }
  .popover:before {
    top: -15px;
    border-color: transparent transparent transparent rgba(15, 30, 45, 0.2);
    border-width: 7px; }

.popover {
  display: none; }

.extra-fields {
  display: none;
  padding: 12px;
  background: #f5f6f9;
  color: #070911;
  border: 1px solid rgba(15, 20, 40, 0.15);
  border-radius: 2px;
  margin: 12px 0; }

.show-extra-fields .extra-fields {
  display: block; }

.pagination {
  text-align: center; }
  .pagination li {
    display: inline-block; }
    .pagination li a {
      display: inline-block;
      color: #6f717b;
      padding: 4px 8px;
      position: relative; }
      .pagination li a:hover {
        color: #070911; }
        .pagination li a:hover:after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 50%;
          -ms-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          width: 20px;
          height: 2px;
          background: rgba(15, 30, 45, 0.2); }
    .pagination li.disabled {
      cursor: default;
      color: rgba(15, 30, 45, 0.2); }
    .pagination li.active {
      cursor: default;
      color: #3a408b;
      font-weight: bold;
      position: relative; }
      .pagination li.active:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 20px;
        height: 2px;
        background: #3a408b; }
    .pagination li span {
      display: inline-block;
      padding: 4px 8px; }

.votes {
  position: relative;
  padding-right: 40px;
  text-align: center; }
  .votes .vote-link {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: 6px;
    text-align: center;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .votes .votes-count {
    margin-top: 14px; }
  .votes .fa.fa-heart {
    color: #FF4136; }
  .votes [data-voted="true"] .fa.fa-heart-o {
    display: none; }
  .votes [data-voted="false"] .fa.fa-heart {
    display: none; }

.chapter__sidebar {
  width: 250px;
  background: #f5f6f9;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  overflow-y: auto;
  font-size: 15px;
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .chapter__sidebar:before {
    content: "";
    position: fixed;
    top: 0;
    left: 243px;
    bottom: 0;
    width: 7px;
    z-index: 11;
    box-shadow: inset -7px 0 2px -7px rgba(15, 30, 45, 0.12), inset -7px 0 8px -7px rgba(15, 30, 45, 0.05);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .chapter__sidebar.chapter__sidebar--right {
    left: auto;
    right: 0;
    transform: translateX(100%); }
    @media (max-width: 767px) {
      .chapter__sidebar.chapter__sidebar--right.chapter__sidebar--visible {
        transform: translateX(0); } }
    @media (min-width: 768px) {
      .chapter__sidebar.chapter__sidebar--right {
        transform: translateX(0); } }
    .chapter__sidebar.chapter__sidebar--right:before {
      right: 243px;
      left: auto;
      box-shadow: inset 7px 0 2px -7px rgba(15, 30, 45, 0.05), inset 7px 0 8px -7px rgba(15, 30, 45, 0.12); }
  @media (max-width: 767px) {
    .chapter__sidebar {
      width: 100%; }
      .chapter__sidebar.chapter__sidebar--visible {
        position: fixed;
        transform: translateX(0);
        box-shadow: 0 0 0px 1px rgba(15, 30, 45, 0.05), 0 0 8px 0 rgba(15, 30, 45, 0.15);
        box-shadow: none;
        background: rgba(245, 246, 249, 0.97); }
        .chapter__sidebar.chapter__sidebar--visible:before {
          left: calc( 100% - 7px); } }
  @media (min-width: 768px) {
    .chapter__sidebar {
      transform: translateX(0); } }
  .chapter__sidebar .chapter__sidebar-close {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 12; }
    @media (min-width: 768px) {
      .chapter__sidebar .chapter__sidebar-close {
        display: none; } }
  .chapter__sidebar .chapter__sidebar-item {
    display: block;
    padding: 20px 16px;
    border-bottom: 1px solid #e7e8ea;
    position: relative;
    transition: padding 0.25s ease;
    color: #6f717b; }
    .chapter__sidebar .chapter__sidebar-item:hover {
      padding-left: 32px;
      color: #070911; }
      .chapter__sidebar .chapter__sidebar-item:hover:before {
        opacity: 1;
        left: 16px;
        height: 24px;
        transition: all 0.15s ease .15s; }
    .chapter__sidebar .chapter__sidebar-item:before {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 16px;
      width: 4px;
      height: 0;
      background: rgba(15, 30, 45, 0.1);
      border-radius: 4px;
      content: "";
      opacity: 0;
      left: 12px;
      transition: all 0.25s ease; }
    .chapter__sidebar .chapter__sidebar-item.chapter__sidebar-item--active {
      padding-left: 32px;
      color: #070911;
      background: white; }
      .chapter__sidebar .chapter__sidebar-item.chapter__sidebar-item--active:before {
        opacity: 1;
        left: 16px;
        background: #3a408b;
        height: 24px; }
  .chapter__sidebar .chapter__sidebar-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    font-family: "Averta", "PT Sans", "Source Sans Pro", sans-serif;
    line-height: 1;
    margin: 0 0 10px 0;
    margin: 0;
    font-weight: normal; }
  .chapter__sidebar .chapter__sidebar-preview {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #6f717b;
    line-height: 1;
    font-size: 14px; }
    .chapter__sidebar .chapter__sidebar-preview p {
      margin: 0;
      line-height: 1;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
  .chapter__sidebar .chapter__sidebar-create {
    padding: 16px 16px 42px; }

.chapter__bottom {
  padding: 0 24px 80px; }
  @media (min-width: 768px) {
    .chapter__bottom {
      padding: 0 120px 80px; } }
  .chapter__bottom .chapter__bottom-actions {
    position: relative;
    border-top: 1px solid rgba(15, 30, 45, 0.1);
    margin: 0 auto;
    padding: 20px 0;
    max-width: 700px; }

.chapter__hold {
  margin-left: 0;
  z-index: 5;
  min-height: 100vh;
  padding-top: 12px; }
  @media (min-width: 768px) {
    .chapter__hold {
      margin-left: 250px;
      padding-top: 0; } }
  .chapter__hold.chapter__hold--right {
    margin-left: 0; }
    @media (min-width: 768px) {
      .chapter__hold.chapter__hold--right {
        margin-left: 0;
        margin-right: 250px;
        padding-top: 0; } }

.chapter__save {
  z-index: 6;
  text-align: right;
  font-size: 14px;
  color: #6f717b;
  position: fixed;
  top: 23px;
  left: 270px; }
  .chapter__save .chapter__save--saving {
    display: none; }
  .chapter__save[data-state="saving"] .chapter__save--saved {
    display: none; }
  .chapter__save[data-state="saving"] .chapter__save--saving {
    display: block; }

.modal-subheadline {
  font-size: 14px;
  line-height: 1.5;
  color: #6f717b;
  margin: 8px 0 0 0; }

.modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 32px; }

.icon-plus {
  fill: #fff; }

.icon--black {
  fill: #070911; }

.btn--create-chapter {
  padding: 12px; }
  .btn--create-chapter span {
    position: relative;
    top: -1px; }
  .btn--create-chapter svg {
    position: relative;
    top: 1px;
    margin-right: 8px; }

.tl {
  text-align: left; }

.promoted-badge {
  color: #3a408b;
  margin-top: 10px; }

.premium-star {
  fill: #3a408b;
  width: 12px;
  position: relative;
  top: 3px;
  margin-right: 2px; }

.index .index__row.index__promoted-row {
  padding-bottom: 0;
  border-bottom: 0; }

.promoted-row {
  background: #f5f6f9;
  border: 1px solid rgba(15, 30, 45, 0.1);
  border-radius: 0.25rem;
  padding: 12px 10px; }

.lock-icon {
  width: 14px;
  fill: #070911;
  margin-right: 4px; }

.option--disabled {
  color: #6f717b;
  cursor: not-allowed; }

.export-modal-upgrade {
  font-size: 14px; }

.offline-banner {
  position: fixed;
  z-index: 999;
  left: 0;
  width: 100%;
  min-height: 60px;
  background: rgba(217, 175, 88, 0.95);
  color: #5a3e05;
  text-align: center;
  line-height: 58px;
  top: -120px;
  transition: top 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  box-shadow: inset 0 -1px 4px rgba(0, 0, 0, 0.1); }
  .offline-banner.reconnected {
    background: rgba(137, 194, 110, 0.95);
    color: #264b14; }

body.offline {
  margin-top: 60px; }
  body.offline .sidemenu, body.offline .chapter__sidebar {
    top: 60px; }
  body.offline .offline-banner {
    top: 0; }
  body.offline .menu--fixed {
    top: 60px; }
  body.offline .container--centered-both {
    margin-top: 58px; }

body.body--public {
  padding: 120px 0 0 0; }

h2[contenteditable] {
  min-height: calc(2.15rem + 1rem); }

.medium-editor-toolbar {
  background: #fff;
  box-shadow: 0 1px 10px rgba(15, 30, 45, 0.15);
  box-shadow: 0px 1px 3px rgba(15, 30, 45, 0.14), 0px 0px 12px rgba(15, 30, 45, 0.1);
  border-radius: 3px; }
  .medium-editor-toolbar li:first-child button {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .medium-editor-toolbar li:last-child button {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .medium-editor-toolbar li button {
    border-right-color: rgba(15, 20, 40, 0.15);
    color: #070911;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .medium-editor-toolbar li button:hover {
      background: none;
      color: #6f717b; }
  .medium-editor-toolbar li .medium-editor-button-active {
    background: #3a408b;
    color: white; }
    .medium-editor-toolbar li .medium-editor-button-active:hover {
      background: #3a408b;
      color: rgba(255, 255, 255, 0.6); }

.medium-toolbar-arrow-under:after {
  border-top-color: rgba(15, 20, 40, 0.15); }

body.dark {
  background: #1b1827;
  color: #9da1b2; }
  body.dark .popover {
    border: 0; }
  body.dark .popover a {
    color: #070911; }
    body.dark .popover a:hover {
      color: white; }
  body.dark a {
    color: #9da1b2; }
    body.dark a:hover {
      color: #777a8a; }
  body.dark .sidemenu, body.dark .chapter__sidebar {
    background: #232234;
    box-shadow: none; }
    body.dark .sidemenu .sidemenu__link, body.dark .chapter__sidebar .sidemenu__link {
      color: #9da1b2; }
      body.dark .sidemenu .sidemenu__link:hover, body.dark .chapter__sidebar .sidemenu__link:hover {
        color: #777a8a; }
      body.dark .sidemenu .sidemenu__link.active, body.dark .chapter__sidebar .sidemenu__link.active {
        color: white; }
  body.dark .menu.menu--chapter {
    border-color: #3b395f; }
  body.dark .chapter__sidebar-item {
    background: #232234;
    color: #9da1b2;
    border-color: #3b395f; }
    body.dark .chapter__sidebar-item:hover {
      color: white; }
    body.dark .chapter__sidebar-item.chapter__sidebar-item--active {
      background: #232234;
      color: white; }
      body.dark .chapter__sidebar-item.chapter__sidebar-item--active:before {
        background: #434a9a; }
  body.dark .chapter__title {
    color: white; }
  body.dark .promoted-row {
    background: #232234;
    color: white;
    border: 1px solid #3b395f; }
  body.dark .promoted-badge {
    color: #fff; }
  body.dark .premium-star {
    fill: #6b75df; }
  body.dark input[type="text"],
  body.dark input[type="password"],
  body.dark textarea,
  body.dark select {
    background: #232234;
    color: #9da1b2;
    color: white;
    border: 1px solid #3b395f; }
  body.dark textarea {
    border: 0;
    background: none; }
    body.dark textarea::placeholder {
      color: #9da1b2; }
  body.dark .modal input[type="text"],
  body.dark .modal input[type="password"],
  body.dark .modal textarea,
  body.dark .modal select {
    background: white;
    color: #070911;
    border: 1px solid rgba(15, 20, 40, 0.15); }
  body.dark :not(.modal) .form .form__label {
    color: #9da1b2; }
  body.dark :not(.modal) .form input[type="text"],
  body.dark :not(.modal) .form input[type="password"],
  body.dark :not(.modal) .form textarea,
  body.dark :not(.modal) .form select {
    background: #232234;
    color: #9da1b2;
    color: white;
    border: 1px solid #3b395f; }
  body.dark :not(.modal) .form .form__select-container:after {
    color: #fff;
    border-color: #3b395f; }
  body.dark .heading {
    color: white; }
  body.dark .filters {
    border-color: #2a2935; }
    body.dark .filters .filters__tab {
      color: #9da1b2; }
      body.dark .filters .filters__tab:hover {
        color: #777a8a; }
      body.dark .filters .filters__tab.filters__tab--active {
        color: #6b75df;
        border-bottom-color: #6b75df; }
  body.dark .sidemenu__logo path {
    fill: #6b75df; }
  body.dark .menu__book-title {
    color: white; }
  body.dark .index .index__empty-state-sub {
    color: #9da1b2; }
  body.dark .index .index__row {
    color: #9da1b2;
    border-color: #2a2935; }
  body.dark .index .index__extra a {
    color: white; }
  body.dark .index .index__description {
    color: #9da1b2; }
  body.dark .index .index__title {
    color: white; }
  body.dark .mobile-header {
    background: #232234; }
  body.dark .icon-navigation path,
  body.dark .lock-icon path,
  body.dark .icon-close path {
    fill: white; }
  body.dark .chapter__save {
    color: white; }
  body.dark .medium-editor-placeholder:after {
    color: #9da1b2;
    opacity: .6; }
  body.dark .modal {
    color: #070911; }
  body.dark .overlay {
    background: rgba(27, 24, 39, 0.75); }
  body.dark :not(.modal) .btn.btn--transparent {
    color: #9da1b2; }
    body.dark :not(.modal) .btn.btn--transparent:hover {
      color: #777a8a; }
  body.dark :not(.modal) .btn.btn--inline {
    color: #9da1b2; }
    body.dark :not(.modal) .btn.btn--inline:hover {
      color: #777a8a; }
  body.dark :not(.modal) .btn.btn--border {
    background: #37364d;
    border: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 1px 2px #444266;
    color: white; }
  body.dark :not(.modal) .btn.btn--primary {
    border: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
    transition: all 0.2s ease; }
    body.dark :not(.modal) .btn.btn--primary:hover {
      background: #434a9a;
      color: white;
      box-shadow: 0 3px 12px rgba(0, 0, 0, 0.75); }
  body.dark :not(.modal) .btn.btn--fixed {
    border: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
    transition: all 0.2s ease; }
    body.dark :not(.modal) .btn.btn--fixed:hover {
      width: 70px;
      height: 70px;
      right: 15px;
      background: #434a9a;
      color: white;
      box-shadow: 0 3px 12px rgba(0, 0, 0, 0.75); }
  body.dark .alert.alert--info {
    border-radius: 4px;
    color: #9da1b2;
    background: none;
    border-color: #3b395f; }
  body.dark .heart {
    color: #bb419d; }
    body.dark .heart:hover {
      color: #bb419d;
      opacity: .86; }

.version__header {
  line-height: 55px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  border-bottom: 1px solid rgba(15, 30, 45, 0.1);
  padding: 0 20px; }

.version-history {
  background: #6f717b;
  line-height: 56px;
  padding: 0 20px;
  color: #fff; }

.current-version {
  color: #3a408b; }

/*
.hidden-sm {
  @media screen and (max-width: $sm-width - 1px) {
    display: none !important;
  }
}
.visible-sm {
  @media screen and (min-width: $sm-width) {
    display: none !important;
  }
}
.hidden-md {
  @media screen and (max-width: $md-width - 1px) {
    display: none !important;
  }
}
.visible-md {
  @media screen and (min-width: $md-width) {
    display: none !important;
  }
}
*/
