@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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,
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;
}

.pad-sides {
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}

/* apply a natural box layout model to all elements */
*,
*:before,
*:after {
  box-sizing: border-box;
}

/*
	Base stylesheet with CSS normalization, typographic baseline grid and progressive responsiveness
*/
html {
  height: 100%;
  font-size: 100%;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  /* Force scrollbar in non-IE */
}

/* Improve default text rendering, handling of kerning pairs and ligatures */
body {
  padding: 0;
  min-height: 100%;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

/* accessibility */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:active, .screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* DEFAULT FONT SETTINGS */
/* 16px base font size with 150% (24px) friendly, unitless line height and margin for vertical rhythm */
/* Font-size percentage is based on 16px browser default size */
body,
button,
input,
select,
textarea {
  font-size: 100%;
  line-height: 1.5;
  *font-size: 1em;
}

/* IE7 and older can't resize px based text */
p,
blockquote,
q,
pre,
address,
hr,
code,
samp,
dl,
ol,
ul,
form,
table,
fieldset,
menu {
  margin: 0 0 1.5em;
  padding: 0;
}

/* TYPOGRAPHY */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-style: normal;
}

h1 {
  font-size: 2.25em;
  line-height: 1.33333em;
  margin: 0 0 0.66667em;
}

h2 {
  font-size: 2em;
  line-height: 1.5em;
  margin: 0 0 0.75em;
}

h3 {
  font-size: 1.75em;
  line-height: 1.71429em;
  margin: 0 0 0.85714em;
}

h4 {
  font-size: 1.5em;
  line-height: 1em;
  margin: 0 0 1em;
}

h5 {
  font-size: 1.25em;
  line-height: 1.2em;
  margin: 0 0 1.2em;
}

h6 {
  font-size: 1.125em;
  line-height: 1.33333em;
  margin: 0 0 1.33333em;
}

p,
.p,
ol,
ul,
blockquote,
pre,
td,
th,
label {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 1.5em;
}

small,
.small {
  font-size: 0.75em;
  line-height: 2em;
  margin: 0 0 2em;
}

/* ABBREVIATION */
abbr {
  border-color: #cccccc;
}

abbr[title],
dfn[title] {
  cursor: help;
}

/* MARKED/INSERTED/DELETED AND SELECTED TEXT */
ins,
mark {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* selected text */
::-moz-selection,
::-moz-selection {
  background: white;
  color: black;
  text-shadow: none;
}
::-moz-selection,
::selection {
  background: white;
  color: black;
  text-shadow: none;
}

/* OTHERS */
var,
address {
  font-style: normal;
}

/* TABLES */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 1.375em;
  border-bottom: 0.0625em solid #cccccc;
}

th {
  text-align: left;
}

th,
td {
  padding: 0.75em 0.75em 0.6875em 0.75em;
  border: 0.0625em solid #cccccc;
  border-bottom: 0 solid #cccccc;
}

/* FORMS */
form {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

legend {
  *margin-left: -.75em;
}

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

/* IE7 and older */
button,
input {
  line-height: normal;
  *overflow: visible;
}

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

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

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

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

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

/* QUOTES */
blockquote {
  quotes: none;
}

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

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before {
  content: open-quote;
}

q:after {
  content: close-quote;
}

cite:before {
  content: "\2014 ";
}

blockquote,
q,
cite {
  font-style: italic;
}

blockquote {
  padding-left: 1.5em;
  border-left: 0.1875em solid #cccccc;
}

blockquote > p {
  padding: 0;
}

/* LISTS */
ul,
ol {
  list-style-position: inside;
  padding: 0;
}

li ul,
li ol {
  margin: 0 1.5em;
}

dl dd {
  margin-left: 1.5em;
}

/* HYPERLINKS */
a {
  text-decoration: none;
  color: #0066cc;
}

a:link {
  color: #0066cc;
}

a:visited {
  color: #004d99;
}

a:hover, a:link:hover {
  color: #cc0000;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  color: #cc0000;
}

a:active {
  color: #660000;
}

/* Better CSS Outline Suppression */
a:hover,
a:active {
  outline: none;
}

/* Fluid images and rich media */
img,
object,
embed,
video {
  max-width: 100%;
  height: auto;
  _width: 100%;
}

img {
  margin: 0;
  padding: 0;
  /* Improve IE's resizing of images */
  -ms-interpolation-mode: bicubic;
}

figure {
  margin: 1em auto;
  padding: 0 40px;
}

form {
  margin: 1.5em auto;
}

fieldset {
  border-color: #cccccc;
}

legend {
  display: block;
  width: 100%;
  font-size: 1.5em;
  line-height: 1em;
  margin: 0 0 1em;
  line-height: inherit;
  color: #cccccc;
}

label {
  display: inline-block;
  margin-bottom: 0.3125em;
  font-weight: 600;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: .25em 0 0;
  margin-top: 0.0625em \9;
  /* IE8-9 */
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333333;
  outline: 0.3125em auto -webkit-focus-ring-color;
  outline-offset: -0.125em;
}

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

output {
  display: block;
  padding-top: .5em;
  font-size: 1em;
  line-height: 1.5em;
  color: #545454;
}

.form-control, select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  display: block;
  width: 100%;
  font-size: 100%;
  padding: .375em .5em;
  border: 0.0625em solid #cccccc;
  border-radius: .25em;
  color: #000;
  background-color: #fff;
  line-height: 1.5;
  background-image: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus, select:focus,
textarea:focus,
input:focus[type="text"],
input:focus[type="password"],
input:focus[type="datetime"],
input:focus[type="datetime-local"],
input:focus[type="date"],
input:focus[type="month"],
input:focus[type="time"],
input:focus[type="week"],
input:focus[type="number"],
input:focus[type="email"],
input:focus[type="url"],
input:focus[type="search"],
input:focus[type="tel"],
input:focus[type="color"] {
  border-color: #666666;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 102, 102, 0.6);
}

.form-control:-ms-input-placeholder, select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder {
  color: #666666;
}

.form-control::placeholder, select::placeholder,
textarea::placeholder,
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="time"]::placeholder,
input[type="week"]::placeholder,
input[type="number"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="color"]::placeholder {
  color: #666666;
}

.form-control:disabled, select:disabled,
textarea:disabled,
input:disabled[type="text"],
input:disabled[type="password"],
input:disabled[type="datetime"],
input:disabled[type="datetime-local"],
input:disabled[type="date"],
input:disabled[type="month"],
input:disabled[type="time"],
input:disabled[type="week"],
input:disabled[type="number"],
input:disabled[type="email"],
input:disabled[type="url"],
input:disabled[type="search"],
input:disabled[type="tel"],
input:disabled[type="color"], .form-control[readonly], select[readonly],
textarea[readonly],
input[readonly][type="text"],
input[readonly][type="password"],
input[readonly][type="datetime"],
input[readonly][type="datetime-local"],
input[readonly][type="date"],
input[readonly][type="month"],
input[readonly][type="time"],
input[readonly][type="week"],
input[readonly][type="number"],
input[readonly][type="email"],
input[readonly][type="url"],
input[readonly][type="search"],
input[readonly][type="tel"],
input[readonly][type="color"] {
  background-color: #ededed;
  opacity: 1;
}

textarea.form-control,
textarea {
  height: auto;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  background-color: #fff;
}

textarea {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  width: 94%;
}

button,
input[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 100%;
  font-size: 100%;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: .5em 1em;
  border-radius: .25em;
  background-color: #ededed;
  color: #333333;
  border: 0.0625 solid #999999;
}

button:hover, button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #ededed;
  border-color: #666666;
}

button:active, button.active,
input[type="submit"]:active,
input[type="submit"].active {
  color: #333333;
  background-color: #ededed;
}

button:focus,
input[type="submit"]:focus {
  outline: thin dotted #333333;
  outline: 0.3125em auto -webkit-focus-ring-color;
  outline-offset: -0.125em;
}

button:hover, button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  text-decoration: none;
}

button:active, button.active,
input[type="submit"]:active,
input[type="submit"].active {
  outline: 0;
  background-image: none;
}

button.disabled, button[disabled],
fieldset[disabled] button,
input[type="submit"].disabled,
input[type="submit"][disabled],
fieldset[disabled]
input[type="submit"] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
}

button:focus,
input[type="submit"]:focus {
  border-color: #666666;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 102, 102, 0.6);
}

.search-form input {
  display: inline;
}

/* = Header Layout
----------------------------------------------- */
.site-header {
  background-color: #333333;
  color: #ededed;
  position: relative;
}

.site-header::after {
  display: block;
  clear: both;
  content: "";
}

.site-header a {
  text-decoration: none;
  color: #ededed;
}

.site-header a:visited {
  color: #ededed;
}

.site-header a:hover {
  color: #ffcc00;
}

.site-header .menu-toggle {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  margin-bottom: 1.5em;
  text-align: center;
}

.site-header .menu-toggle button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 100%;
  font-size: 100%;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: .5em 1em;
  border-radius: .25em;
  background-color: #ededed;
  color: #333333;
  border: 0.0625 solid #999999;
  font-weight: 600;
}

.site-header .menu-toggle button:hover, .site-header .menu-toggle button:focus {
  background-color: #ededed;
  border-color: #666666;
}

.site-header .menu-toggle button:active, .site-header .menu-toggle button.active {
  color: #333333;
  background-color: #ededed;
}

.site-header .menu-toggle button:focus {
  outline: thin dotted #333333;
  outline: 0.3125em auto -webkit-focus-ring-color;
  outline-offset: -0.125em;
}

.site-header .menu-toggle button:hover, .site-header .menu-toggle button:focus {
  text-decoration: none;
}

.site-header .menu-toggle button:active, .site-header .menu-toggle button.active {
  outline: 0;
  background-image: none;
}

.site-header .menu-toggle button.disabled, .site-header .menu-toggle button[disabled],
fieldset[disabled] .site-header .menu-toggle button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
}

.site-header .menu-toggle button i {
  margin-right: 0.75em;
  vertical-align: baseline;
}

.site-header .site-branding {
  padding-top: 0.75em;
  position: relative;
  z-index: 2;
}

.site-header .site-branding.drop-shadow {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}

.site-header .site-branding.drop-shadow .site-logo img {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}

.site-header .site-logo img {
  max-width: 100%;
}

.site-header .rounded img {
  border-radius: .25em;
}

.site-header .circle img {
  border-radius: 50%;
}

.site-header .site-title {
  font-size: 1.75em;
  line-height: 1.71429em;
  margin: 0 0 0.85714em;
  margin-bottom: 0.5em;
}

.site-header .site-description {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 1.5em;
  font-weight: normal;
}

.site-header .site-logo,
.site-header .site-info {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}

@media screen and (max-width: 36em) {
  .site-header .site-logo,
  .site-header .site-title {
    text-align: center;
  }
  .site-header .site-logo img {
    width: 4.5em;
  }
}

@media screen and (min-width: 36em) {
  .site-header #menu-toggle {
    display: none;
  }
  .site-header .site-title {
    text-align: left;
  }
  .site-header .with-logo .site-logo {
    position: relative;
    float: left;
    width: 20.83333%;
    min-height: 1px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
    max-width: 7.5em;
    margin-top: 0.75em;
  }
  .site-header .with-logo .site-info {
    position: relative;
    float: left;
    width: 79.16667%;
    min-height: 1px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
}

body {
  color: #212121;
  background-color: whitesmoke;
}

#content {
  color: #000;
  background-color: #fff;
  padding: 1.5em 0;
}

#content::after {
  display: block;
  clear: both;
  content: "";
}

#main,
#secondary,
#featured {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}

@media only screen and (min-width: 24em) and (max-width: 48em) {
  #featured .featured article {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
  #featured .featured article:nth-of-type(2n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 48em) and (max-width: 75em) {
  #featured .featured article {
    position: relative;
    float: left;
    width: 33.33333%;
    min-height: 1px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
  #featured .featured article:nth-of-type(3n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 75em) {
  #featured .featured article {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
  #featured .featured article:nth-of-type(4n+1) {
    clear: left;
  }
}

#featured .featured article .article-title {
  margin-bottom: 0;
}

#featured .cards {
  margin: 0 -16px;
  margin: 0 -1rem;
}

#featured .cards::after {
  display: block;
  clear: both;
  content: "";
}

@media only screen and (min-width: 24em) and (max-width: 48em) {
  #featured .cards article {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
  #featured .cards article:nth-of-type(2n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 48em) and (max-width: 75em) {
  #featured .cards article {
    position: relative;
    float: left;
    width: 33.33333%;
    min-height: 1px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
  #featured .cards article:nth-of-type(3n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 75em) {
  #featured .cards article {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
  #featured .cards article:nth-of-type(4n+1) {
    clear: left;
  }
}

#featured .cards article .article-title {
  margin-bottom: 0;
}

@media only screen and (min-width: 24em) and (max-width: 48em) {
  #featured .widget.columns {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
  #featured .widget.columns:nth-of-type(2n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 48em) and (max-width: 75em) {
  #featured .widget.columns {
    position: relative;
    float: left;
    width: 33.33333%;
    min-height: 1px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
  #featured .widget.columns:nth-of-type(3n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 75em) {
  #featured .widget.columns {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
  #featured .widget.columns:nth-of-type(4n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 24em) {
  #secondary .sidebar-row,
  #featured .sidebar-row {
    margin-left: -16px;
    margin-left: -1rem;
    margin-right: -16px;
    margin-right: -1rem;
  }
  #secondary .sidebar-row::after,
  #featured .sidebar-row::after {
    display: block;
    clear: both;
    content: "";
  }
  #featured .featured .widget-title {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
}

@media only screen and (max-width: 60em) {
  #secondary {
    margin-top: 1.5em;
  }
}

#main article {
  margin-bottom: 1.5em;
}

#main article h1 {
  font-size: 2em;
  line-height: 1.5em;
  margin: 0 0 0.75em;
}

#main article h2 {
  font-size: 1.75em;
  line-height: 1.71429em;
  margin: 0 0 0.85714em;
}

#main article h3 {
  font-size: 1.5em;
  line-height: 1em;
  margin: 0 0 1em;
}

#main article h4 {
  font-size: 1.25em;
  line-height: 1.2em;
  margin: 0 0 1.2em;
}

#main article h5 {
  font-size: 1.125em;
  line-height: 1.33333em;
  margin: 0 0 1.33333em;
}

#main article h6 {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 1.5em;
}

#main article .post-meta {
  list-style: none;
}

#main article .entry-title {
  word-wrap: break-word;
}

#main article .entry-meta {
  font-size: 0.875em;
  line-height: 1.71429em;
  margin: 0 0 1.71429em;
}

#main article .entry-meta .edit-link:before {
  font-family: 'dashicons';
  content: "\f327";
  margin-right: 0.5em;
}

#main article .entry-meta .comments-link:before {
  font-family: 'FontAwesome';
  content: "\f0e5";
  margin: 0 .75em;
}

#main article .post-thumbnail {
  margin-bottom: 1.5em;
}

#main article .entry-footer .cat-links, #main article .entry-footer .tags-links {
  margin-right: .75em;
}

@media only screen and (min-width: 24em) and (max-width: 48em) {
  #secondary .widget {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
  #secondary .widget:nth-of-type(2n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 48em) {
  #secondary .widget {
    position: relative;
    float: left;
    width: 33.33333%;
    min-height: 1px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
  #secondary .widget:nth-of-type(3n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 60em) {
  .blog.has-sidebar-secondary #main,
  .archive.has-sidebar-secondary #main,
  .single.has-sidebar-secondary #main,
  .page-template-default.has-sidebar-secondary #main {
    position: relative;
    float: left;
    width: 61.8034%;
    min-height: 1px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
  .blog.has-sidebar-secondary #secondary,
  .archive.has-sidebar-secondary #secondary,
  .single.has-sidebar-secondary #secondary,
  .page-template-default.has-sidebar-secondary #secondary {
    position: relative;
    float: left;
    width: 38.1966%;
    min-height: 1px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
  .blog.has-sidebar-secondary #secondary .widget,
  .archive.has-sidebar-secondary #secondary .widget,
  .single.has-sidebar-secondary #secondary .widget,
  .page-template-default.has-sidebar-secondary #secondary .widget {
    float: none;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
}

.page-template-feature-page #secondary {
  margin-top: 1.5em;
}

.page-template-page-single-column-narrow .wrap, .page-template-page-single-column-narrow #site-navigation .menu-wrap {
  max-width: 60em;
}

.page-template-page-single-column-narrow #secondary {
  margin-top: 1.5em;
}

/* = Footer Layout
----------------------------------------------- */
#footer {
  color: #212121;
  background-color: whitesmoke;
  margin: 0;
  padding-top: .75em;
  padding-bottom: .75em;
}

#footer .footer-text {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  margin-top: 1.125em;
  margin-bottom: 1.5em;
  text-align: center;
}

#footer .footer-text:last-child {
  margin-bottom: 0;
}

#footer .widget-area,
#footer .footer-credits {
  margin-top: 1.5em;
}

#footer .widget .widget-title {
  font-size: 1.5em;
  line-height: 1em;
  margin: 0 0 1em;
}

@media screen and (max-width: 24em) {
  #footer .widget {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 24em) and (max-width: 48em) {
  #footer .widget {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
  #footer .widget:nth-of-type(2n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 48em) {
  #footer .widget {
    position: relative;
    float: left;
    width: 33.33333%;
    min-height: 1px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
  #footer .widget:nth-of-type(3n+1) {
    clear: left;
  }
}

#footer ul li {
  line-height: 1.75;
}

/* main navigation menu */
#navigation {
  background: whitesmoke;
}

#navigation ul,
#navigation li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#navigation a {
  display: block;
  background: whitesmoke;
  color: #212121;
  padding: 0.25em 0.5em;
}

#navigation a:hover, #navigation a:focus {
  color: whitesmoke;
  background: #212121;
}

#navigation .nav-menu {
  display: none;
}

#navigation.toggled .nav-menu, #navigation:focus .nav-menu {
  display: block;
}

#navigation .nav-menu.hierarchical ul {
  margin-left: 0.75em;
}

@media screen and (min-width: 36em) {
  #navigation .nav-menu {
    display: block;
  }
  #navigation ul.drop-down li {
    display: inline-block;
    position: relative;
    overflow: visible;
  }
  #navigation ul.drop-down li ul {
    position: absolute;
    left: -999em;
  }
  #navigation ul.drop-down ul li a {
    display: inline-block;
    width: 11em;
    word-wrap: auto;
  }
  #navigation ul.drop-down .sub-menu .menu-item-has-children:focus > ul,
  #navigation ul.drop-down .sub-menu .menu-item-has-children:hover > ul,
  #navigation ul.drop-down .sub-menu .menu-item-has-children.focus > ul,
  #navigation ul.drop-down .sub-menu .menu-item-has-children.hover > ul,
  #navigation ul.drop-down .sub-menu .menu-item-has-children[aria-expanded="true"] > ul,
  #navigation ul.drop-down li.menu-item-has-children.focus > ul,
  #navigation ul.drop-down li.menu-item-has-children:hover > ul,
  #navigation ul.drop-down li.menu-item-has-children:focus > ul,
  #navigation ul.drop-down li.menu-item-has-children[aria-expanded="true"] > ul {
    left: 0;
    top: 100%;
    z-index: 99999;
  }
  #navigation ul.drop-down .sub-menu .menu-item-has-children:focus > ul.menu-side,
  #navigation ul.drop-down .sub-menu .menu-item-has-children:hover > ul.menu-side,
  #navigation ul.drop-down .sub-menu .menu-item-has-children.focus > ul.menu-side,
  #navigation ul.drop-down .sub-menu .menu-item-has-children.hover > ul.menu-side,
  #navigation ul.drop-down .sub-menu .menu-item-has-children[aria-expanded="true"] > ul.menu-side,
  #navigation ul.drop-down li.menu-item-has-children.focus > ul.menu-side,
  #navigation ul.drop-down li.menu-item-has-children:hover > ul.menu-side,
  #navigation ul.drop-down li.menu-item-has-children:focus > ul.menu-side,
  #navigation ul.drop-down li.menu-item-has-children[aria-expanded="true"] > ul.menu-side {
    left: 100%;
    top: 0;
  }
  #navigation .nav-menu.flat::after {
    display: block;
    clear: both;
    content: "";
  }
  #navigation .nav-menu.flat li {
    display: inline;
    line-height: 2.25;
  }
  #navigation .nav-menu.flat a {
    display: inline;
    white-space: nowrap;
  }
}

/* =Widgets
----------------------------------------------- */
.widget {
  margin-bottom: 1.5em;
}

.widget .widget-title {
  font-size: 1.5em;
  line-height: 1em;
  margin: 0 0 1em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.widget select,
.widget textarea,
.widget input[type="text"],
.widget input[type="password"],
.widget input[type="datetime"],
.widget input[type="datetime-local"],
.widget input[type="date"],
.widget input[type="month"],
.widget input[type="time"],
.widget input[type="week"],
.widget input[type="number"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="search"],
.widget input[type="tel"],
.widget input[type="color"] {
  width: auto;
  max-width: 100%;
}

.widget .icons, .widget #footer .widget, #footer .widget .widget, .widget .glyph-demo ul, .glyph-demo .widget ul {
  text-align: center;
}

/* Wordpress calendar widget */
.widget_calendar .widget-title {
  text-align: center;
}

.widget_calendar table {
  margin-left: auto;
  margin-right: auto;
  font-size: .875em;
  border-bottom: 0.07143em solid #cccccc;
}

.widget_calendar table td, .widget_calendar table th {
  padding: .357142857em 0.571428571em 0.428571429em 0.571428571em;
  border: 0.07143em solid #cccccc;
  border-bottom: none;
  text-align: center;
}

.widget_calendar table caption {
  margin-bottom: 0.714285714em;
}

.widget_search input.search-field {
  width: 12em;
}

/* rss widget */
.widget_rss .rss-date {
  display: block;
  width: 100%;
}

/* =Comments
----------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.comments-area .comments-title {
  font-size: 1.5em;
  line-height: 1em;
  margin: 0 0 1em;
}

.comments-area .comments-title:before {
  font-family: 'FontAwesome';
  content: "\f086";
  margin-right: .25em;
}

.comments-area .comment-reply-title {
  font-size: 1.25em;
  line-height: 1.2em;
  margin: 0 0 1.2em;
}

.comments-area .comment-reply-title:before {
  font-family: 'FontAwesome';
  content: "\f112";
  margin-right: .5em;
}

.comments-area ol {
  list-style-type: none;
}

.comments-area ol li {
  margin-top: 1.125em;
  margin-bottom: 1.5em;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  border-radius: 0.625em;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: .375em .75em;
  line-height: 1.5;
  text-decoration: none;
  background-color: #ededed;
  border: 1px solid #cccccc;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0.625em;
  border-top-left-radius: 0.625em;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0.625em;
  border-top-right-radius: 0.625em;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  background-color: #ededed;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #333333;
  background-color: #ededed;
  border-color: #ededed;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #666666;
  background-color: #ededed;
  border-color: #cccccc;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 0.5em 0.8em;
  font-size: 1.25em;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0.625em;
  border-top-left-radius: 0.625em;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0.625em;
  border-top-right-radius: 0.625em;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 0.333em 0.666em;
  font-size: 0.75em;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0.625em;
  border-top-left-radius: 0.625em;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0.625em;
  border-top-right-radius: 0.625em;
}

/* post/paging navigation */
.post-navigation,
.paging-navigation {
  margin: 1rem 0;
}

.post-navigation::after,
.paging-navigation::after {
  display: block;
  clear: both;
  content: "";
}

.post-navigation .nav-links,
.paging-navigation .nav-links {
  font-size: 0.875em;
  line-height: 1.71429em;
  margin: 0 0 1.71429em;
  margin: 0;
}

.post-navigation .nav-links::after,
.paging-navigation .nav-links::after {
  display: block;
  clear: both;
  content: "";
}

.post-navigation .nav-links a,
.paging-navigation .nav-links a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 100%;
  font-size: 100%;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: .5em 1em;
  border-radius: .25em;
  background-color: #ededed;
  color: #333333;
  border: 0.0625 solid #999999;
  white-space: normal;
  text-decoration: none;
  text-align: inherit;
  margin: .75em 0;
}

.post-navigation .nav-links a:hover, .post-navigation .nav-links a:focus,
.paging-navigation .nav-links a:hover,
.paging-navigation .nav-links a:focus {
  background-color: #ededed;
  border-color: #666666;
}

.post-navigation .nav-links a:active, .post-navigation .nav-links a.active,
.paging-navigation .nav-links a:active,
.paging-navigation .nav-links a.active {
  color: #333333;
  background-color: #ededed;
}

.post-navigation .nav-links a:focus,
.paging-navigation .nav-links a:focus {
  outline: thin dotted #333333;
  outline: 0.3125em auto -webkit-focus-ring-color;
  outline-offset: -0.125em;
}

.post-navigation .nav-links a:hover, .post-navigation .nav-links a:focus,
.paging-navigation .nav-links a:hover,
.paging-navigation .nav-links a:focus {
  text-decoration: none;
}

.post-navigation .nav-links a:active, .post-navigation .nav-links a.active,
.paging-navigation .nav-links a:active,
.paging-navigation .nav-links a.active {
  outline: 0;
  background-image: none;
}

.post-navigation .nav-links a.disabled, .post-navigation .nav-links a[disabled],
fieldset[disabled] .post-navigation .nav-links a,
.paging-navigation .nav-links a.disabled,
.paging-navigation .nav-links a[disabled],
fieldset[disabled]
.paging-navigation .nav-links a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
}

.post-navigation .nav-links a:focus,
.paging-navigation .nav-links a:focus {
  border-color: #666666;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 102, 102, 0.6);
}

.post-navigation .nav-links .nav-previous a .meta-nav,
.paging-navigation .nav-links .nav-previous a .meta-nav {
  margin-right: 0.5rem;
}

.post-navigation .nav-links .nav-next a .meta-nav,
.paging-navigation .nav-links .nav-next a .meta-nav {
  margin-left: 0.5rem;
}

@media only screen and (min-width: 320px) {
  .post-navigation .nav-previous, .post-navigation .nav-next,
  .paging-navigation .nav-previous,
  .paging-navigation .nav-next {
    max-width: 47%;
  }
  .post-navigation .nav-previous,
  .paging-navigation .nav-previous {
    float: left;
  }
  .post-navigation .nav-next,
  .paging-navigation .nav-next {
    float: right;
  }
}

.numbered-pagination {
  text-align: center;
  margin: 1.5em auto;
}

.numbered-pagination::after {
  display: block;
  clear: both;
  content: "";
}

.numbered-pagination a {
  text-decoration: none;
}

.numbered-pagination ul {
  list-style: none;
  margin: 1rem 0;
}

.numbered-pagination ul li {
  display: inline-block;
  border: 1px solid #cccccc;
  padding: .25em .75em;
  margin-left: -1px;
  color: #333333;
}

.numbered-pagination ul li.current {
  background-color: #454545;
  color: #fff;
}

.numbered-pagination ul li.current:hover {
  background-color: #454545;
  color: #fff;
}

.numbered-pagination ul li:hover {
  background-color: #ededed;
  color: #333333;
}

.numbered-pagination ul li:hover a {
  color: #333333;
}

.numbered-pagination ul li:first-child {
  border-bottom-left-radius: 0.25em;
  border-top-left-radius: 0.25em;
}

.numbered-pagination ul li:last-child {
  border-bottom-right-radius: 0.25em;
  border-top-right-radius: 0.25em;
}

.page-links {
  margin-bottom: 1.5em;
}

.page-links a {
  margin: 0 .25em;
}

/*!
Fork Awesome 1.1.5
License - http://forkawesome.github.io/Fork-Awesome/license

Copyright 2018 Dave Gandy & Fork Awesome

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "ForkAwesome";
  src: url("../fonts/forkawesome-webfont.eot?v=1.0.11");
  src: url("../fonts/forkawesome-webfont.eot?#iefix&v=1.0.11") format("embedded-opentype"), url("../fonts/forkawesome-webfont.woff2?v=1.0.11") format("woff2"), url("../fonts/forkawesome-webfont.woff?v=1.0.11") format("woff"), url("../fonts/forkawesome-webfont.ttf?v=1.0.11") format("truetype"), url("../fonts/forkawesome-webfont.svg?v=1.0.11#forkawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-globe-e:before {
  content: "";
}

.fa-globe-w:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

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

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

.fa-exchange:before {
  content: "";
}

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

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

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

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

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

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

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

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

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

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

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

.fa-beer:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

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

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

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

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

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "";
}

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

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

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

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

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

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

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

.fa-crop:before {
  content: "";
}

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

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

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

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

.fa-microphone:before {
  content: "";
}

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

.fa-shield:before {
  content: "";
}

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

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

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

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

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

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

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

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

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

.fa-bullseye:before {
  content: "";
}

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

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

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

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

.fa-ticket:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "";
}

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

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

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

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

.fa-gbp:before {
  content: "";
}

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

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

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

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

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

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

.fa-file:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

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

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

.fa-dropbox:before {
  content: "";
}

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

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

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

.fa-tumblr:before {
  content: "";
}

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

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

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

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

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

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

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

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

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

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

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

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

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

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

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

.fa-wheelchair:before {
  content: "";
}

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

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

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

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

.fa-slack:before {
  content: "";
}

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

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

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

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

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

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

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

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

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

.fa-steam:before {
  content: "";
}

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

.fa-recycle:before {
  content: "";
}

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

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

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

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

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

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

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

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

.fa-git:before {
  content: "";
}

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

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

.fa-qq:before {
  content: "";
}

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

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

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

.fa-history:before {
  content: "";
}

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

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

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

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

.fa-bomb:before {
  content: "";
}

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

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

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

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

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

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

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

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

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

.fa-lastfm:before {
  content: "";
}

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

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

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

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

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

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

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

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

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

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

.fa-motorcycle:before {
  content: "";
}

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

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

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

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

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

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

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-square:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

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

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

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

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

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

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-mastodon-alt:before {
  content: "";
}

.fa-fork-circle:before,
.fa-fork-awesome:before {
  content: "";
}

.fa-peertube:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-friendica:before {
  content: "";
}

.fa-gnu-social:before {
  content: "";
}

.fa-liberapay-square:before {
  content: "";
}

.fa-liberapay:before {
  content: "";
}

.fa-ssb:before,
.fa-scuttlebutt:before {
  content: "";
}

.fa-hubzilla:before {
  content: "";
}

.fa-social-home:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discord-alt:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-snowdrift:before {
  content: "";
}

.fa-activitypub:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-shaarli:before {
  content: "";
}

.fa-shaarli-o:before {
  content: "";
}

.fa-cut-key:before,
.fa-key-modern:before {
  content: "";
}

.fa-xmpp:before {
  content: "";
}

.fa-archive-org:before {
  content: "";
}

.fa-freedombox:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-debian:before {
  content: "";
}

.fa-mastodon-square:before {
  content: "";
}

.fa-tipeee:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-dogmazic:before {
  content: "";
}

.fa-zotero:before {
  content: "";
}

.fa-nodejs:before {
  content: "";
}

.fa-nextcloud:before {
  content: "";
}

.fa-nextcloud-square:before {
  content: "";
}

.fa-hackaday:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-signalapp:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* MoreVectors icon font */
@font-face {
  font-family: 'morevectors';
  src: url("../fonts/morevectors.eot");
  src: url("../fonts/morevectors.eot?#iefix") format("embedded-opentype"), url("../fonts/morevectors.ttf") format("truetype"), url("../fonts/morevectors.woff") format("woff"), url("../fonts/morevectors.svg#morevectors") format("svg");
  font-weight: normal;
  font-style: normal;
}

.mv {
  font-family: 'morevectors';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mv-aim:before {
  content: "\e600";
}

.mv-amazon:before {
  content: "\e601";
}

.mv-android:before {
  content: "\e602";
}

.mv-apple:before {
  content: "\e603";
}

.mv-apple-app-store:before {
  content: "\e604";
}

.mv-avatar:before {
  content: "\e605";
}

.mv-aws:before {
  content: "\e606";
}

.mv-badoo:before {
  content: "\e607";
}

.mv-basecamp:before {
  content: "\e608";
}

.mv-bazaar:before {
  content: "\e609";
}

.mv-behance:before {
  content: "\e60a";
}

.mv-bing:before {
  content: "\e60b";
}

.mv-bitbucket:before {
  content: "\e60c";
}

.mv-bitcoin:before {
  content: "\e60d";
}

.mv-blackberry:before {
  content: "\e60e";
}

.mv-blip:before {
  content: "\e60f";
}

.mv-blogger:before {
  content: "\e610";
}

.mv-cc:before {
  content: "\e611";
}

.mv-cc-by:before {
  content: "\e612";
}

.mv-cc-nc:before {
  content: "\e613";
}

.mv-cc-nc-eu:before {
  content: "\e614";
}

.mv-cc-nc-jp:before {
  content: "\e615";
}

.mv-cc-nd:before {
  content: "\e616";
}

.mv-cc-pd:before {
  content: "\e617";
}

.mv-cc-remix:before {
  content: "\e618";
}

.mv-cc-sa:before {
  content: "\e619";
}

.mv-cc-sampling:before {
  content: "\e61a";
}

.mv-cc-sampling-plus:before {
  content: "\e61b";
}

.mv-cc-share:before {
  content: "\e61c";
}

.mv-cc-zero:before {
  content: "\e61d";
}

.mv-coroflot:before {
  content: "\e61e";
}

.mv-css3:before {
  content: "\e61f";
}

.mv-delicious:before {
  content: "\e620";
}

.mv-designmoo:before {
  content: "\e621";
}

.mv-deviantart:before {
  content: "\e622";
}

.mv-digg:before {
  content: "\e623";
}

.mv-digg-alt:before {
  content: "\e624";
}

.mv-dribble:before {
  content: "\e625";
}

.mv-dropbox:before {
  content: "\e626";
}

.mv-drupal:before {
  content: "\e627";
}

.mv-ebay:before {
  content: "\e628";
}

.mv-ember:before {
  content: "\e629";
}

.mv-envelope:before {
  content: "\e62a";
}

.mv-etsy:before {
  content: "\e62b";
}

.mv-evernote:before {
  content: "\e62c";
}

.mv-facebook:before {
  content: "\e62d";
}

.mv-facebook-places:before {
  content: "\e62e";
}

.mv-feedburner:before {
  content: "\e62f";
}

.mv-flickr:before {
  content: "\e630";
}

.mv-forrst:before {
  content: "\e631";
}

.mv-foursquare:before {
  content: "\e632";
}

.mv-git:before {
  content: "\e633";
}

.mv-github:before {
  content: "\e634";
}

.mv-gnome:before {
  content: "\e635";
}

.mv-google:before {
  content: "\e636";
}

.mv-google-hangouts:before {
  content: "\e637";
}

.mv-google-play:before {
  content: "\e638";
}

.mv-google-plus:before {
  content: "\e639";
}

.mv-grooveshark:before {
  content: "\e63a";
}

.mv-html5:before {
  content: "\e63b";
}

.mv-hype-machine:before {
  content: "\e63c";
}

.mv-hyves:before {
  content: "\e63d";
}

.mv-icloud:before {
  content: "\e63e";
}

.mv-icq:before {
  content: "\e63f";
}

.mv-identica:before {
  content: "\e640";
}

.mv-instagram:before {
  content: "\e641";
}

.mv-instapaper:before {
  content: "\e642";
}

.mv-itunes:before {
  content: "\e643";
}

.mv-joomla:before {
  content: "\e644";
}

.mv-kde:before {
  content: "\e645";
}

.mv-lastfm:before {
  content: "\e646";
}

.mv-launchpad:before {
  content: "\e647";
}

.mv-linkedin:before {
  content: "\e648";
}

.mv-linux:before {
  content: "\e649";
}

.mv-livejournal:before {
  content: "\e64a";
}

.mv-mercurial:before {
  content: "\e64b";
}

.mv-metacafe:before {
  content: "\e64c";
}

.mv-myspace:before {
  content: "\e64d";
}

.mv-newsvine:before {
  content: "\e64e";
}

.mv-openid:before {
  content: "\e64f";
}

.mv-orkut:before {
  content: "\e650";
}

.mv-paypal:before {
  content: "\e651";
}

.mv-phone:before {
  content: "\e652";
}

.mv-photobucket:before {
  content: "\e653";
}

.mv-picasa:before {
  content: "\e654";
}

.mv-pinterest:before {
  content: "\e655";
}

.mv-podcast:before {
  content: "\e656";
}

.mv-quik:before {
  content: "\e657";
}

.mv-rdio:before {
  content: "\e658";
}

.mv-reddit:before {
  content: "\e659";
}

.mv-retweet:before {
  content: "\e65a";
}

.mv-rss:before {
  content: "\e65b";
}

.mv-scribd:before {
  content: "\e65c";
}

.mv-sharethis:before {
  content: "\e65d";
}

.mv-skype:before {
  content: "\e65e";
}

.mv-slashdot:before {
  content: "\e65f";
}

.mv-slideshare:before {
  content: "\e660";
}

.mv-smugmug:before {
  content: "\e661";
}

.mv-soundcloud:before {
  content: "\e662";
}

.mv-spotify:before {
  content: "\e663";
}

.mv-springme:before {
  content: "\e664";
}

.mv-squarespace:before {
  content: "\e665";
}

.mv-squidoo:before {
  content: "\e666";
}

.mv-stackoverflow:before {
  content: "\e667";
}

.mv-steam:before {
  content: "\e668";
}

.mv-stumbleupon:before {
  content: "\e669";
}

.mv-subversion:before {
  content: "\e66a";
}

.mv-tagged:before {
  content: "\e66b";
}

.mv-technorati:before {
  content: "\e66c";
}

.mv-tumblr:before {
  content: "\e66d";
}

.mv-twitter:before {
  content: "\e66e";
}

.mv-ubuntu:before {
  content: "\e66f";
}

.mv-viddler:before {
  content: "\e670";
}

.mv-vimeo:before {
  content: "\e671";
}

.mv-vine:before {
  content: "\e672";
}

.mv-virb:before {
  content: "\e673";
}

.mv-w3:before {
  content: "\e674";
}

.mv-weibo:before {
  content: "\e675";
}

.mv-wikipedia:before {
  content: "\e676";
}

.mv-wordpress:before {
  content: "\e677";
}

.mv-xing:before {
  content: "\e678";
}

.mv-xmpp:before {
  content: "\e679";
}

.mv-yahoo:before {
  content: "\e67a";
}

.mv-yahoo-messenger:before {
  content: "\e67b";
}

.mv-windows:before {
  content: "\e67c";
}

.mv-yelp:before {
  content: "\e67d";
}

.mv-youtube-play:before {
  content: "\e67e";
}

.mv-zootool:before {
  content: "\e67f";
}

.mv-youtube:before {
  content: "\e680";
}

/* icons */
.mv, .fa, .dashicons {
  font-size: 150%;
  vertical-align: top;
}

.icons .mv, #footer .widget .mv, .glyph-demo ul .mv, .icons .fa, #footer .widget .fa, .glyph-demo ul .fa, .icons .dashicons, #footer .widget .dashicons, .glyph-demo ul .dashicons {
  color: #333333;
}

.icons a.mv, #footer .widget a.mv, .glyph-demo ul a.mv,
.icons a.fa,
#footer .widget a.fa,
.glyph-demo ul a.fa {
  color: #333333;
  text-decoration: none;
}

.icons a.mv:visited, #footer .widget a.mv:visited, .glyph-demo ul a.mv:visited,
.icons a.fa:visited,
#footer .widget a.fa:visited,
.glyph-demo ul a.fa:visited {
  color: #333333;
}

.icons a.mv:hover, #footer .widget a.mv:hover, .glyph-demo ul a.mv:hover,
.icons a.fa:hover,
#footer .widget a.fa:hover,
.glyph-demo ul a.fa:hover {
  color: #cc0000;
}

.icons a.mv span, #footer .widget a.mv span, .glyph-demo ul a.mv span,
.icons a.fa span,
#footer .widget a.fa span,
.glyph-demo ul a.fa span {
  display: none;
}

.widget.icons, #footer .widget, .glyph-demo ul.widget {
  text-align: center;
}

.site-footer .widget.icon .mv, .site-footer .widget.icon .fa, .site-footer .widget.icon .dashicons {
  font-size: 150%;
  vertical-align: middle;
}

.dashicon-scalable {
  display: inline-block;
  width: auto;
  height: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 1em;
  line-height: 1;
  font-family: "dashicons";
  text-decoration: inherit;
  font-weight: normal;
  font-style: normal;
  vertical-align: middle;
  transition: color .1s ease-in 0;
  text-align: center;
}

.dashicon-film:before {
  content: "\f219";
}

.glyph-demo::after {
  display: block;
  clear: both;
  content: "";
}

.glyph-demo ul {
  margin-left: -16px;
  margin-left: -1rem;
  margin-right: -16px;
  margin-right: -1rem;
  list-style: none;
}

.glyph-demo ul::after {
  display: block;
  clear: both;
  content: "";
}

.glyph-demo ul li {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  width: 10em;
  height: 10em;
  margin-bottom: .75em;
  text-align: center;
  font-size: .75em;
}

.glyph-demo ul li .mv {
  font-size: 300%;
  margin-bottom: .5em;
}

/* =Media
----------------------------------------------- */
.embed-responsive, .responsive-embed {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before, .responsive-embed::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item, .responsive-embed .embed-responsive-item,
.embed-responsive iframe,
.responsive-embed iframe,
.embed-responsive embed,
.responsive-embed embed,
.embed-responsive object,
.responsive-embed object,
.embed-responsive video,
.responsive-embed video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before, .responsive-embed::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* Images */
.wp-caption {
  max-width: 100%;
}

.thumb {
  border: 1px solid #cccccc;
  border-radius: 0.25em;
  margin: 0;
  padding: 0.25em;
}

.image-left, img.alignleft, .image-right, img.alignright {
  margin-bottom: 1rem;
}

@media screen and (min-width: 24em) {
  .image-left, img.alignleft, .image-right, img.alignright {
    max-width: 48%;
    height: auto;
  }
  .image-left, img.alignleft {
    float: left;
    margin-right: 1rem;
  }
  .image-right, img.alignright {
    float: right;
    margin-left: 1rem;
  }
}

.gallery {
  margin-left: -16px;
  margin-left: -1rem;
  margin-right: -16px;
  margin-right: -1rem;
}

.gallery::after {
  display: block;
  clear: both;
  content: "";
}

.gallery figure.gallery-item {
  margin-bottom: 1.5em;
}

.gallery figure.gallery-item img {
  border: 1px solid #cccccc;
  border-radius: 0.25em;
  margin: 0;
  padding: 0.25em;
  background-color: #fff;
  max-width: 100%;
  height: auto;
}

.gallery .gallery-icon {
  text-align: center;
  margin-bottom: 0.375em;
}

.gallery figcaption.gallery-caption {
  font-size: 0.75em;
  line-height: 1.33333em;
  margin: 0 0 1.33333em;
  margin: 0;
}

.gallery-columns-1 figure.gallery-item {
  position: relative;
  float: left;
  width: 11.11111%;
  min-height: 1px;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}

.gallery-columns-1 figure.gallery-item:nth-of-type(1n+1) {
  clear: left;
}

.gallery-columns-2 figure.gallery-item {
  position: relative;
  float: left;
  width: 22.22222%;
  min-height: 1px;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}

.gallery-columns-2 figure.gallery-item:nth-of-type(2n+1) {
  clear: left;
}

.gallery-columns-3 figure.gallery-item {
  position: relative;
  float: left;
  width: 33.33333%;
  min-height: 1px;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}

.gallery-columns-3 figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}

.gallery-columns-4 figure.gallery-item {
  position: relative;
  float: left;
  width: 44.44444%;
  min-height: 1px;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}

.gallery-columns-4 figure.gallery-item:nth-of-type(4n+1) {
  clear: left;
}

.gallery-columns-5 figure.gallery-item {
  position: relative;
  float: left;
  width: 55.55556%;
  min-height: 1px;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}

.gallery-columns-5 figure.gallery-item:nth-of-type(5n+1) {
  clear: left;
}

.gallery-columns-6 figure.gallery-item {
  position: relative;
  float: left;
  width: 66.66667%;
  min-height: 1px;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}

.gallery-columns-6 figure.gallery-item:nth-of-type(6n+1) {
  clear: left;
}

.gallery-columns-7 figure.gallery-item {
  position: relative;
  float: left;
  width: 77.77778%;
  min-height: 1px;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}

.gallery-columns-7 figure.gallery-item:nth-of-type(7n+1) {
  clear: left;
}

.gallery-columns-8 figure.gallery-item {
  position: relative;
  float: left;
  width: 88.88889%;
  min-height: 1px;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}

.gallery-columns-8 figure.gallery-item:nth-of-type(8n+1) {
  clear: left;
}

.gallery-columns-9 figure.gallery-item {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}

.gallery-columns-9 figure.gallery-item:nth-of-type(9n+1) {
  clear: left;
}

/* classes required by WordPress */
.wp-caption-text {
  font-size: inherit;
}

.sticky {
  font-size: inherit;
}

.bypostauthor {
  font-size: inherit;
}

.alignright {
  text-align: right;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

img.alignleft {
  vertical-align: text-top;
}

img.alignright {
  vertical-align: text-top;
}

/* PRINT */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster */
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't print links for images, javascript or internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* Repeat header row at top of each printed page */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* Increased body size for legibility on for low-dpi, high-res displays */
@media only screen and (-webkit-max-device-pixel-ratio: 1.25) and (min-width: 1600px), only screen and (max--moz-device-pixel-ratio: 1.25) and (min-width: 1600px), only screen and (max-device-pixel-ratio: 1.25) and (min-width: 1600px), only screen and (max-resolution: 120dpi) and (min-width: 1600px), only screen and (max-resolution: 1.25dppx) and (min-width: 1600px) {
  body {
    font-size: 125%;
  }
}

@media only screen and (-webkit-max-device-pixel-ratio: 1.5) and (min-width: 2400px), only screen and (max--moz-device-pixel-ratio: 1.5) and (min-width: 2400px), only screen and (max-device-pixel-ratio: 1.5) and (min-width: 2400px), only screen and (-webkit-max-device-pixel-ratio: 1.5625) and (min-width: 2400px), only screen and (max-resolution: 150dpi) and (min-width: 2400px), only screen and (max-resolution: 1.5dppx) and (min-width: 2400px) {
  body {
    font-size: 150%;
  }
}

@media only screen and (-webkit-max-device-pixel-ratio: 2) and (min-width: 3200px), only screen and (max--moz-device-pixel-ratio: 2) and (min-width: 3200px), only screen and (max-device-pixel-ratio: 2) and (min-width: 3200px), only screen and (-webkit-max-device-pixel-ratio: 2.0833333333333335) and (min-width: 3200px), only screen and (max-resolution: 200dpi) and (min-width: 3200px), only screen and (max-resolution: 2dppx) and (min-width: 3200px) {
  body {
    font-size: 200%;
  }
}
