@charset "UTF-8";
/* ===================================================================

setting

=================================================================== */
@import url(//fonts.googleapis.com/css?family=Passion+One:700);
@import url(//fonts.googleapis.com/css?family=Roboto);
/* line 27, sass/_setting.scss */
strong {
  font-weight: bold !important; }

/* line 66, sass/_setting.scss */
html {
  font-size: 62.5%;
  background-color: #f2f2f2; }

/* line 71, sass/_setting.scss */
body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-align: center;
  color: #000;
  background-color: #f2f2f2;
  line-height: 1.5;
  font-family: Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

/* line 84, sass/_setting.scss */
a {
  color: #069;
  text-decoration: none; }
  /* line 87, sass/_setting.scss */
  a:active, a:hover {
    outline: 0; }

@media screen and (min-width: 960px) {
  /* line 93, sass/_setting.scss */
  a, a img {
    transition: all linear 0.25s; }
    /* line 95, sass/_setting.scss */
    a:hover, a img:hover {
      opacity: 0.65; } }
/* line 100, sass/_setting.scss */
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

/* line 105, sass/_setting.scss */
figure {
  margin: 0; }

@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/wp-content/themes/challengefx/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("/wp-content/themes/challengefx/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("/wp-content/themes/challengefx/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("/wp-content/themes/challengefx/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("/wp-content/themes/challengefx/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("/wp-content/themes/challengefx/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* line 14, sass/_font-awesome.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
/* line 23, sass/_font-awesome.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

/* line 28, sass/_font-awesome.scss */
.fa-2x {
  font-size: 2em; }

/* line 31, sass/_font-awesome.scss */
.fa-3x {
  font-size: 3em; }

/* line 34, sass/_font-awesome.scss */
.fa-4x {
  font-size: 4em; }

/* line 37, sass/_font-awesome.scss */
.fa-5x {
  font-size: 5em; }

/* line 40, sass/_font-awesome.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center; }

/* line 44, sass/_font-awesome.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

/* line 49, sass/_font-awesome.scss */
.fa-ul > li {
  position: relative; }

/* line 52, sass/_font-awesome.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

/* line 59, sass/_font-awesome.scss */
.fa-li.fa-lg {
  left: -1.85714286em; }

/* line 62, sass/_font-awesome.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

/* line 67, sass/_font-awesome.scss */
.fa-pull-left {
  float: left; }

/* line 70, sass/_font-awesome.scss */
.fa-pull-right {
  float: right; }

/* line 73, sass/_font-awesome.scss */
.fa.fa-pull-left {
  margin-right: .3em; }

/* line 76, sass/_font-awesome.scss */
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
/* line 80, sass/_font-awesome.scss */
.pull-right {
  float: right; }

/* line 83, sass/_font-awesome.scss */
.pull-left {
  float: left; }

/* line 86, sass/_font-awesome.scss */
.fa.pull-left {
  margin-right: .3em; }

/* line 89, sass/_font-awesome.scss */
.fa.pull-right {
  margin-left: .3em; }

/* line 92, sass/_font-awesome.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

/* line 96, sass/_font-awesome.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* line 120, sass/_font-awesome.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

/* line 126, sass/_font-awesome.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 132, sass/_font-awesome.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

/* line 138, sass/_font-awesome.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

/* line 144, sass/_font-awesome.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

/* line 150, sass/_font-awesome.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

/* line 157, sass/_font-awesome.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

/* line 165, sass/_font-awesome.scss */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

/* line 172, sass/_font-awesome.scss */
.fa-stack-1x {
  line-height: inherit; }

/* line 175, sass/_font-awesome.scss */
.fa-stack-2x {
  font-size: 2em; }

/* line 178, sass/_font-awesome.scss */
.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 183, sass/_font-awesome.scss */
.fa-glass:before {
  content: "\f000"; }

/* line 186, sass/_font-awesome.scss */
.fa-music:before {
  content: "\f001"; }

/* line 189, sass/_font-awesome.scss */
.fa-search:before {
  content: "\f002"; }

/* line 192, sass/_font-awesome.scss */
.fa-envelope-o:before {
  content: "\f003"; }

/* line 195, sass/_font-awesome.scss */
.fa-heart:before {
  content: "\f004"; }

/* line 198, sass/_font-awesome.scss */
.fa-star:before {
  content: "\f005"; }

/* line 201, sass/_font-awesome.scss */
.fa-star-o:before {
  content: "\f006"; }

/* line 204, sass/_font-awesome.scss */
.fa-user:before {
  content: "\f007"; }

/* line 207, sass/_font-awesome.scss */
.fa-film:before {
  content: "\f008"; }

/* line 210, sass/_font-awesome.scss */
.fa-th-large:before {
  content: "\f009"; }

/* line 213, sass/_font-awesome.scss */
.fa-th:before {
  content: "\f00a"; }

/* line 216, sass/_font-awesome.scss */
.fa-th-list:before {
  content: "\f00b"; }

/* line 219, sass/_font-awesome.scss */
.fa-check:before {
  content: "\f00c"; }

/* line 222, sass/_font-awesome.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

/* line 227, sass/_font-awesome.scss */
.fa-search-plus:before {
  content: "\f00e"; }

/* line 230, sass/_font-awesome.scss */
.fa-search-minus:before {
  content: "\f010"; }

/* line 233, sass/_font-awesome.scss */
.fa-power-off:before {
  content: "\f011"; }

/* line 236, sass/_font-awesome.scss */
.fa-signal:before {
  content: "\f012"; }

/* line 239, sass/_font-awesome.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

/* line 243, sass/_font-awesome.scss */
.fa-trash-o:before {
  content: "\f014"; }

/* line 246, sass/_font-awesome.scss */
.fa-home:before {
  content: "\f015"; }

/* line 249, sass/_font-awesome.scss */
.fa-file-o:before {
  content: "\f016"; }

/* line 252, sass/_font-awesome.scss */
.fa-clock-o:before {
  content: "\f017"; }

/* line 255, sass/_font-awesome.scss */
.fa-road:before {
  content: "\f018"; }

/* line 258, sass/_font-awesome.scss */
.fa-download:before {
  content: "\f019"; }

/* line 261, sass/_font-awesome.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

/* line 264, sass/_font-awesome.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

/* line 267, sass/_font-awesome.scss */
.fa-inbox:before {
  content: "\f01c"; }

/* line 270, sass/_font-awesome.scss */
.fa-play-circle-o:before {
  content: "\f01d"; }

/* line 273, sass/_font-awesome.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

/* line 277, sass/_font-awesome.scss */
.fa-refresh:before {
  content: "\f021"; }

/* line 280, sass/_font-awesome.scss */
.fa-list-alt:before {
  content: "\f022"; }

/* line 283, sass/_font-awesome.scss */
.fa-lock:before {
  content: "\f023"; }

/* line 286, sass/_font-awesome.scss */
.fa-flag:before {
  content: "\f024"; }

/* line 289, sass/_font-awesome.scss */
.fa-headphones:before {
  content: "\f025"; }

/* line 292, sass/_font-awesome.scss */
.fa-volume-off:before {
  content: "\f026"; }

/* line 295, sass/_font-awesome.scss */
.fa-volume-down:before {
  content: "\f027"; }

/* line 298, sass/_font-awesome.scss */
.fa-volume-up:before {
  content: "\f028"; }

/* line 301, sass/_font-awesome.scss */
.fa-qrcode:before {
  content: "\f029"; }

/* line 304, sass/_font-awesome.scss */
.fa-barcode:before {
  content: "\f02a"; }

/* line 307, sass/_font-awesome.scss */
.fa-tag:before {
  content: "\f02b"; }

/* line 310, sass/_font-awesome.scss */
.fa-tags:before {
  content: "\f02c"; }

/* line 313, sass/_font-awesome.scss */
.fa-book:before {
  content: "\f02d"; }

/* line 316, sass/_font-awesome.scss */
.fa-bookmark:before {
  content: "\f02e"; }

/* line 319, sass/_font-awesome.scss */
.fa-print:before {
  content: "\f02f"; }

/* line 322, sass/_font-awesome.scss */
.fa-camera:before {
  content: "\f030"; }

/* line 325, sass/_font-awesome.scss */
.fa-font:before {
  content: "\f031"; }

/* line 328, sass/_font-awesome.scss */
.fa-bold:before {
  content: "\f032"; }

/* line 331, sass/_font-awesome.scss */
.fa-italic:before {
  content: "\f033"; }

/* line 334, sass/_font-awesome.scss */
.fa-text-height:before {
  content: "\f034"; }

/* line 337, sass/_font-awesome.scss */
.fa-text-width:before {
  content: "\f035"; }

/* line 340, sass/_font-awesome.scss */
.fa-align-left:before {
  content: "\f036"; }

/* line 343, sass/_font-awesome.scss */
.fa-align-center:before {
  content: "\f037"; }

/* line 346, sass/_font-awesome.scss */
.fa-align-right:before {
  content: "\f038"; }

/* line 349, sass/_font-awesome.scss */
.fa-align-justify:before {
  content: "\f039"; }

/* line 352, sass/_font-awesome.scss */
.fa-list:before {
  content: "\f03a"; }

/* line 355, sass/_font-awesome.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

/* line 359, sass/_font-awesome.scss */
.fa-indent:before {
  content: "\f03c"; }

/* line 362, sass/_font-awesome.scss */
.fa-video-camera:before {
  content: "\f03d"; }

/* line 365, sass/_font-awesome.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

/* line 370, sass/_font-awesome.scss */
.fa-pencil:before {
  content: "\f040"; }

/* line 373, sass/_font-awesome.scss */
.fa-map-marker:before {
  content: "\f041"; }

/* line 376, sass/_font-awesome.scss */
.fa-adjust:before {
  content: "\f042"; }

/* line 379, sass/_font-awesome.scss */
.fa-tint:before {
  content: "\f043"; }

/* line 382, sass/_font-awesome.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

/* line 386, sass/_font-awesome.scss */
.fa-share-square-o:before {
  content: "\f045"; }

/* line 389, sass/_font-awesome.scss */
.fa-check-square-o:before {
  content: "\f046"; }

/* line 392, sass/_font-awesome.scss */
.fa-arrows:before {
  content: "\f047"; }

/* line 395, sass/_font-awesome.scss */
.fa-step-backward:before {
  content: "\f048"; }

/* line 398, sass/_font-awesome.scss */
.fa-fast-backward:before {
  content: "\f049"; }

/* line 401, sass/_font-awesome.scss */
.fa-backward:before {
  content: "\f04a"; }

/* line 404, sass/_font-awesome.scss */
.fa-play:before {
  content: "\f04b"; }

/* line 407, sass/_font-awesome.scss */
.fa-pause:before {
  content: "\f04c"; }

/* line 410, sass/_font-awesome.scss */
.fa-stop:before {
  content: "\f04d"; }

/* line 413, sass/_font-awesome.scss */
.fa-forward:before {
  content: "\f04e"; }

/* line 416, sass/_font-awesome.scss */
.fa-fast-forward:before {
  content: "\f050"; }

/* line 419, sass/_font-awesome.scss */
.fa-step-forward:before {
  content: "\f051"; }

/* line 422, sass/_font-awesome.scss */
.fa-eject:before {
  content: "\f052"; }

/* line 425, sass/_font-awesome.scss */
.fa-chevron-left:before {
  content: "\f053"; }

/* line 428, sass/_font-awesome.scss */
.fa-chevron-right:before {
  content: "\f054"; }

/* line 431, sass/_font-awesome.scss */
.fa-plus-circle:before {
  content: "\f055"; }

/* line 434, sass/_font-awesome.scss */
.fa-minus-circle:before {
  content: "\f056"; }

/* line 437, sass/_font-awesome.scss */
.fa-times-circle:before {
  content: "\f057"; }

/* line 440, sass/_font-awesome.scss */
.fa-check-circle:before {
  content: "\f058"; }

/* line 443, sass/_font-awesome.scss */
.fa-question-circle:before {
  content: "\f059"; }

/* line 446, sass/_font-awesome.scss */
.fa-info-circle:before {
  content: "\f05a"; }

/* line 449, sass/_font-awesome.scss */
.fa-crosshairs:before {
  content: "\f05b"; }

/* line 452, sass/_font-awesome.scss */
.fa-times-circle-o:before {
  content: "\f05c"; }

/* line 455, sass/_font-awesome.scss */
.fa-check-circle-o:before {
  content: "\f05d"; }

/* line 458, sass/_font-awesome.scss */
.fa-ban:before {
  content: "\f05e"; }

/* line 461, sass/_font-awesome.scss */
.fa-arrow-left:before {
  content: "\f060"; }

/* line 464, sass/_font-awesome.scss */
.fa-arrow-right:before {
  content: "\f061"; }

/* line 467, sass/_font-awesome.scss */
.fa-arrow-up:before {
  content: "\f062"; }

/* line 470, sass/_font-awesome.scss */
.fa-arrow-down:before {
  content: "\f063"; }

/* line 473, sass/_font-awesome.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

/* line 477, sass/_font-awesome.scss */
.fa-expand:before {
  content: "\f065"; }

/* line 480, sass/_font-awesome.scss */
.fa-compress:before {
  content: "\f066"; }

/* line 483, sass/_font-awesome.scss */
.fa-plus:before {
  content: "\f067"; }

/* line 486, sass/_font-awesome.scss */
.fa-minus:before {
  content: "\f068"; }

/* line 489, sass/_font-awesome.scss */
.fa-asterisk:before {
  content: "\f069"; }

/* line 492, sass/_font-awesome.scss */
.fa-exclamation-circle:before {
  content: "\f06a"; }

/* line 495, sass/_font-awesome.scss */
.fa-gift:before {
  content: "\f06b"; }

/* line 498, sass/_font-awesome.scss */
.fa-leaf:before {
  content: "\f06c"; }

/* line 501, sass/_font-awesome.scss */
.fa-fire:before {
  content: "\f06d"; }

/* line 504, sass/_font-awesome.scss */
.fa-eye:before {
  content: "\f06e"; }

/* line 507, sass/_font-awesome.scss */
.fa-eye-slash:before {
  content: "\f070"; }

/* line 510, sass/_font-awesome.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

/* line 514, sass/_font-awesome.scss */
.fa-plane:before {
  content: "\f072"; }

/* line 517, sass/_font-awesome.scss */
.fa-calendar:before {
  content: "\f073"; }

/* line 520, sass/_font-awesome.scss */
.fa-random:before {
  content: "\f074"; }

/* line 523, sass/_font-awesome.scss */
.fa-comment:before {
  content: "\f075"; }

/* line 526, sass/_font-awesome.scss */
.fa-magnet:before {
  content: "\f076"; }

/* line 529, sass/_font-awesome.scss */
.fa-chevron-up:before {
  content: "\f077"; }

/* line 532, sass/_font-awesome.scss */
.fa-chevron-down:before {
  content: "\f078"; }

/* line 535, sass/_font-awesome.scss */
.fa-retweet:before {
  content: "\f079"; }

/* line 538, sass/_font-awesome.scss */
.fa-shopping-cart:before {
  content: "\f07a"; }

/* line 541, sass/_font-awesome.scss */
.fa-folder:before {
  content: "\f07b"; }

/* line 544, sass/_font-awesome.scss */
.fa-folder-open:before {
  content: "\f07c"; }

/* line 547, sass/_font-awesome.scss */
.fa-arrows-v:before {
  content: "\f07d"; }

/* line 550, sass/_font-awesome.scss */
.fa-arrows-h:before {
  content: "\f07e"; }

/* line 553, sass/_font-awesome.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

/* line 557, sass/_font-awesome.scss */
.fa-twitter-square:before {
  content: "\f081"; }

/* line 560, sass/_font-awesome.scss */
.fa-facebook-square:before {
  content: "\f082"; }

/* line 563, sass/_font-awesome.scss */
.fa-camera-retro:before {
  content: "\f083"; }

/* line 566, sass/_font-awesome.scss */
.fa-key:before {
  content: "\f084"; }

/* line 569, sass/_font-awesome.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

/* line 573, sass/_font-awesome.scss */
.fa-comments:before {
  content: "\f086"; }

/* line 576, sass/_font-awesome.scss */
.fa-thumbs-o-up:before {
  content: "\f087"; }

/* line 579, sass/_font-awesome.scss */
.fa-thumbs-o-down:before {
  content: "\f088"; }

/* line 582, sass/_font-awesome.scss */
.fa-star-half:before {
  content: "\f089"; }

/* line 585, sass/_font-awesome.scss */
.fa-heart-o:before {
  content: "\f08a"; }

/* line 588, sass/_font-awesome.scss */
.fa-sign-out:before {
  content: "\f08b"; }

/* line 591, sass/_font-awesome.scss */
.fa-linkedin-square:before {
  content: "\f08c"; }

/* line 594, sass/_font-awesome.scss */
.fa-thumb-tack:before {
  content: "\f08d"; }

/* line 597, sass/_font-awesome.scss */
.fa-external-link:before {
  content: "\f08e"; }

/* line 600, sass/_font-awesome.scss */
.fa-sign-in:before {
  content: "\f090"; }

/* line 603, sass/_font-awesome.scss */
.fa-trophy:before {
  content: "\f091"; }

/* line 606, sass/_font-awesome.scss */
.fa-github-square:before {
  content: "\f092"; }

/* line 609, sass/_font-awesome.scss */
.fa-upload:before {
  content: "\f093"; }

/* line 612, sass/_font-awesome.scss */
.fa-lemon-o:before {
  content: "\f094"; }

/* line 615, sass/_font-awesome.scss */
.fa-phone:before {
  content: "\f095"; }

/* line 618, sass/_font-awesome.scss */
.fa-square-o:before {
  content: "\f096"; }

/* line 621, sass/_font-awesome.scss */
.fa-bookmark-o:before {
  content: "\f097"; }

/* line 624, sass/_font-awesome.scss */
.fa-phone-square:before {
  content: "\f098"; }

/* line 627, sass/_font-awesome.scss */
.fa-twitter:before {
  content: "\f099"; }

/* line 630, sass/_font-awesome.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

/* line 634, sass/_font-awesome.scss */
.fa-github:before {
  content: "\f09b"; }

/* line 637, sass/_font-awesome.scss */
.fa-unlock:before {
  content: "\f09c"; }

/* line 640, sass/_font-awesome.scss */
.fa-credit-card:before {
  content: "\f09d"; }

/* line 643, sass/_font-awesome.scss */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

/* line 647, sass/_font-awesome.scss */
.fa-hdd-o:before {
  content: "\f0a0"; }

/* line 650, sass/_font-awesome.scss */
.fa-bullhorn:before {
  content: "\f0a1"; }

/* line 653, sass/_font-awesome.scss */
.fa-bell:before {
  content: "\f0f3"; }

/* line 656, sass/_font-awesome.scss */
.fa-certificate:before {
  content: "\f0a3"; }

/* line 659, sass/_font-awesome.scss */
.fa-hand-o-right:before {
  content: "\f0a4"; }

/* line 662, sass/_font-awesome.scss */
.fa-hand-o-left:before {
  content: "\f0a5"; }

/* line 665, sass/_font-awesome.scss */
.fa-hand-o-up:before {
  content: "\f0a6"; }

/* line 668, sass/_font-awesome.scss */
.fa-hand-o-down:before {
  content: "\f0a7"; }

/* line 671, sass/_font-awesome.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8"; }

/* line 674, sass/_font-awesome.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9"; }

/* line 677, sass/_font-awesome.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa"; }

/* line 680, sass/_font-awesome.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab"; }

/* line 683, sass/_font-awesome.scss */
.fa-globe:before {
  content: "\f0ac"; }

/* line 686, sass/_font-awesome.scss */
.fa-wrench:before {
  content: "\f0ad"; }

/* line 689, sass/_font-awesome.scss */
.fa-tasks:before {
  content: "\f0ae"; }

/* line 692, sass/_font-awesome.scss */
.fa-filter:before {
  content: "\f0b0"; }

/* line 695, sass/_font-awesome.scss */
.fa-briefcase:before {
  content: "\f0b1"; }

/* line 698, sass/_font-awesome.scss */
.fa-arrows-alt:before {
  content: "\f0b2"; }

/* line 701, sass/_font-awesome.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

/* line 705, sass/_font-awesome.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

/* line 709, sass/_font-awesome.scss */
.fa-cloud:before {
  content: "\f0c2"; }

/* line 712, sass/_font-awesome.scss */
.fa-flask:before {
  content: "\f0c3"; }

/* line 715, sass/_font-awesome.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

/* line 719, sass/_font-awesome.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

/* line 723, sass/_font-awesome.scss */
.fa-paperclip:before {
  content: "\f0c6"; }

/* line 726, sass/_font-awesome.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

/* line 730, sass/_font-awesome.scss */
.fa-square:before {
  content: "\f0c8"; }

/* line 733, sass/_font-awesome.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

/* line 738, sass/_font-awesome.scss */
.fa-list-ul:before {
  content: "\f0ca"; }

/* line 741, sass/_font-awesome.scss */
.fa-list-ol:before {
  content: "\f0cb"; }

/* line 744, sass/_font-awesome.scss */
.fa-strikethrough:before {
  content: "\f0cc"; }

/* line 747, sass/_font-awesome.scss */
.fa-underline:before {
  content: "\f0cd"; }

/* line 750, sass/_font-awesome.scss */
.fa-table:before {
  content: "\f0ce"; }

/* line 753, sass/_font-awesome.scss */
.fa-magic:before {
  content: "\f0d0"; }

/* line 756, sass/_font-awesome.scss */
.fa-truck:before {
  content: "\f0d1"; }

/* line 759, sass/_font-awesome.scss */
.fa-pinterest:before {
  content: "\f0d2"; }

/* line 762, sass/_font-awesome.scss */
.fa-pinterest-square:before {
  content: "\f0d3"; }

/* line 765, sass/_font-awesome.scss */
.fa-google-plus-square:before {
  content: "\f0d4"; }

/* line 768, sass/_font-awesome.scss */
.fa-google-plus:before {
  content: "\f0d5"; }

/* line 771, sass/_font-awesome.scss */
.fa-money:before {
  content: "\f0d6"; }

/* line 774, sass/_font-awesome.scss */
.fa-caret-down:before {
  content: "\f0d7"; }

/* line 777, sass/_font-awesome.scss */
.fa-caret-up:before {
  content: "\f0d8"; }

/* line 780, sass/_font-awesome.scss */
.fa-caret-left:before {
  content: "\f0d9"; }

/* line 783, sass/_font-awesome.scss */
.fa-caret-right:before {
  content: "\f0da"; }

/* line 786, sass/_font-awesome.scss */
.fa-columns:before {
  content: "\f0db"; }

/* line 789, sass/_font-awesome.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

/* line 793, sass/_font-awesome.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

/* line 797, sass/_font-awesome.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

/* line 801, sass/_font-awesome.scss */
.fa-envelope:before {
  content: "\f0e0"; }

/* line 804, sass/_font-awesome.scss */
.fa-linkedin:before {
  content: "\f0e1"; }

/* line 807, sass/_font-awesome.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

/* line 811, sass/_font-awesome.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

/* line 815, sass/_font-awesome.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

/* line 819, sass/_font-awesome.scss */
.fa-comment-o:before {
  content: "\f0e5"; }

/* line 822, sass/_font-awesome.scss */
.fa-comments-o:before {
  content: "\f0e6"; }

/* line 825, sass/_font-awesome.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

/* line 829, sass/_font-awesome.scss */
.fa-sitemap:before {
  content: "\f0e8"; }

/* line 832, sass/_font-awesome.scss */
.fa-umbrella:before {
  content: "\f0e9"; }

/* line 835, sass/_font-awesome.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

/* line 839, sass/_font-awesome.scss */
.fa-lightbulb-o:before {
  content: "\f0eb"; }

/* line 842, sass/_font-awesome.scss */
.fa-exchange:before {
  content: "\f0ec"; }

/* line 845, sass/_font-awesome.scss */
.fa-cloud-download:before {
  content: "\f0ed"; }

/* line 848, sass/_font-awesome.scss */
.fa-cloud-upload:before {
  content: "\f0ee"; }

/* line 851, sass/_font-awesome.scss */
.fa-user-md:before {
  content: "\f0f0"; }

/* line 854, sass/_font-awesome.scss */
.fa-stethoscope:before {
  content: "\f0f1"; }

/* line 857, sass/_font-awesome.scss */
.fa-suitcase:before {
  content: "\f0f2"; }

/* line 860, sass/_font-awesome.scss */
.fa-bell-o:before {
  content: "\f0a2"; }

/* line 863, sass/_font-awesome.scss */
.fa-coffee:before {
  content: "\f0f4"; }

/* line 866, sass/_font-awesome.scss */
.fa-cutlery:before {
  content: "\f0f5"; }

/* line 869, sass/_font-awesome.scss */
.fa-file-text-o:before {
  content: "\f0f6"; }

/* line 872, sass/_font-awesome.scss */
.fa-building-o:before {
  content: "\f0f7"; }

/* line 875, sass/_font-awesome.scss */
.fa-hospital-o:before {
  content: "\f0f8"; }

/* line 878, sass/_font-awesome.scss */
.fa-ambulance:before {
  content: "\f0f9"; }

/* line 881, sass/_font-awesome.scss */
.fa-medkit:before {
  content: "\f0fa"; }

/* line 884, sass/_font-awesome.scss */
.fa-fighter-jet:before {
  content: "\f0fb"; }

/* line 887, sass/_font-awesome.scss */
.fa-beer:before {
  content: "\f0fc"; }

/* line 890, sass/_font-awesome.scss */
.fa-h-square:before {
  content: "\f0fd"; }

/* line 893, sass/_font-awesome.scss */
.fa-plus-square:before {
  content: "\f0fe"; }

/* line 896, sass/_font-awesome.scss */
.fa-angle-double-left:before {
  content: "\f100"; }

/* line 899, sass/_font-awesome.scss */
.fa-angle-double-right:before {
  content: "\f101"; }

/* line 902, sass/_font-awesome.scss */
.fa-angle-double-up:before {
  content: "\f102"; }

/* line 905, sass/_font-awesome.scss */
.fa-angle-double-down:before {
  content: "\f103"; }

/* line 908, sass/_font-awesome.scss */
.fa-angle-left:before {
  content: "\f104"; }

/* line 911, sass/_font-awesome.scss */
.fa-angle-right:before {
  content: "\f105"; }

/* line 914, sass/_font-awesome.scss */
.fa-angle-up:before {
  content: "\f106"; }

/* line 917, sass/_font-awesome.scss */
.fa-angle-down:before {
  content: "\f107"; }

/* line 920, sass/_font-awesome.scss */
.fa-desktop:before {
  content: "\f108"; }

/* line 923, sass/_font-awesome.scss */
.fa-laptop:before {
  content: "\f109"; }

/* line 926, sass/_font-awesome.scss */
.fa-tablet:before {
  content: "\f10a"; }

/* line 929, sass/_font-awesome.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

/* line 933, sass/_font-awesome.scss */
.fa-circle-o:before {
  content: "\f10c"; }

/* line 936, sass/_font-awesome.scss */
.fa-quote-left:before {
  content: "\f10d"; }

/* line 939, sass/_font-awesome.scss */
.fa-quote-right:before {
  content: "\f10e"; }

/* line 942, sass/_font-awesome.scss */
.fa-spinner:before {
  content: "\f110"; }

/* line 945, sass/_font-awesome.scss */
.fa-circle:before {
  content: "\f111"; }

/* line 948, sass/_font-awesome.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

/* line 952, sass/_font-awesome.scss */
.fa-github-alt:before {
  content: "\f113"; }

/* line 955, sass/_font-awesome.scss */
.fa-folder-o:before {
  content: "\f114"; }

/* line 958, sass/_font-awesome.scss */
.fa-folder-open-o:before {
  content: "\f115"; }

/* line 961, sass/_font-awesome.scss */
.fa-smile-o:before {
  content: "\f118"; }

/* line 964, sass/_font-awesome.scss */
.fa-frown-o:before {
  content: "\f119"; }

/* line 967, sass/_font-awesome.scss */
.fa-meh-o:before {
  content: "\f11a"; }

/* line 970, sass/_font-awesome.scss */
.fa-gamepad:before {
  content: "\f11b"; }

/* line 973, sass/_font-awesome.scss */
.fa-keyboard-o:before {
  content: "\f11c"; }

/* line 976, sass/_font-awesome.scss */
.fa-flag-o:before {
  content: "\f11d"; }

/* line 979, sass/_font-awesome.scss */
.fa-flag-checkered:before {
  content: "\f11e"; }

/* line 982, sass/_font-awesome.scss */
.fa-terminal:before {
  content: "\f120"; }

/* line 985, sass/_font-awesome.scss */
.fa-code:before {
  content: "\f121"; }

/* line 988, sass/_font-awesome.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

/* line 992, sass/_font-awesome.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

/* line 997, sass/_font-awesome.scss */
.fa-location-arrow:before {
  content: "\f124"; }

/* line 1000, sass/_font-awesome.scss */
.fa-crop:before {
  content: "\f125"; }

/* line 1003, sass/_font-awesome.scss */
.fa-code-fork:before {
  content: "\f126"; }

/* line 1006, sass/_font-awesome.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

/* line 1010, sass/_font-awesome.scss */
.fa-question:before {
  content: "\f128"; }

/* line 1013, sass/_font-awesome.scss */
.fa-info:before {
  content: "\f129"; }

/* line 1016, sass/_font-awesome.scss */
.fa-exclamation:before {
  content: "\f12a"; }

/* line 1019, sass/_font-awesome.scss */
.fa-superscript:before {
  content: "\f12b"; }

/* line 1022, sass/_font-awesome.scss */
.fa-subscript:before {
  content: "\f12c"; }

/* line 1025, sass/_font-awesome.scss */
.fa-eraser:before {
  content: "\f12d"; }

/* line 1028, sass/_font-awesome.scss */
.fa-puzzle-piece:before {
  content: "\f12e"; }

/* line 1031, sass/_font-awesome.scss */
.fa-microphone:before {
  content: "\f130"; }

/* line 1034, sass/_font-awesome.scss */
.fa-microphone-slash:before {
  content: "\f131"; }

/* line 1037, sass/_font-awesome.scss */
.fa-shield:before {
  content: "\f132"; }

/* line 1040, sass/_font-awesome.scss */
.fa-calendar-o:before {
  content: "\f133"; }

/* line 1043, sass/_font-awesome.scss */
.fa-fire-extinguisher:before {
  content: "\f134"; }

/* line 1046, sass/_font-awesome.scss */
.fa-rocket:before {
  content: "\f135"; }

/* line 1049, sass/_font-awesome.scss */
.fa-maxcdn:before {
  content: "\f136"; }

/* line 1052, sass/_font-awesome.scss */
.fa-chevron-circle-left:before {
  content: "\f137"; }

/* line 1055, sass/_font-awesome.scss */
.fa-chevron-circle-right:before {
  content: "\f138"; }

/* line 1058, sass/_font-awesome.scss */
.fa-chevron-circle-up:before {
  content: "\f139"; }

/* line 1061, sass/_font-awesome.scss */
.fa-chevron-circle-down:before {
  content: "\f13a"; }

/* line 1064, sass/_font-awesome.scss */
.fa-html5:before {
  content: "\f13b"; }

/* line 1067, sass/_font-awesome.scss */
.fa-css3:before {
  content: "\f13c"; }

/* line 1070, sass/_font-awesome.scss */
.fa-anchor:before {
  content: "\f13d"; }

/* line 1073, sass/_font-awesome.scss */
.fa-unlock-alt:before {
  content: "\f13e"; }

/* line 1076, sass/_font-awesome.scss */
.fa-bullseye:before {
  content: "\f140"; }

/* line 1079, sass/_font-awesome.scss */
.fa-ellipsis-h:before {
  content: "\f141"; }

/* line 1082, sass/_font-awesome.scss */
.fa-ellipsis-v:before {
  content: "\f142"; }

/* line 1085, sass/_font-awesome.scss */
.fa-rss-square:before {
  content: "\f143"; }

/* line 1088, sass/_font-awesome.scss */
.fa-play-circle:before {
  content: "\f144"; }

/* line 1091, sass/_font-awesome.scss */
.fa-ticket:before {
  content: "\f145"; }

/* line 1094, sass/_font-awesome.scss */
.fa-minus-square:before {
  content: "\f146"; }

/* line 1097, sass/_font-awesome.scss */
.fa-minus-square-o:before {
  content: "\f147"; }

/* line 1100, sass/_font-awesome.scss */
.fa-level-up:before {
  content: "\f148"; }

/* line 1103, sass/_font-awesome.scss */
.fa-level-down:before {
  content: "\f149"; }

/* line 1106, sass/_font-awesome.scss */
.fa-check-square:before {
  content: "\f14a"; }

/* line 1109, sass/_font-awesome.scss */
.fa-pencil-square:before {
  content: "\f14b"; }

/* line 1112, sass/_font-awesome.scss */
.fa-external-link-square:before {
  content: "\f14c"; }

/* line 1115, sass/_font-awesome.scss */
.fa-share-square:before {
  content: "\f14d"; }

/* line 1118, sass/_font-awesome.scss */
.fa-compass:before {
  content: "\f14e"; }

/* line 1121, sass/_font-awesome.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

/* line 1125, sass/_font-awesome.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

/* line 1129, sass/_font-awesome.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

/* line 1133, sass/_font-awesome.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

/* line 1137, sass/_font-awesome.scss */
.fa-gbp:before {
  content: "\f154"; }

/* line 1140, sass/_font-awesome.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

/* line 1144, sass/_font-awesome.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

/* line 1148, sass/_font-awesome.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

/* line 1154, sass/_font-awesome.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

/* line 1159, sass/_font-awesome.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

/* line 1163, sass/_font-awesome.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

/* line 1167, sass/_font-awesome.scss */
.fa-file:before {
  content: "\f15b"; }

/* line 1170, sass/_font-awesome.scss */
.fa-file-text:before {
  content: "\f15c"; }

/* line 1173, sass/_font-awesome.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d"; }

/* line 1176, sass/_font-awesome.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e"; }

/* line 1179, sass/_font-awesome.scss */
.fa-sort-amount-asc:before {
  content: "\f160"; }

/* line 1182, sass/_font-awesome.scss */
.fa-sort-amount-desc:before {
  content: "\f161"; }

/* line 1185, sass/_font-awesome.scss */
.fa-sort-numeric-asc:before {
  content: "\f162"; }

/* line 1188, sass/_font-awesome.scss */
.fa-sort-numeric-desc:before {
  content: "\f163"; }

/* line 1191, sass/_font-awesome.scss */
.fa-thumbs-up:before {
  content: "\f164"; }

/* line 1194, sass/_font-awesome.scss */
.fa-thumbs-down:before {
  content: "\f165"; }

/* line 1197, sass/_font-awesome.scss */
.fa-youtube-square:before {
  content: "\f166"; }

/* line 1200, sass/_font-awesome.scss */
.fa-youtube:before {
  content: "\f167"; }

/* line 1203, sass/_font-awesome.scss */
.fa-xing:before {
  content: "\f168"; }

/* line 1206, sass/_font-awesome.scss */
.fa-xing-square:before {
  content: "\f169"; }

/* line 1209, sass/_font-awesome.scss */
.fa-youtube-play:before {
  content: "\f16a"; }

/* line 1212, sass/_font-awesome.scss */
.fa-dropbox:before {
  content: "\f16b"; }

/* line 1215, sass/_font-awesome.scss */
.fa-stack-overflow:before {
  content: "\f16c"; }

/* line 1218, sass/_font-awesome.scss */
.fa-instagram:before {
  content: "\f16d"; }

/* line 1221, sass/_font-awesome.scss */
.fa-flickr:before {
  content: "\f16e"; }

/* line 1224, sass/_font-awesome.scss */
.fa-adn:before {
  content: "\f170"; }

/* line 1227, sass/_font-awesome.scss */
.fa-bitbucket:before {
  content: "\f171"; }

/* line 1230, sass/_font-awesome.scss */
.fa-bitbucket-square:before {
  content: "\f172"; }

/* line 1233, sass/_font-awesome.scss */
.fa-tumblr:before {
  content: "\f173"; }

/* line 1236, sass/_font-awesome.scss */
.fa-tumblr-square:before {
  content: "\f174"; }

/* line 1239, sass/_font-awesome.scss */
.fa-long-arrow-down:before {
  content: "\f175"; }

/* line 1242, sass/_font-awesome.scss */
.fa-long-arrow-up:before {
  content: "\f176"; }

/* line 1245, sass/_font-awesome.scss */
.fa-long-arrow-left:before {
  content: "\f177"; }

/* line 1248, sass/_font-awesome.scss */
.fa-long-arrow-right:before {
  content: "\f178"; }

/* line 1251, sass/_font-awesome.scss */
.fa-apple:before {
  content: "\f179"; }

/* line 1254, sass/_font-awesome.scss */
.fa-windows:before {
  content: "\f17a"; }

/* line 1257, sass/_font-awesome.scss */
.fa-android:before {
  content: "\f17b"; }

/* line 1260, sass/_font-awesome.scss */
.fa-linux:before {
  content: "\f17c"; }

/* line 1263, sass/_font-awesome.scss */
.fa-dribbble:before {
  content: "\f17d"; }

/* line 1266, sass/_font-awesome.scss */
.fa-skype:before {
  content: "\f17e"; }

/* line 1269, sass/_font-awesome.scss */
.fa-foursquare:before {
  content: "\f180"; }

/* line 1272, sass/_font-awesome.scss */
.fa-trello:before {
  content: "\f181"; }

/* line 1275, sass/_font-awesome.scss */
.fa-female:before {
  content: "\f182"; }

/* line 1278, sass/_font-awesome.scss */
.fa-male:before {
  content: "\f183"; }

/* line 1281, sass/_font-awesome.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

/* line 1285, sass/_font-awesome.scss */
.fa-sun-o:before {
  content: "\f185"; }

/* line 1288, sass/_font-awesome.scss */
.fa-moon-o:before {
  content: "\f186"; }

/* line 1291, sass/_font-awesome.scss */
.fa-archive:before {
  content: "\f187"; }

/* line 1294, sass/_font-awesome.scss */
.fa-bug:before {
  content: "\f188"; }

/* line 1297, sass/_font-awesome.scss */
.fa-vk:before {
  content: "\f189"; }

/* line 1300, sass/_font-awesome.scss */
.fa-weibo:before {
  content: "\f18a"; }

/* line 1303, sass/_font-awesome.scss */
.fa-renren:before {
  content: "\f18b"; }

/* line 1306, sass/_font-awesome.scss */
.fa-pagelines:before {
  content: "\f18c"; }

/* line 1309, sass/_font-awesome.scss */
.fa-stack-exchange:before {
  content: "\f18d"; }

/* line 1312, sass/_font-awesome.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

/* line 1315, sass/_font-awesome.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190"; }

/* line 1318, sass/_font-awesome.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

/* line 1322, sass/_font-awesome.scss */
.fa-dot-circle-o:before {
  content: "\f192"; }

/* line 1325, sass/_font-awesome.scss */
.fa-wheelchair:before {
  content: "\f193"; }

/* line 1328, sass/_font-awesome.scss */
.fa-vimeo-square:before {
  content: "\f194"; }

/* line 1331, sass/_font-awesome.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

/* line 1335, sass/_font-awesome.scss */
.fa-plus-square-o:before {
  content: "\f196"; }

/* line 1338, sass/_font-awesome.scss */
.fa-space-shuttle:before {
  content: "\f197"; }

/* line 1341, sass/_font-awesome.scss */
.fa-slack:before {
  content: "\f198"; }

/* line 1344, sass/_font-awesome.scss */
.fa-envelope-square:before {
  content: "\f199"; }

/* line 1347, sass/_font-awesome.scss */
.fa-wordpress:before {
  content: "\f19a"; }

/* line 1350, sass/_font-awesome.scss */
.fa-openid:before {
  content: "\f19b"; }

/* line 1353, sass/_font-awesome.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

/* line 1358, sass/_font-awesome.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

/* line 1362, sass/_font-awesome.scss */
.fa-yahoo:before {
  content: "\f19e"; }

/* line 1365, sass/_font-awesome.scss */
.fa-google:before {
  content: "\f1a0"; }

/* line 1368, sass/_font-awesome.scss */
.fa-reddit:before {
  content: "\f1a1"; }

/* line 1371, sass/_font-awesome.scss */
.fa-reddit-square:before {
  content: "\f1a2"; }

/* line 1374, sass/_font-awesome.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

/* line 1377, sass/_font-awesome.scss */
.fa-stumbleupon:before {
  content: "\f1a4"; }

/* line 1380, sass/_font-awesome.scss */
.fa-delicious:before {
  content: "\f1a5"; }

/* line 1383, sass/_font-awesome.scss */
.fa-digg:before {
  content: "\f1a6"; }

/* line 1386, sass/_font-awesome.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7"; }

/* line 1389, sass/_font-awesome.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8"; }

/* line 1392, sass/_font-awesome.scss */
.fa-drupal:before {
  content: "\f1a9"; }

/* line 1395, sass/_font-awesome.scss */
.fa-joomla:before {
  content: "\f1aa"; }

/* line 1398, sass/_font-awesome.scss */
.fa-language:before {
  content: "\f1ab"; }

/* line 1401, sass/_font-awesome.scss */
.fa-fax:before {
  content: "\f1ac"; }

/* line 1404, sass/_font-awesome.scss */
.fa-building:before {
  content: "\f1ad"; }

/* line 1407, sass/_font-awesome.scss */
.fa-child:before {
  content: "\f1ae"; }

/* line 1410, sass/_font-awesome.scss */
.fa-paw:before {
  content: "\f1b0"; }

/* line 1413, sass/_font-awesome.scss */
.fa-spoon:before {
  content: "\f1b1"; }

/* line 1416, sass/_font-awesome.scss */
.fa-cube:before {
  content: "\f1b2"; }

/* line 1419, sass/_font-awesome.scss */
.fa-cubes:before {
  content: "\f1b3"; }

/* line 1422, sass/_font-awesome.scss */
.fa-behance:before {
  content: "\f1b4"; }

/* line 1425, sass/_font-awesome.scss */
.fa-behance-square:before {
  content: "\f1b5"; }

/* line 1428, sass/_font-awesome.scss */
.fa-steam:before {
  content: "\f1b6"; }

/* line 1431, sass/_font-awesome.scss */
.fa-steam-square:before {
  content: "\f1b7"; }

/* line 1434, sass/_font-awesome.scss */
.fa-recycle:before {
  content: "\f1b8"; }

/* line 1437, sass/_font-awesome.scss */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

/* line 1441, sass/_font-awesome.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

/* line 1445, sass/_font-awesome.scss */
.fa-tree:before {
  content: "\f1bb"; }

/* line 1448, sass/_font-awesome.scss */
.fa-spotify:before {
  content: "\f1bc"; }

/* line 1451, sass/_font-awesome.scss */
.fa-deviantart:before {
  content: "\f1bd"; }

/* line 1454, sass/_font-awesome.scss */
.fa-soundcloud:before {
  content: "\f1be"; }

/* line 1457, sass/_font-awesome.scss */
.fa-database:before {
  content: "\f1c0"; }

/* line 1460, sass/_font-awesome.scss */
.fa-file-pdf-o:before {
  content: "\f1c1"; }

/* line 1463, sass/_font-awesome.scss */
.fa-file-word-o:before {
  content: "\f1c2"; }

/* line 1466, sass/_font-awesome.scss */
.fa-file-excel-o:before {
  content: "\f1c3"; }

/* line 1469, sass/_font-awesome.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

/* line 1472, sass/_font-awesome.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

/* line 1477, sass/_font-awesome.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

/* line 1481, sass/_font-awesome.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

/* line 1485, sass/_font-awesome.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

/* line 1489, sass/_font-awesome.scss */
.fa-file-code-o:before {
  content: "\f1c9"; }

/* line 1492, sass/_font-awesome.scss */
.fa-vine:before {
  content: "\f1ca"; }

/* line 1495, sass/_font-awesome.scss */
.fa-codepen:before {
  content: "\f1cb"; }

/* line 1498, sass/_font-awesome.scss */
.fa-jsfiddle:before {
  content: "\f1cc"; }

/* line 1501, sass/_font-awesome.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

/* line 1508, sass/_font-awesome.scss */
.fa-circle-o-notch:before {
  content: "\f1ce"; }

/* line 1511, sass/_font-awesome.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

/* line 1516, sass/_font-awesome.scss */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

/* line 1520, sass/_font-awesome.scss */
.fa-git-square:before {
  content: "\f1d2"; }

/* line 1523, sass/_font-awesome.scss */
.fa-git:before {
  content: "\f1d3"; }

/* line 1526, sass/_font-awesome.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

/* line 1531, sass/_font-awesome.scss */
.fa-tencent-weibo:before {
  content: "\f1d5"; }

/* line 1534, sass/_font-awesome.scss */
.fa-qq:before {
  content: "\f1d6"; }

/* line 1537, sass/_font-awesome.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

/* line 1541, sass/_font-awesome.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

/* line 1545, sass/_font-awesome.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

/* line 1549, sass/_font-awesome.scss */
.fa-history:before {
  content: "\f1da"; }

/* line 1552, sass/_font-awesome.scss */
.fa-circle-thin:before {
  content: "\f1db"; }

/* line 1555, sass/_font-awesome.scss */
.fa-header:before {
  content: "\f1dc"; }

/* line 1558, sass/_font-awesome.scss */
.fa-paragraph:before {
  content: "\f1dd"; }

/* line 1561, sass/_font-awesome.scss */
.fa-sliders:before {
  content: "\f1de"; }

/* line 1564, sass/_font-awesome.scss */
.fa-share-alt:before {
  content: "\f1e0"; }

/* line 1567, sass/_font-awesome.scss */
.fa-share-alt-square:before {
  content: "\f1e1"; }

/* line 1570, sass/_font-awesome.scss */
.fa-bomb:before {
  content: "\f1e2"; }

/* line 1573, sass/_font-awesome.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

/* line 1577, sass/_font-awesome.scss */
.fa-tty:before {
  content: "\f1e4"; }

/* line 1580, sass/_font-awesome.scss */
.fa-binoculars:before {
  content: "\f1e5"; }

/* line 1583, sass/_font-awesome.scss */
.fa-plug:before {
  content: "\f1e6"; }

/* line 1586, sass/_font-awesome.scss */
.fa-slideshare:before {
  content: "\f1e7"; }

/* line 1589, sass/_font-awesome.scss */
.fa-twitch:before {
  content: "\f1e8"; }

/* line 1592, sass/_font-awesome.scss */
.fa-yelp:before {
  content: "\f1e9"; }

/* line 1595, sass/_font-awesome.scss */
.fa-newspaper-o:before {
  content: "\f1ea"; }

/* line 1598, sass/_font-awesome.scss */
.fa-wifi:before {
  content: "\f1eb"; }

/* line 1601, sass/_font-awesome.scss */
.fa-calculator:before {
  content: "\f1ec"; }

/* line 1604, sass/_font-awesome.scss */
.fa-paypal:before {
  content: "\f1ed"; }

/* line 1607, sass/_font-awesome.scss */
.fa-google-wallet:before {
  content: "\f1ee"; }

/* line 1610, sass/_font-awesome.scss */
.fa-cc-visa:before {
  content: "\f1f0"; }

/* line 1613, sass/_font-awesome.scss */
.fa-cc-mastercard:before {
  content: "\f1f1"; }

/* line 1616, sass/_font-awesome.scss */
.fa-cc-discover:before {
  content: "\f1f2"; }

/* line 1619, sass/_font-awesome.scss */
.fa-cc-amex:before {
  content: "\f1f3"; }

/* line 1622, sass/_font-awesome.scss */
.fa-cc-paypal:before {
  content: "\f1f4"; }

/* line 1625, sass/_font-awesome.scss */
.fa-cc-stripe:before {
  content: "\f1f5"; }

/* line 1628, sass/_font-awesome.scss */
.fa-bell-slash:before {
  content: "\f1f6"; }

/* line 1631, sass/_font-awesome.scss */
.fa-bell-slash-o:before {
  content: "\f1f7"; }

/* line 1634, sass/_font-awesome.scss */
.fa-trash:before {
  content: "\f1f8"; }

/* line 1637, sass/_font-awesome.scss */
.fa-copyright:before {
  content: "\f1f9"; }

/* line 1640, sass/_font-awesome.scss */
.fa-at:before {
  content: "\f1fa"; }

/* line 1643, sass/_font-awesome.scss */
.fa-eyedropper:before {
  content: "\f1fb"; }

/* line 1646, sass/_font-awesome.scss */
.fa-paint-brush:before {
  content: "\f1fc"; }

/* line 1649, sass/_font-awesome.scss */
.fa-birthday-cake:before {
  content: "\f1fd"; }

/* line 1652, sass/_font-awesome.scss */
.fa-area-chart:before {
  content: "\f1fe"; }

/* line 1655, sass/_font-awesome.scss */
.fa-pie-chart:before {
  content: "\f200"; }

/* line 1658, sass/_font-awesome.scss */
.fa-line-chart:before {
  content: "\f201"; }

/* line 1661, sass/_font-awesome.scss */
.fa-lastfm:before {
  content: "\f202"; }

/* line 1664, sass/_font-awesome.scss */
.fa-lastfm-square:before {
  content: "\f203"; }

/* line 1667, sass/_font-awesome.scss */
.fa-toggle-off:before {
  content: "\f204"; }

/* line 1670, sass/_font-awesome.scss */
.fa-toggle-on:before {
  content: "\f205"; }

/* line 1673, sass/_font-awesome.scss */
.fa-bicycle:before {
  content: "\f206"; }

/* line 1676, sass/_font-awesome.scss */
.fa-bus:before {
  content: "\f207"; }

/* line 1679, sass/_font-awesome.scss */
.fa-ioxhost:before {
  content: "\f208"; }

/* line 1682, sass/_font-awesome.scss */
.fa-angellist:before {
  content: "\f209"; }

/* line 1685, sass/_font-awesome.scss */
.fa-cc:before {
  content: "\f20a"; }

/* line 1688, sass/_font-awesome.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

/* line 1693, sass/_font-awesome.scss */
.fa-meanpath:before {
  content: "\f20c"; }

/* line 1696, sass/_font-awesome.scss */
.fa-buysellads:before {
  content: "\f20d"; }

/* line 1699, sass/_font-awesome.scss */
.fa-connectdevelop:before {
  content: "\f20e"; }

/* line 1702, sass/_font-awesome.scss */
.fa-dashcube:before {
  content: "\f210"; }

/* line 1705, sass/_font-awesome.scss */
.fa-forumbee:before {
  content: "\f211"; }

/* line 1708, sass/_font-awesome.scss */
.fa-leanpub:before {
  content: "\f212"; }

/* line 1711, sass/_font-awesome.scss */
.fa-sellsy:before {
  content: "\f213"; }

/* line 1714, sass/_font-awesome.scss */
.fa-shirtsinbulk:before {
  content: "\f214"; }

/* line 1717, sass/_font-awesome.scss */
.fa-simplybuilt:before {
  content: "\f215"; }

/* line 1720, sass/_font-awesome.scss */
.fa-skyatlas:before {
  content: "\f216"; }

/* line 1723, sass/_font-awesome.scss */
.fa-cart-plus:before {
  content: "\f217"; }

/* line 1726, sass/_font-awesome.scss */
.fa-cart-arrow-down:before {
  content: "\f218"; }

/* line 1729, sass/_font-awesome.scss */
.fa-diamond:before {
  content: "\f219"; }

/* line 1732, sass/_font-awesome.scss */
.fa-ship:before {
  content: "\f21a"; }

/* line 1735, sass/_font-awesome.scss */
.fa-user-secret:before {
  content: "\f21b"; }

/* line 1738, sass/_font-awesome.scss */
.fa-motorcycle:before {
  content: "\f21c"; }

/* line 1741, sass/_font-awesome.scss */
.fa-street-view:before {
  content: "\f21d"; }

/* line 1744, sass/_font-awesome.scss */
.fa-heartbeat:before {
  content: "\f21e"; }

/* line 1747, sass/_font-awesome.scss */
.fa-venus:before {
  content: "\f221"; }

/* line 1750, sass/_font-awesome.scss */
.fa-mars:before {
  content: "\f222"; }

/* line 1753, sass/_font-awesome.scss */
.fa-mercury:before {
  content: "\f223"; }

/* line 1756, sass/_font-awesome.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

/* line 1760, sass/_font-awesome.scss */
.fa-transgender-alt:before {
  content: "\f225"; }

/* line 1763, sass/_font-awesome.scss */
.fa-venus-double:before {
  content: "\f226"; }

/* line 1766, sass/_font-awesome.scss */
.fa-mars-double:before {
  content: "\f227"; }

/* line 1769, sass/_font-awesome.scss */
.fa-venus-mars:before {
  content: "\f228"; }

/* line 1772, sass/_font-awesome.scss */
.fa-mars-stroke:before {
  content: "\f229"; }

/* line 1775, sass/_font-awesome.scss */
.fa-mars-stroke-v:before {
  content: "\f22a"; }

/* line 1778, sass/_font-awesome.scss */
.fa-mars-stroke-h:before {
  content: "\f22b"; }

/* line 1781, sass/_font-awesome.scss */
.fa-neuter:before {
  content: "\f22c"; }

/* line 1784, sass/_font-awesome.scss */
.fa-genderless:before {
  content: "\f22d"; }

/* line 1787, sass/_font-awesome.scss */
.fa-facebook-official:before {
  content: "\f230"; }

/* line 1790, sass/_font-awesome.scss */
.fa-pinterest-p:before {
  content: "\f231"; }

/* line 1793, sass/_font-awesome.scss */
.fa-whatsapp:before {
  content: "\f232"; }

/* line 1796, sass/_font-awesome.scss */
.fa-server:before {
  content: "\f233"; }

/* line 1799, sass/_font-awesome.scss */
.fa-user-plus:before {
  content: "\f234"; }

/* line 1802, sass/_font-awesome.scss */
.fa-user-times:before {
  content: "\f235"; }

/* line 1805, sass/_font-awesome.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

/* line 1809, sass/_font-awesome.scss */
.fa-viacoin:before {
  content: "\f237"; }

/* line 1812, sass/_font-awesome.scss */
.fa-train:before {
  content: "\f238"; }

/* line 1815, sass/_font-awesome.scss */
.fa-subway:before {
  content: "\f239"; }

/* line 1818, sass/_font-awesome.scss */
.fa-medium:before {
  content: "\f23a"; }

/* line 1821, sass/_font-awesome.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

/* line 1825, sass/_font-awesome.scss */
.fa-optin-monster:before {
  content: "\f23c"; }

/* line 1828, sass/_font-awesome.scss */
.fa-opencart:before {
  content: "\f23d"; }

/* line 1831, sass/_font-awesome.scss */
.fa-expeditedssl:before {
  content: "\f23e"; }

/* line 1834, sass/_font-awesome.scss */
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240"; }

/* line 1838, sass/_font-awesome.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

/* line 1842, sass/_font-awesome.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

/* line 1846, sass/_font-awesome.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

/* line 1850, sass/_font-awesome.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

/* line 1854, sass/_font-awesome.scss */
.fa-mouse-pointer:before {
  content: "\f245"; }

/* line 1857, sass/_font-awesome.scss */
.fa-i-cursor:before {
  content: "\f246"; }

/* line 1860, sass/_font-awesome.scss */
.fa-object-group:before {
  content: "\f247"; }

/* line 1863, sass/_font-awesome.scss */
.fa-object-ungroup:before {
  content: "\f248"; }

/* line 1866, sass/_font-awesome.scss */
.fa-sticky-note:before {
  content: "\f249"; }

/* line 1869, sass/_font-awesome.scss */
.fa-sticky-note-o:before {
  content: "\f24a"; }

/* line 1872, sass/_font-awesome.scss */
.fa-cc-jcb:before {
  content: "\f24b"; }

/* line 1875, sass/_font-awesome.scss */
.fa-cc-diners-club:before {
  content: "\f24c"; }

/* line 1878, sass/_font-awesome.scss */
.fa-clone:before {
  content: "\f24d"; }

/* line 1881, sass/_font-awesome.scss */
.fa-balance-scale:before {
  content: "\f24e"; }

/* line 1884, sass/_font-awesome.scss */
.fa-hourglass-o:before {
  content: "\f250"; }

/* line 1887, sass/_font-awesome.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

/* line 1891, sass/_font-awesome.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

/* line 1895, sass/_font-awesome.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

/* line 1899, sass/_font-awesome.scss */
.fa-hourglass:before {
  content: "\f254"; }

/* line 1902, sass/_font-awesome.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

/* line 1906, sass/_font-awesome.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

/* line 1910, sass/_font-awesome.scss */
.fa-hand-scissors-o:before {
  content: "\f257"; }

/* line 1913, sass/_font-awesome.scss */
.fa-hand-lizard-o:before {
  content: "\f258"; }

/* line 1916, sass/_font-awesome.scss */
.fa-hand-spock-o:before {
  content: "\f259"; }

/* line 1919, sass/_font-awesome.scss */
.fa-hand-pointer-o:before {
  content: "\f25a"; }

/* line 1922, sass/_font-awesome.scss */
.fa-hand-peace-o:before {
  content: "\f25b"; }

/* line 1925, sass/_font-awesome.scss */
.fa-trademark:before {
  content: "\f25c"; }

/* line 1928, sass/_font-awesome.scss */
.fa-registered:before {
  content: "\f25d"; }

/* line 1931, sass/_font-awesome.scss */
.fa-creative-commons:before {
  content: "\f25e"; }

/* line 1934, sass/_font-awesome.scss */
.fa-gg:before {
  content: "\f260"; }

/* line 1937, sass/_font-awesome.scss */
.fa-gg-circle:before {
  content: "\f261"; }

/* line 1940, sass/_font-awesome.scss */
.fa-tripadvisor:before {
  content: "\f262"; }

/* line 1943, sass/_font-awesome.scss */
.fa-odnoklassniki:before {
  content: "\f263"; }

/* line 1946, sass/_font-awesome.scss */
.fa-odnoklassniki-square:before {
  content: "\f264"; }

/* line 1949, sass/_font-awesome.scss */
.fa-get-pocket:before {
  content: "\f265"; }

/* line 1952, sass/_font-awesome.scss */
.fa-wikipedia-w:before {
  content: "\f266"; }

/* line 1955, sass/_font-awesome.scss */
.fa-safari:before {
  content: "\f267"; }

/* line 1958, sass/_font-awesome.scss */
.fa-chrome:before {
  content: "\f268"; }

/* line 1961, sass/_font-awesome.scss */
.fa-firefox:before {
  content: "\f269"; }

/* line 1964, sass/_font-awesome.scss */
.fa-opera:before {
  content: "\f26a"; }

/* line 1967, sass/_font-awesome.scss */
.fa-internet-explorer:before {
  content: "\f26b"; }

/* line 1970, sass/_font-awesome.scss */
.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

/* line 1974, sass/_font-awesome.scss */
.fa-contao:before {
  content: "\f26d"; }

/* line 1977, sass/_font-awesome.scss */
.fa-500px:before {
  content: "\f26e"; }

/* line 1980, sass/_font-awesome.scss */
.fa-amazon:before {
  content: "\f270"; }

/* line 1983, sass/_font-awesome.scss */
.fa-calendar-plus-o:before {
  content: "\f271"; }

/* line 1986, sass/_font-awesome.scss */
.fa-calendar-minus-o:before {
  content: "\f272"; }

/* line 1989, sass/_font-awesome.scss */
.fa-calendar-times-o:before {
  content: "\f273"; }

/* line 1992, sass/_font-awesome.scss */
.fa-calendar-check-o:before {
  content: "\f274"; }

/* line 1995, sass/_font-awesome.scss */
.fa-industry:before {
  content: "\f275"; }

/* line 1998, sass/_font-awesome.scss */
.fa-map-pin:before {
  content: "\f276"; }

/* line 2001, sass/_font-awesome.scss */
.fa-map-signs:before {
  content: "\f277"; }

/* line 2004, sass/_font-awesome.scss */
.fa-map-o:before {
  content: "\f278"; }

/* line 2007, sass/_font-awesome.scss */
.fa-map:before {
  content: "\f279"; }

/* line 2010, sass/_font-awesome.scss */
.fa-commenting:before {
  content: "\f27a"; }

/* line 2013, sass/_font-awesome.scss */
.fa-commenting-o:before {
  content: "\f27b"; }

/* line 2016, sass/_font-awesome.scss */
.fa-houzz:before {
  content: "\f27c"; }

/* line 2019, sass/_font-awesome.scss */
.fa-vimeo:before {
  content: "\f27d"; }

/* line 2022, sass/_font-awesome.scss */
.fa-black-tie:before {
  content: "\f27e"; }

/* line 2025, sass/_font-awesome.scss */
.fa-fonticons:before {
  content: "\f280"; }

/* line 2028, sass/_font-awesome.scss */
.fa-reddit-alien:before {
  content: "\f281"; }

/* line 2031, sass/_font-awesome.scss */
.fa-edge:before {
  content: "\f282"; }

/* line 2034, sass/_font-awesome.scss */
.fa-credit-card-alt:before {
  content: "\f283"; }

/* line 2037, sass/_font-awesome.scss */
.fa-codiepie:before {
  content: "\f284"; }

/* line 2040, sass/_font-awesome.scss */
.fa-modx:before {
  content: "\f285"; }

/* line 2043, sass/_font-awesome.scss */
.fa-fort-awesome:before {
  content: "\f286"; }

/* line 2046, sass/_font-awesome.scss */
.fa-usb:before {
  content: "\f287"; }

/* line 2049, sass/_font-awesome.scss */
.fa-product-hunt:before {
  content: "\f288"; }

/* line 2052, sass/_font-awesome.scss */
.fa-mixcloud:before {
  content: "\f289"; }

/* line 2055, sass/_font-awesome.scss */
.fa-scribd:before {
  content: "\f28a"; }

/* line 2058, sass/_font-awesome.scss */
.fa-pause-circle:before {
  content: "\f28b"; }

/* line 2061, sass/_font-awesome.scss */
.fa-pause-circle-o:before {
  content: "\f28c"; }

/* line 2064, sass/_font-awesome.scss */
.fa-stop-circle:before {
  content: "\f28d"; }

/* line 2067, sass/_font-awesome.scss */
.fa-stop-circle-o:before {
  content: "\f28e"; }

/* line 2070, sass/_font-awesome.scss */
.fa-shopping-bag:before {
  content: "\f290"; }

/* line 2073, sass/_font-awesome.scss */
.fa-shopping-basket:before {
  content: "\f291"; }

/* line 2076, sass/_font-awesome.scss */
.fa-hashtag:before {
  content: "\f292"; }

/* line 2079, sass/_font-awesome.scss */
.fa-bluetooth:before {
  content: "\f293"; }

/* line 2082, sass/_font-awesome.scss */
.fa-bluetooth-b:before {
  content: "\f294"; }

/* line 2085, sass/_font-awesome.scss */
.fa-percent:before {
  content: "\f295"; }

/* line 2088, sass/_font-awesome.scss */
.fa-gitlab:before {
  content: "\f296"; }

/* line 2091, sass/_font-awesome.scss */
.fa-wpbeginner:before {
  content: "\f297"; }

/* line 2094, sass/_font-awesome.scss */
.fa-wpforms:before {
  content: "\f298"; }

/* line 2097, sass/_font-awesome.scss */
.fa-envira:before {
  content: "\f299"; }

/* line 2100, sass/_font-awesome.scss */
.fa-universal-access:before {
  content: "\f29a"; }

/* line 2103, sass/_font-awesome.scss */
.fa-wheelchair-alt:before {
  content: "\f29b"; }

/* line 2106, sass/_font-awesome.scss */
.fa-question-circle-o:before {
  content: "\f29c"; }

/* line 2109, sass/_font-awesome.scss */
.fa-blind:before {
  content: "\f29d"; }

/* line 2112, sass/_font-awesome.scss */
.fa-audio-description:before {
  content: "\f29e"; }

/* line 2115, sass/_font-awesome.scss */
.fa-volume-control-phone:before {
  content: "\f2a0"; }

/* line 2118, sass/_font-awesome.scss */
.fa-braille:before {
  content: "\f2a1"; }

/* line 2121, sass/_font-awesome.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

/* line 2124, sass/_font-awesome.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

/* line 2128, sass/_font-awesome.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

/* line 2133, sass/_font-awesome.scss */
.fa-glide:before {
  content: "\f2a5"; }

/* line 2136, sass/_font-awesome.scss */
.fa-glide-g:before {
  content: "\f2a6"; }

/* line 2139, sass/_font-awesome.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

/* line 2143, sass/_font-awesome.scss */
.fa-low-vision:before {
  content: "\f2a8"; }

/* line 2146, sass/_font-awesome.scss */
.fa-viadeo:before {
  content: "\f2a9"; }

/* line 2149, sass/_font-awesome.scss */
.fa-viadeo-square:before {
  content: "\f2aa"; }

/* line 2152, sass/_font-awesome.scss */
.fa-snapchat:before {
  content: "\f2ab"; }

/* line 2155, sass/_font-awesome.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac"; }

/* line 2158, sass/_font-awesome.scss */
.fa-snapchat-square:before {
  content: "\f2ad"; }

/* line 2161, sass/_font-awesome.scss */
.fa-pied-piper:before {
  content: "\f2ae"; }

/* line 2164, sass/_font-awesome.scss */
.fa-first-order:before {
  content: "\f2b0"; }

/* line 2167, sass/_font-awesome.scss */
.fa-yoast:before {
  content: "\f2b1"; }

/* line 2170, sass/_font-awesome.scss */
.fa-themeisle:before {
  content: "\f2b2"; }

/* line 2173, sass/_font-awesome.scss */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

/* line 2177, sass/_font-awesome.scss */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

/* line 2181, sass/_font-awesome.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* line 2191, sass/_font-awesome.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*
YUI 3.13.0 (build 508226d)
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/* line 8, sass/_cssreset-min.scss */
html {
  color: #000;
  background: #FFF; }

/* line 8, sass/_cssreset-min.scss */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

/* line 8, sass/_cssreset-min.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 8, sass/_cssreset-min.scss */
fieldset, img {
  border: 0; }

/* line 8, sass/_cssreset-min.scss */
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

/* line 8, sass/_cssreset-min.scss */
ol, ul {
  list-style: none; }

/* line 8, sass/_cssreset-min.scss */
caption, th {
  text-align: left; }

/* line 8, sass/_cssreset-min.scss */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

/* line 8, sass/_cssreset-min.scss */
q:before, q:after {
  content: ''; }

/* line 8, sass/_cssreset-min.scss */
abbr, acronym {
  border: 0;
  font-variant: normal; }

/* line 8, sass/_cssreset-min.scss */
sup {
  vertical-align: text-top; }

/* line 8, sass/_cssreset-min.scss */
sub {
  vertical-align: text-bottom; }

/* line 8, sass/_cssreset-min.scss */
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

/* line 8, sass/_cssreset-min.scss */
input, textarea, select {
  *font-size: 100%; }

/* line 8, sass/_cssreset-min.scss */
legend {
  color: #000; }

/* line 8, sass/_cssreset-min.scss */
#yui3-css-stamp.cssreset {
  display: none; }

/* ===================================================================

mobile style

=================================================================== */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
layout style
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* line 15, sass/style.scss */
.container {
  background-color: #fff; }

/* line 18, sass/style.scss */
.mainArea {
  margin-top: 80px;
  margin-bottom: 20px; }

/* line 22, sass/style.scss */
.sideBar {
  background: url(/wp-content/themes/challengefx/images/sideBar_background.png) repeat #999; }

/* line 25, sass/style.scss */
footer {
  background-color: #333;
  color: #fff; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
header style
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* line 34, sass/style.scss */
header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 70px;
  border-top: #fc0 5px solid;
  border-bottom: #ededed 1px solid;
  background-color: #fff;
  box-sizing: border-box;
  padding: 10px;
  box-sizing: border-box;
  text-align: left; }
  /* line 47, sass/style.scss */
  header h1 {
    max-width: 65%; }
    /* line 49, sass/style.scss */
    header h1 img {
      height: 44px; }

  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
navigation style
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* line 58, sass/style.scss */
.navigation {
  display: none;
  position: fixed;
  top: 70px;
  z-index: 100;
  background: url(/wp-content/themes/challengefx/images/nav_background.png) repeat #fc0;
  padding: 10px 0;
  margin-bottom: 20px;
  width: 100%;
  height: 100%;
  overflow: scroll; }
  /* line 69, sass/style.scss */
  .navigation ul {
    background-color: #fff;
    margin: 0 10px;
    text-align: left;
    zoom: 1; }
    /* line 34, sass/_setting.scss */
    .navigation ul:before, .navigation ul:after {
      content: "";
      display: block; }
    /* line 38, sass/_setting.scss */
    .navigation ul:after {
      clear: both; }
    /* line 74, sass/style.scss */
    .navigation ul li {
      width: 100%;
      display: table;
      text-align: left;
      border-bottom: #630 1px dashed;
      line-height: 1;
      border-left: #960 4px solid;
      box-sizing: border-box; }
      /* line 82, sass/style.scss */
      .navigation ul li:last-child {
        border-bottom: none; }
      /* line 85, sass/style.scss */
      .navigation ul li a {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        color: #630;
        display: table-cell;
        vertical-align: middle;
        width: inherit;
        height: 3.5em;
        padding: 0 1em;
        position: relative;
        box-sizing: border-box;
        overflow: hidden; }

/* line 102, sass/style.scss */
#rankingButton {
  position: fixed;
  top: 15px;
  right: 64px;
  z-index: 11;
  cursor: pointer; }
  /* line 108, sass/style.scss */
  #rankingButton a {
    background: url(/wp-content/themes/challengefx/images/rankings.png) no-repeat top center;
    background-size: 40px;
    display: block;
    width: 64px;
    height: 44px;
    color: #000; }
    /* line 115, sass/style.scss */
    #rankingButton a:before {
      position: absolute;
      bottom: -2px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      font-size: 8px;
      font-size: 0.8rem;
      display: block;
      width: 5em;
      content: "ランキング";
      text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff; }

/* line 133, sass/style.scss */
#hamburgerButton {
  background: url(/wp-content/themes/challengefx/images/nav_background.png) repeat #fc0;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 11;
  cursor: pointer; }
  /* line 143, sass/style.scss */
  #hamburgerButton:before {
    font-family: FontAwesome;
    font-size: 30px;
    font-size: 3rem;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    z-index: 1; }

/* line 158, sass/style.scss */
#hamburgerButton:before {
  content: "\f0c9"; }

/* line 163, sass/style.scss */
.seek:before {
  content: "\f00d" !important; }

 /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
main style
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* line 172, sass/style.scss */
.mainContents,
.mainContentsPosts,
.mainContentsPage {
  text-align: left; }
  /* line 177, sass/style.scss */
  .mainContents .id-2 div:first-child h1,
  .mainContents .id-2 catChild,
  .mainContentsPosts .id-2 div:first-child h1,
  .mainContentsPosts .id-2 catChild,
  .mainContentsPage .id-2 div:first-child h1,
  .mainContentsPage .id-2 catChild {
    display: none; }
  /* line 183, sass/style.scss */
  .mainContents .id-2 h2 a,
  .mainContentsPosts .id-2 h2 a,
  .mainContentsPage .id-2 h2 a {
    display: block;
    text-align: left !important;
    border-top: #ededed 1px solid;
    border-bottom: #ededed 1px solid;
    color: #069;
    background-repeat: no-repeat !important;
    background-size: 24px !important;
    background-position: center left !important;
    padding-left: 32px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box !important; }
    /* line 196, sass/style.scss */
    .mainContents .id-2 h2 a.first, .mainContents .id-2 h2 a.second, .mainContents .id-2 h2 a.thread, .mainContents .id-2 h2 a.icon_top_list,
    .mainContentsPosts .id-2 h2 a.first,
    .mainContentsPosts .id-2 h2 a.second,
    .mainContentsPosts .id-2 h2 a.thread,
    .mainContentsPosts .id-2 h2 a.icon_top_list,
    .mainContentsPage .id-2 h2 a.first,
    .mainContentsPage .id-2 h2 a.second,
    .mainContentsPage .id-2 h2 a.thread,
    .mainContentsPage .id-2 h2 a.icon_top_list {
      max-width: 100% !important; }
    /* line 199, sass/style.scss */
    .mainContents .id-2 h2 a.first,
    .mainContentsPosts .id-2 h2 a.first,
    .mainContentsPage .id-2 h2 a.first {
      background: url(/wp-content/themes/challengefx/images/ranking01.png); }
    /* line 202, sass/style.scss */
    .mainContents .id-2 h2 a.second,
    .mainContentsPosts .id-2 h2 a.second,
    .mainContentsPage .id-2 h2 a.second {
      background: url(/wp-content/themes/challengefx/images/ranking02.png); }
    /* line 205, sass/style.scss */
    .mainContents .id-2 h2 a.thread,
    .mainContentsPosts .id-2 h2 a.thread,
    .mainContentsPage .id-2 h2 a.thread {
      background: url(/wp-content/themes/challengefx/images/ranking03.png); }
    /* line 208, sass/style.scss */
    .mainContents .id-2 h2 a.icon_top_list,
    .mainContentsPosts .id-2 h2 a.icon_top_list,
    .mainContentsPage .id-2 h2 a.icon_top_list {
      background: url(/wp-content/themes/challengefx/images/icon_top_list.png); }
  /* line 213, sass/style.scss */
  .mainContents .id-2 a,
  .mainContentsPosts .id-2 a,
  .mainContentsPage .id-2 a {
    margin: 0 auto; }
    /* line 215, sass/style.scss */
    .mainContents .id-2 a.rankLink, .mainContents .id-2 a.schoolLink,
    .mainContentsPosts .id-2 a.rankLink,
    .mainContentsPosts .id-2 a.schoolLink,
    .mainContentsPage .id-2 a.rankLink,
    .mainContentsPage .id-2 a.schoolLink {
      display: block;
      background-color: #f06;
      padding: 0.25em 1em;
      box-sizing: border-box;
      color: #fff;
      text-align: center;
      border-radius: 5px;
      border: #c06; }
    /* line 226, sass/style.scss */
    .mainContents .id-2 a.rankLink,
    .mainContentsPosts .id-2 a.rankLink,
    .mainContentsPage .id-2 a.rankLink {
      margin-bottom: 30px; }
      /* line 228, sass/style.scss */
      .mainContents .id-2 a.rankLink:before,
      .mainContentsPosts .id-2 a.rankLink:before,
      .mainContentsPage .id-2 a.rankLink:before {
        font-family: FontAwesome;
        content: "\f0a4";
        margin-right: 3px; }
    /* line 235, sass/style.scss */
    .mainContents .id-2 a.schoolLink:before,
    .mainContentsPosts .id-2 a.schoolLink:before,
    .mainContentsPage .id-2 a.schoolLink:before {
      font-family: FontAwesome;
      content: "\f08e";
      margin-right: 3px; }
  /* line 243, sass/style.scss */
  .mainContents .id-2 p img,
  .mainContentsPosts .id-2 p img,
  .mainContentsPage .id-2 p img {
    margin: 0 1em 1em 0; }
  /* line 254, sass/style.scss */
  .mainContents section,
  .mainContentsPosts section,
  .mainContentsPage section {
    margin: 20px 20px 0 20px; }
    /* line 256, sass/style.scss */
    .mainContents section:first-child,
    .mainContentsPosts section:first-child,
    .mainContentsPage section:first-child {
      margin-top: 0; }
    /* line 259, sass/style.scss */
    .mainContents section h1,
    .mainContentsPosts section h1,
    .mainContentsPage section h1 {
      font-size: 32px;
      font-size: 3.2rem;
      color: #f90; }
    /* line 263, sass/style.scss */
    .mainContents section h2,
    .mainContentsPosts section h2,
    .mainContentsPage section h2 {
      font-size: 24px;
      font-size: 2.4rem;
      margin-top: 1em; }
    /* line 267, sass/style.scss */
    .mainContents section .meta_onepoint,
    .mainContents section .meta_word,
    .mainContentsPosts section .meta_onepoint,
    .mainContentsPosts section .meta_word,
    .mainContentsPage section .meta_onepoint,
    .mainContentsPage section .meta_word {
      background-color: #ededed;
      padding: 1em;
      box-sizing: border-box;
      border-radius: 5px;
      margin-bottom: 10px;
      position: relative; }
    /* line 278, sass/style.scss */
    .mainContents section .meta_onepoint:before,
    .mainContents section .meta_word:before,
    .mainContentsPosts section .meta_onepoint:before,
    .mainContentsPosts section .meta_word:before,
    .mainContentsPage section .meta_onepoint:before,
    .mainContentsPage section .meta_word:before {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 8px;
      color: rgba(0, 0, 0, 0.1);
      font-size: 80px;
      font-size: 8rem;
      font-family: FontAwesome; }
    /* line 288, sass/style.scss */
    .mainContents section .meta_onepoint:before,
    .mainContentsPosts section .meta_onepoint:before,
    .mainContentsPage section .meta_onepoint:before {
      content: "\f25a"; }
    /* line 293, sass/style.scss */
    .mainContents section .meta_word:before,
    .mainContentsPosts section .meta_word:before,
    .mainContentsPage section .meta_word:before {
      content: "\f040"; }
    /* line 297, sass/style.scss */
    .mainContents section h1, .mainContents section h2, .mainContents section h3, .mainContents section h4,
    .mainContentsPosts section h1,
    .mainContentsPosts section h2,
    .mainContentsPosts section h3,
    .mainContentsPosts section h4,
    .mainContentsPage section h1,
    .mainContentsPage section h2,
    .mainContentsPage section h3,
    .mainContentsPage section h4 {
      font-weight: bold;
      margin-bottom: 0.5em; }
    /* line 301, sass/style.scss */
    .mainContents section p,
    .mainContentsPosts section p,
    .mainContentsPage section p {
      text-align: left;
      line-height: 2;
      font-size: 16px;
      font-size: 1.6rem;
      padding-bottom: 1em; }
    /* line 307, sass/style.scss */
    .mainContents section .catChild,
    .mainContentsPosts section .catChild,
    .mainContentsPage section .catChild {
      color: #9c0;
      font-size: 20px;
      font-size: 2rem; }
    /* line 311, sass/style.scss */
    .mainContents section .aligncenter,
    .mainContentsPosts section .aligncenter,
    .mainContentsPage section .aligncenter {
      display: block;
      margin: 0 auto; }
    /* line 315, sass/style.scss */
    .mainContents section .alignright,
    .mainContentsPosts section .alignright,
    .mainContentsPage section .alignright {
      float: right; }
    /* line 316, sass/style.scss */
    .mainContents section .alignleft,
    .mainContentsPosts section .alignleft,
    .mainContentsPage section .alignleft {
      float: left; }
    /* line 317, sass/style.scss */
    .mainContents section .postListTitle,
    .mainContentsPosts section .postListTitle,
    .mainContentsPage section .postListTitle {
      border: #069 1px solid;
      border-bottom: #f90 3px solid;
      text-align: center;
      padding: 0.5em;
      box-sizing: border-box; }
      /* line 323, sass/style.scss */
      .mainContents section .postListTitle h2,
      .mainContentsPosts section .postListTitle h2,
      .mainContentsPage section .postListTitle h2 {
        color: inherit;
        font-size: 20px;
        font-size: 2rem;
        font-weight: bold;
        margin: 0;
        padding-bottom: 0.25em; }
      /* line 330, sass/style.scss */
      .mainContents section .postListTitle p,
      .mainContentsPosts section .postListTitle p,
      .mainContentsPage section .postListTitle p {
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem;
        padding: 0;
        line-height: 1;
        color: #666; }
    /* line 339, sass/style.scss */
    .mainContents section .postList a,
    .mainContentsPosts section .postList a,
    .mainContentsPage section .postList a {
      font-size: 12px;
      font-size: 1.2rem;
      display: block;
      border-bottom: #069 1px dashed;
      padding: 1em 0;
      box-sizing: border-box;
      color: #069; }
      /* line 346, sass/style.scss */
      .mainContents section .postList a:hover,
      .mainContentsPosts section .postList a:hover,
      .mainContentsPage section .postList a:hover {
        background-color: #ededed; }
      /* line 349, sass/style.scss */
      .mainContents section .postList a:after,
      .mainContentsPosts section .postList a:after,
      .mainContentsPage section .postList a:after {
        margin-left: 0.5em;
        display: inline-block;
        font-family: FontAwesome;
        content: "\f061";
        color: #f90 !important; }
    /* line 358, sass/style.scss */
    .mainContents section .pageNext,
    .mainContents section .pagePrev,
    .mainContentsPosts section .pageNext,
    .mainContentsPosts section .pagePrev,
    .mainContentsPage section .pageNext,
    .mainContentsPage section .pagePrev {
      margin-top: 40px;
      width: 100%;
      text-align: center; }
      /* line 363, sass/style.scss */
      .mainContents section .pageNext a,
      .mainContents section .pagePrev a,
      .mainContentsPosts section .pageNext a,
      .mainContentsPosts section .pagePrev a,
      .mainContentsPage section .pageNext a,
      .mainContentsPage section .pagePrev a {
        display: block;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold;
        position: relative;
        width: 100%;
        padding: 0.25em 0; }
        /* line 370, sass/style.scss */
        .mainContents section .pageNext a:before,
        .mainContents section .pagePrev a:before,
        .mainContentsPosts section .pageNext a:before,
        .mainContentsPosts section .pagePrev a:before,
        .mainContentsPage section .pageNext a:before,
        .mainContentsPage section .pagePrev a:before {
          display: block;
          font-family: 'Passion One', cursive;
          position: absolute;
          left: 0;
          right: 0;
          margin-left: auto;
          margin-right: auto;
          z-index: 1;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
    /* line 384, sass/style.scss */
    .mainContents section .pageNext a,
    .mainContentsPosts section .pageNext a,
    .mainContentsPage section .pageNext a {
      border: rgba(102, 51, 0, 0.15) 1px solid;
      color: #630; }
      /* line 387, sass/style.scss */
      .mainContents section .pageNext a:before,
      .mainContentsPosts section .pageNext a:before,
      .mainContentsPage section .pageNext a:before {
        content: 'NEXT>';
        font-size: 80px;
        font-size: 8rem;
        color: rgba(102, 51, 0, 0.15); }
    /* line 395, sass/style.scss */
    .mainContents section .pagePrev a,
    .mainContentsPosts section .pagePrev a,
    .mainContentsPage section .pagePrev a {
      border: rgba(0, 0, 0, 0.15) 1px solid;
      color: #333; }
      /* line 398, sass/style.scss */
      .mainContents section .pagePrev a:before,
      .mainContentsPosts section .pagePrev a:before,
      .mainContentsPage section .pagePrev a:before {
        content: '<Prev';
        font-size: 64px;
        font-size: 6.4rem;
        color: rgba(0, 0, 0, 0.15); }

/* line 411, sass/style.scss */
.mainContents a.rankLink, .mainContents a.schoolLink {
  display: block;
  background-color: #f06;
  padding: 0.25em 1em;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  border: #c06; }
/* line 423, sass/style.scss */
.mainContents a.rankLink:before {
  font-family: FontAwesome;
  content: "\f0a4";
  margin-right: 3px; }
/* line 430, sass/style.scss */
.mainContents a.schoolLink:before {
  font-family: FontAwesome;
  content: "\f0a4";
  margin-right: 3px; }
/* line 440, sass/style.scss */
.mainContents section h1 a {
  color: #f90; }
/* line 443, sass/style.scss */
.mainContents section h1 span {
  font-size: 0.75em;
  color: #333; }
/* line 448, sass/style.scss */
.mainContents section h2 {
  color: #069; }

/* line 454, sass/style.scss */
.mainContentsPosts h3 {
  font-size: 16px;
  font-size: 1.6rem; }

/* line 462, sass/style.scss */
.mainContentsPosts section.id-677 h2,
.mainContentsPage section.id-677 h2 {
  background-color: #ededed;
  padding: 0.5em 1em; }
  /* line 465, sass/style.scss */
  .mainContentsPosts section.id-677 h2:before,
  .mainContentsPage section.id-677 h2:before {
    content: "";
    margin-right: 0 !important; }
/* line 470, sass/style.scss */
.mainContentsPosts section.id-677 h3,
.mainContentsPage section.id-677 h3 {
  border-bottom: #333 1px solid !important;
  font-size: 20px;
  font-size: 2rem; }
/* line 476, sass/style.scss */
.mainContentsPosts section h2:before,
.mainContentsPage section h2:before {
  font-family: FontAwesome;
  content: "\f0d6";
  color: #9c0;
  margin-right: 5px; }
/* line 484, sass/style.scss */
.mainContentsPosts section h3 span,
.mainContentsPage section h3 span {
  padding: 3px; }
  /* line 486, sass/style.scss */
  .mainContentsPosts section h3 span.onepoint,
  .mainContentsPage section h3 span.onepoint {
    background-color: #fcc; }
  /* line 489, sass/style.scss */
  .mainContentsPosts section h3 span.word,
  .mainContentsPage section h3 span.word {
    background-color: #cfc; }
/* line 494, sass/style.scss */
.mainContentsPosts section h4,
.mainContentsPage section h4 {
  font-size: 14px;
  font-size: 1.4rem;
  padding-bottom: 0.25em;
  padding-top: 0.25em;
  margin-bottom: 0.75em;
  border-top: #545454 1px dashed;
  border-bottom: #545454 1px dashed; }

/* line 505, sass/style.scss */
.mainContentsPage .repeat {
  padding-top: 20px;
  border-bottom: #333 1px solid; }
  /* line 507, sass/style.scss */
  .mainContentsPage .repeat:first-of-type {
    border-top: #333 1px solid; }
  /* line 510, sass/style.scss */
  .mainContentsPage .repeat .PageClear {
    zoom: 1;
    margin-bottom: 10px; }
    /* line 34, sass/_setting.scss */
    .mainContentsPage .repeat .PageClear:before, .mainContentsPage .repeat .PageClear:after {
      content: "";
      display: block; }
    /* line 38, sass/_setting.scss */
    .mainContentsPage .repeat .PageClear:after {
      clear: both; }
    /* line 513, sass/style.scss */
    .mainContentsPage .repeat .PageClear br {
      display: none; }
  /* line 517, sass/style.scss */
  .mainContentsPage .repeat p:first-child {
    width: 125px;
    margin: 0 auto; }
  /* line 522, sass/style.scss */
  .mainContentsPage .repeat a:first-child {
    text-align: center; }
    /* line 524, sass/style.scss */
    .mainContentsPage .repeat a:first-child img {
      width: inherit;
      border: none; }
  /* line 529, sass/style.scss */
  .mainContentsPage .repeat .PageRightBox {
    width: 100%; }
  /* line 532, sass/style.scss */
  .mainContentsPage .repeat li {
    text-indent: -1em;
    padding-left: -webkit-calc(1em + 3px);
    padding-left: calc(1em + 3px);
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #f06;
    margin-bottom: 0.3em; }
    /* line 540, sass/style.scss */
    .mainContentsPage .repeat li:before {
      font-family: FontAwesome;
      content: "\f075";
      margin-right: 3px; }
/* line 547, sass/style.scss */
.mainContentsPage .blackboard {
  border: #f90 2px solid;
  box-sizing: border-box;
  background-color: #1f5102;
  padding: 20px;
  margin-bottom: 20px; }
  /* line 553, sass/style.scss */
  .mainContentsPage .blackboard li {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 1em; }
    /* line 557, sass/style.scss */
    .mainContentsPage .blackboard li:before {
      font-family: FontAwesome;
      content: "\f005"; }
    /* line 561, sass/style.scss */
    .mainContentsPage .blackboard li.bbRed {
      color: #f00; }
    /* line 564, sass/style.scss */
    .mainContentsPage .blackboard li.bbYellow {
      color: #ff0; }
    /* line 567, sass/style.scss */
    .mainContentsPage .blackboard li.bbOrange {
      color: #f90; }
    /* line 570, sass/style.scss */
    .mainContentsPage .blackboard li.bbRed, .mainContentsPage .blackboard li.bbYellow, .mainContentsPage .blackboard li.bbOrange {
      font-weight: bold; }
/* line 575, sass/style.scss */
.mainContentsPage h3 {
  font-size: 24px;
  font-size: 2.4rem;
  border-bottom: #069 1px dashed;
  padding-bottom: 0.25em; }
  /* line 576, sass/style.scss */
  .mainContentsPage h3.rankP {
    font-size: 18px;
    font-size: 1.8rem;
    color: #630;
    border: #630 1px solid !important;
    box-sizing: border-box;
    padding: 0.25em 0.5em;
    border-radius: 5px;
    margin-top: 20px; }
  /* line 585, sass/style.scss */
  .mainContentsPage h3.blackboardTitle {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 0.25em;
    margin-bottom: 20px; }
  /* line 596, sass/style.scss */
  .mainContentsPage h3 a {
    color: #069; }
    /* line 598, sass/style.scss */
    .mainContentsPage h3 a:before {
      font-family: FontAwesome;
      content: "\f08e";
      margin-right: 3px; }
/* line 605, sass/style.scss */
.mainContentsPage table, .mainContentsPage td, .mainContentsPage th {
  border-collapse: collapse;
  border: #333 1px solid; }
/* line 611, sass/style.scss */
.mainContentsPage .id-675 table td, .mainContentsPage .id-675 table th {
  padding: 1em !important;
  font-size: 14px;
  font-size: 1.4rem; }
/* line 617, sass/style.scss */
.mainContentsPage table {
  width: 100%;
  margin-bottom: 10px; }
  /* line 620, sass/style.scss */
  .mainContentsPage table td, .mainContentsPage table th {
    text-align: center;
    padding: 0.5em;
    box-sizing: border-box;
    font-size: 11px;
    font-size: 1.1rem; }
  /* line 626, sass/style.scss */
  .mainContentsPage table th {
    background-color: #f2f2f2; }
  /* line 629, sass/style.scss */
  .mainContentsPage table .pageRanking,
  .mainContentsPage table .tableLink {
    font-weight: bold; }
    /* line 632, sass/style.scss */
    .mainContentsPage table .pageRanking a,
    .mainContentsPage table .tableLink a {
      display: inline-block;
      color: #069; }
  /* line 637, sass/style.scss */
  .mainContentsPage table .tableLink {
    font-size: 12px;
    font-size: 1.2rem; }
    /* line 640, sass/style.scss */
    .mainContentsPage table .tableLink a:before {
      font-family: FontAwesome;
      content: "\f08e";
      margin-right: 3px; }
/* line 649, sass/style.scss */
.mainContentsPage a.lstLink {
  display: block;
  background-color: #f06;
  padding: 0.25em 1em;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  border: #c06; }
  /* line 658, sass/style.scss */
  .mainContentsPage a.lstLink:before {
    font-family: FontAwesome;
    content: "\f08e";
    margin-right: 3px; }
/* line 665, sass/style.scss */
.mainContentsPage .pageSmall {
  font-size: 12px;
  font-size: 1.2rem; }
/* line 668, sass/style.scss */
.mainContentsPage .banner {
  width: inherit !important; }
/* line 672, sass/style.scss */
.mainContentsPage .rankPrev:before {
  font-family: FontAwesome;
  content: "\f060";
  margin-right: 3px; }
/* line 678, sass/style.scss */
.mainContentsPage .pageRanking {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold; }
  /* line 681, sass/style.scss */
  .mainContentsPage .pageRanking li {
    border-bottom: #ededed 1px solid; }
    /* line 682, sass/style.scss */
    .mainContentsPage .pageRanking li:first-child {
      border-top: #ededed 1px solid; }
    /* line 687, sass/style.scss */
    .mainContentsPage .pageRanking li:nth-child(n) a {
      display: block;
      color: #069;
      background-repeat: no-repeat !important;
      background-size: 24px !important;
      background-position: center left !important;
      padding-left: 32px !important;
      padding-top: 10px;
      padding-bottom: 10px;
      box-sizing: border-box !important; }
    /* line 700, sass/style.scss */
    .mainContentsPage .pageRanking li:nth-child(1) a {
      background: url(/wp-content/themes/challengefx/images/ranking01.png); }
    /* line 705, sass/style.scss */
    .mainContentsPage .pageRanking li:nth-child(2) a {
      background: url(/wp-content/themes/challengefx/images/ranking02.png); }
    /* line 710, sass/style.scss */
    .mainContentsPage .pageRanking li:nth-child(3) a {
      background: url(/wp-content/themes/challengefx/images/ranking03.png); }
    /* line 715, sass/style.scss */
    .mainContentsPage .pageRanking li:nth-child(4) a {
      background: url(/wp-content/themes/challengefx/images/ranking04.png); }
    /* line 720, sass/style.scss */
    .mainContentsPage .pageRanking li:nth-child(5) a {
      background: url(/wp-content/themes/challengefx/images/ranking05.png); }
    /* line 725, sass/style.scss */
    .mainContentsPage .pageRanking li:nth-child(6) a {
      background: url(/wp-content/themes/challengefx/images/ranking06.png); }
    /* line 730, sass/style.scss */
    .mainContentsPage .pageRanking li:nth-child(7) a {
      background: url(/wp-content/themes/challengefx/images/ranking07.png); }
    /* line 735, sass/style.scss */
    .mainContentsPage .pageRanking li:nth-child(8) a {
      background: url(/wp-content/themes/challengefx/images/ranking08.png); }
    /* line 740, sass/style.scss */
    .mainContentsPage .pageRanking li:nth-child(9) a {
      background: url(/wp-content/themes/challengefx/images/ranking09.png); }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
sidebar style
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* line 752, sass/style.scss */
.sideBar {
  margin-top: 40px;
  padding: 10px 0; }
  /* line 755, sass/style.scss */
  .sideBar section {
    margin: 0 10px;
    background-color: #fff; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
footer style
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* line 768, sass/style.scss */
.navigationFooter ul li,
.rankingList ul li {
  text-align: left;
  border-bottom: #666 1px solid; }
  /* line 771, sass/style.scss */
  .navigationFooter ul li a,
  .rankingList ul li a {
    display: block;
    padding: 1em;
    font-size: 14px;
    font-size: 1.4rem; }
    /* line 775, sass/style.scss */
    .navigationFooter ul li a:before,
    .rankingList ul li a:before {
      margin-right: 0.25em;
      display: inline-block;
      font-family: FontAwesome;
      content: "\f0a9"; }

/* line 789, sass/style.scss */
.navigationFooter ul li a {
  color: #fff; }
  /* line 791, sass/style.scss */
  .navigationFooter ul li a:before {
    color: #f90;
    content: "\f0a9"; }

/* line 803, sass/style.scss */
.rankingList ul li a {
  color: #fff; }
  /* line 805, sass/style.scss */
  .rankingList ul li a:before {
    content: "\f18e"; }

/* line 812, sass/style.scss */
small {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  padding: 1em 0; }

/* ===================================================================

PC style

=================================================================== */
@media screen and (min-width: 800px) {
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  layout style
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  /* line 830, sass/style.scss */
  .container {
    max-width: 1200px;
    margin: 0 auto; }

  /* line 834, sass/style.scss */
  .mainArea {
    zoom: 1;
    margin-top: 0; }
    /* line 34, sass/_setting.scss */
    .mainArea:before, .mainArea:after {
      content: "";
      display: block; }
    /* line 38, sass/_setting.scss */
    .mainArea:after {
      clear: both; }

  /* line 838, sass/style.scss */
  .navigation,
  .mainContents,
  .mainContentsPosts,
  .mainContentsPage,
  .sideBar {
    float: left; }

  /* line 845, sass/style.scss */
  .navigation,
  .sideBar {
    width: 200px; }

  /* line 849, sass/style.scss */
  .mainContents,
  .mainContentsPosts,
  .mainContentsPage {
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px); }

  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  header style
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  /* line 861, sass/style.scss */
  header {
    position: static;
    max-width: 1200px;
    height: 100px;
    margin-bottom: 60px;
    padding: 15px;
    border-bottom: none; }
    /* line 869, sass/style.scss */
    header h1 img {
      height: auto; }

  /* line 874, sass/style.scss */
  .rankingList {
    width: 100%;
    max-width: 1200px;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    background: url(/wp-content/themes/challengefx/images/ranking_background.png) repeat #069; }
    /* line 885, sass/style.scss */
    .rankingList ul {
      margin: 0 auto;
      text-align: center;
      display: flex;
      justify-content: center;
      padding: 5px 0; }
      /* line 891, sass/style.scss */
      .rankingList ul li {
        width: 187px;
        overflow: hidden;
        white-space: nowrap;
        text-align: center;
        margin-right: 1px;
        background-color: #069;
        border: rgba(255, 255, 255, 0.5) 1px solid;
        box-sizing: border-box; }
        /* line 900, sass/style.scss */
        .rankingList ul li:last-child {
          margin-right: 0; }
        /* line 903, sass/style.scss */
        .rankingList ul li a {
          color: #fff;
          padding: 0.5em;
          box-sizing: border-box;
          font-size: 12px;
          font-size: 1.2rem; }
          /* line 908, sass/style.scss */
          .rankingList ul li a:before {
            margin-right: 0;
            display: inherit;
            content: ""; }

  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  Navigation style
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  /* line 922, sass/style.scss */
  #hamburgerButton,
  #rankingButton {
    display: none; }

  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  Main style
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  /* line 931, sass/style.scss */
  .mainArea {
    font-size: 12px;
    font-size: 1.2rem; }

  /* line 935, sass/style.scss */
  .navigation {
    display: inherit;
    position: static;
    overflow: visible; }
    /* line 941, sass/style.scss */
    .navigation ul li a {
      padding-top: 0.5em;
      padding-bottom: 0.5em;
      line-height: 1.25;
      font-size: 14px;
      font-size: 1.4rem; }
      /* line 946, sass/style.scss */
      .navigation ul li a:hover {
        background-color: #ededed; }

  /* line 956, sass/style.scss */
  .mainContents p img,
  .mainContentsPosts p img {
    max-width: 80%; }

  /* line 964, sass/style.scss */
  .mainContents .id-2 p img {
    max-width: 100% !important; }
  /* line 968, sass/style.scss */
  .mainContents .id-2 a {
    max-width: 50%; }

  /* line 975, sass/style.scss */
  .mainContentsPage .repeat p:first-child {
    text-align: left;
    float: left; }
  /* line 979, sass/style.scss */
  .mainContentsPage .repeat .PageRightBox {
    float: left;
    width: -webkit-calc(100% - 145px);
    width: calc(100% - 145px);
    margin-left: 20px; }

  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  sidebar style
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  /* line 993, sass/style.scss */
  .sideBar {
    margin-top: 0px; }

  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  footer style
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  /* line 1001, sass/style.scss */
  .navigationFooter {
    position: relative;
    overflow: hidden; }
    /* line 1004, sass/style.scss */
    .navigationFooter ul {
      margin: 20px 20px 0 20px;
      text-align: center;
      zoom: 1;
      position: relative; }
      /* line 34, sass/_setting.scss */
      .navigationFooter ul:before, .navigationFooter ul:after {
        content: "";
        display: block; }
      /* line 38, sass/_setting.scss */
      .navigationFooter ul:after {
        clear: both; }
      /* line 1009, sass/style.scss */
      .navigationFooter ul:nth-child(2) {
        margin-top: 0; }
      /* line 1012, sass/style.scss */
      .navigationFooter ul li {
        display: inline-block;
        border: none;
        position: relative;
        margin-right: 1em; }
        /* line 1017, sass/style.scss */
        .navigationFooter ul li a {
          display: inherit;
          padding: 0;
          color: #fff;
          font-size: 12px;
          font-size: 1.2rem; } }
