.article-text *,
.article-text *:before,
.article-text *:after {
  box-sizing: content-box;
}

.article-text a { color: #000; }
.article-text .missing-images {
  background: #C0C0C0; -webkit-border-radius: 3px; border-radius: 3px;
  margin-bottom: 20px; padding: 16px 0 17px; font: bold 14px/17px "Proxima Nova", sans-serif; color: #FFF; text-align: center; -webkit-font-smoothing: antialiased;
}
.article-text .missing_image {
  width: 100px; height: 100px;
  background: rgba(0,0,0,.08);
}
.article-text { max-width: 620px; }
.wide .article-text { max-width: inherit; }

@font-face {
  font-family: 'FuturaPTWebCondMedium';
  src: url('/style-packs/fonts/FTN57__W.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaNewBoldRegular';
  src: url('/style-packs/fonts/futura_new_bold_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.article-text {
  font-size: 10px;
  }
.article-text a {
  padding: 0.45em 0;
  text-decoration: underline;
  }
.article-text a:hover {
  color: #399c72;
  }

.article-text h3 {
  font:bold 1.6em/1.25 "Arial",sans-serif;
  }

.article-text sup {
  font-size:12px;
  line-height:14px;
  }
.article-text p {
  font:normal 1.6em/1.5 "Georgia", serif;
  }
.article-text h2 {
  font: 2.9em/1.03 "FuturaPTWebCondMedium", serif;
  }
.article-text h3 {
  font: 2.3em/1.08 "FuturaPTWebCondMedium", serif;
  }
.article-text h4 {
  font: 2em/1.25 "FuturaPTWebCondMedium", serif;
  }
.article-text h6 {
  font:normal 1.2em/1.5 "Georgia", serif;
  }
.article-text .left {
  text-align: left;
  }
.article-text .center {
  text-align: center;
  }
.article-text .right {
  text-align: right;
  }
.article-text hr {
  width: 100%; height: 1px;
  margin: 0; padding: 0;
  color: #4b4b4b;
  background-color: #4b4b4b; border: 0;
  }
.article-text hr.gray {
  color: #ddd;
  background-color: #ddd;
  }
.article-text ul,
.article-text ol { margin-top: 0.4em; padding-left: 2.4em; font-size: 13px; margin-bottom: 1.7em; }
.article-text ul li,
.article-text ol li { line-height: 15px; margin-bottom: 0.5em; }
.article-text ol li { list-style-type: decimal; }

.article-text ul>li { text-indent:-1.3em; }
.article-text ul>li:before { content:'\2014\a0'; }

.article-text .img-with-caption {
  display: block;
  line-height:16px;
  }
.article-text .img-with-caption .img-caption {
  font-family: arial, helvetica, sans-serif; text-align: center;
  font-size: 11px;
  line-height: 14px;
  color: #666;
  display:block;
  position: relative; top: 8px;
  }

/* Special Blocks
***************** */
/* Qoute
******** */
.article-text blockquote {
  position: relative;
  margin: 11px 0 31px; padding: 31px 0;
  border-top: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3;
  }
.article-text blockquote:before,
.article-text blockquote:after {
  content: '';
  position: absolute; left: 50%;
  width: 23px; height: 23px;
  margin-left: -21px;
  background: #fff url('/style-packs/images/v4-sprite.png'); border-left: 10px solid #fff; border-right: 10px solid #fff;
  }
.article-text blockquote:before { top: -11px; background-position: center 0; }
.article-text blockquote:after { bottom: -11px; background-position: center -24px; }

/* Inset Quote
************** */
.article-text blockquote.inset {
  width: 340px;
  margin: 0 auto 20px; padding: 40px 0;
  font: 25px/35px "FuturaPTWebCondMedium", sans-serif; text-align: center; text-transform: uppercase;  -webkit-font-smoothing: antialiased;
  border: none;
  }
.article-text blockquote.inset:before,
.article-text blockquote.inset:after {
  left: 0; right: 0;
  width: auto; height: 19px;
  margin: 0;
  background: url('/style-packs/images/v4-sprite.png') 0 -60px repeat-x; border: none;
  }
.article-text blockquote.inset:before { top: 0; }
.article-text blockquote.inset:after { bottom: 0; }
.article-text blockquote.inset * {
  margin-bottom: 0;
  font: 25px/35px "FuturaPTWebCondMedium", sans-serif;
  }

/* Look: Person Badge
********************* */
.article-text .look-person-badge {
  position: relative;
  width: 340px;
  margin: -70px auto 0; padding: 25px 40px;
  text-align: center;
  background: #fff;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2); -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2); box-shadow: 0 0 10px rgba(0,0,0,.2);
  }
.article-text .look-person-badge h2 {
  margin-bottom: 5px;
  }
.article-text .look-person-badge h3 {
  margin-bottom: 0;
  font: 16px/25px "Georgia", serif;
  }
.article-text .look-person-badge p {
  margin: 26px 0 0;
  font: 12px/18px "Georgia", serif;
  }

/* Post Badge
************* */
.article-text .aside-post {
  padding: 14px 14px 24px;
  text-align: center;
  border: 1px solid #edd5b3;
  }
.article-text .aside-post .aside-bold {
  margin-bottom: 8px;
  }
.article-text .aside-post .aside-basic {
  font-size: 10px !important;
  text-decoration: none;
  }
.article-text .aside-post .aside-post-title {
  display: inline-block;
  max-width: 110px;
  font: 16px/19px "FuturaPTWebCondMedium", sans-serif;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  }

/* Text Styles
************** */
.article-text .aside-bold img {
  margin-bottom: 5px;
  }
.article-text .aside-bold {
  display: block;
  margin-bottom: 4px;
  font: 10px/12px "FuturaNewBoldRegular", sans-serif !important;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
  }
.article-text .aside-basic {
  display: block;
  margin-bottom: 0;
  font: 12px/18px "Georgia", serif !important;
  }

/* Tables
********* */
table.grid {
  margin-bottom: 20px;
  }
table.grid .gap {
  width: 10px;
  }
table.grid .x1 {
  width: 140px;
  }
table.grid .x2 {
  width: 290px;
  }
table.grid .x3 {
  width: 440px;
  }
table.grid .x4 {
  width: 590px;
  }
table.grid td img {
  max-width: 100%; height: auto;
  }
hr + table.grid {
  margin-top: 13px;
  }
table.grid + hr {
  margin-top: -7px;
  }

@media (max-width: 767px) {
  .article-text { margin: 0 10px; }
  .article-text table.grid,
  .article-text table.grid .x1, .article-text table.grid .x1 > p, .article-text table.grid .x1 > li,
  .article-text table.grid .x2, .article-text table.grid .x2 > p, .article-text table.grid .x2 > li,
  .article-text table.grid .x3, .article-text table.grid .x3 > p, .article-text table.grid .x3 > li,
  .article-text table.grid .x4, .article-text table.grid .x4 > p, .article-text table.grid .x4 > li {
    display: block;
    width: 100%;
  }

  .article-text img {
    max-width: 100%; height: auto;
    object-fit: contain;
  }
}
