@charset 'utf-8';
@import url('ionicons.min.css');
.color--green {
  color: #46CC5A !important;
}
.color--blue {
  color: #2dbbf5 !important;
}
.color--yellow {
  color: #f2ce00 !important;
}
.color--gray {
  color: #888 !important;
}
.color--magenta {
  color: #f41e9a !important;
}
.color--black {
  color: #102218 !important;
}
.color--white {
  color: #fff !important;
}
.ad-wrapper {
  display: none;
}
body.test-ads .ad-wrapper {
  display: block;
}
.revive-box {
  font-size: 0.67rem;
  font-family: arial, verdana;
  color: #888888;
}
.revive-box img {
  height: auto;
}
a {
  text-decoration: none;
}
a.article__breadcrumb-link {
  font-size: 18px;
  line-height: 1.2;
  font-family: 'NeueHaasMedium';
  text-decoration: none;
  display: inline-block;
}
@media screen and (max-width: 724px) {
  a.article__breadcrumb-link {
    margin-bottom: 15px;
  }
}
a.article__breadcrumb-link--green {
  color: #46CC5A;
}
a.article__breadcrumb-link--magenta {
  color: #f41e9a;
}
a.article__breadcrumb-link--blue {
  color: #2dbbf5;
}
a.article__breadcrumb-link--yellow {
  color: #DAB005;
}
a.article__breadcrumb-link--gray {
  color: #888;
}
a.facebook {
  width: 27px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  background-size: cover;
}
.button {
  display: inline-block;
  position: relative;
  padding: 21px 36px;
  background: #46CC5A;
  color: black;
  border: 1px solid #46CC5A;
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 20, 5, 0.01);
  box-shadow: 0px 0px 12px rgba(0, 20, 5, 0.01);
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  text-align: center;
  -webkit-appearance: none;
  cursor: pointer;
}
.button.small {
  padding: 12px 24px;
}
.button__border {
  background-color: #fff;
  color: #46CC5A;
  border: 1px solid #46CC5A;
  display: inline-block;
  line-height: 1.2;
}
.button__border:hover {
  background-color: #46CC5A;
  color: #fff;
}
.button__submit {
  background-color: #46CC5A;
  color: #fff;
}
.button[disabled],
.button.is-disabled {
  cursor: default;
  opacity: 0.25;
}
.no-touch .button:hover {
  -webkit-transition: all 0.025s ease-out;
  -o-transition: all 0.025s ease-out;
  transition: all 0.025s ease-out;
  background: #102218;
  border-color: #102218;
  color: #fff;
}
.button.button-label {
  display: inline-block;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.no-touch .button[disabled]:hover,
.no-touch .button.is-disabled:hover {
  background: #46CC5A;
  border-color: #46CC5A;
  color: #102218;
}
.button--neg {
  color: #fff;
  background: #102218;
  border-color: #102218;
}
.no-touch .button--neg[disabled]:hover,
.no-touch .button--neg.is-disabled:hover {
  color: #fff;
  background: #102218;
  border-color: #102218;
}
.no-touch .button--neg:hover {
  color: #102218;
  background: #46CC5A;
  border-color: #46CC5A;
}
.button--big {
  min-width: 180px;
  font-size: 16px;
  line-height: 1.2;
  padding: 26px 40px;
}
.button--small {
  min-width: 100px;
  font-size: 13px;
  line-height: 1.2;
  padding: 10px 16px;
}
.button--outline {
  border: 1px solid #000;
  background: transparent;
}
.button--animated:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 20px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.no-touch .button--animated:hover .button-label {
  -webkit-transform: translate(-11px, 0);
  -ms-transform: translate(-11px, 0);
  transform: translate(-11px, 0);
}
.no-touch .button--animated:hover:after {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.icon-button {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  border: 1px solid black;
  margin-right: 0.25rem;
}
.icon-button .icon {
  font-size: 1.75rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 1.75rem;
  -ms-flex: 1 0 1.75rem;
  flex: 1 0 1.75rem;
}
.no-touch .icon-button:hover {
  background: #102218;
  border-color: #102218;
  -webkit-transition: all 0.025s ease-out;
  -o-transition: all 0.025s ease-out;
  transition: all 0.025s ease-out;
}
.no-touch .icon-button:hover .icon {
  color: #fff;
}
.icon-button--small {
  width: 2.3125rem;
  height: 2.3125rem;
}
.icon-button--small .icon {
  font-size: 1.2rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 1.5rem;
  -ms-flex: 1 0 1.5rem;
  flex: 1 0 1.5rem;
}
.blocklink {
  text-decoration: none;
  outline: none;
}
@font-face {
  font-family: 'NeueHaasRegular';
  src: url('../assets/fonts/NHaasGroteskDSPro-55Rg/NHaasGroteskDSPro-55Rg.woff') format('woff'), url('../assets/fonts/NHaasGroteskDSPro-55Rg/NHaasGroteskDSPro-55Rg.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/NHaasGroteskDSPro-55Rg/NHaasGroteskDSPro-55Rg.otf') format('opentype'), url('../assets/fonts/NHaasGroteskDSPro-55Rg/NHaasGroteskDSPro-55Rg.ttf') format('truetype'), url('../assets/fonts/NHaasGroteskDSPro-55Rg/NHaasGroteskDSPro-55Rg.svg#NHaasGroteskDSPro-55Rg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NeueHaasMedium';
  src: url('../assets/fonts/NHaasGroteskDSPro-65Md/NHaasGroteskDSPro-65Md.woff') format('woff'), url('../assets/fonts/NHaasGroteskDSPro-65Md/NHaasGroteskDSPro-65Md.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/NHaasGroteskDSPro-65Md/NHaasGroteskDSPro-65Md.otf') format('opentype'), url('../assets/fonts/NHaasGroteskDSPro-65Md/NHaasGroteskDSPro-65Md.ttf') format('truetype'), url('../assets/fonts/NHaasGroteskDSPro-65Md/NHaasGroteskDSPro-65Md.svg#NHaasGroteskDSPro-65Md') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PublicoText';
  src: url('../assets/fonts/PublicoText-Roman/PublicoText-Roman.woff') format('woff'), url('../assets/fonts/PublicoText-Roman/PublicoText-Roman.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/PublicoText-Roman/PublicoText-Roman.otf') format('opentype'), url('../assets/fonts/PublicoText-Roman/PublicoText-Roman.ttf') format('truetype'), url('../assets/fonts/PublicoText-Roman/PublicoText-Roman.svg#PublicoText-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PublicoTextItalic';
  src: url('../assets/fonts/PublicoText-Italic/PublicoText-Italic.woff') format('woff'), url('../assets/fonts/PublicoText-Italic/PublicoText-Italic.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/PublicoText-Italic/PublicoText-Italic.otf') format('opentype'), url('../assets/fonts/PublicoText-Italic/PublicoText-Italic.ttf') format('truetype'), url('../assets/fonts/PublicoText-Italic/PublicoText-Italic.svg#PublicoText-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PublicoHeadlineBold';
  src: url('../assets/fonts/PublicoHeadline-Bold/PublicoHeadline-Bold.woff') format('woff'), url('../assets/fonts/PublicoHeadline-Bold/PublicoHeadline-Bold.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/PublicoHeadline-Bold/PublicoHeadline-Bold.otf') format('opentype'), url('../assets/fonts/PublicoHeadline-Bold/PublicoHeadline-Bold.ttf') format('truetype'), url('../assets/fonts/PublicoHeadline-Bold/PublicoHeadline-Bold.svg#PublicoHeadline-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PublicoHeadlineBoldItalic';
  src: url('../assets/fonts/PublicoHeadline-BoldItalic/PublicoHeadline-BoldItalic.woff') format('woff'), url('../assets/fonts/PublicoHeadline-BoldItalic/PublicoHeadline-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/PublicoHeadline-BoldItalic/PublicoHeadline-BoldItalic.otf') format('opentype'), url('../assets/fonts/PublicoHeadline-BoldItalic/PublicoHeadline-BoldItalic.ttf') format('truetype'), url('../assets/fonts/PublicoHeadline-BoldItalic/PublicoHeadline-BoldItalic.svg#PublicoHeadline-BoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/**************************
 * Grid (new, flex-based)
 **************************/
.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -0.25rem 0.5rem;
}
.grid-column {
  margin: 0 0.25rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
/* Create rules for .grid-column.size-1 through .grid-column.size-12 */
@media screen and (min-width:  725px ) {
  .grid-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .grid-column.size-12 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 -webkit-calc(100% - 0.5rem);
    -ms-flex: 1 0 calc(100% - 0.5rem);
    flex: 1 0 calc(100% - 0.5rem);
  }
  .grid-column.size-11 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 -webkit-calc(91.66666667% - 0.5rem);
    -ms-flex: 1 0 calc(91.66666667% - 0.5rem);
    flex: 1 0 calc(91.66666667% - 0.5rem);
  }
  .grid-column.size-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 -webkit-calc(83.33333333% - 0.5rem);
    -ms-flex: 1 0 calc(83.33333333% - 0.5rem);
    flex: 1 0 calc(83.33333333% - 0.5rem);
  }
  .grid-column.size-9 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 -webkit-calc(75% - 0.5rem);
    -ms-flex: 1 0 calc(75% - 0.5rem);
    flex: 1 0 calc(75% - 0.5rem);
  }
  .grid-column.size-8 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 -webkit-calc(66.66666667% - 0.5rem);
    -ms-flex: 1 0 calc(66.66666667% - 0.5rem);
    flex: 1 0 calc(66.66666667% - 0.5rem);
  }
  .grid-column.size-7 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 -webkit-calc(58.33333333% - 0.5rem);
    -ms-flex: 1 0 calc(58.33333333% - 0.5rem);
    flex: 1 0 calc(58.33333333% - 0.5rem);
  }
  .grid-column.size-6 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 -webkit-calc(50% - 0.5rem);
    -ms-flex: 1 0 calc(50% - 0.5rem);
    flex: 1 0 calc(50% - 0.5rem);
  }
  .grid-column.size-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 -webkit-calc(41.66666667% - 0.5rem);
    -ms-flex: 1 0 calc(41.66666667% - 0.5rem);
    flex: 1 0 calc(41.66666667% - 0.5rem);
  }
  .grid-column.size-4 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 -webkit-calc(33.33333333% - 0.5rem);
    -ms-flex: 1 0 calc(33.33333333% - 0.5rem);
    flex: 1 0 calc(33.33333333% - 0.5rem);
  }
  .grid-column.size-3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 -webkit-calc(25% - 0.5rem);
    -ms-flex: 1 0 calc(25% - 0.5rem);
    flex: 1 0 calc(25% - 0.5rem);
  }
  .grid-column.size-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 -webkit-calc(16.66666667% - 0.5rem);
    -ms-flex: 1 0 calc(16.66666667% - 0.5rem);
    flex: 1 0 calc(16.66666667% - 0.5rem);
  }
  .grid-column.size-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 -webkit-calc(8.33333333% - 0.5rem);
    -ms-flex: 1 0 calc(8.33333333% - 0.5rem);
    flex: 1 0 calc(8.33333333% - 0.5rem);
  }
}
/**************************
 * Grid (old, float-based)
 **************************/
.row {
  clear: both;
  margin-left: -7.5px;
  margin-right: -7.5px;
  overflow: hidden;
}
.row .col-1 {
  width: -webkit-calc(( 1 * 100% /  12 ));
  width: calc(( 1 * 100% /  12 ));
  float: left;
  margin-left: 0;
  padding: 10px 7.5px;
}
.row .col-1 .col-1 {
  width: -webkit-calc(( 1 * 100% /  12 ));
  width: calc(( 1 * 100% /  12 ));
}
.row .col-2 {
  width: -webkit-calc(( 2 * 100% /  12 ));
  width: calc(( 2 * 100% /  12 ));
  float: left;
  margin-left: 0;
  padding: 10px 7.5px;
}
.row .col-2 .col-2 {
  width: -webkit-calc(( 2 * 100% /  12 ));
  width: calc(( 2 * 100% /  12 ));
}
.row .col-3 {
  width: -webkit-calc(( 3 * 100% /  12 ));
  width: calc(( 3 * 100% /  12 ));
  float: left;
  margin-left: 0;
  padding: 10px 7.5px;
}
.row .col-3 .col-3 {
  width: -webkit-calc(( 3 * 100% /  12 ));
  width: calc(( 3 * 100% /  12 ));
}
.row .col-4 {
  width: -webkit-calc(( 4 * 100% /  12 ));
  width: calc(( 4 * 100% /  12 ));
  float: left;
  margin-left: 0;
  padding: 10px 7.5px;
}
.row .col-4 .col-4 {
  width: -webkit-calc(( 4 * 100% /  12 ));
  width: calc(( 4 * 100% /  12 ));
}
.row .col-5 {
  width: -webkit-calc(( 5 * 100% /  12 ));
  width: calc(( 5 * 100% /  12 ));
  float: left;
  margin-left: 0;
  padding: 10px 7.5px;
}
.row .col-5 .col-5 {
  width: -webkit-calc(( 5 * 100% /  12 ));
  width: calc(( 5 * 100% /  12 ));
}
.row .col-6 {
  width: -webkit-calc(( 6 * 100% /  12 ));
  width: calc(( 6 * 100% /  12 ));
  float: left;
  margin-left: 0;
  padding: 10px 7.5px;
}
.row .col-6 .col-6 {
  width: -webkit-calc(( 6 * 100% /  12 ));
  width: calc(( 6 * 100% /  12 ));
}
.row .col-7 {
  width: -webkit-calc(( 7 * 100% /  12 ));
  width: calc(( 7 * 100% /  12 ));
  float: left;
  margin-left: 0;
  padding: 10px 7.5px;
}
.row .col-7 .col-7 {
  width: -webkit-calc(( 7 * 100% /  12 ));
  width: calc(( 7 * 100% /  12 ));
}
.row .col-8 {
  width: -webkit-calc(( 8 * 100% /  12 ));
  width: calc(( 8 * 100% /  12 ));
  float: left;
  margin-left: 0;
  padding: 10px 7.5px;
}
.row .col-8 .col-8 {
  width: -webkit-calc(( 8 * 100% /  12 ));
  width: calc(( 8 * 100% /  12 ));
}
.row .col-9 {
  width: -webkit-calc(( 9 * 100% /  12 ));
  width: calc(( 9 * 100% /  12 ));
  float: left;
  margin-left: 0;
  padding: 10px 7.5px;
}
.row .col-9 .col-9 {
  width: -webkit-calc(( 9 * 100% /  12 ));
  width: calc(( 9 * 100% /  12 ));
}
.row .col-10 {
  width: -webkit-calc(( 10 * 100% /  12 ));
  width: calc(( 10 * 100% /  12 ));
  float: left;
  margin-left: 0;
  padding: 10px 7.5px;
}
.row .col-10 .col-10 {
  width: -webkit-calc(( 10 * 100% /  12 ));
  width: calc(( 10 * 100% /  12 ));
}
.row .col-11 {
  width: -webkit-calc(( 11 * 100% /  12 ));
  width: calc(( 11 * 100% /  12 ));
  float: left;
  margin-left: 0;
  padding: 10px 7.5px;
}
.row .col-11 .col-11 {
  width: -webkit-calc(( 11 * 100% /  12 ));
  width: calc(( 11 * 100% /  12 ));
}
.row .col-12 {
  width: -webkit-calc(( 12 * 100% /  12 ));
  width: calc(( 12 * 100% /  12 ));
  float: left;
  margin-left: 0;
  padding: 10px 7.5px;
}
.row .col-12 .col-12 {
  width: -webkit-calc(( 12 * 100% /  12 ));
  width: calc(( 12 * 100% /  12 ));
}
.row.row--table {
  display: table-row;
  width: 100%;
}
.wrapper {
  width: 1400px;
  margin: 0 auto;
  padding: 5vw 0 5vw 0;
}
@media screen and (max-width: 724px) {
  .wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 724px) {
  .row > .col-1,
  .row > .col-2,
  .row > .col-3,
  .row > .col-4,
  .row > .col-5,
  .row > .col-6,
  .row > .col-7,
  .row > .col-8,
  .row > .col-9,
  .row > .col-10,
  .row > .col-11,
  .row > .col-12 {
    width: 100%;
  }
}
.icon {
  width: 25px;
  height: 25px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.icon--large {
  height: 50px;
  width: 50px;
  background-size: 40px;
}
.icon--mb {
  margin-bottom: 5px;
}
.icon--full-width {
  width: 100%;
}
.icon--customer-service {
  background-image: url('../assets/img/syre/service.svg');
}
.icon--search {
  background-image: url('../assets/img/syre/search.svg');
}
.icon--subscribe {
  background-image: url('../assets/img/syre/paperplane.svg');
}
.icon--login {
  background-image: url('../assets/img/syre/login.svg');
}
.icon--switch {
  background-image: url('../assets/img/syre/switch.svg');
  background-size: 25px;
  width: 29px;
}
.icon--more {
  background-image: url('../assets/img/syre/more.svg');
}
.icon--more-white {
  background-image: url('../assets/img/syre/more-white.svg');
}
.icon--closer {
  background-image: url('../assets/img/syre/icon-closer.svg');
}
.icon--book-alt {
  background-image: url('../assets/img/syre/book-alt.svg');
}
.icon--fullscreen {
  background-image: url('../assets/img/syre/fullscreen.svg');
  top: -2px;
  position: relative;
  margin-right: 10px;
}
.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyload,
.lazyloaded,
.lazyloading {
  -webkit-transition: all 400ms 100ms ease-in-out;
  -o-transition: all 400ms 100ms ease-in-out;
  transition: all 400ms 100ms ease-in-out;
}
.lazyloaded {
  opacity: 1;
}
@media screen and (max-width:  724px ) {
  .sm-up,
  .md-up {
    display: none;
  }
}
@media screen and (min-width:  725px ) and (max-width:  989px ) {
  .md-up {
    display: none;
  }
  .lg-up {
    display: none;
  }
}
@media screen and (min-width:  990px ) and (max-width:  1099px ) {
  .lg-up {
    display: none;
  }
}
.color-glod {
  color: #46CC5A;
}
.color-radar {
  color: #f41e9a;
}
.color-zoom {
  color: #2dbbf5;
}
.color-energi {
  color: #f2ce00;
}
.color-kronika {
  color: #46CC5A;
}
.paragraph__styles {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 21px;
}
.paragraph__styles strong {
  font-family: 'PublicoHeadlineBold';
}
@media screen and (max-width: 724px) {
  .paragraph__styles {
    font-size: 16px;
    line-height: 24px;
  }
}
.pagination {
  margin: 0 auto 30px;
  max-width: 940px;
  text-align: center;
}
* {
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: inherit;
}
a > img {
  outline: none;
}
ul {
  margin: 0.25em 0 1em 30px;
}
li {
  line-height: 1.2;
  margin-bottom: 10px;
}
a {
  width: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
html {
  min-height: 100%;
}
body {
  font-family: 'PublicoText';
  color: #000;
  font-size: 16px;
  height: 100%;
}
label {
  display: block;
}
em {
  font-family: 'PublicoTextItalic';
}
strong {
  font-weight: bold;
}
hr {
  border: 0;
  border-top: 1px solid #eee;
  margin-bottom: 50px;
  width: 120%;
  margin-left: -10%;
}
@media screen and (max-width: 724px) {
  hr {
    width: 100%;
    margin-left: 0;
  }
}
img {
  line-height: 1;
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
}
/* .issue-teaser-type,
.article__breadcrumb-text {
	display: none !important;
}
*/
h1 {
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
h1.article__heading {
  font-family: "PublicoHeadlineBold", Garamond, Times, serif;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 724px) {
  h1.article__heading {
    font-size: 32px;
    line-height: 32px;
  }
}
h2 {
  font-size: 28px;
}
h2.article__heading {
  font-family: "PublicoHeadlineBold", Garamond, Times, serif;
  font-size: 32px;
  line-height: 32px;
}
@media screen and (max-width: 724px) {
  h2.article__heading {
    font-size: 23px;
    line-height: 23px;
  }
}
h3 {
  font-size: 23px;
}
h3.article__heading {
  font-family: "PublicoHeadlineBold", Garamond, Times, serif;
  font-size: 23px;
  line-height: 26px;
}
@media screen and (max-width: 724px) {
  h3.article__heading {
    font-size: 20px;
    line-height: 20px;
  }
}
h4 {
  font-size: 19px;
}
h4.article__heading {
  font-family: "PublicoHeadlineBold", Garamond, Times, serif;
  font-size: 19px;
  line-height: 22px;
}
@media screen and (max-width: 724px) {
  h4.article__heading {
    font-size: 16px;
    line-height: 16px;
  }
}
h5 {
  font-size: 16px;
}
h5.article__heading {
  font-family: "PublicoHeadlineBold", Garamond, Times, serif;
  font-size: 16px;
  line-height: 16px;
}
h6 {
  font-size: 14px;
  text-transform: uppercase;
}
p {
  line-height: 1.3;
  margin: 0.25em 0 0.25rem 0;
}
p.article__author-name {
  font-family: 'NeueHaasMedium';
  text-decoration: none;
  line-height: 1.3;
  color: #46CC5A;
}
p:empty {
  margin: 0;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
span.article__breadcrumb-text {
  font-size: 18px;
  line-height: 1.2;
  font-family: 'NeueHaasMedium';
  color: #878787;
}
.heading {
  font-weight: normal;
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em;
  margin-bottom: 1em;
}
.subheading {
  letter-spacing: 0.01em;
}
.error__message p {
  margin-top: 20px;
}
body.om-syre .page-content p {
  margin-bottom: 26px;
}
body.page-template-page-profile p {
  line-height: 1.6em;
}
.article__lead {
  font-family: 'PublicoHeadlineBold';
  font-size: 2.8125em;
  line-height: 1em;
  padding-top: 28px;
}
@media screen and (max-width: 724px) {
  .article__lead {
    font-size: 30px;
    padding-top: 20px;
  }
}
.article__sublead {
  font-family: 'PublicoHeadlineBold';
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 1em;
}
@media screen and (max-width: 724px) {
  .article__sublead {
    font-size: 18px;
    line-height: 25px;
  }
}
.article__date,
.article__photo-byline {
  color: #888;
  font-family: 'NeueHaasRegular';
  font-size: 0.89em;
  padding-bottom: 0.7em;
  margin: 0;
}
.article__date {
  padding-bottom: 16px;
}
.article__photo-byline {
  padding: 1.35em;
}
.article__author-title {
  font-size: 0.9em;
  color: #878787;
  font-family: 'NeueHaasRegular';
}
.article__subtitle {
  font-family: 'PublicoHeadlineBold';
  line-height: 20px;
  font-size: 20px;
  letter-spacing: -0.01em;
}
.article__fact-title {
  font-family: 'NeueHaasMedium';
  font-size: 1.22em;
  margin-bottom: 7px;
}
.article__fact-source {
  font-family: 'NeueHaasRegular';
  font-size: 0.95em;
  margin-bottom: 8px;
  color: #878787;
}
.placeholder {
  background: #ffddaa;
  display: block;
  padding: 1rem;
  margin: 0 0 0.5rem;
}
.form-list {
  list-style: none;
  margin: 0 0 10px 0;
}
.form-list li.form-group {
  margin: 0;
}
.form-list li.form-group input,
.form-list li.form-group label {
  padding: 5px 0;
  margin-left: 3px;
}
.form-group input {
  display: inline-block;
  margin: 0 5px 0 0;
}
.form-group label {
  display: inline-block;
}
.no-touch input[type=checkbox].custom-checkbox,
.no-touch input[type=radio].custom-radio {
  position: relative;
  margin: 4px;
}
.no-touch input[type=checkbox].custom-checkbox::before,
.no-touch input[type=radio].custom-radio::before,
.no-touch input[type=checkbox].custom-checkbox::after,
.no-touch input[type=radio].custom-radio::after {
  content: "";
  display: block;
  position: relative;
  top: -3px;
  left: -3px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.no-touch input[type=checkbox].custom-checkbox::before,
.no-touch input[type=radio].custom-radio::before {
  background: white;
  border: 1px solid #CECECE;
  background-image: -webkit-linear-gradient(135deg, #f1f1f1, #f9f9f9);
  background-image: -o-linear-gradient(135deg, #f1f1f1, #f9f9f9);
  background-image: linear-gradient(-45deg, #f1f1f1, #f9f9f9);
}
.no-touch input[type=checkbox].custom-checkbox::after,
.no-touch input[type=radio].custom-radio::after {
  opacity: 0;
  width: 12px;
  height: 12px;
  top: -18px;
  left: 0px;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
.no-touch input[type=checkbox].custom-checkbox:checked::before,
.no-touch input[type=radio].custom-radio:checked::before {
  border-color: #272829;
  background: white;
}
.no-touch input[type=checkbox].custom-checkbox:active:not(:disabled)::after,
.no-touch input[type=radio].custom-radio:active:not(:disabled)::after,
.no-touch input[type=checkbox].custom-checkbox:active:not(:disabled):checked::after,
.no-touch input[type=radio].custom-radio:active:not(:disabled):checked::after {
  opacity: 0.5;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.no-touch input[type=checkbox].custom-checkbox:checked::after,
.no-touch input[type=radio].custom-radio:checked::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.no-touch input[type=checkbox].custom-checkbox {
  position: relative;
}
.no-touch input[type=checkbox].custom-checkbox::before {
  border-radius: 4px;
}
.no-touch input[type=checkbox].custom-checkbox::after {
  background: no-repeat url('data:image/svg+xml;utf8,<svg width="15px" height="13px" viewBox="0 0 15 13" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="check@2x" transform="translate(0.000000, 1.000000)" fill="#46CC5B" fill-rule="nonzero" stroke="#3ECE55" stroke-width="0.5"><path d="M13.2098441,0 L4.52391914,8.6788206 L1.23885806,5.41994777 L0,6.6489298 L3.89753033,10.5153893 C4.07152722,10.6879991 4.30816251,10.826087 4.51695877,10.826087 C4.72575504,10.826087 4.95543121,10.6879991 5.1294281,10.5222941 L14.4347826,1.24279161 L13.2098441,0 Z" id="check"></path></g></g></svg>');
  background-size: 12px 12px;
  background-position: 50% 50%;
}
.no-touch input[type=checkbox].custom-checkbox:checked::before {
  border-color: #272829;
  background: white;
}
.no-touch input[type=radio].custom-radio {
  position: relative;
}
.no-touch input[type=radio].custom-radio::before {
  border-radius: 50%;
}
.no-touch input[type=radio].custom-radio::after {
  border-radius: 50%;
  background: #272829;
}
/* Show classes */
.show {
  display: block;
}
@media screen and (max-width: 39.9375em) {
  .show-for-small {
    display: block !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .show-for-small-only {
    display: block !important;
  }
}
@media screen and (min-width: 40em) {
  .show-for-medium {
    display: block !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .show-for-medium-only {
    display: block !important;
  }
}
@media screen and (min-width: 64em) {
  .show-for-large {
    display: block !important;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .show-for-large-only {
    display: block !important;
  }
}
/* Hide classes */
.hide {
  display: none;
}
@media screen and (max-width: 39.9375em) {
  .hide-for-small {
    display: none !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}
.article-view {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media screen and (min-width: 990px) {
  .article-view .article-view {
    margin-left: -3rem;
    margin-right: -1.5rem;
  }
}
.article-view .article-container {
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.15);
}
.article-view .article-container .article__body {
  padding-bottom: 2rem;
  position: relative;
}
.article-view .article-container .article__body .revive-box-full-width {
  margin: 0 auto;
  padding-left: 1rem;
}
.article-view .article-container .article__body .revive-box-full-width img {
  height: auto;
}
@media screen and (min-width: 40em) {
  .article-view .article-container .article__body .revive-box-full-width {
    padding-left: 0;
    max-width: 608px;
    margin-bottom: 21px;
  }
}
.article-view .article-container .article__body .article__lead,
.article-view .article-container .article__body .article__date,
.article-view .article-container .article__body .article__photo-byline,
.article-view .article-container .article__body .article__author,
.article-view .article-container .article__body .article__content,
.article-view .article-container .article__body .article__meta {
  margin: 0 auto;
  width: 38rem;
  max-width: -webkit-calc(100vw - 3.5rem);
  max-width: calc(100vw - 3.5rem);
}
.article-view .article-container .article__body .article__content a {
  text-decoration: underline;
}
.article-view .article-container .article__body .article__photo-byline {
  width: auto;
  max-width: 62rem;
}
.article-view .article-container .article__body .article__lead-image {
  width: 100%;
  margin: 0;
}
.article-view .article-container .article__body .article__lead {
  margin-top: 30px;
  font-size: 100%;
}
.article-view .article-container .article__body .article__lead .article__breadcrumb-link {
  margin-bottom: 20px;
}
@media screen and (max-width: 724px) {
  .article-view .article-container .article__body .article__lead .article__breadcrumb-link {
    margin-bottom: 5px;
  }
}
.article-view .article-container .article__body .article__lead .article__link {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.article-view .article-container .article__body .article__lead .share-component {
  margin-bottom: 1.5rem;
  margin-top: 20px;
}
.article-view .article-container .article__body .article__author {
  margin-top: 10px;
  margin-bottom: 20px;
}
.article-view .article-container .article__body .article__author--no-image {
  height: auto;
  padding-top: 10px;
}
.article-view .article-container .article__body .article__author-avatar {
  width: 48px;
  height: 48px;
  background: #ddd;
  border-radius: 35px;
  position: absolute;
  top: 0;
  overflow: hidden;
}
.article-view .article-container .article__body .article__author-title,
.article-view .article-container .article__body .article__author-name {
  position: absolute;
  left: 68px;
  margin: 0;
}
.article-view .article-container .article__body .article__author-title.author--no-image,
.article-view .article-container .article__body .article__author-name.author--no-image {
  position: relative;
  left: 0px;
  top: 0px;
}
.article-view .article-container .article__body .article__author-name {
  font-family: 'PublicoHeadlineBold';
  color: #46CC5A;
  top: 10px;
  left: 63px;
  margin-top: 0;
}
.article-view .article-container .article__body .article__author-title {
  position: absolute;
  left: 63px;
  top: 32px;
}
/* Wrapper for the main readable content */
.content__wrapper {
  position: relative;
  min-height: 100vh;
}
@media screen and (max-width: 724px) {
  .content__wrapper .content {
    overflow: hidden;
  }
}
.fade__out {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
  padding-bottom: 5px;
}
.fade__out:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(#fff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6), #fff);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.6), #fff);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), #fff);
  content: '';
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  pointer-events: none;
}
.article__hero {
  height: 580px;
  margin: 0 auto;
  background: url(../assets/img/placeholder.jpeg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 724px) {
  .article__body {
    margin-bottom: 20px;
  }
}
.article__wrapper {
  position: relative;
  max-width: 633px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  left: -180px;
  padding: 0px 6px 0px;
}
.article__wrapper:first-child {
  padding: 45px 6px 0px;
}
@media screen and (max-width: 1100px) {
  .article__wrapper {
    margin: 0 auto 0 0;
    left: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 990px) {
  .article__wrapper {
    margin: 0 auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .article__wrapper {
    margin: 0 auto;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (max-width: 724px) {
  .article__wrapper {
    width: 100%;
    padding: 0 20px 20px;
    left: 0;
  }
}
.article__lead__fotographer {
  position: absolute;
  top: -25px;
  right: 0px;
  background: rgba(255, 255, 255, 0.7);
  padding: 5px 10px;
  font-size: 13px;
  font-family: 'NeueHaasRegular';
  letter-spacing: 0;
}
.article__lead.article__lead--over-image {
  width: 100%;
  background: #fff;
  position: relative;
  padding: 16px 0 10px 0;
}
@media screen and (min-width: 725px) {
  .article__lead.article__lead--over-image {
    padding: 28px 30px 10px 30px;
    width: 110%;
    margin-left: -5%;
    margin-top: -100px;
  }
}
.article__lead-image {
  height: auto;
  width: 120%;
  margin-left: -10%;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.article__lead-image img {
  height: auto;
  margin: 0 auto;
  min-width: 100%;
  max-height: 680px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 724px) {
}
.article__author {
  position: relative;
  height: 67px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media all and (min-width: 800px) {
  .article__author {
    margin-bottom: 1em;
  }
}
.article__author--no-image {
  height: auto;
  padding-top: 10px;
}
.article__author-avatar {
  width: 48px;
  height: 48px;
  background: #ddd;
  border-radius: 35px;
  position: absolute;
  top: 0;
  overflow: hidden;
}
.article__author-title,
.article__author-name {
  position: absolute;
  left: 68px;
  margin: 0;
}
.article__author-title.author--no-image,
.article__author-name.author--no-image {
  position: relative;
  left: 0px;
  top: 0px;
}
.article__author-name {
  font-family: 'PublicoHeadlineBold';
  color: #46CC5A;
  top: 10px;
  left: 63px;
  margin-top: 0;
}
.article__author-title {
  position: absolute;
  left: 63px;
  top: 32px;
}
.article__author-action {
  border: 1px solid #46CC5A;
  line-height: 45px;
  padding: 0 20px 0 20px;
  display: inline-block;
  position: absolute;
  top: 8px;
  border-radius: 60px;
  color: #46CC5A;
  text-decoration: none;
  font-family: 'NeueHaasRegular';
  right: 0;
  font-size: 0.95em;
}
@media screen and (max-width: 724px) {
  .article__author-action {
    display: none;
  }
}
@media screen and (max-width: 724px) {
  .article__content {
    padding-top: 10px;
  }
}
.article__paragraph {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 21px;
}
.article__paragraph strong {
  font-family: 'PublicoHeadlineBold';
}
@media screen and (max-width: 724px) {
  .article__paragraph {
    font-size: 16px;
    line-height: 24px;
  }
}
.article__fact {
  border-top: 1px solid #ddd;
  padding: 25px 0 0 0;
  margin: 30px 0 0 0;
}
.article__fact-excerpt {
  font-family: 'NeueHaasRegular';
  line-height: 1.4;
  margin-bottom: 15px;
  font-size: 1.15em;
}
.article__fact-excerpt:before {
  content: ' ';
  display: block;
  position: relative;
  z-index: 20;
  background-size: cover;
  float: left;
}
.article__fact-excerpt p {
  line-height: inherit;
  font-size: inherit;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 724px) {
  .article__fact-excerpt {
    line-height: 22px;
    font-size: 16px;
  }
}
.article__quote {
  padding: 20px 40px 20px 40px;
  margin-bottom: 20px;
}
.article__quote--with-image {
  width: 120%;
  margin-left: -10%;
  position: relative;
  margin-bottom: 20px;
}
.article__quote--with-image--full {
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 0px;
}
.article__quote picture img {
  position: relative;
  max-height: 450px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 0;
  object-position: 50% 0;
}
@media screen and (max-width: 800px) {
  .article__quote picture img {
    width: 99%;
  }
}
.article__quote-heading {
  font-family: 'PublicoTextItalic';
  margin-bottom: 15px;
  line-height: 1.25;
}
.article__quote-heading.article__quote-heading--image {
  font-size: 1.7em;
  line-height: 1.2;
  font-style: normal;
}
.article__quote-footer {
  color: #878787;
  font-family: 'NeueHaasRegular';
  font-size: 0.98em;
  font-style: normal;
  line-height: 1.3;
}
.article__quote-footer.article__quote-footer--image {
  color: #102218;
}
.article__updown {
  margin-bottom: 20px;
}
.article__updown:after {
  content: " ";
  display: table;
  clear: both;
}
.article__updown-down,
.article__updown-up {
  width: 50%;
  display: block;
  float: left;
  padding-top: 100px;
  line-height: 24px;
  font-size: 18px;
  color: #878787;
  padding-bottom: 5px;
}
.article__updown-up {
  float: left;
  padding-right: 50px;
  border-right: 1px solid #eee;
  background: url(../assets/img/shared/thumbsup.svg) no-repeat top 10px center;
}
@media screen and (max-width: 724px) {
  .article__updown-up {
    width: 100%;
    border: 0;
    text-align: center;
    padding-right: 0;
  }
}
.article__updown-down {
  padding-left: 50px;
  background: url(../assets/img/shared/thumbsdown.svg) no-repeat top 10px center;
}
@media screen and (max-width: 724px) {
  .article__updown-down {
    width: 100%;
    border: 0;
    text-align: center;
    padding-left: 0;
  }
}
.article__meta {
  border-top: 1px solid #eee;
  padding-top: 20px;
  padding-bottom: 20px;
}
.article__meta-list {
  list-style: none;
  margin: 0;
}
.article__meta-list-item {
  display: inline-block;
  font-family: 'NeueHaasRegular';
  text-decoration: none;
  font-size: 0.9em;
  color: #878787;
  line-height: 42px;
  margin: 0;
}
.article__meta-list-item:first-child {
  width: 100px;
}
@media screen and (max-width: 724px) {
  .article__meta-list-item:first-child {
    width: auto;
  }
}
.article__meta-list-link {
  padding: 8px 15px 8px 15px;
  border: 1px solid #eee;
  border-radius: 60px;
  color: #878787;
  font-family: 'NeueHaasRegular';
  text-decoration: none;
}
.article__figure {
  margin-bottom: 30px;
  height: auto;
  width: 120%;
  margin-left: -10%;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.article__figure img {
  margin: 0 auto;
  min-width: 100%;
  max-height: 680px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
@media screen and (min-width: 990px) and (max-width: 1100px) {
  .article__figure {
    width: 110%;
    margin-left: -5%;
  }
}
@media screen and (max-width: 724px) {
  .article__figure {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
}
.article__figure-image {
  max-width: 100%;
  max-height: 520px;
  margin: auto;
  margin-bottom: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 724px) {
  .article__figure-image {
    margin-bottom: 0;
  }
}
.article__figure-caption {
  max-width: 74%;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 18px;
}
@media screen and (max-width: 724px) {
  .article__figure-caption {
    max-width: 100%;
  }
}
.article__figure-imagecaption {
  font-family: 'NeueHaasRegular';
  margin-left: 8.1%;
  font-size: 14px;
  color: #878787;
  display: block;
  overflow: hidden;
  padding-top: 0.5rem;
}
@media screen and (max-width: 724px) {
  .article__figure-imagecaption {
    width: 100%;
    margin: 0;
  }
}
.article__figure-photographer {
  float: right;
  font-size: 11px;
  line-height: 18px;
  margin-right: 8.1%;
}
@media screen and (max-width: 724px) {
  .article__figure-photographer {
    float: left;
    margin-top: 6px;
  }
}
.article__next {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #eee;
  z-index: 99;
  -webkit-box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.02);
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.02);
  -webkit-transition-property: bottom;
  -o-transition-property: bottom;
  transition-property: bottom;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.article__next-link {
  text-decoration: none;
  color: #102218;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .article__next-link {
    max-width: 700px;
    position: relative;
  }
}
.article__next--hidden {
  bottom: -100%;
  -webkit-transition-property: bottom;
  -o-transition-property: bottom;
  transition-property: bottom;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.article__next-wrapper {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 15px 0px 20px;
}
@media screen and (max-width: 724px) {
  .article__next-wrapper {
    padding: 15px 10px 20px;
  }
}
.article__next-label {
  font-size: 0.9em;
  color: #878787;
  font-family: 'NeueHaasRegular';
  margin-bottom: 5px;
}
.article__next-title {
  font-family: 'PublicoHeadlineBold';
  font-size: 1.4em;
  margin-bottom: 10px;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 724px) {
  .article__next-title {
    max-width: 70%;
    font-size: 16px;
  }
}
.article__next-icon {
  width: 54px;
  height: 53px;
  background: url(../assets/img/next-article-temp.png) no-repeat center;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -26px;
}
@media screen and (max-width: 724px) {
  .article__next-icon {
    width: 25px;
    height: 25px;
    right: 25px;
    top: 50%;
    margin-top: -12px;
  }
}
.avatar__image {
  width: 100%;
  height: auto;
}
.lead-image__item {
  width: 100%;
}
.quote__block {
  background: #f2ce00;
  position: relative;
  top: -30px;
  left: 0px;
  padding: 30px;
}
@media screen and (max-width: 800px) {
  .quote__block {
    left: 0;
    right: 0;
    padding: 30px;
    width: 99%;
  }
}
.quote__block--full {
  top: 0px;
}
.quote__block-heading {
  font-family: 'PublicoHeadlineBold';
  margin-bottom: 15px;
  line-height: 1.25;
}
@media screen and (max-width: 724px) {
  .quote__block-heading {
    margin-bottom: 3px;
  }
}
.quote__block-heading.quote__block-heading--image {
  font-size: 1.7em;
  line-height: 1.2;
  font-style: normal;
}
.quote__block-footer {
  color: #878787;
  font-family: 'NeueHaasRegular';
  font-size: 0.98em;
  font-style: normal;
  line-height: 1.3;
}
.quote__block-footer.quote__block-footer--image {
  color: #102218;
}
.quote__image {
  width: 100%;
}
.quote__image--full {
  position: relative;
  height: 100%;
}
.edition {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 10001;
  display: none;
}
@media (max-width: 769px) {
  .edition {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .edition {
    display: block;
  }
}
.edition__header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 630px;
  min-height: 70px;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  padding-top: 3px;
}
.edition__title {
  margin-bottom: 5px;
  display: block;
  font-family: 'PublicoHeadlineBold';
  font-size: 18px;
}
@media screen and (max-width: 724px) {
  .edition__title {
    margin-bottom: 2px;
  }
}
.edition__number {
  font-family: 'NeueHaasRegular';
  font-size: 0.82em;
  display: block;
  color: #878787;
  display: inline-block;
  margin-left: 5px;
}
@media screen and (max-width: 321px) {
  .edition__number {
    margin-left: 0;
  }
}
.edition__magazine {
  position: relative;
  width: 130px;
  height: 110px;
  margin-right: 10px;
}
@media screen and (max-width: 724px) {
  .edition__magazine {
    width: 70px;
    height: 50px;
  }
}
@media screen and (max-width: 321px) {
  .edition__magazine {
    margin-right: 5px;
  }
}
.edition__magazine img {
  position: absolute;
  top: -20px;
  width: 60px;
  right: 0;
}
.edition__link {
  clear: both;
  font-family: 'NeueHaasRegular';
  font-size: 0.82em;
  line-height: 23px;
  padding-left: 20px;
  margin-right: 10px;
  color: #46CC5A;
  text-decoration: none;
}
.edition__link.edition__link--green {
  color: #46CC5A;
}
.edition__link.edition__link--magenta {
  color: #f41e9a;
}
.edition__link.edition__link--blue {
  color: #2dbbf5;
}
.edition__link.edition__link--yellow {
  color: #f2ce00;
}
.edition__link.edition__link--gray {
  color: #888;
}
.edition__link.edition__link--download {
  background: url(../assets/img/download.svg) no-repeat center left;
}
.edition__link.edition__link--book {
  background: url(../assets/img/book-alt.svg) no-repeat center left;
  background-size: contain;
}
.article__body + .article-feed {
  margin-top: 60px;
}
.article--feed .article__body:after {
  content: ' ';
  height: 1px;
  width: -webkit-calc(100%);
  width: calc(100%);
  margin-left: 0;
  margin-top: 10px;
  background: #eee;
  position: absolute;
}
@media screen and (max-width: 724px) {
  .article--feed .article__body:after {
    height: 5px;
    margin-left: 0;
  }
}
.article--feed .article__sublead {
  font-family: PublicoText;
  font-size: 14px;
  line-height: 20px;
  padding-top: 0;
  font-weight: normal;
  margin-bottom: 0;
}
.article--feed hr {
  margin: 0;
  width: auto;
}
.container {
  max-width: 940px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
/* Title header container */
.title-header {
  padding: 5px 0;
  margin: 30px 0 10px;
  position: relative;
  /* Title header text element */
  /* horizontal line decoration */
}
.title-header__headline {
  font-size: 21px;
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  background: white;
  display: inline-block;
  padding-right: 20px;
}
.title-header:after {
  display: block;
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  background: #46CC5A;
}
.latest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 120px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding: 15px 10px 0;
  position: relative;
  overflow: hidden;
  margin-top: -15px;
}
@media all and (max-width: 840px) {
  .latest {
    max-height: 150px;
  }
}
@media screen and (max-width: 724px) {
  .latest {
    max-height: 90px;
    padding: 15px 0 10px 10px;
  }
}
.latest:after {
  content: ' ';
  display: block;
  height: 5px;
  width: 100%;
  background: #46CC5A;
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
}
.latest__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 0 20px;
}
@media screen and (max-width: 724px) {
  .latest__inner {
    margin-top: 12px;
    padding: 0 0 0 15px;
  }
}
.latest__text {
  font-size: 22px;
  font-family: 'PublicoHeadlineBold', serif;
  width: 100%;
  margin-bottom: 5px;
}
@media screen and (max-width: 724px) {
  .latest__text {
    font-size: 18px;
  }
}
.latest__title {
  font-size: 16px;
  font-family: 'PublicoText', serif;
  font-weight: 400;
}
@media screen and (max-width: 724px) {
  .latest__title {
    font-size: 14px;
  }
}
.latest__action {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  border: 1px solid #102218;
  line-height: 35px;
  padding: 0 20px 0 20px;
  display: inline-block;
  border-radius: 60px;
  color: #102218;
  text-decoration: none;
  font-family: 'NeueHaasRegular';
  font-size: 0.95em;
}
@media all and (max-width: 840px) {
  .latest__action {
    position: relative;
    top: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 724px) {
  .latest__action {
    display: none;
  }
}
.latest__action--green {
  border-color: #46CC5A;
  color: #46CC5A;
}
.latest__action--green:hover {
  background-color: #46CC5A;
  color: white;
}
.latest__image {
  height: auto;
  max-width: 110px;
  position: relative;
  top: -10px;
  z-index: 20;
}
@media all and (max-width: 840px) {
  .latest__image {
    max-width: 200px;
  }
}
@media screen and (max-width: 724px) {
  .latest__image {
    max-width: 140px;
  }
}
.articles {
  max-width: 940px;
  width: 100%;
  margin: 30px auto 50px;
  padding: 0 15px;
}
.articles .revive-box {
  display: inline-block;
  margin-bottom: 10px;
  overflow: hidden;
}
.articles .revive-box img {
  height: auto;
}
@media screen and (min-width: 40em) {
  .articles .revive-box {
    min-height: 250px;
    margin-left: 6px;
    margin-right: 6px;
  }
}
.title-header-container + .articles {
  margin-top: 10px;
}
.articles .col-4,
.articles .col-8 {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 724px) {
  .articles .col-4,
  .articles .col-8 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 724px) {
  .articles:first-of-type .col-8 {
    padding-top: 10px;
    padding-bottom: 0;
  }
}
.articles:last-of-type .articles__post:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .articles {
    padding: 0 30px;
  }
}
@media screen and (max-width: 724px) {
  .articles {
    width: 100%;
    margin: 0px auto;
    padding: 0 15px;
  }
  .title-header-container + .articles {
    margin-top: 15px;
  }
  .articles:first-of-type {
    margin-top: 20px;
  }
}
.articles__title {
  border-top: 5px solid #46CC5A;
  border-bottom: 1px solid #ddd;
  font-family: 'NeueHaasMedium';
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 20px;
}
.articles__post {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 724px) {
  .articles__post:after {
    content: ' ';
    display: block;
    width: 120%;
    height: 8px;
    background: #ddd;
    left: -10%;
    position: relative;
  }
}
@media screen and (max-width: 724px) {
  .articles__post {
    margin-bottom: 0px;
  }
}
.articles__post:last-child {
  margin-bottom: 0;
}
.articles__post.articles__post--small {
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 724px) {
  .articles__post.articles__post--small {
    border-bottom: none;
  }
}
.articles__post-link {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.articles__post-image {
  margin-bottom: 18px;
  overflow: hidden;
}
.articles__post-image.articles__post-image--big {
  height: 275px;
}
.articles__post-image.articles__post-image--small {
  height: 130px;
}
@media screen and (max-width: 724px) {
  .articles__post-image.articles__post-image--big,
  .articles__post-image.articles__post-image--small {
    height: auto;
    width: -webkit-calc((100% + 15px * 2 ));
    width: calc((100% + 15px * 2 ));
    margin-left: -15px;
    margin-right: -15px;
  }
}
.articles__post-lead {
  color: inherit;
  text-decoration: none;
  font-family: 'PublicoHeadlineBold';
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 724px) {
  .articles__post-lead {
    font-size: 22px;
    line-height: 1.25;
    padding-right: 60px;
  }
}
.articles__post-lead.articles__post-lead--no-image {
  margin-top: 18px;
}
.articles__post-lead.articles__post-lead--big {
  line-height: 1;
  font-size: 3.05em;
}
@media screen and (max-width: 724px) {
  .articles__post-lead.articles__post-lead--big {
    font-size: 22px;
    line-height: 1.25;
  }
}
.articles__post-lead.articles__post-lead--small {
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 724px) {
  .articles__post-lead.articles__post-lead--small {
    font-size: 22px;
    line-height: 1.2;
  }
}
.articles__post-preheader,
.articles__post-highlight {
  color: #d42011;
  font-size: 0.9em;
}
.articles__post-sublead {
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 25px;
  font-size: 1.125em;
}
@media screen and (max-width: 724px) {
  .articles__post-sublead {
    letter-spacing: 0;
    line-height: 23px;
    font-size: 16px;
  }
}
@media all and (min-width: 800px) {
  .articles__post-sublead.articles__post-sublead--small {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
  }
}
.articles__post-breadcrumb-link,
.articles__post-breadcrumb-text {
  letter-spacing: 0;
}
.articles__post-breadcrumb-text {
  font-size: 1em;
  margin-bottom: 0.4em;
  line-height: 1.6;
  font-family: 'NeueHaasMedium';
  color: #878787;
  margin-right: 5px;
}
.articles__post-breadcrumb-text--small {
  letter-spacing: 0;
}
.articles__post-breadcrumb-link {
  font-size: 1em;
  margin-bottom: 0.4em;
  line-height: 1.6;
  font-family: 'NeueHaasMedium';
  text-decoration: none;
}
.articles__post-breadcrumb-link--glod,
.articles__post-breadcrumb-link.articles__post-breadcrumb-link--green {
  color: #46CC5A;
}
.articles__post-breadcrumb-link--radar,
.articles__post-breadcrumb-link.articles__post-breadcrumb-link--magenta {
  color: #f41e9a;
}
.articles__post-breadcrumb-link--zoom,
.articles__post-breadcrumb-link.articles__post-breadcrumb-link--blue {
  color: #0ba5e4;
}
.articles__post-breadcrumb-link--energi,
.articles__post-breadcrumb-link.articles__post-breadcrumb-link--yellow {
  color: #cba405;
}
.articles__post-breadcrumb-link--secondary,
.articles__post-breadcrumb-link.articles__post-breadcrumb-link--gray {
  color: #888;
}
.articles__post-breadcrumb-link.section-glod {
  color: #30af43;
}
.articles__post-breadcrumb-link.section-radar {
  color: #0ba5e4;
}
.articles__post-breadcrumb-link.section-zoom {
  color: #0ba5e4;
}
.articles__post-breadcrumb-link.section-energi {
  color: #cba405;
}
.articles__cta {
  margin-bottom: 20px;
  padding: 17px;
  height: 135px;
}
@media screen and (max-width: 800px) {
  .articles__cta {
    width: 110%;
    left: -5%;
    position: relative;
    padding-left: 23px;
    padding-right: 23px;
  }
}
.articles__cta.articles__cta--green {
  background: #f2fff5 url('../assets/img/syre/paper-hands20210217.png?v=2') no-repeat bottom right 15px;
  background-size: 110px;
  border-top: 5px solid #46CC5A;
}
@media screen and (max-width: 800px) {
  .articles__cta.articles__cta--green {
    background-size: 135px;
  }
}
.articles__cta-title {
  font-family: 'PublicoHeadlineBold', serif;
  font-size: 1.15em;
  margin-bottom: 5px;
}
.articles__cta-text {
  font-size: 14px;
  margin-bottom: 10px;
}
.articles__cta-action {
  border: 1px solid #46CC5A;
  line-height: 35px;
  padding: 0 20px 0 20px;
  display: inline-block;
  border-radius: 60px;
  color: #102218;
  text-decoration: none;
  font-family: 'NeueHaasRegular';
  font-size: 0.95em;
}
.articles__cta-action.articles__cta-action--green {
  background-color: #e6f8e9;
  color: #30af43;
}
.articles__cta-action.articles__cta-action--magenta {
  background-color: #feeff8;
  color: #f41e9a;
}
.articles__cta-action.articles__cta-action--blue {
  background-color: #f0fafe;
  color: #0ba5e4;
}
.articles__cta-action.articles__cta-action--yellow {
  background-color: #fffce8;
  color: #DAB005;
}
.articles__cta-action.articles__cta-action--gray {
  background-color: #fbfbfb;
  color: #888;
}
.articles__icons {
  margin-bottom: 20px;
}
.articles__icon {
  width: 27px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.articles__icon.articles__icon--twitter {
  background: url(@{icon-path}twitter.svg) no-repeat center;
  background-size: cover;
}
.articles__icon.articles__icon--facebook {
  background: url(@{icon-path}facebook.svg) no-repeat center;
  background-size: cover;
}
.articles__icon.articles__icon--googleplus {
  background: url(@{icon-path}googleplus.svg) no-repeat center;
  background-size: cover;
}
.articles__counter {
  display: inline-block;
  font-size: 0.8em;
  font-family: 'NeueHaasRegular';
  vertical-align: middle;
  margin-right: 10px;
}
.articles__counter.articles__counter--twitter {
  color: #2FA9E0;
}
.articles__counter.articles__counter--facebook {
  color: #345a9b;
}
.articles__counter.articles__counter--googleplus {
  color: #dc5c49;
}
.articles-bar {
  background: #f2fff5;
  padding: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 724px) {
  .articles-bar {
    padding: 20px 10px;
  }
}
.articles-bar__wrapper {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 724px) {
  .articles-bar__wrapper .col-3 {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
  }
  .articles-bar__wrapper .col-3:last-child {
    border-bottom: 0;
  }
}
.articles-bar__author {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.articles-bar__author > div:not(.articles-bar__author-avatar) {
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
}
.articles-bar__heading {
  font-size: 1.15em;
  margin-bottom: 10px;
  line-height: 1.3;
  text-decoration: none;
  color: inherit;
  display: block;
}
.articles-bar__author-avatar {
  width: 45px;
  border-radius: 60px;
  display: inline-block;
  float: left;
  margin-right: 10px;
  overflow: hidden;
  height: 45px;
}
@media screen and (max-width: 724px) {
  .articles-bar__author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 25px;
  }
}
.articles-bar__author-name {
  vertical-align: top;
  display: inline-block;
  font-family: 'NeueHaasMedium';
  text-decoration: none;
  font-size: 0.9em;
  max-width: 90%;
  float: left;
  margin-bottom: 5px;
  color: #46CC5A;
}
.articles-bar__author-name--glod,
.articles-bar__author-name.articles-bar__author-name--green {
  color: #46CC5A;
}
.articles-bar__author-name--radar,
.articles-bar__author-name.articles-bar__author-name--magenta {
  color: #f41e9a;
}
.articles-bar__author-name--zoom,
.articles-bar__author-name.articles-bar__author-name--blue {
  color: #0ba5e4;
}
.articles-bar__author-name--energi,
.articles-bar__author-name.articles-bar__author-name--yellow {
  color: #cba405;
}
.articles-bar__author-name--secondary,
.articles-bar__author-name.articles-bar__author-name--gray {
  color: #888;
}
.articles-bar__author-name.section-glod {
  color: #30af43;
}
.articles-bar__author-name.section-radar {
  color: #0ba5e4;
}
.articles-bar__author-name.section-zoom {
  color: #0ba5e4;
}
.articles-bar__author-name.section-energi {
  color: #cba405;
}
.articles-bar__author-title {
  clear: both;
  vertical-align: top;
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.3;
  max-width: 90%;
  float: left;
  color: #878787;
  font-family: 'NeueHaasRegular';
}
.magazines {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 724px) {
  .magazines {
    width: 100%;
  }
}
.magazines__offset-adjust {
  margin: -1%;
}
@media screen and (max-width: 724px) {
  .magazines__offset-adjust {
    margin: -2.5%;
  }
}
.magazines__item {
  width: 10.5%;
  display: block;
  float: left;
  margin: 1%;
}
@media screen and (max-width: 724px) {
  .magazines__item {
    width: 20%;
    margin: 2.5%;
  }
  .magazines__item:nth-child(n + 5) {
    display: none;
  }
}
.magazines__item.current .magazines__item-number {
  border-bottom: 2px solid black;
  padding-bottom: 4px;
}
.magazines__link {
  color: #102218;
  text-decoration: none;
}
.magazines__item-cover {
  width: 100%;
  margin-bottom: 10px;
}
.magazines__item-cover img {
  height: auto;
}
.magazines__item-number {
  font-family: 'NeueHaasMedium';
  font-weight: 400;
  text-align: center;
  font-size: 15px;
  margin-bottom: 5px;
}
@media screen and (max-width: 800px) {
  .magazines__item-number {
    font-size: 12px;
  }
}
.magazines__item-date {
  text-align: center;
  font-size: 13px;
  font-family: 'NeueHaasRegular';
  color: #878787;
  text-transform: capitalize;
}
@media screen and (max-width: 800px) {
  .magazines__item-date {
    font-size: 12px;
  }
}
.author-component {
  background: transparent;
}
.author-component .author-name {
  text-decoration: none;
  font-size: 1rem;
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
}
.author-component .author-image {
  width: 3rem;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  overflow: hidden;
  height: 3rem;
  vertical-align: middle;
}
.author-component .author-image img {
  line-height: 1;
  display: block;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
}
.cookie {
  max-width: 633px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px 10px;
  position: relative;
  min-height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 724px) {
  .cookie {
    padding: 0px 0px 10px;
    margin: 0;
  }
}
.cookie__wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #eee;
  z-index: 10002;
  -webkit-box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.02);
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.02);
}
@media screen and (max-width: 724px) {
  .cookie__wrapper {
    padding: 10px 20px 0;
  }
}
.cookie__wrapper--hidden {
  bottom: -100%;
}
.cookie__wrapper--hidden-click {
  -webkit-transition-property: bottom;
  -o-transition-property: bottom;
  transition-property: bottom;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.cookie__label {
  font-size: 0.9em;
  line-height: 1.3;
  color: #878787;
  font-family: 'NeueHaasRegular';
  margin-bottom: 5px;
}
@media screen and (max-width: 724px) {
  .cookie__label {
    width: 70%;
  }
}
.cookie__title {
  font-size: 1.4em;
  margin-bottom: 10px;
  text-decoration: none;
  color: inherit;
}
.cookie__accept {
  width: 40px;
  height: 40px;
  background: url('../assets/img/syre/cookie-accept.svg') no-repeat center;
  background-size: contain;
  cursor: pointer;
}
.cover {
  background: #F6F6F6;
  padding: 20px;
}
.cover:after {
  content: "";
  display: table;
  clear: both;
}
.cover__link {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cover__header {
  max-width: 1090px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
  height: 18px;
}
@media screen and (max-width: 724px) {
  .cover__header {
    width: 100%;
  }
}
.cover.cover-article .cover__header {
  /* Remove some margin if mosaic is not shown */
  margin-bottom: 12px;
}
.cover__header-title {
  background: #F6F6F6;
  font-family: "PublicoText", Garamond, Times, serif;
  font-size: 1.4em;
  padding-right: 10px;
  position: absolute;
  left: 0;
  top: 6px;
}
.cover__header-title .header-title--magazine::after {
  content: " · ";
  display: inline;
}
.cover__header-title .header-title--issue {
  font-family: "PublicoHeadlineBold", Garamond, Times, serif;
}
.cover__header-date {
  background: #F6F6F6;
  font-size: 0.9em;
  position: absolute;
  right: 0;
  top: 10px;
  padding-left: 10px;
  color: #878787;
  font-family: 'NeueHaasRegular';
}
@media screen and (max-width: 767px) {
  .cover__header {
    height: auto;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .cover__header-title {
    position: static;
    font-size: 1.2em;
    display: block;
  }
  .cover__header-title .header-title--magazine {
    display: block;
  }
  .cover__header-title .header-title--magazine::after {
    display: none;
  }
  .cover__header-title .header-title--issue {
    font-family: "PublicoHeadlineBold", Garamond, Times, serif;
  }
  .cover__header-date {
    top: auto;
    bottom: 12px;
  }
}
.cover__mosaic {
  max-width: 1090px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 724px) {
  .cover__mosaic {
    width: 100%;
  }
}
.cover__article-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 3;
  color: #fff;
}
.cover__article-title {
  font-family: 'PublicoHeadlineBold';
  font-size: 1.2em;
  color: inherit;
  text-decoration: none;
  line-height: 1.3;
  margin: 0;
}
.cover__article-breadcrumb {
  color: #fff;
  text-decoration: none;
  font-family: 'NeueHaasMedium';
  margin-bottom: 5px;
  display: block;
  font-size: 0.9em;
}
.cover__article-breadcrumb--glod,
.cover__article-breadcrumb.cover__article-breadcrumb--green {
  color: #46CC5A;
}
.cover__article-breadcrumb--radar,
.cover__article-breadcrumb.cover__article-breadcrumb--magenta {
  color: #f41e9a;
}
.cover__article-breadcrumb--zoom,
.cover__article-breadcrumb.cover__article-breadcrumb--blue {
  color: #0ba5e4;
}
.cover__article-breadcrumb--energi,
.cover__article-breadcrumb.cover__article-breadcrumb--yellow {
  color: #cba405;
}
.cover__article-breadcrumb--secondary,
.cover__article-breadcrumb.cover__article-breadcrumb--gray {
  color: #888;
}
.cover__article-breadcrumb.section-glod {
  color: #30af43;
}
.cover__article-breadcrumb.section-radar {
  color: #0ba5e4;
}
.cover__article-breadcrumb.section-zoom {
  color: #0ba5e4;
}
.cover__article-breadcrumb.section-energi {
  color: #cba405;
}
.cover__article {
  float: left;
  display: block;
  overflow: hidden;
}
.cover__article img {
  min-width: 100%;
  min-height: 100px;
}
@media screen and (max-width: 724px) {
  .cover__article {
    margin: 0;
    margin-bottom: 20px;
  }
  .cover__article:last-child {
    margin-bottom: 0;
  }
}
.cover__article--cover {
  width: -webkit-calc(43% - 15px);
  width: calc(43% - 15px);
  height: auto;
  margin-right: 15px;
  max-width: 460px;
  max-height: 655px;
}
@media screen and (max-width: 724px) {
  .cover__article--cover {
    width: 100%;
    max-width: 100%;
    max-height: 100% !important;
  }
}
.cover__article--half {
  max-height: 300px;
  width: -webkit-calc(50% - 8px);
  width: calc(50% - 8px);
  float: left;
  position: relative;
  margin-bottom: 15px;
}
.cover__article--half:nth-child(odd) {
  margin-right: 15px;
}
@media screen and (max-width: 724px) {
  .cover__article--half:nth-child(odd) {
    margin-right: 0;
  }
}
.cover__article--half:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
}
@media screen and (max-width: 724px) {
  .cover__article--half {
    width: 100%;
  }
}
.cover__article.cover__article--full {
  max-height: 320px;
  margin-top: 15px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
}
.cover__article.cover__article--full:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#75000000', GradientType=0);
}
@media screen and (max-width: 724px) {
  .cover__article.cover__article--full {
    width: 100%;
  }
}
.mosaic__articles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 57%;
  max-width: 630px;
}
@media screen and (max-width: 724px) {
  .mosaic__articles {
    display: none;
  }
}
/* Engage wall */
.engage-wall p {
  font-size: 16px;
  line-height: 1.5;
}
.engage-wall__pitch p {
  margin: 12px 0;
}
.engage-wall__pitch a {
  margin-bottom: 12px;
}
/* Engage modal */
.engage-modal {
  padding: 10px;
  font-family: "NeueHaasRegular", Helvetica, Arial, sans-serif;
}
.engage-modal-content {
  margin: 50px auto 0;
  padding: 0;
}
.engage-text {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 870px;
}
.engage-title {
  font-size: 41px;
  font-weight: 600;
  font-family: "PublicoHeadlineBold", Garamond, Times, serif;
  color: black;
  margin: 0 0 20px;
}
.engage-body {
  max-width: 640px;
}
.engage-body > p {
  font-size: 16px;
  line-height: 1.4;
}
.engage-body > .lead {
  font-size: 20px;
  margin: 0 0 6px;
}
.engage-options {
  margin: 30px auto;
  max-width: 870px;
}
.engage-option {
  text-align: center;
  min-width: 280px;
}
.engage-option-heading {
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  margin-top: 22px;
  margin-bottom: 7px;
  min-height: 24px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.engage-option-subheading {
  font-family: "NeueHaasRegular", Helvetica, Arial, sans-serif;
  font-size: 1.1875rem;
  margin-bottom: 1rem;
  font-weight: normal;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.engage-option-description {
  min-height: 30px;
  margin: 0 0 0.5rem;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 23rem;
}
.engage-option--prominent .engage-option-title {
  font-weight: 600;
}
.alternate-option {
  margin: 40px auto 20px;
  text-align: center;
}
.alternate-option-heading {
  font-size: 1.25rem;
  font-weight: normal;
}
.alternate-option-text {
  display: block;
}
.alternate-option-button {
  margin-top: 10px;
  display: inline-block;
  position: relative;
  padding: 21px 36px;
  background: #46CC5A;
  color: black;
  border: 1px solid #46CC5A;
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 20, 5, 0.01);
  box-shadow: 0px 0px 12px rgba(0, 20, 5, 0.01);
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  text-align: center;
  -webkit-appearance: none;
  cursor: pointer;
  border: 1px solid #000;
  background: transparent;
}
.alternate-option-button.small {
  padding: 12px 24px;
}
.alternate-option-button__border {
  background-color: #fff;
  color: #46CC5A;
  border: 1px solid #46CC5A;
  display: inline-block;
  line-height: 1.2;
}
.alternate-option-button__border:hover {
  background-color: #46CC5A;
  color: #fff;
}
.alternate-option-button__submit {
  background-color: #46CC5A;
  color: #fff;
}
.alternate-option-button[disabled],
.alternate-option-button.is-disabled {
  cursor: default;
  opacity: 0.25;
}
.no-touch .alternate-option-button:hover {
  -webkit-transition: all 0.025s ease-out;
  -o-transition: all 0.025s ease-out;
  transition: all 0.025s ease-out;
  background: #102218;
  border-color: #102218;
  color: #fff;
}
.alternate-option-button.button-label {
  display: inline-block;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.no-touch .alternate-option-button[disabled]:hover,
.no-touch .alternate-option-button.is-disabled:hover {
  background: #46CC5A;
  border-color: #46CC5A;
  color: #102218;
}
.alternate-option-button--neg {
  color: #fff;
  background: #102218;
  border-color: #102218;
}
.no-touch .alternate-option-button--neg[disabled]:hover,
.no-touch .alternate-option-button--neg.is-disabled:hover {
  color: #fff;
  background: #102218;
  border-color: #102218;
}
.no-touch .alternate-option-button--neg:hover {
  color: #102218;
  background: #46CC5A;
  border-color: #46CC5A;
}
.alternate-option-button--big {
  min-width: 180px;
  font-size: 16px;
  line-height: 1.2;
  padding: 26px 40px;
}
.engage-footer {
  padding: 40px;
  text-align: center;
}
.engage-footer-logo {
  display: inline-block;
}
@media screen and (min-width:  725px ) {
  .engage-modal-content {
    margin: 80px auto 0;
  }
  .engage-title {
    font-size: 51px;
  }
}
.spread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: -1px 1px 12px #eee;
  box-shadow: -1px 1px 12px #eee;
}
.spread-part {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex: 1;
  margin: 1px;
  padding: 10px;
  background: white;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 1px 1px 0 #eee;
  box-shadow: 1px 1px 0 #eee;
}
.spread-part .cta {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
/* Call to action */
.cta {
  margin: 10px;
}
.cta .cta-button {
  display: inline-block;
  position: relative;
  padding: 21px 36px;
  background: #46CC5A;
  color: black;
  border: 1px solid #46CC5A;
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 20, 5, 0.01);
  box-shadow: 0px 0px 12px rgba(0, 20, 5, 0.01);
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  text-align: center;
  -webkit-appearance: none;
  cursor: pointer;
  background: white;
  border-color: white;
}
.cta .cta-button.small {
  padding: 12px 24px;
}
.cta .cta-button__border {
  background-color: #fff;
  color: #46CC5A;
  border: 1px solid #46CC5A;
  display: inline-block;
  line-height: 1.2;
}
.cta .cta-button__border:hover {
  background-color: #46CC5A;
  color: #fff;
}
.cta .cta-button__submit {
  background-color: #46CC5A;
  color: #fff;
}
.cta .cta-button[disabled],
.cta .cta-button.is-disabled {
  cursor: default;
  opacity: 0.25;
}
.no-touch .cta .cta-button:hover {
  -webkit-transition: all 0.025s ease-out;
  -o-transition: all 0.025s ease-out;
  transition: all 0.025s ease-out;
  background: #102218;
  border-color: #102218;
  color: #fff;
}
.cta .cta-button.button-label {
  display: inline-block;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.no-touch .cta .cta-button[disabled]:hover,
.no-touch .cta .cta-button.is-disabled:hover {
  background: #46CC5A;
  border-color: #46CC5A;
  color: #102218;
}
.cta .cta-button--neg {
  color: #fff;
  background: #102218;
  border-color: #102218;
}
.no-touch .cta .cta-button--neg[disabled]:hover,
.no-touch .cta .cta-button--neg.is-disabled:hover {
  color: #fff;
  background: #102218;
  border-color: #102218;
}
.no-touch .cta .cta-button--neg:hover {
  color: #102218;
  background: #46CC5A;
  border-color: #46CC5A;
}
.cta .cta-button--big {
  min-width: 180px;
  font-size: 16px;
  line-height: 1.2;
  padding: 26px 40px;
}
.cta-button + .cta-helper {
  margin-top: 7px;
}
.cta-helper {
  display: block;
  color: black;
  font-size: 16px;
}
.cta-link {
  font-weight: bold;
}
/* Engage cover */
.engage-modal.landing-modal .modal-inner {
  background: #46CC5A;
}
.engage-modal.landing-modal .spread {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.engage-modal.landing-modal .spread-part {
  background: #96e2a1;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.footer-wrapper {
  clear: both;
}
.footer-wrapper .footer {
  position: relative;
  text-align: center;
  /* prel-sub */
}
.footer-wrapper .footer .prel-sub {
  display: block;
  max-width: 600px;
  margin: 0 auto;
  /* strong */
  /* em */
  /* img */
}
.footer-wrapper .footer .prel-sub strong {
  clear: both;
  display: inline-block;
  font-family: 'PublicoHeadlineBold';
  font-weight: 600;
  font-size: 62px;
  color: #46CC5A;
  line-height: 1;
  border-bottom: 3px solid #46CC5A;
}
@media (max-width: 767px) {
  .footer-wrapper .footer .prel-sub strong {
    font-size: 30px;
  }
}
.footer-wrapper .footer .prel-sub em {
  padding: 15px 0 25px;
  display: block;
  font-size: 18px;
  color: #102218;
  font-style: italic;
}
@media (max-width: 767px) {
  .footer-wrapper .footer .prel-sub em {
    font-size: 16px;
  }
}
.footer-wrapper .footer .prel-sub img {
  width: 500px;
  height: 390px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .footer-wrapper .footer .prel-sub img {
    height: auto;
    width: auto;
    max-width: 100%;
  }
}
.footer-wrapper .footer .text {
  border-top: 1px solid #ddd;
  padding: 20px 20px;
  color: #878787;
  font-weight: 500;
  font-size: 13px;
  line-height: 2.5;
  /* a */
}
@media (max-width: 767px) {
  .footer-wrapper .footer .text {
    line-height: 1.3;
    text-align: left;
  }
}
.footer-wrapper .footer .text a {
  color: #878787;
  text-decoration: underline;
}
.footer-wrapper .footer .text .dot {
  display: inline-block;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .footer-wrapper .footer .text .dot {
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
    padding: 0;
  }
}
.beta {
  position: absolute;
  display: block;
  top: -12px;
  right: 13px;
  background: rgba(70, 204, 90, 0.5);
  color: #102218;
  padding: 3px 5px 1px;
  -webkit-transform: rotateZ(5deg);
  -ms-transform: rotate(5deg);
  transform: rotateZ(5deg);
  text-transform: uppercase;
}
@media screen and (max-width: 724px) {
  .beta {
    right: 43px;
  }
}
.search__bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 24px 0 29px;
  position: absolute;
  z-index: 10;
  width: 100%;
  background: #fff;
  top: -30px;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 724px) {
  .search__bar {
    width: 95%;
    left: 2.5%;
  }
}
.search__bar--active {
  -webkit-transform: translate(0, 65px);
  -ms-transform: translate(0, 65px);
  transform: translate(0, 65px);
  opacity: 1;
  visibility: visible;
  z-index: 200;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width: 724px) {
  .search__bar--active {
    width: 100%;
    left: 0%;
  }
}
.search__bar--is-hidden {
  opacity: 0;
  -webkit-transform: translateY(-130px);
  -ms-transform: translateY(-130px);
  transform: translateY(-130px);
}
.admin-bar .search__bar--active {
  -webkit-transform: translate(0, 97px);
  -ms-transform: translate(0, 97px);
  transform: translate(0, 97px);
}
.search__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 620px;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 69px;
}
@media screen and (max-width: 724px) {
  .search__form {
    width: 94%;
  }
}
.form__field,
.form__button {
  height: 66px;
  line-height: 66px;
  -webkit-appearance: none;
}
.form__field {
  border-radius: 3px;
  width: 100%;
  border: 1px solid #46CC5A;
  background-color: #F6F6F6;
  padding: 0 46px 0 20px;
  font-size: 22px;
}
.form__field::-webkit-input-placeholder {
  color: #000;
}
.form__field:-moz-placeholder {
  color: #000;
}
.form__field::-moz-placeholder {
  color: #000;
}
.form__field:-ms-input-placeholder {
  color: #000;
}
.form__button {
  background-color: #F6F6F6;
  background-image: url('../assets/img/syre/search.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  height: 64px;
  border-radius: 0;
  text-align: center;
  width: 66px;
  border: none;
  position: absolute;
  top: 3px;
  right: 1px;
  text-indent: -9999px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-left: 1px solid #ddd;
}
.navbar {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-top: 5px solid #46CC5A;
  min-height: 65px;
  position: relative;
  z-index: 1001;
}
@media screen and (max-width: 800px) {
  .navbar {
    min-height: 75px;
  }
}
.navbar__navigation {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  background: #ebffef;
  height: auto;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  -o-transition: transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  -webkit-box-shadow: 0px -3px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -3px 10px 0px rgba(0, 0, 0, 0.75);
  border-top: 5px solid #46CC5A;
}
@media screen and (max-width: 800px) {
  .navbar__navigation {
    height: 74px;
  }
}
.admin-bar .navbar__navigation {
  top: 32px;
}
.navbar__navigation--is-hidden {
  -webkit-transform: translateY(-130px);
  -ms-transform: translateY(-130px);
  transform: translateY(-130px);
}
.logotype {
  display: block;
}
.logotype svg {
  width: 100%;
  overflow: visible;
}
@media screen and (min-width: 800px) {
  .logotype svg {
    max-width: 175px;
    max-height: 40px;
  }
}
@media screen and (min-width: 800px) {
  .logotype svg.fria-logo {
    max-width: 95px;
  }
}
@media screen and (max-width: 800px) {
  .logotype svg.fria-logo {
    max-height: 40px;
  }
}
.cta__item {
  width: 100%;
  display: none;
}
@media (max-width: 1090px) {
  .cta__item {
    display: block;
  }
}
.navigation__cta {
  margin-bottom: 20px;
  padding: 17px;
  height: 135px;
  width: 100%;
}
.navigation__cta.navigation__cta--green {
  background: #ebffef url('../assets/img/syre/paper-hands20210217.png?v=2') no-repeat bottom right 15px;
  background-size: 135px;
}
.navigation__cta-title {
  font-weight: bold;
  font-size: 1.15em;
  margin-bottom: 3px;
}
.navigation__cta-text {
  font-size: 1em;
  margin-bottom: 20px;
}
.navigation__cta-action {
  border: 1px solid #102218;
  line-height: 35px;
  padding: 0 20px 0 20px;
  display: inline-block;
  border-radius: 60px;
  color: #102218;
  text-decoration: none;
  font-family: 'NeueHaasRegular';
  font-size: 0.95em;
}
.navigation__cta-action.navigation__cta-action--green {
  border-color: #46CC5A;
  color: #46CC5A;
}
.navigation__cta-action.navigation__cta-action--magenta {
  border-color: #f41e9a;
  color: #f41e9a;
}
.navigation__cta-action.navigation__cta-action--blue {
  border-color: #2dbbf5;
  color: #2dbbf5;
}
.navigation__cta-action.navigation__cta-action--yellow {
  border-color: #f2ce00;
  color: #f2ce00;
}
.navigation__cta-action.navigation__cta-action--gray {
  border-color: #888;
  color: #888;
}
.navigation__topics {
  -webkit-box-flex: 20;
  -webkit-flex: 20;
  -ms-flex: 20;
  flex: 20;
}
@media (max-width: 1090px) {
  .navigation__topics {
    display: none;
  }
}
.navigation__logotype.syre {
  padding: 0 30px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .navigation__logotype.syre {
    width: 100px;
    padding: 0 0 0 10px;
    -webkit-box-flex: 6;
    -webkit-flex: 6;
    -ms-flex: 6;
    flex: 6;
    max-width: 106px;
    position: relative;
    top: 2px;
  }
}
.navigation__logotype.fria,
.navigation__logotype.fempers {
  padding: 0 30px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .navigation__logotype.fria,
  .navigation__logotype.fempers {
    padding: 0 0 0 10px;
    -webkit-box-flex: 6;
    -webkit-flex: 6;
    -ms-flex: 6;
    flex: 6;
    position: relative;
    top: 2px;
  }
}
.navigation__menu {
  -webkit-box-flex: 10;
  -webkit-flex: 10;
  -ms-flex: 10;
  flex: 10;
  padding-right: 20px;
}
@media (max-width: 1090px) {
  .navigation__menu {
    display: none;
  }
}
.navigation__mobile {
  display: none;
}
@media (max-width: 1090px) {
  .navigation__mobile {
    display: block;
    -webkit-box-flex: 20;
    -webkit-flex: 20;
    -ms-flex: 20;
    flex: 20;
    max-width: 60%;
  }
}
.navigation__secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  padding: 80px 0 45px;
  -webkit-box-shadow: 0 11px 11px rgba(0, 0, 0, 0.22);
  box-shadow: 0 11px 11px rgba(0, 0, 0, 0.22);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 180ms ease;
  -o-transition: all 180ms ease;
  transition: all 180ms ease;
  overflow-y: scroll;
}
@media screen and (max-width: 724px) {
  .navigation__secondary {
    height: 100vh;
  }
}
.navigation__secondary--is-open {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 230ms ease;
  -o-transition: all 230ms ease;
  transition: all 230ms ease;
  padding-bottom: 20px;
  position: fixed;
  z-index: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 724px) {
  .navigation__secondary--no-flex {
    display: block;
  }
}
.secondary__inner {
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media screen and (max-width: 1550px) {
  .secondary__inner {
    max-width: 95%;
  }
}
.secondary__heading {
  margin-bottom: 15px;
}
@media screen and (max-width: 724px) {
  .secondary__heading {
    margin-bottom: 10px;
  }
}
.sections {
  -webkit-box-flex: 11;
  -webkit-flex: 11;
  -ms-flex: 11;
  flex: 11;
}
@media screen and (max-width: 1200px) {
  .sections {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin-top: 20px;
  }
}
.sections__inner {
  width: 100%;
  max-width: 1300px;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.sections__category {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 250px;
  padding: 30px;
  border-left: 2px solid #102218;
  margin-right: 20px;
  position: relative;
}
.sections__category.sections__category--green {
  background-color: #e6f8e9;
  color: #30af43;
  border-left-color: #46CC5A;
}
.sections__category.sections__category--magenta {
  background-color: #feeff8;
  color: #f41e9a;
  border-left-color: #f41e9a;
}
.sections__category.sections__category--blue {
  background-color: #f0fafe;
  color: #0ba5e4;
  border-left-color: #2dbbf5;
}
.sections__category.sections__category--yellow {
  background-color: #fffced;
  color: #DAB005;
  border-left-color: #f2ce00;
}
.sections__category.sections__category--gray {
  background-color: #fbfbfb;
  color: #888;
  border-left-color: #888;
}
@media screen and (max-width: 724px) {
  .sections__category {
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.category__heading {
  font-size: 20px;
  font-family: 'NeueHaasMedium';
  margin-bottom: 10px;
}
.category__description {
  font-size: 14px;
  line-height: 1.5;
}
.category__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.menu__list {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .menu__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    text-align: center;
  }
}
.list {
  padding: 0;
  margin: 0;
}
.list__item {
  margin: 0;
  padding: 10px 15px;
  text-decoration: none;
  color: #46CC5A;
  font-family: 'NeueHaasMedium';
  letter-spacing: 0.15em;
  font-size: 11px;
}
@media screen and (max-width: 724px) {
  .list__item {
    text-align: center;
    padding: 6px 10px 10px;
  }
  .list__item:last-child {
    padding-right: 0;
  }
}
.list__link {
  color: #46CC5A;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
}
.topics__list {
  width: 100%;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
}
.topics__heading {
  color: #46CC5A;
  font-family: 'NeueHaasMedium';
  font-size: 14px;
  letter-spacing: 0.1em;
  position: relative;
  top: -10px;
}
.topics__item {
  margin: 0;
  padding: 0 13px 0 0;
}
.topics__item--no-padding {
  padding: 0;
}
.topics__link {
  text-decoration: none;
  color: #102218;
}
.topics__link:hover {
  color: #000;
  text-decoration: underline;
}
.topics__link:hover:after {
  border-top-color: #000 !important;
}
.topics .nav-more {
  padding: 0 0 0 10px;
  text-decoration: none;
  font-family: 'NeueHaasMedium';
  letter-spacing: 0.15em;
  font-size: 11px;
  text-transform: uppercase;
}
.topics .nav-more .topics__link {
  vertical-align: -3px;
  opacity: 0.8;
}
@media screen and (max-width: 724px) {
  .topics .nav-more {
    text-align: center;
    padding: 6px 10px 10px;
  }
  .topics .nav-more:last-child {
    padding-right: 0;
  }
}
.topics__list li.topics__item.has-submenu {
  position: relative;
}
.topics__list li.topics__item.has-submenu > a:after {
  display: inline-block;
  margin-left: 5px;
  content: "";
  font-size: 10px;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.6);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  -webkit-transform-origin: 50% 2px;
  -ms-transform-origin: 50% 2px;
  transform-origin: 50% 2px;
}
.topics__list li.topics__item.has-submenu.submenu-expanded > a {
  text-decoration: underline;
  color: #000;
}
.topics__list li.topics__item.has-submenu.submenu-expanded > a:after {
  border-top-color: #000;
}
.topics__list li.topics__item ul {
  display: none;
  position: absolute;
  top: 41px;
  left: 0;
  min-width: 240px;
  background: #fff;
  -webkit-box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 0 0 0 -1rem;
  padding: 1rem;
}
.topics__list li.topics__item ul li a {
  display: inline-block;
  padding: 0.25rem 0.5rem;
}
.keen__topics {
  -webkit-box-flex: 4;
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
@media screen and (max-width: 724px) {
  .keen__topics {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
}
.keen__list {
  width: 100%;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 724px) {
  .keen__list {
    margin-bottom: 120px;
  }
}
.keen__heading {
  color: #102218;
  font-family: 'NeueHaasMedium';
  margin-bottom: 15px;
}
@media screen and (max-width: 724px) {
  .keen__heading {
    margin-bottom: 10px;
  }
}
.keen__item {
  margin: 0;
  padding: 0.5rem 1rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 10rem;
  -ms-flex: 0 10rem;
  flex: 0 10rem;
}
@media screen and (max-width: 724px) {
  .keen__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
}
.keen__link {
  text-decoration: none;
  color: #102218;
}
.keen__topics--wide {
  max-width: 100%;
}
@media screen and (max-width: 724px) {
  .keen__topics--wide {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
}
/* VARIABLES */
/* Media queries */
/* COMPONENTS */
.share-component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "NeueHaasRegular", Helvetica, Arial, sans-serif;
  font-size: 1rem;
}
.share-label {
  margin-right: 0.5rem;
}
.share-channel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.25rem;
  line-height: 1;
}
.share-channel .share-link {
  background: white;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  border: 1px solid black;
  margin-right: 0.25rem;
  width: 2.3125rem;
  height: 2.3125rem;
  margin-right: 0;
}
.share-channel .share-link .icon {
  font-size: 1.75rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 1.75rem;
  -ms-flex: 1 0 1.75rem;
  flex: 1 0 1.75rem;
}
.no-touch .share-channel .share-link:hover {
  background: #102218;
  border-color: #102218;
  -webkit-transition: all 0.025s ease-out;
  -o-transition: all 0.025s ease-out;
  transition: all 0.025s ease-out;
}
.no-touch .share-channel .share-link:hover .icon {
  color: #fff;
}
.share-channel .share-link .icon {
  font-size: 1.2rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 1.5rem;
  -ms-flex: 1 0 1.5rem;
  flex: 1 0 1.5rem;
}
.share-channel .share-count {
  position: relative;
  bottom: 2px;
  left: -8px;
  font-weight: bold;
  color: #fff;
  background: #272829;
  border-radius: 100rem;
  padding: 5px 0 0 1px;
  text-align: center;
  width: 21px;
  height: 21px;
  font-size: 11px;
}
.share-channel .share-count:empty {
  display: none;
}
/* LAYOUT */
.issue-page {
  min-height: 18rem;
}
.issue-page .page-container {
  max-width: none;
}
.issue-page-header {
  -webkit-box-shadow: 0 0px 50px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0px 50px rgba(0, 0, 0, 0.05) inset;
  padding: 1rem 1rem 2rem;
}
.issue-page-body {
  position: relative;
  background: #fff;
  padding: 0;
}
.issue-page-footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4rem 1rem;
  background: #F6F6F6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.issue-header,
.issue-body {
  max-width: -webkit-calc(1260px + 9rem);
  max-width: calc(1260px + 9rem);
  margin: 0 auto;
}
.issue-header {
  padding: 0;
}
@media screen and (min-width:  990px ) {
  .issue-header {
    padding: 1rem 4.5rem 2rem;
  }
  .issue-body {
    position: relative;
    padding: 1rem 21rem 1rem 4.5rem;
  }
}
/* ISSUE HEADER */
.issue-date {
  font-family: "NeueHaasRegular", Helvetica, Arial, sans-serif;
}
/* ARTICLE VIEW */
/* ISSUE NAV */
.issue-aside {
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  top: 0;
}
.issue-nav-container {
  height: 100%;
}
.issue-nav {
  background: #eee;
  width: 100%;
  padding: 0.25rem 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 -3px 14px rgba(0, 0, 0, 0.05);
  box-shadow: 0 -3px 14px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.issue-nav.is-sticky {
  position: fixed;
}
.issue-nav .revive-box {
  padding-top: 0.5rem;
}
.issue-nav .revive-box img {
  height: auto;
}
@media screen and (max-width:  989px ) {
  .issue-nav .revive-box {
    display: none;
  }
}
.issue-nav-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 2rem 0 2rem;
  display: none;
}
.issue-nav-title {
  display: inline-block;
  font-size: 1rem;
  margin: 1rem 0 1rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8rem;
  -ms-flex: 0 0 8rem;
  flex: 0 0 8rem;
}
.issue-nav-image {
  -webkit-transition: -webkit-box-flex 0.15s ease-in-out, -webkit-flex 0.15s ease-in-out;
  transition: -webkit-box-flex 0.15s ease-in-out, -webkit-flex 0.15s ease-in-out;
  -o-transition: flex 0.15s ease-in-out;
  transition: flex 0.15s ease-in-out;
  transition: flex 0.15s ease-in-out, -webkit-box-flex 0.15s ease-in-out, -webkit-flex 0.15s ease-in-out, -ms-flex 0.15s ease-in-out;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 5rem;
  -ms-flex: 0 0 5rem;
  flex: 0 0 5rem;
  margin-right: 1rem;
}
.issue-nav-image img {
  height: auto;
}
.issue-nav-articles {
  margin: 0;
  list-style: none;
  position: relative;
}
.issue-nav-meta + .issue-nav-articles {
  border-top: 1px solid #102218;
  padding-top: 0.5rem;
}
.nav-article {
  margin: 0;
  font-size: 0.875rem;
  font-family: "NeueHaasRegular", Helvetica, Arial, sans-serif;
  overflow: hidden;
}
.nav-article .article-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 12rem;
  -ms-flex: 1 0 12rem;
  flex: 1 0 12rem;
  font-family: "NeueHaasRegular", Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
}
.nav-article-label {
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  color: #484848;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 0 0 0.5rem;
  display: none;
}
.nav-article.section-glod .nav-article-link {
  border-color: #46CC5A;
}
.nav-article.section-radar .nav-article-link {
  border-color: #f41e9a;
}
.nav-article.section-zoom .nav-article-link {
  border-color: #2dbbf5;
}
.nav-article.section-energi .nav-article-link {
  border-color: #f2ce00;
}
.nav-article.section-kronika .nav-article-link {
  border-color: #46CC5A;
}
.nav-article.section-fordjupning .nav-article-link {
  border-color: #2dbbf5;
}
.nav-article.section-kultur .nav-article-link {
  border-color: #f41e9a;
}
.nav-article.section-fritid .nav-article-link {
  border-color: #46CC5A;
}
.nav-article.section-nyheter .nav-article-link {
  border-color: #f2ce00;
}
.nav-article.section-opinion .nav-article-link {
  border-color: #888;
}
.nav-article-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 0.5rem;
  color: #484848;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-left: 2px solid #ccc;
}
.no-touch .nav-article:not(.nav-article-current) .nav-article-link:hover {
  color: #102218;
  border-left-width: 4px;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.nav-article-link > .icon {
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 0.5rem;
  font-size: 1.5rem;
}
.nav-article-meta {
  margin-top: 0.5rem;
}
.nav-article-current .nav-article-link {
  color: #102218;
  padding: 0.5rem 0.5rem 0.5rem;
  border-left: 2px solid #46CC5A;
  cursor: unset;
}
.nav-article-current .article-title {
  font-size: 1.125rem;
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
.is-article-open .issue-nav .issue-nav-image {
  -webkit-flex-basis: 2.5rem;
  -ms-flex-preferred-size: 2.5rem;
  flex-basis: 2.5rem;
}
@media screen and (max-width:  989px ) {
  .issue-nav .nav-article {
    padding-left: 0;
    display: none;
  }
  .issue-nav .nav-article-current + .nav-article {
    display: block;
  }
  .issue-nav .nav-article-next {
    margin: 0;
  }
  .issue-nav-title {
    display: none;
  }
}
@media screen and (min-width: 990px) {
  .issue-aside {
    width: 18rem;
    top: 0;
    right: 0;
    left: auto;
    height: 100%;
    bottom: 0;
  }
  .issue-nav-container {
    display: block;
  }
  .issue-nav {
    background: transparent;
    padding: 1rem 2rem 4rem 1rem;
    margin-left: 0;
    width: 18rem;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    max-height: 100vh;
  }
  .issue-nav:after {
    pointer-events: none;
    content: "";
    display: block;
    width: 100%;
    height: 6rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(80%, #ffffff));
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #ffffff 80%);
    background: -o-linear-gradient(rgba(255, 255, 255, 0), #ffffff 80%);
    background: linear-gradient(rgba(255, 255, 255, 0), #ffffff 80%);
    position: absolute;
    bottom: 0;
  }
  .issue-nav .issue-nav-articles.fade-top:before {
    pointer-events: none;
    content: "";
    display: block;
    width: 100%;
    height: 6rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0%, #ffffff), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(#ffffff, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(#ffffff, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(#ffffff, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    z-index: 10;
    top: 0;
  }
  .issue-nav .nav-article .nav-article-label {
    display: none;
  }
  /* When the nav is sticking to the window,
	 * if the topnav(header) is not hidden offset it to not collide with topnav */
  body:not(.is-header-hidden) .issue-nav.is-sticky {
    -webkit-transform: translateY(4rem);
    -ms-transform: translateY(4rem);
    transform: translateY(4rem);
  }
  .issue-nav-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.reading-counter-title {
  font-size: 1rem;
  font-family: "NeueHaasRegular", Helvetica, Arial, sans-serif;
}
.reading-counter-text {
  font-family: "NeueHaasRegular", Helvetica, Arial, sans-serif;
  margin: 0.5rem 0 0.5rem;
}
.reading-counter-consumed {
  font-weight: bold;
}
.reading-counter-meter {
  display: block;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
}
.reading-counter-meter .meter-fill {
  display: block;
  width: 0%;
  max-width: 100%;
  height: 100%;
  background: #102218;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* ISSUE BILLBOARD */
.issue-heading {
  margin: 1.5rem 0 0.5rem;
}
.issue-heading .issue-title {
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0 0.5rem 0 0;
  font-size: 2rem;
  display: block;
}
.issue-heading .magazine-title {
  font-family: "NeueHaasRegular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  margin: 0;
  display: inline-block;
  color: #484848;
}
.issue-heading .magazine-title:before {
  content: " – ";
  margin-right: 0.5rem;
  display: inline-block;
}
.issue-meta {
  margin-bottom: 2rem;
  margin-top: 20px;
}
.issue-billboard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  min-height: 220px;
  height: 70vh;
  max-height: 40vw;
}
.issue-billboard:empty {
  display: none;
}
.issue-poster {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50vh;
  -ms-flex: 0 1 50vh;
  flex: 0 1 50vh;
  max-height: 100%;
  max-width: 28.25vw;
}
.issue-poster-image {
  height: 100%;
}
@media screen and (min-width:  725px ) {
  .issue-poster {
    width: auto;
    height: auto;
    margin: 0 0.25rem 0.25rem 0;
  }
  .issue-heading .issue-title {
    display: inline-block;
  }
  .issue-heading .magazine-title {
    font-size: 2rem;
  }
}
.billboard-posts {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  height: 100%;
}
.billboard-post {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  position: relative;
  height: 25%;
}
.billboard-post-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.5rem;
  font-size: 0.875rem;
  width: 100%;
  margin: 0;
}
.billboard-post-section {
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
  display: inline-block;
}
.billboard-post-title {
  display: block;
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  font-family: "PublicoHeadlineBold", Garamond, Times, serif;
  color: #fff;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  line-height: 1.05;
}
.billboard-post-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-box-shadow: inset 0 -72px 2rem rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -72px 2rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 724px) {
  .issue-page-header {
    padding-bottom: 0;
  }
  .issue-header:after {
    content: "";
    zoom: 1;
    display: block;
    clear: both;
  }
  .issue-heading {
    float: left;
  }
  .issue-billboard {
    float: right;
    height: 200px;
    display: block;
    min-height: 0;
    max-height: 36vw;
  }
  .issue-billboard .billboard-posts {
    display: none;
  }
  .issue-billboard .issue-poster {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    max-height: none;
    width: 300px;
    max-width: 35vw;
  }
  .issue-billboard .issue-poster .issue-poster-image {
    height: auto;
  }
}
@media screen and (min-width:  725px ) {
  .billboard-post {
    -webkit-flex-basis: 220px;
    -ms-flex-preferred-size: 220px;
    flex-basis: 220px;
    height: 50%;
    padding: 0 0.25rem 0.25rem 0;
  }
  .billboard-post-text {
    font-size: 1.25rem;
    padding: 1rem;
  }
  .billboard-post-title {
    white-space: normal;
  }
}
@media screen and (min-width:  990px ) {
  .billboard-post {
    -webkit-flex-basis: 280px;
    -ms-flex-preferred-size: 280px;
    flex-basis: 280px;
  }
}
/* ISSUE CONTENTS */
.issue-contents {
  padding: 0;
  margin-bottom: 4rem;
}
.issue-contents-heading {
  font-family: "NeueHaasRegular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  margin: 0.5rem 0 1rem;
}
/* ISSUE CONTENTS -> SECTIONS */
.issue-sections {
  list-style: none;
  margin: 0;
}
.issue-section {
  min-height: 40px;
  position: relative;
}
.issue-section:last-child {
  min-height: 0;
}
.issue-section[data-slug=glod] {
  border-color: #46CC5A;
}
.issue-section[data-slug=glod] .section-count {
  background: #46CC5A;
}
.issue-section[data-slug=glod] .section-name {
  color: #46CC5A;
}
.issue-section[data-slug=glod] .issue-teaser {
  border-color: #46CC5A;
}
.issue-section[data-slug=radar] {
  border-color: #f41e9a;
}
.issue-section[data-slug=radar] .section-count {
  background: #f41e9a;
}
.issue-section[data-slug=radar] .section-name {
  color: #f41e9a;
}
.issue-section[data-slug=radar] .issue-teaser {
  border-color: #f41e9a;
}
.issue-section[data-slug=zoom] {
  border-color: #2dbbf5;
}
.issue-section[data-slug=zoom] .section-count {
  background: #2dbbf5;
}
.issue-section[data-slug=zoom] .section-name {
  color: #2dbbf5;
}
.issue-section[data-slug=zoom] .issue-teaser {
  border-color: #2dbbf5;
}
.issue-section[data-slug=energi] {
  border-color: #DAB005;
}
.issue-section[data-slug=energi] .section-count {
  background: #DAB005;
}
.issue-section[data-slug=energi] .section-name {
  color: #DAB005;
}
.issue-section[data-slug=energi] .issue-teaser {
  border-color: #DAB005;
}
.issue-section[data-slug=kronika] {
  border-color: #46CC5A;
}
.issue-section[data-slug=kronika] .section-count {
  background: #46CC5A;
}
.issue-section[data-slug=kronika] .section-name {
  color: #46CC5A;
}
.issue-section[data-slug=kronika] .issue-teaser {
  border-color: #46CC5A;
}
.section-header {
  padding: 0.75rem 0 0.25rem;
}
.section-name {
  display: block;
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.9375rem;
  margin: 0;
}
.section-meta {
  display: block;
}
.section-articles {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width:  990px ) {
  .section-header {
    position: absolute;
    left: -85px;
    width: 82px;
    top: 0;
    text-align: right;
    padding: 0 0.5rem 0 0;
    padding-right: 0;
  }
}
/* CONTENTS -> SECTION -> ARTICLE */
.issue-teaser {
  margin: 0 0 1px;
  padding: 0.125em 0 0.125rem 0.25rem;
  position: relative;
  border-left: 4px solid #ccc;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.no-touch .issue-sections .issue-teaser:hover:not(.is-open),
.issue-sections .issue-teaser.js-hover:not(.is-open) {
  background: #F6F6F6;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.no-touch .issue-sections .issue-teaser:hover:not(.is-open) .issue-teaser-excerpt,
.issue-sections .issue-teaser.js-hover:not(.is-open) .issue-teaser-excerpt {
  color: #102218;
}
.no-touch .issue-sections .issue-teaser:hover:not(.is-open) .issue-teaser-thumbnail,
.issue-sections .issue-teaser.js-hover:not(.is-open) .issue-teaser-thumbnail {
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.no-touch .issue-sections .issue-teaser:hover:not(.is-open) .issue-teaser-thumbnail .img,
.issue-sections .issue-teaser.js-hover:not(.is-open) .issue-teaser-thumbnail .img {
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.no-touch .issue-sections .issue-teaser:hover:not(.is-open) .issue-teaser-text,
.issue-sections .issue-teaser.js-hover:not(.is-open) .issue-teaser-text {
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}
.issue-teaser.is-active .issue-teaser-close {
  display: block;
  opacity: 1;
}
.issue-teaser.is-active .issue-teaser-inner {
  padding-right: 2.5rem;
}
.issue-teaser.is-active .issue-teaser-close {
  opacity: 1;
  display: block;
}
.issue-teaser.is-active .issue-teaser-thumbnail {
  opacity: 0;
}
.issue-teaser.is-active .issue-teaser-excerpt {
  max-height: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media screen and (min-width: 990px) {
  .issue-teaser.is-active .issue-teaser-thumbnail {
    width: 0px;
  }
}
.issue-teaser.is-open.is-active .issue-teaser-thumbnail {
  opacity: 0;
  width: 0px;
}
.issue-teaser.is-read .issue-teaser-title {
  text-decoration: none;
  opacity: 0.5;
  font-weight: normal;
}
.issue-teaser.is-closed .issue-teaser-close {
  display: none;
}
.issue-teaser-close {
  position: absolute;
  right: 0;
  top: -webkit-calc(50% - 1.25rem);
  top: calc(50% - 1.25rem);
  font-size: 2.5rem;
  display: none;
}
.issue-teaser-close .icon {
  width: 2.5rem;
  height: 2.5rem;
}
.issue-teaser-indicator {
  color: #999;
  font-size: 11px;
  text-indent: -99999em;
  margin: 0;
  position: relative;
  width: 3rem;
  height: 3rem;
  -webkit-box-shadow: inset 0 0 0 0.2rem;
  box-shadow: inset 0 0 0 0.2rem;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  left: 6%;
  top: -webkit-calc(50% - 3rem/2);
  top: calc(50% - 3rem/2);
  display: none;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.issue-teaser-indicator:before,
.issue-teaser-indicator:after {
  border-radius: 50%;
  position: absolute;
  content: '';
}
.issue-teaser-indicator:before {
  width: 1.7rem;
  height: 3.2rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 3.2rem 0 0 3.2rem;
  top: -0.1rem;
  left: -0.1rem;
  -webkit-transform-origin: 1.7rem 1.6rem;
  -ms-transform-origin: 1.7rem 1.6rem;
  transform-origin: 1.7rem 1.6rem;
  -webkit-animation: loader 1s infinite ease 0.5s;
  animation: loader 1s infinite ease 0.5s;
}
.issue-teaser-indicator:after {
  width: 1.7rem;
  height: 3.2rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0 3.2rem 3.2rem 0;
  top: -0.1rem;
  left: 1.6rem;
  -webkit-transform-origin: 0px 1.6rem;
  -ms-transform-origin: 0px 1.6rem;
  transform-origin: 0px 1.6rem;
  -webkit-animation: loader 1s infinite ease;
  animation: loader 1s infinite ease;
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
.issue-teaser.is-loading .issue-teaser-indicator,
.issue-teaser.is-open .issue-teaser-indicator {
  display: block;
  opacity: 1;
}
.issue-teaser.is-open .issue-teaser-indicator {
  left: -4.5rem;
  -webkit-transition: color 0.1s ease-in;
  -o-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
  color: #46CC5A;
  -webkit-transition: opacity 0.2s ease-in-out 0.25s;
  -o-transition: opacity 0.2s ease-in-out 0.25s;
  transition: opacity 0.2s ease-in-out 0.25s;
  opacity: 0;
}
.issue-teaser.is-open .issue-teaser-indicator:before {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  top: -5rem;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.issue-teaser.is-open .issue-teaser-indicator:after {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  top: -5rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (min-width: 990px) {
  .issue-teaser-indicator {
    left: -4.5rem;
  }
}
.issue-teaser-inner {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  overflow: hidden;
  max-width: 45rem;
}
.issue-teaser-thumbnail {
  height: auto;
  overflow: hidden;
  width: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.issue-teaser-thumbnail .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.issue-teaser-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 150px;
  -ms-flex: 1 1 150px;
  flex: 1 1 150px;
  padding: 0.75rem 0 1rem 1rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.issue-teaser-type {
  display: inline-block;
  color: #878787;
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.9375rem;
  padding: 0;
  margin: 0 0 0.375rem;
}
.issue-teaser-title {
  font-weight: normal;
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  margin: 0 0 0.5rem;
  font-size: 1rem;
  color: #102218;
}
.issue-teaser-excerpt {
  display: none;
  font-weight: normal;
  font-family: "NeueHaasRegular", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #484848;
  overflow: hidden;
  max-height: 8rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width:  725px ) {
  .issue-teaser-thumbnail {
    width: 120px;
  }
  .issue-teaser-title {
    font-size: 1.125rem;
  }
  .issue-teaser-excerpt {
    display: block;
  }
}
.latest-issues-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
ul.latest-posts .articles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: unset;
  -webkit-align-items: unset;
  -ms-flex-align: unset;
  align-items: unset;
}
.issue-title {
  font-family: 'NeueHaasMedium';
  text-decoration: none;
  line-height: 1.3;
  border-bottom: 1px solid black;
  padding-bottom: 10px;
}
.issue-nav-articles {
  margin-top: 20px !important;
}
.phone__heading {
  margin-bottom: 0.5em;
  letter-spacing: 0;
  font-family: 'NeueHaasMedium';
}
.phone__info {
  line-height: 1.5;
  font-size: 15px;
  margin-bottom: 1em;
}
.leave__phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.leave__phone--active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.leave__form {
  width: 100%;
  margin-bottom: 50px;
  padding: 40px 50px 30px;
  background-color: #eee;
}
@media screen and (max-width: 724px) {
  .leave__form {
    padding: 50px 20px;
  }
}
.leave__button {
  width: 100%;
  margin-top: 30px;
}
.magazines-component {
  padding: 0.5rem 0.5rem 1rem;
}
.magazines-component .magazines-list {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.magazines-component .magazine-item {
  list-style: none;
  padding: 0.5rem;
  margin: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 260px;
  -ms-flex: 1 1 260px;
  flex: 1 1 260px;
}
.magazines-component .magazine-item .magazine-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.magazines-component .magazine-item .magazine-thumb {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  min-width: 40px;
  /* For some reason, 100% width/height makes the
				image scale and keep proportions */
  width: 100%;
  height: 100%;
  min-width: 0;
  margin-right: 0.5rem;
}
.magazines-component .magazine-item .magazine-name {
  -webkit-box-flex: 6;
  -webkit-flex: 6 0 180px;
  -ms-flex: 6 0 180px;
  flex: 6 0 180px;
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: -1rem 0 0;
}
.magazines-component .magazine-item + .magazine-item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/* Modal component */
body {
  position: relative;
}
body.modal_fullscreen {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.modal-inner {
  position: relative;
  margin: 2vh auto;
  max-width: 96vw;
  z-index: 100;
  background: white;
  -webkit-box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.25);
  padding: 1vh 1vw;
}
.modal-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
  cursor: pointer;
}
.modal-close .icon {
  font-size: 40px;
}
@media screen and (min-width:  725px ) {
  .modal-inner {
    padding: 1rem 6vw;
    max-width: 80vw;
  }
}
.modal.modal--fullscreen .modal-inner {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media screen and (min-width:  725px ) {
  .modal.modal--fullscreen .modal-inner {
    max-width: none;
    margin: 0;
  }
}
.success__heading {
  margin-bottom: 1em;
  line-height: 1.3;
}
.success__message {
  font-size: 18px;
  line-height: 24px;
}
.page-template-registration .registration-title {
  text-align: center;
  font-size: 36px;
}
.registration__form {
  max-width: 780px;
  width: 100%;
  margin: 20px auto 0;
  background-color: #46CC5A;
  padding: 35px;
}
@media screen and (max-width: 724px) {
  .registration__form {
    padding: 20px 15px;
  }
}
.registration__form .archive,
.single .registration__form {
  background-color: #fff;
  padding: 0;
}
.registration__form .form__default input:not([type=submit]),
.registration__form .form__default textarea,
.registration__form .form__default select {
  background: #ebffef;
  border: 1px solid #258734;
}
.registration__success,
.registration__new__success {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  padding: 30px;
}
.registration .registration-form,
.registration__new .registration-form {
  padding: 0 30px;
}
.registration label,
.registration__new label {
  cursor: pointer;
}
.registration.recipient,
.registration__new.recipient {
  background: #eee;
}
.registration input[type="radio"],
.registration__new input[type="radio"] {
  display: none;
}
.registration .local_delivery-wrapper.disabled,
.registration__new .local_delivery-wrapper.disabled {
  cursor: default;
}
.registration .local_delivery-wrapper.disabled .wpcf7-list-item-label,
.registration__new .local_delivery-wrapper.disabled .wpcf7-list-item-label {
  opacity: 0.5;
}
.registration .form-text-extra,
.registration__new .form-text-extra {
  font-size: 0.75em;
}
.registration .plan,
.registration__new .plan {
  background: #F6F6F6;
  border: #F6F6F6 4px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  float: left;
  margin-right: 20px;
}
.registration .plans,
.registration__new .plans {
  background: gray;
}
@media screen and (max-width: 769px) {
  .registration .plan,
  .registration__new .plan {
    width: 100%;
    margin-bottom: 15px;
  }
}
.registration .plan:last-child,
.registration__new .plan:last-child {
  margin-right: 0;
}
.registration .plan__switcher,
.registration__new .plan__switcher {
  -webkit-appearance: none;
  padding: 0;
  border-radius: 0;
  text-align: left;
  background: #fff;
  font-family: 'NeueHaasRegular';
  font-size: 18px;
  letter-spacing: 0;
  height: 50px;
  min-width: 150px;
  padding-left: 10px;
}
.registration .plan__state--not-chosen,
.registration__new .plan__state--not-chosen {
  display: block;
}
.registration .plan__state--chosen,
.registration__new .plan__state--chosen {
  display: none;
}
.registration .plan__heading,
.registration__new .plan__heading,
.registration .plan__sub-heading,
.registration__new .plan__sub-heading {
  font-size: 33px;
  font-family: 'NeueHaasMedium';
}
.registration .plan__sub-heading,
.registration__new .plan__sub-heading {
  color: #46CC5A;
}
.registration .plan__description,
.registration__new .plan__description {
  margin-top: 1em;
  font-size: 15px;
  line-height: 1.6;
}
.registration .plan__state,
.registration__new .plan__state {
  text-align: center;
  font-family: 'NeueHaasMedium';
}
.registration .plan__button,
.registration__new .plan__button {
  border: 1px solid #878787;
  color: #878787;
  font-size: 15px;
  min-width: 130px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 20px;
  text-align: center;
}
.registration .plan l .feature--included,
.registration__new .plan l .feature--included {
  color: #46CC5A;
}
.registration #plan__web:checked + .plan,
.registration__new #plan__web:checked + .plan,
.registration #plan__web-ezine:checked + .plan,
.registration__new #plan__web-ezine:checked + .plan,
.registration #plan__web-paper:checked + .plan,
.registration__new #plan__web-paper:checked + .plan {
  border-color: #46CC5A;
}
.registration #plan__web:checked + .plan .plan__state,
.registration__new #plan__web:checked + .plan .plan__state,
.registration #plan__web-ezine:checked + .plan .plan__state,
.registration__new #plan__web-ezine:checked + .plan .plan__state,
.registration #plan__web-paper:checked + .plan .plan__state,
.registration__new #plan__web-paper:checked + .plan .plan__state {
  border: none;
  font-size: 33px;
}
.registration #plan__web:checked + .plan .plan__state--not-chosen,
.registration__new #plan__web:checked + .plan .plan__state--not-chosen,
.registration #plan__web-ezine:checked + .plan .plan__state--not-chosen,
.registration__new #plan__web-ezine:checked + .plan .plan__state--not-chosen,
.registration #plan__web-paper:checked + .plan .plan__state--not-chosen,
.registration__new #plan__web-paper:checked + .plan .plan__state--not-chosen {
  display: none;
}
.registration #plan__web:checked + .plan .plan__state--chosen,
.registration__new #plan__web:checked + .plan .plan__state--chosen,
.registration #plan__web-ezine:checked + .plan .plan__state--chosen,
.registration__new #plan__web-ezine:checked + .plan .plan__state--chosen,
.registration #plan__web-paper:checked + .plan .plan__state--chosen,
.registration__new #plan__web-paper:checked + .plan .plan__state--chosen {
  display: block;
}
.registration #plan__web:checked + .plan .plan__state--chosen span,
.registration__new #plan__web:checked + .plan .plan__state--chosen span,
.registration #plan__web-ezine:checked + .plan .plan__state--chosen span,
.registration__new #plan__web-ezine:checked + .plan .plan__state--chosen span,
.registration #plan__web-paper:checked + .plan .plan__state--chosen span,
.registration__new #plan__web-paper:checked + .plan .plan__state--chosen span {
  position: relative;
}
.registration #plan__web:checked + .plan .plan__state--chosen span:before,
.registration__new #plan__web:checked + .plan .plan__state--chosen span:before,
.registration #plan__web-ezine:checked + .plan .plan__state--chosen span:before,
.registration__new #plan__web-ezine:checked + .plan .plan__state--chosen span:before,
.registration #plan__web-paper:checked + .plan .plan__state--chosen span:before,
.registration__new #plan__web-paper:checked + .plan .plan__state--chosen span:before {
  position: absolute;
  content: ' ';
  display: block;
  background-image: url('../assets/img/checked.svg');
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  background-size: 25px;
  float: left;
  margin-right: 15px;
  top: 5px;
  left: -40px;
}
.registration .prices,
.registration__new .prices {
  width: -webkit-calc(33% - 25px);
  width: calc(33% - 25px);
  margin-right: 25px;
  float: left;
}
@media screen and (max-width: 724px) {
  .registration .prices,
  .registration__new .prices {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.registration .prices:last-child,
.registration__new .prices:last-child {
  margin-right: 0;
}
.registration .prices__state--not-chosen,
.registration__new .prices__state--not-chosen {
  display: block;
}
.registration .prices__state--chosen,
.registration__new .prices__state--chosen {
  display: none;
}
.registration .prices__container,
.registration__new .prices__container {
  border: #ccc 1px solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-right: 25px;
  height: 90px;
  padding: 20px;
}
@media screen and (max-width: 800px) {
  .registration .prices__container,
  .registration__new .prices__container {
    padding: 10px;
  }
}
.registration .prices__container:last-child,
.registration__new .prices__container:last-child {
  margin-right: 0;
}
.registration .prices__button,
.registration__new .prices__button {
  border: 1px solid #878787;
  color: #878787;
  font-size: 15px;
  min-width: 130px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 20px;
}
.registration .prices input[type="radio"]:checked + .price__container,
.registration__new .prices input[type="radio"]:checked + .price__container {
  background: #fff;
  border-color: #fff;
}
.registration .prices input[type="radio"]:checked + .price__container .price__state,
.registration__new .prices input[type="radio"]:checked + .price__container .price__state {
  border: none;
  font-size: 16px;
  font-family: 'NeueHaasMedium';
}
.registration .prices input[type="radio"]:checked + .price__container .price__state--not-chosen,
.registration__new .prices input[type="radio"]:checked + .price__container .price__state--not-chosen {
  display: none;
}
.registration .prices input[type="radio"]:checked + .price__container .price__state--chosen,
.registration__new .prices input[type="radio"]:checked + .price__container .price__state--chosen {
  display: block;
}
.registration .prices input[type="radio"]:checked + .price__container .price__state--chosen span,
.registration__new .prices input[type="radio"]:checked + .price__container .price__state--chosen span {
  position: relative;
}
.registration .prices input[type="radio"]:checked + .price__container .price__state--chosen span:before,
.registration__new .prices input[type="radio"]:checked + .price__container .price__state--chosen span:before {
  content: ' ';
  position: relative;
  top: -3px;
  display: block;
  background-image: url('../assets/img/checked.svg');
  background-position: center;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  background-size: 15px;
  float: left;
  margin-right: 5px;
}
.registration .prices__value,
.registration__new .prices__value {
  font-family: 'NeueHaasMedium';
  display: block;
}
.archive .plan,
.single .plan {
  width: 100%;
  margin-bottom: 30px;
}
.feature {
  margin: 0 0 15px 0;
  border-bottom: 1px solid gray;
  padding: 0 0 10px 0;
}
.features {
  list-style: none;
  padding: 15px 0;
  border-top: 1px solid gray;
  margin: 10px 0 5px 0;
}
.features--perks {
  border-top: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.feature--inline {
  display: inline-block;
  margin-right: 20px;
}
.feature--no-border {
  border-bottom: none;
}
.feature:before {
  content: ' ';
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  background-size: contain;
  float: left;
  margin-right: 10px;
}
.feature--excluded:before {
  background-image: url('../assets/img/cross.svg');
}
.feature--included:before {
  background-image: url('../assets/img/checked.svg');
}
.registration__info {
  text-align: right;
  margin: 20px 0;
  display: block;
  float: right;
  font-family: 'NeueHaasMedium';
  color: #878787;
}
.registration__header {
  border-bottom: 1px solid #ddd;
  padding: 40px 0 5px;
}
.registration__header-info {
  font-size: 15px;
  line-height: 20px;
  margin: 1em 0 0.5em;
}
.registration__header-wrapper {
  max-width: 920px;
  width: 100%;
  margin: 0px auto;
}
.registration__header-button {
  background: #46CC5A;
  font-family: 'NeueHaasRegular';
  text-decoration: none;
  display: inline-block;
  float: right;
  vertical-align: middle;
  color: #fff;
  line-height: 55px;
  height: 55px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  border-radius: 55px;
}
.registration__header-sub-title,
.registration__header-title {
  font-size: 2.5em;
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  display: block;
  vertical-align: middle;
  max-width: 600px;
}
.registration__header-title {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 2em;
  margin: 0;
}
@media screen and (min-width:  725px ) {
  .registration__header-title {
    padding-left: 0;
    padding-right: 0;
    font-size: 2.5em;
  }
}
.registration__header-sub-title {
  font-family: 'NeueHaasMedium';
  color: #46CC5A;
}
.archive .registrations__wrapper,
.single .registrations__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  border: 1px solid #ccc;
  padding-top: 40px;
}
.archive .registrations__wrapper .button,
.single .registrations__wrapper .button {
  text-align: center;
}
@media screen and (max-width: 724px) {
  .archive .registrations__wrapper,
  .single .registrations__wrapper {
    border: none;
  }
}
.archive .registrations__header,
.single .registrations__header {
  width: 100%;
  font-family: 'NeueHaasRegular';
  padding: 0px 40px 40px;
  font-size: 15px;
  color: #878787;
}
.archive .registrations__header-info,
.single .registrations__header-info {
  line-height: 1.5;
}
.archive .phone__heading,
.single .phone__heading {
  font-family: 'PublicoHeadlineBold';
  font-size: 20px;
  line-height: 27px;
}
.archive .login__header,
.single .login__header {
  font-family: 'PublicoHeadlineBold';
  font-size: 20px;
  line-height: 27px;
}
.archive .recipient,
.single .recipient {
  width: 100%;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.archive .recipient .form__action,
.single .recipient .form__action {
  margin-top: 20px;
}
@media screen and (max-width: 724px) {
  .archive .recipient .input__text,
  .single .recipient .input__text {
    font-size: 15px;
  }
}
.archive .form__item,
.single .form__item {
  width: 100%;
  padding: 10px 10px 15px;
}
.archive .registrations,
.single .registrations {
  width: 50%;
  padding: 0 20px 30px;
  margin: 0 auto;
  max-width: 550px;
}
@media screen and (max-width: 800px) {
  .archive .registrations,
  .single .registrations {
    padding: 20px 0;
  }
}
.archive .registrations.wide,
.single .registrations.wide {
  width: 100%;
}
.archive .registrations .plans__heading,
.single .registrations .plans__heading {
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 20px;
}
.archive .registrations #recipient__phone,
.single .registrations #recipient__phone {
  border: 1px solid #eee;
  border-radius: 30px;
}
.archive .registrations .button-description,
.single .registrations .button-description {
  margin: 10px 0 14px 0;
}
.archive .registrations .plan,
.single .registrations .plan {
  margin-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.archive .registrations .plan__states,
.single .registrations .plan__states {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.archive .registrations .plan__text,
.single .registrations .plan__text {
  width: 50%;
}
.archive .registrations .plan:last-child,
.single .registrations .plan:last-child {
  margin-bottom: 0;
}
.archive .registrations .plan__heading,
.single .registrations .plan__heading,
.archive .registrations .plan__sub-heading,
.single .registrations .plan__sub-heading {
  display: inline-block;
  width: 100%;
}
.archive .registrations .plan__heading,
.single .registrations .plan__heading {
  font-size: 18px;
}
.archive .registrations .plan__sub-heading,
.single .registrations .plan__sub-heading {
  font-size: 16px;
}
@media screen and (min-width: 800px) {
  .archive .registrations + .registrations,
  .single .registrations + .registrations {
    border-left: 1px solid #ccc;
  }
}
@media screen and (max-width: 800px) {
  .archive .registrations + .registrations,
  .single .registrations + .registrations {
    border-top: 1px solid #ccc;
  }
}
.archive .registrations .login__buttons,
.single .registrations .login__buttons {
  width: 100%;
  margin-bottom: 1em;
}
.archive .registrations .login__buttons .button,
.single .registrations .login__buttons .button {
  margin: 0 auto;
  max-width: 300px;
}
.archive .registrations .login__link,
.single .registrations .login__link {
  font-family: 'PublicoTextItalic';
  width: 100%;
}
.archive .registrations .login__link a,
.single .registrations .login__link a {
  text-decoration: underline;
}
@media screen and (max-width: 800px) {
  .archive .registrations.plans,
  .single .registrations.plans,
  .archive .registrations.login,
  .single .registrations.login {
    width: 100%;
  }
  .archive .registrations.plans,
  .single .registrations.plans {
    padding: 20px 0 0;
  }
}
.registration__new .row__submit {
  text-align: center;
}
.registration__new .wpcf7-form.sent .form__content {
  display: none;
}
.form-row {
  white-space: nowrap;
  margin-bottom: 24px;
}
.form-col {
  width: 50%;
  display: inline-block;
  white-space: normal;
  vertical-align: top;
  padding: 0 15px 0 0;
}
.form__default h3 {
  font-weight: bold;
  margin: 0 0 4px 0;
}
.form__default .row + h3 {
  margin-top: 25px;
}
.form__default h4 {
  margin-top: 20px;
}
.form__default input:not([type="submit"]),
.form__default select {
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
}
.form__default input:not([type="submit"])[disabled],
.form__default select[disabled] {
  opacity: 0.5;
}
.form__default input[type=checkbox],
.form__default input[type=radio] {
  width: auto;
}
.form__default input[type=checkbox] {
  margin-right: 10px;
}
.form__default select {
  background-color: #fff;
  font-size: 16px;
}
.form__default label {
  padding: 12px 0;
}
.form__default label + br {
  display: none;
}
.terms-trigger {
  text-decoration: underline;
}
.terms-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2000;
  display: none;
  padding: 75pt 0 375pc;
}
.terms-wrapper.open {
  display: block;
}
.terms-wrapper .terms {
  background: #fff;
  width: 90%;
  max-width: 700px;
  padding: 50px 50px 40px;
  position: relative;
  top: 75pt;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 15px;
}
.donation-top-content-wrapper .top-content h1,
.terms-wrapper .terms h2 {
  font-family: "Publico Headline Web", serif;
}
.terms-wrapper .terms .close {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  padding: 5px;
}
.terms-wrapper .terms .close .close-1 {
  height: 25px;
  width: 1px;
  margin-left: 9pt;
  background-color: #102218;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: 1;
}
.terms-wrapper .terms .close .close-1 .close-2 {
  height: 25px;
  width: 1px;
  background-color: #102218;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  z-index: 2;
}
.terms-wrapper .terms p {
  margin-bottom: 15px;
  line-height: 1.4;
}
.terms-wrapper .terms p strong {
  font-weight: 700;
}
.terms-wrapper .terms h2 {
  font-size: 40px;
  font-weight: 400;
  margin: 0 auto 40px;
  text-align: center;
  width: 90%;
  line-height: 1;
}
img.ajax-loader {
  width: auto;
}
#template-newsletter-signup {
  margin-bottom: 1rem;
}
#template-newsletter-signup p,
#template-newsletter-signup .button {
  margin-bottom: 1rem;
}
#template-newsletter-signup .newsletter-section {
  display: block;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  padding: 1rem 2rem;
  margin: 0 0 2rem;
}
#template-newsletter-signup .newsletter-section-title {
  display: inline-block;
  font-size: 24px;
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  margin: 20px 0 0.75em;
  text-transform: uppercase;
  border-bottom: 2px solid #46CC5A;
}
#template-newsletter-signup .newsletter-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30%, 240px));
  gap: 2rem 2rem;
}
#template-newsletter-signup .newsletter-item {
  font-family: "NeueHaasRegular", Helvetica, Arial, sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 1rem;
}
#template-newsletter-signup .newsletter-item .newsletter-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  overflow: hidden;
  width: 100%;
}
#template-newsletter-signup .newsletter-item .newsletter-image:before {
  content: "";
  display: block;
  padding-top: 50%;
}
#template-newsletter-signup .newsletter-item .newsletter-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
#template-newsletter-signup .newsletter-item .newsletter-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
#template-newsletter-signup .newsletter-item .newsletter-item-title {
  font-size: 1.125rem;
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
#template-newsletter-signup .newsletter-item input[type=checkbox] {
  display: none;
  margin: 0.4rem;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
#template-newsletter-signup .newsletter-item label {
  display: inline-block;
}
#template-newsletter-signup .newsletter-item p {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 0 1rem 0;
}
#block-spinner {
  width: 40px;
  height: 40px;
}
.sk-fading-circle {
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  margin: 10px;
  width: 10%;
  height: 10%;
  background-color: #0277bd;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.sidemenu__toggler .show,
.sidemenu__toggler .close {
  position: absolute;
}
.sidemenu__toggler .close {
  left: 20px;
  top: 17px;
  width: 23px;
  height: 33px;
}
.sidemenu__toggler .show {
  top: 10px;
  left: 9px;
}
.icon--more-white {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.sidemenu__toggler .icon--closer {
  visibility: hidden;
  opacity: 0;
  height: 23px;
  width: 23px;
  position: relative;
  top: 5px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.sidemenu--open .icon--more-white + p,
.sidemenu--open .icon--more-white {
  visibility: hidden;
  opacity: 0;
}
.sidemenu--open.sidemenu__toggler .icon--closer {
  visibility: visible;
  opacity: 1;
}
.sidemenu__sections {
  list-style: none;
  color: inherit;
  margin: 0;
}
.sidemenu__toggler {
  position: fixed;
  bottom: 20px;
  right: 20px;
  height: 63px;
  width: 63px;
  border-radius: 63px;
  background-color: #46CC5A;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-family: 'NeueHaasRegular';
  padding-bottom: 10px;
  z-index: 11;
}
@media screen and (max-width: 321px) {
  .sidemenu__toggler {
    right: 10px;
  }
}
.sidemenu__toggler .icon {
  height: 20px;
}
.sidemenu__toggler--mobile {
  display: none;
}
@media (max-width: 769px) {
  .sidemenu__toggler--mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .sidemenu__toggler--mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.section__item {
  background-image: url(../assets/img/sidebar-closed.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
  margin: 0;
}
.section__item.section__item--active {
  background-image: url(../assets/img/sidebar-open.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
}
.item {
  margin: 0;
}
.item__link {
  font-family: 'NeueHaasMedium';
  text-decoration: none;
  padding: 18px 10px 18px 10px;
  display: block;
  border-left: 2px solid #102218;
  border-bottom: 1px solid #fff;
  background-image: url(../assets/img/sidebar-closed.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
}
.item__link.item__link--green {
  background-color: #e6f8e9;
  color: #30af43;
  border-left-color: #46CC5A;
}
.item__link.item__link--magenta {
  background-color: #feeff8;
  color: #f41e9a;
  border-left-color: #f41e9a;
}
.item__link.item__link--blue {
  background-color: #f0fafe;
  color: #0ba5e4;
  border-left-color: #2dbbf5;
}
.item__link.item__link--yellow {
  background-color: #fffced;
  color: #DAB005;
  border-left-color: #f2ce00;
}
.item__link.item__link--gray {
  background-color: #fbfbfb;
  color: #888;
  border-left-color: #888;
}
.item__link.item__link--active {
  background-image: url(../assets/img/sidebar-open.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
  border-bottom: 1px solid #fff;
}
.item__articles {
  list-style-type: none;
  display: none;
  margin: 0;
}
.item__articles--active {
  display: block;
}
.articles__item {
  margin: 0;
}
.articles__link {
  text-decoration: none;
  padding: 12px 10px 11px;
  display: block;
  border-left: 2px solid #102218;
  border-bottom: 1px solid #fff;
  color: #102218;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.articles__link.articles__link--green {
  background-color: #e6f8e9;
  border-left-color: #46CC5A;
}
.articles__link.articles__link--magenta {
  background-color: #feeff8;
  border-left-color: #f41e9a;
}
.articles__link.articles__link--blue {
  background-color: #f0fafe;
  border-left-color: #2dbbf5;
}
.articles__link.articles__link--yellow {
  background-color: #fffce8;
  border-left-color: #f2ce00;
}
.articles__link.articles__link--gray {
  background-color: #fbfbfb;
  border-left-color: #888;
}
.articles__link-title {
  max-width: 85%;
  line-height: 1.2;
}
.articles__link.articles__link--active {
  background: #fff;
  border-left: 0;
  font-family: 'PublicoHeadlineBold';
}
.articles__link.articles__link--hidden {
  display: none;
}
.articles__area {
  float: right;
  font-family: 'NeueHaasMedium';
  font-size: 0.7em;
  line-height: 1.4;
  width: 20%;
  text-align: right;
}
.sidemenu {
  position: absolute;
  max-width: 330px;
  width: 100%;
  top: 45px;
  left: 50%;
  margin-left: 226.5px;
  z-index: 9;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  -o-transition: transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
.sidemenu.sticky {
  position: fixed;
}
.sidemenu.sticky.nav--parry {
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}
@media screen and (max-width: 1100px) {
  .sidemenu {
    left: auto;
    margin-left: 0;
    right: 0;
    max-width: 300px;
  }
}
@media screen and (max-width: 990px) {
  .sidemenu {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .sidemenu {
    display: none;
  }
}
.sidemenu--mobile {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: none;
  overflow-y: scroll;
}
@media (max-width: 769px) {
  .sidemenu--mobile {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .sidemenu--mobile {
    display: block;
  }
}
@media screen and (max-width: 990px) {
  .sidemenu--show {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-box-shadow: -1px 0 14px 1px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 0 14px 1px rgba(0, 0, 0, 0.75);
    z-index: 10000;
  }
}
.sidemenu span.close {
  display: none;
}
.sidemenu__list-first-level {
  list-style: none;
  color: inherit;
}
.sidemenu__list-first-level-link {
  font-family: 'NeueHaasMedium';
  text-decoration: none;
  padding: 18px 10px 18px 10px;
  display: block;
  border-left: 2px solid #102218;
  border-bottom: 1px solid #fff;
}
.sidemenu__list-first-level-link.sidemenu__list-first-level-link--green {
  background: #e6f8e9;
  color: #46CC5A;
  border-left-color: #46CC5A;
}
.sidemenu__list-first-level-link.sidemenu__list-first-level-link--magenta {
  background: #feeff8;
  color: #f41e9a;
  border-left-color: #f41e9a;
}
.sidemenu__list-first-level-link.sidemenu__list-first-level-link--blue {
  background: #f0fafe;
  color: #2dbbf5;
  border-left-color: #2dbbf5;
}
.sidemenu__list-first-level-link.sidemenu__list-first-level-link--yellow {
  background: #fffce8;
  color: #f2ce00;
  border-left-color: #f2ce00;
}
.sidemenu__list-first-level-link.sidemenu__list-first-level-link--gray {
  background: #fbfbfb;
  color: #888;
  border-left-color: #888;
}
.sidemenu__list-first-level-link.sidemenu__list-first-level-link--open {
  background-image: url(../assets/img/sidebar-open.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
}
.sidemenu__list-first-level-link.sidemenu__list-first-level-link--closed {
  background-image: url(../assets/img/sidebar-closed.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
}
.sidemenu__list-second-level-link {
  text-decoration: none;
  padding: 10px;
  display: block;
  border-left: 2px solid #102218;
  border-bottom: 1px solid #ddd;
  color: #102218;
  font-size: 0.91em;
}
.sidemenu__list-second-level-link.sidemenu__list-second-level-link--green {
  background: #e6f8e9;
  border-left-color: #46CC5A;
}
.sidemenu__list-second-level-link.sidemenu__list-second-level-link--magenta {
  background: #feeff8;
  border-left-color: #f41e9a;
}
.sidemenu__list-second-level-link.sidemenu__list-second-level-link--blue {
  background: #f0fafe;
  border-left-color: #2dbbf5;
}
.sidemenu__list-second-level-link.sidemenu__list-second-level-link--yellow {
  background: #fffce8;
  border-left-color: #f2ce00;
}
.sidemenu__list-second-level-link.sidemenu__list-second-level-link--gray {
  background: #fbfbfb;
  border-left-color: #888;
}
.sidemenu__list-second-level-link.sidemenu__list-second-level-link--active {
  background: #fff;
  border-left: 0;
  font-family: 'PublicoHeadlineBold';
}
.sidemenu__list-second-level-link.sidemenu__list-second-level-link--hidden {
  display: none;
}
.sidemenu__list-second-level {
  list-style: none;
}
.sidemenu__list-second-level-area {
  float: right;
  font-family: 'NeueHaasMedium';
  font-size: 0.7em;
  line-height: 1.4;
}
.sidemenu__header {
  padding-top: 0px;
  padding-bottom: 20px;
  position: relative;
}
.sidemenu__title {
  font-size: 21px;
  margin-bottom: 5px;
  display: block;
  font-family: 'PublicoHeadlineBold';
}
.sidemenu__number {
  text-transform: capitalize;
  font-family: 'NeueHaasRegular';
  font-size: 0.82em;
  margin-bottom: 8px;
  display: inline-block;
  color: #878787;
}
.sidemenu__link {
  clear: both;
  font-family: 'NeueHaasRegular';
  font-size: 0.82em;
  line-height: 23px;
  padding-left: 20px;
  color: #46CC5A;
  text-decoration: none;
}
.sidemenu__link.sidemenu__link--green {
  color: #46CC5A;
}
.sidemenu__link.sidemenu__link--magenta {
  color: #f41e9a;
}
.sidemenu__link.sidemenu__link--blue {
  color: #2dbbf5;
}
.sidemenu__link.sidemenu__link--yellow {
  color: #f2ce00;
}
.sidemenu__link.sidemenu__link--gray {
  color: #888;
}
.sidemenu__link.sidemenu__link--download {
  background: url(../assets/img/download.svg) no-repeat center left;
}
.sidemenu__link.sidemenu__link--book {
  background: url(../assets/img/book-alt.svg) no-repeat center left;
  background-size: contain;
}
.sidemenu__magazine {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 100px;
  height: 105px;
  overflow: hidden;
}
.sidemenu-region {
  display: none !important;
  visibility: hidden !important;
}
.sidemenu--mobile-region {
  display: none !important;
  visibility: hidden !important;
}
.slider__fullscreen,
.slider__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.slider__pagination {
  margin: 0 auto;
}
@media screen and (max-width: 724px) {
  .slider__pagination {
    margin: 0 30px 0 auto;
  }
}
.slider__fullscreen {
  position: absolute;
  height: 60px;
  left: 20px;
  top: 0;
  cursor: pointer;
}
.slider__navigation {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-right: 1px solid #878787;
  border-bottom: 1px solid #878787;
  border-left: 1px solid #878787;
  position: relative;
}
.slider__prev,
.slider__next {
  width: 24px;
  height: 24px;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  background-size: contain;
}
.slider__prev {
  background-image: url('../assets/img/pagination-arrow.svg');
}
.slider__next {
  background-image: url('../assets/img/pagination-arrow-next.svg');
}
.slider__count {
  margin: 0 10px;
  font-family: 'NeueHaasRegular';
  font-size: 15px;
  letter-spacing: -0.05em;
}
.slider__wrapper {
  position: relative;
  margin-bottom: 1.7em;
  width: 120%;
  margin-left: -10%;
}
@media screen and (max-width: 724px) {
  .slider__wrapper {
    margin-bottom: 0;
  }
}
.slider__item {
  position: relative;
  overflow: hidden;
}
.slider__item:hover .slider__figure-imagecaption {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.slider__figure-photographer {
  font-size: 12px;
  line-height: 20px;
}
.slider__figure-caption {
  line-height: 20px;
  display: block;
}
.slider__figure-imagecaption {
  line-height: 20px;
  font-size: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 57px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 20px;
}
@media screen and (max-width: 724px) {
  .slider__figure-imagecaption {
    display: none;
  }
}
/* Slider */
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir="rtl"] {
  content: "→";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
.slick-next:before[dir="rtl"] {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: 0;
}
.pswp * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}
.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: 0;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: 0;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url('../assets/img/default-skin.png') 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (-o-min-device-pixel-ratio: 35/32), (min-resolution: 105dpi), (-o-min-device-pixel-ratio: 11/10), (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url('../assets/img/default-skin.svg');
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: 0;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: 0;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a;
}
a.pswp__share--twitter:hover {
  background: #55acee;
  color: #FFF;
}
a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #ce272d;
}
a.pswp__share--download:hover {
  background: #DDD;
}
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}
.pswp__caption__center {
  text-align: left;
  max-width: 1080px;
  margin: 0 auto;
  font-size: 15px;
  padding: 10px;
  line-height: 20px;
  color: #fff;
}
.pswp__caption--empty {
  display: none;
}
.pswp__caption--fake {
  visibility: hidden;
}
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  background: url(preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: 0;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0 {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0 {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0 {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0 {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  opacity: 0.001;
}
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: 0;
}
/* ---------------------------------
  Shortcode component: wp-slot
---------------------------------*/
.wp-slot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -0.25rem 0.5rem;
  min-width: 0;
}
.wp-slot-post-item {
  margin: 0.25rem;
}
/* Modifier: fill-height */
.wp-slot.fill-height {
  height: 100%;
}
/* Modifier: hide-excerpt */
.wp-slot.hide-excerpt .teaser-excerpt-content {
  display: none;
}
/* Modifier: hide-media */
.wp-slot.hide-media .teaser-media {
  display: none;
}
/* ---------------------------------
  Default slot styles
---------------------------------*/
.wp-slot-post {
  font-size: 0.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.wp-slot-post .wp-slot-post-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 18rem;
  -ms-flex: 1 0 18rem;
  flex: 1 0 18rem;
  min-width: 0;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}
/* ---------------------------------
  article-teaser default styles
---------------------------------*/
.article-teaser {
  height: 100%;
  background: white;
  padding: 0.5rem;
  margin: 0;
}
.article-teaser .article-teaser-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  text-decoration: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.article-teaser .teaser-media {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 8rem;
  -ms-flex: 0 1 8rem;
  flex: 0 1 8rem;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.article-teaser .teaser-thumb {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.article-teaser .teaser-thumb img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.article-teaser .teaser-text {
  -webkit-box-flex: 3;
  -webkit-flex: 3 1 20rem;
  -ms-flex: 3 1 20rem;
  flex: 3 1 20rem;
  padding: 0.5rem;
  text-decoration: none;
}
.article-teaser .teaser-title {
  font-size: 1.25em;
  margin: 0 0 0.25em;
}
.article-teaser .teaser-date {
  font-family: "NeueHaasRegular", Helvetica, Arial, sans-serif;
  color: #878787;
}
.article-teaser .teaser-excerpt {
  margin: 0;
  font-size: 0.925rem;
}
.article-teaser .teaser-excerpt-meta .section--glod,
.article-teaser .teaser-excerpt-meta .section.article-teaser .teaser-excerpt-meta .section--green {
  color: #46CC5A;
}
.article-teaser .teaser-excerpt-meta .section--radar,
.article-teaser .teaser-excerpt-meta .section.article-teaser .teaser-excerpt-meta .section--magenta {
  color: #f41e9a;
}
.article-teaser .teaser-excerpt-meta .section--zoom,
.article-teaser .teaser-excerpt-meta .section.article-teaser .teaser-excerpt-meta .section--blue {
  color: #0ba5e4;
}
.article-teaser .teaser-excerpt-meta .section--energi,
.article-teaser .teaser-excerpt-meta .section.article-teaser .teaser-excerpt-meta .section--yellow {
  color: #cba405;
}
.article-teaser .teaser-excerpt-meta .section--secondary,
.article-teaser .teaser-excerpt-meta .section.article-teaser .teaser-excerpt-meta .section--gray {
  color: #888;
}
.article-teaser .teaser-excerpt-meta .section.section-glod {
  color: #30af43;
}
.article-teaser .teaser-excerpt-meta .section.section-radar {
  color: #0ba5e4;
}
.article-teaser .teaser-excerpt-meta .section.section-zoom {
  color: #0ba5e4;
}
.article-teaser .teaser-excerpt-meta .section.section-energi {
  color: #cba405;
}
.article-teaser .teaser-excerpt-meta .teaser-section {
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.article-teaser .teaser-excerpt-meta .teaser-subsection {
  font-family: "NeueHaasRegular", Helvetica, Arial, sans-serif;
}
.article-teaser .teaser-excerpt-content {
  color: #484848;
  font-family: "NeueHaasRegular", Helvetica, Arial, sans-serif;
}
.article-teaser .teaser-footer {
  font-size: 0.875rem;
  margin: 0.5rem 0 0;
}
/* ---------------------------------
  article-teaser.featured styles
---------------------------------*/
.article-teaser.featured {
  font-size: 1.25rem;
}
.article-teaser.featured .teaser-media {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 24rem;
  -ms-flex: 1 1 24rem;
  flex: 1 1 24rem;
}
.article-teaser.featured .article-teaser-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.article-teaser.featured .teaser-text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.article-teaser.featured .teaser-title {
  font-size: -webkit-calc(1rem + 2vw);
  font-size: calc(1rem + 2vw);
}
.article-teaser.featured .teaser-excerpt {
  font-size: 1rem;
}
.article-teaser.featured .teaser-media {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.article-teaser.featured .teaser-thumb {
  padding-top: 52%;
}
@media screen and (min-width:  725px ) {
  .article-teaser.featured .teaser-media {
    -webkit-flex-basis: 42rem;
    -ms-flex-preferred-size: 42rem;
    flex-basis: 42rem;
  }
}
/* ---------------------------------
  WP Slot layouts: @sm-up
---------------------------------*/
@media screen and (min-width:  725px ) {
  .wp-slot-layout-teaser {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .wp-slot-layout-teaser .wp-slot-post-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 26rem;
    -ms-flex: 1 1 26rem;
    flex: 1 1 26rem;
    min-width: 24rem;
  }
  .wp-slot-layout-teaser-featured .wp-slot-post-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 26rem;
    -ms-flex: 1 1 26rem;
    flex: 1 1 26rem;
    min-width: 26rem;
  }
}
/* ---------------------------------
  WP Slot layouts: @md-up
---------------------------------*/
@media screen and (min-width:  990px ) {
  .wp-slot-layout-teaser-featured .wp-slot-post-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 32rem;
    -ms-flex: 1 1 32rem;
    flex: 1 1 32rem;
    min-width: 32rem;
  }
}
/* ---------------------------------
  slot layout: .grid
---------------------------------*/
.wp-slot-layout-teaser.grid {
  font-size: 0.875rem;
}
.wp-slot-layout-teaser.grid .wp-slot-post-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 16rem;
  -ms-flex: 1 0 16rem;
  flex: 1 0 16rem;
  min-width: 16rem;
}
.wp-slot-layout-teaser.grid .article-teaser {
  padding: 0.5rem;
}
.wp-slot-layout-teaser.grid .article-teaser .teaser-excerpt-content {
  display: none;
}
.wp-slot-layout-teaser.grid.highlight-section .wp-slot-post-item.section-glod {
  border-color: #30af43;
}
.wp-slot-layout-teaser.grid.highlight-section .wp-slot-post-item.section-radar {
  border-color: #f41e9a;
}
.wp-slot-layout-teaser.grid.highlight-section .wp-slot-post-item.section-zoom {
  border-color: #0ba5e4;
}
.wp-slot-layout-teaser.grid.highlight-section .wp-slot-post-item.section-energi {
  border-color: #cba405;
}
.wp-slot-layout-teaser.grid.highlight-section .wp-slot-post-item .article-teaser {
  border-bottom: 2px solid #888;
  border-color: inherit;
}
.social {
  position: absolute;
  top: 95px;
  width: 40px;
  left: 50%;
  margin-left: -626.5px;
  z-index: 99;
}
.social.sticky {
  position: fixed;
}
@media screen and (max-width: 724px) {
  .social {
    display: none;
  }
}
.social__counter {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-size: 0.8em;
  font-family: 'NeueHaasRegular';
  font-weight: bold;
}
.social__counter.social__counter--twitter {
  color: #2FA9E0;
}
.social__counter.social__counter--facebook {
  color: #345a9b;
}
.social__counter.social__counter--googleplus {
  color: #dc5c49;
}
.social__icon {
  width: 42px;
  height: 42px;
  display: block;
  margin-bottom: 5px;
}
.social__icon.social__icon--twitter {
  background: url(../assets/img/twitter.svg) no-repeat center;
}
.social__icon.social__icon--facebook {
  background: url(../assets/img/facebook.svg) no-repeat center;
}
.social__icon.social__icon--googleplus {
  background: url(../assets/img/googleplus.svg) no-repeat center;
}
.pagination__links {
  text-align: center;
  margin-bottom: 20px;
}
.pagination__links .page-numbers {
  margin: 0 3px;
}
.tags__header {
  border-bottom: 1px solid #ddd;
  padding: 40px 0 15px 0;
}
.tags__description {
  margin: 0.25em 0 0.5em;
}
.tags__first-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.tags__header-wrapper {
  max-width: 940px;
  width: 100%;
  margin: 0px auto;
}
.tags__header-title {
  font-size: 2em;
  font-family: 'NeueHaasMedium';
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0.25em 0;
}
.tags__header-button {
  background: #46CC5A;
  font-family: 'NeueHaasRegular';
  text-decoration: none;
  display: inline-block;
  float: right;
  vertical-align: middle;
  color: #fff;
  line-height: 2.9em;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 200px;
  text-align: center;
  border-radius: 1.5em;
}
.tags__posts {
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 940px;
  width: 100%;
  margin: 0px auto;
}
@media screen and (max-width: 800px) {
  .tags__posts {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.tags__post {
  border: 1px solid #ddd;
  padding: 25px 25px 20px;
  position: relative;
}
.tags__post-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.tags__post-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 100%;
  font-size: 25px;
}
.tags__post-text.tags__post-text--green {
  background-color: #e6f8e9;
  color: #30af43;
}
.tags__post-text.tags__post-text--magenta {
  background-color: #feeff8;
  color: #f41e9a;
}
.tags__post-text.tags__post-text--blue {
  background-color: #f0fafe;
  color: #0ba5e4;
}
.tags__post-text.tags__post-text--yellow {
  background-color: #fffce8;
  color: #DAB005;
}
.tags__post-text.tags__post-text--gray {
  background-color: #fbfbfb;
  color: #888;
}
.tags__post-image {
  height: 110px;
  margin: -25px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #eee;
}
@media screen and (max-width: 724px) {
  .tags__post-image {
    height: 140px;
  }
}
.tags__post-image--magazine {
  height: 170px;
}
.tags__post-image--magazine img {
  width: 100%;
}
.tags__post-image--magazine-full-height {
  height: 410px;
}
@media screen and (max-width: 800px) {
  .tags__post-image--magazine-full-height {
    height: 460px;
  }
}
.tags__post-lead {
  font-family: 'PublicoHeadlineBold';
  color: inherit;
  text-decoration: none;
  display: block;
  font-size: 1.4em;
  line-height: 1.2;
  margin: 0;
}
.tags__post-sublead {
  font-weight: normal;
  line-height: 1.2;
  font-size: 1.15em;
}
.tags__post-breadcrumb-text {
  font-weight: bold;
  font-size: 0.9em;
  margin-bottom: 0.4em;
  line-height: 1.2;
  font-family: 'NeueHaasRegular';
  color: #878787;
  margin-right: 5px;
}
.tags__post-breadcrumb-link {
  font-weight: bold;
  font-size: 0.9em;
  margin-bottom: 0.4em;
  line-height: 1.2;
  font-family: 'NeueHaasRegular';
  text-decoration: none;
}
.tags__post-breadcrumb-link.tags__post-breadcrumb-link--green {
  color: #46CC5A;
}
.tags__post-breadcrumb-link.tags__post-breadcrumb-link--magenta {
  color: #f41e9a;
}
.tags__post-breadcrumb-link.tags__post-breadcrumb-link--blue {
  color: #2dbbf5;
}
.tags__post-breadcrumb-link.tags__post-breadcrumb-link--yellow {
  color: #f2ce00;
}
.tags__post-breadcrumb-link.tags__post-breadcrumb-link--gray {
  color: #888;
}
.theme__header {
  border-bottom: 1px solid #ddd;
  padding: 40px 0 15px 0;
}
.theme__header-wrapper {
  max-width: 940px;
  width: 100%;
  margin: 0px auto;
}
.theme__header-title {
  font-size: 2.5em;
  font-family: 'NeueHaasMedium';
  letter-spacing: 0em;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 15px;
}
.theme__header-paragraph {
  font-size: 1.125em;
  letter-spacing: -0.03em;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3;
}
.theme__header-button {
  background: #46CC5A;
  font-family: 'NeueHaasRegular';
  text-decoration: none;
  display: inline-block;
  float: right;
  vertical-align: middle;
  color: #fff;
  line-height: 2.9em;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 200px;
  text-align: center;
  border-radius: 1.5em;
  margin-bottom: 15px;
}
.theme__icons {
  margin-bottom: 20px;
  float: right;
}
.theme__icon {
  width: 27px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.theme__icon.theme__icon--twitter {
  background: url(../img/twitter.svg) no-repeat center;
  background-size: cover;
}
.theme__icon.theme__icon--facebook {
  background: url(../img/facebook.svg) no-repeat center;
  background-size: cover;
}
.theme__icon.theme__icon--googleplus {
  background: url(../img/googleplus.svg) no-repeat center;
  background-size: cover;
}
.theme__counter {
  display: inline-block;
  font-size: 0.8em;
  font-family: 'NeueHaasRegular';
  font-weight: bold;
  vertical-align: middle;
  margin-right: 10px;
}
.theme__counter.theme__counter--twitter {
  color: #2FA9E0;
}
.theme__counter.theme__counter--facebook {
  color: #345a9b;
}
.theme__counter.theme__counter--googleplus {
  color: #dc5c49;
}
.topics-component {
  padding: 0.5rem;
}
.topics-component .topics-list {
  margin: 0;
  text-align: center;
}
.topics-component .topic-item {
  list-style: none;
  display: inline-block;
  margin: 0.25rem 0.25em 0 0;
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.topics-component .topic-link {
  position: relative;
  padding: 21px 36px;
  background: #46CC5A;
  color: black;
  border: 1px solid #46CC5A;
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  border-radius: 999px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 20, 5, 0.01);
  box-shadow: 0px 0px 12px rgba(0, 20, 5, 0.01);
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  text-align: center;
  -webkit-appearance: none;
  cursor: pointer;
  min-width: 100px;
  font-size: 13px;
  line-height: 1.2;
  padding: 10px 16px;
  text-decoration: none;
  display: inline-block;
  min-width: 0;
  padding: 0.5em 0.75em;
  background: rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 99rem;
}
.topics-component .topic-link.small {
  padding: 12px 24px;
}
.topics-component .topic-link__border {
  background-color: #fff;
  color: #46CC5A;
  border: 1px solid #46CC5A;
  display: inline-block;
  line-height: 1.2;
}
.topics-component .topic-link__border:hover {
  background-color: #46CC5A;
  color: #fff;
}
.topics-component .topic-link__submit {
  background-color: #46CC5A;
  color: #fff;
}
.topics-component .topic-link[disabled],
.topics-component .topic-link.is-disabled {
  cursor: default;
  opacity: 0.25;
}
.no-touch .topics-component .topic-link:hover {
  -webkit-transition: all 0.025s ease-out;
  -o-transition: all 0.025s ease-out;
  transition: all 0.025s ease-out;
  background: #102218;
  border-color: #102218;
  color: #fff;
}
.topics-component .topic-link.button-label {
  display: inline-block;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.no-touch .topics-component .topic-link[disabled]:hover,
.no-touch .topics-component .topic-link.is-disabled:hover {
  background: #46CC5A;
  border-color: #46CC5A;
  color: #102218;
}
.topics-component .topic-link--neg {
  color: #fff;
  background: #102218;
  border-color: #102218;
}
.no-touch .topics-component .topic-link--neg[disabled]:hover,
.no-touch .topics-component .topic-link--neg.is-disabled:hover {
  color: #fff;
  background: #102218;
  border-color: #102218;
}
.no-touch .topics-component .topic-link--neg:hover {
  color: #102218;
  background: #46CC5A;
  border-color: #46CC5A;
}
.topics-component .topic-link--big {
  min-width: 180px;
  font-size: 16px;
  line-height: 1.2;
  padding: 26px 40px;
}
@media screen and (max-width: 1200px) {
  .top-articles-list {
    margin-top: 0;
  }
}
.top-articles-list .section {
  background: #fff;
  margin-bottom: 10px;
}
.top-articles-list .section__title {
  background: #ebffef;
  padding: 14px 14px 10px 14px;
  border-bottom: 3px solid #46CC5A;
  text-transform: uppercase;
}
.top-articles-list .section__title span {
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  color: #30af43;
}
.top-articles-list .section__posts .post {
  padding: 14px;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-articles-list .section__posts .post a {
  text-decoration: none;
  font-family: "PublicoHeadlineBold", Garamond, Times, serif;
}
.top-articles-list .section__posts .post .color {
  background-color: #eee;
  border-radius: 100%;
  min-width: 8px;
  max-width: 8px;
  min-height: 8px;
  max-height: 8px;
  margin-right: 10px;
}
.top-articles-list .section__posts .post .color--magenta {
  background-color: #f41e9a;
}
.top-articles-list .section__posts .post .color--gray {
  background-color: #888;
}
.top-articles-list .section__posts .post .color--blue {
  background-color: #2dbbf5;
}
.top-articles-list .section__posts .post .color--green {
  background-color: #46CC5A;
}
.top-articles-list .section__posts .post .color--yellow {
  background-color: #f2ce00;
}
.top-articles-list .section__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  padding-bottom: 20px;
}
.top-articles-list .section__button a {
  text-transform: none;
  font-family: "NeueHaasRegular", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}
.page-template-template-videos .navigation__logotype {
  padding-right: 2.3rem;
}
.page-template-template-videos .navigation__logotype .logotype {
  position: relative;
}
.page-template-template-videos .navigation__logotype .logotype:after {
  content: "";
  display: block;
  content: "TV";
  position: absolute;
  width: 1.5rem;
  text-align: center;
  top: 0.4rem;
  height: 1rem;
  line-height: 1rem;
  /* margin-top: -1.1rem; */
  border-radius: 0.25rem;
  background: #46CC5A;
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  padding: 0;
  font-size: 0.75rem;
  right: -1.5rem;
}
@media screen and (min-width:  725px ) {
  .page-template-template-videos .navigation__logotype {
    padding-right: 3rem;
  }
  .page-template-template-videos .navigation__logotype .logotype:after {
    padding: 0.2rem 0.2rem;
    font-size: 1rem;
    right: -2rem;
  }
}
.videopage .page-lead {
  color: white;
}
.videopage .page-header {
  background: #272829;
  color: white;
}
.videopage .page-body {
  background: #F6F6F6;
}
.videopage .page-title {
  color: #46CC5A;
  font-size: 1.75rem;
}
.videopage .page-container {
  padding: 0 1rem;
  max-width: -webkit-calc(920px + 2rem);
  max-width: calc(920px + 2rem);
}
@media screen and (min-width:  725px ) {
  .videopage .page-container {
    padding: 0 3rem;
    max-width: -webkit-calc(920px + 6rem);
    max-width: calc(920px + 6rem);
  }
}
.video-hero {
  padding-bottom: 1rem;
}
.video-hero-meta {
  font-family: "NeueHaasRegular", Helvetica, Arial, sans-serif;
}
.video-hero-title {
  font-size: 1.5rem;
  line-height: 1.1;
  margin-top: 0.375rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width:  725px ) {
  .video-hero-title {
    font-size: 2rem;
  }
}
.video-hero-player {
  margin: 0 auto 1rem;
  position: relative;
  padding-top: 56.25%;
}
.video-hero-player iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.videolisting {
  margin: 0 auto;
  padding-bottom: 2rem;
}
.videolisting.is-navigating .videoitem {
  opacity: 0.5;
}
.videolisting.is-navigating .videolisting-more {
  opacity: 0.5;
}
.videolisting.is-last-page .videolisting-more {
  display: none;
}
.videolisting-message {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  font-size: 1rem;
  font-family: "NeueHaasRegular", Helvetica, Arial, sans-serif;
  opacity: 1;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.videolisting-message:empty {
  opacity: 0;
}
.videolisting-heading {
  font-weight: normal;
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-top: 1rem;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.videolisting-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0;
  position: relative;
}
.videolisting-grid .flex-spacer {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  margin: 0.25rem;
}
@media screen and (min-width:  725px ) {
  .videolisting-grid .flex-spacer {
    margin: 0.5rem;
    -webkit-flex-basis: 240px;
    -ms-flex-preferred-size: 240px;
    flex-basis: 240px;
  }
}
.videolisting-footer {
  padding: 1rem 0;
  text-align: center;
}
.videolisting-more {
  margin-bottom: 1rem;
}
.videoitem {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 200px;
  -ms-flex: 1 0 200px;
  flex: 1 0 200px;
  padding: 0.5rem;
  margin: 0.25rem 0.25rem 1rem;
  background: white;
}
@media screen and (min-width:  725px ) {
  .videoitem {
    margin: 0.5rem 0.5rem 1rem;
    -webkit-flex-basis: 240px;
    -ms-flex-preferred-size: 240px;
    flex-basis: 240px;
  }
}
.videoitem-linkwrapper {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.videoitem-content {
  padding: 0 0.5rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 10rem;
  -ms-flex: 1 0 10rem;
  flex: 1 0 10rem;
}
.videoitem-title {
  font-size: 1rem;
  font-weight: normal;
  margin: 0.125rem 0 0;
  line-height: 1.2;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.videoitem-date {
  display: block;
  font-size: 0.875rem;
  font-family: "NeueHaasRegular", Helvetica, Arial, sans-serif;
  margin: 0;
}
.videoitem-thumb {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 5rem;
  -ms-flex: 1 0 5rem;
  flex: 1 0 5rem;
}
.videoitem-thumb-inner {
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
}
.videoitem-thumb-img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 480px) {
  .videoitem-thumb {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .videoitem-content {
    padding: 0.5rem;
  }
  .videoitem-title {
    font-size: 1.125rem;
  }
  .videoitem-date {
    font-size: 1rem;
    margin-bottom: 0.125rem 0 0.375rem;
  }
}
.orderflow {
  background: #F6F6F6;
  background-repeat: no-repeat;
  background-image: url('../assets/img/syre/graphic-corner1-white@1x.png'), url('../assets/img/syre/graphic-corner2-white@1x.png');
  background-position: left 0% top 66px,     
		right 0% bottom 0%;
  background-size: 140px, 140px;
  background-color: #46CC5A;
}
@media screen and (min-width:  725px ) {
  .orderflow {
    background-image: url('../assets/img/syre/graphic-corner1-white@1x.png'), url('../assets/img/syre/graphic-flower2-black@1x.png'), url('../assets/img/syre/graphic-flower1-white@1x.png'), url('../assets/img/syre/graphic-corner2-white@1x.png');
    background-position: left 0% top 66px, right -80px top 55vh, left -70px top 50%, right 0% bottom 0%;
    background-size: 200px, 268px, 260px, 200px;
  }
}
.orderflow .page-header {
  max-width: 44rem;
  margin: 0 auto;
}
.orderflow .page-title {
  margin-bottom: 1rem;
  text-align: center;
}
.orderflow .page-lead {
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.4rem;
  text-align: center;
}
.orderflow .page-lead p {
  margin: 0 0 1rem;
}
.orderflow .page-container {
  padding: 0 5px;
}
@media screen and (min-width:  725px ) {
  .orderflow .page-container {
    padding: 0 10px;
  }
}
.form-section {
  background-color: #fff;
  border-radius: 3px;
  padding: 1rem 0;
  margin-bottom: 2em;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
.form-section-header {
  text-align: center;
  padding: 1rem 1rem;
  max-width: 600px;
  margin: 0 auto 1rem;
}
.form-section-header .heading {
  color: #102218;
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  margin: 1rem 0 0.5em 0;
}
.form-section-header .subheading {
  font-family: "NeueHaasRegular", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  color: #4D585B;
  margin: 0 0 1rem 0;
}
@media screen and (min-width:  725px ) {
  .form-section-header .heading {
    font-size: 2em;
  }
}
.order-form {
  font-family: "NeueHaasRegular", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  color: #272829;
}
.form-question {
  margin: 0 0 0;
  padding: 2.5rem 10px 2.5rem;
  -webkit-box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.015);
  box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.015);
}
@media screen and (min-width:  725px ) {
  .form-question .content-section {
    padding: 2.5rem 30px 2.5rem;
  }
}
.form-question-header {
  text-align: center;
  display: none;
}
.form-question-header .heading {
  font-family: "NeueHaasRegular", Helvetica, Arial, sans-serif;
  font-size: 1.375rem;
}
.form-question-header .subheading {
  font-family: "NeueHaasRegular", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
}
@media screen and (min-width:  725px ) {
  .form-question-header .heading {
    font-size: 1.4rem;
  }
  .form-question-header .subheading {
    font-size: 1.2rem;
  }
}
.form-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 32rem;
  margin: 0 auto;
}
.form-options--stack > .form-option {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: none;
}
@media screen and (min-width:  725px ) {
  .form-options {
    max-width: 52rem;
  }
  .form-options--stack {
    max-width: 42rem;
  }
}
.form-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  line-height: 1.2;
}
.form-option label {
  cursor: pointer;
}
.form-option.is-disabled {
  color: #878787;
}
.form-option label p {
  margin: 0;
}
.form-option--box {
  font-family: "NeueHaasRegular", Helvetica, Arial, sans-serif;
  padding: 20px 15px;
  border: 1px solid #eee;
  border-radius: 3px;
  overflow: hidden;
  margin: -0.5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  opacity: 0.7;
}
.form-option--box label {
  cursor: pointer;
}
.no-touch .form-option--box:hover {
  opacity: 1;
}
.form-option--box.is-selected {
  background: #fff;
  border-color: #272829;
  border-width: 2px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 10;
  margin: -3px;
  padding-top: 21px;
  padding-bottom: 22px;
  padding-left: 14px;
  padding-right: 14px;
  cursor: default;
  opacity: 1;
}
.form-option--box.is-selected label {
  cursor: default;
}
.form-option:not(.is-selected) label {
  cursor: pointer;
}
.form-option:not(.is-selected).is-disabled {
  cursor: default;
}
.form-option:not(.is-selected).is-disabled label {
  cursor: default;
}
@media screen and (min-width:  725px ) {
  .form-option--box {
    -webkit-flex-basis: 230px;
    -ms-flex-preferred-size: 230px;
    flex-basis: 230px;
  }
}
.form-option-control {
  padding: 4px;
  margin-right: 10px;
}
.form-option-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.form-option-text > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
.form-option-title {
  font-weight: normal;
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  margin: 0;
}
.form-option-details {
  margin: 1rem 0 1rem;
  font-size: 0.875em;
}
@media screen and (min-width:  725px ) {
  .form-option-details {
    font-size: 1em;
  }
}
.price-option-reduced {
  width: 100%;
  max-width: 640px;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border-color: transparent;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.price-option-reduced .form-option-text {
  font-size: 0.875em;
  line-height: 28px;
}
.price-option-reduced .form-option-text .form-option-label {
  line-height: 1.2;
  vertical-align: baseline;
}
.product-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 200px;
  -ms-flex: 1 1 200px;
  flex: 1 1 200px;
  min-width: 0;
}
.product-info .js-showOnSelected {
  display: none;
}
.product-info .product-header {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  margin-bottom: 10px;
}
.product-info .product-description {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 158px;
  -ms-flex: 1 1 158px;
  flex: 1 1 158px;
  padding-right: 5px;
  margin-top: 0;
  max-width: 470px;
}
.product-info .product-description p {
  margin: 0 0 0.5rem 0;
}
.product-info .product-description ul {
  margin: 0.5rem 0 0.5rem 1.25rem;
}
.product-info .product-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 70px;
  -ms-flex: 0 1 70px;
  flex: 0 1 70px;
  height: 100px;
  margin-top: -10px;
}
.product-info .product-more {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  max-width: 100%;
  margin-left: 2rem;
}
@media screen and (min-width: 400px) {
  .product-info .form-option-label {
    -webkit-flex-basis: 200px;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .product-info .product-description {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding-right: 3rem;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .product-info .product-image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    height: auto;
  }
}
@media screen and (min-width:  725px ) {
  .product-info .product-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 10.5rem;
    -ms-flex: 0 1 10.5rem;
    flex: 0 1 10.5rem;
  }
  .product-info .product-more {
    margin-left: 0;
  }
}
.product-image {
  min-width: 70px;
  height: 100%;
  position: relative;
}
.product-image img {
  right: 0;
  position: absolute;
  min-width: 70px;
  height: auto;
}
.product-inner {
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  float: left;
}
.order-form .product-title {
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  margin: 0;
}
@media screen and (min-width:  725px ) {
  font-size: 1.3125rem;
  margin-bottom: 0.25rem;
}
.product-more {
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding-top: 20px;
}
.product-choice .form-option {
  margin: 0;
}
.order-summary {
  margin: 1rem auto 2rem;
  max-width: 600px;
}
.order-bar-wrapper {
  z-index: 100;
  left: 0;
  width: 100%;
  position: absolute;
}
.order-bar {
  max-width: 920px;
  margin: 0px auto;
  padding: 0;
}
.order-bar-inner {
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  margin: 0 5px;
  padding: 20px 15px;
  position: relative;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.order-bar-inner:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 4px;
}
.order-bar-wrapper.is-sticky .order-bar-inner {
  -webkit-box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
}
.order-bar-wrapper .order-summary-message {
  text-align: center;
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  margin: 0;
  font-size: 1.2em;
  line-height: 1.2;
}
.order-total {
  text-align: center;
  padding: 0;
}
.order-total-label {
  display: inline-block;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 10px 0 0;
  vertical-align: 0.05em;
}
.order-total-price {
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  display: inline-block;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.2;
}
@media screen and (min-width:  725px ) {
  .order-total-price {
    font-size: 1.4rem;
  }
}
.order-next {
  margin-top: 1rem;
  text-align: center;
}
.order-bar-wrapper .order-next {
  display: block;
}
.order-bar-wrapper.is-sticky .order-next {
  display: none;
}
.order-terms-wrapper {
  background: #F6F6F6;
  -webkit-box-shadow: inset 0 4px 12px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 0.5rem;
  margin-bottom: -1rem;
  border-radius: 0 0 3px 3px;
  color: #878787;
}
.order-terms {
  margin: 0.5rem auto;
  max-width: 600px;
  font-size: 0.85rem;
}
.order-terms p {
  margin: 0.5rem 0;
}
.page__container {
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 940px;
  width: 100%;
  margin: 0px auto;
}
.page__paragraph {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 21px;
}
.page__paragraph strong {
  font-family: 'PublicoHeadlineBold';
}
@media screen and (max-width: 724px) {
  .page__paragraph {
    font-size: 16px;
    line-height: 24px;
  }
}
.page__image {
  width: auto;
  max-width: 100%;
  height: auto;
}
.page .aligncenter {
  margin: 1em auto;
}
.page hr {
  margin-bottom: 0;
  width: 100%;
  margin-left: 0;
}
.paragraph--two-col {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 21px;
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
}
.paragraph--two-col strong {
  font-family: 'PublicoHeadlineBold';
}
@media screen and (max-width: 724px) {
  .paragraph--two-col {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .paragraph--two-col {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
/* Standard page styles, mostly for login, signup, etc */
.page-container {
  min-height: 320px;
  max-width: 920px;
  margin: 0px auto;
  padding: 0 10px;
}
.grid-container {
  min-height: 320px;
  max-width: 1280px;
  margin: 0px auto;
}
.page-header {
  padding: 20px 0 10px;
}
.page-title {
  font-size: 1.75rem;
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  margin: 0.75em 0 4px;
}
.page-lead {
  font-size: 18px;
  font-family: "NeueHaasRegular", Helvetica, Arial, sans-serif;
  color: #102218;
}
.page-content {
  margin: 20px 0 60px;
}
.page-description {
  margin: 0 0 40px;
  color: #484848;
}
.page__paragraph {
  font-family: "PublicoText", Garamond, Times, serif;
}
@media screen and (min-width:  725px ) {
  .grid-container {
    padding: 0 0.5rem;
  }
  .page-title {
    font-size: 3rem;
  }
}
.syre-box {
  max-width: 760px;
  margin: 40px auto;
  background: #eee;
  padding: 30px;
}
.syre-box h1 {
  font-size: 1.4em;
}
.syre-box h1 + p,
.syre-box h1 + dl {
  margin-top: 15px;
}
.syre-box dl dd {
  margin-bottom: 20px;
}
.syre-box dl dt {
  margin: 0 0 10px;
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}
.syre-box-info p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 21px;
}
.syre-box-info p strong {
  font-family: 'PublicoHeadlineBold';
}
@media screen and (max-width: 724px) {
  .syre-box-info p {
    font-size: 16px;
    line-height: 24px;
  }
}
.syre-page-box p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 21px;
}
.syre-page-box p strong {
  font-family: 'PublicoHeadlineBold';
}
@media screen and (max-width: 724px) {
  .syre-page-box p {
    font-size: 16px;
    line-height: 24px;
  }
}
.form-message {
  margin: 15px 0 20px;
  padding: 20px;
  position: relative;
  background-color: #F6F6F6;
  font-family: "NeueHaasRegular", Helvetica, Arial, sans-serif;
  /* Clearfix */
}
.form-message:after {
  content: "";
  display: block;
  clear: both;
}
.form-message:before {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  margin-right: 15px;
  float: left;
}
.form-message.prenly-confirm-password-reset-success-message .message-container {
  margin-bottom: 24px;
}
.form-message .message-container {
  display: block;
  margin-top: 8px;
  margin-left: 46px;
}
.form-message .message-container .message-placeholder {
  display: block;
  margin: 0.5em 0;
  line-height: 125%;
}
.form-message .message-container p {
  margin: 0.5em 0;
  line-height: 125%;
}
.form-message .message-container > *:first-child {
  margin-top: 0;
}
.form-message--success:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5pY29uLXN1Y2Nlc3M8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoIEJldGEuPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Imljb24tc3VjY2VzcyI+ICAgICAgICAgICAgPHBhdGggZD0iTTE2LDAgQzcuMTYxNTM4OTIsMCAwLDcuMTYxNTM4OTIgMCwxNiBDMCwyNC44Mzg0NjEgNy4xNjE1Mzg5MiwzMiAxNiwzMiBDMjQuODM4NDYxLDMyIDMyLDI0LjgzODQ2MSAzMiwxNiBDMzIsNy4xNjE1Mzg5MiAyNC44Mzg0NjEsMCAxNiwwIFoiIGlkPSJGaWxsLTMiIGZpbGw9IiMzRUNFNTQiPjwvcGF0aD4gICAgICAgICAgICA8cGF0aCBkPSJNMjIuNDY5MjMxMiw5Ljk0NjE1NDA4IEwxMi44NjkyMzEsMTkuNjE1Mzg0NiBMOS4yMzg0NjIsMTUuOTg0NjE1NiBMNy44NjkyMzEsMTcuMzUzODQ2NiBMMTIuMTc2OTIzMywyMS42NjE1Mzg5IEMxMi4zNjkyMzEsMjEuODUzODQ2NiAxMi42MzA3Njg5LDIyLjAwNzY5MjggMTIuODYxNTM4MiwyMi4wMDc2OTI4IEMxMy4wOTIzMDc0LDIyLjAwNzY5MjggMTMuMzQ2MTUzOCwyMS44NTM4NDY2IDEzLjUzODQ2MTUsMjEuNjY5MjMxNyBMMjMuODIzMDc3OCwxMS4zMzA3NzA2IEwyMi40NjkyMzEyLDkuOTQ2MTU0MDggWiIgaWQ9IkZpbGwtMiIgZmlsbD0iI0ZGRkZGRiI+PC9wYXRoPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+);
}
.form-message--error:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5pY29uLWVycm9yPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaCBCZXRhLjwvZGVzYz4gICAgPGRlZnM+PC9kZWZzPiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJpY29uLWVycm9yIj4gICAgICAgICAgICA8cGF0aCBkPSJNMjcuMjYxMjQ0NSw0LjY4NDYxNTQ2IEMyMS4wNDQ5Nzc5LC0xLjU2MTUzODEyIDEwLjk2MjY4MDMsLTEuNTYxNTM4MTIgNC43Mzg3NTU0NCw0LjY4NDYxNTQ2IEMtMS40ODUxNjkzNCwxMC45MzA3Njk3IC0xLjQ3NzUxMjIsMjEuMDYxNTM3NSA0LjczODc1NTQ0LDI3LjMxNTM4NTEgQzEwLjk1NTAyMzIsMzMuNTYxNTM3NSAyMS4wMzczMTk2LDMzLjU2MTUzNzUgMjcuMjYxMjQ0NSwyNy4zMTUzODUxIEMzMy40ODUxNjkzLDIxLjA2OTIzMjYgMzMuNDc3NTExLDEwLjkzMDc2OTcgMjcuMjYxMjQ0NSw0LjY4NDYxNTQ2IFoiIGlkPSJGaWxsLTIiIGZpbGw9IiNGRjZGNkYiPjwvcGF0aD4gICAgICAgICAgICA8cG9seWdvbiBpZD0iRmlsbC0zIiBmaWxsPSIjRkZGRkZGIiBwb2ludHM9IjIyLjQ0NTkzMzkgOC42MTUzODQ2MiAxNS45ODQ2ODkyIDE1LjA5MjMwNzQgOS41NTQwNjcyMiA4LjY0NjE1MzMxIDguNjUwNzE3NyA5LjU1Mzg0NTg1IDE1LjA4MTMzOTcgMTYgOC42NTA3MTc3IDIyLjQ0NjE1MjggOS41NTQwNjcyMiAyMy4zNTM4NDY2IDE1Ljk4NDY4OTIgMTYuOTA3NjkxMyAyMi40NDU5MzM5IDIzLjM4NDYxNTQgMjMuMzQ5MjgyMyAyMi40NzY5MjQgMTYuODg4MDM4NyAxNiAyMy4zNDkyODIzIDkuNTIzMDc3MTUiPjwvcG9seWdvbj4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
}
.form-message--notice:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5pY29uLW5vdGljZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2ggQmV0YS48L2Rlc2M+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iaWNvbi1ub3RpY2UiPiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNiwwIEM3LjE2MTUzODkyLDAgMCw3LjE2MTUzODkyIDAsMTYgQzAsMjQuODM4NDYxIDcuMTYxNTM4OTIsMzIgMTYsMzIgQzI0LjgzODQ2MSwzMiAzMiwyNC44Mzg0NjEgMzIsMTYgQzMyLDcuMTYxNTM4OTIgMjQuODM4NDYxLDAgMTYsMCBaIiBpZD0iRmlsbC00IiBmaWxsPSIjRjhEOTAwIj48L3BhdGg+ICAgICAgICAgICAgPHBhdGggZD0iTTE3LjE5MjMwNzcsOS41Mzg0NjE1NCBDMTcuMTkyMzA1Myw5Ljc0MjQ3MjY5IDE3LjE1MzI2ODYsOS45Mzg3MjA2OSAxNy4wNzUxOTUzLDEwLjEyNzIwNDMgQzE2Ljk5NzEyNDIsMTAuMzE1Njg2NyAxNi44ODU5NTgyLDEwLjQ4MjA1OCAxNi43NDE3MDE1LDEwLjYyNjMxNjkgQzE2LjU5NzQ0MjYsMTAuNzcwNTc0NyAxNi40MzEwNzI1LDEwLjg4MTc0MDggMTYuMjQyNTg4OSwxMC45NTk4MTMgQzE2LjA1NDEwNTMsMTEuMDM3ODg1MiAxNS44NTc4NTg1LDExLjA3NjkyMTggMTUuNjUzODQ2MiwxMS4wNzY5MjMxIEMxNS40NDk4MzI2LDExLjA3NjkyMTggMTUuMjUzNTgzNSwxMS4wMzc4ODUyIDE1LjA2NTA5OTgsMTAuOTU5ODEzIEMxNC44NzY2MTc0LDEwLjg4MTc0MDggMTQuNzEwMjQ2MiwxMC43NzA1NzQ3IDE0LjU2NTk4ODQsMTAuNjI2MzE2OSBDMTQuNDIxNzI4MiwxMC40ODIwNTggMTQuMzEwNTYyMSwxMC4zMTU2ODY3IDE0LjIzMjQ4OTksMTAuMTI3MjA0MyBDMTQuMTU0NDE4OSw5LjkzODcyMDY5IDE0LjExNTM4MzQsOS43NDI0NzI2OSAxNC4xMTUzODQ2LDkuNTM4NDYxNTQgQzE0LjExNTM4MzQsOS4zMzQ0NDggMTQuMTU0NDE4OSw5LjEzODE5ODg1IDE0LjIzMjQ5MTEsOC45NDk3MTYzOCBDMTQuMzEwNTYzMiw4Ljc2MTIzMjc3IDE0LjQyMTcyODIsOC41OTQ4NjE1NCAxNC41NjU5ODg0LDguNDUwNjAzNzcgQzE0LjcxMDI0NjIsOC4zMDYzNDQ3NyAxNC44NzY2MTc0LDguMTk1MTc4NjIgMTUuMDY1MDk5OCw4LjExNzEwNTMxIEMxNS4yNTM1ODM1LDguMDM5MDM0MzEgMTUuNDQ5ODMyNiw3Ljk5OTk5ODc3IDE1LjY1Mzg0NjIsOCBDMTUuODU3ODU4NSw3Ljk5OTk5ODc3IDE2LjA1NDEwNTMsOC4wMzkwMzQzMSAxNi4yNDI1ODg5LDguMTE3MTA1MzEgQzE2LjQzMTA3MjUsOC4xOTUxNzg2MiAxNi41OTc0NDI2LDguMzA2MzQ0NzcgMTYuNzQxNzAxNSw4LjQ1MDYwMzc3IEMxNi44ODU5NTgyLDguNTk0ODYxNTQgMTYuOTk3MTI0Miw4Ljc2MTIzMjc3IDE3LjA3NTE5NTMsOC45NDk3MTYzOCBDMTcuMTUzMjY4Niw5LjEzODE5ODg1IDE3LjE5MjMwNTMsOS4zMzQ0NDggMTcuMTkyMzA3Nyw5LjUzODQ2MTU0IFoiIGlkPSJGaWxsLTIiIGZpbGw9IiNGRkZGRkYiPjwvcGF0aD4gICAgICAgICAgICA8cG9seWdvbiBpZD0iRmlsbC0zIiBmaWxsPSIjRkZGRkZGIiBwb2ludHM9IjE3LjIzMDc2OTIgMjIuNzY5MjMwOCAxNy4yMzA3NjkyIDEyLjkyMzA3NjkgMTMuNTM4NDYxNSAxMi45MjMwNzY5IDEzLjUzODQ2MTUgMTMuNTM4NDYxNSAxNC43NjkyMzA4IDEzLjUzODQ2MTUgMTQuNzY5MjMwOCAyMi43NjkyMzA4IDEzLjUzODQ2MTUgMjIuNzY5MjMwOCAxMy41Mzg0NjE1IDIzLjM4NDYxNTQgMTguNDYxNTM4NSAyMy4zODQ2MTU0IDE4LjQ2MTUzODUgMjIuNzY5MjMwOCI+PC9wb2x5Z29uPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+);
}
.form-container {
  font-family: "NeueHaasRegular", Helvetica, Arial, sans-serif;
}
.form-container form p {
  margin: 0 0 20px;
}
.form-container form label {
  margin: 0 0 10px;
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}
.form-container form input[type=submit] {
  display: inline-block;
  position: relative;
  padding: 21px 36px;
  background: #46CC5A;
  color: black;
  border: 1px solid #46CC5A;
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 20, 5, 0.01);
  box-shadow: 0px 0px 12px rgba(0, 20, 5, 0.01);
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  text-align: center;
  -webkit-appearance: none;
  cursor: pointer;
  float: none;
}
.form-container form input[type=submit].small {
  padding: 12px 24px;
}
.form-container form input[type=submit]__border {
  background-color: #fff;
  color: #46CC5A;
  border: 1px solid #46CC5A;
  display: inline-block;
  line-height: 1.2;
}
.form-container form input[type=submit]__border:hover {
  background-color: #46CC5A;
  color: #fff;
}
.form-container form input[type=submit]__submit {
  background-color: #46CC5A;
  color: #fff;
}
.form-container form input[type=submit][disabled],
.form-container form input[type=submit].is-disabled {
  cursor: default;
  opacity: 0.25;
}
.no-touch .form-container form input[type=submit]:hover {
  -webkit-transition: all 0.025s ease-out;
  -o-transition: all 0.025s ease-out;
  transition: all 0.025s ease-out;
  background: #102218;
  border-color: #102218;
  color: #fff;
}
.form-container form input[type=submit].button-label {
  display: inline-block;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.no-touch .form-container form input[type=submit][disabled]:hover,
.no-touch .form-container form input[type=submit].is-disabled:hover {
  background: #46CC5A;
  border-color: #46CC5A;
  color: #102218;
}
.form-container form input[type=submit]--neg {
  color: #fff;
  background: #102218;
  border-color: #102218;
}
.no-touch .form-container form input[type=submit]--neg[disabled]:hover,
.no-touch .form-container form input[type=submit]--neg.is-disabled:hover {
  color: #fff;
  background: #102218;
  border-color: #102218;
}
.no-touch .form-container form input[type=submit]--neg:hover {
  color: #102218;
  background: #46CC5A;
  border-color: #46CC5A;
}
.form-container form input[type=submit]--big {
  min-width: 180px;
  font-size: 16px;
  line-height: 1.2;
  padding: 26px 40px;
}
.form-container form input {
  max-width: 540px;
  margin-right: 15px;
}
.form-container form input[type=text],
.form-container form input[type=email],
.form-container form input[type=password] {
  width: 100%;
  -webkit-appearance: none;
  border: none;
  height: 53px;
  line-height: 53px;
  font-size: 1em;
  padding: 0 20px;
  border-bottom: 3px solid transparent;
}
.form-container form input[type=text]::-webkit-input-placeholder,
.form-container form input[type=email]::-webkit-input-placeholder,
.form-container form input[type=password]::-webkit-input-placeholder {
  color: #000;
}
.form-container form input[type=text]:-moz-placeholder,
.form-container form input[type=email]:-moz-placeholder,
.form-container form input[type=password]:-moz-placeholder {
  color: #000;
}
.form-container form input[type=text]::-moz-placeholder,
.form-container form input[type=email]::-moz-placeholder,
.form-container form input[type=password]::-moz-placeholder {
  color: #000;
}
.form-container form input[type=text]:-ms-input-placeholder,
.form-container form input[type=email]:-ms-input-placeholder,
.form-container form input[type=password]:-ms-input-placeholder {
  color: #000;
}
.form-container form input[type=text]:disabled,
.form-container form input[type=email]:disabled,
.form-container form input[type=password]:disabled {
  border: 1px solid #878787;
  background-color: transparent;
}
.form-container form input[type=text]:disabled:hover,
.form-container form input[type=email]:disabled:hover,
.form-container form input[type=password]:disabled:hover {
  cursor: not-allowed;
}
.form-container form input[type=text]:focus,
.form-container form input[type=email]:focus,
.form-container form input[type=password]:focus {
  border-color: #102218;
}
.login-submit {
  float: left;
  margin-right: 0;
}
.login-activate {
  text-align: right;
  float: right;
  color: #878787;
  font-size: 14px;
}
.login-activate-label {
  padding: 0 0 5px;
}
.login-activate-link {
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}
.login-footer {
  clear: both;
}
.login-reset {
  color: #878787;
  font-size: 14px;
  display: inline-block;
  width: -webkit-calc(50% - 4px);
  width: calc(50% - 4px);
}
.login-reset a {
  text-decoration: none;
}
@media screen and (max-width: 724px) {
  .login-submit {
    float: none;
  }
  .login-activate {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
}
.page-header .heading {
  font-size: 2rem;
}
.page-section {
  background-color: #fff;
  border-radius: 3px;
  padding: 1rem 0;
  margin-bottom: 2em;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
.page-section-header {
  text-align: center;
  padding: 1rem 1rem;
  max-width: 600px;
  margin: 0 auto 1rem;
}
.page-section-header .heading {
  color: #102218;
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  margin: 1rem 0 0.5em 0;
}
.page-section-header .subheading {
  font-family: "NeueHaasRegular", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  color: #4D585B;
  margin: 0 0 1rem 0;
}
@media screen and (min-width:  725px ) {
  .page-section-header .heading {
    font-size: 2em;
  }
}
.content-section {
  margin: 0 0 0;
  padding: 2.5rem 10px 2.5rem;
  -webkit-box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.015);
  box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.015);
}
@media screen and (min-width:  725px ) {
  .content-section .content-section {
    padding: 2.5rem 30px 2.5rem;
  }
}
.content-section-header {
  text-align: center;
}
.content-section-header .heading {
  font-family: "NeueHaasRegular", Helvetica, Arial, sans-serif;
  font-size: 1.375rem;
}
.content-section-header .subheading {
  font-family: "NeueHaasRegular", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
}
@media screen and (min-width:  725px ) {
  .content-section-header .heading {
    font-size: 1.4rem;
  }
  .content-section-header .subheading {
    font-size: 1.2rem;
  }
}
.content-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: top;
  -webkit-align-items: top;
  -ms-flex-align: top;
  align-items: top;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0.5rem;
}
@media screen and (min-width:  725px ) {
  .content-grid {
    padding: 0 1rem;
  }
}
.content-grid-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 24rem;
  -ms-flex: 1 1 24rem;
  flex: 1 1 24rem;
  padding: 0.5rem;
  max-width: 600px;
}
@media screen and (min-width:  725px ) {
  .content-grid-item {
    padding: 1rem;
  }
}
.post-without-issue .article__lead-image {
  width: 100%;
  margin-left: 0;
}
.post-without-issue .article__author {
  margin-top: 10px;
  margin-bottom: 20px;
}
.post-without-issue .share-component {
  margin-bottom: 1.5rem;
  margin-top: 20px;
}
.post-without-issue .article__breadcrumb-link {
  margin-bottom: 20px;
}
@media screen and (max-width: 724px) {
  .post-without-issue .article__breadcrumb-link {
    margin-bottom: 5px;
  }
}
.tax-topic {
  background: #F6F6F6;
}
.topicpage {
  max-width: 1200px;
  margin: 0 auto;
}
.topic-header {
  text-align: center;
  padding: 1rem 0 2rem;
  margin: 0 0 2px;
}
.topic-title {
  font-size: 2rem;
  margin: 0;
}
.topic-extra {
  overflow: hidden;
}
.topic-meta {
  background: #46CC5A;
  border-radius: 0.75rem;
  text-align: center;
  margin: 0 0 1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
.topic-description {
  max-width: 40rem;
  font-family: "NeueHaasRegular", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  padding: 1rem;
  display: inline-block;
}
.topic-description p {
  margin: 0;
}
.topic-description .author-component .author-image {
  width: 8rem;
  height: 8rem;
}
.extra-feed {
  background: #fff;
}
.topic-main {
  padding-bottom: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.topic-main h4 {
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0 0 0.25rem;
  padding: 1rem 0 0.25rem;
  color: #26361B;
  border-bottom: 3px solid #26361B;
}
.topic-section {
  background: white;
  margin-bottom: 1rem;
}
.topic-section h4 {
  padding: 1rem 1rem 0.25rem;
}
.topic-sidebar {
  height: auto;
  margin: 0 0.5rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
.topic-sidebar .sidebar-content {
  background: #fff;
  padding: 0.5rem;
}
.topic-feed {
  margin: 0 0.5rem;
}
.topics-component .component-title {
  display: none;
}
@media screen and (min-width:  725px ) {
  .topicpage-head {
    background-size: 100% auto;
  }
  .topic-header {
    padding: 2rem 0 2rem;
  }
  .topic-title {
    font-size: 3.5rem;
  }
}
@media screen and (min-width:  990px ) {
  .topicpage-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .topic-extra {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 0;
    -ms-flex: 0 0 0px;
    flex: 0 0 0;
    min-width: 15rem;
  }
  .topic-main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 40rem;
    -ms-flex: 1 0 40rem;
    flex: 1 0 40rem;
  }
  .topic-intro {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .topic-sidebar {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 300px;
    -ms-flex: 1 0 300px;
    flex: 1 0 300px;
  }
  .topic-feed {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 10;
    -webkit-flex: 10 0 300px;
    -ms-flex: 10 0 300px;
    flex: 10 0 300px;
  }
}
.lostpwd {
  margin: 30px auto 50px;
  max-width: 500px;
  width: 100%;
  max-width: 760px;
  margin: 40px auto;
}
.lostpwd__leader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5px;
}
.lostpwd__message {
  line-height: 1.5;
  font-size: 15px;
  margin-bottom: 1em;
}
.lostpwd__header {
  font-family: 'NeueHaasMedium';
  line-height: 1.5;
  font-size: 19px;
  margin-bottom: 1em;
}
.login {
  max-width: 760px;
  margin: 40px auto;
}
.login__leader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5px;
}
.login__message {
  line-height: 1.5;
  font-size: 15px;
  margin-bottom: 1em;
}
.login__header {
  font-family: 'NeueHaasMedium';
  line-height: 1.5;
  font-size: 19px;
  margin-bottom: 1em;
}
.recipient {
  background-color: #eee;
  padding: 20px;
}
.user__update {
  max-width: 960px;
  width: 100%;
  padding: 30px;
  margin: 0 auto;
  background-color: #eee;
}
#form__login {
  background: #eee;
  padding: 10px 10px 20px;
}
.forgot__password {
  font-size: 13px;
  color: #102218;
}
.header__login {
  position: absolute;
  width: 475px;
  margin-left: -392px;
  display: none;
  font-size: 16px;
  letter-spacing: 0;
  padding: 20px;
  z-index: 1000;
  background: #eee;
  color: #878787;
}
@media screen and (max-width: 724px) {
  .header__login {
    width: -webkit-calc(100vw - 5vw);
    width: calc(100vw - 5vw);
    margin: 40px auto;
    top: -webkit-calc(80%);
    top: calc(80%);
    left: 0;
    right: 0;
  }
}
.header__login--active {
  display: block;
}
.header__login:before {
  content: ' ';
  position: absolute;
  top: -20px;
  right: 30px;
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #eee;
}
@media screen and (max-width: 724px) {
  .header__login:before {
    right: 70px;
  }
}
.header__login .form__actions {
  padding: 0 10px;
}
.form__label {
  font-family: 'NeueHaasRegular';
  font-size: 14px;
  margin-bottom: 0.5em;
}
.form__item {
  width: 100%;
}
.form__item > p {
  line-height: 1.5;
}
.form__items .form__item {
  padding: 10px 20px 15px 0;
}
@media screen and (max-width: 724px) {
  .form__items .form__item {
    padding: 10px;
  }
}
.form__item--recipient {
  width: 70%;
  margin-right: 5%;
}
@media screen and (max-width: 724px) {
  .form__item--recipient {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.form__item--border-bottom {
  border-bottom: 1px solid rgba(193, 193, 193, 0.8);
  margin-bottom: 15px;
  padding-top: 5px;
}
.form__respons p {
  margin-top: 0.5em;
  margin-bottom: 1em;
  text-transform: initial;
  color: #102218;
  font-family: 'NeueHaasRegular';
}
.form__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}
@media screen and (max-width: 724px) {
  .form__actions {
    padding: 0;
  }
}
.form__actions--last {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.form__actions--last .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
}
.form__actions--recipient {
  width: 20%;
}
.archive .form__actions--recipient,
.single .form__actions--recipient {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 724px) {
  .form__actions--recipient {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.input__text {
  width: 100%;
  -webkit-appearance: none;
  border: none;
  height: 53px;
  line-height: 53px;
  font-size: 1em;
  padding: 0 20px;
  border-bottom: 3px solid transparent;
}
.input__text::-webkit-input-placeholder {
  color: #000;
}
.input__text:-moz-placeholder {
  color: #000;
}
.input__text::-moz-placeholder {
  color: #000;
}
.input__text:-ms-input-placeholder {
  color: #000;
}
.input__text:disabled {
  border: 1px solid #878787;
  background-color: transparent;
}
.input__text:disabled:hover {
  cursor: not-allowed;
}
.input__text:focus {
  border-color: #102218;
}
.recipient {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 724px) {
  .recipient {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 20px 0;
  }
}
.plan__price {
  font-size: 40px;
  font-family: 'NeueHaasMedium';
  margin-bottom: 0.5em;
}
.subscription__term {
  font-family: 'NeueHaasRegular';
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#subscription__term {
  -webkit-appearance: none;
  background-color: #fff;
  border: none;
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
#subscription__term:checked {
  background-image: url('../assets/img/checked.svg');
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
}
.page-template-template-subject {
  background: #F6F6F6;
  overflow-x: hidden;
}
.page-template-template-subject #main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 724px) {
  .page-template-template-subject .article__content {
    padding-top: 0px;
  }
}
.page-template-template-subject .article-text__section p {
  margin-bottom: 0;
}
.page-template-template-subject .article-text__section a,
.page-template-template-subject .article-text__section .section {
  font-size: 1em;
  margin-bottom: 0.4em;
  line-height: 1.6;
  font-family: 'NeueHaasMedium';
  color: #878787;
  margin-right: 5px;
  text-decoration: none;
}
.page-template-template-subject .row {
  padding: 40px;
  max-width: 1400px;
}
@media screen and (max-width: 724px) {
  .page-template-template-subject .row {
    padding: 10px;
  }
}
.page-template-template-subject .row .logotype {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 724px) {
  .page-template-template-subject .row .logotype {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.page-template-template-subject .row .logotype img {
  max-width: 200px;
}
.page-template-template-subject .row .navigation {
  margin-top: 20px;
}
.page-template-template-subject .row .navigation .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.page-template-template-subject .row .navigation .menu li {
  display: inline-block;
  position: relative;
  padding: 21px 36px;
  background: #46CC5A;
  color: black;
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 20, 5, 0.01);
  box-shadow: 0px 0px 12px rgba(0, 20, 5, 0.01);
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  text-align: center;
  -webkit-appearance: none;
  cursor: pointer;
  padding: 10px 20px;
  border: 1px solid #46CC5A;
  background: #fff;
  margin-left: 4px;
  margin-right: 4px;
}
.page-template-template-subject .row .navigation .menu li.small {
  padding: 12px 24px;
}
.page-template-template-subject .row .navigation .menu li__border {
  background-color: #fff;
  color: #46CC5A;
  border: 1px solid #46CC5A;
  display: inline-block;
  line-height: 1.2;
}
.page-template-template-subject .row .navigation .menu li__border:hover {
  background-color: #46CC5A;
  color: #fff;
}
.page-template-template-subject .row .navigation .menu li__submit {
  background-color: #46CC5A;
  color: #fff;
}
.page-template-template-subject .row .navigation .menu li[disabled],
.page-template-template-subject .row .navigation .menu li.is-disabled {
  cursor: default;
  opacity: 0.25;
}
.no-touch .page-template-template-subject .row .navigation .menu li:hover {
  -webkit-transition: all 0.025s ease-out;
  -o-transition: all 0.025s ease-out;
  transition: all 0.025s ease-out;
  background: #102218;
  border-color: #102218;
  color: #fff;
}
.page-template-template-subject .row .navigation .menu li.button-label {
  display: inline-block;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.no-touch .page-template-template-subject .row .navigation .menu li[disabled]:hover,
.no-touch .page-template-template-subject .row .navigation .menu li.is-disabled:hover {
  background: #46CC5A;
  border-color: #46CC5A;
  color: #102218;
}
.page-template-template-subject .row .navigation .menu li--neg {
  color: #fff;
  background: #102218;
  border-color: #102218;
}
.no-touch .page-template-template-subject .row .navigation .menu li--neg[disabled]:hover,
.no-touch .page-template-template-subject .row .navigation .menu li--neg.is-disabled:hover {
  color: #fff;
  background: #102218;
  border-color: #102218;
}
.no-touch .page-template-template-subject .row .navigation .menu li--neg:hover {
  color: #102218;
  background: #46CC5A;
  border-color: #46CC5A;
}
.page-template-template-subject .row .navigation .menu li--big {
  min-width: 180px;
  font-size: 16px;
  line-height: 1.2;
  padding: 26px 40px;
}
.page-template-template-subject .row .navigation .menu li:hover {
  border: 1px solid #46CC5A;
  background: #46CC5A;
}
.page-template-template-subject .row .navigation .menu li:hover a {
  color: #fff;
  font-family: "NeueHaasRegular", Helvetica, Arial, sans-serif;
  text-transform: capitalize;
}
.page-template-template-subject .row .navigation .menu li.current-menu-item {
  border: 1px solid #46CC5A;
  background: #46CC5A;
}
.page-template-template-subject .row .navigation .menu li.current-menu-item a {
  color: #fff;
  font-family: "NeueHaasRegular", Helvetica, Arial, sans-serif;
  text-transform: capitalize;
}
.page-template-template-subject .row .navigation .menu li a {
  color: #30af43;
  font-family: "NeueHaasRegular", Helvetica, Arial, sans-serif;
  text-transform: capitalize;
}
.page-template-template-subject .row .information-column span {
  font-size: 14px;
  font-family: 'NeueHaasMedium';
  margin: 0;
  margin-right: 10px;
}
.page-template-template-subject .row .information-column__social-media {
  margin-right: 0.25rem;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 9px;
  margin-top: 15px;
}
.page-template-template-subject .row .information-column__social-media .share-link {
  margin-left: 4px;
  margin-right: 4px;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  border: 1px solid black;
  margin-right: 0.25rem;
  width: 2.3125rem;
  height: 2.3125rem;
  margin-right: 0;
}
.page-template-template-subject .row .information-column__social-media .share-link:hover {
  background-color: #102218;
  color: #fff;
}
.page-template-template-subject .row .information-column__social-media .share-link .icon {
  font-size: 1.75rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 1.75rem;
  -ms-flex: 1 0 1.75rem;
  flex: 1 0 1.75rem;
}
.no-touch .page-template-template-subject .row .information-column__social-media .share-link:hover {
  background: #102218;
  border-color: #102218;
  -webkit-transition: all 0.025s ease-out;
  -o-transition: all 0.025s ease-out;
  transition: all 0.025s ease-out;
}
.no-touch .page-template-template-subject .row .information-column__social-media .share-link:hover .icon {
  color: #fff;
}
.page-template-template-subject .row .information-column__social-media .share-link .icon {
  font-size: 1.2rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 1.5rem;
  -ms-flex: 1 0 1.5rem;
  flex: 1 0 1.5rem;
}
.page-template-template-subject .row .information-column__social-media .share-count {
  position: relative;
  bottom: 2px;
  left: -8px;
  font-weight: bold;
  color: #ebffef;
  background: #272829;
  border-radius: 100rem;
  padding: 5px 0 0 1px;
  text-align: center;
  width: 21px;
  height: 21px;
  font-size: 11px;
}
.page-template-template-subject .row .information-column__social-media .share-count:empty {
  display: none;
}
.page-template-template-subject .row .information-column__newsletter-signup {
  margin-top: 20px;
  background-color: white;
  padding: 14px 14px 18px 14px;
  text-align: center;
}
@media screen and (max-width: 724px) {
  .page-template-template-subject .row .information-column__newsletter-signup {
    margin-top: 10px;
  }
}
.page-template-template-subject .row .information-column__newsletter-signup .callout {
  padding: 10px 0px 20px 0px;
  font-size: 14px;
  font-family: 'NeueHaasRegular';
}
.page-template-template-subject .row .information-column__newsletter-signup .callout--success {
  color: #46CC5A;
}
.page-template-template-subject .row .information-column__newsletter-signup p {
  margin-bottom: 15px;
  color: #46CC5A;
  font-family: 'NeueHaasMedium';
}
.page-template-template-subject .row .information-column__newsletter-signup .input-wrapper {
  margin-bottom: 15px;
}
.page-template-template-subject .row .information-column__newsletter-signup .input-wrapper input {
  border-radius: 3px;
  border: 1px solid #46CC5A;
  background-color: white;
  padding: 12px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.page-template-template-subject .row .information-column__newsletter-signup .input-wrapper input:focus {
  outline: none;
}
.page-template-template-subject .row .information-column__newsletter-signup a {
  padding: 10px 20px;
  font-size: 0.95em;
  border-radius: 40px;
  width: 100%;
  display: block;
  background-color: #46CC5A;
  border: 1px solid #46CC5A;
  color: white;
  font-family: 'NeueHaasRegular';
  cursor: pointer;
}
.page-template-template-subject .row .information-column__newsletter-signup a:hover {
  background-color: white;
  color: #46CC5A;
  border-color: #46CC5A;
}
.page-template-template-subject .row .information-column__authors {
  background-color: #fff;
  margin-top: 20px;
}
.page-template-template-subject .row .information-column__authors .authors__title {
  background: #ebffef;
  padding: 14px 14px 10px 14px;
  border-bottom: 3px solid #46CC5A;
  text-transform: uppercase;
}
.page-template-template-subject .row .information-column__authors .authors__title span {
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  color: #30af43;
  font-size: 16px;
}
.page-template-template-subject .row .information-column__authors .author {
  margin-top: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 0;
}
.page-template-template-subject .row .information-column__authors .author__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-template-template-subject .row .information-column__authors .author__image img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
}
.page-template-template-subject .row .information-column__authors .author__text {
  margin-top: 10px;
  text-align: center;
  font-family: "NeueHaasRegular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 0px 30px;
}
.page-template-template-subject .row .information-column__authors .author__text a {
  font-size: 1em;
  margin-bottom: 0.4em;
  line-height: 1.6;
  font-family: 'NeueHaasMedium';
  color: #102218;
  text-decoration: none;
}
.page-template-template-subject .row .featured_articles {
  margin-bottom: 8px;
}
.page-template-template-subject .row .featured_articles__post {
  background: #fff;
  padding: 16px;
}
.page-template-template-subject .row .featured_articles__post--large .featured_image {
  height: 340px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
  background-color: #888;
}
@media screen and (max-width: 724px) {
  .page-template-template-subject .row .featured_articles__post--large .featured_image {
    height: 185px;
  }
}
.page-template-template-subject .row .featured_articles__post--large .article-text {
  margin-top: 10px;
}
.page-template-template-subject .row .featured_articles__post--small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-template-template-subject .row .featured_articles__post--small:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.page-template-template-subject .row .featured_articles__post--small:nth-of-type(odd) .featured_image {
  margin-left: 20px;
  margin-right: 0;
}
.page-template-template-subject .row .featured_articles__post--small .featured_image {
  background-color: #888;
  min-height: 136px;
  max-height: 136px;
  min-width: 170px;
  max-width: 170px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 724px) {
  .page-template-template-subject .row .featured_articles__post--small .featured_image {
    min-height: 80px;
    max-height: 80px;
    min-width: 100px;
    max-width: 100px;
  }
}
.page-template-template-subject .row .featured_articles__post--small .featured_image {
  margin-right: 20px;
}
.page-template-template-subject .row .sliders {
  margin-bottom: 20px;
}
@media screen and (max-width: 724px) {
  .page-template-template-subject .row .sliders {
    margin-top: 10px;
  }
}
.page-template-template-subject .row .sliders__title {
  background: #ebffef;
  padding: 14px 14px 10px 14px;
  border-bottom: 3px solid #46CC5A;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}
.page-template-template-subject .row .sliders__title span {
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  color: #30af43;
}
.page-template-template-subject .row .sliders__title .slider-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-template-template-subject .row .sliders__title .slider-navigation .slide-left {
  width: 25px;
  height: 25px;
  background: url('../assets/img/syre/pagination-arrow-color.svg') no-repeat center;
  background-size: contain;
  margin-right: 5px;
  display: none;
}
.page-template-template-subject .row .sliders__title .slider-navigation .slide-left.showing {
  display: block;
}
.page-template-template-subject .row .sliders__title .slider-navigation .slide-left:hover {
  background: url('../assets/img/syre/pagination-arrow-color-filled.svg') no-repeat center;
  background-size: contain;
  cursor: pointer;
}
.page-template-template-subject .row .sliders__title .slider-navigation .slide-right {
  width: 25px;
  height: 25px;
  background: url('../assets/img/syre/pagination-arrow-next-color.svg') no-repeat center;
  background-size: contain;
  display: none;
}
.page-template-template-subject .row .sliders__title .slider-navigation .slide-right.showing {
  display: block;
}
.page-template-template-subject .row .sliders__title .slider-navigation .slide-right:hover {
  background: url('../assets/img/syre/pagination-arrow-next-color-filled.svg') no-repeat center;
  background-size: contain;
  cursor: pointer;
}
.page-template-template-subject .row .sliders .row {
  margin: 0;
  padding: 0;
}
.page-template-template-subject .row .sliders__posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-calc(6 * 100% / 12 * 2);
  width: calc(6 * 100% / 12 * 2);
  overflow: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
}
@media screen and (max-width: 724px) {
  .page-template-template-subject .row .sliders__posts {
    width: -webkit-calc(6 * 100% / 12 * 2);
    width: calc(6 * 100% / 12 * 2);
    overflow-x: scroll;
  }
}
.page-template-template-subject .row .sliders__posts .slide_article {
  position: relative;
  left: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.page-template-template-subject .row .sliders__posts .post {
  background-color: #ebffef;
  border-right: 7px solid #F6F6F6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 14px 14px 14px 14px;
  width: auto;
}
.page-template-template-subject .row .sliders__posts .post__author {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-template-template-subject .row .sliders__posts .post__author .avatar {
  background-color: #F6F6F6;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  margin-right: 10px;
}
.page-template-template-subject .row .sliders__posts .post__author .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-template-template-subject .row .sliders__posts .post__author .info span {
  font-family: "NeueHaasRegular", Helvetica, Arial, sans-serif;
}
.page-template-template-subject .row .sliders__posts .post__author .info span.name {
  font-size: 14px;
  color: #30af43;
  font-weight: bold;
  margin-bottom: 3px;
}
.page-template-template-subject .row .sliders__posts .post__author .info span.worktitle {
  font-size: 12px;
  color: #888;
}
.page-template-template-subject .row .sliders__posts .post .article__heading {
  min-height: 104px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.page-template-template-subject .row .all-posts {
  margin-top: 12px;
  background: #fff;
}
.page-template-template-subject .row .all-posts .row {
  padding: 14px;
}
@media screen and (max-width: 724px) {
  .page-template-template-subject .row .all-posts .row {
    padding: 0;
  }
  .page-template-template-subject .row .all-posts .row .col-12 {
    padding-bottom: 0;
  }
}
.page-template-template-subject .row .all-posts__title {
  background: #ebffef;
  padding: 14px 14px 10px 14px;
  border-bottom: 3px solid #46CC5A;
  text-transform: uppercase;
}
.page-template-template-subject .row .all-posts__title span {
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  color: #30af43;
}
.page-template-template-subject .row .all-posts .post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 724px) {
  .page-template-template-subject .row .all-posts .post {
    border-bottom: 1px solid #eee;
    padding: 5px 15px 15px 15px;
  }
}
.page-template-template-subject .row .all-posts .post .featured-image {
  background-color: #F6F6F6;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 120px;
  max-width: 120px;
  min-height: 86px;
  max-height: 86px;
  margin-right: 14px;
}
.page-template-template-subject .row .all-posts .info p {
  margin: 0;
}
.page-template-template-subject .row .all-posts .info .article-text a {
  font-size: 1em;
  margin-bottom: 0.4em;
  line-height: 1.6;
  font-family: 'NeueHaasMedium';
  color: #878787;
  margin-right: 5px;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .page-template-template-subject .row .sections {
    margin-top: 0;
  }
}
.page-template-template-subject .row .sections .section {
  background: #fff;
  margin-bottom: 10px;
}
.page-template-template-subject .row .sections .section__title {
  background: #ebffef;
  padding: 14px 14px 10px 14px;
  border-bottom: 3px solid #46CC5A;
  text-transform: uppercase;
}
.page-template-template-subject .row .sections .section__title span {
  font-family: "NeueHaasMedium", Helvetica, Arial, sans-serif;
  color: #30af43;
}
.page-template-template-subject .row .sections .section__posts .post {
  padding: 14px;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-template-template-subject .row .sections .section__posts .post a {
  text-decoration: none;
  font-family: "PublicoHeadlineBold", Garamond, Times, serif;
}
.page-template-template-subject .row .sections .section__posts .post .color {
  background-color: #eee;
  border-radius: 100%;
  min-width: 8px;
  max-width: 8px;
  min-height: 8px;
  max-height: 8px;
  margin-right: 10px;
}
.page-template-template-subject .row .sections .section__posts .post .color--magenta {
  background-color: #f41e9a;
}
.page-template-template-subject .row .sections .section__posts .post .color--gray {
  background-color: #888;
}
.page-template-template-subject .row .sections .section__posts .post .color--blue {
  background-color: #2dbbf5;
}
.page-template-template-subject .row .sections .section__posts .post .color--green {
  background-color: #46CC5A;
}
.page-template-template-subject .row .sections .section__posts .post .color--yellow {
  background-color: #f2ce00;
}
.page-template-template-subject .row .sections .section__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  padding-bottom: 20px;
}
.page-template-template-subject .row .sections .section__button a {
  text-transform: none;
  font-family: "NeueHaasRegular", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}
.page-template-template-subject .load-more {
  text-align: center;
  padding: 16px;
  background-color: #eee;
  color: black;
  font-weight: bold;
  font-family: "NeueHaasRegular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  cursor: pointer;
}
.page-template-template-subject [v-cloak] {
  display: none;
}
@media screen and (max-width: 940px) {
  .page-template-template-subject .col-3,
  .page-template-template-subject .col-6 {
    width: 100%;
  }
}
@media screen and (max-width: 940px) {
  .page-template-template-subject .col-3 .authors-section,
  .page-template-template-subject .col-6 .authors-section {
    display: none;
  }
}
.page-content #LB24 {
  max-width: 600px;
}
