/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.2.1
* Docs at http://davidtheclark.github.io/scut
*/
/* ==========================================================================
   Projects page
   ========================================================================== */
.projects__map {
  position: relative;
  height: 500px;
  width: 100%; }
  .projects__map img {
    max-width: none; }
  .projects__map__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    -moz-transition: opacity 0.5s ease, visibility 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 1.618em;
    visibility: hidden;
    opacity: 0;
    z-index: 1; }
    .projects__map__overlay.\--visible {
      opacity: 1;
      visibility: visible; }
  .projects__map__balloon {
    margin-top: .5em; }
    .projects__map__balloon img {
      float: left;
      margin-right: 1.618em; }
    .projects__map__balloon h4 {
      margin-top: 0; }
    .projects__map__balloon p {
      margin-bottom: 0;
      font-weight: normal; }

/* ==========================================================================
   Person card
   ========================================================================== */
.person {
  margin-bottom: 1.33333rem; }
  .person h4 {
    text-transform: none; }
  .person__role {
    position: absolute !important;
    bottom: 0;
    z-index: 1; }
  .person__picture {
    display: block;
    overflow: hidden;
    position: relative; }
    .person__picture img {
      transform: translateY(-12.5%); }
  .person__inner {
    padding-left: 1.33333rem;
    padding-right: 1.33333rem; }

/* ==========================================================================
   Author page
   ========================================================================== */
@media only screen and (max-width: 40em) {
  .author__title {
    text-align: center; }
  .author__picture {
    text-align: center;
    margin-bottom: 1.618em; } }

/* ==========================================================================
   CLASSIFY
   ========================================================================== */
.articles-classify table {
  width: 100%; }

.com_ae__error {
  text-align: center; }
  .com_ae__error i {
    font-size: 6.85353rem;
    margin: 2.61792rem;
    display: block; }
  .com_ae__error ol {
    display: inline-block;
    text-align: left;
    text-indent: 0.61805rem; }
  .com_ae__error ul {
    list-style: none;
    margin: 2.61792rem 0 0; }
    .com_ae__error ul li {
      display: inline-block; }
      .com_ae__error ul li:not(:last-child):after {
        content: ' |'; }
  .com_ae__error--404 i, .com_ae__error--404 h1 {
    color: #9cc120; }
  .com_ae__error--500 i, .com_ae__error--500 h1 {
    color: red; }

.com_ae--purchases {
  margin-top: 1.33333rem; }

.com_ae--subscribe .switch {
  margin-bottom: 0; }

.ae-purchase__details .button {
  margin-bottom: 0; }

.ae-purchase__price {
  font-size: 25px;
  text-align: center;
  line-height: 1; }
  .ae-purchase__price + p {
    margin-top: -0.618em; }

.ae-purchase__sheet {
  margin-top: 1.33333rem; }

.ae-purchase__rename2 {
  overflow: hidden;
  margin-top: 0.66667rem;
  margin-bottom: -0.66667rem; }

@media only screen and (min-width: 64.0625em) {
  .ae-purchase__rename1 {
    display: flex; }
  .ae-purchase__details {
    display: flex;
    flex-direction: column; }
  .ae-purchase__description {
    flex-grow: 1; } }

.ae-purchases__title {
  margin-top: 2.61792rem; }

.ae-purchases__category {
  display: block;
  margin-bottom: 1.33333rem !important; }
  .ae-purchases__category > * {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    color: #58595b; }

.ae-purchases__rename2 {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 0 !important; }
  .ae-purchases__rename2:before {
    content: "";
    display: block;
    height: 0;
    padding-top: 100%; }
  .ae-purchases__rename2 img {
    position: absolute;
    top: 0;
    left: 0; }
  .ae-purchases__rename2 span {
    position: absolute;
    top: 50%;
    margin-top: auto;
    margin-bottom: auto;
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 0 1em #000;
    font-size: 2.61792rem;
    line-height: 1; }

.ae-purchases__description {
  text-align: center; }

.ae-purchases__products {
  margin-top: 1.33333rem; }

.ae-purchases__product {
  padding: 0; }
  .ae-purchases__product, .ae-purchases__product > * {
    display: block; }
  .ae-purchases__product__image {
    overflow: hidden;
    position: relative; }
    .ae-purchases__product__image:before {
      content: "";
      display: block;
      height: 0;
      padding-top: 100%; }
    .ae-purchases__product__image img {
      position: absolute;
      top: 50%;
      margin-top: auto;
      margin-bottom: auto;
      left: 50%;
      margin-left: auto;
      margin-right: auto;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      height: 100%;
      width: 100%; }
  .ae-purchases__product__title {
    text-align: center;
    padding: 1.33333rem;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .ae-purchases__product-wrapper {
    text-align: center;
    padding: 0.66667rem !important; }
  .ae-purchases__product__details {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column; }

.ae-purchases__tag, .ae-purchases__intro {
  color: #999; }

.ae-purchases__intro-wrapper {
  overflow: hidden; }

.ae-purchases__price {
  font-size: 18px; }

.ae-purchases__price-original {
  position: relative; }
  .ae-purchases__price-original:after {
    content: "";
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    background-color: #58595b;
    position: absolute; }

.pricing-tables {
  display: flex;
  align-items: center;
  margin-top: 2.61792rem;
  margin-bottom: 2.61792rem; }

.pricing-table {
  background-color: #fff;
  border: solid 1px #ccc;
  width: 100%;
  text-align: center;
  list-style-type: none; }
  .pricing-table li {
    border-bottom: dotted 1px #ccc;
    padding: 0.875rem 1.125rem; }
    .pricing-table li:last-child {
      border-bottom: 0; }
  .pricing-table .title {
    background-color: #9cc120;
    color: #fff;
    border-bottom: 0; }
  .pricing-table .price {
    background-color: #eee;
    font-size: 2rem;
    border-bottom: 0; }
  .pricing-table .description {
    color: #333;
    font-size: 0.85em; }
  .pricing-table :last-child {
    margin-bottom: 0; }
  .pricing-table--best {
    border: 4px solid #009143; }

/*# sourceMappingURL=frontend.css.map */