/*!
 * Theme Name: Wiki Wisdom
 * Theme URI: http://html5blank.com
 * Description: Wiki Wisdom Theme
 * Version: 1.0.0
 * Author: Human Design
 * Author URI: http://humandesign.com
 * Tags: Blank, HTML5, CSS3
 */

/**
 * styles.scss
 * ---
 * Main `sass` file. Import here `sass` files
 */
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 719px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1180px; } }
  @media (min-width: 1300px) {
    .container {
      max-width: 1280px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-lgplus-1, .col-lgplus-2, .col-lgplus-3, .col-lgplus-4, .col-lgplus-5, .col-lgplus-6, .col-lgplus-7, .col-lgplus-8, .col-lgplus-9, .col-lgplus-10, .col-lgplus-11, .col-lgplus-12, .col-lgplus,
.col-lgplus-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-lgplus {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lgplus-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lgplus-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lgplus-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lgplus-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lgplus-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lgplus-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lgplus-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lgplus-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lgplus-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lgplus-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lgplus-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lgplus-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lgplus-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lgplus-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lgplus-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lgplus-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lgplus-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lgplus-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lgplus-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lgplus-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lgplus-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lgplus-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lgplus-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lgplus-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lgplus-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lgplus-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lgplus-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lgplus-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lgplus-0 {
    margin-left: 0; }
  .offset-lgplus-1 {
    margin-left: 8.33333%; }
  .offset-lgplus-2 {
    margin-left: 16.66667%; }
  .offset-lgplus-3 {
    margin-left: 25%; }
  .offset-lgplus-4 {
    margin-left: 33.33333%; }
  .offset-lgplus-5 {
    margin-left: 41.66667%; }
  .offset-lgplus-6 {
    margin-left: 50%; }
  .offset-lgplus-7 {
    margin-left: 58.33333%; }
  .offset-lgplus-8 {
    margin-left: 66.66667%; }
  .offset-lgplus-9 {
    margin-left: 75%; }
  .offset-lgplus-10 {
    margin-left: 83.33333%; }
  .offset-lgplus-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1300px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-lgplus-none {
    display: none !important; }
  .d-lgplus-inline {
    display: inline !important; }
  .d-lgplus-inline-block {
    display: inline-block !important; }
  .d-lgplus-block {
    display: block !important; }
  .d-lgplus-table {
    display: table !important; }
  .d-lgplus-table-row {
    display: table-row !important; }
  .d-lgplus-table-cell {
    display: table-cell !important; }
  .d-lgplus-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lgplus-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1300px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-lgplus-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lgplus-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lgplus-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lgplus-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lgplus-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lgplus-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lgplus-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-lgplus-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lgplus-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lgplus-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lgplus-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lgplus-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lgplus-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lgplus-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lgplus-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lgplus-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lgplus-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lgplus-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lgplus-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lgplus-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lgplus-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lgplus-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lgplus-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lgplus-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lgplus-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lgplus-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lgplus-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lgplus-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lgplus-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1300px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

/**
 * modules/variables
 * ---
 */
/**
 * Typography
 */
/**
 * Colors
 */
/**
 * z-index
 */
/**
 * Grid
 */
/**
 * modules/mixins
 * ---
 */
/**
 * modules/fonts
 * ---
 * Declare fonts here
 */
/*
@font-face {
  font-family: "Font-Name";
  src: url("fonts/font-name.eot");
  src: url("fonts/font-name.eot?#iefix") format("embedded-opentype"),
    url("fonts/font-name.woff") format("woff"),
    url("fonts/font-name.ttf") format("truetype"),
    url("fonts/font-name.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * partials/reset
 * ---
 * Reset file
 * NOTE: also `normalize.css` is used
 */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media (max-width: 991.98px) {
  .unalias {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: initial; } }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 140%;
  line-height: 1.5;
  color: #4D4D4D;
  background-color: #F7F9FB; }

img {
  max-width: 100%;
  vertical-align: middle; }

iframe {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border: none; }

a {
  color: #4D4D4D;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s; }
  a:focus, a:hover {
    text-decoration: underline; }

input[type="text"],
input[type="search"] {
  font-size: inherit;
  line-height: inherit;
  outline: none; }

input, select, textarea, .btn {
  outline: none; }

::-moz-selection {
  background-color: #04A4CC;
  color: #F7F9FB;
  text-shadow: none; }

::selection {
  background-color: #04A4CC;
  color: #F7F9FB;
  text-shadow: none; }

/**
 * partials/wordpress
 * ---
 * Wordpess core classes
 */
/**
 * Alignment
 */
.alignnone {
  margin: 5px 15px 15px 0; }

.aligncenter {
  display: block;
  margin: 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 15px 15px; }

.alignleft {
  float: left;
  margin: 5px 15px 15px 0; }

/**
 * Gallery & images
 */
.wp-caption {
  background: #F7F9FB;
  border: thin solid #F0F0F0;
  max-width: 95%;
  padding: 40px 5px;
  text-align: center; }
  .wp-caption img {
    width: auto;
    max-width: 98.5%;
    height: auto;
    border: 0 none;
    padding: 0;
    margin: 0; }

.wp-caption .wp-caption-text,
.gallery-caption {
  margin: 0;
  padding: 0 40px 5px;
  font-size: 140%;
  line-height: 1.5; }

/**
 * partials/utils
 * ---
 * Utils classes
 */
.clear:before, .clear:after {
  content: " ";
  display: table; }

.clear:after {
  clear: both; }

.reset-box {
  padding: 0;
  margin: 0; }

.border-bottom {
  border-bottom: 1px solid #e8e8e8; }

.border-top {
  border-top: 1px solid #e8e8e8; }

h1 {
  font-size: 2.2rem;
  margin-bottom: 30px;
  font-weight: 300; }

h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 300; }

h4 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: 600;
  color: black; }
  h4 ~ p {
    margin-top: 0; }

p, ol, ul {
  font-weight: 300;
  font-size: 1.3rem; }

ol, ul {
  margin-left: 0;
  padding-left: 20px; }

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, p:first-child {
  margin-top: 0; }

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, p:last-child {
  margin-bottom: 0; }

strong {
  color: black;
  font-weight: 600; }

input[type="text"],
input[type="email"],
input[type="password"],
select {
  font-weight: 600;
  padding: 1.1rem 1.8rem;
  font-size: 1.2rem;
  display: block;
  border: 1px solid #E6E6E6;
  font-family: "Open Sans", sans-serif;
  line-height: 1.4; }

.forum__title {
  font-size: 2rem;
  color: black;
  margin-top: 0;
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    .forum__title {
      font-size: 3.4rem; } }

.forum__content {
  font-size: 1.7rem;
  font-weight: 300; }

/**
 * partials/wrapper
 * ---
 */
.home .main {
  padding-top: 60px; }
  @media (max-width: 991.98px) {
    .home .main {
      padding-top: 100px; } }

@media (max-width: 991.98px) {
  .main {
    padding-top: 100px; } }

.wrapper {
  position: relative; }

.container--narrow {
  max-width: 700px; }

.btn {
  color: #808080;
  border: 1px solid #e8e8e8;
  background-color: #F3F5F9;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 1.6em 1.8em 1.3em;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
  cursor: pointer; }
  .btn--reverse {
    color: white;
    border: 1px solid white;
    background-color: transparent; }
    .btn--reverse:hover {
      background-color: white; }
  .btn--primary {
    background-color: white; }
    .btn--primary:hover, .btn--primary.active {
      color: white; }
  .btn--modal {
    color: white;
    border: none !important;
    min-width: 160px;
    font-weight: 600; }
  .btn:hover {
    text-decoration: none;
    color: white; }

.back-button {
  text-transform: uppercase;
  padding-left: 27px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 60px;
  position: relative;
  display: none; }
  @media (min-width: 992px) {
    .back-button {
      display: inline-block; } }
  .back-button:after, .back-button:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .back-button:after {
    width: 18px;
    border: .6px solid; }
  .back-button:before {
    border-right: 5px solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    left: -6px; }

.select-wrap {
  position: relative; }
  .select-wrap:after {
    content: '';
    display: block;
    position: absolute;
    right: 14px;
    top: calc(50% - 4px);
    border-left: 1px solid #808080;
    border-bottom: 1px solid #808080;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    height: 8px;
    width: 8px;
    pointer-events: none; }

.error-wrapper {
  position: relative;
  left: 0;
  top: -100%;
  height: 100%;
  width: 100%;
  pointer-events: none; }
  .error-wrapper:after, .error-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    height: 1px;
    width: 15px;
    -webkit-transform-origin: center;
            transform-origin: center;
    background-color: #E73A38; }
  .error-wrapper:after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg); }
  .select-wrap > .error-wrapper {
    position: absolute;
    top: 0; }

.box {
  background-color: white;
  padding: 30px 20px;
  position: relative;
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .box {
      padding: 30px 40px; } }
  .box--shadow {
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); }
  .box--transparent {
    background-color: transparent; }
  @media (min-width: 768px) {
    .box--response {
      padding-left: 115px; } }
  @media (max-width: 991.98px) {
    .box--no-margin {
      padding: 30px 20px;
      margin: 0 -15px; } }
  @media (min-width: 768px) {
    .box--no-margin {
      margin: 0 auto; } }
  .box--bar:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background-color: gray; }

.response-form .thumb {
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px; }

.response-form .nav__thumb-unknown {
  -webkit-box-shadow: none;
          box-shadow: none; }

.response-form .form-control {
  margin-bottom: 15px; }

.response-form input[type="text"], .response-form textarea {
  width: 100%;
  background-color: #F7F9FB;
  padding: 1em;
  font-weight: 600;
  letter-spacing: .03rem;
  border: none;
  margin-top: 0;
  display: block;
  font-size: 1.2rem; }

.response-form input[type="submit"] {
  float: right; }
  @media (max-width: 767.98px) {
    .response-form input[type="submit"] {
      width: 100%;
      text-align: center; } }

.response-form__out h2 {
  margin-bottom: 10px;
  font-size: 2.3rem; }

.response-form__out a {
  width: 100%;
  display: block;
  margin-top: 30px; }

.response-form__out p {
  font-size: 1.1rem;
  margin-top: 10px; }

@media (min-width: 992px) {
  .response-form__out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .response-form__out p {
      font-size: 1.2rem; }
    .response-form__out a {
      width: auto;
      font-weight: 600;
      margin-top: 0;
      margin-left: 20px; } }

.input-tags {
  text-transform: uppercase; }

.tag-list {
  position: absolute;
  top: 100%;
  z-index: 2;
  display: none;
  margin: 0;
  padding: 0;
  background-color: #F7F9FB;
  text-align: left; }
  .tag-list li {
    padding: 10px;
    display: block;
    text-transform: uppercase;
    cursor: pointer; }

.like-button {
  width: 20px;
  display: inline-block;
  margin-right: 9px; }
  .like-button.active {
    -webkit-animation: like .5s;
            animation: like .5s; }
    .like-button.active ~ span {
      font-weight: 700; }

@-webkit-keyframes like {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); }
  50% {
    -webkit-transform: scale(1.2) rotate(-20deg);
            transform: scale(1.2) rotate(-20deg); }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@keyframes like {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); }
  50% {
    -webkit-transform: scale(1.2) rotate(-20deg);
            transform: scale(1.2) rotate(-20deg); }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

.response.deleting {
  background-color: rgba(231, 58, 56, 0.8); }

.pagination {
  color: #808080;
  font-size: 1.1rem;
  padding-top: 10px;
  text-transform: uppercase; }
  .pagination__view {
    float: left; }
  .pagination__links {
    float: right; }
  .pagination__all {
    color: #808080;
    display: inline-block;
    margin-left: 10px;
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: .5px; }
  .pagination .page-numbers {
    color: #808080;
    display: inline-block;
    margin: 0 2px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 1.1rem; }
    .pagination .page-numbers.dots {
      width: auto; }
    .pagination .page-numbers.current {
      background-color: #E6E6E6;
      border-radius: 50%; }

/*Typing Loader*/
.typing_loader {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-animation: typing 1s linear infinite alternate;
  animation: typing 1s linear infinite alternate;
  margin: 46px auto;
  /* Not necessary- its only for layouting*/
  position: relative;
  left: -12px;
  top: -6px; }

@-webkit-keyframes typing {
  0% {
    background-color: white;
    -webkit-box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
            box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px rgba(255, 255, 255, 0.2); }
  25% {
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 12px 0px 0px 0px white, 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
            box-shadow: 12px 0px 0px 0px white, 24px 0px 0px 0px rgba(255, 255, 255, 0.2); }
  75% {
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px white;
            box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px white; } }

@keyframes typing {
  0% {
    background-color: white;
    -webkit-box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
            box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px rgba(255, 255, 255, 0.2); }
  25% {
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 12px 0px 0px 0px white, 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
            box-shadow: 12px 0px 0px 0px white, 24px 0px 0px 0px rgba(255, 255, 255, 0.2); }
  75% {
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px white;
            box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px white; } }

.spinner {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100; }
  .spinner .block-container {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 90px;
    width: 90px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.06);
    border-radius: 50%;
    border: 3px solid white;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .spinner .block {
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: #808080;
    -webkit-animation: spinner 1.6s infinite;
            animation: spinner 1.6s infinite; }
    .spinner .block:nth-child(1) {
      left: 10px;
      top: 10px; }
    .spinner .block:nth-child(2) {
      right: 10px;
      top: 10px;
      -webkit-animation-delay: .4s;
              animation-delay: .4s; }
    .spinner .block:nth-child(3) {
      right: 10px;
      bottom: 10px;
      -webkit-animation-delay: .8s;
              animation-delay: .8s; }
    .spinner .block:nth-child(4) {
      left: 10px;
      bottom: 10px;
      -webkit-animation-delay: 1.2s;
              animation-delay: 1.2s; }
  .spinner.active {
    display: inline-block; }

@-webkit-keyframes spinner {
  0% {
    opacity: 0; }
  30% {
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes spinner {
  0% {
    opacity: 0; }
  30% {
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.read-more {
  font-weight: 600;
  display: block;
  margin: 10px 0 0; }
  .read-more:after {
    content: "\00BB";
    display: inline-block;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-left: 6px;
    -webkit-transform-origin: center;
            transform-origin: center;
    position: relative;
    top: 1px; }
  .read-more.open {
    margin-bottom: 10px; }
    .read-more.open:after {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
  .read-more:hover, .read-more:active {
    text-decoration: none; }
  @media (min-width: 768px) {
    .read-more {
      display: none; } }

.read-more-link {
  font-size: 1.2rem; }

.flash-new {
  -webkit-animation: flash-white-background 1s 1;
          animation: flash-white-background 1s 1; }

@-webkit-keyframes flash-white-background {
  0% {
    background-color: transparent; }
  50% {
    background-color: white; }
  100% {
    background-color: transparent; } }

@keyframes flash-white-background {
  0% {
    background-color: transparent; }
  50% {
    background-color: white; }
  100% {
    background-color: transparent; } }

.error-message {
  color: #E73A38;
  display: none;
  margin: 20px 0;
  text-align: center; }
  .error-message.active {
    display: block; }

.check-radio-wrap {
  display: inline-block;
  position: relative;
  margin: 15px 10px;
  vertical-align: middle; }
  .check-radio-wrap input[type="radio"], .check-radio-wrap input[type="checkbox"] {
    opacity: 0; }

.check-radio-custom {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  pointer-events: none;
  border: 3px solid #E6E6E6; }
  *:checked ~ .check-radio-custom:after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    left: 2px;
    top: 2px;
    border-radius: 50%; }

/**
 * partials/header
 * ---
 */
.header {
  background-image: url("./img/pattern.png");
  padding: 15px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 30; }
  @media (min-width: 992px) {
    .header {
      padding-top: 25px;
      padding-bottom: 25px;
      position: static;
      border-top: none !important; } }

.hamburger {
  display: block;
  float: left;
  width: 23px;
  height: 25px;
  position: relative;
  z-index: 30;
  cursor: pointer;
  margin-right: 15px;
  display: none; }
  @media (min-width: 992px) {
    .hamburger {
      display: none; } }
  @media (max-width: 991.98px) {
    .home .hamburger {
      display: block; } }

.burger {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  top: 14px;
  background-color: white;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: background-color 0s .3s;
  transition: background-color 0s .3s; }
  .burger:after, .burger:before {
    content: '';
    position: absolute;
    display: block;
    height: 2px;
    width: 100%;
    top: -9px;
    background-color: white;
    -webkit-transition: top .3s .3s, width .3s .3s, -webkit-transform .3s;
    transition: top .3s .3s, width .3s .3s, -webkit-transform .3s;
    transition: transform .3s, top .3s .3s, width .3s .3s;
    transition: transform .3s, top .3s .3s, width .3s .3s, -webkit-transform .3s; }
  .burger:after {
    top: 9px;
    /*width: 80%;*/ }
  .nav-open .burger {
    background-color: transparent; }
    .nav-open .burger:after, .nav-open .burger:before {
      top: 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: top .3s, width .3s, -webkit-transform .3s .3s;
      transition: top .3s, width .3s, -webkit-transform .3s .3s;
      transition: top .3s, transform .3s .3s, width .3s;
      transition: top .3s, transform .3s .3s, width .3s, -webkit-transform .3s .3s; }
    .nav-open .burger:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      width: 100%; }

@media (min-width: 992px) {
  .header__top {
    margin-bottom: 50px; } }

.logo {
  width: 160px;
  height: auto;
  float: left;
  display: none; }
  @media (min-width: 992px) {
    .logo {
      display: block; } }

.header__main {
  position: relative; }

@media (max-width: 767.98px) {
  .home .header__main .site-title__main {
    font-size: 1.6rem;
    position: relative;
    top: 8px; } }

@media (max-width: 767.98px) {
  .home .header__main .site-title__info {
    top: 7px; } }

.site-title {
  line-height: 1;
  float: left; }
  @media (max-width: 991.98px) {
    .site-title {
      position: relative;
      top: -2px; } }
  .site-title span {
    font-weight: 300;
    color: white;
    font-size: 2.4rem;
    line-height: 1.2;
    position: relative;
    top: 3px;
    letter-spacing: .05em; }
  @media (min-width: 992px) {
    .site-title {
      width: calc(100% - 150px);
      padding-right: 30px; }
      .site-title span {
        font-size: 4.4rem;
        position: static;
        line-height: 1;
        letter-spacing: .02em; } }
  .site-title__main {
    display: none; }
    @media (min-width: 992px) {
      .site-title__main {
        display: inline; } }
    .home .site-title__main {
      display: inline; }
  .site-title__mobile {
    display: inline; }
    @media (min-width: 992px) {
      .site-title__mobile {
        display: none; } }
    .home .site-title__mobile {
      display: none; }

.back-arrow {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  margin-right: 7px;
  top: 1px !important; }
  .back-arrow:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    height: 2px;
    width: 100%;
    background-color: white; }
  .back-arrow:after {
    content: '';
    display: block;
    position: absolute;
    left: 1px;
    top: 2px;
    height: 16px;
    width: 16px;
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.site-title__info {
  display: inline-block; }
  @media (max-width: 991.98px) {
    .site-title__info {
      background-image: url("./img/mobile_question_mark.svg");
      background-repeat: no-repeat;
      background-position: center;
      padding: 0 35px 0 0;
      width: 18px;
      height: 18px;
      border: none;
      font-size: 0;
      vertical-align: bottom;
      position: relative;
      top: -1px; } }
  @media (min-width: 992px) {
    .site-title__info {
      margin-left: 2em;
      vertical-align: text-bottom;
      display: inline-block;
      padding: 9px 20px; } }

.search-bar-wrapper {
  float: right; }
  @media (min-width: 992px) {
    .search-bar-wrapper {
      width: 150px;
      height: auto; } }
  .search-bar-wrapper .search-bar {
    position: relative; }
    @media (min-width: 992px) {
      .search-bar-wrapper .search-bar {
        background-size: 17px;
        background-position: right center;
        width: auto;
        height: auto;
        display: block;
        position: absolute;
        bottom: 0;
        right: 0; } }
  .search-bar-wrapper button {
    background: none;
    border: none;
    border-radius: 0px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 3px;
    padding: 0;
    outline: none;
    cursor: pointer; }
  .search-bar-wrapper input {
    display: none;
    width: 150px;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    color: white;
    padding: 6px 21px 6px 10px; }
    .search-bar-wrapper input[type="text"]::-webkit-input-placeholder {
      color: white;
      opacity: 1;
      /* Firefox */ }
    .search-bar-wrapper input[type="text"]:-ms-input-placeholder {
      color: white;
      opacity: 1;
      /* Firefox */ }
    .search-bar-wrapper input[type="text"]::-ms-input-placeholder {
      color: white;
      opacity: 1;
      /* Firefox */ }
    .search-bar-wrapper input[type="text"]::placeholder {
      color: white;
      opacity: 1;
      /* Firefox */ }
      @media (min-width: 992px) {
        .search-bar-wrapper input[type="text"]::-webkit-input-placeholder {
          color: transparent; }
        .search-bar-wrapper input[type="text"]:-ms-input-placeholder {
          color: transparent; }
        .search-bar-wrapper input[type="text"]::-ms-input-placeholder {
          color: transparent; }
        .search-bar-wrapper input[type="text"]::placeholder {
          color: transparent; } }
    @media (max-width: 991.98px) {
      .search-bar-wrapper input {
        padding: 0px 30px 0px 0;
        font-size: 2rem;
        text-align: right;
        font-weight: 400; } }
    @media (min-width: 992px) {
      .search-bar-wrapper input {
        border-bottom: 1px solid white;
        display: block; } }

.search .search-bar-wrapper input {
  display: block; }

/**
 * partials/nav
 * ---
 * Menus
 */
.nav {
  color: white; }
  @media (max-width: 991.98px) {
    .nav {
      position: fixed;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      padding: 20px 20px 15px 0;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
      -webkit-transition: -webkit-transform .6s;
      transition: -webkit-transform .6s;
      transition: transform .6s;
      transition: transform .6s, -webkit-transform .6s;
      -webkit-transition-timing-function: cubic-bezier(0.5, -0.01, 0.39, 0.99);
              transition-timing-function: cubic-bezier(0.5, -0.01, 0.39, 0.99); }
      .nav.signed-out {
        padding-top: 60px; }
      .nav:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        height: 100%;
        background-color: white; } }
  @media (max-width: 991.98px) {
    .nav-open .nav {
      -webkit-transform: translateX(0%);
              transform: translateX(0%); } }
  @media (min-width: 992px) {
    .nav {
      position: relative;
      float: right;
      text-align: right;
      background-color: transparent !important; }
      .nav.signed-in {
        padding-right: 70px; } }

.nav__thumb {
  position: absolute;
  left: 80px; }
  @media (min-width: 992px) {
    .nav__thumb {
      right: 0;
      left: auto; } }

.thumb {
  max-width: 55px;
  height: auto;
  border-radius: 50%;
  border: 3px solid white; }

.nav__thumb-unknown {
  width: 55px;
  border: none; }

.nav__intro {
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: .05em; }
  @media (max-width: 991.98px) {
    .nav__intro {
      padding-left: 148px;
      margin-top: 6px; } }
  @media (min-width: 992px) {
    .nav__intro {
      font-size: 2rem;
      margin-bottom: -6px; } }

.nav__menu {
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  list-style: none; }
  @media (max-width: 991.98px) {
    .nav__menu {
      font-size: 2rem;
      margin: 30px 0 0;
      padding: 0; }
      .nav__menu a {
        display: block;
        padding: 30px 15px;
        border-top: 1px solid white; }
      .nav__menu li:last-child a {
        border-bottom: 1px solid white; } }
  @media (min-width: 992px) {
    .nav__menu {
      font-size: 1.1rem; }
      .nav__menu li {
        display: inline-block;
        margin-left: 25px; }
        .nav__menu li:first-child {
          margin-left: 0; } }
  .nav__menu a:hover, .nav__menu a:focus {
    opacity: .8;
    text-decoration: none; }
  .nav__menu a:not(.sign-up) {
    color: white; }
  @media (max-width: 991.98px) {
    .nav__menu .sign-up {
      color: white; } }
  @media (min-width: 992px) {
    .nav__menu .sign-up {
      background: white;
      padding: 8px 25px; } }

.nav__cta {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 10px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.7rem;
  width: 80%;
  text-align: center;
  max-width: 300px; }
  @media (min-width: 992px) {
    .nav__cta {
      display: none; } }

/**
 * partials/sidebar
 * ---
 */
/**
 * partials/footer
 * ---
 */
.footer {
  color: white;
  padding: 40px 0;
  margin-top: 80px;
  font-size: 1.2rem; }
  @media (max-width: 767.98px) {
    .footer {
      text-align: center; } }
  .footer__social {
    text-transform: uppercase; }
    @media (max-width: 767.98px) {
      .footer__social {
        margin-bottom: 20px; } }
  .footer__social-icons {
    margin-top: 10px; }
    .footer__social-icons a {
      display: inline-block;
      width: 30px;
      height: 30px; }
      .footer__social-icons a:first-child {
        margin-right: 10px; }
  .footer__extras {
    text-align: center; }
    @media (min-width: 768px) {
      .footer__extras {
        text-align: right; } }
    .footer__extras img {
      height: 12px;
      width: auto;
      display: inline-block;
      vertical-align: baseline; }
    .footer__extras a {
      color: white; }
    .footer__extras p {
      font-weight: 500;
      margin-bottom: -2px;
      line-height: 1.1; }
      @media (max-width: 767.98px) {
        .footer__extras p {
          line-height: 1.4; } }
  .footer p {
    font-size: 1.2rem; }

.modal {
  position: fixed;
  left: 50%;
  top: 50%;
  background-color: #F7F9FB;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 90%;
  padding: 30px 20px 20px;
  z-index: 50;
  border-radius: 10px;
  text-align: center;
  font-size: 1.2rem;
  display: none; }
  .modal--delete {
    padding: 50px 20px 70px;
    width: 80%; }
  .modal--response {
    width: 700px; }
    .modal--response input, .modal--response textarea {
      text-align: left;
      width: 100%; }
  @media (min-width: 992px) {
    .modal {
      max-width: 673px;
      padding: 30px 100px 20px; }
      .modal--delete {
        padding: 50px 60px 70px;
        max-width: 340px; } }
  .modal.open {
    display: block; }
  .modal input, .modal textarea {
    font-weight: 500;
    padding: 1.1rem 1.8rem;
    font-size: 1.2rem;
    display: block;
    margin: 15px auto;
    border: 1px solid #E6E6E6; }
  .modal .tag-list {
    margin-top: -16px;
    background-color: white;
    border: 1px solid #E6E6E6;
    border-top: white; }
  .modal input[type="email"], .modal input[type="password"] {
    width: 300px;
    max-width: 100%;
    margin: 20px 0;
    background-color: transparent; }
  .modal input[type="submit"] {
    cursor: pointer;
    width: 100%;
    margin-top: 30px;
    padding: 1.6rem;
    text-align: center; }
    @media (min-width: 992px) {
      .modal input[type="submit"] {
        margin-top: 15px;
        width: auto; } }
  .modal label {
    display: none; }
  .modal a {
    font-weight: 600; }

.modal__title {
  font-size: 2rem;
  margin-bottom: 25px; }
  .modal--delete .modal__title {
    margin-bottom: 0; }

.modal__closer {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer; }
  .modal__closer:after, .modal__closer:before {
    content: '';
    height: 1px;
    width: 100%;
    top: 50%;
    position: absolute;
    display: block;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #808080; }
  .modal__closer:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.modal-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 40;
  display: none; }
  .modal-overlay.open {
    display: block; }

.cancel-delete-buttons {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0; }

.cancel-delete-buttons button {
  float: left;
  height: 40px;
  width: 50%;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  outline: none; }

.cancel-button {
  border-bottom-left-radius: 10px;
  background-color: #F3F5F9;
  color: #808080; }

.delete-button {
  border-bottom-right-radius: 10px;
  color: white;
  background-color: #E73A38;
  border: none; }

.login-flow .modal-content {
  display: none; }
  .login-flow .modal-content.active {
    display: block; }

.login-flow input[type="email"] {
  margin: 20px auto; }

.login-flow .btn {
  width: 200px;
  margin: 20px auto; }

.login-flow svg {
  margin: 20px 0 30px;
  max-width: 80px; }

.login-flow p:not(:last-child) {
  font-size: 1.5rem;
  max-width: 400px;
  margin-bottom: 25px;
  margin-top: 0; }

.login-flow .btn {
  font-weight: 700;
  font-size: 1.2rem; }

/**
 * partials/print
 * ---
 * Print version
 * (from https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css)
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.sign-up__container {
  max-width: 720px;
  margin-top: 30px; }
  .sign-up__container h1 {
    display: none; }
    @media (min-width: 768px) {
      .sign-up__container h1 {
        display: block; } }

.progress-bar {
  height: 10px;
  width: 100%;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .progress-bar {
      margin-bottom: 60px; } }
  .progress-bar .sign-up__step {
    width: 25%;
    height: 3px;
    border-radius: 3px;
    background-color: #E6E6E6;
    float: left;
    position: relative; }
    @media (min-width: 768px) {
      .progress-bar .sign-up__step {
        height: 5px;
        border-radius: 5px; } }
    .progress-bar .sign-up__step:after {
      content: '';
      display: block;
      border-radius: 50%;
      position: absolute;
      right: -3px;
      top: -2px;
      width: 8px;
      height: 8px;
      background-color: inherit;
      z-index: 1; }
      @media (min-width: 768px) {
        .progress-bar .sign-up__step:after {
          right: -3px;
          top: -3px;
          width: 12px;
          height: 12px; } }

.sign-up__forms {
  position: relative;
  padding-top: 20px; }

.sign-up__form {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  font-size: 1.2rem;
  font-weight: 700;
  color: #808080; }
  .sign-up__form.active {
    opacity: 1;
    pointer-events: auto;
    height: auto;
    display: block; }
  .sign-up__form.loaded {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .sign-up__form--profile {
    position: static !important; }
    .sign-up__form--profile .thumb {
      margin-right: 20px;
      -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1); }
      .sign-up__form--profile .thumb.nav__thumb-unknown {
        -webkit-box-shadow: none;
                box-shadow: none; }
  .sign-up__form label {
    margin: 20px 0 10px;
    display: inline-block; }
  .sign-up__form input, .sign-up__form select, .sign-up__form textarea {
    width: 100%;
    border: none;
    background-color: white;
    margin: 0;
    height: 42px;
    color: #808080; }
    @media (max-width: 991.98px) {
      .sign-up__form input, .sign-up__form select, .sign-up__form textarea {
        margin: 10px 0; } }
    .sign-up__form input:disabled, .sign-up__form select:disabled, .sign-up__form textarea:disabled {
      background-color: rgba(255, 255, 255, 0.5);
      cursor: not-allowed; }
  .sign-up__form select {
    -webkit-appearance: none; }
  .sign-up__form input[type="radio"], .sign-up__form input[type="checkbox"] {
    width: 20px;
    height: 20px; }
  .sign-up__form textarea {
    padding: 1.2em;
    resize: vertical;
    font-weight: 600;
    height: auto; }
  @media (min-width: 992px) {
    .sign-up__form .form-control {
      margin: 20px 0; } }
  .sign-up__form .form-control__submits {
    text-align: center;
    margin-top: 30px; }
    .sign-up__form .form-control__submits .col-md-12 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      @media (min-width: 768px) {
        .sign-up__form .form-control__submits .col-md-12 {
          display: block; } }
    @media (min-width: 768px) {
      .sign-up__form .form-control__submits {
        margin-top: 50px;
        display: block; } }
  .sign-up__form .btn, .sign-up__form .btn--modal {
    width: 160px;
    display: inline-block;
    margin: 0 3px;
    padding-top: 1.5rem; }
    @media (max-width: 991.98px) {
      .sign-up__form .btn, .sign-up__form .btn--modal {
        margin: 10px auto;
        width: 90%; } }
    .sign-up__form .btn:hover, .sign-up__form .btn--modal:hover {
      opacity: .8; }

.sign-up__form--checkboxes p {
  vertical-align: text-top;
  margin-top: -2px;
  display: inline-block;
  font-weight: 600; }
  @media (max-width: 767.98px) {
    .sign-up__form--checkboxes p {
      max-width: 260px; } }

.file-upload-container {
  margin-bottom: 20px; }
  .file-upload-container label {
    cursor: pointer; }
  .file-upload-container p {
    display: inline-block;
    padding-left: 20px; }
    @media (max-width: 767.98px) {
      .file-upload-container p {
        display: block;
        padding-left: 0; } }

.file-upload {
  border: 1px solid #808080;
  padding: 1.2em 40px 1em 50px;
  background-image: url("./img/upload.svg");
  background-size: 20px;
  background-position: 23px center;
  background-repeat: no-repeat; }

@media (max-width: 767.98px) {
  .home .main > .container > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

.forum__box p {
  font-size: 1.5rem;
  line-height: 1.7; }

.forum__extras {
  color: #E6E6E6; }
  .forum__extras img {
    width: auto;
    height: 15px;
    display: inline-block; }
  .forum__extras a {
    margin: 0 10px;
    display: inline-block; }
    .forum__extras a:first-child {
      margin-left: 0; }

.response__avatar {
  float: left; }
  @media (min-width: 992px) {
    .response__avatar {
      float: none;
      position: absolute;
      left: 40px; } }
  .response__avatar .thumb {
    border: none; }
  .response__avatar span {
    display: inline-block;
    margin-left: 20px;
    margin-top: 15px;
    font-weight: 600; }
  .response__avatar .response__mod {
    margin-left: 2px;
    color: #8e8e8e;
    text-transform: uppercase;
    font-size: .8em;
    position: relative;
    top: -1px; }

.response__date {
  float: right;
  text-transform: uppercase;
  text-align: right;
  margin-top: 12px;
  font-size: 1.1rem; }
  .response__date a {
    color: #808080; }

.response__content {
  padding-top: 30px; }
  .response__content h3 {
    font-weight: 300;
    color: black;
    font-size: 2rem;
    margin-bottom: 15px; }

.read-response {
  font-size: 1.2rem;
  display: block;
  margin: 10px 0 20px; }

.response__extras {
  font-size: 1.3rem;
  margin-top: 30px; }
  .response__extras > div {
    display: inline-block; }
  @media (max-width: 767.98px) {
    .response__extras-buttons {
      margin-top: 30px;
      display: block !important; } }
  @media (min-width: 768px) {
    .response__extras-buttons {
      float: right;
      margin-top: -16px; } }
  .response__extras-buttons > button {
    margin-right: 10px; }
    .response__extras-buttons > button:last-child {
      margin-right: 0; }

.tags {
  font-size: 1.1rem;
  color: #808080;
  margin: 20px 0 30px; }
  .tags span {
    text-transform: uppercase; }

@media (min-width: 768px) {
  .sidebar {
    padding-left: 40px; } }

.sidebar .box {
  padding: 20px; }

.intro {
  margin-bottom: 40px; }
  @media (max-width: 767.98px) {
    .intro {
      background-color: white;
      padding: 20px; } }
  .intro img {
    height: auto; }
  .intro__gallery img {
    display: inline-block;
    width: 22%;
    margin-right: 3%;
    border: 3px solid white;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16); }
    @media (max-width: 767.98px) {
      .intro__gallery img {
        border-radius: 50%;
        border: 3px solid white; } }
  .intro h3 {
    font-weight: 500;
    font-size: 1.6rem;
    color: black; }
  .intro__message {
    font-weight: 300;
    font-size: 1.2rem; }
    @media (max-width: 767.98px) {
      .intro__message {
        display: none; } }

.mod-message {
  display: none; }
  @media (min-width: 768px) {
    .mod-message {
      display: block; } }
  .mod-message__title {
    padding-bottom: 10px; }
  .mod-message__profile {
    margin-bottom: 20px; }
    .mod-message__profile img {
      float: left;
      width: 55px;
      height: 55px;
      margin-right: 15px;
      border-radius: 50%; }
    .mod-message__profile-name {
      font-size: 1.2rem;
      font-weight: 600;
      color: black;
      margin-top: 8px; }
      .mod-message__profile-name span {
        display: block;
        font-weight: 500; }

.our-members {
  display: none; }
  @media (min-width: 768px) {
    .our-members {
      display: block; } }
  .all-users .our-members {
    display: block; }
  .our-members h2 {
    padding-bottom: 10px;
    margin-bottom: 0; }
  .our-members .thumb {
    border: none; }
  .our-members__user {
    padding: 20px 0;
    border-color: #e8e8e8;
    font-size: 1.2rem;
    font-weight: 600; }
    .our-members__user img {
      display: inline-block;
      margin-right: 20px; }
    .our-members__user-expert {
      display: inline-block;
      vertical-align: middle; }
      .our-members__user-expert span {
        display: block;
        color: black;
        font-size: 1.1rem;
        font-weight: 400; }
  .our-members__all {
    float: right;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #808080; }
  .our-members--expert .our-members__user:last-child, .our-members--all .our-members__user:last-child {
    border: none; }

#post-sorter {
  position: absolute;
  right: 20px;
  top: 26px; }
  @media (min-width: 768px) {
    #post-sorter {
      right: 40px; } }

.dropdown {
  height: 40px;
  line-height: 40px;
  position: relative;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  background-color: white;
  z-index: 1;
  font-size: 1.2rem;
  cursor: pointer; }
  .dropdown:after {
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    top: 13px;
    height: 10px;
    width: 10px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .dropdown:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px; }
  .dropdown.open {
    height: auto; }
    .dropdown.open .dropdown__selected {
      background-color: #F7F9FB; }
    .dropdown.open:before {
      display: none; }
    .dropdown.open:after {
      border-right: 2px solid #808080;
      border-bottom: 2px solid #808080; }
  .dropdown__selected {
    color: black;
    padding: 0px 60px 0px 20px; }
    .dropdown__selected span {
      font-weight: bold; }
  .dropdown__option {
    padding: 0px 60px 0px 20px;
    font-weight: 600;
    border-top: 1px solid #f7f7f7;
    position: relative; }
    .dropdown__option:hover {
      background-color: #F7F9FB; }
      .dropdown__option:hover:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 3px; }

.post-header h2 {
  margin-bottom: 0; }

.wiki-user {
  padding-top: 40px;
  padding-bottom: 40px; }
  .wiki-user h2 {
    font-size: 1.8rem; }
  .wiki-user__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px; }
  .wiki-user__avatar {
    font-weight: 600;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .wiki-user__avatar img {
      margin-right: 15px;
      border: none; }
  .wiki-user__edit {
    text-transform: uppercase;
    font-weight: 600;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: right; }
    @media (min-width: 768px) {
      .wiki-user__edit {
        margin-right: -30px; } }
    .wiki-user__edit svg {
      width: 20px;
      height: auto; }
  .wiki-user__bio {
    margin-bottom: 40px; }
    .wiki-user__bio h2 {
      margin-bottom: 10px; }
  .wiki-user__tabs {
    margin: 0 -15px; }
    @media (min-width: 768px) {
      .wiki-user__tabs {
        margin: 0 -40px; } }
  .wiki-user__tabs-header {
    border-bottom: 1px solid #E6E6E6;
    padding-left: 15px; }
    .wiki-user__tabs-header h2 {
      float: left;
      margin-bottom: 0;
      line-height: 1; }
    @media (min-width: 768px) {
      .wiki-user__tabs-header {
        padding-left: 40px; } }
  .wiki-user__tabs-container {
    float: right; }
  .wiki-user__tab {
    display: block;
    padding: 6px 8px;
    float: left;
    border: 1px solid #E6E6E6;
    border-bottom: none;
    border-right: none;
    position: relative;
    text-transform: uppercase;
    font-size: 1.1rem;
    cursor: pointer; }
    .wiki-user__tab:last-child {
      border-right: 1px solid #E6E6E6; }
    .wiki-user__tab.active {
      font-weight: 600;
      cursor: default; }
      .wiki-user__tab.active:after {
        content: '';
        display: block;
        width: 100%;
        height: 3px;
        background-color: #F7F9FB;
        position: absolute;
        bottom: -2px;
        left: 0; }
  .wiki-user__tab-fields {
    padding-top: 30px; }
  .wiki-user__tab-field {
    display: none; }
    .wiki-user__tab-field.active {
      display: block; }
    .wiki-user__tab-field h2 {
      float: left; }
    .wiki-user__tab-field .date {
      float: right;
      font-size: 1.2rem;
      margin-top: 2px; }
  .wiki-user__tab-entry {
    padding: 30px 15px;
    border-bottom: 1px solid #E6E6E6; }
    .wiki-user__tab-entry h2 {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .wiki-user__tab-entry {
        padding-left: 40px;
        padding-right: 40px; } }
    .wiki-user__tab-entry:last-child {
      border-bottom: none; }

.box--post {
  padding: 0; }
  .box--post .border-bottom {
    border: none; }
  @media (max-width: 767.98px) {
    .box--post .box--no-margin {
      margin: 0 auto; } }

.response--child {
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px; }
  @media (min-width: 768px) {
    .response--child {
      margin-left: 40px;
      padding-left: 130px;
      padding-right: 0;
      margin-right: 40px; } }
  .response--child .response__avatar {
    left: 60px; }
  .response--child.border-top:not(:first-child) {
    border: none; }

.comment-response-form {
  display: none;
  position: relative;
  margin-top: 40px; }
  .comment-response-form.active {
    display: block; }
  .comment-response-form img {
    display: none; }
    @media (min-width: 768px) {
      .comment-response-form img {
        display: block;
        position: absolute;
        left: 0; } }
  @media (min-width: 768px) {
    .comment-response-form {
      padding-left: 70px; } }
  .comment-response-form textarea {
    width: 100%;
    background-color: white;
    border: none;
    padding: 1em; }
  .comment-response-form input {
    width: 100%;
    margin-top: 20px; }
    @media (min-width: 768px) {
      .comment-response-form input {
        float: right;
        width: auto; } }
