@charset "UTF-8";
html {
  font-size: 62.5%;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: light;
}

body, p, a, span, li, h1, h2, h3, h4, input {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body {
  color: #222;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3em;
}

.content-wrap {
  padding-bottom: 350px;
  position: relative;
}

a {
  color: #222;
  text-decoration: underline;
}

a:hover {
  color: #3c3c3c;
}

.container {
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
}

.default-wrap {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1200px;
}

@media screen and (max-width: 700px) {
  .content-wrap {
    padding-bottom: 0;
  }
}

@media screen and (max-device-width: 700px) {
  .content-wrap {
    padding-bottom: 0;
  }
}

.category-tag, .template-item__category, .template-item__badge, .template__category, .template__badge {
  background-color: #222;
  color: white;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
  text-decoration: none;
  padding: 6px;
}

.category-tag:hover, .template-item__category:hover, .template-item__badge:hover, .template__category:hover, .template__badge:hover {
  color: white;
}

.version, .template-item__version, .template__version {
  color: #aaa;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
}

.templates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.templates__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 31%;
          flex: 1 1 31%;
  margin-right: 20px;
  margin-bottom: 40px;
  min-width: 340px;
  min-height: 450px;
  box-sizing: border-box;
}

@media screen and (max-width: 1175px) {
  .templates__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 48%;
            flex: 1 1 48%;
  }
}

@media screen and (max-device-width: 1175px) {
  .templates__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 48%;
            flex: 1 1 48%;
  }
}

@media screen and (max-width: 1000px) {
  .templates__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-right: 0;
  }
}

@media screen and (max-device-width: 1000px) {
  .templates__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-right: 0;
  }
}

.related-templates {
  margin-top: 120px;
  margin-bottom: 120px;
}

.related-templates__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.related-templates__header {
  font-size: 50px;
  font-size: 5rem;
  line-height: 62px;
  line-height: 6.2rem;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 1220px) {
  .related-templates__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .related-templates .template-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

@media screen and (max-device-width: 1220px) {
  .related-templates__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .related-templates .template-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.template-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  text-decoration: none;
}

.template-item:hover {
  opacity: 0.7;
  cursor: pointer;
}

.template-item:last-child {
  margin-right: 0;
}

.template-item__icon {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  height: 380px;
  position: relative;
}

.template-item__icon img {
  height: auto !important;
  max-width: 380px;
}

.template-item__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.template-item__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 45px;
  line-height: 4.5rem;
}

.template-item__meta {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.template-item__category {
  margin-right: 5px;
}

.template-item__badge {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 15px;
  line-height: 1.5rem;
  padding: 10px;
  position: absolute;
  right: 0px;
  top: 0px;
  font-weight: bold;
}

.template-item__support {
  -webkit-box-flex: 2;
      -ms-flex: 2 1 auto;
          flex: 2 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.template-item__support img {
  margin-left: 3px;
}

@media screen and (max-width: 380px) {
  .template-item__icon {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 310px;
            flex: 1 1 310px;
  }
  .template-item__icon img {
    max-width: 310px;
  }
}

@media screen and (max-device-width: 380px) {
  .template-item__icon {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 310px;
            flex: 1 1 310px;
  }
  .template-item__icon img {
    max-width: 310px;
  }
}

.template.template--photoshop .template__element--sketch {
  display: none;
}

.template.template--sketch .template__element--photoshop {
  display: none;
}

.selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 12px 0;
  position: relative;
  width: 150px;
  border: 2px solid #f5f5f5;
  background-color: #f5f5f5;
  color: #999999;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.selector:hover {
  color: #999999;
}

.selector--disabled {
  border-color: #f5f5f5;
  background-color: #fff;
  color: #999999;
  cursor: default;
}

.selector__soon {
  display: block;
  position: absolute;
  font-style: italic;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 4px 0;
  margin-top: 2px;
  bottom: -11px;
  text-align: center;
  width: 100px;
  left: 25px;
}

.selector__icon {
  display: inline-block;
  margin-right: 5px;
}

.selector--photoshop .selector__icon {
  background-image: url("/app/themes/sage/dist/images/tool-ps-inactive_2x.png");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 24px;
  width: 24px;
}

.selector--sketch .selector__icon {
  background-image: url("/app/themes/sage/dist/images/tool-sketch-inactive_2x.png");
  background-size: 24px 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 20px;
  width: 24px;
}

.template.template--photoshop .selector--photoshop, .selector--photoshop:hover {
  background-color: #46455b;
  border-color: #46455b;
  color: #30dffd;
}

.template.template--photoshop .selector--photoshop .selector__icon, .selector--photoshop:hover .selector__icon {
  background-image: url("/app/themes/sage/dist/images/tool-ps-active_2x.png");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 24px;
  width: 24px;
}

.template.template--sketch .selector--sketch, .selector--sketch:not(.selector--disabled):hover {
  background-color: #ffb623;
  border-color: #ffb623;
  color: #db3214;
}

.template.template--sketch .selector--sketch .selector__icon, .selector--sketch:not(.selector--disabled):hover .selector__icon {
  background-image: url("/app/themes/sage/dist/images/tool-sketch-active_2x.png");
  background-size: 24px 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 20px;
  width: 24px;
}

.template__tool-header {
  color: #aaa;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 3px;
}

.template__tool-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}

.template__changelog-button {
  background-color: whitesmoke;
  color: #bebebe;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
  text-decoration: none;
  margin-left: 10px;
  padding: 6px;
}

.template__changelog-button .smaller {
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 8px;
  line-height: 0.8rem;
}

.template__changelog-button:hover {
  background-color: gainsboro;
}

.template__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.template__icon {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  height: 600px;
  position: relative;
  box-sizing: border-box;
}

.template__icon img {
  height: auto !important;
  max-width: 600px;
}

.template__data {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  border-left: 60px solid transparent;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.template__data-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}

.template__data-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.template__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 30px;
}

.template__title {
  font-size: 56px;
  font-size: 5.6rem;
  line-height: 64px;
  line-height: 6.4rem;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 80px;
  width: 100%;
}

.template__description {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #686868;
}

.template__download {
  margin-top: 30px;
}

.template__category {
  cursor: pointer;
  margin-right: 5px;
}

.template__category:hover {
  opacity: 0.8;
}

.template__badge {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 15px;
  line-height: 1.5rem;
  padding: 10px;
  position: absolute;
  right: 0px;
  top: 0px;
  font-weight: bold;
}

.template__previews {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  box-sizing: border-box;
  text-align: center;
  margin-top: 10px;
}

.template__previews img {
  display: block;
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  display: inline;
  height: auto !important;
  box-sizing: border-box;
}

.template__previews .template__preview--1 {
  border-right: 5px solid transparent;
}

.template__previews .template__preview--2 {
  border-left: 5px solid transparent;
}

.template__extras {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding-left: 60px;
  box-sizing: border-box;
}

.template__extra-header {
  font-size: 16px;
  font-size: 1.6rem;
  color: #686868;
  margin-bottom: 20px;
}

.template__highlight {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-weight: bold;
  background-image: url("/app/themes/sage/dist/images/highligt-icon_2x.png");
  background-size: 24px 21px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 38px;
  margin-bottom: 10px;
}

.template__compatability {
  margin-top: 30px;
}

.template__compatability-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

.template__compatability-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #686868;
  font-size: 15px;
  font-size: 1.5rem;
}

.template__video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-top: 50px;
}

.template__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.template__video-thumbnail {
  display: none;
}

.template__preview-full {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

.template__preview-full img {
  height: auto;
  max-width: 100% !important;
}

.template__faqs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

.template__faq {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
}

.template__faq a:hover {
  color: #222;
}

.template__faq--inside {
  padding-right: 10px;
}

.template__faq--usage {
  padding-left: 10px;
  padding-right: 10px;
}

.template__faq--money {
  padding-left: 10px;
}

.template__faq-header {
  font-size: 30px;
  font-size: 3rem;
  line-height: 38px;
  line-height: 3.8rem;
  margin-bottom: 30px;
}

.template__faq-content {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 27px;
  line-height: 2.7rem;
  color: #686868;
}

.template__faq-content a {
  color: #686868;
  font-weight: bold;
}

.template__changelog-header {
  font-size: 30px;
  font-size: 3rem;
  line-height: 38px;
  line-height: 3.8rem;
  margin-top: 60px;
}

.template__changelog {
  margin-top: 30px;
}

.changelog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.changelog__element {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
}

.changelog__version {
  margin-bottom: 5px;
}

.changelog__text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 27px;
  line-height: 2.7rem;
  color: #686868;
}

@media screen and (max-width: 1235px) {
  .template__data {
    border: none;
  }
  .template__extras {
    padding: 0;
    margin-top: 20px;
  }
}

@media screen and (max-device-width: 1235px) {
  .template__data {
    border: none;
  }
  .template__extras {
    padding: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 750px) {
  .template__data {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 20px;
  }
  .template__extras {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .template__previews {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .template__faqs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .template__faq {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .template__faq-header {
    margin-bottom: 10px;
  }
}

@media screen and (max-device-width: 750px) {
  .template__data {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 20px;
  }
  .template__extras {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .template__previews {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .template__faqs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .template__faq {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .template__faq-header {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 600px) {
  .template__icon {
    display: block;
    height: auto;
  }
  .template__icon img {
    max-width: 100%;
  }
}

@media screen and (max-device-width: 600px) {
  .template__icon {
    display: block;
    height: auto;
  }
  .template__icon img {
    max-width: 100%;
  }
}

.big-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px 80px 10px;
  text-align: center;
}

.big-header--sub .big-header__title-wrap {
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 52px;
  line-height: 5.2rem;
}

.big-header--sub .big-header__subtitle {
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 2.6rem;
}

.big-header--less-padding {
  padding-bottom: 35px;
}

.big-header__title-wrap {
  margin-bottom: 5px;
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 62px;
  line-height: 6.2rem;
}

.big-header__title-wrap div {
  display: inline;
}

.big-header__title-emph {
  font-weight: bold;
}

.big-header__subtitle {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  line-height: 3rem;
  color: #686868;
}

.big-header__action {
  font-weight: bold;
  margin-top: 30px;
}

@media screen and (max-width: 425px) {
  .big-header {
    padding: 15px 0px 30px 0px;
  }
  .big-header__title-wrap {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 50px;
    line-height: 5rem;
  }
}

@media screen and (max-device-width: 425px) {
  .big-header {
    padding: 15px 0px 30px 0px;
  }
  .big-header__title-wrap {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 50px;
    line-height: 5rem;
  }
}

.register-form__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px 80px 10px;
  text-align: center;
}

.register-form__title {
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 50px;
  line-height: 5rem;
}

.register-form__subtitle {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 34px;
  line-height: 3.4rem;
  color: #686868;
}

.register-form__fields {
  background-color: #f5f5f5;
  padding: 30px;
  margin-bottom: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.register-form__reasons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0 30px 0;
}

.register-form__discount-wrap {
  margin-bottom: 30px;
}

.reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
}

.reason__checkmark {
  margin-right: 10px;
}

.why-join {
  background-color: #fff;
  text-decoration: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  min-height: 95px;
}

.why-join__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 95px;
          flex: 0 1 95px;
  height: 95px;
  min-width: 95px;
}

.why-join__details {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  padding: 15px 0 0px 30px;
}

.why-join__title {
  font-size: 21px;
  font-size: 2.1rem;
  width: 100%;
}

.why-join__excerpt {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  width: 100%;
  color: #686868;
  margin-top: 5px;
}

.why-join__action {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 150px;
          flex: 1 1 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 5px;
  min-width: 120px;
}

.why-join__action .button {
  font-size: 14px;
  font-size: 1.4rem;
  border-color: #000;
  padding: 5px 20px;
  text-align: center;
  width: auto;
}

.why-join__action .button:hover {
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 875px) {
  .why-join {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    padding: 15px;
  }
  .why-join__image {
    display: none;
  }
  .why-join__details {
    padding: 0;
    margin-bottom: 20px;
  }
  .why-join__action {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .why-join__action .button {
    padding: 5px 35px;
  }
}

@media screen and (max-device-width: 875px) {
  .why-join {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    padding: 15px;
  }
  .why-join__image {
    display: none;
  }
  .why-join__details {
    padding: 0;
    margin-bottom: 20px;
  }
  .why-join__action {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .why-join__action .button {
    padding: 5px 35px;
  }
}

@media screen and (max-width: 700px) {
  .register-form__fields {
    padding: 15px;
  }
  .register-form__reasons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reason {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

@media screen and (max-device-width: 700px) {
  .register-form__fields {
    padding: 15px;
  }
  .register-form__reasons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reason {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.login-form {
  max-width: 600px;
  margin: 0 auto;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form__video {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__video iframe {
  margin: 27px auto !important;
  max-width: 100% !important;
}

.form__small-text {
  color: #686868;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.form--centered {
  max-width: 640px;
  margin: 0 auto;
}

.form__spacing {
  height: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.form__hooks {
  margin-top: 15px;
}

.form__hooks p {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  box-sizing: border-box;
  position: relative;
}

.form__group--half {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.form__group--pad-left {
  padding-left: 15px;
}

.form__group--pad-right {
  padding-right: 15px;
}

.form__group--submit {
  margin-top: 20px;
}

.form__group--info {
  padding-top: 20px;
}

.form__group--info a {
  text-decoration: none;
}

.form__group--info a:hover {
  text-decoration: underline;
}

.form__group fieldset {
  width: 100%;
}

.form__center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  box-sizing: border-box;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 20px;
  width: 100%;
}

.form__label {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #686868;
  margin-bottom: 3px;
}

.form label {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #686868;
  margin-bottom: 3px;
}

.form input[type="checkbox"] + label {
  font-weight: bold;
}

.form p input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #b7b7b7;
  outline: none;
  float: none;
  margin: 0 10px 0 0;
  height: 30px;
  width: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}

.form p input[type="checkbox"]:checked {
  background-image: url("/app/themes/sage/dist/images/checkbox-checked_2x.png");
  background-size: 24px 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-color: #31ea42;
}

.form__input {
  font-size: 22px;
  font-size: 2.2rem;
  border: 2px solid #b7b7b7;
  padding: 10px 15px;
  width: auto !important;
}

.form__submit {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  line-height: 3rem;
  font-weight: bold;
  background-color: #31ea42;
  color: white;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 10px 0;
}

.form__submit:hover {
  background-color: #15c925;
}

.form__group-header {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  line-height: 3rem;
  margin-bottom: 20px;
  width: 100%;
}

.form__group-details {
  font-size: 11px;
  font-size: 1.1rem;
  color: #aaa;
  font-weight: bold;
}

.form__subscription {
  padding: 0 10px;
}

.form .rcp_gateway_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.form .rcp_gateway_fields label {
  display: block;
}

.form .rcp_gateway_fields input {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
  border: none;
  background-color: transparent;
  background-image: url("/app/themes/sage/dist/images/radio-unselected_2x.png");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 30px;
  width: 30px;
}

.form .rcp_gateway_fields input:checked {
  background-image: url("/app/themes/sage/dist/images/radio-selected_2x.png");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 30px;
  width: 30px;
}

.form .rcp_gateway_stripe_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.form .rcp_gateway_stripe_fields fieldset {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
}

.form .rcp_gateway_stripe_fields p {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  margin: 0 0 20px 0;
  padding: 0;
}

.form .rcp_gateway_stripe_fields label {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #686868;
  margin-bottom: 3px;
}

.form .rcp_gateway_stripe_fields input {
  font-size: 22px;
  font-size: 2.2rem;
  border: 2px solid #b7b7b7;
  padding: 10px 15px;
  width: auto !important;
}

.form .rcp_gateway_stripe_fields #rcp_card_exp_wrap {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.form .rcp_gateway_stripe_fields #rcp_card_exp_wrap label:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.form .rcp_gateway_stripe_fields #rcp_card_exp_wrap span {
  color: transparent;
  display: block;
  width: 10px;
}

#rcp_subscription_levels {
  list-style: none;
  margin: 0;
  padding: inherit;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#rcp_subscription_levels li {
  padding: 30px 15px;
}

.subscription-level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  cursor: pointer;
  background-color: white;
  border: 3px solid #b7b7b7;
}

.subscription-level--active {
  border-color: #31ea42;
}

.subscription-level__name {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #686868;
  margin-bottom: 20px;
}

.subscription-level__price {
  font-size: 50px;
  font-size: 5rem;
  line-height: 50px;
  line-height: 5rem;
  font-weight: bold;
}

.subscription-level__duration {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
  color: #686868;
  margin-top: 5px;
  margin-bottom: 10px;
}

.subscription-level__savings {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: bold;
  color: #aaa;
  margin-top: 5px;
}

input:checked + .subscription-level__savings {
  color: #31ea42;
}

.subscription-level input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  background-color: transparent;
  background-image: url("/app/themes/sage/dist/images/subscription-unselected_2x.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 32px;
  width: 32px;
}

.subscription-level input:checked {
  background-image: url("/app/themes/sage/dist/images/subscription-selected_2x.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 32px;
  width: 32px;
}

.payment-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding-right: 20px;
}

.payment-method input {
  margin-right: 10px;
}

.payment-method__logo--stripe {
  background-image: url("/app/themes/sage/dist/images/credit-cards_2x.png");
  background-size: 163px 40px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 40px;
  width: 163px;
  color: transparent;
}

.payment-method__logo--paypal, .payment-method__logo--paypal_express {
  background-image: url("/app/themes/sage/dist/images/paypal_2x.png");
  background-size: 93px 40px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 40px;
  width: 93px;
  color: transparent;
}

.rcp_registration_total {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.rcp_registration_total table {
  width: 100%;
}

.rcp_registration_total table th {
  padding-top: 10px;
}

.rcp_registration_total table td, .rcp_registration_total table th {
  text-align: left;
}

.rcp_registration_total table td + td, .rcp_registration_total table th + th {
  text-align: right;
}

@media screen and (max-width: 700px) {
  .payment-method {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .form__group--half {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .form__group--pad-left {
    padding: 0;
  }
  .form__group--pad-right {
    padding: 0;
  }
  .form__video iframe {
    height: auto;
  }
  .form__input-wrap {
    padding: 0 !important;
  }
  .form__submit {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-device-width: 700px) {
  .payment-method {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .form__group--half {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .form__group--pad-left {
    padding: 0;
  }
  .form__group--pad-right {
    padding: 0;
  }
  .form__video iframe {
    height: auto;
  }
  .form__input-wrap {
    padding: 0 !important;
  }
  .form__submit {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.notify {
  background-color: #fffdd0;
  border: 3px solid #ffebae;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px;
  margin-bottom: 50px;
}

.notify__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 152px;
          flex: 0 1 152px;
  margin-right: 30px;
}

.notify__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 620px;
  font-size: 17.5px;
  font-size: 1.75rem;
  line-height: 24px;
  line-height: 2.4rem;
}

.notify__title {
  font-size: 23px;
  font-size: 2.3rem;
  margin-bottom: 10px;
}

.notify .button {
  margin-top: 30px;
  padding: 12px 55px;
}

@media screen and (max-width: 720px) {
  .notify {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .notify__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin: 0 0 30px 0;
  }
  .notify__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-device-width: 720px) {
  .notify {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .notify__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin: 0 0 30px 0;
  }
  .notify__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 540px) {
  .notify {
    padding: 15px;
  }
  .notify__title {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
  .notify__content {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 2rem;
  }
  .notify .button {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-device-width: 540px) {
  .notify {
    padding: 15px;
  }
  .notify__title {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
  .notify__content {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 2rem;
  }
  .notify .button {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.account-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}

@media screen and (max-width: 615px) {
  .account-form .form__group--half {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .account-form .form__input-wrap {
    padding: 0 !important;
  }
}

@media screen and (max-device-width: 615px) {
  .account-form .form__group--half {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .account-form .form__input-wrap {
    padding: 0 !important;
  }
}

.blog-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-bottom: 120px;
}

.blog-wrap .post, .blog-wrap .newsletter {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 31%;
          flex: 0 1 31%;
  text-align: center;
  text-decoration: none;
  margin-bottom: 50px;
  position: relative;
  padding: 0 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-wrap .post:hover, .blog-wrap .newsletter:hover {
  opacity: 0.7;
  cursor: pointer;
}

.blog-wrap .post header, .blog-wrap .newsletter header {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}

.blog-wrap .post .entry-date, .blog-wrap .newsletter .entry-date {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  text-decoration: none;
  margin-top: 20px;
  color: #939393;
}

.blog-wrap .post .entry-title, .blog-wrap .newsletter .entry-title {
  width: 70%;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 29px;
  font-size: 2.9rem;
  line-height: 36px;
  line-height: 3.6rem;
  text-decoration: none;
  text-align: center;
}

.blog-wrap .post .entry-summary, .blog-wrap .newsletter .entry-summary {
  max-width: 380px;
  margin: 0 auto;
}

.blog-wrap .post .entry-summary p, .blog-wrap .newsletter .entry-summary p {
  color: #737373;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 22px;
  line-height: 2.2rem;
}

.blog-wrap .post .post-image, .blog-wrap .newsletter .post-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  margin: 0 auto;
  max-width: 380px;
  max-height: 380px;
  width: 100%;
}

.blog-wrap .post .post-image img, .blog-wrap .newsletter .post-image img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 425px) {
  .blog-wrap .post {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

@media screen and (max-device-width: 425px) {
  .blog-wrap .post {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.blog-article {
  max-width: 700px;
  margin: 0 auto 120px auto;
  padding-left: 60px;
  padding-right: 60px;
}

.blog-article p:last-of-type::after {
  content: "";
  display: block;
  margin: 50px auto 0 auto;
  border-bottom: 1px solid #d9d9d9;
  width: 20%;
  height: 1px;
}

.blog-article > p:first-child:first-letter {
  float: left;
  margin-top: -6px;
  padding-right: 10px;
  color: #000;
  font-size: 101px;
  font-size: 10.1rem;
  line-height: 101px;
  line-height: 10.1rem;
  font-weight: bold;
}

.blog-article__actions {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-article__actions a {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  text-decoration: none;
}

.blog-article__actions a:hover {
  text-decoration: underline;
}

.blog-article header h1 {
  margin: 20px 0;
}

.blog-article header img {
  max-width: 100%;
  height: auto !important;
}

.blog-article__meta {
  margin-top: 50px;
}

.blog-article iframe {
  display: block;
  max-width: 100%;
  margin: 20px auto;
}

.blog-article .post-image {
  display: block;
  margin-bottom: 40px;
}

.blog-article h1 {
  font-size: 48pt;
  line-height: 56pt;
  text-align: center;
}

.blog-article h2, .blog-article h2 a {
  color: #000;
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 36px;
  line-height: 3.6rem;
  font-weight: bold;
  margin: 0 0 15px 0;
  text-decoration: none;
  text-align: left;
  word-wrap: break-word;
}

.blog-article h3 {
  color: #686868;
  font-size: 20pt;
  font-weight: 300;
  line-height: 26pt;
  margin-bottom: 20px;
  text-align: center;
}

.blog-article hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  display: block;
  margin: 50px auto 40px auto;
  width: 150px;
}

.blog-article ul {
  margin-top: -20px;
  margin-bottom: 40px;
}

.blog-article blockquote p {
  color: #b3b3b3;
  text-align: center;
  font-style: italic;
  font-size: 31px;
  font-size: 3.1rem;
  line-height: 43px;
  line-height: 4.3rem;
}

.blog-article blockquote p::before {
  content: "“";
}

.blog-article p, .blog-article li, .blog-article p a {
  font-size: 21px;
  font-size: 2.1rem;
  color: #5b5b5b;
  line-height: 33px;
  font-weight: normal;
  font-family: Helvetica Neue, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.blog-article p a, .blog-article li a, .blog-article p a a {
  color: #31ea42;
  font-weight: bold;
  text-decoration: none;
}

.blog-article p a:hover, .blog-article li a:hover, .blog-article p a a:hover {
  text-decoration: underline;
}

.blog-article strong {
  color: #000;
  font-weight: bold;
}

.blog-article p {
  margin: 0 0 40px 0;
}

.blog-article p img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto !important;
}

.blog-article figure {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  width: 100% !important;
  margin-left: 0;
}

.blog-article figure img {
  max-width: 100% !important;
  height: auto !important;
}

.blog-article figure figcaption {
  color: #737373;
  font-style: italic;
  font-size: 11pt;
  left: -185px;
  position: absolute;
  text-align: right;
  top: 0;
  width: 175px;
}

.article-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 120px;
}

.article-social .button {
  background-color: #f5f5f5;
  margin: 0 5px;
  padding: 18px 45px;
  -webkit-transition: all 0.15s ease-out;
       -o-transition: all 0.15s ease-out;
          transition: all 0.15s ease-out;
}

.article-social .button--join {
  background-image: url("/app/themes/sage/dist/images/share-join_2x.png");
  background-size: 28px 24px;
  background-repeat: no-repeat;
  background-position: 24px 50%;
  padding-left: 73px;
  background-color: #31ea42;
  color: #fff;
}

.article-social .button--join:hover {
  background-color: #13bb23;
}

.article-social .button--facebook {
  background-image: url("/app/themes/sage/dist/images/share-facebook_2x.png");
  background-size: 11px 22px;
  background-repeat: no-repeat;
  background-position: 26px 50%;
  padding-left: 56px;
}

.article-social .button--twitter {
  background-image: url("/app/themes/sage/dist/images/share-twitter_2x.png");
  background-size: 24px 19px;
  background-repeat: no-repeat;
  background-position: 30px 50%;
  padding-left: 69px;
}

.article-social .button--facebook:hover {
  background-image: url("/app/themes/sage/dist/images/share-facebook-hover_2x.png");
  background-size: 11px 22px;
  background-repeat: no-repeat;
  background-position: 26px 50%;
  background-color: #3b5998;
  color: #fff;
}

.article-social .button--twitter:hover {
  background-image: url("/app/themes/sage/dist/images/share-twitter-hover_2x.png");
  background-size: 24px 19px;
  background-repeat: no-repeat;
  background-position: 30px 50%;
  background-color: #1DA1F2;
  color: #fff;
}

@media screen and (max-width: 700px) {
  .blog-article figure figcaption {
    left: inherit;
    position: relative;
    text-align: left;
    top: inherit;
    width: 100%;
  }
}

@media screen and (max-device-width: 700px) {
  .blog-article figure figcaption {
    left: inherit;
    position: relative;
    text-align: left;
    top: inherit;
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  .article-social {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .article-social .button {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-bottom: 10px;
  }
  .blog-article {
    max-width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-device-width: 425px) {
  .article-social {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .article-social .button {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-bottom: 10px;
  }
  .blog-article {
    max-width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 30;
  display: none;
  cursor: pointer;
}

.popup {
  position: fixed;
  width: 1060px;
  top: 100px;
  left: 50%;
  z-index: 31;
  display: none;
}

.popup__content {
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  max-width: 1060px;
  left: -50%;
  padding: 20px 0;
}

.popup .newsletter-thanks {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  background: #f5f5f5;
  display: none;
  text-align: center;
  font-weight: bold;
}

.popup__close {
  background-image: url("/app/themes/sage/dist/images/popup-close.png");
  background-size: 26px 26px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 26px;
  width: 26px;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0.4;
  cursor: pointer;
}

.popup__close:hover {
  opacity: 1;
}

.popup__header {
  padding-bottom: 40px;
}

.popup__subscribe-title {
  padding-bottom: 20px;
}

.popup__newsletter-form {
  margin-bottom: 20px;
}

.popup__subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}

.popup__subscribe-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup__become-member {
  color: #31ea42;
  text-decoration: none;
}

.popup__become-member span {
  border-bottom: 1px solid #31ea42;
}

.popup__become-member:hover {
  color: #222;
}

.popup__become-member:hover span {
  border-color: #222;
}

.popup__subscribe-video {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup__subscribe-video iframe {
  margin: 27px auto !important;
  max-width: 100% !important;
}

.table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0.5rem 0;
  line-height: 1.5;
}

.table__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  width: 100%;
  color: #686868;
}

.table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  width: 100%;
  color: #222;
  font-size: 22px;
  font-size: 2.2rem;
}

.table__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  word-wrap: break-word;
  word-break: break-word;
  padding: 0.2em;
}

.table__cell--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.table__cell--grow2 {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.table__cell--grow3 {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}

.table__detail {
  font-size: 13px;
  font-size: 1.3rem;
  color: #939393;
  margin-top: 5px;
}

.table input[type="text"], .table input[type="email"] {
  font-size: 22px;
  font-size: 2.2rem;
  border: 2px solid #b7b7b7;
  padding: 12px 15px;
  width: 100%;
}

.table input[type="submit"] {
  display: block;
  padding: 16px 55px;
  width: 100%;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 22px;
  line-height: 2.2rem;
  background-color: #31ea42;
  border: none;
  color: white;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.table input[type="submit"]:hover {
  background-color: #15c925;
  color: white;
}

.table--grayed {
  background-color: #f5f5f5;
  padding: 50px;
}

.table--invoices {
  margin: 50px 0;
  padding: 0;
}

.table--invoices .table__cell {
  padding: 0;
}

.table .button {
  text-align: center;
  padding: 10px 12px;
  margin-bottom: 10px;
  width: 100%;
}

@media screen and (max-width: 720px) {
  .table--grayed {
    padding: 20px;
  }
  .table__row {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .table .button {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 22px;
    width: auto;
  }
}

@media screen and (max-device-width: 720px) {
  .table--grayed {
    padding: 20px;
  }
  .table__row {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .table .button {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 22px;
    width: auto;
  }
}

@media screen and (max-width: 520px) {
  .table--invoices .table__header {
    display: none;
  }
  .table--invoices .table__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .table--invoices .table__cell {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-device-width: 520px) {
  .table--invoices .table__header {
    display: none;
  }
  .table--invoices .table__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .table--invoices .table__cell {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 425px) {
  .table__row {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  .table__header {
    display: none;
  }
  .table__cell {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

@media screen and (max-device-width: 425px) {
  .table__row {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  .table__header {
    display: none;
  }
  .table__cell {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.button {
  display: block;
  padding: 12px 55px;
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
}

.button--outlined {
  border: 2px solid #fff;
}

.button--outlined:hover {
  color: #222;
  background-color: #fff;
}

.button--purple {
  background-color: #c64ef5;
  color: white;
}

.button--purple:hover {
  background-color: #b314f2;
  color: white;
}

.button--green {
  background-color: #31ea42;
  color: white;
}

.button--green:hover {
  background-color: #15c925;
  color: white;
}

.button--red {
  background-color: #ea3131;
  color: white;
}

.button--red:hover {
  background-color: #a41111;
  color: white;
}

.button--gray {
  background-color: #939393;
  color: white;
}

.button--gray:hover {
  background-color: #606060;
  color: white;
}

.button--light-gray {
  background-color: #f5f5f5;
  color: #222;
}

.button--light-gray:hover {
  background-color: gainsboro;
  color: #222;
}

.button--orange {
  background-color: #f68634;
  color: white;
}

.button--orange:hover {
  background-color: #bc5408;
  color: white;
}

.header-container {
  width: 100%;
  margin-bottom: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.header-container--dark {
  background-color: #000;
}

.header-container--article {
  height: 650px;
}

.header {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1200px;
  padding-top: 20px;
}

.header__navigation-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  position: relative;
}

.header__logo {
  margin-right: 50px;
}

.header__logo:hover {
  opacity: 0.7;
}

.header--article {
  height: 100%;
}

.header__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.header-featured {
  overflow: hidden;
  height: 651px;
  width: 100%;
  margin-top: -101px;
}

.header-featured__post {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 650px;
  margin-top: -101px;
}

.article-header a {
  text-decoration: none;
}

.article-header__title {
  font-size: 52px;
  font-size: 5.2rem;
  line-height: 66px;
  line-height: 6.6rem;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  max-width: 500px;
  display: block;
  margin: 100px auto 0 auto;
}

.article-header__author {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  text-align: center;
  margin-top: 50px;
}

.article-header__author img {
  border-radius: 60px;
  height: 60px;
  width: 60px;
}

.article-header__by {
  font-style: italic;
}

.article-header__name {
  font-weight: bold;
}

.featured-post {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.featured-post a {
  color: #fff;
}

.featured-post__title {
  font-size: 52px;
  font-size: 5.2rem;
  line-height: 66px;
  line-height: 6.6rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  max-width: 500px;
  display: block;
  margin: 38px auto 0 auto;
}

.featured-post__read {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding: 16px 70px;
  margin-top: 50px;
}

.slider {
  position: relative;
}

.slider__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: left 0.5s ease-in-out;
       -o-transition: left 0.5s ease-in-out;
          transition: left 0.5s ease-in-out;
}

.slider__indicator {
  position: absolute;
  bottom: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider__dot {
  display: inline-block;
  background-color: #171717;
  border-radius: 13px;
  height: 13px;
  width: 13px;
  margin: 0 0 0 8px;
  -webkit-transition: all 0.5s ease-in-out;
       -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.slider__dot--active {
  background-color: #fff;
}

.slider__dot:first-child {
  margin-left: 0;
}

@media screen and (max-width: 795px) {
  .header__logo {
    margin-right: 20px;
  }
}

@media screen and (max-device-width: 795px) {
  .header__logo {
    margin-right: 20px;
  }
}

@media screen and (max-width: 690px) {
  .header-featured {
    margin-top: -200px;
  }
  .featured-post__title {
    margin-top: 140px;
    padding: 0 10px;
    font-size: 40px;
    font-size: 4rem;
    line-height: 54px;
    line-height: 5.4rem;
  }
  .article-header__title {
    margin-top: 0px;
    padding: 0 10px;
    font-size: 40px;
    font-size: 4rem;
    line-height: 54px;
    line-height: 5.4rem;
  }
  .header__navigation-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__logo {
    -webkit-transform: scale(0.8, 0.8);
         -o-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
    margin-right: 0;
  }
  .header__navigation {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-device-width: 690px) {
  .header-featured {
    margin-top: -200px;
  }
  .featured-post__title {
    margin-top: 140px;
    padding: 0 10px;
    font-size: 40px;
    font-size: 4rem;
    line-height: 54px;
    line-height: 5.4rem;
  }
  .article-header__title {
    margin-top: 0px;
    padding: 0 10px;
    font-size: 40px;
    font-size: 4rem;
    line-height: 54px;
    line-height: 5.4rem;
  }
  .header__navigation-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__logo {
    -webkit-transform: scale(0.8, 0.8);
         -o-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
    margin-right: 0;
  }
  .header__navigation {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.header--dark a {
  color: #fff;
}

.header--dark .navigation li:hover a {
  color: #000;
}

.header--dark .navigation--secondary li:last-child a {
  color: #000;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}

.navigation li {
  list-style: none;
}

.navigation li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 12px 18px;
}

.navigation li a:hover {
  background-color: #f5f5f5;
}

.navigation--primary li {
  margin-right: 18px;
}

.navigation--primary li:last-child {
  margin-right: 0;
}

.navigation--secondary {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.navigation--secondary li {
  margin-left: 18px;
}

.navigation--secondary li:first-child {
  margin-left: 0;
}

.navigation--secondary li:last-child a {
  background-color: #f5f5f5;
  font-weight: bold;
}

.navigation--secondary li:last-child a:hover {
  background-color: #e8e8e8;
}

@media screen and (max-width: 795px) {
  .navigation--secondary {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navigation li {
    margin: 0 !important;
  }
}

@media screen and (max-device-width: 795px) {
  .navigation--secondary {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navigation li {
    margin: 0 !important;
  }
}

@media screen and (max-width: 690px) {
  .navigation {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

@media screen and (max-device-width: 690px) {
  .navigation {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

.footer-wrap {
  background-color: #f5f5f5;
  position: absolute;
  bottom: 0;
  padding: 70px 0;
  width: 100%;
}

.footer {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__navigation {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 20px;
}

.footer__credits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  background-image: url("/app/themes/sage/dist/images/footer-logo_2x.png");
  background-size: 40px 62px;
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.footer__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  padding-left: 70px;
}

.footer__title {
  text-transform: uppercase;
}

.footer__title-strong {
  font-weight: bold;
  text-transform: uppercase;
  display: inline;
}

.footer__subtitle {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  color: #939393;
  margin-top: 2px;
}

.footer__header {
  font-weight: bold;
  text-transform: uppercase;
}

.footer__link {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  text-decoration: none;
  color: #686868;
}

.footer__link:hover {
  text-decoration: underline;
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  margin-top: 2px;
}

.footer__list li {
  list-style: none;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
}

.footer__list li a {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  text-decoration: none;
  color: #939393;
}

.footer__list li a:hover {
  text-decoration: underline;
}

.footer .footer__navigation--twitter, .footer .footer__navigation--facebook {
  text-align: right;
}

.footer__social {
  height: 32px;
  width: 32px;
  text-decoration: none;
}

.footer__social:hover {
  opacity: 0.8;
}

@media screen and (max-width: 700px) {
  .footer-wrap {
    position: relative;
    height: auto;
    padding: 30px 0;
    margin-top: 30px;
  }
  .footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  .footer__credits {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-position: 50% 0;
    padding-top: 80px;
  }
  .footer__description {
    padding: 0;
  }
  .footer__navigation {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .footer .footer__navigation--twitter {
    text-align: center;
  }
}

@media screen and (max-device-width: 700px) {
  .footer-wrap {
    position: relative;
    height: auto;
    padding: 30px 0;
    margin-top: 30px;
  }
  .footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  .footer__credits {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-position: 50% 0;
    padding-top: 80px;
  }
  .footer__description {
    padding: 0;
  }
  .footer__navigation {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .footer .footer__navigation--twitter {
    text-align: center;
  }
}

.page-wrap h1, .page-wrap h2, .page-wrap h3 {
  text-align: center;
}

.page-wrap h1 + hr, .page-wrap h2 + hr, .page-wrap h3 + hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  display: block;
  margin: 50px auto 40px auto;
  width: 150px;
}

.page-wrap h1 {
  font-size: 52px;
}

.page-wrap h2 {
  color: #686868;
  font-size: 20pt;
  font-weight: 400;
  line-height: 40pt;
  margin-bottom: 20px;
  font-family: Helvetica;
  text-align: center;
}

.page-wrap p {
  font-size: 14pt;
  line-height: 1.4em;
}

.page-wrap iframe {
  display: block;
  margin: 40px auto;
}

body#tinymce {
  margin: 12px !important;
}
