.card {
  display: block;
  padding: .8rem;
  margin: 1em auto;
  max-width: 720px;
  background-color: #fff; /* economic dashbaord card bg #FFF9F1; */
  box-shadow: 0 1px 2px #807E77;
  position: relative;
}

.card__title[id]:before { 
  display: block; 
  content: " "; 
  height: 75px;
  margin-top: -75px;
  visibility: hidden; 
}


a.card {
  text-decoration: inherit;
  color: inherit;
  padding-right: 20px;
  padding-bottom: 28px;
}

a.card:after {
  content: " ";
  background: url('https://image.webservices.ft.com/v1/images/raw/fticon:arrow-right?height=44&tint=333333,333333&source=ig_wrr') no-repeat center center;
  background-size: 20px 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  margin: 0 7px 13px 0;
}

a.card:hover .card__header .card__title,
a.card:hover .card__header .card__kicker {
  text-decoration: underline;
}

.card__kicker {
  font-family: 'MetricWeb', sans-serif;
  text-transform: uppercase;
  color: #9e2f50;
  font-size: 14px;
  display: block;
  letter-spacing: .035em;
  margin-bottom: .2em;
  font-weight: 600;
}

.card__title {
  margin: 0 auto;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -.01em;
}

.card__img + .card__title {
  max-width: 550px;
  margin-left: 65px;
}

.card__img {
  background-color: #ccc;
  width: 56px;
  height: 56px;
  float: left;
  border: none;
  margin: 0 .5em 1em 0;
}

.card__body {
  clear: both;
  color: #656565;
  font-family: 'FinancierTextWeb', serif;
  line-height: 1.25;
}

.card__body a {
  text-decoration: none;
  color: #2e6e9e;
}

a.card .card__body :last-child {
  margin-bottom: 0;
}

.card__body p{
  margin: 1em 0;
  max-width: 635px;
}

.card--video {
  padding: 0;
  border: none;
  background-color: #3E3C39;
  height: 79.999%;
  border-radius: 0;
}

.card--video video {
  width: 100%;
}

.card--solid {
  background-color: #F6E9D8;/*#E9DECF;*/
}

.card--analysis {

}

.card__splitter {
  margin: 1rem -.8rem;
  border: none;
  height: 2px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255,255,255,.6) 100%);
}

.card--news {
  /*background-color: #FFEDDA;*/
}

.card__recent {
  float: right;
  font-family: 'MetricWeb', serif;
  font-size: 14px;
  color: #8b572a;
  margin-top: 0;
  position: relative;
  top: 7px;
  line-height: 0;
}

.card--news .card__title {
  font-family: 'FinancierDisplayWeb', serif;
  font-weight: 400;
  font-size: 26px;
}


.card__group {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
/*
.card__group:before {
  font-size: 160px;
  line-height: 40px;
  font-family: 'FinancierDisplayWeb', Georgia, serif;
  font-style: italic;
  font-weight: 500;
  content: "“";
  position: absolute;
  top: -36px;
  right: 15%;
  line-height: 1;
  color: #D4D1CC;
}*/

.card__group .card {
  margin-top: 2px;
  margin-bottom: 0;
  box-shadow: 0 1px 1px #BBBAB3;
  background-color: #FFFCF9;
  /*padding: .5em;*/
}

.card__group .card:first-child {
  border-radius: 9px 9px 0 0;
}

.card__group .card:last-child {
  border-radius: 0 0 9px 9px;
}

.card--comment .card__title {
  max-width: none;
}

.card--comment .card__img {
  border-radius: 100%;
  border: 2px solid #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
  background-clip: border-box;
  width: 40px;
  height: 40px;
}

.card--comment .card__img + .card__title {
  margin-left: 45px;
}

.card--comment .card__kicker {
  color: #43423E;
  line-height: 40px;
  font-weight: 600;
  font-size: 17px;
}

.card--comment .pullquote {
  position: relative;
  padding: 0 12px 0 19px;
  color: #6D6C65;
  margin: -4px 0 0 0;
}

a.card .card__header:hover .pullquote{
  color: #67665E;
}

.card--comment .pullquote p {
  font-size: 1rem;
  font-style: italic;
  line-height: 1.25;
  font-family: 'FinancierTextWeb', Georgia, serif;
  font-weight: 400;
  margin: 0;
}


.card--comment .pullquote:before {
  font-size: 22px;
  font-family: 'FinancierDisplayWeb',Georgia,serif;
  font-style: italic;
  font-weight: 500;
  content: "“";
  position: absolute;
  top: 1px;
  left: 10px;
  line-height: 1;
}

@media (max-width: 600px) {
  .card {
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .card__group .card {
    padding-top: .6rem;
  }
}

.card__body .pullquote {
  font-family: 'FinancierTextWeb', serif;
  font-style: italic;
  font-size: 1.2em;
  border-left: 8px solid #B7AFA1;
  padding-left: 20px;
  margin-left: 47px;
  margin-top: .5em;
}

@media (max-width: 600px) {
  .card__body .pullquote {
    margin-left: 10px;
    margin-right: 8px;
  }
}

