@charset "UTF-8";
/* ==========================================================================
	 Extends using placeholder selector
	 ========================================================================== */
.form-wrapper:after, footer:after, .utility-nav:after, .header:after, .main:after, .widget-wrapper:after, .wpcf7-form:after, .logo-container:after {
  clear: both;
  content: "";
  display: table; }

.copyright-nav ul, .sidebar ul, .main-content, .feature-box--links, li .mega-menu-item, .side-nav-1 li, .logos {
  list-style: none;
  margin: 0;
  padding: 0; }

.tooltip {
  font: 10px monospace;
  letter-spacing: -10px;
  overflow: hidden;
  text-indent: -500px;
  text-shadow: none; }

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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  background: #fff;
  color: #333;
  margin: 0; }

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

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  box-sizing: content-box;
  height: 0; }

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

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

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

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
dd {
  margin: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

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

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

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

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

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

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

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

/* ==========================================================================
   Base Styles
   ========================================================================== */
body {
  background: #e2e4ea; }

img {
  max-width: 100%;
  height: auto; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

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

/* ==========================================================================
   Form Styles
   ========================================================================== */
form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  margin: 0;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

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

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

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

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

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

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

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

/*-------------------------------------------
FORM
-------------------------------------------*/
fieldset {
  border: 1px solid #ccc;
  margin: 0 0 15px 0; }

legend {
  display: block; }

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #ffffff;
  padding: 5px 10px;
  outline: none;
  margin: 0 0 3px 0;
  width: 100%;
  display: block;
  background: #ffffff;
  border-radius: 3px; }

textarea {
  min-height: 60px; }

input[type="checkbox"] {
  display: inline; }

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #00aeef;
  border: none;
  color: #ffffff;
  display: block;
  text-decoration: none;
  cursor: pointer;
  padding: 5px 18px 7px 18px;
  border-radius: 3px;
  font-weight: normal; }

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background: #333333; }

::-webkit-input-placeholder {
  color: #8494b1; }

:-moz-placeholder {
  color: #8494b1;
  opacity: 1; }

::-moz-placeholder {
  color: #8494b1;
  opacity: 1; }

:-ms-input-placeholder {
  color: #8494b1; }

/* ==========================================================================
   Base Link, Button Styles and selection formating
   ========================================================================== */
a {
  color: #00aeef;
  text-decoration: none;
  transition: color 0.3s ease; }

a:hover {
  color: #333333; }

a:focus {
  outline: thin dotted; }

a:active {
  color: #333333; }

button {
  position: relative;
  transition: background-color 0.3s ease;
  background: #00aeef; }
  button:hover {
    background-color: #333333; }
  button:focus {
    outline: none;
    background-color: #333333; }

.tooltip {
  position: absolute;
  top: -20px;
  left: 0;
  color: #000; }

button:hover > .tooltip, button:focus > .tooltip {
  font-size: 14px;
  letter-spacing: 0;
  overflow: visible;
  text-indent: 0; }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .header__search {
    display: none; }
  .home .hero {
    margin-top: 0 !important;
    border: none !important;
    display: none; }
  .hero {
    padding-top: 50px !important;
    border: 0 !important; }
  .navigation {
    display: none; }
  .header {
    border: none !important; }
  .home .main {
    color: #000 !important; }
  .utility-nav__social-nav li {
    display: block !important; }
  .subscribe {
    display: none; }
  .page-template-default .hero .l-inner-padding, .page-template-contact .hero .l-inner-padding, .page-template-supporters .hero .l-inner-padding {
    padding: 30px 0 !important; }
    .page-template-default .hero .l-inner-padding h1, .page-template-contact .hero .l-inner-padding h1, .page-template-supporters .hero .l-inner-padding h1 {
      font-size: 30px; }
  aside.sidebar {
    position: static !important;
    float: none  !important; }
  .main-content {
    min-height: 0 !important; } }

/* ==========================================================================
   Text Styles
   ========================================================================== */
body {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4;
  color: #555555;
  font-family: "Roboto", Helvetica, sans-serif; }

strong, label, th, legend, .button, button, input[type="submit"], input[type="reset"], input[type="button"] {
  font-family: "Roboto", Helvetica, sans-serif;
  font-weight: bold; }

h1, h2, h3, h4, h5, h6, hgroup, ul, ol, dd, p, figure, form, pre, table, hr {
  margin: 0 0 25px 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "Francois One", Helvetica, sans-serif; }

.txt-size1 {
  font-size: 36px;
  line-height: 1.1; }

.txt-size2 {
  font-size: 26px;
  line-height: 1.15; }

.txt-size3 {
  font-size: 22px;
  line-height: 1.2; }

.txt-size4 {
  font-size: 20px;
  line-height: 1.25; }

.txt-size5 {
  font-size: 18px;
  line-height: 1.3; }

.txt-size6 {
  font-size: 16px;
  line-height: 1.35; }

@media (min-width: 650px) {
  body#tinymce, body, input, textarea, select, button {
    font-size: 18px;
    line-height: 1.6; }
  .wp-editor h1, .txt-size1 {
    font-size: 48px;
    line-height: 1.1; }
  .wp-editor h2, .txt-size2 {
    font-size: 32px;
    line-height: 1.15; }
  .wp-editor h3, .txt-size3 {
    font-size: 24px;
    line-height: 1.2; }
  .wp-editor h4, .txt-size4 {
    font-size: 22px;
    line-height: 1.25; }
  .wp-editor h5, .txt-size5 {
    font-size: 20px;
    line-height: 1.3; }
  .wp-editor h6, .txt-size6 {
    font-size: 18px;
    line-height: 1.35; } }

/* ==========================================================================
   Table Styles
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/* ==========================================================================
   Test Styles
   ========================================================================== */
form button:not([type]):after {
  background: #f04124;
  color: white;
  content: 'Warning: this button doesn’t have a type'; }

a[href=""]:after {
  background: #f04124;
  color: white;
  content: 'Warning: This link does not have a href value'; }

/* ==========================================================================
   Layout/Constrained
   ========================================================================== */
.inner-wrapper {
  max-width: 1180px;
  padding: 0 10px;
  margin: 0 auto; }
  @media (min-width: 980px) {
    .inner-wrapper {
      padding: 0 30px; } }

.l-inner-padding {
  padding: 0 20px; }
  @media (min-width: 650px) {
    .l-inner-padding {
      padding: 0 30px; } }
  @media (min-width: 980px) {
    .l-inner-padding {
      padding: 0 50px; } }

/* ==========================================================================
   Footer Styles
   ========================================================================== */
footer {
  background: #2f333a;
  color: #ffffff;
  -ms-transform: skewY(-2deg);
  transform: skewY(-2deg);
  -webkit-backface-visibility: hidden;
  z-index: -1;
  position: relative;
  padding-top: 60px;
  padding-bottom: 20px;
  margin-top: -22px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1; }
  @media (min-width: 650px) {
    footer {
      padding-top: 90px;
      background: #2f333a url(img/youth-future-bg-footer.png) center 50px no-repeat; } }
  footer a:visited {
    color: inherit; }
  footer .rotation {
    -ms-transform: skewY(2deg);
    transform: skewY(2deg); }

.utility-nav {
  font-family: "Francois One", Helvetica, sans-serif;
  padding-bottom: 30px; }
  @media (min-width: 650px) {
    .utility-nav {
      padding-bottom: 50px; } }

.utility-nav__contact {
  overflow: hidden;
  margin-bottom: 30px; }
  @media (min-width: 650px) {
    .utility-nav__contact {
      float: left;
      margin-bottom: 0; } }
  .utility-nav__contact a {
    float: left;
    clear: left; }

.utility-nav__contact--link {
  color: #00aeef;
  font-size: 20px;
  text-decoration: underline; }
  .utility-nav__contact--link:hover {
    color: inherit; }

.utility-nav__contact--tel-link {
  color: #fff;
  font-size: 28px; }
  .utility-nav__contact--tel-link:hover {
    color: inherit; }

@media (min-width: 650px) {
  .utility-nav__social-nav {
    float: right; } }

.utility-nav__social-nav h2 {
  display: inline-block;
  line-height: 40px;
  float: left;
  font-size: 18px; }

.utility-nav__social-nav ul {
  float: left;
  padding-left: 15px; }
  .utility-nav__social-nav ul li {
    display: inline-block;
    margin-left: 15px; }
    .utility-nav__social-nav ul li:first-child {
      margin-left: 0; }

.utility-nav__social-nav a {
  color: #fff; }
  .utility-nav__social-nav a:hover {
    opacity: 0.8; }

.utility-nav__social-nav .fa {
  font-size: 40px; }

.copyright-nav {
  border-top: 1px solid #50555e;
  font-size: 12px;
  color: #707785;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 0px; }
  .copyright-nav a:hover {
    color: #fff; }
  @media (min-width: 650px) {
    .copyright-nav ul {
      float: left; } }
  .copyright-nav li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #707785; }
    .copyright-nav li:first-child {
      padding-left: 0; }
    .copyright-nav li:last-child {
      border: none; }
  .copyright-nav a {
    color: inherit; }

.bylink {
  margin-top: 30px; }
  @media (min-width: 650px) {
    .bylink {
      margin-top: 0;
      float: right; } }

/* ==========================================================================
   Header Styles
   ========================================================================== */
.main-nav {
  float: right; }

.header {
  background: #fff;
  margin-top: 25px;
  -ms-transform: skewY(1deg);
  transform: skewY(1deg);
  padding-top: 10px;
  padding-bottom: 71px;
  -ms-transform: skewY(5deg);
  transform: skewY(5deg);
  border: 2px solid #cdd3e0;
  border-bottom: none; }
  @media (min-width: 650px) {
    .header {
      -ms-transform: skewY(1deg);
      transform: skewY(1deg);
      padding-top: 35px;
      padding-bottom: 63px; } }
  @media (min-width: 980px) {
    .header {
      padding-bottom: 30px; } }
  .header .rotation {
    -ms-transform: skewY(-5deg);
    transform: skewY(-5deg); }
    @media (min-width: 650px) {
      .header .rotation {
        -ms-transform: skewY(-1deg);
        transform: skewY(-1deg); } }
  @media (min-width: 980px) {
    .header .l-inner-padding {
      padding: 0 35px; } }

@media (min-width: 650px) {
  .header__donate, .header__search {
    margin-top: 5px; } }

.page-header {
  font-family: 'andreanormal';
  color: #fff;
  font-size: 52px;
  line-height: 1; }
  @media (min-width: 650px) {
    .page-header {
      font-size: 72px; } }

@media (min-width: 650px) {
  .header__logo {
    margin-top: -30px; } }

.hero {
  background: #2f333a url(../images/bg-home-mobile.jpg) no-repeat top right;
  background-size: contain;
  margin-top: -100px;
  color: #fff;
  -ms-transform: skewY(-5deg);
  transform: skewY(-5deg);
  border-top: 2px solid #cdd3e0;
  -webkit-backface-visibility: hidden; }
  @media (min-width: 650px) {
    .hero {
      -ms-transform: skewY(-1deg);
      transform: skewY(-1deg);
      background-position: top right 75%;
      background-size: cover;
      background-image: url(../images/bg-home-large.jpg); } }
  @media (min-width: 1140px) {
    .hero {
      background-position: top right; } }
  .hero .l-inner-padding {
    padding-top: 110%;
    padding-bottom: 100px; }
    @media (min-width: 650px) {
      .hero .l-inner-padding {
        padding-top: 180px;
        padding-bottom: 120px; } }
  .hero .rotation {
    -ms-transform: skewY(5deg);
    transform: skewY(5deg);
    margin-bottom: -70px; }
    @media (min-width: 650px) {
      .hero .rotation {
        -ms-transform: skewY(1deg);
        transform: skewY(1deg);
        margin-bottom: -12px; } }

.page-template-default .hero,
.page-template-contact .hero,
.page-template-supporters .hero {
  background-image: none; }
  .page-template-default .hero .rotation,
  .page-template-contact .hero .rotation,
  .page-template-supporters .hero .rotation {
    background-size: cover;
    background-position: left 40px;
    background-repeat: no-repeat; }
    @media (min-width: 650px) {
      .page-template-default .hero .rotation,
      .page-template-contact .hero .rotation,
      .page-template-supporters .hero .rotation {
        background-size: cover;
        background-position: left 36px; } }
    @media (min-width: 650px) {
      .page-template-default .hero .rotation,
      .page-template-contact .hero .rotation,
      .page-template-supporters .hero .rotation {
        background-size: cover;
        background-position: left 36px; } }
  .page-template-default .hero .l-inner-padding, .page-template-contact .hero .l-inner-padding, .page-template-supporters .hero .l-inner-padding {
    padding-top: 130px;
    padding-bottom: 70px; }
    @media (min-width: 650px) {
      .page-template-default .hero .l-inner-padding, .page-template-contact .hero .l-inner-padding, .page-template-supporters .hero .l-inner-padding {
        padding-top: 220px;
        padding-bottom: 30px; } }

.navigation {
  margin-top: -44px; }
  @media (min-width: 980px) {
    .navigation {
      margin-bottom: 0; } }

.navigation > .mega-sub-menu {
  padding: 0;
  margin: 0 -10px;
  z-index: 3;
  position: relative; }
  @media (min-width: 980px) {
    .navigation > .mega-sub-menu {
      margin: -30px; } }
  .navigation > .mega-sub-menu:before {
    bottom: -10px;
    content: '';
    left: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #17181b transparent transparent; }
    @media (min-width: 980px) {
      .navigation > .mega-sub-menu:before {
        bottom: -30px;
        border-width: 0 30px 30px 0; } }
  .navigation > .mega-sub-menu:after {
    bottom: -10px;
    content: '';
    right: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #17181b transparent transparent transparent; }
    @media (min-width: 980px) {
      .navigation > .mega-sub-menu:after {
        bottom: -30px;
        border-width: 30px 30px 0 0; } }

#mega-menu-wrap-primary .mega-menu-toggle {
  height: 60px;
  line-height: 2.6;
  background-image: linear-gradient(to top, rgba(34, 36, 41, 0.78), rgba(56, 59, 67, 0.78)) !important; }
  #mega-menu-wrap-primary .mega-menu-toggle:after {
    float: left;
    margin-left: 15px;
    font-family: "Francois One", Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    height: auto; }
  #mega-menu-wrap-primary .mega-menu-toggle:before {
    padding-right: 30px;
    line-height: 2.5; }

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after {
  position: relative;
  top: 13px; }

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
  background: #2f333a;
  left: 8px;
  right: 8px;
  margin-top: 8px;
  border-top: rgba(0, 0, 0, 0.3) solid 5px !important; }

#mega-menu-wrap-primary {
  padding: 5px 0 5px 20px;
  background-image: linear-gradient(to bottom, #47484f 0%, #31343c 4%, #22252a 100%);
  border: 3px solid #17181b;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  position: relative;
  box-shadow: 4px 11px 0px -7px rgba(0, 0, 0, 0.3); }
  @media (min-width: 980px) {
    #mega-menu-wrap-primary {
      padding: 10px 25px 10px 50px;
      box-shadow: 0px 10px 0px -5px rgba(0, 0, 0, 0.3); } }

#mega-menu-wrap-primary #mega-menu-primary {
  padding-right: 18px; }

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children > a:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children > a:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a:after {
  content: "" !important; }

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children.mega-toggle-on > a:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children.mega-toggle-on > a:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children.mega-toggle-on > a:after {
  content: "" !important; }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a {
  height: auto;
  line-height: 1.1;
  padding: 15px 0;
  margin: 0 15px;
  text-transform: uppercase;
  font-size: 18px;
  border-bottom: 1px solid #4f545d; }
  @media (min-width: 980px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a {
      border: none; } }

.mega-panel-top-level > a:before {
  display: none !important; }

#mega-menu-wrap-primary #mega-menu-primary a.call-to-action {
  width: 100%; }

#mega-menu-primary .mega-sub-menu {
  margin-top: 13px !important; }
  @media (min-width: 980px) {
    #mega-menu-primary .mega-sub-menu {
      border-top: rgba(0, 0, 0, 0.3) solid 5px !important; } }

#mega-menu-primary .mega-sub-menu .mega-sub-menu {
  border: none !important; }

#mega-menu-primary {
  position: absolute !important; }
  @media (min-width: 980px) {
    #mega-menu-primary {
      position: static !important;
      display: -ms-flexbox !important;
      display: flex !important; }
      #mega-menu-primary > li {
        -ms-flex-positive: 1;
        flex-grow: 1; } }
  #mega-menu-primary a {
    font-family: "Francois One", Helvetica, sans-serif !important;
    font-weight: normal !important; }

#mega-menu-primary .mega-menu-panel a {
  font-family: "Francois One", Helvetica, sans-serif !important;
  font-weight: normal !important; }

@media (min-width: 980px) {
  .mega-menu-item a:after {
    display: none !important; } }

.mega-menu-item a:before {
  margin-top: 9px !important; }

.mega-menu-panel .mega-menu-item a:before {
  margin-top: 4px !important; }

.mega-menu-panel > .mega-sub-menu {
  width: auto !important;
  left: 30px !important;
  right: 30px !important; }

#mega-menu-wrap-primary .mega-menu-panel > .mega-sub-menu > .mega-menu-item {
  float: none !important;
  display: inline-block !important; }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li {
  width: 100% !important; }
  @media (min-width: 650px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li {
      width: 50% !important; } }
  @media (min-width: 980px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li {
      width: 33% !important; } }

.mega-menu-panel > .mega-sub-menu > .mega-menu-item a:before {
  display: none; }

.mega-current-menu-item > a, .mega-current_page_parent > a {
  color: #00aeef !important; }

.mobile-utility {
  display: block;
  margin: 15px !important; }

@media (min-width: 768px) {
  .mobile-utility {
    display: none !important; } }

.mobile-donate {
  padding-top: 15px !important;
  border-top: 1px solid #4f545d !important; }

/* ==========================================================================
   Page and content styles
   ========================================================================== */
h1 {
  color: #00aeef; }

.main {
  /* delete empty html tags in case client does not clean up */
  background: #fff;
  position: relative;
  z-index: 2; }
  .main:empty {
    display: none; }

.sidebar {
  padding: 20px; }
  @media (min-width: 650px) {
    .sidebar {
      padding: 50px 30px !important; } }
  @media (min-width: 980px) {
    .sidebar {
      padding-top: 70px !important; } }
  .sidebar *:last-child {
    margin: 0; }

.story-image {
  float: left;
  margin: 0 20px 20px 0;
  display: inline-block; }

/* ==========================================================================
   Grid Styles
   ========================================================================== */
*, *:before, *:after {
  box-sizing: border-box; }

.header__logo {
  float: left; }
  @media (min-width: 980px) {
    .header__logo {
      width: 219px;
      padding: 0 0 20px 0; } }

@media (min-width: 650px) {
  .hero .content-wrapper {
    width: 48.27586%;
    float: left;
    margin-right: 3.44828%;
    float: none; } }

@media (min-width: 980px) {
  .hero .content-wrapper {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    float: none; } }

@media (min-width: 768px) {
  .header__search {
    width: 31.03448%;
    float: left;
    margin-right: 3.44828%;
    float: right;
    text-align: right; } }

@media (min-width: 980px) {
  .header__search {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    margin-left: 15.25424%; } }

.header__donate {
  float: right; }

.sidebar {
  width: 100%; }
  @media (min-width: 650px) {
    .sidebar:after {
      clear: both;
      content: "";
      display: table; } }
  @media (min-width: 980px) {
    .sidebar {
      width: 33.33333%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%;
      margin-right: 0;
      position: absolute;
      right: 0;
      height: 100%; } }

.widget-wrapper {
  margin-bottom: 30px; }

@media (min-width: 650px) {
  .sidebar .widget-wrapper div {
    width: 31.03448%;
    float: left; }
    .sidebar .widget-wrapper div:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .sidebar .widget-wrapper div:nth-child(3n + 2) {
      margin-left: 34.48276%;
      margin-right: -100%;
      clear: none; }
    .sidebar .widget-wrapper div:nth-child(3n + 3) {
      margin-left: 68.96552%;
      margin-right: -100%;
      clear: none; } }

@media (min-width: 980px) {
  .sidebar .widget-wrapper div {
    width: 100%;
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important; } }

.main-content {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 650px) {
    .main-content {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media (min-width: 980px) {
    .main-content {
      min-height: 900px;
      width: 66.66667%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%;
      margin-right: 0; } }

.feature-box {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 650px) {
    .feature-box {
      width: 50%;
      float: left;
      padding-left: 2.5%;
      padding-right: 2.5%;
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (min-width: 980px) {
    .feature-box {
      width: 33.33333%;
      float: left;
      padding-left: 1.11111%;
      padding-right: 1.11111%;
      padding-top: 50px;
      padding-bottom: 50px; } }

.logos li {
  width: 44.44444%;
  float: left; }
  .logos li:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0; }
  .logos li:nth-child(2n + 2) {
    margin-left: 55.55556%;
    margin-right: -100%;
    clear: none; }
  @media (min-width: 650px) {
    .logos li {
      width: 31.03448%;
      float: left; }
      .logos li:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .logos li:nth-child(3n + 2) {
        margin-left: 34.48276%;
        margin-right: -100%;
        clear: none; }
      .logos li:nth-child(3n + 3) {
        margin-left: 68.96552%;
        margin-right: -100%;
        clear: none; } }

@media (min-width: 650px) {
  form.wpcf7-form p {
    width: 50%;
    float: left;
    padding-left: 1.25%;
    padding-right: 1.25%; } }

.textarea {
  width: 100%; }

/* ==========================================================================
   Form Validation Styles
   ========================================================================== */
span.wpcf7-not-valid-tip {
  color: #f04124; }

div.wpcf7-validation-errors {
  border: none !important;
  background: #f04124; }

div.wpcf7-response-output {
  margin-left: 0 !important;
  margin-right: 0 !important;
  color: #fff;
  clear: both; }

div.wpcf7-mail-sent-ok {
  border: none;
  background: #43AC6A; }

/* ==========================================================================
   Editor Styles
   ========================================================================== */
html .mceContentBody {
  font-size: 100%;
  max-width: 474px;
  margin: 20px;
  /**
	 * Links
	 * ----------------------------------------------------------------------------
	 */
  /**
	 * Alignment
	 * ----------------------------------------------------------------------------
	 */
  /**
	 * Tables
	 * ----------------------------------------------------------------------------
	 */
  /**
	 * Images
	 * ----------------------------------------------------------------------------
	 */
  /**
	 * RTL
	 * ----------------------------------------------------------------------------
	 */ }
  html .mceContentBody img {
    height: auto;
    max-width: 474px;
    vertical-align: middle; }
  html .mceContentBody .wp-caption.alignleft {
    margin: 7px 14px 7px 0; }
  html .mceContentBody html .mceContentBody.rtl {
    direction: rtl;
    unicode-bidi: embed; }
  html .mceContentBody .rtl ol,
  html .mceContentBody .rtl ul {
    margin-left: 0;
    margin-right: 24px; }
  html .mceContentBody .rtl .wp-caption,
  html .mceContentBody .rtl tr th {
    text-align: right; }
  html .mceContentBody .rtl td {
    text-align: right; }

/* ==========================================================================
   Page Modules
   ========================================================================== */
#mega-menu-wrap-primary #mega-menu-primary a.call-to-action,
.call-to-action {
  display: inline-block;
  padding: 8px 30px;
  border-radius: 22px;
  font-weight: normal;
  font-size: 16px;
  background: #00aeef;
  font-weight: 700;
  border-bottom: 3px solid #0092e7;
  color: #fff; }
  #mega-menu-wrap-primary #mega-menu-primary a.call-to-action:visited,
  .call-to-action:visited {
    color: #fff; }
  #mega-menu-wrap-primary #mega-menu-primary a.call-to-action i,
  .call-to-action i {
    margin-left: 10px;
    font-size: 20px; }

.call-to-action--transparent {
  border: 2px solid #fff;
  background: transparent;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Francois One", Helvetica, sans-serif;
  padding: 12px 25px;
  border-radius: 27px; }

.call-to-action--large {
  font-weight: normal;
  text-transform: uppercase;
  padding: 12px 25px 8px;
  border-radius: 27px;
  font-size: 20px;
  font-family: "Francois One", Helvetica, sans-serif; }
  .call-to-action--large i {
    font-size: 25px; }

.header .header__search,
.header .header__donate {
  display: none; }
  @media (min-width: 768px) {
    .header .header__search,
    .header .header__donate {
      display: block; } }

.header .header__donate {
  position: relative; }
  .header .header__donate .fa-angle-right:before {
    position: absolute;
    right: 20px;
    top: 15px;
    -ms-transform: position;
    transform: position;
    transition-duration: 0.1s;
    transition-timing-function: ease-out; }

.header .header__donate:hover .fa-angle-right:before {
  right: 15px; }

.header__search {
  border: 3px solid #d3def0;
  background: #f3f6fc;
  border-radius: 26px;
  position: relative;
  padding: 10px 0; }
  .header__search input {
    width: 85%;
    border: none;
    background: transparent;
    padding: 0 10% 0 7%; }
    .header__search input:focus {
      outline: 0; }
  .header__search button {
    background: transparent;
    position: absolute;
    color: #000;
    top: 3px;
    right: 5px;
    font-size: 20px;
    color: #8494b1; }
    .header__search button:hover {
      font-size: 24px;
      top: 1px;
      right: 2px;
      color: #2f333a; }

.feature-box {
  color: #fff;
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: grey no-repeat;
  background-position: center right;
  background-size: cover;
  font-size: 16px; }
  .feature-box .l-inner-padding {
    padding: 0 30px; }
  .feature-box.red {
    background-image: url(img/bg-support-services.jpg);
    background-color: #d45480;
    border-color: #862347; }
  .feature-box.blue {
    background-image: url(img/bg-get-involved.jpg);
    background-color: #2992c8;
    border-color: #0e587a; }
  .feature-box.grey {
    background-image: url(img/bg-education-training-services.jpg);
    background-color: #404249;
    border-color: #2f3640; }

.feature-box--header {
  font-family: 'andreanormal';
  font-size: 40px; }

.feature-box--links a, li .mega-menu-item a, .side-nav-1 li a {
  color: inherit;
  text-decoration: underline;
  font-weight: 700;
  padding-left: 20px; }
  .feature-box--links a:hover, li .mega-menu-item a:hover, .side-nav-1 li a:hover {
    text-decoration: none; }
  .feature-box--links a:before, li .mega-menu-item a:before, .side-nav-1 li a:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome !important;
    margin-right: 10px; }

.sidebar {
  background: #555a63 url(img/sidebar-background.jpg) no-repeat;
  background-size: cover; }

.sidebar--widget {
  color: #fff;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  padding: 30px 80px 30px 30px;
  border: 1px solid #000;
  background-size: cover;
  display: block;
  width: 100%; }
  .sidebar--widget p {
    font-size: 15px;
    font-weight: 700; }
  .sidebar--widget a {
    text-transform: uppercase;
    color: #fff;
    font-family: "Francois One", Helvetica, sans-serif; }

.sidebar .current-page > a {
  color: #00aeef; }

.subscribe-wrapper {
  background: #555a63 url(img/sidebar-background.jpg) no-repeat;
  background-size: cover; }

.side-nav-1 {
  display: block;
  margin-bottom: 30px !important; }

.side-nav-1 li a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: block;
  border-top: 1px solid #fff;
  padding: 10px 0;
  text-decoration: none; }

.side-nav-1 > li:last-child {
  border-bottom: 1px solid #fff; }

.side-nav-2 li a {
  border: none;
  color: #babec7;
  font-size: 14px;
  padding: 5px 0 0 15px; }
  .side-nav-2 li a:before {
    display: none; }

.side-nav-2 li:last-child a {
  padding-bottom: 20px; }

.side-nav-2 li a:hover {
  color: #fff; }

.subscribe {
  color: #fff;
  text-align: center;
  clear: both; }
  .subscribe button {
    background: #7f8c9f;
    font-family: "Francois One", Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    width: 100%;
    border-radius: 23px;
    padding: 10px 0; }
    .subscribe button:hover {
      background: #919dae; }
  .subscribe input {
    padding: 10px 0;
    border: none;
    border-radius: 23px;
    text-align: center;
    font-size: 18px; }

#mc-embedded-subscribe-form h2 {
  margin-bottom: 5px; }

.home .subscribe {
  padding: 0; }

.blog-header__links {
  font-size: 14px;
  color: #666; }

.blog-header__headline {
  margin-bottom: 5px; }

.blog-feature-image {
  margin: 20px 0;
  display: inline-block; }

article.blog {
  border-bottom: 2px solid #eeeeee;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  @media (min-width: 650px) {
    article.blog {
      margin-bottom: 40px;
      padding-bottom: 40px; } }
  article.blog:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.pagination-wrapper a {
  font-family: "Francois One", Helvetica, sans-serif; }
  .pagination-wrapper a:last-child {
    float: right; }
  .pagination-wrapper a:visited {
    color: #00aeef; }

.wp-pagenavi {
  position: relative;
  font-family: "Francois One", Helvetica, sans-serif;
  text-align: center;
  color: #00aeef; }
  .wp-pagenavi .pages {
    display: none; }
  .wp-pagenavi .current {
    text-decoration: underline;
    color: #000; }
  .wp-pagenavi a {
    margin: 0 10px; }
  .wp-pagenavi a:visited {
    color: #00aeef; }
  .wp-pagenavi .nextpostslink {
    position: absolute;
    right: 0; }
  .wp-pagenavi .previouspostslink {
    position: absolute;
    left: 0; }

.wpcf7-form input, .wpcf7-form textarea {
  background: #f3f6fc; }

.logo-container {
  margin-bottom: 30px;
  text-align: center; }
  .logo-container h2 {
    background: #2f333a;
    color: #fff;
    display: block; }

.logos li {
  display: inline-block;
  margin-bottom: 30px; }

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-pied-piper:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: ""; }
