body.offline button.cta-blackbook-button,
body.offline section[role="keep-updated"] {
  display: none !important;
}
.page.articleplain {
  background: #f4f4f4;
  position: relative;
  max-width: 1600px;
  margin: auto;
  padding-bottom: 30px;
}
@media only screen and (min-width: 620px) {
  .page.articleplain *[mobile-only] {
    display: none;
  }
}
.page.articleplain *[mobile-only] div[data-size="728x90"] {
  padding: 9px 20px;
}
.page.articleplain hr {
  margin: 10px 0px;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.page.articleplain.animate-in section[role="headlines"] {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.page.articleplain.animate-in section[role="images"] {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.page.articleplain div[wide-banner] {
  margin: 30px 0px;
}
.page.articleplain div[wide-banner] > div {
  background: #fff;
}
.page.articleplain div.mini-headline {
  position: fixed;
  background: #f4f4f4;
  width: 100%;
  left: 0px;
  top: 60px;
  z-index: 3;
  will-change: height;
  -webkit-transition: height 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: height 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: height 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: height 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: height 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  overflow: hidden;
  text-align: center;
  color: #3b3b3b;
  height: 0px;
  line-height: 40px;
}
@media only screen and (min-width: 769px) {
  .page.articleplain div.mini-headline {
    line-height: 58px;
  }
}
@media only screen and (min-width: 1025px) {
  .page.articleplain div.mini-headline {
    top: 50px;
    line-height: 60px;
  }
}
.page.articleplain.show-mini-headline div.mini-headline {
  -webkit-transition: height 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  -moz-transition: height 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  -o-transition: height 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  -ms-transition: height 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: height 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  height: 40px;
}
@media only screen and (min-width: 769px) {
  .page.articleplain.show-mini-headline div.mini-headline {
    height: 60px;
  }
}
.page.articleplain .cta-blackbook-button {
  position: fixed;
  z-index: 4;
  bottom: 20px;
  right: 20px;
  -webkit-transform: scale(0.001);
  -moz-transform: scale(0.001);
  -o-transform: scale(0.001);
  -ms-transform: scale(0.001);
  transform: scale(0.001);
}
@media only screen and (min-width: 769px) {
  .page.articleplain .cta-blackbook-button {
    right: 40px;
  }
}
.page.articleplain .cta-blackbook-button.communicating {
  pointer-events: none;
  width: 50px !important;
  padding: 0px 17px !important;
}
.page.articleplain .cta-blackbook-button.communicating svg {
  display: none;
}
.page.articleplain .cta-blackbook-button.communicating span {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.page.articleplain .cta-blackbook-button.communicating spinner {
  left: 13px;
  top: 13px;
  width: 24px;
  height: 24px;
  display: block;
  z-index: 2;
  position: absolute;
}
.page.articleplain .cta-blackbook-button.communicating spinner > inner {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 24px;
  height: 24px;
  border: 1px solid #d0d0d0;
  border-radius: 24px;
  -webkit-animation: spinner-anim 1s linear infinite;
  -moz-animation: spinner-anim 1s linear infinite;
  -o-animation: spinner-anim 1s linear infinite;
  -ms-animation: spinner-anim 1s linear infinite;
  animation: spinner-anim 1s linear infinite;
  display: block;
}
.page.articleplain .cta-blackbook-button.communicating spinner > inner:after {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: 1px solid #6f6f6f;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page.articleplain .cta-blackbook-button[data-added="true"] > div {
  width: 224px;
}
.page.articleplain .cta-blackbook-button[data-added="false"] > div {
  width: 175px;
}
@media only screen and (min-width: 1025px) {
  .page.articleplain .cta-blackbook-button:hover[data-added="true"] {
    width: 260px;
  }
  .page.articleplain .cta-blackbook-button:hover[data-added="false"] {
    width: 210px;
  }
}
.page.articleplain .cta-blackbook-button svg {
  width: 20px;
  height: 16px;
}
@media only screen and (max-width: 620px) {
  .page.articleplain .cta-blackbook-button svg {
    margin-top: 13px;
    margin-left: -7px;
  }
}
.page.articleplain section[role="sponsor"][mobile-only] {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px;
}
.page.articleplain section[role="sponsor"][mobile-only] img {
  width: 60%;
}
.page.articleplain section[role="tall-banner"] {
  margin-top: 40px;
}
@media only screen and (min-width: 769px) {
  .page.articleplain section[role="tall-banner"] {
    margin-top: 0px;
    margin-bottom: 40px;
  }
}
.page.articleplain section[role="keyfacts"] a {
  border-bottom: 1px solid #bfbfbf;
}
@media only screen and (min-width: 1025px) {
  .page.articleplain section[role="keyfacts"] a {
    will-change: border-bottom;
    -webkit-transition: border-bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: border-bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: border-bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: border-bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: border-bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .page.articleplain section[role="keyfacts"] a:hover {
    border-bottom: 1px solid #f2f2f2;
  }
}
.page.articleplain section[role="related"],
.page.articleplain section[role="keyfacts"],
.page.articleplain section[role="sponsor"],
.page.articleplain section[role="include-tags"] {
  margin-bottom: 40px;
  color: #6f6f6f;
}
.page.articleplain section[role="related"] strong,
.page.articleplain section[role="keyfacts"] strong,
.page.articleplain section[role="sponsor"] strong,
.page.articleplain section[role="include-tags"] strong {
  color: #3b3b3b;
}
.page.articleplain section[role="include-tags"],
.page.articleplain section[role="related-tags"] {
  clear: both;
  display: table;
  padding: 25px 5px 15px 5px;
  width: 100%;
}
@media only screen and (min-width: 620px) {
  .page.articleplain section[role="include-tags"],
  .page.articleplain section[role="related-tags"] {
    margin-bottom: 40px;
    padding: 10px;
    padding-top: 20px;
  }
}
.page.articleplain section[role="keep-updated"].hidden {
  display: none;
}
.page.articleplain section[role="keep-updated"].communicating {
  pointer-events: none;
}
.page.articleplain section[role="keep-updated"].communicating button {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.page.articleplain section[role="keep-updated"] h4 {
  color: #6f6f6f;
}
.page.articleplain section[role="sponsor"] img {
  width: 75%;
  display: block;
  margin: 10px auto;
}
@media only screen and (min-width: 620px) {
  .page.articleplain section[role="sponsor"] img {
    margin: 20px auto;
  }
}
.page.articleplain section[role="related"] {
  padding: 30px 10px 20px 10px;
  text-align: center;
  position: relative;
}
.page.articleplain section[role="related"] *[small-line-headline] {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.page.articleplain section[role="related"] img {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}
.page.articleplain section[role="related"] h5 {
  margin-bottom: 10px;
  color: #3b3b3b;
}
.page.articleplain section[role="related"] p {
  padding-bottom: 30px;
  color: #6f6f6f;
}
.page.articleplain section[role="related"] nav[role="tags"] {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 1025px) {
  .page.articleplain section[role="related"] > a:first-of-type {
    display: table;
    overflow: hidden;
  }
  .page.articleplain section[role="related"] img {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scale(1.025) translateY(0px);
    -moz-transform: scale(1.025) translateY(0px);
    -o-transform: scale(1.025) translateY(0px);
    -ms-transform: scale(1.025) translateY(0px);
    transform: scale(1.025) translateY(0px);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 1s cubic-bezier(0.19, 1, 0.22, 1), -moz-filter 1s cubic-bezier(0.19, 1, 0.22, 1), filter 1s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 1s cubic-bezier(0.19, 1, 0.22, 1), -moz-filter 1s cubic-bezier(0.19, 1, 0.22, 1), filter 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 1s cubic-bezier(0.19, 1, 0.22, 1), -moz-filter 1s cubic-bezier(0.19, 1, 0.22, 1), filter 1s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: -ms-transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 1s cubic-bezier(0.19, 1, 0.22, 1), -moz-filter 1s cubic-bezier(0.19, 1, 0.22, 1), filter 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 1s cubic-bezier(0.19, 1, 0.22, 1), -moz-filter 1s cubic-bezier(0.19, 1, 0.22, 1), filter 1s cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform, -webkit-filter, -moz-filter, filter;
  }
  .page.articleplain section[role="related"] > a h5 {
    will-change: color, transform;
    -webkit-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1), -moz-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1), -o-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1), -ms-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .page.articleplain section[role="related"] > a p {
    will-change: transform;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: -moz-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: -o-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: -ms-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .page.articleplain section[role="related"]:hover img {
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .page.articleplain section[role="related"]:hover > a h5 {
    color: #6f6f6f;
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  .page.articleplain section[role="related"]:hover > a p {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
.page.articleplain button[solid] {
  margin: 40px auto;
  display: table;
}
@media only screen and (max-width: 769px) {
  .page.articleplain div[data-ad="google"].mobile {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .page.articleplain div[data-ad="google"].mobile {
    display: none;
  }
}
@media only screen and (max-width: 620px) {
  .page.articleplain section[role="latest-news"] div[data-ad="google"][data-size="300x600"],
  .page.articleplain section[role="latest-news"] div[data-ad="google"][data-size="300x250"] {
    display: none;
  }
}
.page.articleplain header {
  width: 100%;
  text-align: center;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  padding-top: 60px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  will-change: transform, opacity;
  -webkit-transform: translate3d(0px, 50px, 0px);
  -moz-transform: translate3d(0px, 50px, 0px);
  -o-transform: translate3d(0px, 50px, 0px);
  -ms-transform: translate3d(0px, 50px, 0px);
  transform: translate3d(0px, 50px, 0px);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.15s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.15s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.15s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.15s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.15s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
}
@media only screen and (min-width: 620px) {
  .page.articleplain header {
    padding-top: 110px;
  }
}
@media only screen and (min-width: 1025px) {
  .page.articleplain header {
    padding-top: 60px;
  }
}
.page.articleplain header.static-animation {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.page.articleplain header nav[role="breadcrum"] {
  padding: 0px 0px;
  padding-bottom: 0.857142857142857rem;
}
@media only screen and (min-width: 620px) {
  .page.articleplain header nav[role="breadcrum"] {
    padding: 0px 10%;
  }
}
.page.articleplain header section[role="headlines"] {
  margin: auto;
  max-width: 900px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  will-change: transform, opacity;
  -webkit-transform: translate3d(0px, 50px, 0px);
  -moz-transform: translate3d(0px, 50px, 0px);
  -o-transform: translate3d(0px, 50px, 0px);
  -ms-transform: translate3d(0px, 50px, 0px);
  transform: translate3d(0px, 50px, 0px);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.125s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.125s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.125s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.125s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.125s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.125s;
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.125s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.125s;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.125s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.125s;
}
@media only screen and (max-width: 620px) {
  .page.articleplain header section[role="headlines"] {
    padding: 0px 20px;
  }
}
.page.articleplain header section[role="headlines"] h1 {
  color: #3b3b3b;
}
.page.articleplain header section[role="headlines"] h2 {
  padding-top: 20px;
  color: #6f6f6f;
}
@media only screen and (min-width: 620px) {
  .page.articleplain header section[role="headlines"] h2 {
    padding: 1.35rem 10% 0px 10%;
  }
}
.page.articleplain header section[role="headlines"] tags {
  padding-top: 1.35rem;
}
.page.articleplain header section[role="headlines"] > *:last-child {
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) {
  .page.articleplain header section[role="headlines"] > *:last-child {
    margin-bottom: 60px;
  }
}
.page.articleplain header tags {
  clear: both;
  margin: auto;
  display: table;
}
.page.articleplain header tags tag {
  float: left;
  margin-right: 10px;
}
.page.articleplain header tags tag:last-child {
  margin-right: 0px;
  clear: right;
}
.page.articleplain header section[role="images"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  will-change: transform, opacity;
  -webkit-transform: translate3d(0px, 50px, 0px);
  -moz-transform: translate3d(0px, 50px, 0px);
  -o-transform: translate3d(0px, 50px, 0px);
  -ms-transform: translate3d(0px, 50px, 0px);
  transform: translate3d(0px, 50px, 0px);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.225s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.225s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.225s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.225s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.225s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.225s;
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.225s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.225s;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.225s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.225s;
}
.page.articleplain header section[role="images"]:after {
  content: "";
  display: block;
  width: 100%;
}
.page.articleplain.animate-in header {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0px, 1px, 0px);
  -moz-transform: translate3d(0px, 1px, 0px);
  -o-transform: translate3d(0px, 1px, 0px);
  -ms-transform: translate3d(0px, 1px, 0px);
  transform: translate3d(0px, 1px, 0px);
}
.page.articleplain.animate-in article[content-outer] {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.page.articleplain.animate-in button.cta-blackbook-button {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.page.articleplain article[content-outer] {
  position: relative;
  background: #fff;
  z-index: 2;
  color: #6f6f6f;
  padding: 20px;
  max-width: 1600px;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  will-change: transform, opacity;
  -webkit-transform: translate3d(0px, 50px, 0px);
  -moz-transform: translate3d(0px, 50px, 0px);
  -o-transform: translate3d(0px, 50px, 0px);
  -ms-transform: translate3d(0px, 50px, 0px);
  transform: translate3d(0px, 50px, 0px);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .page.articleplain article[content-outer] {
    padding-top: 30px;
  }
}
.page.articleplain article[content-outer].on-animated-in {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  will-change: no;
}
.page.articleplain article[content-outer] iframe {
  width: 100%;
}
@media only screen and (max-width: 1025px) {
  .page.articleplain article[content-outer] {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .page.articleplain article[content-outer] {
    padding: 80px;
    padding-bottom: 40px;
  }
}
.page.articleplain article[content-outer] strong {
  color: #3b3b3b;
}
.page.articleplain article[content-outer]:after {
  content: "";
  clear: both;
}
@media only screen and (min-width: 620px) {
  .page.articleplain article[content-outer] {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.page.articleplain article[content-outer] div[data-ad="google"] {
  text-align: center;
}
.page.articleplain article[content-outer] aside[left] {
  background: #fff;
  z-index: 2;
}
.page.articleplain article[content-outer] aside[left] a[round-text-button] {
  color: #3b3b3b;
}
@media only screen and (max-width: 620px) {
  .page.articleplain article[content-outer] aside[left] {
    margin-top: 40px;
  }
  .page.articleplain article[content-outer] aside[left] section[role="sponsor"] {
    display: none;
  }
}
@media only screen and (min-width: 620px) {
  .page.articleplain article[content-outer] aside[left] {
    margin-top: 10px;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 330px;
  }
}
.page.articleplain article[content-outer] aside[left] > a[round-text-button] {
  margin: 30px auto;
}
.page.articleplain article[content-outer] button[round-text-button]:not(.icon) {
  height: 50px;
}
@media only screen and (min-width: 1025px) {
  .page.articleplain article[content-outer] *[round-text-button] {
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 1025px) {
  .page.articleplain article[content-outer] *[round-text-button] {
    width: 90%;
  }
  .page.articleplain article[content-outer] *[round-text-button].un-subscribe,
  .page.articleplain article[content-outer] *[round-text-button].subscribe {
    width: 70%;
  }
}
.page.articleplain article[content-outer] aside[right] {
  background: #fff;
}
@media only screen and (max-width: 769px) {
  .page.articleplain article[content-outer] aside[right] {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 620px) {
  .page.articleplain article[content-outer] aside[right] {
    margin-top: 40px;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -o-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    width: 330px;
  }
}
@media only screen and (max-width: 1350px) {
  .page.articleplain article[content-outer] aside[right] {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    -moz-transform: translate3d(0px, 0px, 0px) !important;
    -o-transform: translate3d(0px, 0px, 0px) !important;
    -ms-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
@media only screen and (min-width: 1350px) {
  .page.articleplain article[content-outer] aside[right] {
    margin-top: 10px;
  }
  .page.articleplain article[content-outer] aside[right].sticky {
    position: fixed;
    right: calc((50% - 50vw) + 90px);
    top: 190px;
  }
}
@media only screen and (min-width: 1600px) {
  .page.articleplain article[content-outer] aside[right].sticky {
    right: calc(50% - 720px);
  }
}
.page.articleplain article[content-outer] aside[right] h4 {
  text-align: center;
}
@media only screen and (min-width: 620px) {
  .page.articleplain article[content-outer] aside[right] h4 {
    margin-top: 10px;
  }
}
.page.articleplain article[content-outer] aside[right] button.subscribe-now,
.page.articleplain article[content-outer] aside[right] button.un-subscribe {
  margin: 20px auto 0px auto;
}
.page.articleplain article[content-outer] aside[right] button.subscribe-now.hidden,
.page.articleplain article[content-outer] aside[right] button.un-subscribe.hidden {
  display: none;
}
section[role="main-content"] {
  background: #fff;
}
@media only screen and (min-width: 620px) {
  section[role="main-content"] {
    padding: 0px 0px 0px 80px;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: calc(100% - 660px);
  }
}
@media only screen and (min-width: 1350px) {
  section[role="main-content"] {
    padding: 0px 80px;
  }
}
@media only screen and (min-width: 620px) and (max-width: 1350px) {
  section[role="main-content"] {
    width: calc(100% - 330px);
  }
}
section[role="main-content"] a {
  border-bottom: 1px solid #a9a9a9;
}
@media only screen and (min-width: 1025px) {
  section[role="main-content"] a {
    will-change: border-bottom;
    -webkit-transition: border-bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: border-bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: border-bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: border-bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: border-bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  section[role="main-content"] a:hover {
    border-bottom: 1px solid #fff;
  }
}
section[role="main-content"] p .image-caption {
  margin-top: -7px;
  display: block;
}
@media only screen and (max-width: 620px) {
  section[role="main-content"] p .image-caption {
    margin-top: 0;
  }
}
section[role="main-content"] p img {
  width: 100%;
  height: auto;
  margin: 20px 0px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 620px) {
  section[role="main-content"] p img {
    margin: 40px 0px;
    margin-bottom: 0px;
  }
}
section[role="main-content"] p:not(.is-strong):first-child:first-letter {
  color: #3b3b3b;
  float: left;
  margin-bottom: -10px;
  padding-right: 10px;
  line-height: 40px;
}
@media only screen and (min-width: 620px) {
  section[role="main-content"] p:not(.is-strong):first-child:first-letter {
    line-height: 48px;
  }
}
@media only screen and (min-width: 1025px) {
  section[role="main-content"] p:not(.is-strong):first-child:first-letter {
    line-height: 54px;
  }
}
section[role="main-content"] div.quote {
  position: relative;
  color: #3b3b3b;
}
@media only screen and (min-width: 620px) {
  section[role="main-content"] div.quote {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 620px) {
  section[role="main-content"] div.quote {
    margin-top: 32px;
    margin-bottom: 16px;
  }
}
section[role="main-content"] div.quote:before {
  color: #b8b8b8;
  content: "“";
  position: absolute;
  left: 0px;
  top: -20px;
}
@media only screen and (min-width: 620px) {
  section[role="main-content"] div.quote:before {
    left: -40px;
    top: 2px;
  }
}
section[role="main-content"] div.quote h3 {
  margin-bottom: 20px;
}
section[role="main-content"] div.quote small {
  text-align: right;
  display: block;
}
section[role="main-content"] footer {
  background: #fff;
  width: 100%;
  position: relative;
  margin: 20px 0px;
}
@media only screen and (min-width: 769px) {
  section[role="main-content"] footer {
    margin: 60px 0px;
  }
}
@media only screen and (min-width: 1025px) {
  section[role="main-content"] footer {
    margin: 80px 0px;
  }
}
section[role="main-content"] footer section[role="social"] {
  height: 76px;
  margin: auto;
  z-index: 2;
  margin-bottom: 20px;
  clear: both;
  width: 100%;
}
@media only screen and (min-width: 620px) {
  section[role="main-content"] footer section[role="social"] {
    padding: 20px;
    margin-bottom: 40px;
  }
}
section[role="main-content"] footer section[role="social"] *[round-text-button] {
  width: calc(25% - 8px) !important;
  float: left;
  height: 35px;
  margin-left: 10px;
}
section[role="main-content"] footer section[role="social"] *[round-text-button]:nth-child(2) {
  margin-left: 0px;
}
section[role="main-content"] section[role="latest-news"] {
  margin-top: 30px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 620px) {
  section[role="main-content"] section[role="latest-news"] {
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 1025px) {
  .page.articletravel section[role="social"] button[round-text-button]:hover {
    background: #1e3557 !important;
  }
  .page.articletravel section[role="social"] button[round-text-button]:hover i svg * {
    fill: #fff;
  }
  .page.articletravel a[keyword].related-tag:hover {
    background: #1e3557;
  }
}
@media only screen and (min-width: 1025px) {
  .page.articlecrafting section[role="social"] button[round-text-button]:hover {
    background: #83293b !important;
  }
  .page.articlecrafting section[role="social"] button[round-text-button]:hover i svg * {
    fill: #fff;
  }
  .page.articlecrafting a[keyword].related-tag:hover {
    background: #83293b;
  }
}
@media only screen and (min-width: 1025px) {
  .page.articlelifestyle section[role="social"] button[round-text-button]:hover {
    background: #37342d !important;
  }
  .page.articlelifestyle section[role="social"] button[round-text-button]:hover i svg * {
    fill: #fff;
  }
  .page.articlelifestyle a[keyword].related-tag:hover {
    background: #37342d;
  }
}
.page.articlecompendium section[role="social"] {
  display: none !important;
}
@media only screen and (min-width: 1025px) {
  .page.articlecompendium section[role="social"] button[round-text-button]:hover {
    background: #292929 !important;
  }
  .page.articlecompendium section[role="social"] button[round-text-button]:hover i svg * {
    fill: #fff;
  }
  .page.articlecompendium a[keyword].related-tag:hover {
    background: #292929;
  }
}
@-moz-document url-prefix() {
  .page.articleplain article[content-outer] section[role="main-content"] > p:not(.is-strong):first-child:first-letter {
    margin-bottom: 0px;
    margin-top: 10px;
    line-height: 54px;
  }
}
@-moz-keyframes spinner-anim {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner-anim {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner-anim {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-anim {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
