@charset "UTF-8";
/* =============================================================================
   Fonts
   ========================================================================== */
@font-face {
  font-family: "Stag Sans Web Light";
  src: url("../sass/fonts/StagSansWeb-Light.eot");
  src: url("../sass/fonts/StagSansWeb-Light.eot?#iefix") format("embedded-opentype"), url("../sass/fonts/StagSansWeb-Light.woff") format("woff"), url("../sass/fonts/StagSansWeb-Light.ttf") format("truetype"), url("../sass/fonts/StagSansWeb-Light.svg#Stag Sans Web") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Stag Sans Web Book";
  src: url("../sass/fonts/StagSansWeb-Book.eot");
  src: url("../sass/fonts/StagSansWeb-Book.eot?#iefix") format("embedded-opentype"), url("../sass/fonts/StagSansWeb-Book.woff") format("woff"), url("../sass/fonts/StagSansWeb-Book.ttf") format("truetype"), url("../sass/fonts/StagSansWeb-Book.svg#Stag Sans Web") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Stag Sans Web Medium";
  src: url("../sass/fonts/StagSansWeb-Medium.eot");
  src: url("../sass/fonts/StagSansWeb-Medium.eot?#iefix") format("embedded-opentype"), url("../sass/fonts/StagSansWeb-Medium.woff") format("woff"), url("../sass/fonts/StagSansWeb-Medium.ttf") format("truetype"), url("../sass/fonts/StagSansWeb-Medium.svg#Stag Sans Web") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
/* ==========================================================================
   # 6.1 Components: Core
   ========================================================================== */
/* ## Jisc banner
 * ========================================================================== */
/**
 * Usage: Core, generic.
 *
 * 1. Explicitly set height of component, but note if this was not set the
 *    height would be determined by the height of the Jisc logo.
 * 2. Using Ellipses technique to hide the overflow for consistency with the
 *    Jisc focussed masthead, even though it is very unlikely the content will
 *    overflow the viewport and require the ellipsis. Otherwise the links have
 *    a different height from the Jisc focussed masthead when focussed on, as
 *    top and bottom overflow is hidden.
 * 3. Required to extend the link outline to the right hand side, as the
 *    Ellipses mixin stops the link outline being visible on the right hand
 *    side when the ellipsis is not visible.
 */
/* line 21, ../sass/partials/_banner.scss */
.c-jisc-banner {
  color: #fff;
  background-color: #333333;
}

/* line 24, ../sass/partials/_banner.scss */
.c-jisc-banner:before, .c-jisc-banner:after {
  content: "";
  display: table;
}

/* line 27, ../sass/partials/_banner.scss */
.c-jisc-banner:after {
  clear: both;
}

@media print {
  /* line 30, ../sass/partials/_banner.scss */
  .c-jisc-banner {
    color: #333333;
    background-color: transparent;
  }
}
/* line 34, ../sass/partials/_banner.scss */
.c-jisc-banner__inner {
  display: flex;
  height: 2.7rem;
  /* [1] */
  align-items: center;
}

@media (min-width: 47.3125em) {
  /* line 40, ../sass/partials/_banner.scss */
  .c-jisc-banner__inner {
    height: 3.6rem;
    /* [1] */
  }
}
/* line 44, ../sass/partials/_banner.scss */
.c-jisc-banner__heading {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* a */
/* line 55, ../sass/partials/_banner.scss */
.c-jisc-banner__link {
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8rem;
}

/* line 60, ../sass/partials/_banner.scss */
.c-jisc-banner__link:link {
  color: #fff;
  text-decoration: none;
}

@media print {
  /* line 64, ../sass/partials/_banner.scss */
  .c-jisc-banner__link:link {
    color: #007aaa;
  }
}
/* line 66, ../sass/partials/_banner.scss */
.c-jisc-banner__link:visited {
  color: #fff;
}

@media print {
  /* line 69, ../sass/partials/_banner.scss */
  .c-jisc-banner__link:visited {
    color: #007aaa;
  }
}
/* line 71, ../sass/partials/_banner.scss */
.c-jisc-banner__link:focus {
  color: #069;
  text-decoration: none;
  background-color: #fd6;
  outline: 0.3rem solid #fd6;
}

/* line 76, ../sass/partials/_banner.scss */
.c-jisc-banner__link:hover {
  color: #d9d9d9;
  text-decoration: underline;
  transition: color 0.2s ease;
}

/* line 80, ../sass/partials/_banner.scss */
.c-jisc-banner__link:focus:hover {
  color: #069;
  text-decoration: none;
  background-color: #fd6;
  outline: 0.3rem solid #fd6;
}

/* line 85, ../sass/partials/_banner.scss */
.c-jisc-banner__link:active {
  color: #069;
  text-decoration: none;
  background-color: #fd6;
  outline: 0.3rem solid #fd6;
}

/* line 91, ../sass/partials/_banner.scss */
.c-jisc-banner__jisc-login {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* [2] */
  padding-right: 0.3rem;
  /* [3] */
  margin-right: -0.3rem;
  /* [3] */
  margin-left: 2.7rem;
  text-align: right;
  flex: 1 0;
}

@media print {
  /* line 104, ../sass/partials/_banner.scss */
  .c-jisc-banner__jisc-login {
    display: none;
  }
}
/* line 107, ../sass/partials/_banner.scss */
.c-jisc-banner__jisc-login-name-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media (min-width: 47.3125em) {
  /* line 117, ../sass/partials/_banner.scss */
  .c-jisc-banner__jisc-login-name-text {
    clip: auto;
    height: auto;
    margin: auto;
    overflow: unset;
    position: static;
    width: auto;
  }
}
/* ## Jisc logo
 * ========================================================================== */
/* line 127, ../sass/partials/_banner.scss */
.c-jisc-logo:focus {
  outline: 0.3rem solid #fd6;
}

/* line 130, ../sass/partials/_banner.scss */
.c-jisc-logo:hover {
  opacity: .7;
}

/* line 133, ../sass/partials/_banner.scss */
.c-jisc-logo__img {
  height: .1rem;
  width: .1rem;
}

/* line 136, ../sass/partials/_banner.scss */
.c-jisc-logo__img--jisc-banner {
  height: .1rem;
  width: .1rem;
  height: 2.7rem;
  width: 2.7rem;
}

@media (min-width: 47.3125em) {
  /* line 142, ../sass/partials/_banner.scss */
  .c-jisc-logo__img--jisc-banner {
    height: .1rem;
    width: .1rem;
    height: 3.6rem;
    width: 3.6rem;
  }
}
/* line 147, ../sass/partials/_banner.scss */
.c-jisc-logo__img--jisc-focussed-masthead {
  height: .1rem;
  width: .1rem;
  height: 3rem;
  width: 3rem;
}

@media (min-width: 47.3125em) {
  /* line 153, ../sass/partials/_banner.scss */
  .c-jisc-logo__img--jisc-focussed-masthead {
    height: .1rem;
    width: .1rem;
    height: 3.6rem;
    width: 3.6rem;
  }
}
/*=====================================
  Icons
*/
/* line 624, ico/*.png */
.ico-sprite, .ico-arrow-down-button, .ico-arrow-down-dark, .ico-arrow-down-hov, .ico-arrow-down-white, .ico-arrow-down, .ico-arrow-left-double-blue, .ico-arrow-left-hov, .ico-arrow-left, .ico-arrow-n-e-blue, .ico-arrow-n-e-light-blue, .ico-arrow-n-e-orange, .ico-arrow-n-e-white-large, .ico-arrow-n-e-white, .ico-arrow-right-double-blue, .ico-arrow-right-double, .ico-arrow-right-orange, .ico-arrow-right-white, .ico-arrow-right, .ico-arrow-tooltip, .ico-arrow-up-button, .ico-arrow-up-dark, .ico-arrow-up-hov, .ico-arrow-up-white, .ico-arrow-up, .ico-calendar, .ico-comment-bubble-black, .ico-comment-bubble-hov, .ico-comment-bubble, .ico-cross-small, .ico-cross, .ico-directions-by-air, .ico-directions-by-car, .ico-directions-by-coach, .ico-directions-by-train, .ico-directory, .ico-event-status-live-small, .ico-event-status-live, .ico-foot-logo-facebook, .ico-foot-logo-twitter, .ico-foot-logo-youtube, .ico-hamburger-purple, .ico-i, .ico-inform-arrow, .ico-level-down, .ico-linkedin-white, .ico-paddle-left, .ico-paddle-right-hov, .ico-paddle-right-light, .ico-paddle-right-orange, .ico-paddle-right, .ico-paperclip, .ico-pause, .ico-pdf-white, .ico-print-icon, .ico-readmore-arrow-grey, .ico-readmore-arrow-hov, .ico-readmore-arrow-large, .ico-readmore-arrow, .ico-resource, .ico-rss-blue, .ico-rss-white, .ico-search-glass, .ico-skype-white, .ico-spinner, .ico-twitter-bird, .ico-twitter-teaser-hov, .ico-twitter-teaser, .ico-twitter-white, .ico-vcard, .ico-x, .cx_collapsibles__containing .cx_collapsibles__trigger > a:after,
.cx_collapsibles__container .cx_collapsibles__trigger > a:after, .cx_collapsibles__containing.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:after,
.cx_collapsibles__container.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:after, .is-collapsible--blue.cx_collapsibles__containing .cx_collapsibles__trigger > a:after, .is-collapsible--blue.cx_collapsibles__container .cx_collapsibles__trigger > a:after, .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:after, .teaser__tweet-footer a:hover .ico, .teaser-tweet__footer a:hover .ico, .box--tweet__follow a:hover .ico, .blocker-loading__icon {
  background-image: url('../sass/img/ico-s5c8543f902.png');
  background-repeat: no-repeat;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-arrow-down-button {
  background-position: 0 0;
  height: 30px;
  width: 30px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-arrow-down-dark {
  background-position: 0 -40px;
  height: 16px;
  width: 16px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-arrow-down-hov {
  background-position: 0 -66px;
  height: 7px;
  width: 13px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-arrow-down-white {
  background-position: 0 -83px;
  height: 16px;
  width: 16px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-arrow-down {
  background-position: 0 -109px;
  height: 7px;
  width: 13px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-arrow-left-double-blue {
  background-position: 0 -126px;
  height: 11px;
  width: 12px;
}
/* line 59, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-arrow-left-double-blue:hover, .ico-arrow-left-double-blue.arrow-left-double-blue-hover {
  background-position: 0 -147px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-arrow-left-hov {
  background-position: 0 -168px;
  height: 9px;
  width: 5px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-arrow-left {
  background-position: 0 -187px;
  height: 9px;
  width: 5px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-arrow-n-e-blue {
  background-position: 0 -206px;
  height: 8px;
  width: 9px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-arrow-n-e-light-blue {
  background-position: 0 -224px;
  height: 8px;
  width: 9px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-arrow-n-e-orange {
  background-position: 0 -242px;
  height: 8px;
  width: 9px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-arrow-n-e-white-large {
  background-position: 0 -260px;
  height: 13px;
  width: 13px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-arrow-n-e-white {
  background-position: 0 -283px;
  height: 8px;
  width: 9px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-arrow-right-double-blue {
  background-position: 0 -301px;
  height: 11px;
  width: 12px;
}
/* line 59, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-arrow-right-double-blue:hover, .ico-arrow-right-double-blue.arrow-right-double-blue-hover {
  background-position: 0 -322px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-arrow-right-double {
  background-position: 0 -343px;
  height: 11px;
  width: 12px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-arrow-right-orange {
  background-position: 0 -383px;
  height: 9px;
  width: 5px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-arrow-right-white {
  background-position: 0 -402px;
  height: 16px;
  width: 9px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-arrow-right {
  background-position: 0 -428px;
  height: 9px;
  width: 5px;
}
/* line 59, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-arrow-right:hover, .ico-arrow-right.arrow-right-hover {
  background-position: 0 -364px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-arrow-tooltip {
  background-position: 0 -447px;
  height: 12px;
  width: 18px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-arrow-up-button {
  background-position: 0 -469px;
  height: 30px;
  width: 30px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-arrow-up-dark {
  background-position: 0 -509px;
  height: 16px;
  width: 16px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-arrow-up-hov {
  background-position: 0 -535px;
  height: 7px;
  width: 13px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-arrow-up-white {
  background-position: 0 -552px;
  height: 16px;
  width: 16px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-arrow-up {
  background-position: 0 -578px;
  height: 7px;
  width: 13px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-calendar {
  background-position: 0 -595px;
  height: 20px;
  width: 20px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-comment-bubble-black {
  background-position: 0 -625px;
  height: 16px;
  width: 16px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-comment-bubble-hov {
  background-position: 0 -651px;
  height: 14px;
  width: 16px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-comment-bubble {
  background-position: 0 -675px;
  height: 14px;
  width: 16px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-cross-small {
  background-position: 0 -699px;
  height: 13px;
  width: 13px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-cross {
  background-position: 0 -722px;
  height: 32px;
  width: 32px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-directions-by-air {
  background-position: 0 -764px;
  height: 63px;
  width: 60px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-directions-by-car {
  background-position: 0 -837px;
  height: 63px;
  width: 60px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-directions-by-coach {
  background-position: 0 -910px;
  height: 63px;
  width: 60px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-directions-by-train {
  background-position: 0 -983px;
  height: 63px;
  width: 60px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-directory {
  background-position: 0 -1056px;
  height: 28px;
  width: 25px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-event-status-live-small {
  background-position: 0 -1094px;
  height: 27px;
  width: 26px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-event-status-live {
  background-position: 0 -1131px;
  height: 48px;
  width: 46px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-foot-logo-facebook {
  background-position: 0 -1189px;
  height: 31px;
  width: 15px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-foot-logo-twitter {
  background-position: 0 -1230px;
  height: 27px;
  width: 34px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-foot-logo-youtube {
  background-position: 0 -1267px;
  height: 30px;
  width: 71px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-hamburger-purple {
  background-position: 0 -1307px;
  height: 22px;
  width: 22px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-i {
  background-position: 0 -1339px;
  height: 46px;
  width: 46px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-inform-arrow {
  background-position: 0 -1395px;
  height: 52px;
  width: 27px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-level-down {
  background-position: 0 -1457px;
  height: 16px;
  width: 16px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-linkedin-white {
  background-position: 0 -1483px;
  height: 20px;
  width: 20px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-paddle-left {
  background-position: 0 -1513px;
  height: 29px;
  width: 15px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-paddle-right-hov {
  background-position: 0 -1552px;
  height: 29px;
  width: 15px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-paddle-right-light {
  background-position: 0 -1591px;
  height: 32px;
  width: 17px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-paddle-right-orange {
  background-position: 0 -1633px;
  height: 32px;
  width: 17px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-paddle-right {
  background-position: 0 -1675px;
  height: 29px;
  width: 15px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-paperclip {
  background-position: 0 -1714px;
  height: 22px;
  width: 15px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-pause {
  background-position: 0 -1746px;
  height: 25px;
  width: 25px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-pdf-white {
  background-position: 0 -1781px;
  height: 26px;
  width: 22px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-print-icon {
  background-position: 0 -1817px;
  height: 24px;
  width: 24px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-readmore-arrow-grey {
  background-position: 0 -1851px;
  height: 76px;
  width: 39px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-readmore-arrow-hov {
  background-position: 0 -1937px;
  height: 76px;
  width: 39px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-readmore-arrow-large {
  background-position: 0 -2023px;
  height: 142px;
  width: 72px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-readmore-arrow {
  background-position: 0 -2175px;
  height: 76px;
  width: 39px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-resource {
  background-position: 0 -2261px;
  height: 21px;
  width: 14px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-rss-blue {
  background-position: 0 -2292px;
  height: 16px;
  width: 16px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-rss-white {
  background-position: 0 -2318px;
  height: 21px;
  width: 21px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-search-glass {
  background-position: 0 -2349px;
  height: 32px;
  width: 32px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-skype-white {
  background-position: 0 -2391px;
  height: 20px;
  width: 20px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-spinner {
  background-position: 0 -2421px;
  height: 32px;
  width: 32px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-twitter-bird {
  background-position: 0 -2463px;
  height: 31px;
  width: 40px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-twitter-teaser-hov {
  background-position: 0 -2504px;
  height: 17px;
  width: 21px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-twitter-teaser {
  background-position: 0 -2531px;
  height: 17px;
  width: 21px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-twitter-white {
  background-position: 0 -2558px;
  height: 22px;
  width: 22px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-vcard {
  background-position: 0 -2590px;
  height: 16px;
  width: 20px;
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.ico-x {
  background-position: 0 -2616px;
  height: 46px;
  width: 46px;
}

/* line 10, ../sass/partials/modules/_icons.scss */
.ico {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}
/* line 16, ../sass/partials/modules/_icons.scss */
.lt-ie8 .ico {
  margin-right: 3px;
  text-indent: 0;
  line-height: 0;
  font-size: 0;
}
/* line 27, ../sass/partials/modules/_icons.scss */
.ico.ico-arrow-right, .ico.ico-arrow-left {
  vertical-align: -1%;
}
/* line 30, ../sass/partials/modules/_icons.scss */
.lt-ie8 .ico.ico-arrow-right, .lt-ie8 .ico.ico-arrow-left {
  vertical-align: 15%;
}

/* line 39, ../sass/partials/modules/_icons.scss */
.lt-ie8 .btn--square .ico {
  display: block;
}

/*=====================================
  Icon font icons
*/
/* line 56, ../sass/partials/modules/_icons.scss */
.icon {
  margin-right: 10px;
  font-size: 30px ;
  font-size: 3rem ;
  vertical-align: middle;
}

@font-face {
  font-family: 'icomoon';
  src: url("../sass/fonts/icon-font/icomoon.eot");
  src: url("../sass/fonts/icon-font/icomoon.eot#iefix") format("embedded-opentype");
  src: url("../sass/fonts/icon-font/icomoon.svg") format("svg");
  src: url("../sass/fonts/icon-font/icomoon.woff") format("woff");
  src: url("../sass/fonts/icon-font/icomoon.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'icomoon';
    src: url("../sass/fonts/icon-font/icomoon.svg") format("svg");
  }
}
/* line 19, ../sass/partials/modules/_icon-fonts.scss */
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  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;
}

/* line 34, ../sass/partials/modules/_icon-fonts.scss */
.icon-cycle:before {
  content: "\e61c";
}

/* line 38, ../sass/partials/modules/_icon-fonts.scss */
.icon-arrow:before {
  content: "\e61b";
  font-size: 12px ;
  font-size: 1.2rem ;
  padding-left: 10px;
  vertical-align: middle;
}

/* line 45, ../sass/partials/modules/_icon-fonts.scss */
.icon-twitter:before {
  content: "\e601";
}

/* line 48, ../sass/partials/modules/_icon-fonts.scss */
.icon-pdf:before {
  content: "\e602";
}

/* line 51, ../sass/partials/modules/_icon-fonts.scss */
.icon-mail:before {
  content: "\e603";
}

/* line 54, ../sass/partials/modules/_icon-fonts.scss */
.icon-pie:before {
  content: "\e604";
}

/* line 57, ../sass/partials/modules/_icon-fonts.scss */
.icon-speech:before {
  content: "\e605";
}

/* line 60, ../sass/partials/modules/_icon-fonts.scss */
.icon-play:before {
  content: "\e606";
}

/* line 63, ../sass/partials/modules/_icon-fonts.scss */
.icon-megaphone:before {
  content: "\e607";
}

/* line 66, ../sass/partials/modules/_icon-fonts.scss */
.icon-comments:before {
  content: "\e608";
}

/* line 69, ../sass/partials/modules/_icon-fonts.scss */
.icon-demo:before {
  content: "\e609";
}

/* line 72, ../sass/partials/modules/_icon-fonts.scss */
.icon-tools:before {
  content: "\e60a";
}

/* line 75, ../sass/partials/modules/_icon-fonts.scss */
.icon-presentation:before {
  content: "\e60b";
}

/* line 78, ../sass/partials/modules/_icon-fonts.scss */
.icon-document:before {
  content: "\e60c";
}

/* line 81, ../sass/partials/modules/_icon-fonts.scss */
.icon-calendar:before {
  content: "\e60d";
}

/* line 84, ../sass/partials/modules/_icon-fonts.scss */
.icon-demo2:before {
  content: "\e60e";
}

/* line 87, ../sass/partials/modules/_icon-fonts.scss */
.icon-globe:before {
  content: "\e60f";
}

/* line 90, ../sass/partials/modules/_icon-fonts.scss */
.icon-donut1:before {
  content: "\e610";
}

/* line 93, ../sass/partials/modules/_icon-fonts.scss */
.icon-donut2:before {
  content: "\e611";
}

/* line 96, ../sass/partials/modules/_icon-fonts.scss */
.icon-donut3:before {
  content: "\e612";
}

/* line 99, ../sass/partials/modules/_icon-fonts.scss */
.icon-donut4:before {
  content: "\e613";
}

/* line 102, ../sass/partials/modules/_icon-fonts.scss */
.icon-donut5:before {
  content: "\e614";
}

/* line 105, ../sass/partials/modules/_icon-fonts.scss */
.icon-donut6:before {
  content: "\e615";
}

/* line 108, ../sass/partials/modules/_icon-fonts.scss */
.icon-donut7:before {
  content: "\e616";
}

/* line 111, ../sass/partials/modules/_icon-fonts.scss */
.icon-donut8:before {
  content: "\e600";
}

/* line 114, ../sass/partials/modules/_icon-fonts.scss */
.icon-checkmark:before {
  content: "\e617";
}

/* line 117, ../sass/partials/modules/_icon-fonts.scss */
.icon-close::before {
  content: "\e618";
}

/* line 120, ../sass/partials/modules/_icon-fonts.scss */
.icon-cross:before {
  font-family: "Stag Sans Web Medium";
  top: -2px ;
  top: -0.2rem ;
  position: relative;
  content: "x";
}

/* line 126, ../sass/partials/modules/_icon-fonts.scss */
.icon-arrow-down:before {
  content: "\e619";
}

/* line 129, ../sass/partials/modules/_icon-fonts.scss */
.icon-arrow-up:before {
  content: "\e61a";
}

@font-face {
  font-family: 'hamburger';
  src: url("../fonts/icon-font/custom/fonts/menu.eot?-a1o54n");
  src: url("../fonts/icon-font/custom/fonts/menu.eot?#iefix-a1o54n") format("embedded-opentype"), url("../fonts/icon-font/custom/fonts/menu.woff?-a1o54n") format("woff"), url("../fonts/icon-font/custom/fonts/menu.ttf?-a1o54n") format("truetype"), url("../fonts/icon-font/custom/fonts/menu.svg?-a1o54n#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 144, ../sass/partials/modules/_icon-fonts.scss */
[class^="icon-menu"], [class*=" icon-menu"] {
  font-family: 'hamburger';
  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;
}

/* line 158, ../sass/partials/modules/_icon-fonts.scss */
.icon-menu:before {
  content: "\e600";
}

/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/font-awesome//fa-solid-900.eot);
  src: url(../fonts/font-awesome//fa-solid-900.eot#iefix) format("embedded-opentype"), url(../fonts/font-awesome//fa-solid-900.woff2) format("woff2"), url(../fonts/font-awesome//fa-solid-900.woff) format("woff"), url(../fonts/font-awesome//fa-solid-900.ttf) format("truetype"), url(../fonts/font-awesome//fa-solid-900.svg#fontawesome) format("svg");
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/font-awesome//fa-regular-400.eot);
  src: url(../fonts/font-awesome//fa-regular-400.eot#iefix) format("embedded-opentype"), url(../fonts/font-awesome//fa-regular-400.woff2) format("woff2"), url(../fonts/font-awesome//fa-regular-400.woff) format("woff"), url(../fonts/font-awesome//fa-regular-400.ttf) format("truetype"), url(../fonts/font-awesome//fa-regular-400.svg#fontawesome) format("svg");
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/font-awesome//fa-brands-400.eot);
  src: url(../fonts/font-awesome//fa-brands-400.eot#iefix) format("embedded-opentype"), url(../fonts/font-awesome//fa-brands-400.woff2) format("woff2"), url(../fonts/font-awesome//fa-brands-400.woff) format("woff"), url(../fonts/font-awesome//fa-brands-400.ttf) format("truetype"), url(../fonts/font-awesome//fa-brands-400.svg#fontawesome) format("svg");
}
/* line 40, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_path.scss */
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/* line 46, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_path.scss */
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 51, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_path.scss */
.fab {
  font-family: 'Font Awesome 5 Brands';
}

/* line 4, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_core.scss */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* line 5, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 11, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-xs {
  font-size: .75em;
}

/* line 15, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-sm {
  font-size: .875em;
}

/* line 20, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-1x {
  font-size: 1em;
}

/* line 20, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 20, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 20, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 20, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 20, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-6x {
  font-size: 6em;
}

/* line 20, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-7x {
  font-size: 7em;
}

/* line 20, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-8x {
  font-size: 8em;
}

/* line 20, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-9x {
  font-size: 9em;
}

/* line 20, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-10x {
  font-size: 10em;
}

/* line 3, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_fixed-width.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 4, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_list.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
/* line 9, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 12, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_list.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 4, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 10, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 18, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}
/* line 19, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

/* line 4, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_animated.scss */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

/* line 8, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_animated.scss */
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 4, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

/* line 5, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

/* line 6, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

/* line 8, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

/* line 9, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

/* line 10, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

/* line 16, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

/* line 4, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 13, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 21, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 25, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 29, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_stacked.scss */
.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 */
/* line 4, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 5, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 6, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 7, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

/* line 8, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ad:before {
  content: "\f641";
}

/* line 9, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 10, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-card:before {
  content: "\f2bb";
}

/* line 11, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 12, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 13, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-adobe:before {
  content: "\f778";
}

/* line 14, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 15, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 16, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-air-freshener:before {
  content: "\f5d0";
}

/* line 17, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-airbnb:before {
  content: "\f834";
}

/* line 18, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 19, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 20, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 21, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 22, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 23, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-alipay:before {
  content: "\f642";
}

/* line 24, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-allergies:before {
  content: "\f461";
}

/* line 25, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 26, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 27, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 28, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 29, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 30, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 31, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 32, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 33, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 34, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 35, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 36, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 37, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 38, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 39, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 40, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 41, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angry:before {
  content: "\f556";
}

/* line 42, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 43, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 44, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ankh:before {
  content: "\f644";
}

/* line 45, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 46, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 47, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 48, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 49, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple-alt:before {
  content: "\f5d1";
}

/* line 50, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 51, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 52, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-archway:before {
  content: "\f557";
}

/* line 53, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

/* line 54, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

/* line 55, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

/* line 56, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

/* line 57, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 58, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 59, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 60, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 61, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 62, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 63, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 64, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 65, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 66, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-h:before {
  content: "\f337";
}

/* line 67, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-v:before {
  content: "\f338";
}

/* line 68, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-artstation:before {
  content: "\f77a";
}

/* line 69, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 70, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 71, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 72, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 73, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-atlas:before {
  content: "\f558";
}

/* line 74, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-atlassian:before {
  content: "\f77b";
}

/* line 75, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-atom:before {
  content: "\f5d2";
}

/* line 76, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 77, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 78, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 79, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 80, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 81, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-award:before {
  content: "\f559";
}

/* line 82, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 83, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-baby:before {
  content: "\f77c";
}

/* line 84, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-baby-carriage:before {
  content: "\f77d";
}

/* line 85, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-backspace:before {
  content: "\f55a";
}

/* line 86, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 87, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacon:before {
  content: "\f7e5";
}

/* line 88, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 89, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 90, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-band-aid:before {
  content: "\f462";
}

/* line 91, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 92, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 93, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars:before {
  content: "\f0c9";
}

/* line 94, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball-ball:before {
  content: "\f433";
}

/* line 95, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-basketball-ball:before {
  content: "\f434";
}

/* line 96, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bath:before {
  content: "\f2cd";
}

/* line 97, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-empty:before {
  content: "\f244";
}

/* line 98, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-full:before {
  content: "\f240";
}

/* line 99, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-half:before {
  content: "\f242";
}

/* line 100, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 101, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 102, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battle-net:before {
  content: "\f835";
}

/* line 103, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bed:before {
  content: "\f236";
}

/* line 104, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 105, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 106, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 107, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 108, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 109, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bezier-curve:before {
  content: "\f55b";
}

/* line 110, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bible:before {
  content: "\f647";
}

/* line 111, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 112, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 113, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 114, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-biohazard:before {
  content: "\f780";
}

/* line 115, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 116, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 117, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 118, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 119, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 120, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 121, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blender:before {
  content: "\f517";
}

/* line 122, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blender-phone:before {
  content: "\f6b6";
}

/* line 123, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 124, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blog:before {
  content: "\f781";
}

/* line 125, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 126, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 127, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 128, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 129, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 130, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bolt:before {
  content: "\f0e7";
}

/* line 131, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 132, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bone:before {
  content: "\f5d7";
}

/* line 133, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bong:before {
  content: "\f55c";
}

/* line 134, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 135, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-dead:before {
  content: "\f6b7";
}

/* line 136, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-medical:before {
  content: "\f7e6";
}

/* line 137, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-open:before {
  content: "\f518";
}

/* line 138, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-reader:before {
  content: "\f5da";
}

/* line 139, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 140, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bootstrap:before {
  content: "\f836";
}

/* line 141, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowling-ball:before {
  content: "\f436";
}

/* line 142, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-box:before {
  content: "\f466";
}

/* line 143, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-open:before {
  content: "\f49e";
}

/* line 144, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes:before {
  content: "\f468";
}

/* line 145, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 146, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-brain:before {
  content: "\f5dc";
}

/* line 147, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bread-slice:before {
  content: "\f7ec";
}

/* line 148, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 149, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase-medical:before {
  content: "\f469";
}

/* line 150, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-broadcast-tower:before {
  content: "\f519";
}

/* line 151, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-broom:before {
  content: "\f51a";
}

/* line 152, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-brush:before {
  content: "\f55d";
}

/* line 153, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 154, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-buffer:before {
  content: "\f837";
}

/* line 155, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 156, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 157, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 158, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 159, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-burn:before {
  content: "\f46a";
}

/* line 160, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 161, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 162, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus-alt:before {
  content: "\f55e";
}

/* line 163, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-business-time:before {
  content: "\f64a";
}

/* line 164, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 165, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 166, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar:before {
  content: "\f133";
}

/* line 167, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-alt:before {
  content: "\f073";
}

/* line 168, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-check:before {
  content: "\f274";
}

/* line 169, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-day:before {
  content: "\f783";
}

/* line 170, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-minus:before {
  content: "\f272";
}

/* line 171, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-plus:before {
  content: "\f271";
}

/* line 172, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-times:before {
  content: "\f273";
}

/* line 173, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-week:before {
  content: "\f784";
}

/* line 174, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 175, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 176, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-campground:before {
  content: "\f6bb";
}

/* line 177, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 178, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-candy-cane:before {
  content: "\f786";
}

/* line 179, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cannabis:before {
  content: "\f55f";
}

/* line 180, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-capsules:before {
  content: "\f46b";
}

/* line 181, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car:before {
  content: "\f1b9";
}

/* line 182, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-alt:before {
  content: "\f5de";
}

/* line 183, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-battery:before {
  content: "\f5df";
}

/* line 184, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-crash:before {
  content: "\f5e1";
}

/* line 185, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-side:before {
  content: "\f5e4";
}

/* line 186, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 187, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 188, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 189, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-down:before {
  content: "\f150";
}

/* line 190, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-left:before {
  content: "\f191";
}

/* line 191, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-right:before {
  content: "\f152";
}

/* line 192, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-up:before {
  content: "\f151";
}

/* line 193, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 194, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-carrot:before {
  content: "\f787";
}

/* line 195, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 196, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 197, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cash-register:before {
  content: "\f788";
}

/* line 198, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cat:before {
  content: "\f6be";
}

/* line 199, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 200, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 201, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 202, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 203, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 204, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 205, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 206, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 207, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 208, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 209, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 210, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-centos:before {
  content: "\f789";
}

/* line 211, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 212, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chair:before {
  content: "\f6c0";
}

/* line 213, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard:before {
  content: "\f51b";
}

/* line 214, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard-teacher:before {
  content: "\f51c";
}

/* line 215, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-charging-station:before {
  content: "\f5e7";
}

/* line 216, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-area:before {
  content: "\f1fe";
}

/* line 217, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-bar:before {
  content: "\f080";
}

/* line 218, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-line:before {
  content: "\f201";
}

/* line 219, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-pie:before {
  content: "\f200";
}

/* line 220, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 221, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 222, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-double:before {
  content: "\f560";
}

/* line 223, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 224, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cheese:before {
  content: "\f7ef";
}

/* line 225, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess:before {
  content: "\f439";
}

/* line 226, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-bishop:before {
  content: "\f43a";
}

/* line 227, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-board:before {
  content: "\f43c";
}

/* line 228, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-king:before {
  content: "\f43f";
}

/* line 229, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-knight:before {
  content: "\f441";
}

/* line 230, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-pawn:before {
  content: "\f443";
}

/* line 231, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-queen:before {
  content: "\f445";
}

/* line 232, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-rook:before {
  content: "\f447";
}

/* line 233, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 234, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 235, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 236, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 237, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 238, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 239, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 240, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 241, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 242, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 243, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chromecast:before {
  content: "\f838";
}

/* line 244, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-church:before {
  content: "\f51d";
}

/* line 245, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 246, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-notch:before {
  content: "\f1ce";
}

/* line 247, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-city:before {
  content: "\f64f";
}

/* line 248, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clinic-medical:before {
  content: "\f7f2";
}

/* line 249, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard:before {
  content: "\f328";
}

/* line 250, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-check:before {
  content: "\f46c";
}

/* line 251, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-list:before {
  content: "\f46d";
}

/* line 252, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock:before {
  content: "\f017";
}

/* line 253, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 254, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-closed-captioning:before {
  content: "\f20a";
}

/* line 255, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 256, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download-alt:before {
  content: "\f381";
}

/* line 257, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-meatball:before {
  content: "\f73b";
}

/* line 258, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-moon:before {
  content: "\f6c3";
}

/* line 259, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-moon-rain:before {
  content: "\f73c";
}

/* line 260, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-rain:before {
  content: "\f73d";
}

/* line 261, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-showers-heavy:before {
  content: "\f740";
}

/* line 262, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-sun:before {
  content: "\f6c4";
}

/* line 263, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-sun-rain:before {
  content: "\f743";
}

/* line 264, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload-alt:before {
  content: "\f382";
}

/* line 265, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 266, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 267, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 268, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cocktail:before {
  content: "\f561";
}

/* line 269, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-code:before {
  content: "\f121";
}

/* line 270, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-branch:before {
  content: "\f126";
}

/* line 271, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 272, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 273, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 274, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cog:before {
  content: "\f013";
}

/* line 275, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cogs:before {
  content: "\f085";
}

/* line 276, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-coins:before {
  content: "\f51e";
}

/* line 277, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 278, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 279, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-alt:before {
  content: "\f27a";
}

/* line 280, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-dollar:before {
  content: "\f651";
}

/* line 281, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-dots:before {
  content: "\f4ad";
}

/* line 282, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-medical:before {
  content: "\f7f5";
}

/* line 283, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-slash:before {
  content: "\f4b3";
}

/* line 284, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 285, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments-dollar:before {
  content: "\f653";
}

/* line 286, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compact-disc:before {
  content: "\f51f";
}

/* line 287, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 288, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 289, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress-arrows-alt:before {
  content: "\f78c";
}

/* line 290, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-concierge-bell:before {
  content: "\f562";
}

/* line 291, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-confluence:before {
  content: "\f78d";
}

/* line 292, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 293, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 294, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie:before {
  content: "\f563";
}

/* line 295, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie-bite:before {
  content: "\f564";
}

/* line 296, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-copy:before {
  content: "\f0c5";
}

/* line 297, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 298, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-couch:before {
  content: "\f4b8";
}

/* line 299, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 300, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 301, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 302, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 303, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 304, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 305, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 306, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 307, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 308, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 309, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 310, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 311, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 312, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 313, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 314, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 315, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 316, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 317, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop-alt:before {
  content: "\f565";
}

/* line 318, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cross:before {
  content: "\f654";
}

/* line 319, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 320, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crow:before {
  content: "\f520";
}

/* line 321, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crown:before {
  content: "\f521";
}

/* line 322, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crutch:before {
  content: "\f7f7";
}

/* line 323, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 324, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 325, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 326, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 327, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cut:before {
  content: "\f0c4";
}

/* line 328, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 329, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 330, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 331, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 332, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 333, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deaf:before {
  content: "\f2a4";
}

/* line 334, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 335, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-democrat:before {
  content: "\f747";
}

/* line 336, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 337, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 338, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 339, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dev:before {
  content: "\f6cc";
}

/* line 340, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 341, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dharmachakra:before {
  content: "\f655";
}

/* line 342, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dhl:before {
  content: "\f790";
}

/* line 343, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagnoses:before {
  content: "\f470";
}

/* line 344, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-diaspora:before {
  content: "\f791";
}

/* line 345, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice:before {
  content: "\f522";
}

/* line 346, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-d20:before {
  content: "\f6cf";
}

/* line 347, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-d6:before {
  content: "\f6d1";
}

/* line 348, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-five:before {
  content: "\f523";
}

/* line 349, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-four:before {
  content: "\f524";
}

/* line 350, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-one:before {
  content: "\f525";
}

/* line 351, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-six:before {
  content: "\f526";
}

/* line 352, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-three:before {
  content: "\f527";
}

/* line 353, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-two:before {
  content: "\f528";
}

/* line 354, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 355, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 356, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-digital-tachograph:before {
  content: "\f566";
}

/* line 357, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-directions:before {
  content: "\f5eb";
}

/* line 358, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 359, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 360, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-divide:before {
  content: "\f529";
}

/* line 361, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dizzy:before {
  content: "\f567";
}

/* line 362, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dna:before {
  content: "\f471";
}

/* line 363, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 364, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 365, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dog:before {
  content: "\f6d3";
}

/* line 366, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar-sign:before {
  content: "\f155";
}

/* line 367, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly:before {
  content: "\f472";
}

/* line 368, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly-flatbed:before {
  content: "\f474";
}

/* line 369, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-donate:before {
  content: "\f4b9";
}

/* line 370, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-door-closed:before {
  content: "\f52a";
}

/* line 371, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-door-open:before {
  content: "\f52b";
}

/* line 372, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dot-circle:before {
  content: "\f192";
}

/* line 373, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dove:before {
  content: "\f4ba";
}

/* line 374, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-download:before {
  content: "\f019";
}

/* line 375, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 376, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drafting-compass:before {
  content: "\f568";
}

/* line 377, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dragon:before {
  content: "\f6d5";
}

/* line 378, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-draw-polygon:before {
  content: "\f5ee";
}

/* line 379, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 380, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 381, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 382, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drum:before {
  content: "\f569";
}

/* line 383, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drum-steelpan:before {
  content: "\f56a";
}

/* line 384, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drumstick-bite:before {
  content: "\f6d7";
}

/* line 385, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 386, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumbbell:before {
  content: "\f44b";
}

/* line 387, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumpster:before {
  content: "\f793";
}

/* line 388, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumpster-fire:before {
  content: "\f794";
}

/* line 389, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dungeon:before {
  content: "\f6d9";
}

/* line 390, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 391, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 392, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 393, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 394, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-edit:before {
  content: "\f044";
}

/* line 395, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-egg:before {
  content: "\f7fb";
}

/* line 396, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 397, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 398, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 399, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 400, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 401, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 402, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 403, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 404, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 405, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open-text:before {
  content: "\f658";
}

/* line 406, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 407, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 408, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-equals:before {
  content: "\f52c";
}

/* line 409, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 410, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 411, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 412, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ethernet:before {
  content: "\f796";
}

/* line 413, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 414, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro-sign:before {
  content: "\f153";
}

/* line 415, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-evernote:before {
  content: "\f839";
}

/* line 416, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange-alt:before {
  content: "\f362";
}

/* line 417, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 418, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 419, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 420, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 421, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand-arrows-alt:before {
  content: "\f31e";
}

/* line 422, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 423, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-alt:before {
  content: "\f35d";
}

/* line 424, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square-alt:before {
  content: "\f360";
}

/* line 425, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 426, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-dropper:before {
  content: "\f1fb";
}

/* line 427, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 428, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 429, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 430, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 431, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 432, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 433, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 434, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 435, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 436, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather:before {
  content: "\f52d";
}

/* line 437, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather-alt:before {
  content: "\f56b";
}

/* line 438, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fedex:before {
  content: "\f797";
}

/* line 439, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fedora:before {
  content: "\f798";
}

/* line 440, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-female:before {
  content: "\f182";
}

/* line 441, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 442, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-figma:before {
  content: "\f799";
}

/* line 443, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 444, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-alt:before {
  content: "\f15c";
}

/* line 445, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-archive:before {
  content: "\f1c6";
}

/* line 446, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-audio:before {
  content: "\f1c7";
}

/* line 447, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-code:before {
  content: "\f1c9";
}

/* line 448, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-contract:before {
  content: "\f56c";
}

/* line 449, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-csv:before {
  content: "\f6dd";
}

/* line 450, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-download:before {
  content: "\f56d";
}

/* line 451, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-excel:before {
  content: "\f1c3";
}

/* line 452, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-export:before {
  content: "\f56e";
}

/* line 453, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-image:before {
  content: "\f1c5";
}

/* line 454, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-import:before {
  content: "\f56f";
}

/* line 455, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice:before {
  content: "\f570";
}

/* line 456, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice-dollar:before {
  content: "\f571";
}

/* line 457, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-medical:before {
  content: "\f477";
}

/* line 458, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-medical-alt:before {
  content: "\f478";
}

/* line 459, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pdf:before {
  content: "\f1c1";
}

/* line 460, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-powerpoint:before {
  content: "\f1c4";
}

/* line 461, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-prescription:before {
  content: "\f572";
}

/* line 462, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-signature:before {
  content: "\f573";
}

/* line 463, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-upload:before {
  content: "\f574";
}

/* line 464, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-video:before {
  content: "\f1c8";
}

/* line 465, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-word:before {
  content: "\f1c2";
}

/* line 466, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill:before {
  content: "\f575";
}

/* line 467, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill-drip:before {
  content: "\f576";
}

/* line 468, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-film:before {
  content: "\f008";
}

/* line 469, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 470, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fingerprint:before {
  content: "\f577";
}

/* line 471, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 472, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-alt:before {
  content: "\f7e4";
}

/* line 473, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 474, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 475, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-aid:before {
  content: "\f479";
}

/* line 476, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 477, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 478, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 479, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fish:before {
  content: "\f578";
}

/* line 480, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fist-raised:before {
  content: "\f6de";
}

/* line 481, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 482, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 483, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-usa:before {
  content: "\f74d";
}

/* line 484, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 485, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 486, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 487, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flushed:before {
  content: "\f579";
}

/* line 488, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 489, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 490, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-minus:before {
  content: "\f65d";
}

/* line 491, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 492, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-plus:before {
  content: "\f65e";
}

/* line 493, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font:before {
  content: "\f031";
}

/* line 494, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 495, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 496, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font-awesome-flag:before {
  content: "\f425";
}

/* line 497, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

/* line 498, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 499, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 500, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-football-ball:before {
  content: "\f44e";
}

/* line 501, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 502, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 503, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 504, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 505, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 506, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 507, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 508, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-frog:before {
  content: "\f52e";
}

/* line 509, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown:before {
  content: "\f119";
}

/* line 510, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown-open:before {
  content: "\f57a";
}

/* line 511, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 512, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-funnel-dollar:before {
  content: "\f662";
}

/* line 513, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-futbol:before {
  content: "\f1e3";
}

/* line 514, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 515, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 516, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 517, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gas-pump:before {
  content: "\f52f";
}

/* line 518, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gavel:before {
  content: "\f0e3";
}

/* line 519, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gem:before {
  content: "\f3a5";
}

/* line 520, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 521, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 522, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 523, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 524, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ghost:before {
  content: "\f6e2";
}

/* line 525, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 526, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gifts:before {
  content: "\f79c";
}

/* line 527, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 528, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 529, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 530, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 531, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 532, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 533, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 534, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 535, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-cheers:before {
  content: "\f79f";
}

/* line 536, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-martini:before {
  content: "\f000";
}

/* line 537, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-martini-alt:before {
  content: "\f57b";
}

/* line 538, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-whiskey:before {
  content: "\f7a0";
}

/* line 539, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glasses:before {
  content: "\f530";
}

/* line 540, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 541, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 542, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 543, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-africa:before {
  content: "\f57c";
}

/* line 544, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-americas:before {
  content: "\f57d";
}

/* line 545, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-asia:before {
  content: "\f57e";
}

/* line 546, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-europe:before {
  content: "\f7a2";
}

/* line 547, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 548, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-golf-ball:before {
  content: "\f450";
}

/* line 549, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 550, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 551, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 552, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 553, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 554, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 555, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 556, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 557, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 558, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gopuram:before {
  content: "\f664";
}

/* line 559, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 560, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 561, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 562, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-greater-than:before {
  content: "\f531";
}

/* line 563, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-greater-than-equal:before {
  content: "\f532";
}

/* line 564, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grimace:before {
  content: "\f57f";
}

/* line 565, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin:before {
  content: "\f580";
}

/* line 566, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-alt:before {
  content: "\f581";
}

/* line 567, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam:before {
  content: "\f582";
}

/* line 568, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam-sweat:before {
  content: "\f583";
}

/* line 569, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-hearts:before {
  content: "\f584";
}

/* line 570, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-squint:before {
  content: "\f585";
}

/* line 571, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-squint-tears:before {
  content: "\f586";
}

/* line 572, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-stars:before {
  content: "\f587";
}

/* line 573, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tears:before {
  content: "\f588";
}

/* line 574, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue:before {
  content: "\f589";
}

/* line 575, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-squint:before {
  content: "\f58a";
}

/* line 576, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-wink:before {
  content: "\f58b";
}

/* line 577, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-wink:before {
  content: "\f58c";
}

/* line 578, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-horizontal:before {
  content: "\f58d";
}

/* line 579, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-lines:before {
  content: "\f7a4";
}

/* line 580, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

/* line 581, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-vertical:before {
  content: "\f58e";
}

/* line 582, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 583, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 584, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-guitar:before {
  content: "\f7a6";
}

/* line 585, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 586, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 587, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 588, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 589, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 590, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hamburger:before {
  content: "\f805";
}

/* line 591, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hammer:before {
  content: "\f6e3";
}

/* line 592, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hamsa:before {
  content: "\f665";
}

/* line 593, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding:before {
  content: "\f4bd";
}

/* line 594, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-heart:before {
  content: "\f4be";
}

/* line 595, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-usd:before {
  content: "\f4c0";
}

/* line 596, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-lizard:before {
  content: "\f258";
}

/* line 597, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-middle-finger:before {
  content: "\f806";
}

/* line 598, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-paper:before {
  content: "\f256";
}

/* line 599, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-peace:before {
  content: "\f25b";
}

/* line 600, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-down:before {
  content: "\f0a7";
}

/* line 601, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-left:before {
  content: "\f0a5";
}

/* line 602, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-right:before {
  content: "\f0a4";
}

/* line 603, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-up:before {
  content: "\f0a6";
}

/* line 604, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-pointer:before {
  content: "\f25a";
}

/* line 605, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-rock:before {
  content: "\f255";
}

/* line 606, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-scissors:before {
  content: "\f257";
}

/* line 607, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-spock:before {
  content: "\f259";
}

/* line 608, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands:before {
  content: "\f4c2";
}

/* line 609, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-helping:before {
  content: "\f4c4";
}

/* line 610, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake:before {
  content: "\f2b5";
}

/* line 611, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hanukiah:before {
  content: "\f6e6";
}

/* line 612, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hard-hat:before {
  content: "\f807";
}

/* line 613, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 614, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-wizard:before {
  content: "\f6e8";
}

/* line 615, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-haykal:before {
  content: "\f666";
}

/* line 616, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hdd:before {
  content: "\f0a0";
}

/* line 617, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heading:before {
  content: "\f1dc";
}

/* line 618, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 619, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones-alt:before {
  content: "\f58f";
}

/* line 620, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-headset:before {
  content: "\f590";
}

/* line 621, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 622, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-broken:before {
  content: "\f7a9";
}

/* line 623, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 624, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-helicopter:before {
  content: "\f533";
}

/* line 625, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-highlighter:before {
  content: "\f591";
}

/* line 626, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hiking:before {
  content: "\f6ec";
}

/* line 627, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hippo:before {
  content: "\f6ed";
}

/* line 628, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 629, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 630, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 631, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hockey-puck:before {
  content: "\f453";
}

/* line 632, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-holly-berry:before {
  content: "\f7aa";
}

/* line 633, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-home:before {
  content: "\f015";
}

/* line 634, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 635, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 636, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-horse:before {
  content: "\f6f0";
}

/* line 637, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-horse-head:before {
  content: "\f7ab";
}

/* line 638, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital:before {
  content: "\f0f8";
}

/* line 639, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-alt:before {
  content: "\f47d";
}

/* line 640, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-symbol:before {
  content: "\f47e";
}

/* line 641, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hot-tub:before {
  content: "\f593";
}

/* line 642, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotdog:before {
  content: "\f80f";
}

/* line 643, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotel:before {
  content: "\f594";
}

/* line 644, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 645, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 646, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 647, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 648, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 649, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-damage:before {
  content: "\f6f1";
}

/* line 650, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 651, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hryvnia:before {
  content: "\f6f2";
}

/* line 652, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 653, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 654, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 655, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ice-cream:before {
  content: "\f810";
}

/* line 656, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-icicles:before {
  content: "\f7ad";
}

/* line 657, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 658, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card:before {
  content: "\f2c2";
}

/* line 659, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card-alt:before {
  content: "\f47f";
}

/* line 660, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-igloo:before {
  content: "\f7ae";
}

/* line 661, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-image:before {
  content: "\f03e";
}

/* line 662, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-images:before {
  content: "\f302";
}

/* line 663, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 664, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 665, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 666, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 667, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-infinity:before {
  content: "\f534";
}

/* line 668, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-info:before {
  content: "\f129";
}

/* line 669, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 670, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 671, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-intercom:before {
  content: "\f7af";
}

/* line 672, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 673, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-invision:before {
  content: "\f7b0";
}

/* line 674, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 675, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 676, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-itch-io:before {
  content: "\f83a";
}

/* line 677, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 678, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 679, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 680, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jedi:before {
  content: "\f669";
}

/* line 681, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 682, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 683, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jira:before {
  content: "\f7b1";
}

/* line 684, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 685, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-joint:before {
  content: "\f595";
}

/* line 686, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 687, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-journal-whills:before {
  content: "\f66a";
}

/* line 688, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 689, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 690, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 691, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kaaba:before {
  content: "\f66b";
}

/* line 692, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 693, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-key:before {
  content: "\f084";
}

/* line 694, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 695, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-keyboard:before {
  content: "\f11c";
}

/* line 696, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 697, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-khanda:before {
  content: "\f66d";
}

/* line 698, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 699, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 700, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss:before {
  content: "\f596";
}

/* line 701, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-beam:before {
  content: "\f597";
}

/* line 702, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-wink-heart:before {
  content: "\f598";
}

/* line 703, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiwi-bird:before {
  content: "\f535";
}

/* line 704, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 705, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark:before {
  content: "\f66f";
}

/* line 706, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 707, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 708, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-code:before {
  content: "\f5fc";
}

/* line 709, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-medical:before {
  content: "\f812";
}

/* line 710, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 711, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 712, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 713, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh:before {
  content: "\f599";
}

/* line 714, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-beam:before {
  content: "\f59a";
}

/* line 715, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-squint:before {
  content: "\f59b";
}

/* line 716, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-wink:before {
  content: "\f59c";
}

/* line 717, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-layer-group:before {
  content: "\f5fd";
}

/* line 718, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 719, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 720, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lemon:before {
  content: "\f094";
}

/* line 721, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 722, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than:before {
  content: "\f536";
}

/* line 723, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than-equal:before {
  content: "\f537";
}

/* line 724, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down-alt:before {
  content: "\f3be";
}

/* line 725, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up-alt:before {
  content: "\f3bf";
}

/* line 726, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 727, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lightbulb:before {
  content: "\f0eb";
}

/* line 728, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 729, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-link:before {
  content: "\f0c1";
}

/* line 730, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 731, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 732, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 733, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 734, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lira-sign:before {
  content: "\f195";
}

/* line 735, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 736, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 737, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 738, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 739, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 740, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 741, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock-open:before {
  content: "\f3c1";
}

/* line 742, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 743, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 744, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 745, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 746, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 747, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-luggage-cart:before {
  content: "\f59d";
}

/* line 748, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 749, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 750, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 751, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 752, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-bulk:before {
  content: "\f674";
}

/* line 753, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 754, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-male:before {
  content: "\f183";
}

/* line 755, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 756, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map:before {
  content: "\f279";
}

/* line 757, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked:before {
  content: "\f59f";
}

/* line 758, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked-alt:before {
  content: "\f5a0";
}

/* line 759, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 760, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker-alt:before {
  content: "\f3c5";
}

/* line 761, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 762, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 763, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 764, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-marker:before {
  content: "\f5a1";
}

/* line 765, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 766, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 767, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 768, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 769, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 770, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask:before {
  content: "\f6fa";
}

/* line 771, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 772, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 773, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medal:before {
  content: "\f5a2";
}

/* line 774, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 775, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 776, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medium-m:before {
  content: "\f3c7";
}

/* line 777, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 778, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 779, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 780, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 781, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh:before {
  content: "\f11a";
}

/* line 782, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-blank:before {
  content: "\f5a4";
}

/* line 783, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 784, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-memory:before {
  content: "\f538";
}

/* line 785, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 786, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-menorah:before {
  content: "\f676";
}

/* line 787, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 788, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meteor:before {
  content: "\f753";
}

/* line 789, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 790, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 791, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt:before {
  content: "\f3c9";
}

/* line 792, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt-slash:before {
  content: "\f539";
}

/* line 793, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 794, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microscope:before {
  content: "\f610";
}

/* line 795, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 796, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 797, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 798, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 799, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mitten:before {
  content: "\f7b5";
}

/* line 800, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 801, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 802, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 803, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile:before {
  content: "\f10b";
}

/* line 804, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-alt:before {
  content: "\f3cd";
}

/* line 805, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 806, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 807, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill:before {
  content: "\f0d6";
}

/* line 808, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-alt:before {
  content: "\f3d1";
}

/* line 809, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave:before {
  content: "\f53a";
}

/* line 810, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 811, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check:before {
  content: "\f53c";
}

/* line 812, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check-alt:before {
  content: "\f53d";
}

/* line 813, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-monument:before {
  content: "\f5a6";
}

/* line 814, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-moon:before {
  content: "\f186";
}

/* line 815, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-pestle:before {
  content: "\f5a7";
}

/* line 816, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mosque:before {
  content: "\f678";
}

/* line 817, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 818, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain:before {
  content: "\f6fc";
}

/* line 819, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 820, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mug-hot:before {
  content: "\f7b6";
}

/* line 821, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-music:before {
  content: "\f001";
}

/* line 822, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 823, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 824, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-network-wired:before {
  content: "\f6ff";
}

/* line 825, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 826, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-newspaper:before {
  content: "\f1ea";
}

/* line 827, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 828, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-nintendo-switch:before {
  content: "\f418";
}

/* line 829, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-node:before {
  content: "\f419";
}

/* line 830, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 831, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-not-equal:before {
  content: "\f53e";
}

/* line 832, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-notes-medical:before {
  content: "\f481";
}

/* line 833, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 834, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 835, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 836, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 837, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 838, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 839, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 840, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-oil-can:before {
  content: "\f613";
}

/* line 841, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 842, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-om:before {
  content: "\f679";
}

/* line 843, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 844, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 845, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 846, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 847, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 848, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-otter:before {
  content: "\f700";
}

/* line 849, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-outdent:before {
  content: "\f03b";
}

/* line 850, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 851, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 852, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pager:before {
  content: "\f815";
}

/* line 853, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 854, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-roller:before {
  content: "\f5aa";
}

/* line 855, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-palette:before {
  content: "\f53f";
}

/* line 856, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 857, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pallet:before {
  content: "\f482";
}

/* line 858, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 859, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 860, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-parachute-box:before {
  content: "\f4cd";
}

/* line 861, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 862, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-parking:before {
  content: "\f540";
}

/* line 863, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-passport:before {
  content: "\f5ab";
}

/* line 864, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pastafarianism:before {
  content: "\f67b";
}

/* line 865, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paste:before {
  content: "\f0ea";
}

/* line 866, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 867, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 868, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 869, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 870, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 871, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-peace:before {
  content: "\f67c";
}

/* line 872, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen:before {
  content: "\f304";
}

/* line 873, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-alt:before {
  content: "\f305";
}

/* line 874, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-fancy:before {
  content: "\f5ac";
}

/* line 875, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-nib:before {
  content: "\f5ad";
}

/* line 876, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-square:before {
  content: "\f14b";
}

/* line 877, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-alt:before {
  content: "\f303";
}

/* line 878, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-ruler:before {
  content: "\f5ae";
}

/* line 879, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-penny-arcade:before {
  content: "\f704";
}

/* line 880, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-carry:before {
  content: "\f4ce";
}

/* line 881, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pepper-hot:before {
  content: "\f816";
}

/* line 882, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 883, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-percentage:before {
  content: "\f541";
}

/* line 884, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 885, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-booth:before {
  content: "\f756";
}

/* line 886, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 887, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 888, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 889, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 890, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-slash:before {
  content: "\f3dd";
}

/* line 891, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 892, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-volume:before {
  content: "\f2a0";
}

/* line 893, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-php:before {
  content: "\f457";
}

/* line 894, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 895, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 896, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 897, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 898, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 899, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pills:before {
  content: "\f484";
}

/* line 900, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 901, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 902, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 903, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pizza-slice:before {
  content: "\f818";
}

/* line 904, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-place-of-worship:before {
  content: "\f67f";
}

/* line 905, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 906, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-arrival:before {
  content: "\f5af";
}

/* line 907, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-departure:before {
  content: "\f5b0";
}

/* line 908, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 909, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 910, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 911, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 912, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 913, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 914, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 915, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 916, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poll:before {
  content: "\f681";
}

/* line 917, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poll-h:before {
  content: "\f682";
}

/* line 918, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo:before {
  content: "\f2fe";
}

/* line 919, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo-storm:before {
  content: "\f75a";
}

/* line 920, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poop:before {
  content: "\f619";
}

/* line 921, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-portrait:before {
  content: "\f3e0";
}

/* line 922, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pound-sign:before {
  content: "\f154";
}

/* line 923, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 924, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pray:before {
  content: "\f683";
}

/* line 925, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-praying-hands:before {
  content: "\f684";
}

/* line 926, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription:before {
  content: "\f5b1";
}

/* line 927, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle:before {
  content: "\f485";
}

/* line 928, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 929, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 930, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-procedures:before {
  content: "\f487";
}

/* line 931, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 932, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-project-diagram:before {
  content: "\f542";
}

/* line 933, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 934, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 935, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 936, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 937, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 938, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-question:before {
  content: "\f128";
}

/* line 939, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 940, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quidditch:before {
  content: "\f458";
}

/* line 941, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 942, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 943, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 944, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 945, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quran:before {
  content: "\f687";
}

/* line 946, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 947, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-radiation:before {
  content: "\f7b9";
}

/* line 948, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-radiation-alt:before {
  content: "\f7ba";
}

/* line 949, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rainbow:before {
  content: "\f75b";
}

/* line 950, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-random:before {
  content: "\f074";
}

/* line 951, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 952, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 953, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 954, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 955, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 956, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 957, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-receipt:before {
  content: "\f543";
}

/* line 958, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 959, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 960, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 961, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 962, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 963, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 964, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo:before {
  content: "\f01e";
}

/* line 965, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo-alt:before {
  content: "\f2f9";
}

/* line 966, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 967, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 968, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply:before {
  content: "\f3e5";
}

/* line 969, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply-all:before {
  content: "\f122";
}

/* line 970, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 971, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-republican:before {
  content: "\f75e";
}

/* line 972, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 973, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 974, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-restroom:before {
  content: "\f7bd";
}

/* line 975, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 976, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 977, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ribbon:before {
  content: "\f4d6";
}

/* line 978, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ring:before {
  content: "\f70b";
}

/* line 979, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-road:before {
  content: "\f018";
}

/* line 980, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-robot:before {
  content: "\f544";
}

/* line 981, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 982, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 983, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 984, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-route:before {
  content: "\f4d7";
}

/* line 985, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 986, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 987, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble-sign:before {
  content: "\f158";
}

/* line 988, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler:before {
  content: "\f545";
}

/* line 989, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-combined:before {
  content: "\f546";
}

/* line 990, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-horizontal:before {
  content: "\f547";
}

/* line 991, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-vertical:before {
  content: "\f548";
}

/* line 992, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-running:before {
  content: "\f70c";
}

/* line 993, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee-sign:before {
  content: "\f156";
}

/* line 994, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-cry:before {
  content: "\f5b3";
}

/* line 995, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-tear:before {
  content: "\f5b4";
}

/* line 996, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 997, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-salesforce:before {
  content: "\f83b";
}

/* line 998, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 999, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-satellite:before {
  content: "\f7bf";
}

/* line 1000, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-satellite-dish:before {
  content: "\f7c0";
}

/* line 1001, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-save:before {
  content: "\f0c7";
}

/* line 1002, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 1003, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-school:before {
  content: "\f549";
}

/* line 1004, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-screwdriver:before {
  content: "\f54a";
}

/* line 1005, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 1006, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-scroll:before {
  content: "\f70e";
}

/* line 1007, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sd-card:before {
  content: "\f7c2";
}

/* line 1008, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search:before {
  content: "\f002";
}

/* line 1009, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-dollar:before {
  content: "\f688";
}

/* line 1010, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-location:before {
  content: "\f689";
}

/* line 1011, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 1012, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 1013, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 1014, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-seedling:before {
  content: "\f4d8";
}

/* line 1015, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 1016, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1017, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-server:before {
  content: "\f233";
}

/* line 1018, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 1019, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shapes:before {
  content: "\f61f";
}

/* line 1020, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share:before {
  content: "\f064";
}

/* line 1021, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1022, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1023, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1024, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel-sign:before {
  content: "\f20b";
}

/* line 1025, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-alt:before {
  content: "\f3ed";
}

/* line 1026, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 1027, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shipping-fast:before {
  content: "\f48b";
}

/* line 1028, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1029, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shoe-prints:before {
  content: "\f54b";
}

/* line 1030, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 1031, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 1032, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 1033, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 1034, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 1035, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuttle-van:before {
  content: "\f5b6";
}

/* line 1036, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign:before {
  content: "\f4d9";
}

/* line 1037, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in-alt:before {
  content: "\f2f6";
}

/* line 1038, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 1039, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out-alt:before {
  content: "\f2f5";
}

/* line 1040, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 1041, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-signature:before {
  content: "\f5b7";
}

/* line 1042, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sim-card:before {
  content: "\f7c4";
}

/* line 1043, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1044, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 1045, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 1046, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 1047, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skating:before {
  content: "\f7c5";
}

/* line 1048, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 1049, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skiing:before {
  content: "\f7c9";
}

/* line 1050, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skiing-nordic:before {
  content: "\f7ca";
}

/* line 1051, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skull:before {
  content: "\f54c";
}

/* line 1052, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skull-crossbones:before {
  content: "\f714";
}

/* line 1053, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1054, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 1055, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 1056, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-slack-hash:before {
  content: "\f3ef";
}

/* line 1057, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-slash:before {
  content: "\f715";
}

/* line 1058, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sleigh:before {
  content: "\f7cc";
}

/* line 1059, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders-h:before {
  content: "\f1de";
}

/* line 1060, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1061, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile:before {
  content: "\f118";
}

/* line 1062, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-beam:before {
  content: "\f5b8";
}

/* line 1063, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-wink:before {
  content: "\f4da";
}

/* line 1064, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smog:before {
  content: "\f75f";
}

/* line 1065, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking:before {
  content: "\f48d";
}

/* line 1066, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking-ban:before {
  content: "\f54d";
}

/* line 1067, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sms:before {
  content: "\f7cd";
}

/* line 1068, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 1069, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 1070, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 1071, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowboarding:before {
  content: "\f7ce";
}

/* line 1072, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowflake:before {
  content: "\f2dc";
}

/* line 1073, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowman:before {
  content: "\f7d0";
}

/* line 1074, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowplow:before {
  content: "\f7d2";
}

/* line 1075, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-socks:before {
  content: "\f696";
}

/* line 1076, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-solar-panel:before {
  content: "\f5ba";
}

/* line 1077, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort:before {
  content: "\f0dc";
}

/* line 1078, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-down:before {
  content: "\f15d";
}

/* line 1079, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-up:before {
  content: "\f15e";
}

/* line 1080, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-down:before {
  content: "\f160";
}

/* line 1081, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-up:before {
  content: "\f161";
}

/* line 1082, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-down:before {
  content: "\f0dd";
}

/* line 1083, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-down:before {
  content: "\f162";
}

/* line 1084, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-up:before {
  content: "\f163";
}

/* line 1085, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-up:before {
  content: "\f0de";
}

/* line 1086, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1087, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 1088, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spa:before {
  content: "\f5bb";
}

/* line 1089, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1090, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 1091, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-speaker-deck:before {
  content: "\f83c";
}

/* line 1092, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spider:before {
  content: "\f717";
}

/* line 1093, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 1094, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-splotch:before {
  content: "\f5bc";
}

/* line 1095, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1096, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spray-can:before {
  content: "\f5bd";
}

/* line 1097, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 1098, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-full:before {
  content: "\f45c";
}

/* line 1099, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-root-alt:before {
  content: "\f698";
}

/* line 1100, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 1101, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1102, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1103, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stamp:before {
  content: "\f5bf";
}

/* line 1104, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star:before {
  content: "\f005";
}

/* line 1105, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-and-crescent:before {
  content: "\f699";
}

/* line 1106, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 1107, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-alt:before {
  content: "\f5c0";
}

/* line 1108, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-david:before {
  content: "\f69a";
}

/* line 1109, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-life:before {
  content: "\f621";
}

/* line 1110, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 1111, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1112, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1113, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 1114, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 1115, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 1116, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 1117, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 1118, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1119, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 1120, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 1121, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stopwatch:before {
  content: "\f2f2";
}

/* line 1122, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-store:before {
  content: "\f54e";
}

/* line 1123, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-alt:before {
  content: "\f54f";
}

/* line 1124, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 1125, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stream:before {
  content: "\f550";
}

/* line 1126, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1127, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 1128, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 1129, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 1130, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stroopwafel:before {
  content: "\f551";
}

/* line 1131, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 1132, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1133, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1134, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1135, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 1136, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 1137, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 1138, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun:before {
  content: "\f185";
}

/* line 1139, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 1140, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1141, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 1142, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-surprise:before {
  content: "\f5c2";
}

/* line 1143, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-suse:before {
  content: "\f7d6";
}

/* line 1144, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-swatchbook:before {
  content: "\f5c3";
}

/* line 1145, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimmer:before {
  content: "\f5c4";
}

/* line 1146, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimming-pool:before {
  content: "\f5c5";
}

/* line 1147, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-symfony:before {
  content: "\f83d";
}

/* line 1148, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-synagogue:before {
  content: "\f69b";
}

/* line 1149, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync:before {
  content: "\f021";
}

/* line 1150, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync-alt:before {
  content: "\f2f1";
}

/* line 1151, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-syringe:before {
  content: "\f48e";
}

/* line 1152, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 1153, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-tennis:before {
  content: "\f45d";
}

/* line 1154, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 1155, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-alt:before {
  content: "\f3fa";
}

/* line 1156, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablets:before {
  content: "\f490";
}

/* line 1157, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt:before {
  content: "\f3fd";
}

/* line 1158, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 1159, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 1160, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tape:before {
  content: "\f4db";
}

/* line 1161, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 1162, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1163, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 1164, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth:before {
  content: "\f62e";
}

/* line 1165, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth-open:before {
  content: "\f62f";
}

/* line 1166, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 1167, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-telegram-plane:before {
  content: "\f3fe";
}

/* line 1168, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-high:before {
  content: "\f769";
}

/* line 1169, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-low:before {
  content: "\f76b";
}

/* line 1170, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1171, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tenge:before {
  content: "\f7d7";
}

/* line 1172, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 1173, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 1174, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 1175, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 1176, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 1177, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 1178, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 1179, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-theater-masks:before {
  content: "\f630";
}

/* line 1180, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 1181, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 1182, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer:before {
  content: "\f491";
}

/* line 1183, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 1184, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 1185, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 1186, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 1187, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 1188, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 1189, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1190, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1191, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbtack:before {
  content: "\f08d";
}

/* line 1192, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket-alt:before {
  content: "\f3ff";
}

/* line 1193, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 1194, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 1195, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 1196, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint-slash:before {
  content: "\f5c7";
}

/* line 1197, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tired:before {
  content: "\f5c8";
}

/* line 1198, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1199, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1200, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet:before {
  content: "\f7d8";
}

/* line 1201, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-paper:before {
  content: "\f71e";
}

/* line 1202, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toolbox:before {
  content: "\f552";
}

/* line 1203, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tools:before {
  content: "\f7d9";
}

/* line 1204, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tooth:before {
  content: "\f5c9";
}

/* line 1205, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-torah:before {
  content: "\f6a0";
}

/* line 1206, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-torii-gate:before {
  content: "\f6a1";
}

/* line 1207, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tractor:before {
  content: "\f722";
}

/* line 1208, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 1209, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1210, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-traffic-light:before {
  content: "\f637";
}

/* line 1211, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-train:before {
  content: "\f238";
}

/* line 1212, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tram:before {
  content: "\f7da";
}

/* line 1213, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 1214, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1215, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1216, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-alt:before {
  content: "\f2ed";
}

/* line 1217, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-restore:before {
  content: "\f829";
}

/* line 1218, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-restore-alt:before {
  content: "\f82a";
}

/* line 1219, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1220, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 1221, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1222, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 1223, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 1224, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-loading:before {
  content: "\f4de";
}

/* line 1225, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-monster:before {
  content: "\f63b";
}

/* line 1226, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-moving:before {
  content: "\f4df";
}

/* line 1227, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-pickup:before {
  content: "\f63c";
}

/* line 1228, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tshirt:before {
  content: "\f553";
}

/* line 1229, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1230, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1231, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1232, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv:before {
  content: "\f26c";
}

/* line 1233, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1234, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 1235, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 1236, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 1237, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 1238, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 1239, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 1240, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 1241, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella-beach:before {
  content: "\f5ca";
}

/* line 1242, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 1243, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo:before {
  content: "\f0e2";
}

/* line 1244, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo-alt:before {
  content: "\f2ea";
}

/* line 1245, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 1246, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 1247, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-university:before {
  content: "\f19c";
}

/* line 1248, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlink:before {
  content: "\f127";
}

/* line 1249, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 1250, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1251, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 1252, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 1253, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ups:before {
  content: "\f7e0";
}

/* line 1254, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 1255, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user:before {
  content: "\f007";
}

/* line 1256, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt:before {
  content: "\f406";
}

/* line 1257, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt-slash:before {
  content: "\f4fa";
}

/* line 1258, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-astronaut:before {
  content: "\f4fb";
}

/* line 1259, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-check:before {
  content: "\f4fc";
}

/* line 1260, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 1261, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-clock:before {
  content: "\f4fd";
}

/* line 1262, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-cog:before {
  content: "\f4fe";
}

/* line 1263, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-edit:before {
  content: "\f4ff";
}

/* line 1264, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-friends:before {
  content: "\f500";
}

/* line 1265, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-graduate:before {
  content: "\f501";
}

/* line 1266, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-injured:before {
  content: "\f728";
}

/* line 1267, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-lock:before {
  content: "\f502";
}

/* line 1268, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 1269, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-minus:before {
  content: "\f503";
}

/* line 1270, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-ninja:before {
  content: "\f504";
}

/* line 1271, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-nurse:before {
  content: "\f82f";
}

/* line 1272, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1273, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1274, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-shield:before {
  content: "\f505";
}

/* line 1275, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-slash:before {
  content: "\f506";
}

/* line 1276, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tag:before {
  content: "\f507";
}

/* line 1277, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tie:before {
  content: "\f508";
}

/* line 1278, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 1279, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-users:before {
  content: "\f0c0";
}

/* line 1280, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-cog:before {
  content: "\f509";
}

/* line 1281, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-usps:before {
  content: "\f7e1";
}

/* line 1282, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 1283, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensil-spoon:before {
  content: "\f2e5";
}

/* line 1284, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensils:before {
  content: "\f2e7";
}

/* line 1285, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 1286, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vector-square:before {
  content: "\f5cb";
}

/* line 1287, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 1288, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1289, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1290, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1291, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 1292, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 1293, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial:before {
  content: "\f492";
}

/* line 1294, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vials:before {
  content: "\f493";
}

/* line 1295, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 1296, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-video:before {
  content: "\f03d";
}

/* line 1297, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-slash:before {
  content: "\f4e2";
}

/* line 1298, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vihara:before {
  content: "\f6a7";
}

/* line 1299, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 1300, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1301, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 1302, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1303, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1304, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 1305, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volleyball-ball:before {
  content: "\f45f";
}

/* line 1306, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 1307, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-mute:before {
  content: "\f6a9";
}

/* line 1308, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 1309, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 1310, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vote-yea:before {
  content: "\f772";
}

/* line 1311, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vr-cardboard:before {
  content: "\f729";
}

/* line 1312, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 1313, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-walking:before {
  content: "\f554";
}

/* line 1314, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wallet:before {
  content: "\f555";
}

/* line 1315, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-warehouse:before {
  content: "\f494";
}

/* line 1316, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-water:before {
  content: "\f773";
}

/* line 1317, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wave-square:before {
  content: "\f83e";
}

/* line 1318, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-waze:before {
  content: "\f83f";
}

/* line 1319, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 1320, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1321, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight:before {
  content: "\f496";
}

/* line 1322, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight-hanging:before {
  content: "\f5cd";
}

/* line 1323, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1324, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1325, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 1326, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1327, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 1328, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1329, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1330, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wind:before {
  content: "\f72e";
}

/* line 1331, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-close:before {
  content: "\f410";
}

/* line 1332, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 1333, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 1334, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 1335, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 1336, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-bottle:before {
  content: "\f72f";
}

/* line 1337, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass:before {
  content: "\f4e3";
}

/* line 1338, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass-alt:before {
  content: "\f5ce";
}

/* line 1339, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 1340, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 1341, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 1342, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-won-sign:before {
  content: "\f159";
}

/* line 1343, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1344, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 1345, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 1346, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 1347, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 1348, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpressr:before {
  content: "\f3e4";
}

/* line 1349, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 1350, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-x-ray:before {
  content: "\f497";
}

/* line 1351, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 1352, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1353, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1354, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1355, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1356, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yammer:before {
  content: "\f840";
}

/* line 1357, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 1358, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 1359, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 1360, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1361, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yen-sign:before {
  content: "\f157";
}

/* line 1362, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yin-yang:before {
  content: "\f6ad";
}

/* line 1363, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 1364, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1365, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 1366, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 4, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_screen-reader.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 47, ../../../../../../../../../../../../usr/local/lib/ruby/gems/2.5.0/gems/font-awesome-sass-5.8.1/assets/stylesheets/font-awesome/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 17, ../sass/jisc-v1-community.scss */
#zone-content .region, #zone-footer .region {
  margin-left: 20px;
}

/* line 19, ../sass/jisc-v1-community.scss */
.front #zone-footer .region {
  margin-left: 20px;
}

/* line 21, ../sass/jisc-v1-community.scss */
#zone-content .region.region-content .region-inner {
  padding-left: 0px;
}

/* line 25, ../sass/jisc-v1-community.scss */
body:not(.community-page):not(.page-user).not-front #zone-content .region-content,
.page-user-reset #zone-content .region-content {
  margin-left: -1000%;
  padding-left: 1000%;
  padding-right: 20px;
  background: #fff;
}

/* line 33, ../sass/jisc-v1-community.scss */
.page-user-reset #region-content .region-inner {
  border: none;
}
/* line 36, ../sass/jisc-v1-community.scss */
.page-user-reset #zone-content .region-content {
  margin-left: -1000% !important;
}

/* line 43, ../sass/jisc-v1-community.scss */
#modalContent {
  position: fixed !important;
  top: 35px !important;
}

/* line 47, ../sass/jisc-v1-community.scss */
label {
  font-size: inherit;
}

/* line 48, ../sass/jisc-v1-community.scss */
.help-block {
  font-size: 13px;
}

/* line 50, ../sass/jisc-v1-community.scss */
body:not(.community-page):not(.page-user).not-front #zone-content #region-content .region-inner {
  margin-left: 20px;
  border: none;
  padding: 0;
}

/* line 58, ../sass/jisc-v1-community.scss */
.community-page #zone-content .region-content {
  margin-left: 9px;
}

/* line 63, ../sass/jisc-v1-community.scss */
.page-user #zone-content .region-content {
  margin-left: 20px;
}

/* line 69, ../sass/jisc-v1-community.scss */
.page #zone-content #region-above-content {
  margin-bottom: -20px;
}

/* line 74, ../sass/jisc-v1-community.scss */
.page-user #zone-content-wrapper {
  background-image: none;
}

/* line 84, ../sass/jisc-v1-community.scss */
.context-search:not(.page-node) #zone-content-wrapper #zone-content #region-content,
.context-blogs:not(.page-node) #zone-content-wrapper #zone-content #region-content,
.context-blogs.node-type-blog-group #zone-content-wrapper #zone-content #region-content,
.context-groups:not(.page-node) #zone-content-wrapper #zone-content #region-content,
.context-groups.node-type-project-group #zone-content-wrapper #zone-content #region-content {
  margin-left: 0;
  padding-left: 0;
  background: none;
}
/* line 90, ../sass/jisc-v1-community.scss */
.context-search:not(.page-node) #zone-content-wrapper #zone-content #region-content .region-inner,
.context-blogs:not(.page-node) #zone-content-wrapper #zone-content #region-content .region-inner,
.context-blogs.node-type-blog-group #zone-content-wrapper #zone-content #region-content .region-inner,
.context-groups:not(.page-node) #zone-content-wrapper #zone-content #region-content .region-inner,
.context-groups.node-type-project-group #zone-content-wrapper #zone-content #region-content .region-inner {
  box-shadow: none;
  border: none;
  background: none;
  padding-top: 0;
}

/* line 120, ../sass/jisc-v1-community.scss */
#zone-menu-wrapper {
  height: auto;
}
/* line 122, ../sass/jisc-v1-community.scss */
#zone-menu-wrapper #zone-menu {
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  min-height: 52px;
}
/* line 126, ../sass/jisc-v1-community.scss */
#zone-menu-wrapper #zone-menu #org-menu {
  float: left;
  margin-top: 16px;
  margin-left: 10px;
  color: #E85E13;
  width: 450px;
}

@media (max-width: 1220px) {
  /* line 137, ../sass/jisc-v1-community.scss */
  #zone-menu-wrapper #zone-menu #org-menu {
    width: 250px;
  }
}
/* line 144, ../sass/jisc-v1-community.scss */
.logged-in #zone-topbar > .region-topbar {
  padding-top: 0;
}

/* line 149, ../sass/jisc-v1-community.scss */
.block-janet-topbar .register-button {
  white-space: nowrap;
}

/* line 154, ../sass/jisc-v1-community.scss */
.user-header-lite .janet-organisation {
  font-size: 13px ;
  font-size: 1.3rem ;
}

/* line 160, ../sass/jisc-v1-community.scss */
.block-janet-topbar .user-header-lite {
  margin-right: 15px;
}

/* line 164, ../sass/jisc-v1-community.scss */
.recent-users .user-header-lite:not(:last-child) {
  padding-bottom: 10px;
}

/* line 169, ../sass/jisc-v1-community.scss */
.block .view-more .view-all {
  font-size: 13px ;
  font-size: 1.3rem ;
}

/* line 174, ../sass/jisc-v1-community.scss */
#region-sidebar > .region-inner > div {
  margin-bottom: 10px;
}

/* line 176, ../sass/jisc-v1-community.scss */
#zone-content #region-content .region-inner {
  border-left-width: 0px;
  box-shadow: none;
  margin-bottom: 0px;
}

/* line 178, ../sass/jisc-v1-community.scss */
#zone-content .region-sidebar {
  margin-left: 0px;
  margin-right: 0px;
}

/* line 183, ../sass/jisc-v1-community.scss */
.front #zone-content .region-sidebar {
  margin-right: 5px;
}

/* line 187, ../sass/jisc-v1-community.scss */
body #zone-content {
  margin-bottom: 30px;
}

/* line 193, ../sass/jisc-v1-community.scss */
#zone-menu-wrapper {
  background: linear-gradient(to right, #ffffff 50%, rgba(0, 0, 0, 0) 50%);
}

/* line 197, ../sass/jisc-v1-community.scss */
.admin-menu .page #section-header {
  margin-top: 0px;
}

/* line 204, ../sass/jisc-v1-community.scss */
.page .region {
  margin-left: 0px;
}
/* line 206, ../sass/jisc-v1-community.scss */
.page .region .block > * {
  margin-left: inherit;
}
/* line 211, ../sass/jisc-v1-community.scss */
.page #section-header {
  z-index: 3;
  margin-top: 25px;
}
/* line 216, ../sass/jisc-v1-community.scss */
.page #section-content {
  margin-bottom: 40px;
}
/* line 220, ../sass/jisc-v1-community.scss */
.page #section-content #zone-content .block.block__default {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
/* line 223, ../sass/jisc-v1-community.scss */
.page #section-content #zone-content .block.block__default h2 {
  padding: 5px 10px;
}
/* line 226, ../sass/jisc-v1-community.scss */
.page #section-content #zone-content .block.block__default ul {
  margin: 0px;
}
/* line 233, ../sass/jisc-v1-community.scss */
.page ul li {
  font-size: inherit;
}
/* line 237, ../sass/jisc-v1-community.scss */
.page .block {
  float: none;
}
/* line 241, ../sass/jisc-v1-community.scss */
.page #zone-menu-wrapper #zone-menu #org-menu {
  border-style: solid;
  border-color: #D9E2E5;
  border-width: 0 0 0 1px;
  padding: 5px 5px 5px 25px;
  margin-top: 11px;
}
/* line 249, ../sass/jisc-v1-community.scss */
.page .communities-menu {
  float: left;
}
/* line 251, ../sass/jisc-v1-community.scss */
.page .communities-menu a {
  height: 30px;
  font-size: 16px ;
  font-size: 1.6rem ;
  padding: 5px 12px;
}
/* line 256, ../sass/jisc-v1-community.scss */
.page .communities-menu label.option {
  max-width: 290px;
  display: block;
}
/* line 260, ../sass/jisc-v1-community.scss */
.page .communities-menu #nav {
  float: left;
  margin-left: 0;
  margin-bottom: 0;
}
/* line 265, ../sass/jisc-v1-community.scss */
.page .communities-menu #nav > li > a {
  height: auto;
  font-size: inherit;
  font-weight: normal;
}
/* line 269, ../sass/jisc-v1-community.scss */
.page .communities-menu #nav > li > a.active, .page .communities-menu #nav > li > a:hover, .page .communities-menu #nav > li > a.c-menu {
  background: none;
}
/* line 273, ../sass/jisc-v1-community.scss */
.page .communities-menu #nav > li .menu {
  top: auto;
  background-color: #fff;
  margin-left: 0;
  border-top: 2px solid #00557F;
  z-index: 3;
}
/* line 279, ../sass/jisc-v1-community.scss */
.page .communities-menu #nav > li .menu .menu {
  border-top: none;
}
/* line 284, ../sass/jisc-v1-community.scss */
.page .communities-menu #nav .user-dd-picture {
  position: relative;
  float: left;
  margin-right: 5px;
}
/* line 288, ../sass/jisc-v1-community.scss */
.page .communities-menu #nav .user-dd-picture .notify {
  position: absolute;
  bottom: 0;
  right: -3px;
}
/* line 294, ../sass/jisc-v1-community.scss */
.page .communities-menu #nav .notify {
  background-color: #d72250;
  line-height: 14px;
  padding: 0 2px;
  color: #fff;
  font-size: 12px ;
  font-size: 1.2rem ;
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}
/* line 302, ../sass/jisc-v1-community.scss */
.page .communities-menu #nav .fullname {
  float: left;
}
/* line 305, ../sass/jisc-v1-community.scss */
.page .communities-menu #nav a {
  color: #2c3841;
  padding: 0;
  white-space: nowrap;
}
/* line 309, ../sass/jisc-v1-community.scss */
.page .communities-menu #nav a:hover {
  color: #f3b036;
}
/* line 313, ../sass/jisc-v1-community.scss */
.page .communities-menu #nav .menu .notify {
  font-size: 14px ;
  font-size: 1.4rem ;
  line-height: 16px;
  position: absolute;
  bottom: 4px;
  left: 100px;
}
/* line 320, ../sass/jisc-v1-community.scss */
.page .communities-menu #nav .library-menu + .menu,
.page .communities-menu #nav .user-menu + .menu,
.page .communities-menu #nav .tools-menu + .menu {
  width: 320px;
  padding-bottom: 10px;
}
/* line 327, ../sass/jisc-v1-community.scss */
.page .communities-menu .menu .menu .menu a {
  color: #2c3841 !important;
}
/* line 329, ../sass/jisc-v1-community.scss */
.page .communities-menu .menu .menu .menu a.menu-link:hover {
  color: #fff !important;
}
/* line 334, ../sass/jisc-v1-community.scss */
.page #region-menu {
  float: right;
  margin: 0;
}
/* line 339, ../sass/jisc-v1-community.scss */
.page #region-menu .primary-nav #nav > li > a {
  padding: 15px 20px 14px;
}
/* line 344, ../sass/jisc-v1-community.scss */
.page #region-menu .primary-nav #nav > li.expanded > a {
  padding-right: 30px;
}
/* line 350, ../sass/jisc-v1-community.scss */
.page #zone-footer-wrapper,
.page #zone-privacy-wrapper {
  background: none;
  color: #2c3841;
}
/* line 354, ../sass/jisc-v1-community.scss */
.page #zone-footer-wrapper #zone-footer,
.page #zone-privacy-wrapper #zone-footer {
  margin-top: 0;
}
/* line 357, ../sass/jisc-v1-community.scss */
.page #zone-footer-wrapper .region,
.page #zone-privacy-wrapper .region {
  background: #d4dfe1;
}
/* line 360, ../sass/jisc-v1-community.scss */
.page #zone-footer-wrapper #block-boxes-footer-header,
.page #zone-privacy-wrapper #block-boxes-footer-header {
  border-bottom-style: none;
}
/* line 364, ../sass/jisc-v1-community.scss */
.page #zone-footer-wrapper #block-boxes-footer-header p,
.page #zone-privacy-wrapper #block-boxes-footer-header p {
  font-weight: normal;
}
/* line 371, ../sass/jisc-v1-community.scss */
.page #zone-footer-wrapper #block-boxes-footer-footer,
.page #zone-privacy-wrapper #block-boxes-footer-footer {
  border-top-style: none;
}
/* line 376, ../sass/jisc-v1-community.scss */
.page #zone-footer-wrapper h2,
.page #zone-privacy-wrapper h2 {
  color: #2c3841;
  font-weight: normal;
}
/* line 381, ../sass/jisc-v1-community.scss */
.page #zone-footer-wrapper .boxes-box-content p, .page #zone-footer-wrapper .boxes-box-content ul, .page #zone-footer-wrapper .boxes-box-content ul li,
.page #zone-privacy-wrapper .boxes-box-content p,
.page #zone-privacy-wrapper .boxes-box-content ul,
.page #zone-privacy-wrapper .boxes-box-content ul li {
  font-size: 15px ;
  font-size: 1.5rem ;
  color: black;
}
/* line 387, ../sass/jisc-v1-community.scss */
.page #zone-footer-wrapper .block-inner,
.page #zone-privacy-wrapper .block-inner {
  border-style: none;
}

/* line 393, ../sass/jisc-v1-community.scss */
.node-article .field-name-body p {
  font-size: 18px !important;
  line-height: 27px !important;
}

/* line 397, ../sass/jisc-v1-community.scss */
.node-article .field-name-field-image img {
  width: 100%;
  height: auto;
}

/* line 408, ../sass/jisc-v1-community.scss */
.page-node #region-content .ds-user-header {
  background-color: transparent;
}
/* line 412, ../sass/jisc-v1-community.scss */
.page-node #region-content .ds-user-header .fullname a, .page-node #region-content .ds-user-header .janet-organisation {
  font-size: 18px;
  line-height: 24px;
}

/* line 421, ../sass/jisc-v1-community.scss */
.page-node #region-content .ds-user-header .field-name-post-date .field-item, .page-node #region-content .ds-user-header .field-name-changed-date .field-item {
  font-size: 13px;
}

/* line 429, ../sass/jisc-v1-community.scss */
body.context-login .page #main-content-image-background,
body.context-access-denied .page #main-content-image-background {
  display: none;
}
/* line 432, ../sass/jisc-v1-community.scss */
body.context-login .page #section-content #zone-content-wrapper .region-inner,
body.context-access-denied .page #section-content #zone-content-wrapper .region-inner {
  background: none;
}
/* line 445, ../sass/jisc-v1-community.scss */
body.context-login .page #section-content #zone-content-wrapper .region-inner form .form-actions a,
body.context-access-denied .page #section-content #zone-content-wrapper .region-inner form .form-actions a {
  margin-right: 10px;
  margin-left: 10px;
}
/* line 449, ../sass/jisc-v1-community.scss */
body.context-login .page #section-content #zone-content-wrapper .region-inner form .form-actions a#forgot-email-link,
body.context-access-denied .page #section-content #zone-content-wrapper .region-inner form .form-actions a#forgot-email-link {
  margin-left: 20px;
}

/* line 456, ../sass/jisc-v1-community.scss */
#section-content a#forgot-email-link {
  display: block;
  margin: 0.5em 0;
}

/* line 463, ../sass/jisc-v1-community.scss */
#section-content input#edit-login {
  margin-right: 0;
}

/* line 467, ../sass/jisc-v1-community.scss */
.form-item-organisation-name #autocomplete {
  left: auto !important;
  right: 10px !important;
}

/* The above rule breaks this on registration. It might break it elsewhere too,
   but I can't tell */
/* line 473, ../sass/jisc-v1-community.scss */
#janet-user-registration-register .form-item-organisation-name #autocomplete {
  left: inherit !important;
  right: inherit !important;
}

/* line 477, ../sass/jisc-v1-community.scss */
#profile-janet-verified-field-organisation-add-more-wrapper #field-organisation-values label {
  width: auto;
}

/* line 480, ../sass/jisc-v1-community.scss */
.btn-warning#edit-no-access {
  margin-bottom: 0;
  margin-left: 10px;
}

/* line 486, ../sass/jisc-v1-community.scss */
legend span {
  position: inherit;
  margin-left: 0.5em;
}

/* line 491, ../sass/jisc-v1-community.scss */
#janet-user-registration-register {
  min-height: 0;
  margin-bottom: 0;
  margin-top: 10px;
}
/* line 495, ../sass/jisc-v1-community.scss */
#janet-user-registration-register #edit-account-details .form-text {
  width: 300px;
  max-width: 100%;
}

/* line 500, ../sass/jisc-v1-community.scss */
#janet-user-registration-register #registration-progress-bar .visited {
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #458525), color-stop(100%, #85C565));
  background-image: -webkit-linear-gradient(bottom, #458525 0%, #85C565 100%);
  background-image: -moz-linear-gradient(bottom, #458525 0%, #85C565 100%);
  background-image: -o-linear-gradient(bottom, #458525 0%, #85C565 100%);
  background-image: linear-gradient(to top, #458525 0%, #85c565 100%);
}

/* line 511, ../sass/jisc-v1-community.scss */
.page-register #page-title {
  margin-bottom: 0;
}

/* line 516, ../sass/jisc-v1-community.scss */
#edit-terms #edit-conditions {
  width: inherit;
}

/* line 522, ../sass/jisc-v1-community.scss */
#registration-complete #institutional-login {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* line 529, ../sass/jisc-v1-community.scss */
.view-id-questions .views-field-comment-count,
.view-id-ideas .views-field-comment-count {
  width: auto;
}

/* line 534, ../sass/jisc-v1-community.scss */
.view-id-questions .rate-average big,
.view-id-ideas .rate-average big {
  margin-bottom: -3px;
  padding-bottom: 0;
}

/* line 540, ../sass/jisc-v1-community.scss */
.view-id-questions .rate-widget small, .view-id-ideas .rate-widget small, .view-videos .rate-widget small, .view-id-communities .rate-widget small, .view-taxonomy-pages .rate-widget small {
  font-size: 18px ;
  font-size: 1.8rem ;
}

/* line 547, ../sass/jisc-v1-community.scss */
#block-janet-custom-janet-custom-view-all-tags .btn {
  margin-top: 15px;
}

/* line 552, ../sass/jisc-v1-community.scss */
#search-block-form input[type=text] {
  padding: 5px 23px 4px 9px;
  border: 1px solid #E4E9EC;
  outline: 0;
  color: #63727C;
  background-color: #E4E9EC;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  font-size: 15px;
  font-size: 1.5rem;
  width: 200px;
}
/* line 566, ../sass/jisc-v1-community.scss */
#search-block-form input[type=text]:focus {
  border: 1px solid #63727C;
  color: #00557f;
}

/* line 572, ../sass/jisc-v1-community.scss */
#search-block-form .ico.ico-search-glass {
  top: 1px;
  border-radius: 0px;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-color: transparent;
}
/* line 580, ../sass/jisc-v1-community.scss */
#search-block-form .ico.ico-search-glass:hover {
  opacity: 0.5;
}

@media (max-width: 760px) {
  /* line 586, ../sass/jisc-v1-community.scss */
  #search-block-form .ico.ico-search-glass {
    position: relative;
    right: auto;
    left: -32px;
  }
}
/* line 598, ../sass/jisc-v1-community.scss */
#libraryfinder-hide-button a.hidden {
  display: block !important;
}

/* line 602, ../sass/jisc-v1-community.scss */
#libraryfinder-hide-button a i.fa {
  font-size: .8em !important;
}

/* line 608, ../sass/jisc-v1-community.scss */
#block-views-homepage-slideshow-block, #block-janet-adaptive-library-jl-finderwin {
  margin-bottom: -20px;
}

/* line 616, ../sass/jisc-v1-community.scss */
.page-library-tags #block-system-main .views-row {
  padding: 5px 5px 5px 0;
  border-bottom: 1px #eee solid;
  margin-bottom: 20px;
}
/* line 621, ../sass/jisc-v1-community.scss */
.page-library-tags #block-system-main .views-row .field-name-title h3 {
  font-size: 3rem;
  font-size: 30px;
}
/* line 626, ../sass/jisc-v1-community.scss */
.page-library-tags #block-system-main .views-row .field-name-user-fullname {
  margin-bottom: 5px;
}
/* line 630, ../sass/jisc-v1-community.scss */
.page-library-tags #block-system-main .views-row .field-name-post-date {
  margin-bottom: 10px;
}
/* line 636, ../sass/jisc-v1-community.scss */
.page-library-tags #block-system-main .views-row-last {
  border-bottom: none;
}

/* line 647, ../sass/jisc-v1-community.scss */
#page .field-name-body .field-item,
#page .field-name-body .field-item div,
#page .field-name-field-question-body .field-item,
#page .field-name-field-idea-body .field-item {
  margin-top: 20px ;
  margin-top: 2rem ;
  zoom: 1;
  /* Floated media modifiers
     Note: these are currently used only in .article-full {}
     (.teasers have bespoke .has-media modifiers)
  */
}
/* line 122, ../sass/partials/_mixins.scss */
#page .field-name-body .field-item:before, #page .field-name-body .field-item:after,
#page .field-name-body .field-item div:before,
#page .field-name-body .field-item div:after,
#page .field-name-field-question-body .field-item:before,
#page .field-name-field-question-body .field-item:after,
#page .field-name-field-idea-body .field-item:before,
#page .field-name-field-idea-body .field-item:after {
  content: "";
  display: table;
}
/* line 127, ../sass/partials/_mixins.scss */
#page .field-name-body .field-item:after,
#page .field-name-body .field-item div:after,
#page .field-name-field-question-body .field-item:after,
#page .field-name-field-idea-body .field-item:after {
  clear: both;
}
/* line 654, ../sass/jisc-v1-community.scss */
#page .field-name-body .field-item > h2,
#page .field-name-body .field-item div > h2,
#page .field-name-field-question-body .field-item > h2,
#page .field-name-field-idea-body .field-item > h2 {
  font-size: 30px ;
  font-size: 3rem ;
  line-height: 33px ;
  line-height: 3.3rem ;
  font-weight: normal;
  font-family: "Stag Sans Web Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif;
}
@media screen and (max-width: 850px) {
  /* line 654, ../sass/jisc-v1-community.scss */
  #page .field-name-body .field-item > h2,
  #page .field-name-body .field-item div > h2,
  #page .field-name-field-question-body .field-item > h2,
  #page .field-name-field-idea-body .field-item > h2 {
    font-size: 27px ;
    font-size: 2.7rem ;
    line-height: 30px ;
    line-height: 3rem ;
  }
}
@media screen and (max-width: 565px) {
  /* line 654, ../sass/jisc-v1-community.scss */
  #page .field-name-body .field-item > h2,
  #page .field-name-body .field-item div > h2,
  #page .field-name-field-question-body .field-item > h2,
  #page .field-name-field-idea-body .field-item > h2 {
    font-size: 24px ;
    font-size: 2.4rem ;
    line-height: 27px ;
    line-height: 2.7rem ;
  }
}
/* line 669, ../sass/jisc-v1-community.scss */
#page .field-name-body .field-item > h3,
#page .field-name-body .field-item div > h3,
#page .field-name-field-question-body .field-item > h3,
#page .field-name-field-idea-body .field-item > h3 {
  font-size: 24px ;
  font-size: 2.4rem ;
  line-height: 27px ;
  line-height: 2.7rem ;
  font-weight: normal;
  font-family: "Stag Sans Web Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif;
}
@media screen and (max-width: 850px) {
  /* line 669, ../sass/jisc-v1-community.scss */
  #page .field-name-body .field-item > h3,
  #page .field-name-body .field-item div > h3,
  #page .field-name-field-question-body .field-item > h3,
  #page .field-name-field-idea-body .field-item > h3 {
    font-size: 21px ;
    font-size: 2.1rem ;
    line-height: 24px ;
    line-height: 2.4rem ;
  }
}
/* line 680, ../sass/jisc-v1-community.scss */
#page .field-name-body .field-item > h4, #page .field-name-body .field-item > h5, #page .field-name-body .field-item > h6,
#page .field-name-body .field-item div > h4,
#page .field-name-body .field-item div > h5,
#page .field-name-body .field-item div > h6,
#page .field-name-field-question-body .field-item > h4,
#page .field-name-field-question-body .field-item > h5,
#page .field-name-field-question-body .field-item > h6,
#page .field-name-field-idea-body .field-item > h4,
#page .field-name-field-idea-body .field-item > h5,
#page .field-name-field-idea-body .field-item > h6 {
  font-size: 18px ;
  font-size: 1.8rem ;
  line-height: 21px ;
  line-height: 2.1rem ;
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}
/* line 685, ../sass/jisc-v1-community.scss */
#page .field-name-body .field-item > p,
#page .field-name-body .field-item > blockquote p,
#page .field-name-body .field-item > blockquote,
#page .field-name-body .field-item div > p,
#page .field-name-body .field-item div > blockquote p,
#page .field-name-body .field-item div > blockquote,
#page .field-name-field-question-body .field-item > p,
#page .field-name-field-question-body .field-item > blockquote p,
#page .field-name-field-question-body .field-item > blockquote,
#page .field-name-field-idea-body .field-item > p,
#page .field-name-field-idea-body .field-item > blockquote p,
#page .field-name-field-idea-body .field-item > blockquote {
  font-size: 18px ;
  font-size: 1.8rem ;
  margin: 0 0 27px;
  margin: 0 0 2.7rem;
  line-height: 27px ;
  line-height: 2.7rem ;
}
/* line 700, ../sass/jisc-v1-community.scss */
#page .field-name-body .field-item > blockquote,
#page .field-name-body .field-item div > blockquote,
#page .field-name-field-question-body .field-item > blockquote,
#page .field-name-field-idea-body .field-item > blockquote {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 6px solid #E4E9EC;
}
/* line 705, ../sass/jisc-v1-community.scss */
#page .field-name-body .field-item a, #page .field-name-body .field-item .footnote,
#page .field-name-body .field-item div a,
#page .field-name-body .field-item div .footnote,
#page .field-name-field-question-body .field-item a,
#page .field-name-field-question-body .field-item .footnote,
#page .field-name-field-idea-body .field-item a,
#page .field-name-field-idea-body .field-item .footnote {
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}
/* line 708, ../sass/jisc-v1-community.scss */
#page .field-name-body .field-item > ul,
#page .field-name-body .field-item > ol,
#page .field-name-body .field-item > dl,
#page .field-name-body .field-item div > ul,
#page .field-name-body .field-item div > ol,
#page .field-name-body .field-item div > dl,
#page .field-name-field-question-body .field-item > ul,
#page .field-name-field-question-body .field-item > ol,
#page .field-name-field-question-body .field-item > dl,
#page .field-name-field-idea-body .field-item > ul,
#page .field-name-field-idea-body .field-item > ol,
#page .field-name-field-idea-body .field-item > dl {
  line-height: 27px ;
  line-height: 2.7rem ;
  margin: 0 0 27px;
  margin: 0 0 2.7rem;
}
/* line 715, ../sass/jisc-v1-community.scss */
#page .field-name-body .field-item > ul,
#page .field-name-body .field-item div > ul,
#page .field-name-field-question-body .field-item > ul,
#page .field-name-field-idea-body .field-item > ul {
  list-style-type: none;
}
/* line 718, ../sass/jisc-v1-community.scss */
#page .field-name-body .field-item > ul li,
#page .field-name-body .field-item div > ul li,
#page .field-name-field-question-body .field-item > ul li,
#page .field-name-field-idea-body .field-item > ul li {
  padding: 2px 0 10px 2em;
  line-height: 27px ;
  line-height: 2.7rem ;
  font-size: 17px;
  font-size: 1.7rem;
  background-repeat: no-repeat;
  background-position: 20px 12px;
  background-color: transparent;
  overflow: hidden;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4M0RBNERBM0MyQ0ExMUUyOEVBMUIyMjU0OEI1MzNGNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4M0RBNERBNEMyQ0ExMUUyOEVBMUIyMjU0OEI1MzNGNCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjgzREE0REExQzJDQTExRTI4RUExQjIyNTQ4QjUzM0Y0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjgzREE0REEyQzJDQTExRTI4RUExQjIyNTQ4QjUzM0Y0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+lENsFgAAAGlJREFUeNpi/P//P8OstVsTGBgYIoDYFogPA/GKtGDvBYwz12wBScwAYnYGBPgJxBlMUB3IEgxQfgQT1ChswJYJagc2cBgkuQJqBwOanSuYN69ceuHs9dtPgBxOIJYC4n1A3AFyLUCAAQCwbhyl9oIfEAAAAABJRU5ErkJggg==);
}
/* line 729, ../sass/jisc-v1-community.scss */
.l-pull-left.featured #page .field-name-body .field-item > ul li, .l-pull-left.featured
#page .field-name-body .field-item div > ul li, .l-pull-left.featured
#page .field-name-field-question-body .field-item > ul li, .l-pull-left.featured
#page .field-name-field-idea-body .field-item > ul li {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA7VpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6Rjc3RjExNzQwNzIwNjgxMTgwODNFQjgzQzYyQkQ3QzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUU5RDQwREM4OTk2MTFFMjk3ODNEOTQ2QUM4MTE0QjIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUU5RDQwREI4OTk2MTFFMjk3ODNEOTQ2QUM4MTE0QjIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowMjgwMTE3NDA3MjA2ODExOTJCMDgwNTRGN0U1RjYyMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNzdGMTE3NDA3MjA2ODExODA4M0VCODNDNjJCRDdDMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhlWfB8AAABTSURBVHjaYrx4+z4DECQAcQQQ2wLxYSBeAcQLWKASM4CYnQEC3IHYAcRgguqAScAAiB/BBDUKG7BlgtqBDRxmglr+E00CxF8BctACqACGawECDADLnRBj3LRFBAAAAABJRU5ErkJggg==);
}
/* line 733, ../sass/jisc-v1-community.scss */
#page .field-name-body .field-item > ol li,
#page .field-name-body .field-item div > ol li,
#page .field-name-field-question-body .field-item > ol li,
#page .field-name-field-idea-body .field-item > ol li {
  margin-left: 2em;
}
/* line 736, ../sass/jisc-v1-community.scss */
#page .field-name-body .field-item > ol ol,
#page .field-name-body .field-item div > ol ol,
#page .field-name-field-question-body .field-item > ol ol,
#page .field-name-field-idea-body .field-item > ol ol {
  list-style-type: lower-latin;
}
/* line 739, ../sass/jisc-v1-community.scss */
#page .field-name-body .field-item > ol ol ol,
#page .field-name-body .field-item div > ol ol ol,
#page .field-name-field-question-body .field-item > ol ol ol,
#page .field-name-field-idea-body .field-item > ol ol ol {
  list-style-type: lower-roman;
}
/* line 742, ../sass/jisc-v1-community.scss */
#page .field-name-body .field-item > dl dt,
#page .field-name-body .field-item div > dl dt,
#page .field-name-field-question-body .field-item > dl dt,
#page .field-name-field-idea-body .field-item > dl dt {
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}
/* line 746, ../sass/jisc-v1-community.scss */
#page .field-name-body .field-item .media,
#page .field-name-body .field-item div .media,
#page .field-name-field-question-body .field-item .media,
#page .field-name-field-idea-body .field-item .media {
  margin-bottom: 27px ;
  margin-bottom: 2.7rem ;
}
/* line 749, ../sass/jisc-v1-community.scss */
#page .field-name-body .field-item .media img,
#page .field-name-body .field-item div .media img,
#page .field-name-field-question-body .field-item .media img,
#page .field-name-field-idea-body .field-item .media img {
  max-width: 100%;
}
@media screen and (min-width: 565px) {
  /* line 764, ../sass/jisc-v1-community.scss */
  #page .field-name-body .field-item .media--left,
  #page .field-name-body .field-item .media--right,
  #page .field-name-body .field-item div .media--left,
  #page .field-name-body .field-item div .media--right,
  #page .field-name-field-question-body .field-item .media--left,
  #page .field-name-field-question-body .field-item .media--right,
  #page .field-name-field-idea-body .field-item .media--left,
  #page .field-name-field-idea-body .field-item .media--right {
    max-width: 75%;
  }
}
@media screen and (min-width: 757px) {
  /* line 773, ../sass/jisc-v1-community.scss */
  #page .field-name-body .field-item .media--left,
  #page .field-name-body .field-item .media--right,
  #page .field-name-body .field-item div .media--left,
  #page .field-name-body .field-item div .media--right,
  #page .field-name-field-question-body .field-item .media--left,
  #page .field-name-field-question-body .field-item .media--right,
  #page .field-name-field-idea-body .field-item .media--left,
  #page .field-name-field-idea-body .field-item .media--right {
    max-width: 50%;
  }
  /* line 777, ../sass/jisc-v1-community.scss */
  #page .field-name-body .field-item .media--left,
  #page .field-name-body .field-item div .media--left,
  #page .field-name-field-question-body .field-item .media--left,
  #page .field-name-field-idea-body .field-item .media--left {
    float: left;
    margin-right: 5%;
  }
  /* line 781, ../sass/jisc-v1-community.scss */
  #page .field-name-body .field-item .media--right,
  #page .field-name-body .field-item div .media--right,
  #page .field-name-field-question-body .field-item .media--right,
  #page .field-name-field-idea-body .field-item .media--right {
    float: right;
    margin-left: 5%;
  }
}

/* line 791, ../sass/jisc-v1-community.scss */
#page .field-name-body ul li:before {
  background: none;
}

/* line 797, ../sass/jisc-v1-community.scss */
#page #zone-footer-wrapper.zone-footer-wrapper {
  background: linear-gradient(to right, #d4dfe1 50%, rgba(0, 0, 0, 0) 50%);
}

/* line 801, ../sass/jisc-v1-community.scss */
#page_bottom {
  background: linear-gradient(to right, #2b3841 50%, rgba(0, 0, 0, 0) 50%);
}

/* line 803, ../sass/jisc-v1-community.scss */
#page_bottom .container-12 {
  background-color: #2b3841;
  height: 20px;
}

/* line 805, ../sass/jisc-v1-community.scss */
#page #zone-privacy-wrapper.zone-privacy-wrapper {
  background: linear-gradient(to right, #c3d0d6 50%, rgba(0, 0, 0, 0) 50%);
}

/* line 809, ../sass/jisc-v1-community.scss */
#page #zone-privacy-wrapper .region {
  background-color: #c3d0d6;
  margin-left: 20px;
}

/* line 813, ../sass/jisc-v1-community.scss */
#page .region-inner.region-privacy-inner {
  padding-left: 20px;
}

/* line 820, ../sass/jisc-v1-community.scss */
#page .block-janet-og-local-header .field-name-body .field-item p {
  font-size: 16px;
  line-height: 24px;
}

/* line 825, ../sass/jisc-v1-community.scss */
form .field-group-accordion-wrapper .description {
  padding-left: 0;
}
/* line 828, ../sass/jisc-v1-community.scss */
form .field-group-accordion-wrapper label {
  width: auto !important;
  margin-left: 0 !important;
}

/* line 834, ../sass/jisc-v1-community.scss */
form p {
  font-family: "Stag Sans Web Light", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}
/* line 836, ../sass/jisc-v1-community.scss */
form p a {
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}

/* line 844, ../sass/jisc-v1-community.scss */
.field-name-group-group span.label.label-info {
  margin-right: 5px;
  font-weight: normal;
  font-size: 1.2rem !important;
  position: relative;
  top: -1px;
}

/* line 859, ../sass/jisc-v1-community.scss */
.region-sidebar #block-janet-og-janet-og-local-header .group_owner {
  padding-top: 10px;
  clear: both;
  float: none;
  width: 100%;
}
/* line 866, ../sass/jisc-v1-community.scss */
.region-sidebar #block-janet-og-janet-og-local-header .group_owner .field-name-group-manager-label {
  color: #616365;
  font-family: 'Stag Sans Web Light', HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
}
/* line 878, ../sass/jisc-v1-community.scss */
.region-sidebar #block-janet-og-janet-og-local-header .field-name-field-group-last-updated {
  margin-top: 10px;
}
/* line 882, ../sass/jisc-v1-community.scss */
.region-sidebar #block-janet-og-janet-og-local-header .field-name-group-group {
  float: none;
}
/* line 886, ../sass/jisc-v1-community.scss */
.region-sidebar #block-janet-og-janet-og-local-header .field-name-group-group .field-items .field-item a.btn {
  float: none;
}
/* line 889, ../sass/jisc-v1-community.scss */
.region-sidebar #block-janet-og-janet-og-local-header .field-name-group-group .field-items .field-item a.btn.field-name-group-button {
  margin-bottom: 5px;
}
/* line 895, ../sass/jisc-v1-community.scss */
.region-sidebar #block-janet-og-janet-og-local-header .field-name-body .field-item {
  font-size: 16px ;
  font-size: 1.6rem ;
  line-height: 24px ;
  line-height: 2.4rem ;
}
/* line 899, ../sass/jisc-v1-community.scss */
.region-sidebar #block-janet-og-janet-og-local-header .field-name-body .field-item > p,
.region-sidebar #block-janet-og-janet-og-local-header .field-name-body .field-item > blockquote p,
.region-sidebar #block-janet-og-janet-og-local-header .field-name-body .field-item > blockquote {
  font-size: 16px ;
  font-size: 1.6rem ;
  line-height: 24px ;
  line-height: 2.4rem ;
}

/* line 913, ../sass/jisc-v1-community.scss */
.btn-success, .btn-cancel, .btn-danger, .btn:not(.show-hide-group-body):not(.dropdown-toggle), .btn-info, .heartbeat-comment-submit, .btn-primary, .btn-warning, #modal-content #team-management-remove-app-user-form .form-actions .btn {
  background: #005078;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #005078), color-stop(100%, #97b4c2));
  background-image: -webkit-linear-gradient(bottom, #005078 0%, #97b4c2 100%);
  background-image: -moz-linear-gradient(bottom, #005078 0%, #97b4c2 100%);
  background-image: -o-linear-gradient(bottom, #005078 0%, #97b4c2 100%);
  background-image: linear-gradient(to top, #005078 0%, #97b4c2 100%);
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
  line-height: 24px;
  line-height: 2.4rem;
  color: #fff;
  -webkit-font-smoothing: auto;
  padding: 0.2em 1em;
  border: none;
  border-radius: 0;
  font-weight: normal;
  text-shadow: none;
  word-break: normal;
}
/* line 937, ../sass/jisc-v1-community.scss */
.btn-success:not(.disabled):not(.form-button-disabled):hover, .btn-success:not(.disabled):not(.form-button-disabled):active, .btn-cancel:not(.disabled):not(.form-button-disabled):hover, .btn-cancel:not(.disabled):not(.form-button-disabled):active, .btn-danger:not(.disabled):not(.form-button-disabled):hover, .btn-danger:not(.disabled):not(.form-button-disabled):active, .btn:not(.show-hide-group-body):not(.dropdown-toggle):not(.disabled):not(.form-button-disabled):hover, .btn:not(.show-hide-group-body):not(.dropdown-toggle):not(.disabled):not(.form-button-disabled):active, .btn-info:not(.disabled):not(.form-button-disabled):hover, .btn-info:not(.disabled):not(.form-button-disabled):active, .heartbeat-comment-submit:not(.disabled):not(.form-button-disabled):hover, .heartbeat-comment-submit:not(.disabled):not(.form-button-disabled):active, .btn-primary:not(.disabled):not(.form-button-disabled):hover, .btn-primary:not(.disabled):not(.form-button-disabled):active, .btn-warning:not(.disabled):not(.form-button-disabled):hover, .btn-warning:not(.disabled):not(.form-button-disabled):active, #modal-content #team-management-remove-app-user-form .form-actions .btn:not(.disabled):not(.form-button-disabled):hover, #modal-content #team-management-remove-app-user-form .form-actions .btn:not(.disabled):not(.form-button-disabled):active {
  background: #156791;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #156791), color-stop(100%, #9bbccc));
  background-image: -webkit-linear-gradient(bottom, #156791 0%, #9bbccc 100%);
  background-image: -moz-linear-gradient(bottom, #156791 0%, #9bbccc 100%);
  background-image: -o-linear-gradient(bottom, #156791 0%, #9bbccc 100%);
  background-image: linear-gradient(to top, #156791 0%, #9bbccc 100%);
  color: #fff;
  border: none;
  border-radius: 0;
  font-weight: normal;
  text-shadow: none;
}
/* line 953, ../sass/jisc-v1-community.scss */
.btn-success.disabled, .btn-success.form-button-disabled, .btn-cancel.disabled, .btn-cancel.form-button-disabled, .btn-danger.disabled, .btn-danger.form-button-disabled, .btn:not(.show-hide-group-body):not(.dropdown-toggle).disabled, .btn:not(.show-hide-group-body):not(.dropdown-toggle).form-button-disabled, .btn-info.disabled, .btn-info.form-button-disabled, .heartbeat-comment-submit.disabled, .heartbeat-comment-submit.form-button-disabled, .btn-primary.disabled, .btn-primary.form-button-disabled, .btn-warning.disabled, .btn-warning.form-button-disabled, #modal-content #team-management-remove-app-user-form .form-actions .btn.disabled, #modal-content #team-management-remove-app-user-form .form-actions .btn.form-button-disabled {
  opacity: 1;
  color: #fff;
  background: #919191;
  background-size: 100%;
  background-image: -webkit-linear-gradient(bottom, #adadad 0%, #d1d1d1 100%);
  background-image: -moz-linear-gradient(bottom, #adadad 0%, #d1d1d1 100%);
  background-image: -o-linear-gradient(bottom, #adadad 0%, #d1d1d1 100%);
  background-image: linear-gradient(to top, #adadad 0%, #d1d1d1 100%);
}
/* line 964, ../sass/jisc-v1-community.scss */
.btn-success.disabled:hover, .btn-success.disabled:active, .btn-success.form-button-disabled:hover, .btn-success.form-button-disabled:active, .btn-cancel.disabled:hover, .btn-cancel.disabled:active, .btn-cancel.form-button-disabled:hover, .btn-cancel.form-button-disabled:active, .btn-danger.disabled:hover, .btn-danger.disabled:active, .btn-danger.form-button-disabled:hover, .btn-danger.form-button-disabled:active, .btn:not(.show-hide-group-body):not(.dropdown-toggle).disabled:hover, .btn:not(.show-hide-group-body):not(.dropdown-toggle).disabled:active, .btn:not(.show-hide-group-body):not(.dropdown-toggle).form-button-disabled:hover, .btn:not(.show-hide-group-body):not(.dropdown-toggle).form-button-disabled:active, .btn-info.disabled:hover, .btn-info.disabled:active, .btn-info.form-button-disabled:hover, .btn-info.form-button-disabled:active, .heartbeat-comment-submit.disabled:hover, .heartbeat-comment-submit.disabled:active, .heartbeat-comment-submit.form-button-disabled:hover, .heartbeat-comment-submit.form-button-disabled:active, .btn-primary.disabled:hover, .btn-primary.disabled:active, .btn-primary.form-button-disabled:hover, .btn-primary.form-button-disabled:active, .btn-warning.disabled:hover, .btn-warning.disabled:active, .btn-warning.form-button-disabled:hover, .btn-warning.form-button-disabled:active, #modal-content #team-management-remove-app-user-form .form-actions .btn.disabled:hover, #modal-content #team-management-remove-app-user-form .form-actions .btn.disabled:active, #modal-content #team-management-remove-app-user-form .form-actions .btn.form-button-disabled:hover, #modal-content #team-management-remove-app-user-form .form-actions .btn.form-button-disabled:active {
  opacity: 1;
}
/* line 968, ../sass/jisc-v1-community.scss */
.btn-success.btn-mini, .btn-cancel.btn-mini, .btn-danger.btn-mini, .btn:not(.show-hide-group-body):not(.dropdown-toggle).btn-mini, .btn-info.btn-mini, .heartbeat-comment-submit.btn-mini, .btn-primary.btn-mini, .btn-warning.btn-mini, #modal-content #team-management-remove-app-user-form .form-actions .btn.btn-mini {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
}

/* line 975, ../sass/jisc-v1-community.scss */
input.btn-success, input.btn-cancel, input.btn-danger, input.btn:not(.show-hide-group-body), input.btn-info {
  margin-bottom: 0;
}

/* line 980, ../sass/jisc-v1-community.scss */
#edit-field-video-field-und-0-browse-button {
  background: #005078 linear-gradient(to top, #005078 0%, #97b4c2 100%) repeat scroll 0 0/100% auto;
  border: medium none;
  border-radius: 0;
  color: #ffffff;
  font-family: "Stag Sans Web Book","HelveticaNeue","Helvetica Neue",Arial,sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 2.4rem;
  padding: 0.2em 1em;
  text-shadow: none;
  word-break: normal;
  float: left;
  display: inline-block;
}

/* line 998, ../sass/jisc-v1-community.scss */
#section-content .form-actions .form-submit:not(.btn-override), #modal-content .form-actions .form-submit:not(.btn-override) {
  background: #005078;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #005078), color-stop(100%, #97b4c2));
  background-image: -webkit-linear-gradient(bottom, #005078 0%, #97b4c2 100%);
  background-image: -moz-linear-gradient(bottom, #005078 0%, #97b4c2 100%);
  background-image: -o-linear-gradient(bottom, #005078 0%, #97b4c2 100%);
  background-image: linear-gradient(to top, #005078 0%, #97b4c2 100%);
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
  line-height: 24px;
  line-height: 2.4rem;
  color: #fff;
  -webkit-font-smoothing: auto;
  padding: 0.2em 1em;
  border: none;
  border-radius: 0;
}
/* line 1019, ../sass/jisc-v1-community.scss */
#section-content .form-actions .form-submit:not(.btn-override):hover, #section-content .form-actions .form-submit:not(.btn-override):active, #modal-content .form-actions .form-submit:not(.btn-override):hover, #modal-content .form-actions .form-submit:not(.btn-override):active {
  background: #156791;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #156791), color-stop(100%, #9bbccc));
  background-image: -webkit-linear-gradient(bottom, #156791 0%, #9bbccc 100%);
  background-image: -moz-linear-gradient(bottom, #156791 0%, #9bbccc 100%);
  background-image: -o-linear-gradient(bottom, #156791 0%, #9bbccc 100%);
  background-image: linear-gradient(to top, #156791 0%, #9bbccc 100%);
  color: #fff;
  border: none;
  border-radius: 0;
}

/* line 1036, ../sass/jisc-v1-community.scss */
.btn.show-hide-group-body, .btn.dropdown-toggle {
  border: 1px solid #d5dee2;
  background: #dfe6e9;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #dfe6e9), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(bottom, #dfe6e9 0%, #ffffff 100%);
  background-image: -moz-linear-gradient(bottom, #dfe6e9 0%, #ffffff 100%);
  background-image: -o-linear-gradient(bottom, #dfe6e9 0%, #ffffff 100%);
  background-image: linear-gradient(to top, #dfe6e9 0%, #ffffff 100%);
  padding: 0.3em 0.7em;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 20px;
  line-height: 2rem;
  vertical-align: middle;
  border-radius: 0;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
  color: #00557f;
  white-space: nowrap;
}
/* line 1059, ../sass/jisc-v1-community.scss */
.btn.show-hide-group-body:hover, .btn.dropdown-toggle:hover {
  border: 1px solid #c7d2d6;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #d5dce0), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(bottom, #d5dce0 0%, #ffffff 100%);
  background-image: -moz-linear-gradient(bottom, #d5dce0 0%, #ffffff 100%);
  background-image: -o-linear-gradient(bottom, #d5dce0 0%, #ffffff 100%);
  background-image: linear-gradient(to top, #d5dce0 0%, #ffffff 100%);
  border-radius: 0;
  opacity: 0.8;
}

/* line 1075, ../sass/jisc-v1-community.scss */
#section-content .form-actions .form-submit:not(.btn-override).btn-link, .btn.btn-link, .btn-link {
  background: none;
  color: #00557f;
  word-break: break-word;
  box-shadow: none;
  font-family: 'Stag Sans Web Book';
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  text-shadow: none;
}
/* line 1086, ../sass/jisc-v1-community.scss */
#section-content .form-actions .form-submit:not(.btn-override).btn-link:hover, #section-content .form-actions .form-submit:not(.btn-override).btn-link:focus, .btn.btn-link:hover, .btn.btn-link:focus, .btn-link:hover, .btn-link:focus {
  color: #e85e13;
  outline: none;
}

/* line 1095, ../sass/jisc-v1-community.scss */
#page .block-apachesolr-search-sort .btn-group .btn.dropdown-toggle {
  width: 160px;
  text-align: left;
  height: 20px;
}
/* line 1099, ../sass/jisc-v1-community.scss */
#page .block-apachesolr-search-sort .btn-group .btn.dropdown-toggle .caret {
  position: absolute;
  right: 0;
  margin-right: 10px;
  margin-top: 8px;
}

/* line 1110, ../sass/jisc-v1-community.scss */
#suggestion-button {
  margin-top: -6px;
  margin-bottom: 6px;
}

/* line 1118, ../sass/jisc-v1-community.scss */
#cookie_block {
  background: none repeat scroll 0% 0% #0C2931;
  border: none;
  box-shadow: none;
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}

/* line 1128, ../sass/jisc-v1-community.scss */
.field-type-taxonomy-term-reference .field-items .field-item a {
  position: relative;
  display: block;
  color: #00557F;
  background: none;
  border-radius: 3px;
  padding: 6px 8px 5px 8px;
  padding: 0.6rem 0.8rem 0.5rem 0.8rem;
  border: 1px #DBE1E3 solid;
}

/* line 1139, ../sass/jisc-v1-community.scss */
a.tagadelic {
  border-radius: 0;
}

/* line 1143, ../sass/jisc-v1-community.scss */
a.tagadelic.level1 {
  font-size: 1em;
}

/* line 1146, ../sass/jisc-v1-community.scss */
a.tagadelic.level2 {
  font-size: 1.2em;
}

/* line 1149, ../sass/jisc-v1-community.scss */
a.tagadelic.level3 {
  font-size: 1.4em;
}

/* line 1152, ../sass/jisc-v1-community.scss */
a.tagadelic.level4 {
  font-size: 1.6em;
}

/* line 1155, ../sass/jisc-v1-community.scss */
a.tagadelic.level5 {
  font-size: 1.8em;
}

/* line 1158, ../sass/jisc-v1-community.scss */
a.tagadelic.level6 {
  font-size: 2em;
}

/* line 1161, ../sass/jisc-v1-community.scss */
a.tagadelic.level7 {
  font-size: 2.2em;
}

/* line 1164, ../sass/jisc-v1-community.scss */
a.tagadelic.level8 {
  font-size: 2.4em;
}

/* line 1167, ../sass/jisc-v1-community.scss */
a.tagadelic.level9 {
  font-size: 2.6em;
}

/* line 1170, ../sass/jisc-v1-community.scss */
a.tagadelic.level10 {
  font-size: 2.8em;
}

/* line 1175, ../sass/jisc-v1-community.scss */
article.node-documents div.file a {
  border-radius: 0;
}

/* line 1179, ../sass/jisc-v1-community.scss */
.node-video .rate-widget-rate_like .percent, .node-ideas .rate-widget-rate_like .percent, .node-question .rate-widget-rate_like .percent {
  border-radius: 0px;
}

/* line 1184, ../sass/jisc-v1-community.scss */
.field-name-field-tags .field-items .field-item, .field-name-field-libtags .field-items .field-item, .field-type-taxonomy-term-reference .field-items .field-item {
  border-bottom-color: #2c3841;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-left-color: #2c3841;
  border-left-style: none;
  border-left-width: 0px;
  border-right-color: #2c3841;
  border-right-style: none;
  border-right-width: 0px;
  border-top-color: #2c3841;
  border-top-style: none;
  border-top-width: 0px;
  color: #2c3841;
  display: inline-block;
  font-family: 'Stag Sans Web Book', HelveticaNeue, 'Helvetica Neue', Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  height: 25px;
  line-height: 12px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 5px;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  text-align: left;
  text-transform: uppercase;
  vertical-align: middle;
  zoom: 1;
}
/* line 1221, ../sass/jisc-v1-community.scss */
.field-name-field-tags .field-items .field-item a, .field-name-field-libtags .field-items .field-item a, .field-type-taxonomy-term-reference .field-items .field-item a {
  background-color: white;
  border-bottom-color: #dbe1e3;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: #dbe1e3;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #dbe1e3;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #dbe1e3;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-style: solid;
  border-top-width: 1px;
  color: #00557f;
  cursor: auto;
  display: block;
  font-family: 'Stag Sans Web Book', HelveticaNeue, 'Helvetica Neue', Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  height: 12px;
  line-height: 12px;
  padding-bottom: 5px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 6px;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  word-break: break-word;
  white-space: nowrap;
  zoom: 1;
}
/* line 1265, ../sass/jisc-v1-community.scss */
.field-name-field-tags .field-items .field-item a:hover, .field-name-field-libtags .field-items .field-item a:hover, .field-type-taxonomy-term-reference .field-items .field-item a:hover {
  color: #e85e13;
  background: none;
}

/* line 1275, ../sass/jisc-v1-community.scss */
#page .flag-app-bookmark a.flag,
.not-logged-in #page .flag-app-bookmark span.flag {
  height: 24px;
}

/* line 1280, ../sass/jisc-v1-community.scss */
.app-description-listings .app-description {
  overflow: hidden;
  height: 60px;
}
/* line 1282, ../sass/jisc-v1-community.scss */
.app-description-listings .app-description > p {
  text-overflow: ellipsis;
}

/* line 1288, ../sass/jisc-v1-community.scss */
.view-apps-store .views-field-field-logo {
  margin-bottom: 10px;
}

/* line 1292, ../sass/jisc-v1-community.scss */
.view-apps-store.view-listings-page .views-field-field-rating {
  bottom: -10px;
}

/* line 1296, ../sass/jisc-v1-community.scss */
.view-apps-store p {
  padding-bottom: 10px;
}

/* line 1302, ../sass/jisc-v1-community.scss */
#page .app-description-listings div.app-control-line {
  left: 10px;
}
/* line 1305, ../sass/jisc-v1-community.scss */
#page .app-description-listings div.app-control-line a.btn.btn-info.app-register-button {
  padding-left: 13px;
  padding-right: 13px;
  font-size: 13px;
  height: 25px;
}

/* line 1313, ../sass/jisc-v1-community.scss */
#page .app-description-listings div.app-control-line .app-launch-button.no-access-to-app.btn {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -1px;
  height: 14px;
  font-size: 13px;
}

/* line 1321, ../sass/jisc-v1-community.scss */
#page .app-description-listings div.app-control-line .app-launch-button .btn-success,
#page .app-description-listings div.app-control-line .app-launch-button .btn-info {
  font-size: 13px;
  font-size: 1.3rem;
  height: 25px;
  margin-left: -1px;
}

/* line 1334, ../sass/jisc-v1-community.scss */
.block-janet-app-centre-view-reviews #comments.comment-wrapper,
.block-janet-app-centre-add-review #comments.comment-wrapper {
  background: none;
  margin-right: 0;
  margin-left: 20px;
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}
/* line 1343, ../sass/jisc-v1-community.scss */
.block-janet-app-centre-view-reviews #comments article.comment, .block-janet-app-centre-view-reviews .context-comment.context-reply #block-system-main article.comment,
.block-janet-app-centre-add-review #comments article.comment,
.block-janet-app-centre-add-review .context-comment.context-reply #block-system-main article.comment {
  margin-bottom: 10px;
}

/* line 1350, ../sass/jisc-v1-community.scss */
.view-apps-store .fivestar-combo-stars .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 1355, ../sass/jisc-v1-community.scss */
.view-apps-store .fivestar-combo-stars .fivestar-static-item {
  float: left;
  margin-right: 15px;
}
/* line 1360, ../sass/jisc-v1-community.scss */
.view-apps-store .fivestar-combo-stars .fivestar-static-form-item {
  float: left;
  margin-left: 15px;
}
/* line 1365, ../sass/jisc-v1-community.scss */
.view-apps-store .fivestar-static-form-item, .view-apps-store .fivestar-form-item .form-item-vote {
  margin-right: 0px;
}

/* line 1370, ../sass/jisc-v1-community.scss */
.views-slideshow-cycle-main-frame-row {
  position: inherit;
}

/* line 1384, ../sass/jisc-v1-community.scss */
#block-janet-custom-janet-custom-cmnty-home-slider p, #block-janet-custom-janet-custom-cmnty-indiv-slider p {
  font-size: 14px;
  line-height: 17px;
}

/* line 1389, ../sass/jisc-v1-community.scss */
#section-content .app-description-listings .app-description > p {
  text-overflow: ellipsis;
  font-size: 12px;
}

/* line 1394, ../sass/jisc-v1-community.scss */
#block-janet-custom-janet-custom-cmnty-home-slider .slider-user-header, #block-janet-custom-janet-custom-cmnty-indiv-slider .slider-user-header {
  bottom: 10px;
  width: 100%;
  margin-left: -10px;
  padding-left: 10px;
  background: transparent;
  padding-top: 8px;
}

/* line 1404, ../sass/jisc-v1-community.scss */
.slider-item.small-item .fullname, .slider-item.tall-item .fullname {
  width: 150px;
}

/* line 1409, ../sass/jisc-v1-community.scss */
.page-taxonomy-term.community-page #zone-content-wrapper a {
  font-size: 15px;
}

/* line 1413, ../sass/jisc-v1-community.scss */
.page-taxonomy-term .feed-icon {
  position: relative;
  z-index: 1;
}

/* line 1416, ../sass/jisc-v1-community.scss */
.page-taxonomy-term.community-page #zone-content-wrapper .breadcrumb, .page-taxonomy-term.community-page #zone-content-wrapper .breadcrumb a, .page-taxonomy-term.community-page #zone-content-wrapper .breadcrumb span {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 15px;
  line-height: 1.5rem;
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
  vertical-align: baseline;
}
/* line 1426, ../sass/jisc-v1-community.scss */
.page-taxonomy-term.community-page #zone-content-wrapper .breadcrumb a {
  color: #00557f;
}

/* line 1433, ../sass/jisc-v1-community.scss */
.region-topbar #block-janet-topbar-janet-topbar-main-block .jewel-links .dropdown-menu li a {
  padding-right: 15px;
}

/* line 1436, ../sass/jisc-v1-community.scss */
.verified .dropdown-menu {
  width: 350px;
}
/* line 1438, ../sass/jisc-v1-community.scss */
.verified .dropdown-menu a {
  white-space: normal;
}

/* line 1444, ../sass/jisc-v1-community.scss */
.jcs-page .dropdown-menu form .input {
  margin-left: 0 !important;
}
/* line 1448, ../sass/jisc-v1-community.scss */
.jcs-page .dropdown-menu form .btn-success {
  margin-right: 10px;
}

/* line 1454, ../sass/jisc-v1-community.scss */
#zone-footer #block-masquerade-masquerade {
  border: none;
  background: transparent;
  box-shadow: none;
}

/* line 1462, ../sass/jisc-v1-community.scss */
.region-content form#user-profile-form {
  margin-left: 20px;
}

/* line 1466, ../sass/jisc-v1-community.scss */
body input[type="file"] {
  width: auto;
  max-width: 600px;
  height: 30px;
}

/* line 1473, ../sass/jisc-v1-community.scss */
#section-content .form-type-checkboxes > label, #modal-content .form-type-checkboxes > label {
  width: 340px;
  margin-left: 180px;
}

/* line 1478, ../sass/jisc-v1-community.scss */
.page .text-format-wrapper .filter-wrapper {
  margin-top: 20px;
  border-top: 3px solid #d5dee2;
  margin-left: 80px;
}
/* line 1483, ../sass/jisc-v1-community.scss */
.page .text-format-wrapper .filter-wrapper .fieldset-wrapper {
  padding-left: 10px;
}

/* line 1488, ../sass/jisc-v1-community.scss */
.page .node-question .text-format-wrapper .filter-wrapper,
.page .node-ideas .text-format-wrapper .filter-wrapper {
  margin-left: 180px;
}

/* line 1497, ../sass/jisc-v1-community.scss */
.page #section-content .node-ideas-form .field-name-field-idea-tags label,
.page #section-content .node-question-form .field-name-field-idea-tags label {
  width: 120px;
  padding-right: 10px;
}
/* line 1501, ../sass/jisc-v1-community.scss */
.page #section-content .node-ideas-form .field-name-field-idea-tags div.input,
.page #section-content .node-question-form .field-name-field-idea-tags div.input {
  margin-left: 130px;
}
/* line 1505, ../sass/jisc-v1-community.scss */
.page #section-content .node-ideas-form .form-type-textfield div.input, .page #section-content .node-ideas-form .form-type-textfield textarea, .page #section-content .node-ideas-form .form-type-textarea div.input, .page #section-content .node-ideas-form .form-type-textarea textarea,
.page #section-content .node-question-form .form-type-textfield div.input,
.page #section-content .node-question-form .form-type-textfield textarea,
.page #section-content .node-question-form .form-type-textarea div.input,
.page #section-content .node-question-form .form-type-textarea textarea {
  margin-left: 0;
}
/* line 1508, ../sass/jisc-v1-community.scss */
.page #section-content .node-ideas-form .form-type-textfield label, .page #section-content .node-ideas-form .form-type-textarea label,
.page #section-content .node-question-form .form-type-textfield label,
.page #section-content .node-question-form .form-type-textarea label {
  width: 120px;
  padding-right: 10px;
}
/* line 1514, ../sass/jisc-v1-community.scss */
.page #section-content .node-ideas-form .field-name-field-community-tag div.input,
.page #section-content .node-question-form .field-name-field-community-tag div.input {
  margin-left: 130px;
}
/* line 1516, ../sass/jisc-v1-community.scss */
.page #section-content .node-ideas-form .field-name-field-community-tag div.input .input,
.page #section-content .node-question-form .field-name-field-community-tag div.input .input {
  margin-left: 0;
}
/* line 1518, ../sass/jisc-v1-community.scss */
.page #section-content .node-ideas-form .field-name-field-community-tag div.input .input label,
.page #section-content .node-question-form .field-name-field-community-tag div.input .input label {
  white-space: nowrap;
}
/* line 1526, ../sass/jisc-v1-community.scss */
.page #section-content .node-ideas-form .text-format-wrapper .filter-wrapper,
.page #section-content .node-question-form .text-format-wrapper .filter-wrapper {
  border-top: 3px solid #d5dee2;
  margin-left: 130px;
  margin-top: 30px;
  padding-left: 10px;
}
/* line 1533, ../sass/jisc-v1-community.scss */
.page #section-content .node-ideas-form .form-type-autocomplete-deluxe,
.page #section-content .node-question-form .form-type-autocomplete-deluxe {
  margin-top: 30px;
}
/* line 1537, ../sass/jisc-v1-community.scss */
.page #section-content .node-ideas-form .form-type-checkboxes label,
.page #section-content .node-question-form .form-type-checkboxes label {
  margin-left: 0px;
  width: 120px;
  padding-right: 10px;
}
/* line 1542, ../sass/jisc-v1-community.scss */
.page #section-content .node-ideas-form .form-type-checkboxes .form-type-checkbox,
.page #section-content .node-question-form .form-type-checkboxes .form-type-checkbox {
  position: relative;
  top: -20px;
  padding-left: 0px;
}
/* line 1546, ../sass/jisc-v1-community.scss */
.page #section-content .node-ideas-form .form-type-checkboxes .form-type-checkbox label,
.page #section-content .node-question-form .form-type-checkboxes .form-type-checkbox label {
  margin-left: 0;
  text-align: left;
}

/* line 1554, ../sass/jisc-v1-community.scss */
fieldset.form-wrapper {
  padding-top: 1em;
}
/* line 1556, ../sass/jisc-v1-community.scss */
fieldset.form-wrapper select {
  padding-top: 0;
}

/* line 1561, ../sass/jisc-v1-community.scss */
#page .field-name-body .field-item > ul li {
  background-position: 10px 12px;
}

/* line 1565, ../sass/jisc-v1-community.scss */
.user_relationships_popup_link.btn-mini .icon-plus-sign {
  margin-top: 2px;
}

/* line 1570, ../sass/jisc-v1-community.scss */
.node-project-group .node-links, .node-blog-group .node-links {
  position: absolute;
  top: -200px;
  left: 20px;
}

/* line 1576, ../sass/jisc-v1-community.scss */
#block-janet-og-janet-og-local-header .field-name-body, #block-janet-blogs-janet-blogs-local-header .field-name-body {
  padding-bottom: 20px !important;
}
/* line 1579, ../sass/jisc-v1-community.scss */
#block-janet-og-janet-og-local-header .field-name-body .field-item p:last-of-type, #block-janet-blogs-janet-blogs-local-header .field-name-body .field-item p:last-of-type {
  margin-bottom: 0;
}

/* line 1584, ../sass/jisc-v1-community.scss */
.node .field-type-taxonomy-term-reference + .links.inline, .node .field-name-body + .links.inline, .node .poll + .links.inline, .node #poll-view-voting + .links.inline {
  margin-bottom: 1em;
}

/* line 1588, ../sass/jisc-v1-community.scss */
#node-blog-group-teaser-group-owner,
#node-project-group-teaser-group-owner {
  clear: both;
}

/* line 1594, ../sass/jisc-v1-community.scss */
body.node-type-blog-group #node-blog-group-teaser-group-owner,
body.node-type-project-group #node-project-group-teaser-group-owner {
  max-width: 450px;
  position: relative;
  top: 20px;
}

/* line 1604, ../sass/jisc-v1-community.scss */
#heartbeat-stream-sitewide_notification .heartbeat-activity .heartbeat-group-left {
  margin-left: 20px;
}
/* line 1608, ../sass/jisc-v1-community.scss */
#heartbeat-stream-sitewide_notification .heartbeat-activity .group-content .title {
  font-size: 18px;
  font-size: 1.8rem;
}
/* line 1613, ../sass/jisc-v1-community.scss */
#heartbeat-stream-sitewide_notification .field-name-body .field-item, #heartbeat-stream-sitewide_notification .field-name-body .field-item p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
}
/* line 1620, ../sass/jisc-v1-community.scss */
#heartbeat-stream-sitewide_notification .heartbeat-group-content .group-footer .user-header-lite {
  margin: 0 0 10px 15px;
}
/* line 1623, ../sass/jisc-v1-community.scss */
#heartbeat-stream-sitewide_notification .heartbeat-group-content .group-footer .user-header-lite:before {
  display: none;
}

/* line 1631, ../sass/jisc-v1-community.scss */
#page .interestButtonSpace {
  top: 10px;
  float: none;
  margin-left: 86px;
}

/* line 1639, ../sass/jisc-v1-community.scss */
.heartbeat-activity {
  padding-bottom: 0;
  padding-left: 10px;
  border-bottom: 5px;
  border-left: 2px solid #f3b036;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

/* line 1648, ../sass/jisc-v1-community.scss */
.heartbeat-activity:hover .group-footer > span:first-child {
  padding-left: 0;
}

/* line 1652, ../sass/jisc-v1-community.scss */
.heartbeat-activity .heartbeat-group-content .group-content {
  margin-top: 10px;
  padding-left: 0;
}

/* line 1657, ../sass/jisc-v1-community.scss */
.region-content .heartbeat-messages-wrapper ul {
  padding-right: 10px;
}
/* line 1660, ../sass/jisc-v1-community.scss */
.region-content .heartbeat-messages-wrapper ul .heartbeat-time-ago {
  right: 1.1em;
}
/* line 1664, ../sass/jisc-v1-community.scss */
.region-content .heartbeat-messages-wrapper ul .heartbeat-comment-delete {
  right: 1.1em;
}

/* line 1669, ../sass/jisc-v1-community.scss */
#quicktabs-container-homepage_activity_streams {
  background: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

/* line 1676, ../sass/jisc-v1-community.scss */
.block-homepage-activity-streams.block-quicktabs-homepage-activity-streams,
#block-heartbeat-siteactivity {
  background: transparent;
  box-shadow: none;
}
/* line 1681, ../sass/jisc-v1-community.scss */
.block-homepage-activity-streams.block-quicktabs-homepage-activity-streams .item-list,
#block-heartbeat-siteactivity .item-list {
  width: 100%;
}
/* line 1689, ../sass/jisc-v1-community.scss */
.block-homepage-activity-streams.block-quicktabs-homepage-activity-streams li.active,
#block-heartbeat-siteactivity li.active {
  background: #fff;
}
/* line 1693, ../sass/jisc-v1-community.scss */
.block-homepage-activity-streams.block-quicktabs-homepage-activity-streams .accordion-state li.first,
#block-heartbeat-siteactivity .accordion-state li.first {
  margin-left: 0;
}

/* line 1698, ../sass/jisc-v1-community.scss */
.heartbeat-group-content .group-footer .user-header-lite {
  background: none;
  border-top: 1px solid #D5DEE3;
  margin-right: 20px;
  margin-top: 0px;
}

/* line 1707, ../sass/jisc-v1-community.scss */
.heartbeat-activity {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}
/* line 1713, ../sass/jisc-v1-community.scss */
.heartbeat-activity .fullname a {
  font-size: 18px;
  font-size: 1.8rem;
  top: 5px;
  position: relative;
  font-weight: normal;
}
/* line 1721, ../sass/jisc-v1-community.scss */
.heartbeat-activity .janet-organisation {
  position: relative;
  top: 10px;
}
/* line 1726, ../sass/jisc-v1-community.scss */
.heartbeat-activity a.user-link, .heartbeat-activity a.username {
  color: #00557f;
}
/* line 1730, ../sass/jisc-v1-community.scss */
.heartbeat-activity span.heartbeat-time-ago a, .heartbeat-activity span.heartbeat-time-ago {
  font-style: normal;
  color: #2c3841;
}
/* line 1735, ../sass/jisc-v1-community.scss */
.heartbeat-activity .flag-like, .heartbeat-activity .heartbeat-attachment-button, .heartbeat-activity .heartbeat-time-ago, .heartbeat-activity .hover-delete {
  font-size: 13px;
  font-size: 1.3rem;
}

/* line 1742, ../sass/jisc-v1-community.scss */
.heartbeat-comment-delete {
  font-size: 13px;
  font-size: 1.3rem;
}

/* line 1747, ../sass/jisc-v1-community.scss */
.heartbeat-activity .group-footer .heartbeat-time-ago {
  top: 15px;
}

/* line 1751, ../sass/jisc-v1-community.scss */
.heartbeat-activity .group-footer .heartbeat-comment-delete {
  top: 35px;
}

/* line 1755, ../sass/jisc-v1-community.scss */
.heartbeat-group-content .group-footer .user-header-lite {
  border-top: none;
}
/* line 1758, ../sass/jisc-v1-community.scss */
.heartbeat-group-content .group-footer .user-header-lite:before {
  width: 48px;
  height: 16px;
  background: url("../sass/img/ico/comment-bubble-black.png") 24px no-repeat;
  content: " ";
  position: absolute;
  margin-top: 3px;
  margin-left: -50px;
}

/* line 1769, ../sass/jisc-v1-community.scss */
.heartbeat-comment {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

/* line 1774, ../sass/jisc-v1-community.scss */
.heartbeat-comments-wrapper .heartbeat-comments form {
  margin-bottom: 5px;
}

/* line 1780, ../sass/jisc-v1-community.scss */
#page .heartbeat-teaser blockquote, #page .heartbeat-group-content blockquote, #page .heartbeat-group-content .group-content blockquote {
  margin-top: 10px;
  margin-bottom: 0;
}
/* line 1784, ../sass/jisc-v1-community.scss */
#page .heartbeat-teaser blockquote:before, #page .heartbeat-teaser blockquote:after, #page .heartbeat-group-content blockquote:before, #page .heartbeat-group-content blockquote:after, #page .heartbeat-group-content .group-content blockquote:before, #page .heartbeat-group-content .group-content blockquote:after {
  display: none;
}
/* line 1789, ../sass/jisc-v1-community.scss */
#page .heartbeat-teaser blockquote p, #page .heartbeat-teaser blockquote, #page .heartbeat-group-content blockquote p, #page .heartbeat-group-content blockquote, #page .heartbeat-group-content .group-content blockquote p, #page .heartbeat-group-content .group-content blockquote {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2.0rem;
}

/* line 1798, ../sass/jisc-v1-community.scss */
.heartbeat-activity .group-footer .heartbeat-attachments .heartbeat-comment .heartbeat-teaser {
  margin-left: 2.5em;
}

/* line 1802, ../sass/jisc-v1-community.scss */
#section-content .heartbeat-attachments .heartbeat-comment .heartbeat-teaser blockquote {
  margin-left: 2.0em;
}

/* line 1806, ../sass/jisc-v1-community.scss */
.page-user .heartbeat-group-content .group-footer {
  margin-top: 0;
}

/* line 1811, ../sass/jisc-v1-community.scss */
.region-sidebar #count-online {
  font-size: 13px ;
  font-size: 1.3rem ;
}
/* line 1814, ../sass/jisc-v1-community.scss */
.region-sidebar .user-header-lite {
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
}
/* line 1819, ../sass/jisc-v1-community.scss */
.region-sidebar .user-header-lite .janet-organisation {
  max-width: 170px;
  font-size: 14px ;
  font-size: 1.4rem ;
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}

/* line 1827, ../sass/jisc-v1-community.scss */
.block-homepage-activity-streams.block-quicktabs .accordion-state .quicktabs-tabs > li .quicktabs-tabpage .block, .block-quicktabs .accordion-state .quicktabs-tabs > li .quicktabs-tabpage .view {
  background: none;
}

/* line 1833, ../sass/jisc-v1-community.scss */
.comment-user-header {
  margin-right: -10px;
  margin-left: 0px;
  background: none;
  margin-bottom: 0;
}

/* line 1840, ../sass/jisc-v1-community.scss */
#comments article.comment, .context-comment.context-reply #block-system-main article.comment {
  border: none;
  border-radius: 0;
  background-color: #e4e9ec;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 1850, ../sass/jisc-v1-community.scss */
#comments.comment-wrapper {
  background-color: #e4e9ec;
  margin-right: -45px;
  margin-left: -1000%;
  padding-left: 1000%;
  margin-bottom: -50px;
  padding-bottom: 50px;
  padding-top: 1em;
}

/* line 1860, ../sass/jisc-v1-community.scss */
#comments article.comment::before {
  width: 48px;
  height: 16px;
  background: url("../sass/img/ico/comment-bubble-black.png") 24px no-repeat;
  content: " ";
  position: absolute;
  margin-top: 9px;
  margin-left: -50px;
}

/* line 1870, ../sass/jisc-v1-community.scss */
#comments .indented {
  margin-left: 0;
}
/* line 1873, ../sass/jisc-v1-community.scss */
#comments .indented article.comment {
  margin-bottom: 10px;
}

/* line 1878, ../sass/jisc-v1-community.scss */
#comments article.comment .comment-body p, .context-comment.context-reply #block-system-main article.comment .comment-body p {
  font-size: 15px;
  line-height: 18px;
  padding: 8px 0 5px;
  padding: 0.8rem 0rem 0.5rem;
}

/* line 1885, ../sass/jisc-v1-community.scss */
#comments .indented article.comment {
  background: #f7f7f7;
  padding-left: 70px;
}
/* line 1889, ../sass/jisc-v1-community.scss */
#comments .indented article.comment::before {
  background: url("../sass/img/ico/level-down.png") no-repeat, url("../sass/img/ico/comment-bubble-black.png") 24px no-repeat;
}

/* line 1898, ../sass/jisc-v1-community.scss */
.book-navigation {
  margin-top: 70px;
}
/* line 1900, ../sass/jisc-v1-community.scss */
.book-navigation .page-next {
  word-break: normal;
}

/* line 1907, ../sass/jisc-v1-community.scss */
.view-mode-listing {
  background: #fff;
  border-left: 2px solid #f3b036;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

/* line 1918, ../sass/jisc-v1-community.scss */
body #page .apachesolr_search-results .view-mode-listing,
body #page .solr-group-results .view-mode-listing,
body.page-taxonomy-term #page .view-mode-listing,
body.page-node-tags #page .view-mode-listing {
  padding-top: 5px;
}
/* line 1924, ../sass/jisc-v1-community.scss */
body #page .apachesolr_search-results .view-mode-listing .listings-group-top, body #page .apachesolr_search-results .view-mode-listing .listings-group-content,
body #page .solr-group-results .view-mode-listing .listings-group-top,
body #page .solr-group-results .view-mode-listing .listings-group-content,
body.page-taxonomy-term #page .view-mode-listing .listings-group-top,
body.page-taxonomy-term #page .view-mode-listing .listings-group-content,
body.page-node-tags #page .view-mode-listing .listings-group-top,
body.page-node-tags #page .view-mode-listing .listings-group-content {
  background: #fff;
}
/* line 1927, ../sass/jisc-v1-community.scss */
body #page .apachesolr_search-results .view-mode-listing .listings-group-top.listings-group-top, body #page .apachesolr_search-results .view-mode-listing .listings-group-content.listings-group-top,
body #page .solr-group-results .view-mode-listing .listings-group-top.listings-group-top,
body #page .solr-group-results .view-mode-listing .listings-group-content.listings-group-top,
body.page-taxonomy-term #page .view-mode-listing .listings-group-top.listings-group-top,
body.page-taxonomy-term #page .view-mode-listing .listings-group-content.listings-group-top,
body.page-node-tags #page .view-mode-listing .listings-group-top.listings-group-top,
body.page-node-tags #page .view-mode-listing .listings-group-content.listings-group-top {
  margin-top: 2px;
}
/* line 1932, ../sass/jisc-v1-community.scss */
body #page .apachesolr_search-results .view-mode-listing .listings-group-top.listings-group-content p, body #page .apachesolr_search-results .view-mode-listing .listings-group-content.listings-group-content p,
body #page .solr-group-results .view-mode-listing .listings-group-top.listings-group-content p,
body #page .solr-group-results .view-mode-listing .listings-group-content.listings-group-content p,
body.page-taxonomy-term #page .view-mode-listing .listings-group-top.listings-group-content p,
body.page-taxonomy-term #page .view-mode-listing .listings-group-content.listings-group-content p,
body.page-node-tags #page .view-mode-listing .listings-group-top.listings-group-content p,
body.page-node-tags #page .view-mode-listing .listings-group-content.listings-group-content p {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 27px;
  margin: 0 0 2.7rem;
  line-height: 27px;
  line-height: 2.7rem;
}
/* line 1941, ../sass/jisc-v1-community.scss */
body #page .apachesolr_search-results .view-mode-listing .listings-group-top.listings-group-content .field-item, body #page .apachesolr_search-results .view-mode-listing .listings-group-content.listings-group-content .field-item,
body #page .solr-group-results .view-mode-listing .listings-group-top.listings-group-content .field-item,
body #page .solr-group-results .view-mode-listing .listings-group-content.listings-group-content .field-item,
body.page-taxonomy-term #page .view-mode-listing .listings-group-top.listings-group-content .field-item,
body.page-taxonomy-term #page .view-mode-listing .listings-group-content.listings-group-content .field-item,
body.page-node-tags #page .view-mode-listing .listings-group-top.listings-group-content .field-item,
body.page-node-tags #page .view-mode-listing .listings-group-content.listings-group-content .field-item {
  margin-top: 0;
}
/* line 1947, ../sass/jisc-v1-community.scss */
body #page .apachesolr_search-results .view-mode-listing .listings-group-top .group-footer, body #page .apachesolr_search-results .view-mode-listing .listings-group-content .group-footer,
body #page .solr-group-results .view-mode-listing .listings-group-top .group-footer,
body #page .solr-group-results .view-mode-listing .listings-group-content .group-footer,
body.page-taxonomy-term #page .view-mode-listing .listings-group-top .group-footer,
body.page-taxonomy-term #page .view-mode-listing .listings-group-content .group-footer,
body.page-node-tags #page .view-mode-listing .listings-group-top .group-footer,
body.page-node-tags #page .view-mode-listing .listings-group-content .group-footer {
  margin-top: 15px;
}
/* line 1951, ../sass/jisc-v1-community.scss */
body #page .apachesolr_search-results .view-mode-listing .listings-group-top .group-footer .field-name-user-fullname, body #page .apachesolr_search-results .view-mode-listing .listings-group-content .group-footer .field-name-user-fullname,
body #page .solr-group-results .view-mode-listing .listings-group-top .group-footer .field-name-user-fullname,
body #page .solr-group-results .view-mode-listing .listings-group-content .group-footer .field-name-user-fullname,
body.page-taxonomy-term #page .view-mode-listing .listings-group-top .group-footer .field-name-user-fullname,
body.page-taxonomy-term #page .view-mode-listing .listings-group-content .group-footer .field-name-user-fullname,
body.page-node-tags #page .view-mode-listing .listings-group-top .group-footer .field-name-user-fullname,
body.page-node-tags #page .view-mode-listing .listings-group-content .group-footer .field-name-user-fullname {
  float: none;
  position: relative;
  display: inline-block;
  padding-left: 0;
  top: auto;
  right: auto;
  font-size: 17px;
  margin-right: 1em;
  margin-bottom: 2px;
  margin-left: 2px;
  white-space: nowrap;
  font-weight: bold;
}
/* line 1968, ../sass/jisc-v1-community.scss */
body #page .apachesolr_search-results .view-mode-listing .listings-group-top .group-footer .field-name-user-fullname a, body #page .apachesolr_search-results .view-mode-listing .listings-group-content .group-footer .field-name-user-fullname a,
body #page .solr-group-results .view-mode-listing .listings-group-top .group-footer .field-name-user-fullname a,
body #page .solr-group-results .view-mode-listing .listings-group-content .group-footer .field-name-user-fullname a,
body.page-taxonomy-term #page .view-mode-listing .listings-group-top .group-footer .field-name-user-fullname a,
body.page-taxonomy-term #page .view-mode-listing .listings-group-content .group-footer .field-name-user-fullname a,
body.page-node-tags #page .view-mode-listing .listings-group-top .group-footer .field-name-user-fullname a,
body.page-node-tags #page .view-mode-listing .listings-group-content .group-footer .field-name-user-fullname a {
  white-space: nowrap;
}
/* line 1973, ../sass/jisc-v1-community.scss */
body #page .apachesolr_search-results .view-mode-listing .listings-group-top .group-footer .field-name-post-date, body #page .apachesolr_search-results .view-mode-listing .listings-group-top .group-footer .field-name-changed-date, body #page .apachesolr_search-results .view-mode-listing .listings-group-content .group-footer .field-name-post-date, body #page .apachesolr_search-results .view-mode-listing .listings-group-content .group-footer .field-name-changed-date,
body #page .solr-group-results .view-mode-listing .listings-group-top .group-footer .field-name-post-date,
body #page .solr-group-results .view-mode-listing .listings-group-top .group-footer .field-name-changed-date,
body #page .solr-group-results .view-mode-listing .listings-group-content .group-footer .field-name-post-date,
body #page .solr-group-results .view-mode-listing .listings-group-content .group-footer .field-name-changed-date,
body.page-taxonomy-term #page .view-mode-listing .listings-group-top .group-footer .field-name-post-date,
body.page-taxonomy-term #page .view-mode-listing .listings-group-top .group-footer .field-name-changed-date,
body.page-taxonomy-term #page .view-mode-listing .listings-group-content .group-footer .field-name-post-date,
body.page-taxonomy-term #page .view-mode-listing .listings-group-content .group-footer .field-name-changed-date,
body.page-node-tags #page .view-mode-listing .listings-group-top .group-footer .field-name-post-date,
body.page-node-tags #page .view-mode-listing .listings-group-top .group-footer .field-name-changed-date,
body.page-node-tags #page .view-mode-listing .listings-group-content .group-footer .field-name-post-date,
body.page-node-tags #page .view-mode-listing .listings-group-content .group-footer .field-name-changed-date {
  float: none;
  display: inline-block;
  padding: 0;
}
/* line 1982, ../sass/jisc-v1-community.scss */
body #page .apachesolr_search-results .view-mode-listing .listings-group-top .field-name-title, body #page .apachesolr_search-results .view-mode-listing .listings-group-content .field-name-title,
body #page .solr-group-results .view-mode-listing .listings-group-top .field-name-title,
body #page .solr-group-results .view-mode-listing .listings-group-content .field-name-title,
body.page-taxonomy-term #page .view-mode-listing .listings-group-top .field-name-title,
body.page-taxonomy-term #page .view-mode-listing .listings-group-content .field-name-title,
body.page-node-tags #page .view-mode-listing .listings-group-top .field-name-title,
body.page-node-tags #page .view-mode-listing .listings-group-content .field-name-title {
  padding-left: 15px !important;
}
/* line 1985, ../sass/jisc-v1-community.scss */
body #page .apachesolr_search-results .view-mode-listing .listings-group-top .field-name-title h2, body #page .apachesolr_search-results .view-mode-listing .listings-group-content .field-name-title h2,
body #page .solr-group-results .view-mode-listing .listings-group-top .field-name-title h2,
body #page .solr-group-results .view-mode-listing .listings-group-content .field-name-title h2,
body.page-taxonomy-term #page .view-mode-listing .listings-group-top .field-name-title h2,
body.page-taxonomy-term #page .view-mode-listing .listings-group-content .field-name-title h2,
body.page-node-tags #page .view-mode-listing .listings-group-top .field-name-title h2,
body.page-node-tags #page .view-mode-listing .listings-group-content .field-name-title h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2em;
  padding-top: 6px;
  max-width: 600px;
}
/* line 1996, ../sass/jisc-v1-community.scss */
body #page .apachesolr_search-results .view-mode-listing .listings-group-top .field-name-title h2 a, body #page .apachesolr_search-results .view-mode-listing .listings-group-content .field-name-title h2 a,
body #page .solr-group-results .view-mode-listing .listings-group-top .field-name-title h2 a,
body #page .solr-group-results .view-mode-listing .listings-group-content .field-name-title h2 a,
body.page-taxonomy-term #page .view-mode-listing .listings-group-top .field-name-title h2 a,
body.page-taxonomy-term #page .view-mode-listing .listings-group-content .field-name-title h2 a,
body.page-node-tags #page .view-mode-listing .listings-group-top .field-name-title h2 a,
body.page-node-tags #page .view-mode-listing .listings-group-content .field-name-title h2 a {
  color: #00557F;
}
/* line 2000, ../sass/jisc-v1-community.scss */
body #page .apachesolr_search-results .view-mode-listing .listings-group-top .field-name-title h2 a:hover, body #page .apachesolr_search-results .view-mode-listing .listings-group-top .field-name-title h2 a:focus, body #page .apachesolr_search-results .view-mode-listing .listings-group-content .field-name-title h2 a:hover, body #page .apachesolr_search-results .view-mode-listing .listings-group-content .field-name-title h2 a:focus,
body #page .solr-group-results .view-mode-listing .listings-group-top .field-name-title h2 a:hover,
body #page .solr-group-results .view-mode-listing .listings-group-top .field-name-title h2 a:focus,
body #page .solr-group-results .view-mode-listing .listings-group-content .field-name-title h2 a:hover,
body #page .solr-group-results .view-mode-listing .listings-group-content .field-name-title h2 a:focus,
body.page-taxonomy-term #page .view-mode-listing .listings-group-top .field-name-title h2 a:hover,
body.page-taxonomy-term #page .view-mode-listing .listings-group-top .field-name-title h2 a:focus,
body.page-taxonomy-term #page .view-mode-listing .listings-group-content .field-name-title h2 a:hover,
body.page-taxonomy-term #page .view-mode-listing .listings-group-content .field-name-title h2 a:focus,
body.page-node-tags #page .view-mode-listing .listings-group-top .field-name-title h2 a:hover,
body.page-node-tags #page .view-mode-listing .listings-group-top .field-name-title h2 a:focus,
body.page-node-tags #page .view-mode-listing .listings-group-content .field-name-title h2 a:hover,
body.page-node-tags #page .view-mode-listing .listings-group-content .field-name-title h2 a:focus {
  color: #E85E13;
}
/* line 2007, ../sass/jisc-v1-community.scss */
body #page .apachesolr_search-results .view-mode-listing .content-container,
body #page .solr-group-results .view-mode-listing .content-container,
body.page-taxonomy-term #page .view-mode-listing .content-container,
body.page-node-tags #page .view-mode-listing .content-container {
  padding-top: 0;
}

/* line 2013, ../sass/jisc-v1-community.scss */
.page-communities .views-row .community-section-links div a {
  padding: 2px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 25px;
}

/* line 2021, ../sass/jisc-v1-community.scss */
.region-topbar #block-janet-topbar-janet-topbar-main-block .jewel-links-container ul:not(.dropdown):not(.dropdown-menu) > li .dropdown-content, .region-topbar #block-janet-topbar-janet-topbar-main-block .right-links-container .right-links > li .dropdown-content {
  min-width: 130px;
  font-size: 17px;
}

/* line 2028, ../sass/jisc-v1-community.scss */
.page-groups-url #region-sidebar {
  background: #D4DEE3;
  box-shadow: 1px 1px 8px rgba(50, 50, 50, 0.05);
}
/* line 2031, ../sass/jisc-v1-community.scss */
.page-groups-url #region-sidebar .block-facetapi, .page-groups-url #region-sidebar #block-apachesolr-search-sort, .page-groups-url #region-sidebar #block-janet-og-janet-og-refine-search-header {
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial;
  background: none;
  border: none;
  box-shadow: none;
  padding: 10px 10px 0 10px;
  margin-bottom: 0;
}
/* line 2038, ../sass/jisc-v1-community.scss */
.page-groups-url #region-sidebar .block-facetapi h2, .page-groups-url #region-sidebar #block-apachesolr-search-sort h2, .page-groups-url #region-sidebar #block-janet-og-janet-og-refine-search-header h2 {
  border-bottom: none;
  border-top: 1px solid #c3d1da;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 80%;
  font-weight: normal;
  color: #00557f !important;
}
/* line 2048, ../sass/jisc-v1-community.scss */
.page-groups-url #region-sidebar .block-facetapi .content, .page-groups-url #region-sidebar #block-apachesolr-search-sort .content, .page-groups-url #region-sidebar #block-janet-og-janet-og-refine-search-header .content {
  padding-top: 0;
  background: none;
}
/* line 2052, ../sass/jisc-v1-community.scss */
.page-groups-url #region-sidebar .block-facetapi .content .item-list, .page-groups-url #region-sidebar #block-apachesolr-search-sort .content .item-list, .page-groups-url #region-sidebar #block-janet-og-janet-og-refine-search-header .content .item-list {
  padding-bottom: 0;
}
/* line 2055, ../sass/jisc-v1-community.scss */
.page-groups-url #region-sidebar .block-facetapi .content .item-list li, .page-groups-url #region-sidebar #block-apachesolr-search-sort .content .item-list li, .page-groups-url #region-sidebar #block-janet-og-janet-og-refine-search-header .content .item-list li {
  margin: 0 !important;
  padding-bottom: 0 !important;
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 2060, ../sass/jisc-v1-community.scss */
.page-groups-url #region-sidebar .block-facetapi .content .item-list li input.facetapi-checkbox, .page-groups-url #region-sidebar #block-apachesolr-search-sort .content .item-list li input.facetapi-checkbox, .page-groups-url #region-sidebar #block-janet-og-janet-og-refine-search-header .content .item-list li input.facetapi-checkbox {
  float: none;
  margin-right: 7px;
}
/* line 2064, ../sass/jisc-v1-community.scss */
.page-groups-url #region-sidebar .block-facetapi .content .item-list li a, .page-groups-url #region-sidebar #block-apachesolr-search-sort .content .item-list li a, .page-groups-url #region-sidebar #block-janet-og-janet-og-refine-search-header .content .item-list li a {
  padding: 0;
}
/* line 2070, ../sass/jisc-v1-community.scss */
.page-groups-url #region-sidebar .block-facetapi:last-child, .page-groups-url #region-sidebar #block-apachesolr-search-sort:last-child, .page-groups-url #region-sidebar #block-janet-og-janet-og-refine-search-header:last-child {
  padding-bottom: 20px;
}
/* line 2075, ../sass/jisc-v1-community.scss */
.page-groups-url #region-sidebar #block-janet-og-janet-og-refine-search-header .content {
  padding-bottom: 0;
}
/* line 2077, ../sass/jisc-v1-community.scss */
.page-groups-url #region-sidebar #block-janet-og-janet-og-refine-search-header .content h2 {
  font-size: 30px;
  border-top: medium none;
  margin-bottom: 0px;
  font-weight: normal;
  padding-bottom: 0px;
  color: #2c3841 !important;
}

/* line 2094, ../sass/jisc-v1-community.scss */
.page-blogs-url #page #region-sidebar > .region-inner,
.page-search-site #page #region-sidebar > .region-inner {
  background-color: #d4dee3;
}
/* line 2097, ../sass/jisc-v1-community.scss */
.page-blogs-url #page #region-sidebar > .region-inner .block-janet-og-refine-search-header,
.page-search-site #page #region-sidebar > .region-inner .block-janet-og-refine-search-header {
  margin-bottom: -20px;
  padding-bottom: 0;
}
/* line 2101, ../sass/jisc-v1-community.scss */
.page-blogs-url #page #region-sidebar > .region-inner .block-janet-og-refine-search-header h2,
.page-search-site #page #region-sidebar > .region-inner .block-janet-og-refine-search-header h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
}
/* line 2108, ../sass/jisc-v1-community.scss */
.page-blogs-url #page #region-sidebar > .region-inner > div, .page-blogs-url #page #region-sidebar > .region-inner section,
.page-search-site #page #region-sidebar > .region-inner > div,
.page-search-site #page #region-sidebar > .region-inner section {
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}
/* line 2115, ../sass/jisc-v1-community.scss */
.page-blogs-url #page #region-sidebar > .region-inner > div .block-title, .page-blogs-url #page #region-sidebar > .region-inner section .block-title,
.page-search-site #page #region-sidebar > .region-inner > div .block-title,
.page-search-site #page #region-sidebar > .region-inner section .block-title {
  border-top: 1px solid #c3d1da;
  padding: 5px 0px;
  padding: 0.5rem 0rem;
  color: #00557f !important;
  font-weight: normal;
}
/* line 2123, ../sass/jisc-v1-community.scss */
.page-blogs-url #page #region-sidebar > .region-inner > div .content, .page-blogs-url #page #region-sidebar > .region-inner section .content,
.page-search-site #page #region-sidebar > .region-inner > div .content,
.page-search-site #page #region-sidebar > .region-inner section .content {
  background: transparent;
}

/* line 2131, ../sass/jisc-v1-community.scss */
.block-facetapi .facetapi-limit-link {
  color: #00557f !important;
}
/* line 2134, ../sass/jisc-v1-community.scss */
.block-facetapi .facetapi-limit-link:hover {
  color: #ee8500 !important;
}

/* line 2139, ../sass/jisc-v1-community.scss */
a[href^="http"] .box--icon__panel__text:after,
a[href^="http"].box--icon__link:after {
  content: "\e61b";
  font-size: 12px ;
  font-size: 1.2rem ;
  font-family: 'icomoon';
}

/* Misc useful reusable stuff
*/
/* line 2147, ../sass/jisc-v1-community.scss */
.teaser__linklist__item .publish-date,
.teaser__linklist__item .via {
  display: block;
  font-size: 13px ;
  font-size: 1.3rem ;
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
  color: #2c3841;
}

/* Content filter module, small screen first
*/
/* line 6, ../sass/partials/plugins/_cx-content-filter.scss */
.prev-btn,
.next-btn {
  position: absolute;
  top: 12px;
}

/* line 12, ../sass/partials/plugins/_cx-content-filter.scss */
.prev-btn {
  left: 0;
}

/* line 16, ../sass/partials/plugins/_cx-content-filter.scss */
.next-btn {
  right: 0;
}

/* line 20, ../sass/partials/plugins/_cx-content-filter.scss */
.caroufredsel_wrapper {
  width: 98% !important;
}

/* line 24, ../sass/partials/plugins/_cx-content-filter.scss */
.cx__content-filter__outer-wrapper {
  zoom: 1;
}

/* line 28, ../sass/partials/plugins/_cx-content-filter.scss */
.cx__content-filter__inner-wrapper {
  padding: 0 20px;
}

/* line 34, ../sass/partials/plugins/_cx-content-filter.scss */
.cx__content-filter > li {
  float: left;
}
/* line 37, ../sass/partials/plugins/_cx-content-filter.scss */
.cx__content-filter > li .cx__content-filter__label {
  display: inline-block;
}

/* line 43, ../sass/partials/plugins/_cx-content-filter.scss */
.cx__content-filter__result-count {
  display: none;
}

/* Content filter module, larger screens
*/
@media screen and (min-width: 565px) {
  /* line 51, ../sass/partials/plugins/_cx-content-filter.scss */
  .cx__content-filter__outer-wrapper {
    float: left;
  }

  /* @OPTIMIZE: reduce nesting where possible */
  /* line 59, ../sass/partials/plugins/_cx-content-filter.scss */
  .cx__content-filter > li .cx__content-filter__label {
    margin-right: 6px;
  }
  /* line 64, ../sass/partials/plugins/_cx-content-filter.scss */
  .cx__content-filter > li.cx__content-filter__selected-group #cx__content-filter__close-selected {
    padding: 4px;
    margin-left: 8px;
  }
  /* line 68, ../sass/partials/plugins/_cx-content-filter.scss */
  .cx__content-filter > li.cx__content-filter__selected-group #cx__content-filter__close-selected:focus {
    border: 1px solid #000;
  }
  /* line 75, ../sass/partials/plugins/_cx-content-filter.scss */
  .cx__content-filter .cx__content-filter__more-group {
    position: relative;
  }
  /* line 78, ../sass/partials/plugins/_cx-content-filter.scss */
  .cx__content-filter .cx__content-filter__more-group .ico-arrow-down,
  .cx__content-filter .cx__content-filter__more-group .ico-arrow-up {
    margin-left: 6px;
  }
  /* line 83, ../sass/partials/plugins/_cx-content-filter.scss */
  .cx__content-filter .cx__content-filter__more-group .ico-arrow-up {
    display: none;
  }
  /* line 87, ../sass/partials/plugins/_cx-content-filter.scss */
  .cx__content-filter .cx__content-filter__more-group .cx__content-filter__label {
    margin-right: 0;
  }
  /* line 96, ../sass/partials/plugins/_cx-content-filter.scss */
  .no-touch .cx__content-filter .cx__content-filter__more-group:hover .cx__content-filter__more-group__sub-list, .cx__content-filter .cx__content-filter__more-group:focus .cx__content-filter__more-group__sub-list, .cx__content-filter .cx__content-filter__more-group.has-focus .cx__content-filter__more-group__sub-list, .touch .cx__content-filter .cx__content-filter__more-group.open .cx__content-filter__more-group__sub-list {
    display: block;
  }
  /* line 100, ../sass/partials/plugins/_cx-content-filter.scss */
  .no-touch .cx__content-filter .cx__content-filter__more-group:hover .ico-arrow-down, .cx__content-filter .cx__content-filter__more-group:focus .ico-arrow-down, .cx__content-filter .cx__content-filter__more-group.has-focus .ico-arrow-down, .touch .cx__content-filter .cx__content-filter__more-group.open .ico-arrow-down {
    display: none;
  }
  /* line 104, ../sass/partials/plugins/_cx-content-filter.scss */
  .no-touch .cx__content-filter .cx__content-filter__more-group:hover .ico-arrow-up, .cx__content-filter .cx__content-filter__more-group:focus .ico-arrow-up, .cx__content-filter .cx__content-filter__more-group.has-focus .ico-arrow-up, .touch .cx__content-filter .cx__content-filter__more-group.open .ico-arrow-up {
    display: inline-block;
  }
  /* line 109, ../sass/partials/plugins/_cx-content-filter.scss */
  .cx__content-filter .cx__content-filter__more-group .cx__content-filter__more-group__sub-list {
    display: none;
    position: absolute;
    right: 0;
    padding: 8px 0;
  }
  /* line 117, ../sass/partials/plugins/_cx-content-filter.scss */
  .cx__content-filter .cx__content-filter__more-group .cx__content-filter__more-group__sub-list > li .cx__content-filter__label {
    display: block;
    padding: 8px 20px;
  }

  /* line 126, ../sass/partials/plugins/_cx-content-filter.scss */
  .cx__content-filter__result-count {
    display: inline;
    padding-left: 12px;
  }

  /* line 131, ../sass/partials/plugins/_cx-content-filter.scss */
  .cx__content-filter__sort-by__holder {
    float: right;
  }

  /* line 135, ../sass/partials/plugins/_cx-content-filter.scss */
  .cx__content-filter__scroll-btn {
    display: none;
  }
}
/**
 * Default collapsibles styles.
 */
/* line 4, ../sass/partials/plugins/_cx-collapsibles.scss */
.event-details__section--programme__item:first-of-type,
.cx_collapsibles__container:first-of-type {
  border-top: 1px solid #d5dee2;
}

/* line 9, ../sass/partials/plugins/_cx-collapsibles.scss */
.cx_collapsibles__containing,
.cx_collapsibles__container {
  clear: both;
  border-bottom: 1px solid #d5dee2;
  padding: 10px ;
  padding: 1rem ;
  position: relative;
  margin-bottom: 0;
}
/* line 17, ../sass/partials/plugins/_cx-collapsibles.scss */
.project-slider__inner .cx_collapsibles__containing, .project-slider__inner
.cx_collapsibles__container {
  padding: 0;
  border: 0;
}
/* line 22, ../sass/partials/plugins/_cx-collapsibles.scss */
.cx_collapsibles__containing p,
.cx_collapsibles__container p {
  font-size: 15px ;
  font-size: 1.5rem ;
  line-height: 21px ;
  line-height: 2.1rem ;
  margin-bottom: 1em;
}
/* line 28, ../sass/partials/plugins/_cx-collapsibles.scss */
.cx_collapsibles__containing h2,
.cx_collapsibles__container h2 {
  font-size: 21px ;
  font-size: 2.1rem ;
  line-height: 24px ;
  line-height: 2.4rem ;
}
/* line 31, ../sass/partials/plugins/_cx-collapsibles.scss */
.cx_collapsibles__containing h2 a,
.cx_collapsibles__container h2 a {
  padding-bottom: .7rem !important;
  padding-top: .7rem !important;
}
/* line 37, ../sass/partials/plugins/_cx-collapsibles.scss */
.cx_collapsibles__containing h3,
.cx_collapsibles__container h3 {
  font-size: 18px ;
  font-size: 1.8rem ;
  line-height: 21px ;
  line-height: 2.1rem ;
}
/* line 42, ../sass/partials/plugins/_cx-collapsibles.scss */
.cx_collapsibles__containing .article-full__body,
.cx_collapsibles__containing .cx_collapsibles__target,
.cx_collapsibles__container .article-full__body,
.cx_collapsibles__container .cx_collapsibles__target {
  display: none;
}
/* line 46, ../sass/partials/plugins/_cx-collapsibles.scss */
.cx_collapsibles__containing .article-full__body li,
.cx_collapsibles__containing .cx_collapsibles__target li,
.cx_collapsibles__container .article-full__body li,
.cx_collapsibles__container .cx_collapsibles__target li {
  padding: 2px 0 4px 1.3em;
  background-repeat: no-repeat;
  background-position: 2px 10px;
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA7VpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6Rjc3RjExNzQwNzIwNjgxMTgwODNFQjgzQzYyQkQ3QzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUU5RDQwREM4OTk2MTFFMjk3ODNEOTQ2QUM4MTE0QjIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUU5RDQwREI4OTk2MTFFMjk3ODNEOTQ2QUM4MTE0QjIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowMjgwMTE3NDA3MjA2ODExOTJCMDgwNTRGN0U1RjYyMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNzdGMTE3NDA3MjA2ODExODA4M0VCODNDNjJCRDdDMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhlWfB8AAABTSURBVHjaYrx4+z4DECQAcQQQ2wLxYSBeAcQLWKASM4CYnQEC3IHYAcRgguqAScAAiB/BBDUKG7BlgtqBDRxmglr+E00CxF8BctACqACGawECDADLnRBj3LRFBAAAAABJRU5ErkJggg==");
}
/* line 55, ../sass/partials/plugins/_cx-collapsibles.scss */
.cx_collapsibles__containing .article-full__body .event-details__section--programme__performers li,
.cx_collapsibles__containing .cx_collapsibles__target .event-details__section--programme__performers li,
.cx_collapsibles__container .article-full__body .event-details__section--programme__performers li,
.cx_collapsibles__container .cx_collapsibles__target .event-details__section--programme__performers li {
  background-image: none;
}
/* line 60, ../sass/partials/plugins/_cx-collapsibles.scss */
.cx_collapsibles__containing .article-full__body ol > li,
.cx_collapsibles__containing .cx_collapsibles__target ol > li,
.cx_collapsibles__container .article-full__body ol > li,
.cx_collapsibles__container .cx_collapsibles__target ol > li {
  font-size: 1.5rem;
  background-image: none;
}
/* line 66, ../sass/partials/plugins/_cx-collapsibles.scss */
.cx_collapsibles__containing .event-details__section--programme__performers li,
.cx_collapsibles__container .event-details__section--programme__performers li {
  padding: 0;
  background: none;
  background-image: none;
}
@media screen and (max-width: 565px) {
  /* line 74, ../sass/partials/plugins/_cx-collapsibles.scss */
  .l-gutter--right > .cx_collapsibles__containing, .l-gutter--right >
  .cx_collapsibles__container {
    margin-left: -10px;
    margin-right: -10px;
    padding-right: 20px;
    padding-left: 20px;
  }
  /* line 80, ../sass/partials/plugins/_cx-collapsibles.scss */
  .l-gutter--right > .cx_collapsibles__containing .cx_collapsibles__containing,
  .l-gutter--right > .cx_collapsibles__containing .cx_collapsibles__container,
  .l-gutter--right > .cx_collapsibles__containing .event-details__section--programme__item, .l-gutter--right >
  .cx_collapsibles__container .cx_collapsibles__containing,
  .l-gutter--right >
  .cx_collapsibles__container .cx_collapsibles__container,
  .l-gutter--right >
  .cx_collapsibles__container .event-details__section--programme__item {
    padding: 10px ;
    padding: 1rem ;
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 90, ../sass/partials/plugins/_cx-collapsibles.scss */
.cx_collapsibles__containing .event-details__section--programme__item,
.cx_collapsibles__container .event-details__section--programme__item {
  padding-left: 50px !important;
}
/* line 94, ../sass/partials/plugins/_cx-collapsibles.scss */
.cx_collapsibles__containing .cx_collapsibles__trigger,
.cx_collapsibles__container .cx_collapsibles__trigger {
  cursor: pointer;
  margin: 0;
}
/* line 98, ../sass/partials/plugins/_cx-collapsibles.scss */
.cx_collapsibles__containing .cx_collapsibles__trigger > a,
.cx_collapsibles__container .cx_collapsibles__trigger > a {
  position: relative;
  padding-right: 50px;
  color: #2c3841;
  display: block;
  padding-top: 10px ;
  padding-top: 1rem ;
  padding-bottom: 7px ;
  padding-bottom: 0.7rem ;
}
/* line 108, ../sass/partials/plugins/_cx-collapsibles.scss */
.no-touch .cx_collapsibles__containing .cx_collapsibles__trigger > a:hover, .no-touch
.cx_collapsibles__container .cx_collapsibles__trigger > a:hover {
  color: #e85e13;
}
/* line 112, ../sass/partials/plugins/_cx-collapsibles.scss */
.cx_collapsibles__containing .cx_collapsibles__trigger > a:after,
.cx_collapsibles__container .cx_collapsibles__trigger > a:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
  content: '';
  display: block;
  background-position: 0 0;
  height: 30px;
  width: 30px;
}
/* line 125, ../sass/partials/plugins/_cx-collapsibles.scss */
.cx_collapsibles__containing .cx_collapsibles__trigger--alt,
.cx_collapsibles__container .cx_collapsibles__trigger--alt {
  cursor: pointer;
}
@media screen and (min-width: 757px) {
  /* line 131, ../sass/partials/plugins/_cx-collapsibles.scss */
  .cx_collapsibles__containing .cx_collapsibles__trigger__subject,
  .cx_collapsibles__container .cx_collapsibles__trigger__subject {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    min-width: 35%;
  }
}
/* line 138, ../sass/partials/plugins/_cx-collapsibles.scss */
.cx_collapsibles__containing .cx_collapsibles__trigger__teaser,
.cx_collapsibles__container .cx_collapsibles__trigger__teaser {
  color: #2c3841;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font-size: 18px ;
  font-size: 1.8rem ;
}
@media screen and (max-width: 757px) {
  /* line 138, ../sass/partials/plugins/_cx-collapsibles.scss */
  .cx_collapsibles__containing .cx_collapsibles__trigger__teaser,
  .cx_collapsibles__container .cx_collapsibles__trigger__teaser {
    top: 50px;
    left: -9999px;
  }
}
@media screen and (min-width: 757px) {
  /* line 138, ../sass/partials/plugins/_cx-collapsibles.scss */
  .cx_collapsibles__containing .cx_collapsibles__trigger__teaser,
  .cx_collapsibles__container .cx_collapsibles__trigger__teaser {
    padding-top: 10px ;
    padding-top: 1rem ;
    padding-bottom: 7px ;
    padding-bottom: 0.7rem ;
    line-height: 33px ;
    line-height: 3.3rem ;
  }
}
@media screen and (max-width: 757px) {
  /* line 162, ../sass/partials/plugins/_cx-collapsibles.scss */
  .cx_collapsibles__containing.cx_collapsibles--is-expanded .cx_collapsibles__trigger__teaser,
  .cx_collapsibles__container.cx_collapsibles--is-expanded .cx_collapsibles__trigger__teaser {
    position: static;
    top: auto;
    left: auto;
    display: block;
    margin-bottom: 5px ;
    margin-bottom: 0.5rem ;
  }
}
/* line 178, ../sass/partials/plugins/_cx-collapsibles.scss */
.cx_collapsibles__containing.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:after,
.cx_collapsibles__container.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:after {
  background-position: 0 -469px;
  height: 30px;
  width: 30px;
}
/* line 186, ../sass/partials/plugins/_cx-collapsibles.scss */
.cx_collapsibles__containing.cx_collapsibles--is-expanded .cx_collapsibles__target,
.cx_collapsibles__container.cx_collapsibles--is-expanded .cx_collapsibles__target {
  padding-top: 5px ;
  padding-top: 0.5rem ;
  padding-bottom: 10px ;
  padding-bottom: 1rem ;
}
/* line 190, ../sass/partials/plugins/_cx-collapsibles.scss */
.project-slider__inner .cx_collapsibles__containing.cx_collapsibles--is-expanded .cx_collapsibles__target, .project-slider__inner
.cx_collapsibles__container.cx_collapsibles--is-expanded .cx_collapsibles__target {
  padding-top: 0;
}

/**
*   this is to remove the styling linked to the collapsible container class - this style is extended within the collapsibles plugin
*/
/* line 205, ../sass/partials/plugins/_cx-collapsibles.scss */
.cx_collapsibles__containing {
  padding: 0;
}
/* line 208, ../sass/partials/plugins/_cx-collapsibles.scss */
.cx_collapsibles__containing p {
  font-size: 18px ;
  font-size: 1.8rem ;
  line-height: 27px ;
  line-height: 2.7rem ;
  margin-bottom: 1em;
}
/* line 214, ../sass/partials/plugins/_cx-collapsibles.scss */
.cx_collapsibles__containing h2 {
  font-size: 30px ;
  font-size: 3rem ;
  line-height: 33px ;
  line-height: 3.3rem ;
}
/* line 220, ../sass/partials/plugins/_cx-collapsibles.scss */
.cx_collapsibles__containing h3 {
  font-size: 24px ;
  font-size: 2.4rem ;
  line-height: 27px ;
  line-height: 2.7rem ;
}

/* line 228, ../sass/partials/plugins/_cx-collapsibles.scss */
.cx_collapsibles__toggle {
  float: right;
  text-decoration: underline;
  margin-bottom: 10px ;
  margin-bottom: 1rem ;
  font-size: 13px ;
  font-size: 1.3rem ;
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}
/* line 235, ../sass/partials/plugins/_cx-collapsibles.scss */
.touch .cx_collapsibles__toggle:hover {
  color: #00557f;
}
/* line 239, ../sass/partials/plugins/_cx-collapsibles.scss */
.no-touch .cx_collapsibles__toggle:hover, .cx_collapsibles__toggle:focus {
  text-decoration: none;
}

/**
 * Collapsible variants
 */
/**
 * Variant with the state indicator on the left
 */
/* line 256, ../sass/partials/plugins/_cx-collapsibles.scss */
.is-collapsible--left.cx_collapsibles__containing, .cx_collapsibles__containing.is-collapsible--blue, .is-collapsible--left.cx_collapsibles__container, .cx_collapsibles__container.is-collapsible--blue {
  padding-left: 50px !important;
}
/* line 264, ../sass/partials/plugins/_cx-collapsibles.scss */
.is-collapsible--left.cx_collapsibles__containing .cx_collapsibles__trigger, .cx_collapsibles__containing.is-collapsible--blue .cx_collapsibles__trigger, .is-collapsible--left.cx_collapsibles__container .cx_collapsibles__trigger, .cx_collapsibles__container.is-collapsible--blue .cx_collapsibles__trigger {
  font-size: 30px ;
  font-size: 3rem ;
  line-height: 33px ;
  line-height: 3.3rem ;
}
@media screen and (max-width: 850px) {
  /* line 264, ../sass/partials/plugins/_cx-collapsibles.scss */
  .is-collapsible--left.cx_collapsibles__containing .cx_collapsibles__trigger, .cx_collapsibles__containing.is-collapsible--blue .cx_collapsibles__trigger, .is-collapsible--left.cx_collapsibles__container .cx_collapsibles__trigger, .cx_collapsibles__container.is-collapsible--blue .cx_collapsibles__trigger {
    font-size: 27px ;
    font-size: 2.7rem ;
    line-height: 30px ;
    line-height: 3rem ;
  }
}
@media screen and (max-width: 565px) {
  /* line 264, ../sass/partials/plugins/_cx-collapsibles.scss */
  .is-collapsible--left.cx_collapsibles__containing .cx_collapsibles__trigger, .cx_collapsibles__containing.is-collapsible--blue .cx_collapsibles__trigger, .is-collapsible--left.cx_collapsibles__container .cx_collapsibles__trigger, .cx_collapsibles__container.is-collapsible--blue .cx_collapsibles__trigger {
    font-size: 24px ;
    font-size: 2.4rem ;
    line-height: 27px ;
    line-height: 2.7rem ;
  }
}
/* line 281, ../sass/partials/plugins/_cx-collapsibles.scss */
.is-collapsible--left.cx_collapsibles__containing .cx_collapsibles__trigger > a, .cx_collapsibles__containing.is-collapsible--blue .cx_collapsibles__trigger > a, .is-collapsible--left.cx_collapsibles__container .cx_collapsibles__trigger > a, .cx_collapsibles__container.is-collapsible--blue .cx_collapsibles__trigger > a {
  position: static;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 285, ../sass/partials/plugins/_cx-collapsibles.scss */
.is-collapsible--left.cx_collapsibles__containing .cx_collapsibles__trigger > a:after, .cx_collapsibles__containing.is-collapsible--blue .cx_collapsibles__trigger > a:after, .is-collapsible--left.cx_collapsibles__container .cx_collapsibles__trigger > a:after, .cx_collapsibles__container.is-collapsible--blue .cx_collapsibles__trigger > a:after {
  margin: 0;
  top: 20px;
  left: 10px;
  right: auto;
}

/**
 * Blue and red buttoned variant
 */
/* line 306, ../sass/partials/plugins/_cx-collapsibles.scss */
html.no-js .is-collapsible--blue .cx_collapsibles__trigger {
  line-height: 30px ;
  line-height: 3rem ;
  margin: 7px 0px 1px ;
  margin: 0.7rem 0rem 0.1rem ;
}
/* line 314, ../sass/partials/plugins/_cx-collapsibles.scss */
.is-collapsible--blue.cx_collapsibles__containing, .is-collapsible--blue.cx_collapsibles__container {
  padding: 0 0 0 50px;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
/* line 321, ../sass/partials/plugins/_cx-collapsibles.scss */
.is-collapsible--blue.cx_collapsibles__containing .cx_collapsibles__trigger > a, .is-collapsible--blue.cx_collapsibles__container .cx_collapsibles__trigger > a {
  font-size: 18px ;
  font-size: 1.8rem ;
  position: static;
  color: #00557f;
}
/* line 326, ../sass/partials/plugins/_cx-collapsibles.scss */
.no-touch .is-collapsible--blue.cx_collapsibles__containing .cx_collapsibles__trigger > a:hover, .no-touch .is-collapsible--blue.cx_collapsibles__container .cx_collapsibles__trigger > a:hover {
  color: #e85e13;
}
/* line 329, ../sass/partials/plugins/_cx-collapsibles.scss */
.no-touch .is-collapsible--blue.cx_collapsibles__containing .cx_collapsibles__trigger > a:hover:after, .no-touch .is-collapsible--blue.cx_collapsibles__container .cx_collapsibles__trigger > a:hover:after {
  background-color: #e85e13;
  border-color: #e85e13;
}
/* line 336, ../sass/partials/plugins/_cx-collapsibles.scss */
.is-collapsible--blue.cx_collapsibles__containing .cx_collapsibles__trigger > a:after, .is-collapsible--blue.cx_collapsibles__container .cx_collapsibles__trigger > a:after {
  top: 13px;
  border: 3px solid #00557f;
  background-color: #00557f;
  background-position: 0 -83px;
  height: 16px;
  width: 16px;
  -moz-transition: background-color 0.3s linear, border-color 0.3s linear;
  -o-transition: background-color 0.3s linear, border-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear, border-color 0.3s linear;
  transition: background-color 0.3s linear, border-color 0.3s linear;
  content: "1";
  text-indent: -999em;
}
/* line 352, ../sass/partials/plugins/_cx-collapsibles.scss */
.is-collapsible--blue.cx_collapsibles__containing .cx_collapsibles__target, .is-collapsible--blue.cx_collapsibles__container .cx_collapsibles__target {
  padding-right: 40px;
  margin-top: 15px ;
  margin-top: 1.5rem ;
}
/* line 361, ../sass/partials/plugins/_cx-collapsibles.scss */
.is-collapsible--blue.cx_collapsibles__containing .cx_collapsibles__trigger > a {
  font-size: 15px ;
  font-size: 1.5rem ;
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
  text-decoration: none;
}
/* line 365, ../sass/partials/plugins/_cx-collapsibles.scss */
.no-touch .is-collapsible--blue.cx_collapsibles__containing .cx_collapsibles__trigger > a:hover {
  color: #00557f;
  text-decoration: underline;
}
/* line 373, ../sass/partials/plugins/_cx-collapsibles.scss */
.is-collapsible--blue.cx_collapsibles--is-expanded, .is-collapsible--blue.cx_collapsibles--is-expanding {
  background-color: #e4eaec;
}
/* line 312, ../sass/partials/_mixins.scss */
.t-news-and-blog .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a, [class^='t-'] .t-news-and-blog .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a {
  color: #f3b036;
}
/* line 316, ../sass/partials/_mixins.scss */
.t-products-and-services .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a, [class^='t-'] .t-products-and-services .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a {
  color: #8c930d;
}
/* line 320, ../sass/partials/_mixins.scss */
.t-guides-and-cribsheets .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a, [class^='t-'] .t-guides-and-cribsheets .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a {
  color: #a22578;
}
/* line 324, ../sass/partials/_mixins.scss */
.t-r-and-d-publications .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a, [class^='t-'] .t-r-and-d-publications .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a {
  color: #0092cb;
}
/* line 328, ../sass/partials/_mixins.scss */
.t-r-and-d-publications-archive .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a, [class^='t-'] .t-r-and-d-publications-archive .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a {
  color: #70818b;
}
/* line 332, ../sass/partials/_mixins.scss */
.t-events .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a, [class^='t-'] .t-events .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a {
  color: #d72250;
}
/* line 336, ../sass/partials/_mixins.scss */
.t-contact .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a, [class^='t-'] .t-contact .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a {
  color: #e85e13;
}
/* line 340, ../sass/partials/_mixins.scss */
.t-about .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a, [class^='t-'] .t-about .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a {
  color: #e85e13;
}
/* line 385, ../sass/partials/plugins/_cx-collapsibles.scss */
.is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:after {
  background-position: 0 -552px;
  height: 16px;
  width: 16px;
  content: "2";
  text-indent: -999em;
}
/* line 312, ../sass/partials/_mixins.scss */
.t-news-and-blog .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:after, [class^='t-'] .t-news-and-blog .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:after {
  border-color: #f3b036;
}
/* line 316, ../sass/partials/_mixins.scss */
.t-products-and-services .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:after, [class^='t-'] .t-products-and-services .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:after {
  border-color: #8c930d;
}
/* line 320, ../sass/partials/_mixins.scss */
.t-guides-and-cribsheets .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:after, [class^='t-'] .t-guides-and-cribsheets .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:after {
  border-color: #a22578;
}
/* line 324, ../sass/partials/_mixins.scss */
.t-r-and-d-publications .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:after, [class^='t-'] .t-r-and-d-publications .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:after {
  border-color: #0092cb;
}
/* line 328, ../sass/partials/_mixins.scss */
.t-r-and-d-publications-archive .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:after, [class^='t-'] .t-r-and-d-publications-archive .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:after {
  border-color: #70818b;
}
/* line 332, ../sass/partials/_mixins.scss */
.t-events .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:after, [class^='t-'] .t-events .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:after {
  border-color: #d72250;
}
/* line 336, ../sass/partials/_mixins.scss */
.t-contact .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:after, [class^='t-'] .t-contact .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:after {
  border-color: #e85e13;
}
/* line 340, ../sass/partials/_mixins.scss */
.t-about .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:after, [class^='t-'] .t-about .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:after {
  border-color: #e85e13;
}
/* line 312, ../sass/partials/_mixins.scss */
.t-news-and-blog .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:after, [class^='t-'] .t-news-and-blog .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:after {
  background-color: #f3b036;
}
/* line 316, ../sass/partials/_mixins.scss */
.t-products-and-services .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:after, [class^='t-'] .t-products-and-services .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:after {
  background-color: #8c930d;
}
/* line 320, ../sass/partials/_mixins.scss */
.t-guides-and-cribsheets .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:after, [class^='t-'] .t-guides-and-cribsheets .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:after {
  background-color: #a22578;
}
/* line 324, ../sass/partials/_mixins.scss */
.t-r-and-d-publications .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:after, [class^='t-'] .t-r-and-d-publications .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:after {
  background-color: #0092cb;
}
/* line 328, ../sass/partials/_mixins.scss */
.t-r-and-d-publications-archive .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:after, [class^='t-'] .t-r-and-d-publications-archive .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:after {
  background-color: #70818b;
}
/* line 332, ../sass/partials/_mixins.scss */
.t-events .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:after, [class^='t-'] .t-events .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:after {
  background-color: #d72250;
}
/* line 336, ../sass/partials/_mixins.scss */
.t-contact .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:after, [class^='t-'] .t-contact .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:after {
  background-color: #e85e13;
}
/* line 340, ../sass/partials/_mixins.scss */
.t-about .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:after, [class^='t-'] .t-about .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:after {
  background-color: #e85e13;
}
/* line 394, ../sass/partials/plugins/_cx-collapsibles.scss */
.article-full--rd .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a {
  color: #00557f;
}
/* line 396, ../sass/partials/plugins/_cx-collapsibles.scss */
.article-full--rd .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:after {
  border-color: #00557f;
  background-color: #00557f;
}
/* line 408, ../sass/partials/plugins/_cx-collapsibles.scss */
.is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger--alt > a {
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}
/* line 312, ../sass/partials/_mixins.scss */
.t-news-and-blog .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger--alt > a, [class^='t-'] .t-news-and-blog .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger--alt > a {
  color: #f3b036;
}
/* line 316, ../sass/partials/_mixins.scss */
.t-products-and-services .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger--alt > a, [class^='t-'] .t-products-and-services .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger--alt > a {
  color: #8c930d;
}
/* line 320, ../sass/partials/_mixins.scss */
.t-guides-and-cribsheets .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger--alt > a, [class^='t-'] .t-guides-and-cribsheets .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger--alt > a {
  color: #a22578;
}
/* line 324, ../sass/partials/_mixins.scss */
.t-r-and-d-publications .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger--alt > a, [class^='t-'] .t-r-and-d-publications .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger--alt > a {
  color: #0092cb;
}
/* line 328, ../sass/partials/_mixins.scss */
.t-r-and-d-publications-archive .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger--alt > a, [class^='t-'] .t-r-and-d-publications-archive .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger--alt > a {
  color: #70818b;
}
/* line 332, ../sass/partials/_mixins.scss */
.t-events .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger--alt > a, [class^='t-'] .t-events .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger--alt > a {
  color: #d72250;
}
/* line 336, ../sass/partials/_mixins.scss */
.t-contact .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger--alt > a, [class^='t-'] .t-contact .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger--alt > a {
  color: #e85e13;
}
/* line 340, ../sass/partials/_mixins.scss */
.t-about .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger--alt > a, [class^='t-'] .t-about .is-collapsible--blue.cx_collapsibles--is-expanded .cx_collapsibles__trigger--alt > a {
  color: #e85e13;
}

/* line 424, ../sass/partials/plugins/_cx-collapsibles.scss */
.is-collapsible--blue.cx_collapsibles__containing.cx_collapsibles--is-expanded, .is-collapsible--blue.cx_collapsibles__containing.cx_collapsibles--is-expanding {
  background-color: transparent;
}

/**
 * Variant with the state indicator on the left
 */
/* line 440, ../sass/partials/plugins/_cx-collapsibles.scss */
.is-collapsible--left.cx_collapsibles__containing, .cx_collapsibles__containing.is-collapsible--blue {
  padding-left: 0 !important;
}
/* line 443, ../sass/partials/plugins/_cx-collapsibles.scss */
.is-collapsible--left.cx_collapsibles__containing .cx_collapsibles__trigger, .cx_collapsibles__containing.is-collapsible--blue .cx_collapsibles__trigger {
  font-size: 18px ;
  font-size: 1.8rem ;
  line-height: 21px ;
  line-height: 2.1rem ;
}
@media screen and (max-width: 850px) {
  /* line 443, ../sass/partials/plugins/_cx-collapsibles.scss */
  .is-collapsible--left.cx_collapsibles__containing .cx_collapsibles__trigger, .cx_collapsibles__containing.is-collapsible--blue .cx_collapsibles__trigger {
    font-size: 18px ;
    font-size: 1.8rem ;
    line-height: 21px ;
    line-height: 2.1rem ;
  }
}
@media screen and (max-width: 565px) {
  /* line 443, ../sass/partials/plugins/_cx-collapsibles.scss */
  .is-collapsible--left.cx_collapsibles__containing .cx_collapsibles__trigger, .cx_collapsibles__containing.is-collapsible--blue .cx_collapsibles__trigger {
    font-size: 18px ;
    font-size: 1.8rem ;
    line-height: 21px ;
    line-height: 2.1rem ;
  }
}
/* line 460, ../sass/partials/plugins/_cx-collapsibles.scss */
.is-collapsible--left.cx_collapsibles__containing .cx_collapsibles__trigger > a, .cx_collapsibles__containing.is-collapsible--blue .cx_collapsibles__trigger > a {
  padding-left: 35px ;
  padding-left: 3.5rem ;
  padding-bottom: 10px ;
  padding-bottom: 1rem ;
}
/* line 465, ../sass/partials/plugins/_cx-collapsibles.scss */
.is-collapsible--left.cx_collapsibles__containing .cx_collapsibles__trigger > a:after, .cx_collapsibles__containing.is-collapsible--blue .cx_collapsibles__trigger > a:after {
  left: 0;
  top: 10px ;
  top: 1rem ;
}
@media screen and (max-width: 565px) {
  /* line 465, ../sass/partials/plugins/_cx-collapsibles.scss */
  .is-collapsible--left.cx_collapsibles__containing .cx_collapsibles__trigger > a:after, .cx_collapsibles__containing.is-collapsible--blue .cx_collapsibles__trigger > a:after {
    top: 0;
  }
}

/* line 480, ../sass/partials/plugins/_cx-collapsibles.scss */
.is-show-more {
  clear: both;
  margin-bottom: 20px ;
  margin-bottom: 2rem ;
  border-bottom: 0;
}
/* line 485, ../sass/partials/plugins/_cx-collapsibles.scss */
.article-full--rd .is-show-more {
  margin: -10px 0px 45px ;
  margin: -1rem 0rem 4.5rem ;
}
/* line 489, ../sass/partials/plugins/_cx-collapsibles.scss */
.box__inner .is-show-more {
  margin-bottom: 0;
}
/* line 496, ../sass/partials/plugins/_cx-collapsibles.scss */
.is-show-more.cx_collapsibles__containing .cx_collapsibles__trigger {
  padding-bottom: 30px ;
  padding-bottom: 3rem ;
}
@media screen and (max-width: 565px) {
  /* line 496, ../sass/partials/plugins/_cx-collapsibles.scss */
  .is-show-more.cx_collapsibles__containing .cx_collapsibles__trigger {
    padding-top: 20px ;
    padding-top: 2rem ;
  }
}
/* line 503, ../sass/partials/plugins/_cx-collapsibles.scss */
.is-show-more.cx_collapsibles__containing .cx_collapsibles__trigger > a {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
}
/* line 508, ../sass/partials/plugins/_cx-collapsibles.scss */
.is-show-more.cx_collapsibles__containing .cx_collapsibles__trigger > a:after {
  margin: 0;
  bottom: 10px;
  top: auto;
}

/* line 520, ../sass/partials/plugins/_cx-collapsibles.scss */
.has-no-icon {
  clear: both;
}
/* line 525, ../sass/partials/plugins/_cx-collapsibles.scss */
.has-no-icon > a:after {
  display: none !important;
}

/* line 533, ../sass/partials/plugins/_cx-collapsibles.scss */
.t-guides-and-cribsheets .book-menu .cx_collapsibles__target {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 2.3rem;
}
/* line 538, ../sass/partials/plugins/_cx-collapsibles.scss */
.t-guides-and-cribsheets .book-menu .cx_collapsibles__target .active, .t-guides-and-cribsheets .book-menu .cx_collapsibles__target a:hover {
  color: #fff;
}
/* line 312, ../sass/partials/_mixins.scss */
.t-news-and-blog .t-guides-and-cribsheets .book-menu .cx_collapsibles__target .active, [class^='t-'] .t-news-and-blog .t-guides-and-cribsheets .book-menu .cx_collapsibles__target .active, .t-news-and-blog .t-guides-and-cribsheets .book-menu .cx_collapsibles__target a:hover, [class^='t-'] .t-news-and-blog .t-guides-and-cribsheets .book-menu .cx_collapsibles__target a:hover {
  background-color: #f3b036;
}
/* line 316, ../sass/partials/_mixins.scss */
.t-products-and-services .t-guides-and-cribsheets .book-menu .cx_collapsibles__target .active, [class^='t-'] .t-products-and-services .t-guides-and-cribsheets .book-menu .cx_collapsibles__target .active, .t-products-and-services .t-guides-and-cribsheets .book-menu .cx_collapsibles__target a:hover, [class^='t-'] .t-products-and-services .t-guides-and-cribsheets .book-menu .cx_collapsibles__target a:hover {
  background-color: #8c930d;
}
/* line 320, ../sass/partials/_mixins.scss */
.t-guides-and-cribsheets .t-guides-and-cribsheets .book-menu .cx_collapsibles__target .active, [class^='t-'] .t-guides-and-cribsheets .t-guides-and-cribsheets .book-menu .cx_collapsibles__target .active, .t-guides-and-cribsheets .t-guides-and-cribsheets .book-menu .cx_collapsibles__target a:hover, [class^='t-'] .t-guides-and-cribsheets .t-guides-and-cribsheets .book-menu .cx_collapsibles__target a:hover {
  background-color: #a22578;
}
/* line 324, ../sass/partials/_mixins.scss */
.t-r-and-d-publications .t-guides-and-cribsheets .book-menu .cx_collapsibles__target .active, [class^='t-'] .t-r-and-d-publications .t-guides-and-cribsheets .book-menu .cx_collapsibles__target .active, .t-r-and-d-publications .t-guides-and-cribsheets .book-menu .cx_collapsibles__target a:hover, [class^='t-'] .t-r-and-d-publications .t-guides-and-cribsheets .book-menu .cx_collapsibles__target a:hover {
  background-color: #0092cb;
}
/* line 328, ../sass/partials/_mixins.scss */
.t-r-and-d-publications-archive .t-guides-and-cribsheets .book-menu .cx_collapsibles__target .active, [class^='t-'] .t-r-and-d-publications-archive .t-guides-and-cribsheets .book-menu .cx_collapsibles__target .active, .t-r-and-d-publications-archive .t-guides-and-cribsheets .book-menu .cx_collapsibles__target a:hover, [class^='t-'] .t-r-and-d-publications-archive .t-guides-and-cribsheets .book-menu .cx_collapsibles__target a:hover {
  background-color: #70818b;
}
/* line 332, ../sass/partials/_mixins.scss */
.t-events .t-guides-and-cribsheets .book-menu .cx_collapsibles__target .active, [class^='t-'] .t-events .t-guides-and-cribsheets .book-menu .cx_collapsibles__target .active, .t-events .t-guides-and-cribsheets .book-menu .cx_collapsibles__target a:hover, [class^='t-'] .t-events .t-guides-and-cribsheets .book-menu .cx_collapsibles__target a:hover {
  background-color: #d72250;
}
/* line 336, ../sass/partials/_mixins.scss */
.t-contact .t-guides-and-cribsheets .book-menu .cx_collapsibles__target .active, [class^='t-'] .t-contact .t-guides-and-cribsheets .book-menu .cx_collapsibles__target .active, .t-contact .t-guides-and-cribsheets .book-menu .cx_collapsibles__target a:hover, [class^='t-'] .t-contact .t-guides-and-cribsheets .book-menu .cx_collapsibles__target a:hover {
  background-color: #e85e13;
}
/* line 340, ../sass/partials/_mixins.scss */
.t-about .t-guides-and-cribsheets .book-menu .cx_collapsibles__target .active, [class^='t-'] .t-about .t-guides-and-cribsheets .book-menu .cx_collapsibles__target .active, .t-about .t-guides-and-cribsheets .book-menu .cx_collapsibles__target a:hover, [class^='t-'] .t-about .t-guides-and-cribsheets .book-menu .cx_collapsibles__target a:hover {
  background-color: #e85e13;
}
/* line 542, ../sass/partials/plugins/_cx-collapsibles.scss */
.t-guides-and-cribsheets .book-menu .cx_collapsibles__target a {
  font-size: 13px;
  line-height: 16px;
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
  padding: 6px 8px;
}
/* line 312, ../sass/partials/_mixins.scss */
.t-news-and-blog .t-guides-and-cribsheets .book-menu .cx_collapsibles__trigger a, [class^='t-'] .t-news-and-blog .t-guides-and-cribsheets .book-menu .cx_collapsibles__trigger a, .t-news-and-blog .t-guides-and-cribsheets .book-menu .cx_collapsibles__trigger span, [class^='t-'] .t-news-and-blog .t-guides-and-cribsheets .book-menu .cx_collapsibles__trigger span {
  color: #f3b036;
}
/* line 316, ../sass/partials/_mixins.scss */
.t-products-and-services .t-guides-and-cribsheets .book-menu .cx_collapsibles__trigger a, [class^='t-'] .t-products-and-services .t-guides-and-cribsheets .book-menu .cx_collapsibles__trigger a, .t-products-and-services .t-guides-and-cribsheets .book-menu .cx_collapsibles__trigger span, [class^='t-'] .t-products-and-services .t-guides-and-cribsheets .book-menu .cx_collapsibles__trigger span {
  color: #8c930d;
}
/* line 320, ../sass/partials/_mixins.scss */
.t-guides-and-cribsheets .t-guides-and-cribsheets .book-menu .cx_collapsibles__trigger a, [class^='t-'] .t-guides-and-cribsheets .t-guides-and-cribsheets .book-menu .cx_collapsibles__trigger a, .t-guides-and-cribsheets .t-guides-and-cribsheets .book-menu .cx_collapsibles__trigger span, [class^='t-'] .t-guides-and-cribsheets .t-guides-and-cribsheets .book-menu .cx_collapsibles__trigger span {
  color: #a22578;
}
/* line 324, ../sass/partials/_mixins.scss */
.t-r-and-d-publications .t-guides-and-cribsheets .book-menu .cx_collapsibles__trigger a, [class^='t-'] .t-r-and-d-publications .t-guides-and-cribsheets .book-menu .cx_collapsibles__trigger a, .t-r-and-d-publications .t-guides-and-cribsheets .book-menu .cx_collapsibles__trigger span, [class^='t-'] .t-r-and-d-publications .t-guides-and-cribsheets .book-menu .cx_collapsibles__trigger span {
  color: #0092cb;
}
/* line 328, ../sass/partials/_mixins.scss */
.t-r-and-d-publications-archive .t-guides-and-cribsheets .book-menu .cx_collapsibles__trigger a, [class^='t-'] .t-r-and-d-publications-archive .t-guides-and-cribsheets .book-menu .cx_collapsibles__trigger a, .t-r-and-d-publications-archive .t-guides-and-cribsheets .book-menu .cx_collapsibles__trigger span, [class^='t-'] .t-r-and-d-publications-archive .t-guides-and-cribsheets .book-menu .cx_collapsibles__trigger span {
  color: #70818b;
}
/* line 332, ../sass/partials/_mixins.scss */
.t-events .t-guides-and-cribsheets .book-menu .cx_collapsibles__trigger a, [class^='t-'] .t-events .t-guides-and-cribsheets .book-menu .cx_collapsibles__trigger a, .t-events .t-guides-and-cribsheets .book-menu .cx_collapsibles__trigger span, [class^='t-'] .t-events .t-guides-and-cribsheets .book-menu .cx_collapsibles__trigger span {
  color: #d72250;
}
/* line 336, ../sass/partials/_mixins.scss */
.t-contact .t-guides-and-cribsheets .book-menu .cx_collapsibles__trigger a, [class^='t-'] .t-contact .t-guides-and-cribsheets .book-menu .cx_collapsibles__trigger a, .t-contact .t-guides-and-cribsheets .book-menu .cx_collapsibles__trigger span, [class^='t-'] .t-contact .t-guides-and-cribsheets .book-menu .cx_collapsibles__trigger span {
  color: #e85e13;
}
/* line 340, ../sass/partials/_mixins.scss */
.t-about .t-guides-and-cribsheets .book-menu .cx_collapsibles__trigger a, [class^='t-'] .t-about .t-guides-and-cribsheets .book-menu .cx_collapsibles__trigger a, .t-about .t-guides-and-cribsheets .book-menu .cx_collapsibles__trigger span, [class^='t-'] .t-about .t-guides-and-cribsheets .book-menu .cx_collapsibles__trigger span {
  color: #e85e13;
}
/* line 554, ../sass/partials/plugins/_cx-collapsibles.scss */
.no-touch .t-guides-and-cribsheets .book-menu .cx_collapsibles__trigger:hover a, .no-touch .t-guides-and-cribsheets .book-menu .cx_collapsibles__trigger:hover span {
  color: #e85e13 !important;
}

/* line 566, ../sass/partials/plugins/_cx-collapsibles.scss */
.node-type-guide .t-guides-and-cribsheets .book-menu .cx_collapsibles--is-expanded, .node-type-guide .t-guides-and-cribsheets .book-menu .is-collapsible--blue {
  background-color: transparent;
  padding-left: 10px !important;
}
/* line 569, ../sass/partials/plugins/_cx-collapsibles.scss */
.node-type-guide .t-guides-and-cribsheets .book-menu .cx_collapsibles--is-expanded li, .node-type-guide .t-guides-and-cribsheets .book-menu .cx_collapsibles--is-expanded .book-root, .node-type-guide .t-guides-and-cribsheets .book-menu .is-collapsible--blue li, .node-type-guide .t-guides-and-cribsheets .book-menu .is-collapsible--blue .book-root {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 573, ../sass/partials/plugins/_cx-collapsibles.scss */
.node-type-guide .t-guides-and-cribsheets .book-menu .cx_collapsibles--is-expanded li a, .node-type-guide .t-guides-and-cribsheets .book-menu .cx_collapsibles--is-expanded .book-root a, .node-type-guide .t-guides-and-cribsheets .book-menu .is-collapsible--blue li a, .node-type-guide .t-guides-and-cribsheets .book-menu .is-collapsible--blue .book-root a {
  padding: 5px 7px;
}
/* line 577, ../sass/partials/plugins/_cx-collapsibles.scss */
.node-type-guide .t-guides-and-cribsheets .book-menu .cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:after, .node-type-guide .t-guides-and-cribsheets .book-menu .cx_collapsibles--is-expanded .cx_collapsibles__trigger > a:hover:after, .node-type-guide .t-guides-and-cribsheets .book-menu .is-collapsible--blue .cx_collapsibles__trigger > a:after, .node-type-guide .t-guides-and-cribsheets .book-menu .is-collapsible--blue .cx_collapsibles__trigger > a:hover:after {
  background: none;
  border: none;
}
/* line 581, ../sass/partials/plugins/_cx-collapsibles.scss */
.node-type-guide .t-guides-and-cribsheets .book-menu .cx_collapsibles--is-expanded .cx_collapsibles__trigger span, .node-type-guide .t-guides-and-cribsheets .book-menu .is-collapsible--blue .cx_collapsibles__trigger span {
  font-size: 24px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}

/*=====================================
  Markers
  (pills/lozenges) used to denote subject category
*/
/* line 5, ../sass/partials/modules/_marker.scss */
.marker, .box__marker--vertical, .box__marker--inline {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px 7px;
  font-size: 12px ;
  font-size: 1.2rem ;
  line-height: 22px ;
  line-height: 2.2rem ;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
  color: white;
  background-color: #2c3841;
  white-space: nowrap;
  text-align: center;
}
/* line 312, ../sass/partials/_mixins.scss */
.t-news-and-blog .marker, .t-news-and-blog .box__marker--vertical, .t-news-and-blog .box__marker--inline, [class^='t-'] .t-news-and-blog .marker, [class^='t-'] .t-news-and-blog .box__marker--vertical, [class^='t-'] .t-news-and-blog .box__marker--inline {
  background-color: #f3b036;
}
/* line 316, ../sass/partials/_mixins.scss */
.t-products-and-services .marker, .t-products-and-services .box__marker--vertical, .t-products-and-services .box__marker--inline, [class^='t-'] .t-products-and-services .marker, [class^='t-'] .t-products-and-services .box__marker--vertical, [class^='t-'] .t-products-and-services .box__marker--inline {
  background-color: #8c930d;
}
/* line 320, ../sass/partials/_mixins.scss */
.t-guides-and-cribsheets .marker, .t-guides-and-cribsheets .box__marker--vertical, .t-guides-and-cribsheets .box__marker--inline, [class^='t-'] .t-guides-and-cribsheets .marker, [class^='t-'] .t-guides-and-cribsheets .box__marker--vertical, [class^='t-'] .t-guides-and-cribsheets .box__marker--inline {
  background-color: #a22578;
}
/* line 324, ../sass/partials/_mixins.scss */
.t-r-and-d-publications .marker, .t-r-and-d-publications .box__marker--vertical, .t-r-and-d-publications .box__marker--inline, [class^='t-'] .t-r-and-d-publications .marker, [class^='t-'] .t-r-and-d-publications .box__marker--vertical, [class^='t-'] .t-r-and-d-publications .box__marker--inline {
  background-color: #0092cb;
}
/* line 328, ../sass/partials/_mixins.scss */
.t-r-and-d-publications-archive .marker, .t-r-and-d-publications-archive .box__marker--vertical, .t-r-and-d-publications-archive .box__marker--inline, [class^='t-'] .t-r-and-d-publications-archive .marker, [class^='t-'] .t-r-and-d-publications-archive .box__marker--vertical, [class^='t-'] .t-r-and-d-publications-archive .box__marker--inline {
  background-color: #70818b;
}
/* line 332, ../sass/partials/_mixins.scss */
.t-events .marker, .t-events .box__marker--vertical, .t-events .box__marker--inline, [class^='t-'] .t-events .marker, [class^='t-'] .t-events .box__marker--vertical, [class^='t-'] .t-events .box__marker--inline {
  background-color: #d72250;
}
/* line 336, ../sass/partials/_mixins.scss */
.t-contact .marker, .t-contact .box__marker--vertical, .t-contact .box__marker--inline, [class^='t-'] .t-contact .marker, [class^='t-'] .t-contact .box__marker--vertical, [class^='t-'] .t-contact .box__marker--inline {
  background-color: #e85e13;
}
/* line 340, ../sass/partials/_mixins.scss */
.t-about .marker, .t-about .box__marker--vertical, .t-about .box__marker--inline, [class^='t-'] .t-about .marker, [class^='t-'] .t-about .box__marker--vertical, [class^='t-'] .t-about .box__marker--inline {
  background-color: #e85e13;
}

/* line 24, ../sass/partials/modules/_marker.scss */
a.marker:focus, a.box__marker--vertical:focus, a.box__marker--inline:focus,
a.marker:hover,
a.box__marker--vertical:hover,
a.box__marker--inline:hover {
  color: #fff;
}
/* line 378, ../sass/partials/_mixins.scss */
.t-news-and-blog a.marker:focus, .t-news-and-blog a.box__marker--vertical:focus, .t-news-and-blog a.box__marker--inline:focus, [class^='t-'] .t-news-and-blog a.marker:focus, [class^='t-'] .t-news-and-blog a.box__marker--vertical:focus, [class^='t-'] .t-news-and-blog a.box__marker--inline:focus, .t-news-and-blog
a.marker:hover, .t-news-and-blog
a.box__marker--vertical:hover, .t-news-and-blog
a.box__marker--inline:hover, [class^='t-'] .t-news-and-blog
a.marker:hover, [class^='t-'] .t-news-and-blog
a.box__marker--vertical:hover, [class^='t-'] .t-news-and-blog
a.box__marker--inline:hover {
  background-color: #f3b036;
  background-color: rgba(243, 176, 54, 0.8);
}
/* line 383, ../sass/partials/_mixins.scss */
.t-products-and-services a.marker:focus, .t-products-and-services a.box__marker--vertical:focus, .t-products-and-services a.box__marker--inline:focus, [class^='t-'] .t-products-and-services a.marker:focus, [class^='t-'] .t-products-and-services a.box__marker--vertical:focus, [class^='t-'] .t-products-and-services a.box__marker--inline:focus, .t-products-and-services
a.marker:hover, .t-products-and-services
a.box__marker--vertical:hover, .t-products-and-services
a.box__marker--inline:hover, [class^='t-'] .t-products-and-services
a.marker:hover, [class^='t-'] .t-products-and-services
a.box__marker--vertical:hover, [class^='t-'] .t-products-and-services
a.box__marker--inline:hover {
  background-color: #8c930d;
  background-color: rgba(140, 147, 13, 0.8);
}
/* line 388, ../sass/partials/_mixins.scss */
.t-guides-and-cribsheets a.marker:focus, .t-guides-and-cribsheets a.box__marker--vertical:focus, .t-guides-and-cribsheets a.box__marker--inline:focus, [class^='t-'] .t-guides-and-cribsheets a.marker:focus, [class^='t-'] .t-guides-and-cribsheets a.box__marker--vertical:focus, [class^='t-'] .t-guides-and-cribsheets a.box__marker--inline:focus, .t-guides-and-cribsheets
a.marker:hover, .t-guides-and-cribsheets
a.box__marker--vertical:hover, .t-guides-and-cribsheets
a.box__marker--inline:hover, [class^='t-'] .t-guides-and-cribsheets
a.marker:hover, [class^='t-'] .t-guides-and-cribsheets
a.box__marker--vertical:hover, [class^='t-'] .t-guides-and-cribsheets
a.box__marker--inline:hover {
  background-color: #a22578;
  background-color: rgba(162, 37, 120, 0.8);
}
/* line 393, ../sass/partials/_mixins.scss */
.t-r-and-d-publications a.marker:focus, .t-r-and-d-publications a.box__marker--vertical:focus, .t-r-and-d-publications a.box__marker--inline:focus, [class^='t-'] .t-r-and-d-publications a.marker:focus, [class^='t-'] .t-r-and-d-publications a.box__marker--vertical:focus, [class^='t-'] .t-r-and-d-publications a.box__marker--inline:focus, .t-r-and-d-publications
a.marker:hover, .t-r-and-d-publications
a.box__marker--vertical:hover, .t-r-and-d-publications
a.box__marker--inline:hover, [class^='t-'] .t-r-and-d-publications
a.marker:hover, [class^='t-'] .t-r-and-d-publications
a.box__marker--vertical:hover, [class^='t-'] .t-r-and-d-publications
a.box__marker--inline:hover {
  background-color: #0092cb;
  background-color: rgba(0, 146, 203, 0.8);
}
/* line 398, ../sass/partials/_mixins.scss */
.t-events a.marker:focus, .t-events a.box__marker--vertical:focus, .t-events a.box__marker--inline:focus, [class^='t-'] .t-events a.marker:focus, [class^='t-'] .t-events a.box__marker--vertical:focus, [class^='t-'] .t-events a.box__marker--inline:focus, .t-events
a.marker:hover, .t-events
a.box__marker--vertical:hover, .t-events
a.box__marker--inline:hover, [class^='t-'] .t-events
a.marker:hover, [class^='t-'] .t-events
a.box__marker--vertical:hover, [class^='t-'] .t-events
a.box__marker--inline:hover {
  background-color: #d72250;
  background-color: rgba(215, 34, 80, 0.8);
}
/* line 403, ../sass/partials/_mixins.scss */
.t-contact a.marker:focus, .t-contact a.box__marker--vertical:focus, .t-contact a.box__marker--inline:focus, [class^='t-'] .t-contact a.marker:focus, [class^='t-'] .t-contact a.box__marker--vertical:focus, [class^='t-'] .t-contact a.box__marker--inline:focus, .t-contact
a.marker:hover, .t-contact
a.box__marker--vertical:hover, .t-contact
a.box__marker--inline:hover, [class^='t-'] .t-contact
a.marker:hover, [class^='t-'] .t-contact
a.box__marker--vertical:hover, [class^='t-'] .t-contact
a.box__marker--inline:hover {
  background-color: #e85e13;
  background-color: rgba(232, 94, 19, 0.8);
}
/* line 408, ../sass/partials/_mixins.scss */
.t-about a.marker:focus, .t-about a.box__marker--vertical:focus, .t-about a.box__marker--inline:focus, [class^='t-'] .t-about a.marker:focus, [class^='t-'] .t-about a.box__marker--vertical:focus, [class^='t-'] .t-about a.box__marker--inline:focus, .t-about
a.marker:hover, .t-about
a.box__marker--vertical:hover, .t-about
a.box__marker--inline:hover, [class^='t-'] .t-about
a.marker:hover, [class^='t-'] .t-about
a.box__marker--vertical:hover, [class^='t-'] .t-about
a.box__marker--inline:hover {
  background-color: #e85e13;
  background-color: rgba(232, 94, 19, 0.8);
}

/* line 30, ../sass/partials/modules/_marker.scss */
.block > .teaser .marker, .block > .teaser .box__marker--vertical, .block > .teaser .box__marker--inline,
.block > .teaser-home .marker,
.block > .teaser-home .box__marker--vertical,
.block > .teaser-home .box__marker--inline, .box__marker--vertical {
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform: rotate(-90deg) translate(-100%, 0%);
  -ms-transform: rotate(-90deg) translate(-100%, 0%);
  -webkit-transform: rotate(-90deg) translate(-100%, 0%);
  -moz-transform: rotate(-90deg) translate(-100%, 0%);
  -o-transform: rotate(-90deg) translate(-100%, 0%);
}

/* Page-level markers*/
/* line 35, ../sass/partials/modules/_marker.scss */
.marker--page {
  position: relative;
  float: left;
  margin: 0 1px 1px 0;
  padding: 3px 12px;
  font-size: 16px ;
  font-size: 1.6rem ;
  line-height: 26px ;
  line-height: 2.6rem ;
  letter-spacing: 0;
  text-transform: none;
  left: 0;
  top: 0;
}

/*
  Date Marker
  <span class="marker-date">
    <span class="marker-date__day">13</span>
    <span class="marker-date__month">Nov</span>
  </span>
*/
/* @OPTIMIZE:  abstract the 'date' classnames into 'badge' or something less tied to content use
*/
/* line 58, ../sass/partials/modules/_marker.scss */
.marker-date {
  float: left;
  padding: 0;
  text-align: center;
  font-size: 12px ;
  font-size: 1.2rem ;
  line-height: 22px ;
  line-height: 2.2rem ;
  width: 50px;
}
@media screen and (min-width: 757px) {
  /* line 58, ../sass/partials/modules/_marker.scss */
  .marker-date {
    width: 60px;
  }
}
/* line 68, ../sass/partials/modules/_marker.scss */
.marker-date, .marker-date:hover {
  color: white;
}

/* line 74, ../sass/partials/modules/_marker.scss */
.marker-date__day,
.marker-date__major {
  display: block;
  padding: 5px 0 0;
  font-size: 20px ;
  font-size: 2rem ;
  font-weight: normal;
  font-family: "Stag Sans Web Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif;
  background-color: #2c3841;
}

/* line 82, ../sass/partials/modules/_marker.scss */
.marker-date__month,
.marker-date__minor {
  display: block;
  padding: 0 0 2px;
  font-size: 10px ;
  font-size: 1rem ;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #2c3841;
}

@media screen and (min-width: 757px) {
  /* line 92, ../sass/partials/modules/_marker.scss */
  .marker-date {
    display: inline-block;
  }

  /* line 95, ../sass/partials/modules/_marker.scss */
  .marker-date__day,
  .marker-date__major {
    padding: 13px 0 2px;
    font-size: 30px ;
    font-size: 3rem ;
  }

  /* line 100, ../sass/partials/modules/_marker.scss */
  .marker-date__month,
  .marker-date__minor {
    padding: 0px 0 5px;
    font-size: 15px ;
    font-size: 1.5rem ;
  }
}
/*=====================================
  Teasers

	.teaser,
	.teaser-home
	.teaser-plain
	.teaser-box
      .teaser__tweet
	.teaser--on-white

*/
/* line 13, ../sass/partials/modules/_teaser.scss */
.teaser,
.teaser-home,
.teaser-plain,
.teaser-box,
.teaser--on-white {
  position: relative;
}
/* line 20, ../sass/partials/modules/_teaser.scss */
.teaser a,
.teaser-home a,
.teaser-plain a,
.teaser-box a,
.teaser--on-white a {
  word-break: normal;
}

/* line 25, ../sass/partials/modules/_teaser.scss */
.teaser {
  zoom: 1;
  background: white;
  padding: 20px 30px 20px 40px;
  border: solid #d5dee2;
  border-width: 1px 1px 2px 1px;
  font-weight: normal;
  font-family: "Stag Sans Web Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif;
}
/* line 122, ../sass/partials/_mixins.scss */
.teaser:before, .teaser:after {
  content: "";
  display: table;
}
/* line 127, ../sass/partials/_mixins.scss */
.teaser:after {
  clear: both;
}
/* line 156, ../sass/partials/_mixins.scss */
.boxshadow .teaser {
  border: 0;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
/* line 30, ../sass/partials/modules/_teaser.scss */
.teaser .media {
  margin-right: -30px;
  margin-bottom: 10px;
  margin-top: 20px;
}
/* line 35, ../sass/partials/modules/_teaser.scss */
.teaser .media figcaption {
  display: none;
}
/* line 41, ../sass/partials/modules/_teaser.scss */
.teaser .media__attribution__title {
  bottom: 0;
}
/* line 45, ../sass/partials/modules/_teaser.scss */
.teaser .profile--small {
  padding-bottom: 0;
}
/* line 47, ../sass/partials/modules/_teaser.scss */
.teaser .profile--small .profile__info > p {
  padding-bottom: 0;
}

/* line 55, ../sass/partials/modules/_teaser.scss */
.teaser.t-r-and-d-publications,
.teaser.t-r-and-d-publications-archive {
  min-height: 100px ;
  min-height: 10rem ;
}

/*
*/
/* Standard teaser components */
/* line 78, ../sass/partials/modules/_teaser.scss */
.teaser__title,
.teaser-plain__title {
  font-size: 24px ;
  font-size: 2.4rem ;
  line-height: 27px ;
  line-height: 2.7rem ;
  /* If the marker is horizontal, we need some extra padding to push the heading down from it: */
  padding-top: 12px;
  /* If the marker is vertical, no padding needed: */
}
@media screen and (max-width: 850px) {
  /* line 78, ../sass/partials/modules/_teaser.scss */
  .teaser__title,
  .teaser-plain__title {
    font-size: 21px ;
    font-size: 2.1rem ;
    line-height: 24px ;
    line-height: 2.4rem ;
  }
}
@media screen and (max-width: 565px) {
  /* line 78, ../sass/partials/modules/_teaser.scss */
  .teaser__title,
  .teaser-plain__title {
    font-size: 21px ;
    font-size: 2.1rem ;
    line-height: 24px ;
    line-height: 2.4rem ;
    margin-bottom: 6px;
  }
}
/* line 93, ../sass/partials/modules/_teaser.scss */
.teaser__title a,
.teaser-plain__title a {
  display: block;
  color: #00557f;
}
/* line 97, ../sass/partials/modules/_teaser.scss */
.teaser__title a:hover, .teaser__title a:focus,
.teaser-plain__title a:hover,
.teaser-plain__title a:focus {
  color: #e85e13;
}
/* line 108, ../sass/partials/modules/_teaser.scss */
.csstransforms .teaser__title, .csstransforms
.teaser-plain__title {
  padding-top: 0;
}

/* line 112, ../sass/partials/modules/_teaser.scss */
p.teaser__title {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

/* line 118, ../sass/partials/modules/_teaser.scss */
.teaser__copy p {
  color: #2c3841;
  font-size: 18px ;
  font-size: 1.8rem ;
  line-height: 21px ;
  line-height: 2.1rem ;
}

/* line 127, ../sass/partials/modules/_teaser.scss */
.teaser__date {
  font-size: 18px ;
  font-size: 1.8rem ;
}

/* line 130, ../sass/partials/modules/_teaser.scss */
.teaser__location,
.teaser__link {
  font-size: 13px ;
  font-size: 1.3rem ;
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}

/* line 135, ../sass/partials/modules/_teaser.scss */
.teaser__location {
  margin-top: 4px;
}

/* Homepage teasers
   Dark background and different configuration of child elements
*/
/* line 141, ../sass/partials/modules/_teaser.scss */
.teaser-home {
  zoom: 1;
  background: #0c2931;
  padding: 0 0 0 0;
  border: solid #d5dee2;
  border-width: 1px 1px 2px 1px;
  font-weight: normal;
  font-family: "Stag Sans Web Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif;
}
/* line 122, ../sass/partials/_mixins.scss */
.teaser-home:before, .teaser-home:after {
  content: "";
  display: table;
}
/* line 127, ../sass/partials/_mixins.scss */
.teaser-home:after {
  clear: both;
}
/* line 156, ../sass/partials/_mixins.scss */
.boxshadow .teaser-home {
  border: 0;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
/* line 145, ../sass/partials/modules/_teaser.scss */
.teaser-home a {
  word-break: normal;
}
/* line 149, ../sass/partials/modules/_teaser.scss */
.teaser-home .teaser__title a {
  display: block;
  padding: 20px 20px 10px;
  color: white;
}
/* line 154, ../sass/partials/modules/_teaser.scss */
.teaser-home .teaser__title a:hover, .teaser-home .teaser__title a:focus {
  color: #c4d1d7;
}
/* line 160, ../sass/partials/modules/_teaser.scss */
.teaser-home .teaser__body {
  padding: 20px;
}
/* line 162, ../sass/partials/modules/_teaser.scss */
.teaser-home .teaser__body p {
  color: white;
}
/* line 164, ../sass/partials/modules/_teaser.scss */
.teaser-home .teaser__body p:last-child {
  margin-bottom: 0;
}
/* line 170, ../sass/partials/modules/_teaser.scss */
.teaser-home .media figcaption {
  display: none;
}

/* Text-only homepage teasers */
/* line 178, ../sass/partials/modules/_teaser.scss */
.teaser-home__text-only .teaser__title a,
.teaser-home__text-only .teaser__body {
  padding: 0;
}
/* line 182, ../sass/partials/modules/_teaser.scss */
.teaser-home__text-only .teaser__copy {
  padding: 20px;
}

/* Reversed-out colours */
/* line 189, ../sass/partials/modules/_teaser.scss */
.teaser-home--text-rev .teaser__body {
  background: white;
}
/* line 191, ../sass/partials/modules/_teaser.scss */
.teaser-home--text-rev .teaser__body p {
  color: #2c3841;
}
@media screen and (max-width: 850px) {
  /* line 191, ../sass/partials/modules/_teaser.scss */
  .teaser-home--text-rev .teaser__body p {
    font-size: 21px ;
    font-size: 2.1rem ;
    line-height: 24px ;
    line-height: 2.4rem ;
  }
}
@media screen and (max-width: 565px) {
  /* line 191, ../sass/partials/modules/_teaser.scss */
  .teaser-home--text-rev .teaser__body p {
    font-size: 18px ;
    font-size: 1.8rem ;
    line-height: 21px ;
    line-height: 2.1rem ;
  }
}

/* Twitter teaser
*/
/* line 207, ../sass/partials/modules/_teaser.scss */
.teaser__tweet {
  background: #e4eaec;
  padding: 15px 20px 1px 20px;
  margin-bottom: 20px;
  position: relative;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/* line 213, ../sass/partials/modules/_teaser.scss */
.teaser__tweet p {
  font-size: 15px ;
  font-size: 1.5rem ;
  line-height: 19px ;
  line-height: 1.9rem ;
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 20px ;
  margin-bottom: 2rem ;
}
/* line 219, ../sass/partials/modules/_teaser.scss */
.teaser__tweet:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -16px;
  width: 29px;
  height: 16px;
  background-image: url("../img/twitter-down-arrow.png?embed");
}

/* line 231, ../sass/partials/modules/_teaser.scss */
.teaser__tweet-footer {
  font-size: 13px ;
  font-size: 1.3rem ;
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
  line-height: 31px;
}
/* line 235, ../sass/partials/modules/_teaser.scss */
.teaser__tweet-footer a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: 100%;
}
/* line 239, ../sass/partials/modules/_teaser.scss */
.teaser__tweet-footer a:hover .ico {
  background-position: 0 -2504px;
}
/* line 244, ../sass/partials/modules/_teaser.scss */
.teaser__tweet-footer time {
  margin-left: 5px;
}

/* Context-aware configurations
*/
/* Media to the side
   (defaults to right)
*/
@media screen and (min-width: 565px) {
  /* line 264, ../sass/partials/modules/_teaser.scss */
  .has-media--side.hero .teaser__copy,
  .has-media--side.hero .hero__copy,
  .has-media--side.hero > .teaser_linklist, .has-media--side.teaser .teaser__copy,
  .has-media--side.teaser .hero__copy,
  .has-media--side.teaser > .teaser_linklist, .has-media--side.teaser-home .teaser__copy,
  .has-media--side.teaser-home .hero__copy,
  .has-media--side.teaser-home > .teaser_linklist {
    float: left;
    width: 47.8%;
  }
  /* line 270, ../sass/partials/modules/_teaser.scss */
  .has-media--side.hero .media, .has-media--side.teaser .media, .has-media--side.teaser-home .media {
    float: right;
    width: 52.2%;
  }
  /* line 279, ../sass/partials/modules/_teaser.scss */
  .has-media--side.hero .media, .has-media--side.teaser .media {
    margin-top: -20px;
  }
  /* line 284, ../sass/partials/modules/_teaser.scss */
  .has-media--side.hero.has-media--two-thirds .teaser__copy,
  .has-media--side.hero.has-media--two-thirds .hero__copy, .has-media--side.teaser.has-media--two-thirds .teaser__copy,
  .has-media--side.teaser.has-media--two-thirds .hero__copy {
    float: left;
    width: 33.333%;
  }
  /* line 289, ../sass/partials/modules/_teaser.scss */
  .has-media--side.hero.has-media--two-thirds .media, .has-media--side.teaser.has-media--two-thirds .media {
    float: right;
    width: 66.666%;
  }
}
/* line 302, ../sass/partials/modules/_teaser.scss */
.has-media--side.hero .inner {
  zoom: 1;
  background: #0c2931;
}
/* line 122, ../sass/partials/_mixins.scss */
.has-media--side.hero .inner:before, .has-media--side.hero .inner:after {
  content: "";
  display: table;
}
/* line 127, ../sass/partials/_mixins.scss */
.has-media--side.hero .inner:after {
  clear: both;
}
@media screen and (min-width: 565px) {
  /* line 307, ../sass/partials/modules/_teaser.scss */
  .has-media--side.hero .media {
    margin: 0;
    float: left;
    width: 58.2%;
  }
  /* line 312, ../sass/partials/modules/_teaser.scss */
  .has-media--side.hero .media__attribution__title {
    bottom: 0;
  }
  /* line 315, ../sass/partials/modules/_teaser.scss */
  .has-media--side.hero .hero__copy {
    background: none transparent;
    float: none;
    width: auto;
    overflow: hidden;
  }
  /* line 321, ../sass/partials/modules/_teaser.scss */
  .has-media--side.hero .readmore {
    bottom: 30px;
    margin-bottom: 0;
  }
}

/* 1 up
*/
/* line 340, ../sass/partials/modules/_teaser.scss */
.region--1-up .teaser__title a {
  font-size: 30px ;
  font-size: 3rem ;
  line-height: 33px ;
  line-height: 3.3rem ;
}
@media screen and (max-width: 850px) {
  /* line 340, ../sass/partials/modules/_teaser.scss */
  .region--1-up .teaser__title a {
    font-size: 27px ;
    font-size: 2.7rem ;
    line-height: 30px ;
    line-height: 3rem ;
  }
}
@media screen and (max-width: 565px) {
  /* line 340, ../sass/partials/modules/_teaser.scss */
  .region--1-up .teaser__title a {
    font-size: 21px ;
    font-size: 2.1rem ;
    line-height: 24px ;
    line-height: 2.4rem ;
  }
}
@media screen and (min-width: 757px) {
  /* line 354, ../sass/partials/modules/_teaser.scss */
  .region--1-up .teaser__copy {
    width: 50%;
  }
}
@media screen and (min-width: 565px) {
  /* line 359, ../sass/partials/modules/_teaser.scss */
  .region--1-up .teaser__copy p {
    font-size: 21px ;
    font-size: 2.1rem ;
    line-height: 24px ;
    line-height: 2.4rem ;
  }
}
@media screen and (min-width: 850px) {
  /* line 359, ../sass/partials/modules/_teaser.scss */
  .region--1-up .teaser__copy p {
    font-size: 24px ;
    font-size: 2.4rem ;
    line-height: 27px ;
    line-height: 2.7rem ;
  }
}
/* line 373, ../sass/partials/modules/_teaser.scss */
.region--1-up .teaser__copy p {
  color: #2c3841;
}

/* 2 up
*/
@media screen and (max-width: 965px) {
  /* line 389, ../sass/partials/modules/_teaser.scss */
  .region--2-up .has-media--side .media,
  .region--2-up .has-media--side .teaser__copy {
    float: none;
    margin-top: 0;
    width: auto;
  }
}

/* 3 up
   The first module in a 3 up should be 100% width at mid-narrow viewport widths
   If it contains a media element, make sure it pops into media-side mode to prevent the image going
   full width and dominating the visual hierarchy
*/
@media screen and (min-width: 565px) and (max-width: 757px) {
  /* line 418, ../sass/partials/modules/_teaser.scss */
  .region--3-up .block.block-1 .has-media .teaser__copy, .region--3-up .block.block-1 .box.box--archived .teaser__copy {
    float: left;
    width: 48%;
  }
  /* line 422, ../sass/partials/modules/_teaser.scss */
  .region--3-up .block.block-1 .has-media .media, .region--3-up .block.block-1 .box.box--archived .media {
    margin-top: -20px;
    float: right;
    width: 48%;
  }
  /* line 429, ../sass/partials/modules/_teaser.scss */
  .region--3-up .block.block-1 .teaser-home.has-media .media, .region--3-up .block.block-1 .teaser-home.box.box--archived .media {
    margin-top: 0;
  }
  /* line 432, ../sass/partials/modules/_teaser.scss */
  .region--3-up .block.block-1 .teaser-home.has-media .teaser__copy, .region--3-up .block.block-1 .teaser-home.box.box--archived .teaser__copy {
    float: left;
    width: 43%;
  }
}

/* Lists of links inside teasers
*/
/* line 450, ../sass/partials/modules/_teaser.scss */
.teaser__linklist,
.teaser_linklist {
  margin-left: 2px;
}

/* line 454, ../sass/partials/modules/_teaser.scss */
.teaser__linklist__item {
  margin: 20px 0 0;
}
/* line 457, ../sass/partials/modules/_teaser.scss */
.teaser__linklist__item:first-child {
  margin-top: 0;
}
/* line 461, ../sass/partials/modules/_teaser.scss */
.teaser__linklist__item > a {
  line-height: 21px ;
  line-height: 2.1rem ;
  display: block;
  padding-left: 20px;
  position: relative;
}
/* line 468, ../sass/partials/modules/_teaser.scss */
.teaser__linklist__item > a .ico {
  position: absolute;
  left: 0;
  top: 6px;
}
/* line 475, ../sass/partials/modules/_teaser.scss */
.teaser__linklist__item .publish-date,
.teaser__linklist__item .via {
  padding-left: 20px;
}

/* 'Plain' teasers have no visual garnish*/
/* line 489, ../sass/partials/modules/_teaser.scss */
.teaser-plain .media {
  margin-bottom: 10px;
}
/* line 492, ../sass/partials/modules/_teaser.scss */
.teaser-plain .media__video-wrapper {
  margin-bottom: 20px;
}
/* line 496, ../sass/partials/modules/_teaser.scss */
.teaser-plain p {
  font-size: 15px ;
  font-size: 1.5rem ;
  line-height: 18px ;
  line-height: 1.8rem ;
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}

/* 'Box' teasers have a border and a  'transparent' bg,
   and contain just a link (as seen in Legal page)
*/
/* line 508, ../sass/partials/modules/_teaser.scss */
.teaser-box {
  padding: 20px;
  border: 2px #c4d1d7 solid;
}

/* line 512, ../sass/partials/modules/_teaser.scss */
.teaser-box__link {
  display: block;
  font-size: 21px ;
  font-size: 2.1rem ;
  line-height: 24px ;
  line-height: 2.4rem ;
}
@media screen and (max-width: 850px) {
  /* line 512, ../sass/partials/modules/_teaser.scss */
  .teaser-box__link {
    font-size: 18px ;
    font-size: 1.8rem ;
    line-height: 21px ;
    line-height: 2.1rem ;
  }
}

/* Latest tweet teasers (e.g. on legal page). Note this is different from .teaser__tweet which is a tweet inside a standard teaser! */
/* line 526, ../sass/partials/modules/_teaser.scss */
.teaser-tweet {
  position: relative;
  margin: 0 0 16px 0;
  padding: 20px;
  background: #e4eaec;
  border: 2px #c4d1d7 solid;
  font-size: 21px ;
  font-size: 2.1rem ;
  line-height: 24px ;
  line-height: 2.4rem ;
  /* Arrow for box. @TODO this should be incorporated into the arrow-box mixin */
  /* Make 2 arrows using CSS border trick. Place top one slighty higher to give the illustion of a thin border: */
}
@media screen and (max-width: 850px) {
  /* line 526, ../sass/partials/modules/_teaser.scss */
  .teaser-tweet {
    font-size: 18px ;
    font-size: 1.8rem ;
    line-height: 21px ;
    line-height: 2.1rem ;
  }
}
/* line 543, ../sass/partials/modules/_teaser.scss */
.teaser-tweet:before, .teaser-tweet:after {
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  bottom: -28px;
  left: 20px;
  /* Fallback for IE8- which doesn't understand rgba */
  border: 14px solid transparent;
  /* FF PC has rendering bug if you use 'transparent' so feed it (and others) rgba. */
  border: 14px solid rgba(255, 255, 255, 0);
  border-top-color: #c4d1d7;
}
/* line 557, ../sass/partials/modules/_teaser.scss */
.teaser-tweet:after {
  border-top-color: #e4eaec;
  bottom: -26px;
}

/* line 568, ../sass/partials/modules/_teaser.scss */
.teaser-tweet__footer, .box--tweet__follow {
  font-size: 13px ;
  font-size: 1.3rem ;
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
  line-height: 20px ;
  line-height: 2rem ;
  margin-bottom: 20px;
  clear: both;
}
/* line 574, ../sass/partials/modules/_teaser.scss */
.teaser-tweet__footer .ico, .box--tweet__follow .ico, .teaser-tweet__footer time, .box--tweet__follow time {
  vertical-align: top;
}
/* line 577, ../sass/partials/modules/_teaser.scss */
.teaser-tweet__footer .ico, .box--tweet__follow .ico {
  display: block;
  float: left;
  margin-right: 5px;
}
/* line 582, ../sass/partials/modules/_teaser.scss */
.teaser-tweet__footer a:hover .ico, .box--tweet__follow a:hover .ico {
  background-position: 0 -2504px;
}

/* Modifiers

   See also: .has-media etc

*/
/* Create space for 'external link' icon

  Assumed markup contains:

  <div class="more">
    <span class="ico ico-arrow-n-e-white">
      Read more
    </span>
  </div>

*/
/* line 607, ../sass/partials/modules/_teaser.scss */
.teaser--has-external-link {
  position: relative;
  padding-left: 40px;
}
/* line 611, ../sass/partials/modules/_teaser.scss */
.teaser--has-external-link .more {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 5px 0px 3px;
  background-color: #2c3841;
}
/* line 622, ../sass/partials/modules/_teaser.scss */
.teaser--has-external-link.teaser-box .more {
  background-color: #c4d1d7;
}

/* Teasers that appear in the sidebar of article-fulls aren't panels and just require a simple border: */
/* line 630, ../sass/partials/modules/_teaser.scss */
.teaser--on-white {
  border: 2px solid #e4eaec;
  padding: 20px 30px 20px 40px;
  /* Marker for this needs to sit on top of the border (and is not rotated): */
}
@media screen and (min-width: 757px) {
  /* line 630, ../sass/partials/modules/_teaser.scss */
  .teaser--on-white {
    padding: 24px 30px 20px;
  }
  /* line 635, ../sass/partials/modules/_teaser.scss */
  .teaser--on-white .media {
    margin-right: -31px;
  }
  /* line 638, ../sass/partials/modules/_teaser.scss */
  .teaser--on-white .teaser {
    background: red;
  }
}
@media screen and (max-width: 757px) {
  /* line 643, ../sass/partials/modules/_teaser.scss */
  .teaser--on-white .media {
    margin-right: -31px;
  }
}
/* line 648, ../sass/partials/modules/_teaser.scss */
.teaser--on-white .marker, .teaser--on-white .box__marker--vertical, .teaser--on-white .box__marker--inline {
  top: -2px;
  left: -2px;
}

/* Give the RHS content more top padding if it has a marker */
/* line 656, ../sass/partials/modules/_teaser.scss */
.teaser--on-white.t-advice,
.teaser--on-white.t-products-and-services,
.teaser--on-white.t-guides-and-cribsheets,
.teaser--on-white.t-r-and-d-publications,
.teaser--on-white.t-events,
.teaser--on-white.t-news-and-blog,
.teaser--on-white.t-nav {
  padding: 30px 30px 20px;
}

/*=====================================
  Boxout panel
*/
/* line 5, ../sass/partials/modules/_boxes.scss */
.box {
  position: relative;
  margin-bottom: 20px ;
  margin-bottom: 2rem ;
  zoom: 1;
}
/* line 122, ../sass/partials/_mixins.scss */
.box:before, .box:after {
  content: "";
  display: table;
}
/* line 127, ../sass/partials/_mixins.scss */
.box:after {
  clear: both;
}
/* line 9, ../sass/partials/modules/_boxes.scss */
.box.search-result {
  margin-bottom: -1px ;
  margin-bottom: -0.1rem ;
  /* Covering the 1px top border that sits on the item below the search panel */
}
/* line 12, ../sass/partials/modules/_boxes.scss */
.box p a {
  text-decoration: underline;
}
/* line 14, ../sass/partials/modules/_boxes.scss */
.box p a:hover {
  text-decoration: none;
}
/* line 19, ../sass/partials/modules/_boxes.scss */
.box .post-meta a {
  text-decoration: none;
}
/* line 23, ../sass/partials/modules/_boxes.scss */
.box.box--archived {
  padding: 10px ;
  padding: 1rem ;
}
@media screen and (max-width: 565px) {
  /* line 23, ../sass/partials/modules/_boxes.scss */
  .box.box--archived {
    padding: 0px 0px 10px ;
    padding: 0rem 0rem 1rem ;
  }
}
/* line 30, ../sass/partials/modules/_boxes.scss */
.box.box--archived .box__side--fixed {
  height: 87px ;
  height: 8.7rem ;
  text-align: center;
  font-size: 30px ;
  font-size: 3rem ;
}
@media screen and (max-width: 565px) {
  /* line 30, ../sass/partials/modules/_boxes.scss */
  .box.box--archived .box__side--fixed {
    font-size: 24px ;
    font-size: 2.4rem ;
    height: 50px ;
    height: 5rem ;
  }
}
/* line 38, ../sass/partials/modules/_boxes.scss */
.box.box--archived .box__side--fixed a {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}
@media screen and (max-width: 565px) {
  /* line 43, ../sass/partials/modules/_boxes.scss */
  .box.box--archived .box__image {
    padding: 0px 10px 10px 10px ;
    padding: 0rem 1rem 1rem 1rem ;
  }
}
/* line 50, ../sass/partials/modules/_boxes.scss */
.box.has-media img, .box.box--archived img {
  display: block;
  width: 100%;
}
/* line 54, ../sass/partials/modules/_boxes.scss */
.box.has-media .box__inner, .box.box--archived .box__inner {
  overflow: hidden;
}
@media screen and (max-width: 565px) {
  /* line 54, ../sass/partials/modules/_boxes.scss */
  .box.has-media .box__inner, .box.box--archived .box__inner {
    clear: both;
  }
}
@media screen and (max-width: 565px) {
  /* line 59, ../sass/partials/modules/_boxes.scss */
  .list .box.has-media .box__inner, .list .box.box--archived .box__inner {
    clear: none;
  }
}
@media screen and (min-width: 565px) and (max-width: 757px) {
  /* line 59, ../sass/partials/modules/_boxes.scss */
  .list .box.has-media .box__inner, .list .box.box--archived .box__inner {
    width: auto;
  }
}
/* line 68, ../sass/partials/modules/_boxes.scss */
.box.has-media .box__side, .box.box--archived .box__side {
  float: left;
  zoom: 1;
  width: 33.33%;
}
@media screen and (max-width: 565px) {
  /* line 68, ../sass/partials/modules/_boxes.scss */
  .box.has-media .box__side, .box.box--archived .box__side {
    width: 100%;
  }
}
@media screen and (max-width: 565px) {
  /* line 75, ../sass/partials/modules/_boxes.scss */
  .list .box.has-media .box__side, .list .box.box--archived .box__side {
    width: 33.33%;
  }
}
@media screen and (max-width: 465px) {
  /* line 75, ../sass/partials/modules/_boxes.scss */
  .list .box.has-media .box__side, .list .box.box--archived .box__side {
    width: 100%;
  }
}
@media screen and (min-width: 565px) and (max-width: 757px) {
  /* line 75, ../sass/partials/modules/_boxes.scss */
  .list .box.has-media .box__side, .list .box.box--archived .box__side {
    width: 100%;
  }
}
/* line 87, ../sass/partials/modules/_boxes.scss */
.box.has-media .box__side--fixed, .box.box--archived .box__side--fixed {
  float: left;
  zoom: 1;
  width: 150px ;
  width: 15rem ;
}
@media screen and (max-width: 565px) {
  /* line 87, ../sass/partials/modules/_boxes.scss */
  .box.has-media .box__side--fixed, .box.box--archived .box__side--fixed {
    width: 100%;
  }
}
/* line 95, ../sass/partials/modules/_boxes.scss */
.box.has-media .box__side--wide, .box.box--archived .box__side--wide {
  width: 55%;
}
@media screen and (max-width: 565px) {
  /* line 95, ../sass/partials/modules/_boxes.scss */
  .box.has-media .box__side--wide, .box.box--archived .box__side--wide {
    width: auto;
    padding-bottom: 0;
  }
}
/* line 103, ../sass/partials/modules/_boxes.scss */
.box.has-media .box__side--full-width, .box.box--archived .box__side--full-width {
  width: auto;
}
/* line 107, ../sass/partials/modules/_boxes.scss */
.box.has-media .box__footer, .box.box--archived .box__footer {
  clear: both;
  font-size: 15px ;
  font-size: 1.5rem ;
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
  margin-top: 20px ;
  margin-top: 2rem ;
}
/* line 113, ../sass/partials/modules/_boxes.scss */
.box.has-media .box__image, .box.box--archived .box__image {
  display: block;
  box-sizing: border-box;
}
@media screen and (max-width: 565px) {
  /* line 113, ../sass/partials/modules/_boxes.scss */
  .box.has-media .box__image, .box.box--archived .box__image {
    padding: 0;
  }
}
@media screen and (max-width: 465px) {
  /* line 113, ../sass/partials/modules/_boxes.scss */
  .box.has-media .box__image, .box.box--archived .box__image {
    padding: 0px 20px ;
    padding: 0rem 2rem ;
    padding-bottom: 0;
  }
}
/* line 125, ../sass/partials/modules/_boxes.scss */
.box.box--future, .box--teaser__list--future .box {
  margin-bottom: 0;
}
@media screen and (max-width: 465px) {
  /* line 125, ../sass/partials/modules/_boxes.scss */
  .box.box--future, .box--teaser__list--future .box {
    margin-right: 10px ;
    margin-right: 1rem ;
  }
}
/* line 130, ../sass/partials/modules/_boxes.scss */
.box.box--future .box__inner, .box--teaser__list--future .box .box__inner {
  margin-right: 170px ;
  margin-right: 17rem ;
}
@media screen and (max-width: 757px) {
  /* line 130, ../sass/partials/modules/_boxes.scss */
  .box.box--future .box__inner, .box--teaser__list--future .box .box__inner {
    margin-right: 0;
  }
}
/* line 137, ../sass/partials/modules/_boxes.scss */
.box.box--future .box__side, .box--teaser__list--future .box .box__side {
  float: left;
  zoom: 1;
  width: 25%;
}
@media screen and (max-width: 465px) {
  /* line 137, ../sass/partials/modules/_boxes.scss */
  .box.box--future .box__side, .box--teaser__list--future .box .box__side {
    width: 100%;
  }
}
@media screen and (max-width: 465px) {
  /* line 146, ../sass/partials/modules/_boxes.scss */
  .box.box--future .box__footer--left, .box--teaser__list--future .box .box__footer--left {
    padding-bottom: 10px ;
    padding-bottom: 1rem ;
  }
}
@media screen and (max-width: 565px) {
  /* line 152, ../sass/partials/modules/_boxes.scss */
  .box.box--future .box__footer--right, .box--teaser__list--future .box .box__footer--right {
    text-align: left;
  }
}
/* line 159, ../sass/partials/modules/_boxes.scss */
.box.has-marker img, .box--teaser__item .box img {
  display: block;
  width: 100%;
}
/* line 164, ../sass/partials/modules/_boxes.scss */
.box.has-marker .box__side, .box--teaser__item .box .box__side {
  margin-top: 0;
}
/* line 168, ../sass/partials/modules/_boxes.scss */
.box .twitter-signpost__links {
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}

/* line 174, ../sass/partials/modules/_boxes.scss */
.box__linklist {
  margin: -5px 0px 5px ;
  margin: -0.5rem 0rem 0.5rem ;
  font-size: 14px ;
  font-size: 1.4rem ;
}
@media screen and (max-width: 757px) {
  /* line 174, ../sass/partials/modules/_boxes.scss */
  .box__linklist {
    float: left;
    width: 100%;
  }
}
/* line 181, ../sass/partials/modules/_boxes.scss */
.box__linklist p a {
  text-decoration: underline;
}

/* line 186, ../sass/partials/modules/_boxes.scss */
.box__linklist__item {
  padding: 3px 0px ;
  padding: 0.3rem 0rem ;
}
@media screen and (max-width: 757px) {
  /* line 186, ../sass/partials/modules/_boxes.scss */
  .box__linklist__item {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-right: 20px ;
    padding-right: 2rem ;
  }
  /* line 193, ../sass/partials/modules/_boxes.scss */
  .box__linklist__item:nth-child(odd) {
    clear: both;
  }
  /* line 196, ../sass/partials/modules/_boxes.scss */
  .ie8 .box__linklist__item {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 565px) {
  /* line 186, ../sass/partials/modules/_boxes.scss */
  .box__linklist__item {
    width: 100%;
    padding-right: 0;
  }
}
/* line 205, ../sass/partials/modules/_boxes.scss */
.box__linklist__item p {
  clear: both;
}
/* line 208, ../sass/partials/modules/_boxes.scss */
.box__linklist__item a {
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}

/* line 214, ../sass/partials/modules/_boxes.scss */
.box--teaser__list {
  margin-right: 20px ;
  margin-right: 2rem ;
  padding-right: 20px ;
  padding-right: 2rem ;
}
@media screen and (max-width: 757px) {
  /* line 214, ../sass/partials/modules/_boxes.scss */
  .box--teaser__list {
    margin: 0;
    padding: 20px 10px 20px 0px ;
    padding: 2rem 1rem 2rem 0rem ;
  }
}

@media screen and (max-width: 465px) {
  /* line 223, ../sass/partials/modules/_boxes.scss */
  .box--teaser__item {
    padding: 0;
  }
}
/* line 228, ../sass/partials/modules/_boxes.scss */
.box--teaser__item .box {
  border-top: 1px solid #D4DFE1;
  margin-bottom: 0;
  padding-bottom: 15px ;
  padding-bottom: 1.5rem ;
}
/* line 234, ../sass/partials/modules/_boxes.scss */
.box--teaser__item .box__side {
  position: relative;
  width: 27%;
  float: left;
}
@media screen and (max-width: 465px) {
  /* line 234, ../sass/partials/modules/_boxes.scss */
  .box--teaser__item .box__side {
    width: 100%;
  }
}
@media screen and (max-width: 565px) {
  /* line 247, ../sass/partials/modules/_boxes.scss */
  .box--teaser__item .box__side .box__marker {
    font-size: 11px ;
    font-size: 1.1rem ;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 465px) {
  /* line 247, ../sass/partials/modules/_boxes.scss */
  .box--teaser__item .box__side .box__marker {
    font-size: 13px ;
    font-size: 1.3rem ;
  }
}
/* line 258, ../sass/partials/modules/_boxes.scss */
.box--teaser__item .box__inner {
  padding: 25px 20px 0px 20px ;
  padding: 2.5rem 2rem 0rem 2rem ;
  overflow: hidden;
}
@media screen and (max-width: 757px) {
  /* line 258, ../sass/partials/modules/_boxes.scss */
  .box--teaser__item .box__inner {
    padding: 15px 20px 0px 20px ;
    padding: 1.5rem 2rem 0rem 2rem ;
  }
}
@media screen and (max-width: 465px) {
  /* line 258, ../sass/partials/modules/_boxes.scss */
  .box--teaser__item .box__inner {
    padding: 15px 0px 5px 0px ;
    padding: 1.5rem 0rem 0.5rem 0rem ;
    overflow: visible;
    clear: both;
  }
}
/* line 270, ../sass/partials/modules/_boxes.scss */
.box--teaser__item .box__footer {
  clear: both;
  font-size: 15px ;
  font-size: 1.5rem ;
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
  margin-top: 13px ;
  margin-top: 1.3rem ;
}

/* line 281, ../sass/partials/modules/_boxes.scss */
.box--teaser__list--future {
  margin-top: 20px ;
  margin-top: 2rem ;
  margin-right: 0;
  padding-right: 0;
}
@media screen and (max-width: 757px) {
  /* line 281, ../sass/partials/modules/_boxes.scss */
  .box--teaser__list--future {
    margin-top: 10px ;
    margin-top: 1rem ;
  }
}
/* line 288, ../sass/partials/modules/_boxes.scss */
.box--teaser__list--future .box {
  padding-bottom: 25px ;
  padding-bottom: 2.5rem ;
}
@media screen and (max-width: 757px) {
  /* line 288, ../sass/partials/modules/_boxes.scss */
  .box--teaser__list--future .box {
    padding-bottom: 10px ;
    padding-bottom: 1rem ;
  }
}
/* line 295, ../sass/partials/modules/_boxes.scss */
.box--teaser__list--future .box__footer {
  margin-top: 20px ;
  margin-top: 2rem ;
}
@media screen and (max-width: 465px) {
  /* line 295, ../sass/partials/modules/_boxes.scss */
  .box--teaser__list--future .box__footer {
    float: left;
    margin: 10px 0px 20px ;
    margin: 1rem 0rem 2rem ;
  }
}
/* line 301, ../sass/partials/modules/_boxes.scss */
.box--teaser__list--future .box__footer a {
  text-decoration: underline;
}
/* line 303, ../sass/partials/modules/_boxes.scss */
.box--teaser__list--future .box__footer a:hover {
  text-decoration: none;
}
@media screen and (max-width: 757px) {
  /* line 308, ../sass/partials/modules/_boxes.scss */
  .box--teaser__list--future .box__side {
    padding-bottom: 10px ;
    padding-bottom: 1rem ;
  }
}
@media screen and (max-width: 565px) {
  /* line 308, ../sass/partials/modules/_boxes.scss */
  .box--teaser__list--future .box__side {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 565px) {
  /* line 318, ../sass/partials/modules/_boxes.scss */
  .box--teaser__hgroup {
    padding-right: 30px ;
    padding-right: 3rem ;
  }
}

/* line 324, ../sass/partials/modules/_boxes.scss */
.box--timeline-number {
  display: inline-block;
  padding: 20px 12px ;
  padding: 2rem 1.2rem ;
  position: relative;
  background: #12567d;
  min-width: 40px ;
  min-width: 4rem ;
  text-align: center;
}
/* line 183, ../sass/partials/_mixins.scss */
.box--timeline-number:after {
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border: 10px solid transparent;
  border: 10px solid rgba(255, 255, 255, 0);
}
/* line 194, ../sass/partials/_mixins.scss */
.box--timeline-number:first-child {
  margin-top: 20px;
}
/* line 235, ../sass/partials/_mixins.scss */
.box--timeline-number:after {
  top: 50%;
  left: -20px;
  border-right-color: #12567d;
  margin-top: -10px;
}
/* line 331, ../sass/partials/modules/_boxes.scss */
.box--timeline-number .box__title {
  font-size: 25px ;
  font-size: 2.5rem ;
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}

/* line 337, ../sass/partials/modules/_boxes.scss */
.box__due {
  background: #E4E9EC;
  position: absolute;
  text-align: center;
  padding: 10px 0px ;
  padding: 1rem 0rem ;
  right: 25px ;
  right: 2.5rem ;
  top: 25px ;
  top: 2.5rem ;
  width: 150px ;
  width: 15rem ;
}
@media screen and (max-width: 757px) {
  /* line 337, ../sass/partials/modules/_boxes.scss */
  .box__due {
    clear: both;
    position: static;
    width: auto;
    text-align: left;
    padding: 10px ;
    padding: 1rem ;
    margin: 10px 10px 0px 0px ;
    margin: 1rem 1rem 0rem 0rem ;
  }
}
@media screen and (max-width: 465px) {
  /* line 337, ../sass/partials/modules/_boxes.scss */
  .box__due {
    margin-right: 0;
  }
}

/* line 358, ../sass/partials/modules/_boxes.scss */
.box__due__date {
  display: block;
  color: #12567d;
  padding-top: 5px ;
  padding-top: 0.5rem ;
  font-size: 30px ;
  font-size: 3rem ;
  line-height: 34px ;
  line-height: 3.4rem ;
}
@media screen and (max-width: 757px) {
  /* line 358, ../sass/partials/modules/_boxes.scss */
  .box__due__date {
    line-height: 16px ;
    line-height: 1.6rem ;
    font-size: 16px ;
    font-size: 1.6rem ;
    display: inline;
  }
}

/* line 371, ../sass/partials/modules/_boxes.scss */
.box__footer--left {
  color: #666666;
  float: left;
  width: 50%;
  font-size: 13px ;
  font-size: 1.3rem ;
  line-height: 15px ;
  line-height: 1.5rem ;
}
@media screen and (max-width: 565px) {
  /* line 371, ../sass/partials/modules/_boxes.scss */
  .box__footer--left {
    width: 100%;
    padding-bottom: 5px ;
    padding-bottom: 0.5rem ;
  }
}

/* line 383, ../sass/partials/modules/_boxes.scss */
.box__footer--right {
  float: right;
  width: 50%;
  text-align: right;
  font-size: 13px ;
  font-size: 1.3rem ;
  line-height: 15px ;
  line-height: 1.5rem ;
}
@media screen and (max-width: 565px) {
  /* line 383, ../sass/partials/modules/_boxes.scss */
  .box__footer--right {
    clear: both;
    width: 100%;
  }
}

/* line 395, ../sass/partials/modules/_boxes.scss */
.box__footer--icon {
  position: relative;
  margin-right: 35px ;
  margin-right: 3.5rem ;
}
@media screen and (max-width: 565px) {
  /* line 395, ../sass/partials/modules/_boxes.scss */
  .box__footer--icon {
    zoom: 1;
  }
  /* line 122, ../sass/partials/_mixins.scss */
  .box__footer--icon:before, .box__footer--icon:after {
    content: "";
    display: table;
  }
  /* line 127, ../sass/partials/_mixins.scss */
  .box__footer--icon:after {
    clear: both;
  }
}
/* line 401, ../sass/partials/modules/_boxes.scss */
.box__footer--icon.ongoing-project {
  margin-right: 10px ;
  margin-right: 1rem ;
}

/* line 406, ../sass/partials/modules/_boxes.scss */
.box__progress-icon {
  position: absolute;
  bottom: 7px ;
  bottom: 0.7rem ;
  right: 0;
}
@media screen and (max-width: 565px) {
  /* line 406, ../sass/partials/modules/_boxes.scss */
  .box__progress-icon {
    bottom: 37px ;
    bottom: 3.7rem ;
  }
}

/* line 415, ../sass/partials/modules/_boxes.scss */
.box__time {
  display: block;
  font-size: 12px ;
  font-size: 1.2rem ;
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 10px ;
  margin-bottom: 1rem ;
  text-transform: uppercase;
}

/* line 427, ../sass/partials/modules/_boxes.scss */
.box--notice mark {
  background: transparent;
}
/* line 429, ../sass/partials/modules/_boxes.scss */
.box--notice mark a {
  color: #e85e13;
}
/* line 431, ../sass/partials/modules/_boxes.scss */
.box--notice mark a:hover {
  text-decoration: underline;
}
/* line 436, ../sass/partials/modules/_boxes.scss */
.box--notice .box__inner {
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}

/* line 441, ../sass/partials/modules/_boxes.scss */
.box--notice__header {
  font-size: 25px ;
  font-size: 2.5rem ;
  line-height: 30px ;
  line-height: 3rem ;
  padding-bottom: 20px ;
  padding-bottom: 2rem ;
}
@media screen and (max-width: 757px) {
  /* line 441, ../sass/partials/modules/_boxes.scss */
  .box--notice__header {
    font-size: 20px ;
    font-size: 2rem ;
    line-height: 22px ;
    line-height: 2.2rem ;
  }
}
/* line 449, ../sass/partials/modules/_boxes.scss */
.box--notice__header mark {
  padding-right: 15px ;
  padding-right: 1.5rem ;
  color: #e85e13;
}
/* line 453, ../sass/partials/modules/_boxes.scss */
.search-result .box--notice__header {
  font-weight: normal;
  font-family: "Stag Sans Web Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif;
}

/* line 458, ../sass/partials/modules/_boxes.scss */
.box--notice__intro {
  padding-right: 15px ;
  padding-right: 1.5rem ;
}

/* line 463, ../sass/partials/modules/_boxes.scss */
.box--notice__footer {
  font-size: 15px ;
  font-size: 1.5rem ;
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
  padding-top: 20px ;
  padding-top: 2rem ;
}
/* line 467, ../sass/partials/modules/_boxes.scss */
.box--notice__footer mark {
  padding-left: 0;
}
/* line 469, ../sass/partials/modules/_boxes.scss */
.box--notice__footer mark a {
  text-decoration: none;
}

/* line 476, ../sass/partials/modules/_boxes.scss */
.box--notice__open-links a {
  padding-right: 10px ;
  padding-right: 1rem ;
}

/* line 485, ../sass/partials/modules/_boxes.scss */
.box__marker {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px ;
  letter-spacing: 0.2rem ;
  padding: 0px 10px ;
  padding: 0rem 1rem ;
  line-height: 22px ;
  line-height: 2.2rem ;
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}
@media screen and (max-width: 565px) {
  /* line 485, ../sass/partials/modules/_boxes.scss */
  .box__marker {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 465px) {
  /* line 485, ../sass/partials/modules/_boxes.scss */
  .box__marker {
    margin-bottom: 20px ;
    margin-bottom: 2rem ;
  }
}

/* line 501, ../sass/partials/modules/_boxes.scss */
.box__marker--horizontal, .box--teaser__item .box__marker {
  font-size: 13px ;
  font-size: 1.3rem ;
  padding: 3px 0px 1px ;
  padding: 0.3rem 0rem 0.1rem ;
}

/* line 511, ../sass/partials/modules/_boxes.scss */
.box__marker--inline {
  display: inline-block;
  position: static;
  margin: 10px 0px 5px ;
  margin: 1rem 0rem 0.5rem ;
}
/* line 517, ../sass/partials/modules/_boxes.scss */
.article-full--rd [role=complementary] .box__marker--inline {
  transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform: rotate(0) translate(0, 0);
  -ms-transform: rotate(0) translate(0, 0);
  -webkit-transform: rotate(0) translate(0, 0);
  -moz-transform: rotate(0) translate(0, 0);
  -o-transform: rotate(0) translate(0, 0);
}

/* line 523, ../sass/partials/modules/_boxes.scss */
.box__marker--mblue {
  background: #0092cb;
}

/* line 527, ../sass/partials/modules/_boxes.scss */
.box__marker--dblue {
  background: #12567d;
}

/* line 531, ../sass/partials/modules/_boxes.scss */
.box__marker--navyblue {
  background: #2b383f;
}

/* line 538, ../sass/partials/modules/_boxes.scss */
.box--padding-media {
  padding: 25px 20px 5px 20px ;
  padding: 2.5rem 2rem 0.5rem 2rem ;
}

/* line 543, ../sass/partials/modules/_boxes.scss */
.box--padding-media--small {
  padding: 10px 20px 5px 20px ;
  padding: 1rem 2rem 0.5rem 2rem ;
}

/* line 548, ../sass/partials/modules/_boxes.scss */
.box--padding-small {
  padding: 10px ;
  padding: 1rem ;
}

/* line 553, ../sass/partials/modules/_boxes.scss */
.box--padding-medium {
  padding: 15px ;
  padding: 1.5rem ;
}
@media screen and (max-width: 757px) {
  /* line 553, ../sass/partials/modules/_boxes.scss */
  .box--padding-medium {
    padding: 10px ;
    padding: 1rem ;
  }
}

/* line 561, ../sass/partials/modules/_boxes.scss */
.box--padding-large {
  padding: 23px 30px ;
  padding: 2.3rem 3rem ;
}
@media screen and (max-width: 757px) {
  /* line 561, ../sass/partials/modules/_boxes.scss */
  .box--padding-large {
    padding: 20px ;
    padding: 2rem ;
  }
}

/* line 569, ../sass/partials/modules/_boxes.scss */
.box--padding-half {
  padding: 15px 30px ;
  padding: 1.5rem 3rem ;
}
@media screen and (max-width: 757px) {
  /* line 569, ../sass/partials/modules/_boxes.scss */
  .box--padding-half {
    padding: 10px 20px ;
    padding: 1rem 2rem ;
  }
}

/* line 577, ../sass/partials/modules/_boxes.scss */
.box--padding-notop {
  padding: 0px 30px 30px ;
  padding: 0rem 3rem 3rem ;
}
@media screen and (max-width: 757px) {
  /* line 577, ../sass/partials/modules/_boxes.scss */
  .box--padding-notop {
    padding: 0px 20px 20px ;
    padding: 0rem 2rem 2rem ;
  }
}

/* line 585, ../sass/partials/modules/_boxes.scss */
.box--padding-toponly,
.box--teaser__item .box__side {
  padding-top: 25px ;
  padding-top: 2.5rem ;
}
@media screen and (max-width: 757px) {
  /* line 585, ../sass/partials/modules/_boxes.scss */
  .box--padding-toponly,
  .box--teaser__item .box__side {
    padding-top: 15px ;
    padding-top: 1.5rem ;
  }
}

/* line 593, ../sass/partials/modules/_boxes.scss */
.box--padding-bottomonly {
  padding-bottom: 25px ;
  padding-bottom: 2.5rem ;
}
@media screen and (max-width: 757px) {
  /* line 593, ../sass/partials/modules/_boxes.scss */
  .box--padding-bottomonly {
    padding-bottom: 15px ;
    padding-bottom: 1.5rem ;
  }
}

/* line 601, ../sass/partials/modules/_boxes.scss */
.box--padding-leftonly {
  padding-left: 25px ;
  padding-left: 2.5rem ;
}

/* line 606, ../sass/partials/modules/_boxes.scss */
.box--padding-vmarker {
  padding: 30px 30px 30px 45px ;
  padding: 3rem 3rem 3rem 4.5rem ;
}
@media screen and (max-width: 757px) {
  /* line 606, ../sass/partials/modules/_boxes.scss */
  .box--padding-vmarker {
    padding: 30px 20px 30px 45px ;
    padding: 3rem 2rem 3rem 4.5rem ;
  }
}

/* line 615, ../sass/partials/modules/_boxes.scss */
.box--padding-vmarker-arrow {
  padding: 23px 300px 23px 50px ;
  padding: 2.3rem 30rem 2.3rem 5rem ;
}
@media screen and (max-width: 757px) {
  /* line 615, ../sass/partials/modules/_boxes.scss */
  .box--padding-vmarker-arrow {
    padding: 25px 30px 25px 40px ;
    padding: 2.5rem 3rem 2.5rem 4rem ;
  }
}

/* line 623, ../sass/partials/modules/_boxes.scss */
.margin-offset-right {
  display: block;
  margin-right: -30px ;
  margin-right: -3rem ;
}
/* line 626, ../sass/partials/modules/_boxes.scss */
.margin-offset-right img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 757px) {
  /* line 623, ../sass/partials/modules/_boxes.scss */
  .margin-offset-right {
    margin-right: -20px ;
    margin-right: -2rem ;
  }
}

/* line 638, ../sass/partials/modules/_boxes.scss */
.box--brd-lblue {
  border: 2px solid #d9eff7;
}

/* line 643, ../sass/partials/modules/_boxes.scss */
.box--brd-mblue {
  border: 2px solid #0092cb;
}

/* line 648, ../sass/partials/modules/_boxes.scss */
.box--brd-dblue {
  border: 2px solid #12567d;
}

/* line 653, ../sass/partials/modules/_boxes.scss */
.box--brd-mgreyblue {
  border: 2px solid #c4d1d7;
}

/* line 658, ../sass/partials/modules/_boxes.scss */
.box--brd-lgreyblue {
  border: 2px solid #D4DFE1;
}

/* line 663, ../sass/partials/modules/_boxes.scss */
.box--brd-navyblue {
  border: 2px solid #2b383f;
}

/* line 668, ../sass/partials/modules/_boxes.scss */
.box--brdtop-mblue {
  border-top: 2px solid #0092cb;
}

/* line 673, ../sass/partials/modules/_boxes.scss */
.box--brdtop-dblue {
  border-top: 2px solid #12567d;
}

/* line 678, ../sass/partials/modules/_boxes.scss */
.box--brdtop-navyblue {
  border-top: 2px solid #2b383f;
}

/* line 686, ../sass/partials/modules/_boxes.scss */
.box--bg-navyblue {
  color: #fff;
  background: #2b383f;
}
/* line 690, ../sass/partials/modules/_boxes.scss */
.box--bg-navyblue a {
  color: #fff;
}

/* line 695, ../sass/partials/modules/_boxes.scss */
.box--bg-dblue, .box--output__header,
.box--timeline-number,
.box--arrow--dblue {
  color: #fff;
  background: #12567d;
}
/* line 699, ../sass/partials/modules/_boxes.scss */
.box--bg-dblue a, .box--output__header a,
.box--timeline-number a,
.box--arrow--dblue a {
  color: #fff;
}

/* line 704, ../sass/partials/modules/_boxes.scss */
.box--bg-mblue,
.box--arrow--mblue {
  color: #fff;
  background: #0092cb;
}
/* line 708, ../sass/partials/modules/_boxes.scss */
.box--bg-mblue a,
.box--arrow--mblue a {
  color: #fff;
}

/* line 713, ../sass/partials/modules/_boxes.scss */
.box--bg-lblue {
  background: #d9eff7;
}

/* line 718, ../sass/partials/modules/_boxes.scss */
.box--bg-greyblue {
  color: #fff;
  background: #85939b;
}
/* line 722, ../sass/partials/modules/_boxes.scss */
.box--bg-greyblue a {
  color: #fff;
}

/* line 727, ../sass/partials/modules/_boxes.scss */
.box--bg-mgreyblue {
  background: #c4d1d7;
}

/* line 732, ../sass/partials/modules/_boxes.scss */
.box--bg-lgreyblue,
.box.box--archived {
  background: #D4DFE1;
}

/* line 737, ../sass/partials/modules/_boxes.scss */
.box--bg-xlgreyblue {
  background: #e4eaec;
}

/* line 742, ../sass/partials/modules/_boxes.scss */
.box--bg-white,
.box--teaser__item,
.box--funders {
  color: #2c3841;
  background: #fff;
}

/* line 749, ../sass/partials/modules/_boxes.scss */
.standard-link-colour a {
  color: #00557f;
}
/* line 751, ../sass/partials/modules/_boxes.scss */
.standard-link-colour a:hover {
  color: #e85e13;
}

/* line 760, ../sass/partials/modules/_boxes.scss */
.box--arrow {
  position: relative;
  background: #fff;
}
/* line 183, ../sass/partials/_mixins.scss */
.box--arrow:after {
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border: 10px solid transparent;
  border: 10px solid rgba(255, 255, 255, 0);
}
/* line 194, ../sass/partials/_mixins.scss */
.box--arrow:first-child {
  margin-top: 20px;
}
/* line 226, ../sass/partials/_mixins.scss */
.box--arrow:after {
  top: 33px ;
  top: 3.3rem ;
  left: -20px;
  border-right-color: #fff;
  margin-top: -10px;
}
@media screen and (max-width: 757px) {
  /* line 760, ../sass/partials/modules/_boxes.scss */
  .box--arrow {
    position: relative;
    background: #fff;
  }
  /* line 183, ../sass/partials/_mixins.scss */
  .box--arrow:after {
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border: 0 solid transparent;
    border: 0 solid rgba(255, 255, 255, 0);
  }
  /* line 194, ../sass/partials/_mixins.scss */
  .box--arrow:first-child {
    margin-top: 20px;
  }
  /* line 226, ../sass/partials/_mixins.scss */
  .box--arrow:after {
    top: 33px ;
    top: 3.3rem ;
    left: 0;
    border-right-color: #fff;
    margin-top: 0;
  }
}

/* line 767, ../sass/partials/modules/_boxes.scss */
.box--arrow--dblue {
  position: relative;
  background: #12567d;
}
/* line 183, ../sass/partials/_mixins.scss */
.box--arrow--dblue:after {
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border: 10px solid transparent;
  border: 10px solid rgba(255, 255, 255, 0);
}
/* line 194, ../sass/partials/_mixins.scss */
.box--arrow--dblue:first-child {
  margin-top: 20px;
}
/* line 226, ../sass/partials/_mixins.scss */
.box--arrow--dblue:after {
  top: 33px ;
  top: 3.3rem ;
  left: -20px;
  border-right-color: #12567d;
  margin-top: -10px;
}
@media screen and (max-width: 757px) {
  /* line 767, ../sass/partials/modules/_boxes.scss */
  .box--arrow--dblue {
    position: relative;
    background: #12567d;
  }
  /* line 183, ../sass/partials/_mixins.scss */
  .box--arrow--dblue:after {
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border: 0 solid transparent;
    border: 0 solid rgba(255, 255, 255, 0);
  }
  /* line 194, ../sass/partials/_mixins.scss */
  .box--arrow--dblue:first-child {
    margin-top: 20px;
  }
  /* line 226, ../sass/partials/_mixins.scss */
  .box--arrow--dblue:after {
    top: 33px ;
    top: 3.3rem ;
    left: 0;
    border-right-color: #12567d;
    margin-top: 0;
  }
}

/* line 775, ../sass/partials/modules/_boxes.scss */
.box--arrow--mblue {
  position: relative;
  background: #0092cb;
}
/* line 183, ../sass/partials/_mixins.scss */
.box--arrow--mblue:after {
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border: 10px solid transparent;
  border: 10px solid rgba(255, 255, 255, 0);
}
/* line 194, ../sass/partials/_mixins.scss */
.box--arrow--mblue:first-child {
  margin-top: 20px;
}
/* line 226, ../sass/partials/_mixins.scss */
.box--arrow--mblue:after {
  top: 33px ;
  top: 3.3rem ;
  left: -20px;
  border-right-color: #0092cb;
  margin-top: -10px;
}
@media screen and (max-width: 757px) {
  /* line 775, ../sass/partials/modules/_boxes.scss */
  .box--arrow--mblue {
    position: relative;
    background: #0092cb;
  }
  /* line 183, ../sass/partials/_mixins.scss */
  .box--arrow--mblue:after {
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border: 0 solid transparent;
    border: 0 solid rgba(255, 255, 255, 0);
  }
  /* line 194, ../sass/partials/_mixins.scss */
  .box--arrow--mblue:first-child {
    margin-top: 20px;
  }
  /* line 226, ../sass/partials/_mixins.scss */
  .box--arrow--mblue:after {
    top: 33px ;
    top: 3.3rem ;
    left: 0;
    border-right-color: #0092cb;
    margin-top: 0;
  }
}

/* line 787, ../sass/partials/modules/_boxes.scss */
.box__header .box__title {
  margin-bottom: 0;
  word-wrap: break-word;
}
/* line 792, ../sass/partials/modules/_boxes.scss */
.box__title a[href^="http"]:after {
  content: "\e61b";
  font-size: 12px ;
  font-size: 1.2rem ;
  font-family: 'icomoon';
  padding-left: 5px ;
  padding-left: 0.5rem ;
  vertical-align: middle;
}

/* line 804, ../sass/partials/modules/_boxes.scss */
.box__title a[href^="http://jisc"]:after {
  content: none !important;
}

/* line 811, ../sass/partials/modules/_boxes.scss */
.box__title--navyblue,
.box__title--navyblue a {
  color: #2b383f;
}

/* line 817, ../sass/partials/modules/_boxes.scss */
.box__title--large, .box--teaser__item .box__title,
.box__title--large-respond {
  font-size: 24px ;
  font-size: 2.4rem ;
  line-height: 27px ;
  line-height: 2.7rem ;
}

/* line 823, ../sass/partials/modules/_boxes.scss */
.box__title--xlarge {
  font-size: 30px ;
  font-size: 3rem ;
  line-height: 32px ;
  line-height: 3.2rem ;
}
@media screen and (max-width: 757px) {
  /* line 823, ../sass/partials/modules/_boxes.scss */
  .box__title--xlarge {
    font-size: 24px ;
    font-size: 2.4rem ;
    line-height: 27px ;
    line-height: 2.7rem ;
  }
}

@media screen and (max-width: 757px) {
  /* line 832, ../sass/partials/modules/_boxes.scss */
  .box__title--large-respond {
    font-size: 21px ;
    font-size: 2.1rem ;
  }
}

/* line 839, ../sass/partials/modules/_boxes.scss */
.box__title--nomargin {
  margin-bottom: 0;
}

/* line 846, ../sass/partials/modules/_boxes.scss */
.box--icon .box__title {
  color: #00557f;
}

/* line 853, ../sass/partials/modules/_boxes.scss */
.box--icon--horizontal .box__inner {
  box-sizing: border-box;
  margin-left: 65px ;
  margin-left: 6.5rem ;
}
/* line 858, ../sass/partials/modules/_boxes.scss */
.box--icon--horizontal .box--icon__panel {
  padding: 20px 0px 0px ;
  padding: 2rem 0rem 0rem ;
  width: 65px ;
  width: 6.5rem ;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
/* line 867, ../sass/partials/modules/_boxes.scss */
.box--icon--horizontal .box__title {
  font-size: 18px ;
  font-size: 1.8rem ;
  line-height: 20px ;
  line-height: 2rem ;
  margin-bottom: 13px ;
  margin-bottom: 1.3rem ;
}
/* line 873, ../sass/partials/modules/_boxes.scss */
.box--icon--horizontal .box--icon__panel__text {
  display: none;
}
/* line 877, ../sass/partials/modules/_boxes.scss */
.box--icon--horizontal .box--icon__panel__link {
  padding: 0;
}
/* line 881, ../sass/partials/modules/_boxes.scss */
.box--icon--horizontal .icon {
  margin-right: 0;
  font-size: 34px ;
  font-size: 3.4rem ;
}

/* line 889, ../sass/partials/modules/_boxes.scss */
.box--icon--vertical .box--icon__link {
  display: none;
}
/* line 893, ../sass/partials/modules/_boxes.scss */
.box--icon--vertical .box__title {
  margin-bottom: 0;
}
/* line 898, ../sass/partials/modules/_boxes.scss */
.box--icon--vertical .box--icon__panel__link {
  padding: 10px 10px 10px 15px ;
  padding: 1rem 1rem 1rem 1.5rem ;
  word-break: normal;
}
@media screen and (max-width: 757px) {
  /* line 898, ../sass/partials/modules/_boxes.scss */
  .box--icon--vertical .box--icon__panel__link {
    padding: 10px ;
    padding: 1rem ;
  }
}
/* line 906, ../sass/partials/modules/_boxes.scss */
.box--icon--vertical .icon {
  float: left;
  margin-top: -2px ;
  margin-top: -0.2rem ;
  margin-bottom: 5px ;
  margin-bottom: 0.5rem ;
  font-size: 23px ;
  font-size: 2.3rem ;
}

/* line 915, ../sass/partials/modules/_boxes.scss */
.box--icon__panel {
  box-sizing: border-box;
}
/* line 918, ../sass/partials/modules/_boxes.scss */
.box--icon__panel a {
  display: block;
}
/* line 923, ../sass/partials/modules/_boxes.scss */
.box--icon__panel a:hover .box--icon__panel__text span {
  text-decoration: none;
}
/* line 928, ../sass/partials/modules/_boxes.scss */
.box--icon__panel a .box--icon__panel__text span {
  text-decoration: underline;
}

/* line 936, ../sass/partials/modules/_boxes.scss */
.timeline__body .box--icon__panel .box--icon__panel__link {
  padding: 13px 10px 13px 15px ;
  padding: 1.3rem 1rem 1.3rem 1.5rem ;
}
/* line 939, ../sass/partials/modules/_boxes.scss */
.timeline__body .box--icon__panel .icon {
  float: left;
  margin-top: -3px ;
  margin-top: -0.3rem ;
}

/* line 946, ../sass/partials/modules/_boxes.scss */
.box--icon__panel__text {
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px ;
  font-size: 1.5rem ;
  display: block;
  overflow: hidden;
}
/* line 951, ../sass/partials/modules/_boxes.scss */
.box--icon__panel__text span {
  text-decoration: underline;
}
/* line 954, ../sass/partials/modules/_boxes.scss */
.box--icon__panel__text span:hover span {
  text-decoration: none;
}

/* line 959, ../sass/partials/modules/_boxes.scss */
.box--icon__panel__link {
  padding: 10px 30px ;
  padding: 1rem 3rem ;
}
@media screen and (max-width: 757px) {
  /* line 959, ../sass/partials/modules/_boxes.scss */
  .box--icon__panel__link {
    padding: 10px 17px ;
    padding: 1rem 1.7rem ;
  }
}

/* line 967, ../sass/partials/modules/_boxes.scss */
.box--icon__link span {
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px ;
  font-size: 1.5rem ;
  text-decoration: underline;
}
/* line 973, ../sass/partials/modules/_boxes.scss */
.box--icon__link:hover span {
  color: #00557f;
  text-decoration: none;
}
/* line 977, ../sass/partials/modules/_boxes.scss */
.box--icon__link:hover:after {
  color: #00557f;
}

/* line 985, ../sass/partials/modules/_boxes.scss */
a[href^="http"] .box--icon__panel__text:after,
a[href^="http"].box--icon__link:after {
  text-decoration: none !important;
}

/* line 993, ../sass/partials/modules/_boxes.scss */
a[href^="http://jisc"] .box--icon__panel__text:after,
a[href^="http://jisc"].box--icon__link:after {
  content: none !important;
}

/* line 999, ../sass/partials/modules/_boxes.scss */
.box--output__col {
  margin-top: -60px ;
  margin-top: -6rem ;
}
@media screen and (max-width: 757px) {
  /* line 999, ../sass/partials/modules/_boxes.scss */
  .box--output__col {
    display: none;
  }
}
/* line 1004, ../sass/partials/modules/_boxes.scss */
.box--output__col .box {
  margin-bottom: 10px ;
  margin-bottom: 1rem ;
}

/* line 1009, ../sass/partials/modules/_boxes.scss */
.box--output__header {
  padding: 15px 20px ;
  padding: 1.5rem 2rem ;
  font-size: 27px ;
  font-size: 2.7rem ;
  line-height: 30px ;
  line-height: 3rem ;
}

/* line 1016, ../sass/partials/modules/_boxes.scss */
.box--output__intro {
  padding: 10px 20px 25px 0px ;
  padding: 1rem 2rem 2.5rem 0rem ;
  line-height: 24px ;
  line-height: 2.4rem ;
}

/* line 1021, ../sass/partials/modules/_boxes.scss */
.box--output__footer {
  padding: 15px 20px 30px 0px ;
  padding: 1.5rem 2rem 3rem 0rem ;
  font-size: 15px ;
  font-size: 1.5rem ;
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
  display: block;
  text-decoration: underline;
}
/* line 1027, ../sass/partials/modules/_boxes.scss */
.box--output__footer:hover {
  color: #00557f;
  text-decoration: none;
}

/* line 1033, ../sass/partials/modules/_boxes.scss */
.box--output__row {
  padding-bottom: 20px ;
  padding-bottom: 2rem ;
}

/* line 1042, ../sass/partials/modules/_boxes.scss */
.box--tweet .duo {
  padding-top: 0;
}
/* line 1046, ../sass/partials/modules/_boxes.scss */
.box--tweet .duo__side {
  width: 48px ;
  width: 4.8rem ;
}
/* line 1050, ../sass/partials/modules/_boxes.scss */
.box--tweet h5 {
  font-size: 18px ;
  font-size: 1.8rem ;
  margin-bottom: 5px ;
  margin-bottom: 0.5rem ;
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}

/* line 1057, ../sass/partials/modules/_boxes.scss */
.box--tweet__follow {
  display: block;
  font-size: 13px ;
  font-size: 1.3rem ;
  clear: none;
}

/* line 1064, ../sass/partials/modules/_boxes.scss */
.box--tweet__details {
  clear: both;
}
/* line 1066, ../sass/partials/modules/_boxes.scss */
.box--tweet__details p {
  font-size: 24px ;
  font-size: 2.4rem ;
  line-height: 27px ;
  line-height: 2.7rem ;
}
/* line 1069, ../sass/partials/modules/_boxes.scss */
.box--tweet__details p a {
  text-decoration: none;
}

/* line 1075, ../sass/partials/modules/_boxes.scss */
.box--tweet__time {
  display: block;
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px ;
  font-size: 1.3rem ;
  padding-top: 20px ;
  padding-top: 2rem ;
}

/* line 1085, ../sass/partials/modules/_boxes.scss */
.box--lifted,
.filter .search-results-dropdown ul {
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

/* line 1090, ../sass/partials/modules/_boxes.scss */
.box--funders {
  overflow: hidden;
  padding-bottom: 20px ;
  padding-bottom: 2rem ;
}
/* line 1094, ../sass/partials/modules/_boxes.scss */
.box--funders .row {
  margin-bottom: 20px ;
  margin-bottom: 2rem ;
}
@media screen and (max-width: 757px) {
  /* line 1094, ../sass/partials/modules/_boxes.scss */
  .box--funders .row {
    margin-bottom: 0;
  }
}
/* line 1100, ../sass/partials/modules/_boxes.scss */
.box--funders .offset-title {
  margin-bottom: 20px ;
  margin-bottom: 2rem ;
}
/* line 1103, ../sass/partials/modules/_boxes.scss */
.box--funders img {
  display: block;
  max-width: 100%;
  max-height: 130px;
}
/* line 1110, ../sass/partials/modules/_boxes.scss */
.box--funders .col:first-child .box {
  padding-left: 0;
}
@media screen and (max-width: 757px) {
  /* line 1110, ../sass/partials/modules/_boxes.scss */
  .box--funders .col:first-child .box {
    padding-left: 20px ;
    padding-left: 2rem ;
    padding-bottom: 20px ;
    padding-bottom: 2rem ;
    max-width: 300px;
  }
}
/* line 1121, ../sass/partials/modules/_boxes.scss */
.box--funders .box {
  padding: 0px 20px ;
  padding: 0rem 2rem ;
}
@media screen and (max-width: 757px) {
  /* line 1121, ../sass/partials/modules/_boxes.scss */
  .box--funders .box {
    padding-bottom: 20px ;
    padding-bottom: 2rem ;
    max-width: 250px;
  }
}

/* line 1133, ../sass/partials/modules/_boxes.scss */
.box--twitter .box__title:hover span {
  text-decoration: underline;
}
/* line 1138, ../sass/partials/modules/_boxes.scss */
.box--twitter .twitter-signpost {
  margin: 0;
}

/* line 1145, ../sass/partials/modules/_boxes.scss */
.box__footer .duo__body {
  border-top: 1px solid #d5dee2;
}

/* line 1150, ../sass/partials/modules/_boxes.scss */
.box__copy-small p {
  font-size: 15px ;
  font-size: 1.5rem ;
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}

/*=====================================
  Faceted search panels
  project listing page, advice guide page, campaign page
*/
/* line 6, ../sass/partials/modules/_faceted-search.scss */
.filter__heading,
.filter-panel--mobile,
.filter-panel {
  background-color: #D4DEE3;
  z-index: 10;
}

/* line 13, ../sass/partials/modules/_faceted-search.scss */
.filter-panel--mobile {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px ;
  padding: 2rem ;
  -moz-transition-property: left;
  -o-transition-property: left;
  -webkit-transition-property: left;
  transition-property: left;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  margin-top: -78px ;
  margin-top: -7.8rem ;
  left: -110%;
  position: absolute;
  z-index: 800;
  width: 100%;
  padding: 10px ;
  padding: 1rem ;
}
/* line 26, ../sass/partials/modules/_faceted-search.scss */
.filter-panel--mobile.is-toggled-open {
  left: 0;
  right: 20px ;
  right: 2rem ;
}
@media screen and (min-width: 565px) {
  /* line 13, ../sass/partials/modules/_faceted-search.scss */
  .filter-panel--mobile {
    padding: 20px ;
    padding: 2rem ;
    margin-top: 0;
    left: 0;
    position: relative;
    width: 220px ;
    width: 22rem ;
    visibility: visible;
  }
}

/* line 41, ../sass/partials/modules/_faceted-search.scss */
.filter-panel {
  overflow: hidden;
  background-color: #D4DEE3;
}
@media screen and (max-width: 565px) {
  /* line 41, ../sass/partials/modules/_faceted-search.scss */
  .filter-panel {
    position: absolute;
    top: 0;
  }
}
@media screen and (min-width: 565px) {
  /* line 41, ../sass/partials/modules/_faceted-search.scss */
  .filter-panel {
    width: 220px ;
    width: 22rem ;
    margin-top: 30px ;
    margin-top: 3rem ;
  }
}
/* line 58, ../sass/partials/modules/_faceted-search.scss */
.is-open .filter-panel {
  display: none;
}
/* line 63, ../sass/partials/modules/_faceted-search.scss */
.filter-panel .ui-menu-item a {
  display: block;
  cursor: pointer;
  color: #2c3841;
}
/* line 69, ../sass/partials/modules/_faceted-search.scss */
.filter-panel mark {
  background-color: transparent;
  font-weight: bold;
}

@media screen and (max-width: 565px) {
  /* line 76, ../sass/partials/modules/_faceted-search.scss */
  .list--filter {
    margin-left: 10px ;
    margin-left: 1rem ;
  }
}
@media screen and (min-width: 565px) {
  /* line 76, ../sass/partials/modules/_faceted-search.scss */
  .list--filter {
    margin-right: -240px ;
    margin-right: -24rem ;
    width: 100%;
    float: right;
  }
}

/* line 93, ../sass/partials/modules/_faceted-search.scss */
.inner__wrapper {
  position: relative;
}
@media screen and (max-width: 565px) {
  /* line 93, ../sass/partials/modules/_faceted-search.scss */
  .inner__wrapper {
    margin-left: -10px ;
    margin-left: -1rem ;
  }
}
@media screen and (min-width: 565px) {
  /* line 93, ../sass/partials/modules/_faceted-search.scss */
  .inner__wrapper {
    padding-right: 240px ;
    padding-right: 24rem ;
  }
}
@media screen and (min-width: 565px) {
  /* line 102, ../sass/partials/modules/_faceted-search.scss */
  .inner__wrapper.list--guides {
    padding-right: 260px ;
    padding-right: 26rem ;
  }
}

/* line 110, ../sass/partials/modules/_faceted-search.scss */
.filter__title {
  margin-bottom: 0;
}

/* line 114, ../sass/partials/modules/_faceted-search.scss */
.filter__title__link {
  position: relative;
  border-top: 1px solid #C3D1DA;
  padding: 13px 0px ;
  padding: 1.3rem 0rem ;
  margin-bottom: 0;
  cursor: pointer;
  display: block;
}
/* line 126, ../sass/partials/modules/_faceted-search.scss */
.no-touch .filter__title__link:hover span {
  text-decoration: underline;
}
/* line 129, ../sass/partials/modules/_faceted-search.scss */
.no-touch .filter__title__link:hover:before {
  color: #00557f;
}
@media screen and (max-width: 565px) {
  /* line 129, ../sass/partials/modules/_faceted-search.scss */
  .no-touch .filter__title__link:hover:before {
    color: #a0a1a2;
  }
}
/* line 138, ../sass/partials/modules/_faceted-search.scss */
.filter__title__link:hover {
  color: #00557f;
}
@media screen and (max-width: 565px) {
  /* line 138, ../sass/partials/modules/_faceted-search.scss */
  .filter__title__link:hover {
    text-decoration: none;
  }
}
/* line 145, ../sass/partials/modules/_faceted-search.scss */
.filter__title__link:focus, .filter__title__link:active {
  color: #00557f;
}
/* line 150, ../sass/partials/modules/_faceted-search.scss */
.filter__title__link:before {
  color: #a0a1a2;
  font-family: 'icomoon';
  font-size: 80%;
  content: "\e619";
  position: absolute;
  right: 0;
  top: 15px ;
  top: 1.5rem ;
}
/* line 161, ../sass/partials/modules/_faceted-search.scss */
.is-open .filter__title__link:before {
  content: "\e61a";
}
/* line 168, ../sass/partials/modules/_faceted-search.scss */
.no-js .filter__title__link:hover {
  cursor: default;
}
/* line 172, ../sass/partials/modules/_faceted-search.scss */
.no-js .filter__title__link:focus, .no-js .filter__title__link:active {
  color: #00557f;
}
/* line 177, ../sass/partials/modules/_faceted-search.scss */
.no-js .filter__title__link:before {
  display: none;
}

/* line 185, ../sass/partials/modules/_faceted-search.scss */
.filter__heading__title,
.filter__heading__text--right {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

/* line 191, ../sass/partials/modules/_faceted-search.scss */
.is-sticky .filter__heading__title {
  margin-top: 10px;
}

/* line 196, ../sass/partials/modules/_faceted-search.scss */
.filter__heading__text--right {
  position: absolute;
  right: 20px ;
  right: 2rem ;
  top: 30px ;
  top: 3rem ;
  font-size: 13px ;
  font-size: 1.3rem ;
  text-decoration: underline;
}
@media screen and (max-width: 565px) {
  /* line 196, ../sass/partials/modules/_faceted-search.scss */
  .filter__heading__text--right {
    font-size: 15px ;
    font-size: 1.5rem ;
    top: 15px ;
    top: 1.5rem ;
    right: 75px ;
    right: 7.5rem ;
  }
}
/* line 207, ../sass/partials/modules/_faceted-search.scss */
.filter__heading__text--right:hover {
  color: #00557f;
  text-decoration: none;
}

@media screen and (max-width: 565px) {
  /* line 213, ../sass/partials/modules/_faceted-search.scss */
  .js-cancel-filters {
    top: 15px ;
    top: 1.5rem ;
    right: 10px ;
    right: 1rem ;
  }
}

/* line 220, ../sass/partials/modules/_faceted-search.scss */
.filter__list {
  display: none;
}
/* line 223, ../sass/partials/modules/_faceted-search.scss */
.is-open .filter__list {
  display: block;
  padding-bottom: 10px ;
  padding-bottom: 1rem ;
}

/* line 229, ../sass/partials/modules/_faceted-search.scss */
.header__filter__link,
.filter__link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 5px 0px 5px 24px ;
  padding: 0.5rem 0rem 0.5rem 2.4rem ;
  font-size: 14px ;
  font-size: 1.4rem ;
  color: #2c3841;
  word-break: normal;
}
@media screen and (max-width: 565px) {
  /* line 229, ../sass/partials/modules/_faceted-search.scss */
  .header__filter__link,
  .filter__link {
    padding: 5px 0px 15px 24px ;
    padding: 0.5rem 0rem 1.5rem 2.4rem ;
  }
}
/* line 243, ../sass/partials/modules/_faceted-search.scss */
.header__filter__link span,
.filter__link span {
  color: #556c7e;
}
/* line 247, ../sass/partials/modules/_faceted-search.scss */
.header__filter__link:before,
.filter__link:before {
  content: ' ';
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2) inset;
  position: absolute;
  border: 1px solid #a6b9c2;
  background-color: #fff;
  height: 15px ;
  height: 1.5rem ;
  width: 15px ;
  width: 1.5rem ;
  margin-left: -24px ;
  margin-left: -2.4rem ;
}
/* line 257, ../sass/partials/modules/_faceted-search.scss */
.header__filter__link:hover,
.filter__link:hover {
  color: #2c3841;
  text-decoration: none;
}
/* line 262, ../sass/partials/modules/_faceted-search.scss */
.no-touch .header__filter__link:hover, .no-touch
.filter__link:hover {
  color: #2c3841;
  text-decoration: underline;
}
/* line 268, ../sass/partials/modules/_faceted-search.scss */
.header__filter__link:focus,
.filter__link:focus {
  color: #2c3841;
}
/* line 272, ../sass/partials/modules/_faceted-search.scss */
.is-checked.header__filter__link,
.filter__link.is-checked {
  color: #171e23;
}
/* line 275, ../sass/partials/modules/_faceted-search.scss */
.is-checked.header__filter__link:before,
.filter__link.is-checked:before {
  border-color: #0092cb;
}
/* line 279, ../sass/partials/modules/_faceted-search.scss */
.is-checked.header__filter__link:after,
.filter__link.is-checked:after {
  font-family: 'icomoon';
  content: '\e617';
  position: absolute;
  left: 1px ;
  left: 0.1rem ;
  top: 4px ;
  top: 0.4rem ;
}
@media screen and (max-width: 565px) {
  /* line 279, ../sass/partials/modules/_faceted-search.scss */
  .is-checked.header__filter__link:after,
  .filter__link.is-checked:after {
    top: 6px ;
    top: 0.6rem ;
  }
}
/* line 293, ../sass/partials/modules/_faceted-search.scss */
.is-disabled.header__filter__link,
.filter__link.is-disabled {
  color: #556c7e;
  cursor: default;
}
/* line 297, ../sass/partials/modules/_faceted-search.scss */
.is-disabled.header__filter__link:before,
.filter__link.is-disabled:before {
  background-color: transparent;
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2) inset;
}
/* line 302, ../sass/partials/modules/_faceted-search.scss */
.is-disabled.header__filter__link:active, .is-disabled.header__filter__link:hover,
.filter__link.is-disabled:active,
.filter__link.is-disabled:hover {
  text-decoration: none;
  color: #556c7e;
}

/* line 311, ../sass/partials/modules/_faceted-search.scss */
.ui-autocomplete-input {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-sizing: border-box;
  padding: 4px 5px 4px 9px ;
  padding: 0.4rem 0.5rem 0.4rem 0.9rem ;
  height: 32px;
  font-size: 16px ;
  font-size: 1.6rem ;
  line-height: 17px ;
  line-height: 1.7rem ;
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}
/* line 320, ../sass/partials/modules/_faceted-search.scss */
.touch .ui-autocomplete-input {
  border: 1px solid #c4d1d7;
}
@media screen and (max-width: 565px) {
  /* line 311, ../sass/partials/modules/_faceted-search.scss */
  .ui-autocomplete-input {
    font-size: 18px ;
    font-size: 1.8rem ;
  }
}

/* line 329, ../sass/partials/modules/_faceted-search.scss */
.fake-tag {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e4eaec;
  background-color: #e4eaec;
  padding: 5px 25px 5px 10px ;
  padding: 0.5rem 2.5rem 0.5rem 1rem ;
}

/* line 337, ../sass/partials/modules/_faceted-search.scss */
.ui-autocomplete-input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

/* line 343, ../sass/partials/modules/_faceted-search.scss */
.header__filter__link {
  color: #fff;
  font-size: 16px ;
  font-size: 1.6rem ;
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}
/* line 349, ../sass/partials/modules/_faceted-search.scss */
.header__filter__link span, .header__filter__link.is-checked, .header__filter__link:active, .header__filter__link:hover {
  color: #fff;
}
/* line 357, ../sass/partials/modules/_faceted-search.scss */
.no-touch .header__filter__link:hover {
  color: #fff;
}
/* line 362, ../sass/partials/modules/_faceted-search.scss */
.header__filter__link:after {
  color: #2c3841;
}
/* line 366, ../sass/partials/modules/_faceted-search.scss */
.header__filter__link:focus {
  color: #fff;
}

/* line 372, ../sass/partials/modules/_faceted-search.scss */
.heading-padded {
  padding-top: 15px ;
  padding-top: 1.5rem ;
  padding-bottom: 15px ;
  padding-bottom: 1.5rem ;
}
@media screen and (max-width: 565px) {
  /* line 372, ../sass/partials/modules/_faceted-search.scss */
  .heading-padded {
    padding-top: 10px ;
    padding-top: 1rem ;
    padding-bottom: 10px ;
    padding-bottom: 1rem ;
  }
}
/* line 379, ../sass/partials/modules/_faceted-search.scss */
.heading-padded .section-title {
  padding-right: 10px ;
  padding-right: 1rem ;
}

@media screen and (max-width: 565px) {
  /* line 386, ../sass/partials/modules/_faceted-search.scss */
  .is-sticky .refine {
    margin-top: 98px ;
    margin-top: 9.8rem ;
  }
}

/* line 395, ../sass/partials/modules/_faceted-search.scss */
.mobile-refine .mobile-refine__inner {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 398, ../sass/partials/modules/_faceted-search.scss */
.is-operamini .mobile-refine .mobile-refine__inner {
  display: none;
}
@media screen and (min-width: 757px) {
  /* line 393, ../sass/partials/modules/_faceted-search.scss */
  .mobile-refine {
    text-align: right;
  }
}
@media screen and (min-width: 565px) and (max-width: 757px) {
  /* line 393, ../sass/partials/modules/_faceted-search.scss */
  .mobile-refine {
    padding: 10px 0px ;
    padding: 1rem 0rem ;
  }
}
@media screen and (max-width: 565px) {
  /* line 393, ../sass/partials/modules/_faceted-search.scss */
  .mobile-refine {
    position: relative;
    height: 38px ;
    height: 3.8rem ;
    background-color: #E3E8EB !important;
    padding: 20px 0px 20px 10px ;
    padding: 2rem 0rem 2rem 1rem ;
    overflow: hidden;
    margin: 0px 0px -10px -10px ;
    margin: 0rem 0rem -1rem -1rem ;
  }
  /* line 421, ../sass/partials/modules/_faceted-search.scss */
  .mobile-refine .btn--rounded {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
}

@media screen and (min-width: 757px) {
  /* line 428, ../sass/partials/modules/_faceted-search.scss */
  .is-table {
    display: table;
    width: 100%;
  }
}

@media screen and (min-width: 757px) {
  /* line 436, ../sass/partials/modules/_faceted-search.scss */
  .is-table-cell {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
}

@media screen and (max-width: 565px) {
  /* line 444, ../sass/partials/modules/_faceted-search.scss */
  .form__section--right-top {
    display: block;
    position: absolute;
    right: 10px ;
    right: 1rem ;
    bottom: 25px ;
    bottom: 2.5rem ;
    width: auto;
  }
}
@media screen and (max-width: 565px) {
  /* line 453, ../sass/partials/modules/_faceted-search.scss */
  .form__section--right-top label {
    float: left;
  }
}
@media screen and (max-width: 565px) {
  /* line 458, ../sass/partials/modules/_faceted-search.scss */
  .form__section--right-top .selector {
    float: right;
  }
}

@media screen and (max-width: 565px) {
  /* line 467, ../sass/partials/modules/_faceted-search.scss */
  .form__section--right-top,
  .form__section--right {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
}
@media screen and (min-width: 757px) {
  /* line 467, ../sass/partials/modules/_faceted-search.scss */
  .form__section--right-top,
  .form__section--right {
    text-align: right;
    margin-right: 20px ;
    margin-right: 2rem ;
  }
}
/* line 479, ../sass/partials/modules/_faceted-search.scss */
.form__section--right-top select,
.form__section--right select {
  height: 28px ;
  height: 2.8rem ;
  padding: 0px 5px ;
  padding: 0rem 0.5rem ;
}

/* line 486, ../sass/partials/modules/_faceted-search.scss */
.filter__item {
  position: relative;
}

/* line 493, ../sass/partials/modules/_faceted-search.scss */
.form__item__wrap .close {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 498, ../sass/partials/modules/_faceted-search.scss */
.form__item__wrap .close.is-open {
  display: block;
}

@media screen and (max-width: 565px) {
  /* line 507, ../sass/partials/modules/_faceted-search.scss */
  .is-sticky .filter__heading {
    padding: 1px 10px 15px ;
    padding: 0.1rem 1rem 1.5rem ;
    top: 0;
    left: 0;
    right: 10px ;
    right: 1rem ;
    position: fixed;
    z-index: 1200;
  }
}

@media screen and (max-width: 565px) {
  /* line 520, ../sass/partials/modules/_faceted-search.scss */
  #uniform-sort-by {
    width: 105px !important;
  }
}

/* line 526, ../sass/partials/modules/_faceted-search.scss */
.tags-container {
  position: relative;
  z-index: 10;
}

/* line 532, ../sass/partials/modules/_faceted-search.scss */
.project-list {
  z-index: -1;
  position: relative;
}

/** ----------------------------
  blocker stuff
*/
/* line 541, ../sass/partials/modules/_faceted-search.scss */
.blocker-underlay {
  background-color: #fff;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 12000;
  -moz-transition: opacity 500ms linear;
  -o-transition: opacity 500ms linear;
  -webkit-transition: opacity 500ms linear;
  transition: opacity 500ms linear;
}
/* line 553, ../sass/partials/modules/_faceted-search.scss */
.blocker-underlay.is-open {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
/* line 557, ../sass/partials/modules/_faceted-search.scss */
.blocker-underlay.is-visible {
  visibility: visible;
}
/* line 561, ../sass/partials/modules/_faceted-search.scss */
.blocker-underlay.blocker-underlay--low {
  z-index: 610;
  background-color: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
@media screen and (min-width: 565px) {
  /* line 561, ../sass/partials/modules/_faceted-search.scss */
  .blocker-underlay.blocker-underlay--low {
    display: none !important;
  }
}

/* line 573, ../sass/partials/modules/_faceted-search.scss */
.blocker-loading {
  position: absolute;
  z-index: 12001;
}

/* line 578, ../sass/partials/modules/_faceted-search.scss */
.blocker-loading__icon {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-position: 0 -2421px;
  height: 32px;
  width: 32px;
  height: 32px;
  width: 32px;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 593, ../sass/partials/modules/_faceted-search.scss */
.filter .search-results-dropdown ul {
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px ;
  font-size: 1.3rem ;
}
/* line 599, ../sass/partials/modules/_faceted-search.scss */
.filter .ui-menu-item {
  padding: 5px 10px ;
  padding: 0.5rem 1rem ;
  border-top: 1px solid #c4d1d7;
}
/* line 602, ../sass/partials/modules/_faceted-search.scss */
.filter .ui-menu-item:hover {
  background: #e4eaec;
}
/* line 605, ../sass/partials/modules/_faceted-search.scss */
.filter .ui-menu-item:first-child {
  border-top: 0;
}
/* line 608, ../sass/partials/modules/_faceted-search.scss */
.filter .ui-menu-item mark {
  color: #e85e13;
}

/* line 614, ../sass/partials/modules/_faceted-search.scss */
.search-note {
  padding: 10px 10px ;
  padding: 1rem 1rem ;
  border-top: 1px solid #c4d1d7;
}

/* line 2162, ../sass/jisc-v1-community.scss */
.context-blogs #block-apachesolr-search-sort, .context-groups #block-apachesolr-search-sort {
  float: none;
  width: auto;
  text-align: left;
  margin-top: 0;
}
/* line 2168, ../sass/jisc-v1-community.scss */
.context-blogs #block-apachesolr-search-sort .content, .context-groups #block-apachesolr-search-sort .content {
  float: left;
}
/* line 2172, ../sass/jisc-v1-community.scss */
.context-blogs #block-apachesolr-search-sort h2, .context-groups #block-apachesolr-search-sort h2 {
  float: none;
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 8px;
  margin-right: 0;
  margin-bottom: 8px;
}

/* line 2183, ../sass/jisc-v1-community.scss */
.tooltipster-base .tooltipster-content .user-details {
  white-space: nowrap;
}

/* line 2190, ../sass/jisc-v1-community.scss */
.tipsy-inner {
  font-size: 13px;
}

/* line 2192, ../sass/jisc-v1-community.scss */
.large-jicon:hover {
  text-decoration: none;
}

/* line 2196, ../sass/jisc-v1-community.scss */
.large-jicon.grey {
  color: #7D7D7D;
}

/* line 2200, ../sass/jisc-v1-community.scss */
.large-jicon {
  font-size: 2.2em;
  padding-bottom: 5px;
}

/* line 2208, ../sass/jisc-v1-community.scss */
#invite_content .help-block {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
  margin-top: 5px;
}

/* line 2217, ../sass/jisc-v1-community.scss */
.page-user #profile-head #profile-head-mid {
  max-width: 65%;
}

/* line 2225, ../sass/jisc-v1-community.scss */
.context-user #job, .context-users #job {
  font-weight: bold;
}
/* line 2229, ../sass/jisc-v1-community.scss */
.context-user #zone-content #region-content .region-inner, .context-users #zone-content #region-content .region-inner {
  padding-top: 0;
  margin-top: 44px;
}
/* line 2233, ../sass/jisc-v1-community.scss */
.context-user #zone-content #region-content .region-inner .view-apps-store, .context-users #zone-content #region-content .region-inner .view-apps-store {
  margin-top: 20px;
}
/* line 2237, ../sass/jisc-v1-community.scss */
.context-user #zone-content #region-content .region-inner .nav.nav-tabs, .context-users #zone-content #region-content .region-inner .nav.nav-tabs {
  position: relative;
  bottom: 45px;
  border-bottom: none;
  right: 25px;
  overflow-x: hidden;
  overflow-y: auto;
  height: 45px;
}
/* line 2247, ../sass/jisc-v1-community.scss */
.context-user #zone-content #region-content .region-inner .nav.nav-tabs a, .context-users #zone-content #region-content .region-inner .nav.nav-tabs a {
  border: none;
  border-radius: 0;
  padding: 0 19px;
  color: #00557f;
  background-color: #d5dee2;
  display: block;
  -moz-transition: background-color 0.05s linear, color 0.05s linear;
  -o-transition: background-color 0.05s linear, color 0.05s linear;
  -webkit-transition: background-color 0.05s linear, color 0.05s linear;
  transition: background-color 0.05s linear, color 0.05s linear;
  line-height: 45px;
  line-height: 4.5rem;
}
/* line 2262, ../sass/jisc-v1-community.scss */
.context-user #zone-content #region-content .region-inner .nav.nav-tabs a:hover, .context-users #zone-content #region-content .region-inner .nav.nav-tabs a:hover {
  background-color: #dbe2e6;
  outline: none;
  border-radius: 0;
}
/* line 2268, ../sass/jisc-v1-community.scss */
.context-user #zone-content #region-content .region-inner .nav.nav-tabs .active a, .context-users #zone-content #region-content .region-inner .nav.nav-tabs .active a {
  color: #2c3841;
  background-color: #fff;
  outline: none;
}

/* line 2279, ../sass/jisc-v1-community.scss */
.page-user-cancel #zone-content #region-content .region-inner {
  margin-top: 0px;
}

/* line 2285, ../sass/jisc-v1-community.scss */
.page-user-organisations #zone-content .region-content .region-content-inner, .user-home #zone-content .region-content .region-content-inner, .page-user-apps #zone-content .region-content .region-content-inner {
  margin-top: 0 !important;
  padding-top: 20px !important;
}
/* line 2288, ../sass/jisc-v1-community.scss */
.page-user-organisations #zone-content .region-content .region-content-inner .nav.nav-tabs, .user-home #zone-content .region-content .region-content-inner .nav.nav-tabs, .page-user-apps #zone-content .region-content .region-content-inner .nav.nav-tabs {
  display: none;
}
/* line 2295, ../sass/jisc-v1-community.scss */
.page-user-organisations .view-apps-store.view-listings-page .view-content, .user-home .view-apps-store.view-listings-page .view-content, .page-user-apps .view-apps-store.view-listings-page .view-content {
  width: 100%;
}
/* line 2297, ../sass/jisc-v1-community.scss */
.page-user-organisations .view-apps-store.view-listings-page .view-content .app-control-line, .user-home .view-apps-store.view-listings-page .view-content .app-control-line, .page-user-apps .view-apps-store.view-listings-page .view-content .app-control-line {
  left: 5px !important;
}

@media all and (max-width: 1220px) {
  /* line 2305, ../sass/jisc-v1-community.scss */
  .page-user-profile #edit-timezone label {
    float: none;
  }
  /* line 2308, ../sass/jisc-v1-community.scss */
  .page-user-profile #edit-timezone div.input {
    margin-left: 80px;
  }
}
/* line 2316, ../sass/jisc-v1-community.scss */
#profile-janet-verified-field-organisation-add-more-wrapper .description {
  padding: 0px;
}

/* line 2318, ../sass/jisc-v1-community.scss */
.field-name-field-organisation div.input {
  margin-left: 0px !important;
}

/* line 2322, ../sass/jisc-v1-community.scss */
#region-sidebar-left {
  float: left;
}

/* line 2326, ../sass/jisc-v1-community.scss */
#profile-side-menu {
  border-right: 1px #C6CBCE solid;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 2331, ../sass/jisc-v1-community.scss */
#profile-side-menu li.active {
  border-right: 1px solid #E4E9EC;
  margin-right: -1px;
}
/* line 2335, ../sass/jisc-v1-community.scss */
#profile-side-menu li.active a {
  color: #848484;
}

/* line 2339, ../sass/jisc-v1-community.scss */
#profile-side-menu li {
  padding: 9px 0 9px 5px;
  border-top: 1px #C6CBCE solid;
  border-bottom: 1px #C6CBCE solid;
  margin-bottom: -1px;
  font-weight: bold;
  font-size: 16px;
}

/* line 2348, ../sass/jisc-v1-community.scss */
.page-user #profile-head #profile-side-menu-wrapper #profile-side-menu li {
  display: block;
  margin: 0;
  text-align: left;
  height: auto;
}
/* line 2354, ../sass/jisc-v1-community.scss */
.page-user #profile-head #profile-side-menu-wrapper #profile-side-menu li.active {
  background: none;
}
/* line 2359, ../sass/jisc-v1-community.scss */
.page-user #profile-head #profile-side-menu-wrapper #profile-side-menu li a:hover {
  text-decoration: none;
  color: #000;
}

/* line 2367, ../sass/jisc-v1-community.scss */
form.heartbeat-activity-form {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

/* line 2373, ../sass/jisc-v1-community.scss */
.page-user .heartbeat-stream {
  background: #e4e9ec;
  margin-left: -25px;
  margin-right: -30px;
  padding-left: 5px;
  padding-right: 10px;
  margin-bottom: -25px;
  padding-bottom: 25px;
}

/* line 2384, ../sass/jisc-v1-community.scss */
.page-user #zone-content #region-content {
  margin-left: 10px;
}
/* line 2388, ../sass/jisc-v1-community.scss */
.page-user #zone-content #region-content.grid-12 {
  margin-left: 20px;
}
/* line 2392, ../sass/jisc-v1-community.scss */
.page-user #zone-content #region-content .region-inner {
  padding-left: 20px;
}

/* line 2400, ../sass/jisc-v1-community.scss */
.page-register #page-title, .page-registration-complete #page-title, .page-registration-authentication-code- #page-title, .page-user-reset #page-title {
  margin-bottom: 0;
}
/* line 2404, ../sass/jisc-v1-community.scss */
.page-register #region-content, .page-registration-complete #region-content, .page-registration-authentication-code- #region-content, .page-user-reset #region-content {
  margin-top: 21px;
}
/* line 2406, ../sass/jisc-v1-community.scss */
.page-register #region-content .region-content-inner, .page-registration-complete #region-content .region-content-inner, .page-registration-authentication-code- #region-content .region-content-inner, .page-user-reset #region-content .region-content-inner {
  margin-top: 0 !important;
}

@media (max-width: 1220px) {
  /* line 2421, ../sass/jisc-v1-community.scss */
  #profile-head-right {
    right: 10px !important;
  }
}
/* line 2432, ../sass/jisc-v1-community.scss */
.page-user #region-content #heartbeat-status-wrapper #heartbeat-activity-form-heartbeat-status-update #edit-submit {
  height: 30px;
}

/* line 2437, ../sass/jisc-v1-community.scss */
.page-user #profile-head #profile-head-mid #company, .page-user #profile-head #profile-head-mid #job {
  margin-bottom: 10px;
}

/* line 2441, ../sass/jisc-v1-community.scss */
.page-user #profile-head #bio {
  margin-bottom: 20px;
}

/* line 2447, ../sass/jisc-v1-community.scss */
.view-mode-listing .listings-group-side {
  width: 130px;
  position: absolute;
  height: 100%;
  z-index: 1;
}

/* line 2454, ../sass/jisc-v1-community.scss */
.view-mode-listing .listings-group-main {
  margin-left: 130px;
}

/* line 2458, ../sass/jisc-v1-community.scss */
.view-mode-listing .listings-group-type {
  float: left;
  background-color: #000;
  color: #fff;
  padding: 0px 7px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  margin-top: 10px;
  width: 97px;
  position: absolute;
  right: 0;
}
/* line 2479, ../sass/jisc-v1-community.scss */
.view-mode-listing .listings-group-type.listings-group-type-book {
  background-color: #a22578;
}
/* line 2483, ../sass/jisc-v1-community.scss */
.view-mode-listing .listings-group-type.listings-group-type-article {
  background-color: orange;
}
/* line 2487, ../sass/jisc-v1-community.scss */
.view-mode-listing .listings-group-type.listings-group-type-blog_article {
  background-color: orange;
}
/* line 2491, ../sass/jisc-v1-community.scss */
.view-mode-listing .listings-group-type.listings-group-type-project_group {
  background-color: #0092cb;
}
/* line 2499, ../sass/jisc-v1-community.scss */
.view-mode-listing .listings-group-type.listings-group-type-question {
  background-color: #a22578;
}
/* line 2503, ../sass/jisc-v1-community.scss */
.view-mode-listing .listings-group-type.listings-group-type-wiki {
  background-color: #a22578;
}
/* line 2507, ../sass/jisc-v1-community.scss */
.view-mode-listing .listings-group-type.listings-group-type-event {
  background-color: #d72250;
}
/* line 2511, ../sass/jisc-v1-community.scss */
.view-mode-listing .listings-group-type.listings-group-type-blog_group {
  background-color: #0092cb;
}
/* line 2519, ../sass/jisc-v1-community.scss */
.view-mode-listing .listings-group-type.listings-group-type-ideas {
  background-color: #a22578;
}
/* line 2523, ../sass/jisc-v1-community.scss */
.view-mode-listing .listings-group-type.listings-group-type-app {
  background-color: #8c930d;
}
/* line 2527, ../sass/jisc-v1-community.scss */
.view-mode-listing .listings-group-type.listings-group-type-blog_event {
  background-color: #d72250;
}

/* line 2537, ../sass/jisc-v1-community.scss */
.view-mode-listing .listings-group-left {
  width: inherit;
}

/* line 2543, ../sass/jisc-v1-community.scss */
.listings-group-left + .content-container .listings-group-content .field-name-body {
  margin-left: 88px;
}

/* line 2550, ../sass/jisc-v1-community.scss */
.listings-group-content .field-name-body {
  margin-bottom: none;
}
/* line 2554, ../sass/jisc-v1-community.scss */
.listings-group-content .field-name-field-tags {
  margin-top: 20px;
}

/* line 2566, ../sass/jisc-v1-community.scss */
.page-node .block-facetapi-giiy4zr9gu0zsa0bumw1y9qiipidf1wu ul li a:before,
#block-janet-og-janet-og-local-menu ul li a:before,
.janet-og-content-type-block ul li a:before,
#block-janet-blogs-janet-blogs-local-menu ul li a:before {
  background-image: none;
  position: absolute;
  font-family: FontAwesome;
  content: '\ffff';
  left: 25px;
  margin-top: 1px;
  font-size: 25px;
}
/* line 2576, ../sass/jisc-v1-community.scss */
.page-node .block-facetapi-giiy4zr9gu0zsa0bumw1y9qiipidf1wu ul li.library.pages a:before,
#block-janet-og-janet-og-local-menu ul li.library.pages a:before,
.janet-og-content-type-block ul li.library.pages a:before,
#block-janet-blogs-janet-blogs-local-menu ul li.library.pages a:before {
  content: '\f19c';
}
/* line 2581, ../sass/jisc-v1-community.scss */
.page-node .block-facetapi-giiy4zr9gu0zsa0bumw1y9qiipidf1wu ul li.groups a, .page-node .block-facetapi-giiy4zr9gu0zsa0bumw1y9qiipidf1wu ul li.blogs a:before,
#block-janet-og-janet-og-local-menu ul li.groups a,
#block-janet-og-janet-og-local-menu ul li.blogs a:before,
.janet-og-content-type-block ul li.groups a,
.janet-og-content-type-block ul li.blogs a:before,
#block-janet-blogs-janet-blogs-local-menu ul li.groups a,
#block-janet-blogs-janet-blogs-local-menu ul li.blogs a:before {
  content: '\f0c0';
}
/* line 2586, ../sass/jisc-v1-community.scss */
.page-node .block-facetapi-giiy4zr9gu0zsa0bumw1y9qiipidf1wu ul li.users a:before,
#block-janet-og-janet-og-local-menu ul li.users a:before,
.janet-og-content-type-block ul li.users a:before,
#block-janet-blogs-janet-blogs-local-menu ul li.users a:before {
  content: '\f007';
}
/* line 2590, ../sass/jisc-v1-community.scss */
.page-node .block-facetapi-giiy4zr9gu0zsa0bumw1y9qiipidf1wu ul li.questions a:before,
#block-janet-og-janet-og-local-menu ul li.questions a:before,
.janet-og-content-type-block ul li.questions a:before,
#block-janet-blogs-janet-blogs-local-menu ul li.questions a:before {
  content: '\f059';
}
/* line 2595, ../sass/jisc-v1-community.scss */
.page-node .block-facetapi-giiy4zr9gu0zsa0bumw1y9qiipidf1wu ul li.group-home a:before, .page-node .block-facetapi-giiy4zr9gu0zsa0bumw1y9qiipidf1wu ul li.blog-home a:before,
#block-janet-og-janet-og-local-menu ul li.group-home a:before,
#block-janet-og-janet-og-local-menu ul li.blog-home a:before,
.janet-og-content-type-block ul li.group-home a:before,
.janet-og-content-type-block ul li.blog-home a:before,
#block-janet-blogs-janet-blogs-local-menu ul li.group-home a:before,
#block-janet-blogs-janet-blogs-local-menu ul li.blog-home a:before {
  content: '\f015';
}
/* line 2600, ../sass/jisc-v1-community.scss */
.page-node .block-facetapi-giiy4zr9gu0zsa0bumw1y9qiipidf1wu ul li.all-groups a:before,
#block-janet-og-janet-og-local-menu ul li.all-groups a:before,
.janet-og-content-type-block ul li.all-groups a:before,
#block-janet-blogs-janet-blogs-local-menu ul li.all-groups a:before {
  content: '\f0c0';
}
/* line 2605, ../sass/jisc-v1-community.scss */
.page-node .block-facetapi-giiy4zr9gu0zsa0bumw1y9qiipidf1wu ul li.articles a:before, .page-node .block-facetapi-giiy4zr9gu0zsa0bumw1y9qiipidf1wu ul li.blog-articles a:before,
#block-janet-og-janet-og-local-menu ul li.articles a:before,
#block-janet-og-janet-og-local-menu ul li.blog-articles a:before,
.janet-og-content-type-block ul li.articles a:before,
.janet-og-content-type-block ul li.blog-articles a:before,
#block-janet-blogs-janet-blogs-local-menu ul li.articles a:before,
#block-janet-blogs-janet-blogs-local-menu ul li.blog-articles a:before {
  content: "\f15c";
}
/* line 2610, ../sass/jisc-v1-community.scss */
.page-node .block-facetapi-giiy4zr9gu0zsa0bumw1y9qiipidf1wu ul li.documents a:before, .page-node .block-facetapi-giiy4zr9gu0zsa0bumw1y9qiipidf1wu ul li.blog-documents a:before,
#block-janet-og-janet-og-local-menu ul li.documents a:before,
#block-janet-og-janet-og-local-menu ul li.blog-documents a:before,
.janet-og-content-type-block ul li.documents a:before,
.janet-og-content-type-block ul li.blog-documents a:before,
#block-janet-blogs-janet-blogs-local-menu ul li.documents a:before,
#block-janet-blogs-janet-blogs-local-menu ul li.blog-documents a:before {
  content: "\f0c6";
}
/* line 2615, ../sass/jisc-v1-community.scss */
.page-node .block-facetapi-giiy4zr9gu0zsa0bumw1y9qiipidf1wu ul li.events a:before, .page-node .block-facetapi-giiy4zr9gu0zsa0bumw1y9qiipidf1wu ul li.blog-events a:before,
#block-janet-og-janet-og-local-menu ul li.events a:before,
#block-janet-og-janet-og-local-menu ul li.blog-events a:before,
.janet-og-content-type-block ul li.events a:before,
.janet-og-content-type-block ul li.blog-events a:before,
#block-janet-blogs-janet-blogs-local-menu ul li.events a:before,
#block-janet-blogs-janet-blogs-local-menu ul li.blog-events a:before {
  content: "\f073";
}
/* line 2620, ../sass/jisc-v1-community.scss */
.page-node .block-facetapi-giiy4zr9gu0zsa0bumw1y9qiipidf1wu ul li.wiki a:before, .page-node .block-facetapi-giiy4zr9gu0zsa0bumw1y9qiipidf1wu ul li.wikis a:before,
#block-janet-og-janet-og-local-menu ul li.wiki a:before,
#block-janet-og-janet-og-local-menu ul li.wikis a:before,
.janet-og-content-type-block ul li.wiki a:before,
.janet-og-content-type-block ul li.wikis a:before,
#block-janet-blogs-janet-blogs-local-menu ul li.wiki a:before,
#block-janet-blogs-janet-blogs-local-menu ul li.wikis a:before {
  content: "\f044";
}
/* line 2625, ../sass/jisc-v1-community.scss */
.page-node .block-facetapi-giiy4zr9gu0zsa0bumw1y9qiipidf1wu ul li.polls a:before,
#block-janet-og-janet-og-local-menu ul li.polls a:before,
.janet-og-content-type-block ul li.polls a:before,
#block-janet-blogs-janet-blogs-local-menu ul li.polls a:before {
  content: "\f080";
}
/* line 2630, ../sass/jisc-v1-community.scss */
.page-node .block-facetapi-giiy4zr9gu0zsa0bumw1y9qiipidf1wu ul li.rss-feed a:before,
#block-janet-og-janet-og-local-menu ul li.rss-feed a:before,
.janet-og-content-type-block ul li.rss-feed a:before,
#block-janet-blogs-janet-blogs-local-menu ul li.rss-feed a:before {
  content: "\f143";
}

/* line 2642, ../sass/jisc-v1-community.scss */
#block-janet-og-janet-og-add-content-menu ul.menu li a:before {
  background-image: none;
  position: absolute;
  font-family: FontAwesome;
  content: '\ffff';
  left: 10px;
  margin-top: 1px;
  font-size: 25px;
}
/* line 2652, ../sass/jisc-v1-community.scss */
#block-janet-og-janet-og-add-content-menu ul.menu li a.article:before, #block-janet-og-janet-og-add-content-menu ul.menu li a.blog-article:before {
  content: "\f15c";
}
/* line 2657, ../sass/jisc-v1-community.scss */
#block-janet-og-janet-og-add-content-menu ul.menu li a.documents:before, #block-janet-og-janet-og-add-content-menu ul.menu li a.blog-document:before {
  content: "\f0c6";
}
/* line 2662, ../sass/jisc-v1-community.scss */
#block-janet-og-janet-og-add-content-menu ul.menu li a.event:before, #block-janet-og-janet-og-add-content-menu ul.menu li a.blog-event:before {
  content: "\f073";
}
/* line 2667, ../sass/jisc-v1-community.scss */
#block-janet-og-janet-og-add-content-menu ul.menu li a.wiki:before {
  content: "\f044";
}
/* line 2672, ../sass/jisc-v1-community.scss */
#block-janet-og-janet-og-add-content-menu ul.menu li a.poll:before {
  content: "\f080";
}

/* line 2681, ../sass/jisc-v1-community.scss */
.no-results p {
  margin-bottom: 27px;
}
/* line 2685, ../sass/jisc-v1-community.scss */
.no-results ul {
  list-style-type: disc;
  margin-left: 20px;
}

/* line 2692, ../sass/jisc-v1-community.scss */
.breadcrumb li a, .breadcrumb li span {
  white-space: nowrap;
}

/* Book nodes */
/* line 2699, ../sass/jisc-v1-community.scss */
body.page-node .node-book .field-name-title {
  background-color: #e4eaec;
  margin-left: -1000px;
  padding: 30px 20px 20px 1000px;
  border-top: 2px solid #a22578;
}
/* line 2704, ../sass/jisc-v1-community.scss */
body.page-node .node-book .field-name-title h2 {
  font-size: 45px;
  font-size: 4.5rem;
}

/* line 2710, ../sass/jisc-v1-community.scss */
.node.view-mode-listing .field-name-group-content-access .janet-og-content-private {
  background: none;
}
/* line 2713, ../sass/jisc-v1-community.scss */
.node.view-mode-listing .field-name-group-content-access .janet-og-content-private:after {
  font-family: FontAwesome;
  content: '\f023';
  font-size: 25px;
  position: absolute;
  top: 8px;
  margin-left: 9px;
}

/* line 2726, ../sass/jisc-v1-community.scss */
select#edit-organisations {
  width: 92%;
}

/* line 2729, ../sass/jisc-v1-community.scss */
#search-form .btn, #search-form .form-item-keys {
  vertical-align: middle;
}
/* line 2732, ../sass/jisc-v1-community.scss */
#search-form label {
  color: #2c3841;
}

/* Events and Training apps */
/* line 2739, ../sass/jisc-v1-community.scss */
#events-training-admin legend {
  border-bottom: none;
}
/* line 2742, ../sass/jisc-v1-community.scss */
#events-training-admin .input {
  margin-left: 0 !important;
}
/* line 2746, ../sass/jisc-v1-community.scss */
#events-training-admin .admin .left, #events-training-admin .admin .right {
  width: 49%;
  float: left;
  box-sizing: border-box;
}
/* line 2751, ../sass/jisc-v1-community.scss */
#events-training-admin .admin .right {
  float: right;
}
/* line 2754, ../sass/jisc-v1-community.scss */
#events-training-admin .admin .admin-panel {
  background: none repeat scroll 0% 0% #F8F8F8;
  padding: 10px;
  border: 1px solid #CCC;
  margin-bottom: 10px;
}
/* line 2755, ../sass/jisc-v1-community.scss */
#events-training-admin .admin .admin-panel h3 {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
}
/* line 2760, ../sass/jisc-v1-community.scss */
#events-training-admin .admin .admin-panel dd {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #CCC;
}
/* line 2764, ../sass/jisc-v1-community.scss */
#events-training-admin .admin .admin-panel dd:last-child {
  border-bottom: none;
}

/* line 2776, ../sass/jisc-v1-community.scss */
.region-content-inner #block-janet-events-janet-events-admin-bar {
  margin-bottom: 10px;
}

/* line 2782, ../sass/jisc-v1-community.scss */
body.context-apps .block-apps-service-links + #block-system-main {
  display: none;
}

/* line 2788, ../sass/jisc-v1-community.scss */
.view-library-items-by-term .field-name-node-link {
  margin-top: 10px;
}

/* line 2792, ../sass/jisc-v1-community.scss */
.view-training-and-events-views .view-content .views-row {
  border: 1px solid #3d3d3d;
  box-sizing: border-box;
  float: left;
  height: 200px;
  margin-bottom: 1%;
  margin-right: 1%;
  overflow: hidden;
  padding: 10px;
  position: relative;
  transition: all 0.15s ease-out 0.1s;
  width: 19%;
  min-width: 200px;
  text-align: center;
}
/* line 2808, ../sass/jisc-v1-community.scss */
.view-training-and-events-views .view-content .views-field-title {
  text-align: left;
  height: 80px;
}
/* line 2811, ../sass/jisc-v1-community.scss */
.view-training-and-events-views .view-content .views-field-title a {
  font-size: 1.1em;
  line-height: 1.0em;
}
/* line 2817, ../sass/jisc-v1-community.scss */
.view-training-and-events-views .view-content .views-field-field-event-date {
  height: 40px;
  padding-top: 6px;
  display: block;
  font-size: 14px;
  text-align: left;
}
/* line 2825, ../sass/jisc-v1-community.scss */
.view-training-and-events-views .view-content .views-field-field-events-prog-entry-location {
  height: 20px;
  padding-top: 0px;
  padding-bottom: 6px;
  font-size: 14px;
  text-align: left;
}

/* line 2840, ../sass/jisc-v1-community.scss */
.training-page .events_registration_step.events_registration_step_space {
  display: none;
}
/* line 2844, ../sass/jisc-v1-community.scss */
.training-page .events_registration_step {
  max-width: 160px;
  display: inline-block;
  margin: 0 1px 2px 1px;
}
/* line 2850, ../sass/jisc-v1-community.scss */
.training-page .events_registration_step .btn {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 2855, ../sass/jisc-v1-community.scss */
.training-page .no-packages-available {
  font-size: medium;
  color: #c09853;
}
/* line 2859, ../sass/jisc-v1-community.scss */
.training-page .btn.form-submit + .btn.form-submit {
  margin-left: 5px;
}
/* line 2863, ../sass/jisc-v1-community.scss */
.training-page #edit-janet-events-registration-progress {
  text-align: center;
}
/* line 2867, ../sass/jisc-v1-community.scss */
.training-page #events_registration_form_add_delegate_button {
  margin: 10px 0 10px 0;
}
/* line 2871, ../sass/jisc-v1-community.scss */
.training-page dt {
  margin-top: 15px;
}
/* line 2875, ../sass/jisc-v1-community.scss */
.training-page #events_registration_progress_help_text {
  margin-bottom: 10px;
}

/* line 2882, ../sass/jisc-v1-community.scss */
.view-display-id-all_info .view-content {
  overflow: scroll;
}

/* line 2888, ../sass/jisc-v1-community.scss */
.tags__link.orange {
  background-color: #ee8500;
  color: #fff;
}
/* line 2892, ../sass/jisc-v1-community.scss */
.tags__link.green {
  background-color: #58A618;
  color: #fff;
}
/* line 2896, ../sass/jisc-v1-community.scss */
.tags__link.black {
  background-color: #000;
  color: #ee8500;
}

/* line 2904, ../sass/jisc-v1-community.scss */
#modalContent .ctools-heartbeat-modal-content {
  overflow-y: scroll;
}
/* line 2910, ../sass/jisc-v1-community.scss */
#modalContent .ctools-heartbeat-modal-content .tm-modal-header-form {
  padding-bottom: 0;
  margin: 0;
  border: none;
}
/* line 2914, ../sass/jisc-v1-community.scss */
#modalContent .ctools-heartbeat-modal-content .tm-modal-header-form .tm-modal-title-form:not(:empty) {
  font-size: 24px;
  margin: 20px 20px 0 20px;
  border-bottom: 1px solid #e4e9ec;
  padding-bottom: 5px;
  display: block;
}
/* line 2925, ../sass/jisc-v1-community.scss */
#modalContent .ctools-heartbeat-modal-content .tm-modal-content-form .item-list h3 {
  border-bottom: 1px solid #e4e9ec;
  padding-bottom: 5px;
  font-size: 24px;
}
/* line 2930, ../sass/jisc-v1-community.scss */
#modalContent .ctools-heartbeat-modal-content .tm-modal-content-form .item-list ul {
  margin-bottom: 0;
}
/* line 2932, ../sass/jisc-v1-community.scss */
#modalContent .ctools-heartbeat-modal-content .tm-modal-content-form .item-list ul li {
  margin: 0;
}
/* line 2934, ../sass/jisc-v1-community.scss */
#modalContent .ctools-heartbeat-modal-content .tm-modal-content-form .item-list ul li #profile-head {
  min-height: 200px;
  padding: 15px 0;
  border-bottom: 1px solid #e4e9ec;
}
/* line 2938, ../sass/jisc-v1-community.scss */
#modalContent .ctools-heartbeat-modal-content .tm-modal-content-form .item-list ul li #profile-head #profile-head-left {
  width: 180px;
  display: inline-block;
  margin-right: 0;
}
/* line 2943, ../sass/jisc-v1-community.scss */
#modalContent .ctools-heartbeat-modal-content .tm-modal-content-form .item-list ul li #profile-head #profile-head-mid {
  width: 240px;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 0;
}
/* line 2948, ../sass/jisc-v1-community.scss */
#modalContent .ctools-heartbeat-modal-content .tm-modal-content-form .item-list ul li #profile-head #profile-head-mid #bio {
  display: none;
}
/* line 2952, ../sass/jisc-v1-community.scss */
#modalContent .ctools-heartbeat-modal-content .tm-modal-content-form .item-list ul li #profile-head #profile-head-right {
  display: none;
}
/* line 2959, ../sass/jisc-v1-community.scss */
#modalContent .ctools-heartbeat-modal-content .tm-modal-content-form .form-actions {
  padding: 15px 0 0 0;
  background-color: #ffffff;
  border: none;
  margin: 0;
}
/* line 2965, ../sass/jisc-v1-community.scss */
#modalContent .ctools-heartbeat-modal-content .tm-modal-content-form #tm-modal-close {
  padding-top: 20px;
}
/* line 2968, ../sass/jisc-v1-community.scss */
#modalContent .ctools-heartbeat-modal-content .tm-modal-content-form #tm-modal-close .ctools-close-modal {
  float: none;
  color: #00557f;
  opacity: 1;
  font-weight: normal;
  text-shadow: none;
}
/* line 2978, ../sass/jisc-v1-community.scss */
#modalContent div.ctools-janet-modal-content .modal-title {
  color: #1e1e1e;
  white-space: normal;
}

/* line 2988, ../sass/jisc-v1-community.scss */
#block-system-main .content #team-management-change-app-form .form-item-choose-app {
  padding: .4em 1em .8em 0;
  margin: 0;
}
/* line 2992, ../sass/jisc-v1-community.scss */
#block-system-main .content #team-management-change-app-form .form-item-choose-app label {
  text-align: left;
  width: auto;
}
/* line 2997, ../sass/jisc-v1-community.scss */
#block-system-main .content #team-management-change-app-form .form-item-choose-app .input {
  margin-left: 120px;
}
/* line 3002, ../sass/jisc-v1-community.scss */
#block-system-main .content #tm-ui-select_app {
  width: 100%;
}
/* line 3004, ../sass/jisc-v1-community.scss */
#block-system-main .content #tm-ui-select_app .change-app-fieldset {
  border: none;
  margin: 0;
}
/* line 3011, ../sass/jisc-v1-community.scss */
#block-system-main .content #tm-ui-show-app span {
  font-size: 2.4rem;
  font-weight: normal;
  color: #000;
}
/* line 3018, ../sass/jisc-v1-community.scss */
#block-system-main .content .add-user-info {
  margin-left: 180px;
  width: auto;
}
/* line 3022, ../sass/jisc-v1-community.scss */
#block-system-main .content .add-user-info #tm-ui-user-info {
  margin-bottom: 15px;
}
/* line 3025, ../sass/jisc-v1-community.scss */
#block-system-main .content .add-user-info #tm-ui-user-info a {
  margin-left: 0 !important;
}
/* line 3031, ../sass/jisc-v1-community.scss */
#block-system-main .content #tm-ui-add-user {
  width: 100%;
}
/* line 3034, ../sass/jisc-v1-community.scss */
#block-system-main .content #tm-ui-add-user form {
  border-top: 2px solid #d5dee2;
  border-bottom: 2px solid #d5dee2;
  min-height: 40px;
}
/* line 3040, ../sass/jisc-v1-community.scss */
#block-system-main .content #tm-ui-add-user .add-user-fieldset {
  border: none;
  margin: 0 0 0 0;
  padding: 0;
}
/* line 3045, ../sass/jisc-v1-community.scss */
#block-system-main .content #tm-ui-add-user .add-user-fieldset legend {
  position: relative;
}
/* line 3048, ../sass/jisc-v1-community.scss */
#block-system-main .content #tm-ui-add-user .add-user-fieldset legend .fieldset-legend {
  margin-left: 0 !important;
  padding-left: 50px;
  line-height: 3.3rem;
  background: none;
  top: 0;
}
/* line 3054, ../sass/jisc-v1-community.scss */
#block-system-main .content #tm-ui-add-user .add-user-fieldset legend .fieldset-legend a {
  font-size: 2rem;
  padding-top: 8px;
  padding-bottom: 4px;
  display: inline-block;
}
/* line 3060, ../sass/jisc-v1-community.scss */
#block-system-main .content #tm-ui-add-user .add-user-fieldset legend .fieldset-legend a:hover {
  text-decoration: none;
  color: #e85e13;
}
/* line 3064, ../sass/jisc-v1-community.scss */
#block-system-main .content #tm-ui-add-user .add-user-fieldset legend .fieldset-legend a::after {
  top: 7px;
  height: 30px;
  height: 3rem;
  width: 30px;
  width: 3rem;
  padding: 0;
  line-height: 30px;
  line-height: 3rem;
  text-align: center;
  background-color: #00557f;
  content: "\e61a";
  color: #fff;
  display: block;
  font-family: icomoon;
  position: absolute;
  left: 10px;
  margin: 0;
  right: auto;
}
/* line 3084, ../sass/jisc-v1-community.scss */
#block-system-main .content #tm-ui-add-user .add-user-fieldset legend .fieldset-legend a:hover:after {
  background-color: #e85e13;
  border-color: #e85e13;
}
/* line 3091, ../sass/jisc-v1-community.scss */
#block-system-main .content #tm-ui-add-user .add-user-fieldset .fieldset-wrapper {
  margin-bottom: 15px;
}
/* line 3095, ../sass/jisc-v1-community.scss */
#block-system-main .content #tm-ui-add-user .add-user-fieldset legend span {
  font-size: 1.8rem !important;
  font-weight: normal;
}
/* line 3100, ../sass/jisc-v1-community.scss */
#block-system-main .content #tm-ui-add-user .add-user-fieldset .form-item-add-user {
  display: inline-block;
}
/* line 3104, ../sass/jisc-v1-community.scss */
#block-system-main .content #tm-ui-add-user .add-user-fieldset .add-user-info {
  width: 57%;
}
/* line 3107, ../sass/jisc-v1-community.scss */
#block-system-main .content #tm-ui-add-user .add-user-fieldset .add-user-info a {
  margin-left: 0;
  text-decoration: underline;
}
/* line 3112, ../sass/jisc-v1-community.scss */
#block-system-main .content #tm-ui-add-user .add-user-fieldset .add-user-info #tm-ui-user-info {
  margin-bottom: 15px;
}
/* line 3118, ../sass/jisc-v1-community.scss */
#block-system-main .content #tm-ui-add-user .add-user-fieldset #tm_add_user_changable_link {
  margin-left: 0;
}
/* line 3122, ../sass/jisc-v1-community.scss */
#block-system-main .content #tm-ui-add-user .add-user-fieldset .ctools-modal-tm_form_style {
  margin-left: 15px;
}
/* line 3131, ../sass/jisc-v1-community.scss */
#block-system-main .content #tm-ui-add-user #team-management-select-user-form .collapsed .fieldset-legend a::after {
  color: #fff;
  background-color: #00557f;
  content: "\e619";
  font-family: icomoon;
  line-height: 3rem;
  padding: 0;
  text-align: center;
  width: 3rem;
}
/* line 3141, ../sass/jisc-v1-community.scss */
#block-system-main .content #tm-ui-add-user #team-management-select-user-form .collapsed .fieldset-legend a:hover:after {
  background-color: #e85e13;
  border-color: #e85e13;
}
/* line 3150, ../sass/jisc-v1-community.scss */
#block-system-main .content #tm-view-app-users-table td a {
  white-space: nowrap;
}

/* line 3157, ../sass/jisc-v1-community.scss */
#modalContent .tm-modal-header {
  margin: 20px 20px 0 20px;
}
/* line 3159, ../sass/jisc-v1-community.scss */
#modalContent .tm-modal-header .tm-modal-title-info {
  font-size: 24px;
  font-weight: 700;
}
/* line 3164, ../sass/jisc-v1-community.scss */
#modalContent .tm-modal-header-form {
  border-bottom: 1px solid #e4e9ec;
  padding-bottom: 5px;
}
/* line 3167, ../sass/jisc-v1-community.scss */
#modalContent .tm-modal-header-form .tm-modal-title-form {
  font-size: 24px;
}
/* line 3171, ../sass/jisc-v1-community.scss */
#modalContent .tm-modal-content {
  padding: 20px;
}
/* line 3173, ../sass/jisc-v1-community.scss */
#modalContent .tm-modal-content .tm-modal-content-links {
  margin-top: 15px;
}
/* line 3175, ../sass/jisc-v1-community.scss */
#modalContent .tm-modal-content .tm-modal-content-links a.btn {
  margin-right: 15px;
}
/* line 3180, ../sass/jisc-v1-community.scss */
#modalContent .tm-modal-content #team-management-edit-app-user-form #edit-cancel {
  margin-left: 15px;
}
/* line 3186, ../sass/jisc-v1-community.scss */
#modalContent .tm-modal-content-form .tm-iu-intro {
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 2.0rem;
  padding: 0;
  font-weight: normal;
  font-style: normal;
}
/* line 3195, ../sass/jisc-v1-community.scss */
#modalContent .tm-modal-content-form .form-item label {
  text-align: left;
  width: 130px;
}
/* line 3199, ../sass/jisc-v1-community.scss */
#modalContent .tm-modal-content-form .form-item div.input {
  margin-left: 140px;
  width: 270px;
}
/* line 3202, ../sass/jisc-v1-community.scss */
#modalContent .tm-modal-content-form .form-item div.input input.form-text, #modalContent .tm-modal-content-form .form-item div.input select.form-select {
  width: 255px;
  max-width: 255px;
}
/* line 3208, ../sass/jisc-v1-community.scss */
#modalContent .tm-modal-content-form #edit-cancel, #modalContent .tm-modal-content-form [id^='edit-cancel'] {
  margin-left: 15px;
}
/* line 3211, ../sass/jisc-v1-community.scss */
#modalContent .tm-modal-content-form .tm-modal-content-form-buttons {
  margin-left: 140px;
  background-color: #ffffff;
  border: none;
  padding: 0;
}
/* line 3216, ../sass/jisc-v1-community.scss */
#modalContent .tm-modal-content-form .tm-modal-content-form-buttons .tm-modal-content-form-remove {
  margin-left: 55px;
  color: #FF0000;
}
/* line 3221, ../sass/jisc-v1-community.scss */
#modalContent .tm-modal-content-form #team-management-remove-app-user-form {
  font-family: "Stag Sans Web Light","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Arial,sans-serif;
}
/* line 3223, ../sass/jisc-v1-community.scss */
#modalContent .tm-modal-content-form #team-management-remove-app-user-form em {
  font-weight: 700;
  font-style: normal;
}
/* line 3227, ../sass/jisc-v1-community.scss */
#modalContent .tm-modal-content-form #team-management-remove-app-user-form div.form-actions {
  padding: 15px 0 0 0;
  background-color: #ffffff;
  border: none;
  margin: 0;
}

/* line 3237, ../sass/jisc-v1-community.scss */
#modal-title {
  font-weight: normal;
}

/* line 3241, ../sass/jisc-v1-community.scss */
#team-management-select-org-app {
  padding-bottom: 20px;
}
/* line 3244, ../sass/jisc-v1-community.scss */
#team-management-select-org-app select#edit-organisations {
  width: 36%;
}
/* line 3249, ../sass/jisc-v1-community.scss */
#team-management-select-org-app .form-item label {
  text-align: left;
}
/* line 3253, ../sass/jisc-v1-community.scss */
#team-management-select-org-app .form-item label[for='edit-organisations'] {
  margin-left: 0;
}
/* line 3257, ../sass/jisc-v1-community.scss */
#team-management-select-org-app .form-item .input {
  margin-left: 150px !important;
}
/* line 3262, ../sass/jisc-v1-community.scss */
#team-management-select-org-app button, #team-management-select-org-app input[type="button"], #team-management-select-org-app input[type="reset"], #team-management-select-org-app input[type="submit"] {
  margin-right: 15px;
}

/* line 3267, ../sass/jisc-v1-community.scss */
.view-app-users table.sticky-header {
  background: transparent;
  display: block;
  margin-top: 20px;
  border-bottom-width: 0px !important;
}

/* Organisations page */
/* line 3276, ../sass/jisc-v1-community.scss */
#edit-profile-janet-verified-field-organisation .form-autocomplete {
  padding-right: 18px;
}
/* line 3279, ../sass/jisc-v1-community.scss */
#edit-profile-janet-verified-field-organisation .field-multiple-drag {
  display: table-cell;
}
/* line 3281, ../sass/jisc-v1-community.scss */
#edit-profile-janet-verified-field-organisation .field-multiple-drag a.tabledrag-handle {
  padding-right: 0;
  margin-left: 0;
}
/* line 3285, ../sass/jisc-v1-community.scss */
#edit-profile-janet-verified-field-organisation .field-multiple-drag a.tabledrag-handle .handle {
  margin: -0.4em 0;
  padding: 0.43em 0.3em;
}
/* line 3291, ../sass/jisc-v1-community.scss */
#edit-profile-janet-verified-field-organisation .verify-organisation {
  display: table-cell;
  width: 655px;
}
/* line 3295, ../sass/jisc-v1-community.scss */
#edit-profile-janet-verified-field-organisation .verify-btn-fl {
  display: table-cell;
}

@media (max-width: 1220px) {
  /* line 3304, ../sass/jisc-v1-community.scss */
  #edit-profile-janet-verified-field-organisation .verify-organisation {
    width: 450px;
  }
}
/* line 3313, ../sass/jisc-v1-community.scss */
label[for='edit-organisations'] {
  margin-left: -10px;
}
/* line 3315, ../sass/jisc-v1-community.scss */
label[for='edit-organisations'] .form-required {
  display: none;
}

/* line 3320, ../sass/jisc-v1-community.scss */
.page-user-organisations #section-content .form-actions {
  padding: 0px;
  background: none;
  border-style: none;
}

/* line 3321, ../sass/jisc-v1-community.scss */
.page-user-organisations input[role="application"] {
  margin-left: 0px;
}

/* Account history block */
/* line 3327, ../sass/jisc-v1-community.scss */
.orgs-page #main-wrapper {
  background-color: inherit;
}
/* line 3331, ../sass/jisc-v1-community.scss */
.orgs-page #content #section-content {
  background-color: #ffffff;
}
/* line 3335, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content {
  margin-left: 0;
  padding-left: 0;
  background: none;
}
/* line 3341, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content .region-inner {
  box-shadow: none;
  border: none;
  background: none;
  padding-top: 0;
}
/* line 3348, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content h2.block-title {
  font-size: 24px ;
  font-size: 2.4rem ;
}
/* line 3351, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content .date-metadata {
  font-family: "Stag Sans Web Book","HelveticaNeue","Helvetica Neue",Arial,sans-serif;
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin-top: 2.1rem;
  margin-left: 0;
}
/* line 3358, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content .date-metadata--service-usage {
  margin-bottom: 1rem;
  float: none;
}
/* line 3362, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content .date-metadata__value_description {
  font-family: "Stag Sans Web Book","HelveticaNeue","Helvetica Neue",Arial,sans-serif;
  font-size: 1.3rem;
  margin-left: 91px;
  margin-top: -10px;
  color: #666;
}
/* line 3369, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content .date-metadata__span12 .date-metadata__key, .orgs-page #zone-content #region-content .date-metadata__span8 .date-metadata__key, .orgs-page #zone-content #region-content .date-metadata__span4 .date-metadata__key {
  clear: left;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 75px;
}
/* line 3377, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content .date-metadata__key {
  display: block;
}
/* line 3380, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content .date-metadata__span12 .date-metadata__value, .orgs-page #zone-content #region-content .date-metadata__span8 .date-metadata__value, .orgs-page #zone-content #region-content .date-metadata__span4 .date-metadata__value {
  margin-left: 90px;
}
/* line 3383, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content .date-metadata__value {
  color: #666;
  display: block;
}
/* line 3387, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content #org-people {
  width: 33.5%;
  float: right;
}
/* line 3391, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content #org-people .block-community-orgs {
  width: 100%;
  margin-bottom: 1.5em;
}
/* line 3395, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content #org-people h2 {
  margin-bottom: 0px;
}
/* line 3398, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content #org-people ul {
  margin: 0px;
}
/* line 3401, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content #org-people #block-community-orgs-crm-account-manager-info {
  box-shadow: none !important;
}
/* line 3403, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content #org-people #block-community-orgs-crm-account-manager-info .acc-man-name, .orgs-page #zone-content #region-content #org-people #block-community-orgs-crm-account-manager-info .linklist__item {
  line-height: 27px !important;
}
/* line 3407, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content #org-people .block {
  border: 2px solid #D4DFE1 !important;
}
/* line 3413, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content #block-community-orgs-crm-org-contact-list a {
  font-size: 15px ;
  font-size: 1.5rem ;
  font-weight: normal;
  font-family: "Stag Sans Web Medium", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Arial, sans-serif;
}
/* line 3417, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content #block-community-orgs-crm-org-contact-list li.contact {
  border-top: 1px solid #d5dee2;
  padding: 10px 0 2px 0;
  border-bottom: none;
  margin-bottom: 0;
}
/* line 3423, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content #block-community-orgs-crm-org-contact-list .org-contact-list-image-button-wrapper {
  text-align: center;
  width: 20%;
  float: left;
}
/* line 3428, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content #block-community-orgs-crm-org-contact-list .org-contact-list-fields-wrapper {
  width: 70%;
  float: right;
  margin-bottom: 10px;
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}
/* line 3433, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content #block-community-orgs-crm-org-contact-list .org-contact-list-fields-wrapper h4 {
  font-size: 18px ;
  font-size: 1.8rem ;
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
  margin: 0;
  line-height: 24px;
  line-height: 2.4rem;
}
/* line 3440, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content #block-community-orgs-crm-org-contact-list .org-contact-list-fields-wrapper .org-contact-list-jobtitle,
.orgs-page #zone-content #region-content #block-community-orgs-crm-org-contact-list .org-contact-list-fields-wrapper .org-contact-list-email,
.orgs-page #zone-content #region-content #block-community-orgs-crm-org-contact-list .org-contact-list-fields-wrapper .org-contact-list-phone {
  font-size: 15px ;
  font-size: 1.5rem ;
  line-height: 27px;
  line-height: 2.7rem;
}
/* line 3447, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content #block-community-orgs-crm-org-contact-list .org-contact-list-fields-wrapper .org-contact-list-jobtitle {
  font-family: "Stag Sans Web Light", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}
/* line 3453, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content #org-main {
  width: 60%;
  float: left;
}
/* line 3456, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content #org-main .block {
  background-color: #fff;
  width: 100%;
  padding: 13px 20px;
  margin-bottom: 1.5em;
  float: left;
  border: 2px solid #D4DFE1;
}
/* line 3465, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content #org-main > div {
  border: 2px solid #D4DFE1 !important;
}
/* line 3469, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content #org-main #block-community-orgs-crm-beta-block li {
  margin-left: 20px;
  font-size: 15px ;
  font-size: 1.5rem ;
}
/* line 3473, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content #org-main #block-community-orgs-crm-beta-block p {
  font-size: 15px ;
  font-size: 1.5rem ;
}
/* line 3477, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content #org-main #block-community-orgs-crm-beta-block ul {
  list-style-type: disc;
  padding-top: 10px;
}
/* line 3482, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content #org-main #block-community-orgs-crm-org-contact-details {
  width: 100%;
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}
/* line 3485, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content #org-main #block-community-orgs-crm-org-contact-details div.label-wide {
  width: 120px;
  float: left;
  padding: 5px;
  font-size: 15px ;
  font-size: 1.5rem ;
  color: #666666;
}
/* line 3492, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content #org-main #block-community-orgs-crm-org-contact-details div.float-left-field {
  font-weight: normal;
  font-family: "Stag Sans Web Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif;
  float: left;
  padding: 5px;
}
/* line 3498, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content #org-main #block-community-orgs-crm-org-contact-details #org-trading-name {
  margin-bottom: 20px;
}
/* line 3500, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content #org-main #block-community-orgs-crm-org-contact-details #org-trading-name .float-left-field {
  font-size: 24px ;
  font-size: 2.4rem ;
}
/* line 3504, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content #org-main #block-community-orgs-crm-org-contact-details #org-billing-address {
  width: 50%;
  float: left;
  font-size: 15px ;
  font-size: 1.5rem ;
}
/* line 3509, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content #org-main #block-community-orgs-crm-org-contact-details #org-details {
  width: 50%;
  float: left;
  font-size: 15px ;
  font-size: 1.5rem ;
}
/* line 3513, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content #org-main #block-community-orgs-crm-org-contact-details #org-details .org-details-item {
  clear: both;
}
/* line 3517, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content #org-main #block-community-orgs-crm-org-contact-details #contact-us {
  margin-bottom: 20px;
  margin-top: 40px;
}
/* line 3522, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content #org-main #block-community-orgs-crm-account-manager-info {
  width: 48%;
  float: right;
}
/* line 3527, ../sass/jisc-v1-community.scss */
.orgs-page #zone-content #region-content #org-crm-content {
  padding-top: 10px;
}
/* line 3532, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #crm-activity-history {
  background-color: #fff;
  width: 100%;
  padding: 13px 20px;
  float: left;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
/* line 3539, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #crm-activity-history ul.activities {
  margin-left: 0px;
  margin-bottom: 0px;
}
/* line 3543, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #crm-activity-history li.activity {
  border-top: 1px solid #d5dee2;
  padding: 10px 0;
}
/* line 3547, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #crm-activity-history div.activity-details {
  font-size: 14px ;
  font-size: 1.4rem ;
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
  padding-top: 3px;
}
/* line 3552, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #crm-activity-history div.activity-details div.activity-type {
  float: left;
  margin-right: 5px;
}
/* line 3556, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #crm-activity-history div.activity-details div.activity-date::before {
  content: '\2014\00a0\00a0';
}
/* line 3562, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #welcome-text {
  background-color: #fff;
  width: 100%;
  padding: 13px 20px;
  float: left;
}
/* line 3568, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #welcome-text .information-legend__key .fa-question-circle {
  padding-left: 3px;
}
/* line 3572, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #welcome-text .is-collapsible--blue.jisc_collapsibles--is-expanded, .orgs-page #section-content #welcome-text .is-collapsible--blue.jisc_collapsibles--is-expanding {
  background-color: #e4eaec;
}
/* line 3576, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #welcome-text .col {
  margin-left: 0;
}
/* line 3580, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #welcome-text .jisc_collapsibles__trigger a:hover {
  text-decoration: none;
}
/* line 3583, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #welcome-text .is-collapsible--blue.jisc_collapsibles--is-expanded .jisc_collapsibles__trigger > a::after {
  background-color: #00557f;
  color: #fff;
  content: "\e619";
  font-family: icomoon;
  line-height: 3rem;
  padding: 0;
  text-align: center;
  width: 3rem;
}
/* line 3594, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #welcome-text .is-collapsible--blue.jisc_collapsibles__container .jisc_collapsibles__trigger > a::after {
  top: 11px;
  height: 30px;
  height: 3rem;
  width: 30px;
  width: 3rem;
  padding: 0;
  line-height: 30px;
  line-height: 3rem;
  text-align: center;
  background-color: #00557f;
  content: "\e619";
  color: #fff;
  display: block;
  font-family: icomoon;
  position: absolute;
  left: 10px;
  margin: 0;
  right: auto;
}
/* line 3615, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #welcome-text .is-collapsible--blue.jisc_collapsibles--is-expanded .jisc_collapsibles__trigger > a:after {
  font-family: 'icomoon';
  width: 30px;
  width: 3rem;
  padding: 0;
  line-height: 30px;
  line-height: 3rem;
  text-align: center;
  background-color: #00557f;
  content: "\e61a";
  color: #ffffff;
}
/* line 3628, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #welcome-text .jisc_collapsibles__container {
  padding: 0 0 0 50px;
  border-bottom: 1px solid #d5dee2;
  border-top: 1px solid #d5dee2;
  clear: both;
  margin-bottom: 0;
  position: relative;
}
/* line 3636, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #welcome-text .jisc_collapsibles__container .jisc_collapsibles__trigger {
  font-size: 3rem;
  line-height: 3.3rem;
  cursor: pointer;
  margin: 0;
}
/* line 3643, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #welcome-text .jisc_collapsibles__container .jisc_collapsibles__trigger > a {
  display: block;
  padding-bottom: 0.7rem;
  padding-top: 1rem;
  color: #00557f;
  font-size: 2rem;
  position: static;
  font-weight: 400;
}
/* line 3653, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #welcome-text .jisc_collapsibles__container .jisc_collapsibles__trigger > a:hover {
  color: #e85e13;
}
/* line 3656, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #welcome-text .jisc_collapsibles__container .jisc_collapsibles__trigger > a:hover:after {
  background-color: #e85e13;
  border-color: #e85e13;
}
/* line 3661, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #welcome-text .jisc_collapsibles__container .jisc_collapsibles__target {
  margin-top: 1.5rem;
  padding-right: 40px;
  padding-bottom: 1rem;
  padding-top: 0.5rem;
}
/* line 3667, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #welcome-text .jisc_collapsibles__container .jisc_collapsibles__target .region::after, .orgs-page #section-content #welcome-text .jisc_collapsibles__container .jisc_collapsibles__target .region::before, .orgs-page #section-content #welcome-text .jisc_collapsibles__container .jisc_collapsibles__target .row::after, .orgs-page #section-content #welcome-text .jisc_collapsibles__container .jisc_collapsibles__target .row::before {
  clear: both;
  content: "";
  display: table;
}
/* line 3673, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #welcome-text .jisc_collapsibles__container .jisc_collapsibles__target .region, .orgs-page #section-content #welcome-text .jisc_collapsibles__container .jisc_collapsibles__target .row {
  clear: both;
}
/* line 3677, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #welcome-text .jisc_collapsibles__container .jisc_collapsibles__target .row {
  margin-left: 0;
}
/* line 3681, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #welcome-text .jisc_collapsibles__container .jisc_collapsibles__target .information-legend {
  font-family: "Stag Sans Web Book","HelveticaNeue","Helvetica Neue",Arial,sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}
/* line 3687, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #welcome-text .jisc_collapsibles__container .jisc_collapsibles__target .information-legend__key {
  clear: left;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 75px;
}
/* line 3696, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #welcome-text .jisc_collapsibles__container .jisc_collapsibles__target .information-legend__key-description {
  margin-left: 90px;
  color: #666;
}
/* line 3701, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #welcome-text .jisc_collapsibles__container .jisc_collapsibles__target .service-usage-table-information-legend__key {
  color: #868686;
}
/* line 3705, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #welcome-text .jisc_collapsibles__container .jisc_collapsibles__target .information-legend--key-is-icon .information-legend__key-description {
  margin-left: 40px;
}
/* line 3709, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #welcome-text .jisc_collapsibles__container .jisc_collapsibles__target .l-gutter--both, .orgs-page #section-content #welcome-text .jisc_collapsibles__container .jisc_collapsibles__target .l-gutter--left {
  margin-left: 20px;
}
/* line 3713, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #welcome-text .jisc_collapsibles__container .jisc_collapsibles__target .information-legend--key-is-icon .information-legend__key {
  width: 1.66667em;
}
/* line 3717, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #welcome-text .jisc_collapsibles__container .jisc_collapsibles__target .service-usage-table-information-legend__key--service-is-used {
  color: #3c763d;
}
/* line 3724, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #welcome-text table {
  margin-top: 1rem;
}
/* line 3727, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #welcome-text table td, .orgs-page #section-content #welcome-text table th {
  line-height: 20px;
}
/* line 3731, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #welcome-text table thead th {
  font-weight: 400;
}
/* line 3735, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #welcome-text table tbody tr.odd {
  background-color: #eaeff1;
}
/* line 3739, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #welcome-text table tbody tr.even {
  background: #f8fafa none repeat scroll 0 0;
}
/* line 3743, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #welcome-text table tbody td.grouped_service {
  background: #fff none repeat scroll 0 0;
}
/* line 3749, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #welcome-text .icon {
  font-size: 1.8rem;
}
/* line 3753, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #welcome-text .table-wrap--service-usage-table {
  margin-top: 27px;
  margin-top: 2.7rem;
}
/* line 3757, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #welcome-text .content-table__service-usage-data {
  /* This is a new colour: #868686 is the lightest colour with a luminosity contrast raio of >=3:1 on the darkest background used (#e4eaec). */
  color: #868686;
  text-align: center;
}
/* line 3761, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #welcome-text .content-table__service-usage-data .icon {
  margin-right: 5px;
}
/* line 3766, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #welcome-text .content-table__service-usage-data--service-is-used {
  color: #3c763d;
  /* UX&D = $success-text */
}
/* line 3770, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #welcome-text .data-table td, .orgs-page #section-content #welcome-text .data-table th, .orgs-page #section-content #welcome-text table td, .orgs-page #section-content #welcome-text table th {
  border: 1px solid #d5dee2;
  padding: 0.5em 1em;
  vertical-align: top;
}
/* line 3777, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #orgs-no-access {
  background-color: #fff;
  width: 70%;
  padding: 13px 20px;
}
/* line 3781, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #orgs-no-access ul.org-users, .orgs-page #section-content #orgs-no-access ul.my_orgs_features {
  list-style-type: disc;
  padding-top: 10px;
}
/* line 3785, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #orgs-no-access ul.my_orgs_features li, .orgs-page #section-content #orgs-no-access ul.org-users li {
  list-style-type: disc;
}
/* line 3788, ../sass/jisc-v1-community.scss */
.orgs-page #section-content #orgs-no-access p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 1em;
}

@media screen and (max-width: 1220px) {
  /* line 3797, ../sass/jisc-v1-community.scss */
  .orgs-page #section-content #crm-activity-history {
    width: 100%;
  }
}
/* team management user table */
/* line 3803, ../sass/jisc-v1-community.scss */
#tm-view-app-users-table td.email,
#tm-view-app-users-table td.lastname {
  max-width: 40px;
  word-wrap: break-word;
}

/* line 3809, ../sass/jisc-v1-community.scss */
#edit-cancel--2 {
  margin-left: 15px;
}

@media screen and (min-width: 565px) {
  /* line 3814, ../sass/jisc-v1-community.scss */
  #tm-view-app-users-table td.email,
  #tm-view-app-users-table td.lastname {
    max-width: 100px;
    word-wrap: break-word;
  }
}
@media screen and (min-width: 757px) {
  /* line 3822, ../sass/jisc-v1-community.scss */
  #tm-view-app-users-table td.email,
  #tm-view-app-users-table td.lastname {
    max-width: 120px;
    word-wrap: break-word;
  }
}
@media screen and (min-width: 1220px) {
  /* line 3830, ../sass/jisc-v1-community.scss */
  #tm-view-app-users-table td.email,
  #tm-view-app-users-table td.lastname {
    max-width: 100%;
    word-wrap: break-word;
  }
}
/* line 3837, ../sass/jisc-v1-community.scss */
.view-fake-view fieldset {
  padding: 0.8em 1em 1em;
}

/*  Profile Management Access form */
/* line 3843, ../sass/jisc-v1-community.scss */
#community-crm-contact-register-code-entry p {
  line-height: 27px;
}
/* line 3846, ../sass/jisc-v1-community.scss */
#community-crm-contact-register-code-entry #edit-aa-code-container {
  margin-top: 15px;
}
/* line 3848, ../sass/jisc-v1-community.scss */
#community-crm-contact-register-code-entry #edit-aa-code-container div.form-item-access-code {
  width: 330px;
  float: left;
}
/* line 3851, ../sass/jisc-v1-community.scss */
#community-crm-contact-register-code-entry #edit-aa-code-container div.form-item-access-code label {
  width: auto;
  padding-right: 15px;
}
/* line 3855, ../sass/jisc-v1-community.scss */
#community-crm-contact-register-code-entry #edit-aa-code-container div.form-item-access-code div.input {
  margin-left: auto;
}
/* line 3859, ../sass/jisc-v1-community.scss */
#community-crm-contact-register-code-entry #edit-aa-code-container input.aa_code_submit {
  float: left;
  margin-bottom: 15px;
  margin-top: 15px;
}
/* line 3864, ../sass/jisc-v1-community.scss */
#community-crm-contact-register-code-entry #edit-aa-code-container div.aa_code_bottom_text {
  clear: both;
}

/* line 3870, ../sass/jisc-v1-community.scss */
#community-crm-contact-register-code-entry {
  width: 760px;
  margin: auto;
}

/* Payments table */
/* line 3882, ../sass/jisc-v1-community.scss */
#jcs-ui-v2-view-purchases .jisc-payment-table-row a:link, #jcs-ui-v2-view-purchases .jisc-payment-table-row a:visited {
  color: white;
}
/* line 3886, ../sass/jisc-v1-community.scss */
#jcs-ui-v2-view-purchases .jisc-payment-table-row td {
  background-color: #333333;
  color: white;
}
/* line 3891, ../sass/jisc-v1-community.scss */
#jcs-ui-v2-view-purchases .jisc-payment-table-row.Failed td {
  background-color: #b94a48;
  color: white;
}
/* line 3894, ../sass/jisc-v1-community.scss */
#jcs-ui-v2-view-purchases .jisc-payment-table-row.Paid td {
  background-color: #468847;
  color: white;
}

/* Remove site title on Dashboard page */
/* Remove primary nav on Dashboard page and move rest of page up */
/* line 3907, ../sass/jisc-v1-community.scss */
.page-node-dashboard #site-name, .page-node-dashboard #breadcrumb {
  display: none;
}
/* line 3908, ../sass/jisc-v1-community.scss */
.page-node-dashboard #zone-footer {
  display: none;
}
/* line 3909, ../sass/jisc-v1-community.scss */
.page-node-dashboard #zone-menu {
  display: none;
}
/* line 3910, ../sass/jisc-v1-community.scss */
.page-node-dashboard #content {
  margin-bottom: 30px;
}
/* line 3911, ../sass/jisc-v1-community.scss */
.page-node-dashboard #page-title {
  float: left;
}
/* line 3917, ../sass/jisc-v1-community.scss */
.page-node-dashboard .box-wrapper {
  margin: 0 auto;
  width: 1200px;
}
/* line 3922, ../sass/jisc-v1-community.scss */
.page-node-dashboard .box {
  top: 20px;
  position: relative;
  zoom: 1;
  width: 1180px;
  margin-left: 20px;
  margin-right: 0;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  font-family: 'Stag Sans Web Light';
  box-sizing: border-box;
}
/* line 3935, ../sass/jisc-v1-community.scss */
.page-node-dashboard .box p {
  font-size: 18px;
  text-align: center;
}
/* line 3936, ../sass/jisc-v1-community.scss */
.page-node-dashboard .box p a:link {
  text-decoration: none;
}
/* line 3937, ../sass/jisc-v1-community.scss */
.page-node-dashboard .box:before,
.page-node-dashboard .box:after {
  content: "";
  display: table;
}
/* line 3939, ../sass/jisc-v1-community.scss */
.page-node-dashboard .box:after {
  clear: both;
}
/* line 3939, ../sass/jisc-v1-community.scss */
.page-node-dashboard .box a {
  word-break: normal;
}
/* line 3939, ../sass/jisc-v1-community.scss */
.page-node-dashboard .box p a {
  text-decoration: underline;
}
/* line 3939, ../sass/jisc-v1-community.scss */
.page-node-dashboard .box p a:hover {
  text-decoration: none;
}
/* line 3940, ../sass/jisc-v1-community.scss */
.page-node-dashboard .box--padding-large {
  padding: 23px 30px;
  padding: 2.3rem 3rem;
}
@media screen and (max-width: 757px) {
  /* line 3940, ../sass/jisc-v1-community.scss */
  .page-node-dashboard .box--padding-large {
    padding: 20px;
    padding: 2rem;
  }
}
/* line 3941, ../sass/jisc-v1-community.scss */
.page-node-dashboard .box--brd-mgreyblue {
  border: 2px solid #c4d1d7;
}
/* line 3942, ../sass/jisc-v1-community.scss */
.page-node-dashboard .box--bg-xlgreyblue {
  background: #e4eaec;
  margin-top: 20px;
}
/* line 3943, ../sass/jisc-v1-community.scss */
.page-node-dashboard .box__inner {
  line-height: 27px;
  line-height: 2.7rem;
}
/* line 3947, ../sass/jisc-v1-community.scss */
.page-node-dashboard .nav.nav-tabs {
  bottom: 45px;
  border-bottom: none;
  right: 25px;
  overflow-x: hidden;
  overflow-y: auto;
  height: 45px;
  margin-bottom: 0px;
}
/* line 3956, ../sass/jisc-v1-community.scss */
.page-node-dashboard .nav.nav-tabs li {
  margin-right: 0.2em;
}
/* line 3959, ../sass/jisc-v1-community.scss */
.page-node-dashboard .nav.nav-tabs a {
  border: none;
  border-radius: 0;
  padding: 0 19px;
  color: #00557f;
  background-color: #d5dee2;
  display: block;
  -moz-transition: background-color 0.05s linear, color 0.05s linear;
  -o-transition: background-color 0.05s linear, color 0.05s linear;
  -webkit-transition: background-color 0.05s linear, color 0.05s linear;
  transition: background-color 0.05s linear, color 0.05s linear;
  line-height: 45px;
  line-height: 4.5rem;
  word-break: normal;
}
/* line 3975, ../sass/jisc-v1-community.scss */
.page-node-dashboard .nav.nav-tabs a:hover {
  background-color: #dbe2e6;
  outline: none;
  border-radius: 0;
}
/* line 3981, ../sass/jisc-v1-community.scss */
.page-node-dashboard .nav.nav-tabs .active a {
  color: #a8a8a8;
  background-color: #fff;
  outline: none;
}
/* line 3989, ../sass/jisc-v1-community.scss */
.page-node-dashboard.page-node-42238 .nav.nav-tabs {
  height: 133px;
}
/* line 3994, ../sass/jisc-v1-community.scss */
.page-node-dashboard .orgs-page:not(.wdupdates-page) #zone-content #region-content {
  width: inherit;
}
@media (max-width: 1220px) {
  /* line 4000, ../sass/jisc-v1-community.scss */
  .page-node-dashboard .box {
    width: 870px;
  }
}
/* line 4006, ../sass/jisc-v1-community.scss */
.page-node-dashboard .tags__item {
  display: inline-block;
  vertical-align: middle;
  line-height: 12px;
  line-height: 1.2rem;
  padding-left: 10px;
  list-style: none;
  font-size: 10px;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  margin: 0 5px 10px 0;
}
/* line 4007, ../sass/jisc-v1-community.scss */
.page-node-dashboard .tags__link, .page-node-dashboard .tags--subtle .tags__link, .page-node-dashboard .tags--white .tags__link {
  position: relative;
  display: block;
  border-radius: 3px;
  padding: 6px 8px 5px;
  border: 1px #a7afb6 solid;
  word-break: normal;
}
/* line 4008, ../sass/jisc-v1-community.scss */
.page-node-dashboard .tags__link {
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  background-color: #014161;
  color: #fff;
  border: 0;
}
/* line 4008, ../sass/jisc-v1-community.scss */
.page-node-dashboard .tags__link:hover {
  background-color: #025680;
  color: #fff;
}
/* line 4009, ../sass/jisc-v1-community.scss */
.page-node-dashboard .tags--subtle .tags__link {
  color: #00557f;
  background-color: transparent;
}
/* line 4009, ../sass/jisc-v1-community.scss */
.page-node-dashboard .tags--subtle .tags__link:hover {
  color: #e85e13;
  background-color: none;
}
/* line 4010, ../sass/jisc-v1-community.scss */
.page-node-dashboard .tags--subtle span.tags__link:hover {
  color: #00557f;
}
/* line 4014, ../sass/jisc-v1-community.scss */
.page-node-dashboard #block-community-orgs-crm-org-contact-list .org-contact-list-image-button-wrapper {
  display: none;
}
/* line 4015, ../sass/jisc-v1-community.scss */
.page-node-dashboard #block-community-orgs-crm-org-contact-list .org-contact-list-fields-wrapper {
  float: none !important;
}
/* line 4018, ../sass/jisc-v1-community.scss */
.page-node-dashboard #above-content #community-change-orgs-bar-block label {
  width: 180px;
  float: left;
  padding-top: 5px;
}
/* line 4024, ../sass/jisc-v1-community.scss */
.page-node-dashboard #jcs-ui-v2-select-org .input {
  float: left;
}
/* line 4028, ../sass/jisc-v1-community.scss */
.page-node-dashboard .t-InfoBox {
  margin-bottom: 30px;
}
/* line 4032, ../sass/jisc-v1-community.scss */
.page-node-dashboard .t-InfoBox .box {
  width: auto;
}
/* line 4036, ../sass/jisc-v1-community.scss */
.page-node-dashboard .t-InfoBox .box p {
  text-align: left;
}
/* line 4039, ../sass/jisc-v1-community.scss */
.page-node-dashboard .t-InfoBox .box p a {
  font-weight: bold;
}

/* line 4045, ../sass/jisc-v1-community.scss */
form strong {
  font-family: "Stag Sans Web Medium";
}

/* Add margin to error message or info message on inviting user page */
/* line 4051, ../sass/jisc-v1-community.scss */
.page-node-view-app-users .alert-error, .page-node-view-app-users .alert-info {
  margin-top: 20px;
}

/* line 4056, ../sass/jisc-v1-community.scss */
.page .breadcrumb {
  padding: 0 0 10px 15px;
  margin-bottom: 0;
}

/* line 4061, ../sass/jisc-v1-community.scss */
#region-content {
  padding-top: 20px;
}

/* line 4065, ../sass/jisc-v1-community.scss */
#zone-content-wrapper {
  margin-top: 10px;
}

/* line 4070, ../sass/jisc-v1-community.scss */
.context-user .breadcrumb-item.last, .context-users .breadcrumb-item.last {
  font-size: 13px;
  font-weight: normal;
  margin-top: 1px;
}

/* line 4078, ../sass/jisc-v1-community.scss */
.context-groups .service-links ul {
  margin-left: 0;
}
/* line 4080, ../sass/jisc-v1-community.scss */
.context-groups .service-links ul li {
  margin-left: 0.7em;
}
/* line 4082, ../sass/jisc-v1-community.scss */
.context-groups .service-links ul li:first-child {
  margin-left: 0;
}

/* line 4089, ../sass/jisc-v1-community.scss */
.filter-guidelines-item code {
  display: inline;
}

/* line 4093, ../sass/jisc-v1-community.scss */
.offset-base {
  margin-bottom: 20px;
}

/* line 4097, ../sass/jisc-v1-community.scss */
#janet-events-registration-form #events_registration_form_nav_buttons {
  margin-bottom: 20px;
}

/* line 4102, ../sass/jisc-v1-community.scss */
.page-node-dashboard {
  background: #e4e9ec;
}

/* line 4106, ../sass/jisc-v1-community.scss */
.page-node-dashboard #banner {
  display: none !important;
}

/* line 4110, ../sass/jisc-v1-community.scss */
.page-node-dashboard .region-topbar {
  padding-left: 0;
}

/* line 4114, ../sass/jisc-v1-community.scss */
.page-node-dashboard #org-name h2 {
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 2.7rem;
}

/* line 4119, ../sass/jisc-v1-community.scss */
.page-node-dashboard .zone-topbar-wrapper {
  margin-bottom: 0;
}

/* line 4125, ../sass/jisc-v1-community.scss */
.jb {
  min-height: 2.7rem;
  color: #fff;
  background-color: #2c3841;
}

/* line 4131, ../sass/jisc-v1-community.scss */
.jb:before,
.jb:after {
  content: " ";
  display: table;
}

/* line 4137, ../sass/jisc-v1-community.scss */
.jb:after {
  clear: both;
}

/* line 4141, ../sass/jisc-v1-community.scss */
.jb-LeftNav {
  float: left;
}

@media (min-width: 47.31em) {
  /* line 4146, ../sass/jisc-v1-community.scss */
  .jb {
    min-height: 3.6rem;
  }
}
/* line 4151, ../sass/jisc-v1-community.scss */
.jb-Container {
  margin-right: auto;
  margin-left: auto;
}

/* line 4156, ../sass/jisc-v1-community.scss */
.jb-Container:before,
.jb-Container:after {
  content: " ";
  display: table;
}

/* line 4162, ../sass/jisc-v1-community.scss */
.jb-Container:after {
  clear: both;
}

@media (min-width: 61.88em) {
  /* line 4167, ../sass/jisc-v1-community.scss */
  .jb-Container {
    width: 1200px;
  }
}
/* line 4172, ../sass/jisc-v1-community.scss */
.jb-JiscLogo {
  display: inline-block;
  float: left;
  line-height: 1;
}

/* line 4178, ../sass/jisc-v1-community.scss */
.jb-JiscLogo:focus {
  outline: 0.3rem solid #fff;
}

/* line 4182, ../sass/jisc-v1-community.scss */
.jb-JiscLogo:focus,
.jb-JiscLogo:hover {
  opacity: .7;
}

/* line 4187, ../sass/jisc-v1-community.scss */
.jb-JiscLogo_Img {
  float: left;
  height: 2.4rem;
  width: 4.1rem;
  vertical-align: middle;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* line 4195, ../sass/jisc-v1-community.scss */
.jb-Navigation {
  float: right;
}

/* line 4199, ../sass/jisc-v1-community.scss */
.jb-List {
  position: relative;
}

/* line 4203, ../sass/jisc-v1-community.scss */
.jb-List_Demonstration {
  color: #c3d1d6;
}

/* line 4207, ../sass/jisc-v1-community.scss */
.jb-List_Demonstration:hover {
  color: #e85e13;
}

/* line 4211, ../sass/jisc-v1-community.scss */
.jb-List_Demonstration_Register {
  padding-right: 1.8rem;
}

/* line 4215, ../sass/jisc-v1-community.scss */
.jb-List_ItemLink:hover {
  color: #fff;
}

/* line 4219, ../sass/jisc-v1-community.scss */
.jb-List_Item {
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 2.25rem;
  line-height: 2.7rem;
  display: inline;
  float: left;
  padding-left: 18px;
  padding-right: 0.9rem;
}

@media (min-width: 47.31em) {
  /* line 4231, ../sass/jisc-v1-community.scss */
  .jb-List_Item {
    font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 2.25rem;
    line-height: 3.6rem;
  }
}
/* line 4239, ../sass/jisc-v1-community.scss */
.jb-List_Item a {
  color: #fff;
  text-decoration: none;
}

/* line 4244, ../sass/jisc-v1-community.scss */
.jb-List_Item a:visited {
  color: #fff;
}

/* line 4248, ../sass/jisc-v1-community.scss */
.jb-List_Item a:focus {
  text-decoration: none;
  outline: 0.1rem dotted #e85e13;
}

/* line 4253, ../sass/jisc-v1-community.scss */
.jb-List_Item a:focus,
.jb-List_Item a:hover {
  color: #e85e13;
}

/* line 4258, ../sass/jisc-v1-community.scss */
.acc-man-name {
  line-height: 27px;
}

/* line 4262, ../sass/jisc-v1-community.scss */
#footerbottombody, #footerbottombody p, #footerbottomlinks p a {
  font-family: "Stag Sans Web Book", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 22px !important;
}

/* line 4268, ../sass/jisc-v1-community.scss */
#footerbottomlinks {
  left: 100px !important;
}

/* line 4275, ../sass/jisc-v1-community.scss */
.node-dashboard-update ul.links, .node-dashboard-rd-update ul.links {
  margin-left: 0;
  margin-top: 0.5em;
}
/* line 4280, ../sass/jisc-v1-community.scss */
.node-dashboard-update .field-type-taxonomy-term-reference .field-items .field-item a, .node-dashboard-rd-update .field-type-taxonomy-term-reference .field-items .field-item a {
  cursor: pointer;
}
/* line 4288, ../sass/jisc-v1-community.scss */
.node-dashboard-update .field-name-field-dashboard-update-tags, .node-dashboard-update .field-name-field-dashboard-rd-update-tags, .node-dashboard-rd-update .field-name-field-dashboard-update-tags, .node-dashboard-rd-update .field-name-field-dashboard-rd-update-tags {
  margin-top: 0.8em;
}
