.tingle-modal *{box-sizing:border-box}.tingle-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:-webkit-box;display:-ms-flexbox;display:flex;visibility:hidden;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow-y:auto;background:rgba(0,0,0,.8);opacity:0;cursor:pointer;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.tingle-modal--noClose .tingle-modal__close,.tingle-modal__closeLabel{display:none}.tingle-modal--confirm .tingle-modal-box{text-align:center}.tingle-modal--noClose{cursor:default}.tingle-modal__close{position:fixed;top:10px;right:28px;z-index:1000;padding:0;width:5rem;height:5rem;border:none;background-color:transparent;color:#f0f0f0;font-size:6rem;font-family:monospace;line-height:1;cursor:pointer;-webkit-transition:color .3s ease;transition:color .3s ease}.tingle-modal__close:hover{color:#fff}.tingle-modal-box{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:auto;margin-bottom:auto;width:60%;border-radius:4px;background:#fff;opacity:1;cursor:auto;-webkit-transition:-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);transition:-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);transition:transform .3s cubic-bezier(.175,.885,.32,1.275);transition:transform .3s cubic-bezier(.175,.885,.32,1.275),-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.tingle-modal-box__content{padding:3rem}.tingle-modal-box__footer{padding:1.5rem 2rem;width:auto;border-bottom-right-radius:4px;border-bottom-left-radius:4px;background-color:#f5f5f5;cursor:auto}.tingle-modal-box__footer::after{display:table;clear:both;content:""}.tingle-modal-box__footer--sticky{position:fixed;bottom:-200px;z-index:10001;opacity:1;-webkit-transition:bottom .3s ease-in-out .3s;transition:bottom .3s ease-in-out .3s}.tingle-enabled{overflow:hidden;height:100%}.tingle-modal--visible .tingle-modal-box__footer{bottom:0}.tingle-enabled .tingle-content-wrapper{-webkit-filter:blur(15px);filter:blur(15px)}.tingle-modal--visible{visibility:visible;opacity:1}.tingle-modal--visible .tingle-modal-box{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.tingle-modal--overflow{padding-top:8vh}.tingle-btn{display:inline-block;margin:0 .5rem;padding:1rem 2rem;border:none;background-color:grey;box-shadow:none;color:#fff;vertical-align:middle;text-decoration:none;font-size:inherit;font-family:inherit;line-height:normal;cursor:pointer;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.tingle-btn--primary{background-color:#3498db}.tingle-btn--danger{background-color:#e74c3c}.tingle-btn--default{background-color:#34495e}.tingle-btn--pull-left{float:left}.tingle-btn--pull-right{float:right}@media (max-width :540px){.tingle-modal-box{width:auto;border-radius:0}.tingle-modal{top:60px;display:block;width:100%}.tingle-modal--overflow{padding:0}.tingle-modal-box__footer .tingle-btn{display:block;float:none;margin-bottom:1rem;width:100%}.tingle-modal__close{top:0;right:0;left:0;display:block;width:100%;height:60px;border:none;background-color:#2c3e50;box-shadow:none;color:#fff;line-height:55px}.tingle-modal__closeLabel{display:inline-block;vertical-align:middle;font-size:1.5rem;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif}.tingle-modal__closeIcon{display:inline-block;margin-right:.5rem;vertical-align:middle;font-size:4rem}}
.content_story_pages_image {
  margin-bottom: 20px;
}

.content_story_pages_image img {
  display: block;
}

.content_story_pages_image .image-container-background {
  width: 100% !important;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 30px;
  position: relative;
}

.content_story_pages_image .image-container-background .rating-score-container {
  width: 100%;
  height: 30px;
  background: rgba(45, 63, 97, 0.9);
  position: absolute;
  bottom: 0;
  text-align: center;
}

.content_story_pages_image .image-container-background .rating-score-container span {
  display: inline-block;
  font: 700 2rem/31px "Roboto Condensed", Arial, sans-serif;
  letter-spacing: -0.012px;
}

.content_story_pages_image .image-container-background .rating-score-container .score-title {
  color: #FFC033;
  font-size: 1.3rem;
  letter-spacing: 0.142rem;
  position: relative;
  vertical-align: bottom;
  margin-right: 3px;
}

.content_story_pages_image .image-container-background .rating-score-container .score-title:before {
  display: inline-block;
  content: "";
  background: url(/static/images/reskin/3d-tilt.svg) no-repeat;
  background-size: contain;
  width: 28px;
  height: 18px;
  margin-right: 9px;
  position: relative;
  top: 4px;
}

.content_story_pages_image .image-container-background .rating-score-container .score-actual-value {
  color: #fff;
}

.content_story_pages_image .image-container-background .rating-score-container .score-maximum-value {
  color: #BBDFEE;
}.content_story_pages_injected .headline {
  margin: 0 20px;
}

.content_story_pages_injected .headline h2 {
  font-size: 2rem;
  color: #2D3F61;
  letter-spacing: -0.01rem;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.content_story_pages_injected .headline h2 a {
  color: #2D3F61;
}.content_story_new {
  clear: both;
}.content_story_pages_html {
  margin: 0 20px 20px;
  line-height: 1.9;
}

.content_story_pages_html a {
  font-weight: 700;
}

.content_story_pages_html .StoryTitle {
  display: none;
}

.content_story_pages_html .StoryContent {
  line-height: 1.9;
}

.content_story_pages_html .uniques {
  margin-top: 10px;
  margin-bottom: 5px;
}

.content_story_pages_html .followers {
  margin-bottom: 10px;
}

.content_story_pages_html img {
  display: block;
  width: 100% !important;
  height: auto !important;
}

.content_story_pages_html blockquote {
  margin: 60px 0 45px;
  padding: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(17%, #F0F5F9), color-stop(55%, rgba(240, 245, 249, 0.5)));
  background-image: linear-gradient(-180deg, #F0F5F9 17%, rgba(240, 245, 249, 0.5) 55%);
  position: relative;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.003rem;
  color: #435D99;
}

.content_story_pages_html blockquote:before {
  display: block;
  content: "";
  background: url(/static/images/reskin/quotes.svg) no-repeat;
  background-size: contain;
  width: 56px;
  height: 47px;
  position: absolute;
  top: -16px;
  left: 16px;
}

.content_story_pages_html blockquote p {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.003rem;
  color: #435D99;
}

.content_story_pages_html blockquote p:last-child {
  margin-bottom: 0;
}

.content_story_pages_html blockquote.cb_no_quote_block_quote:before {
  display: none;
}

.content_story_pages_html .previewDetails h3 {
  font-size: 2rem;
  color: #2D3F61;
  letter-spacing: -0.01rem;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.content_story_pages_html #section_rundown {
  margin-bottom: 30px;
  display: block;
}

.content_story_pages_html.universe_top_news h3 {
  color: #536D88;
  text-transform: uppercase;
  text-align: center;
  font-size: 2.4rem;
  position: relative;
  margin-bottom: 20px;
}

.content_story_pages_html.universe_top_news h3:after {
  display: block;
  content: "";
  border-bottom: 5px solid #536D88;
  width: 150px;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.content_story_pages_html.universe_top_news p {
  font-style: italic;
  font-size: 1.6rem;
  padding-left: 15px;
  padding-right: 15px;
}.content_story_pages_starrating {
  position: relative;
  margin: 0 20px 20px;
  clear: both;
}

.content_story_pages_starrating .label {
  color: #557B9E;
  text-transform: uppercase;
  font-family: "Roboto Condensed", Arial, sans-serif;
}

.content_story_pages_starrating .star_rating img {
  cursor: pointer;
  width: 85px !important;
  height: 15px !important;
}

.content_story_pages_starrating .star_rating_num {
  padding: 0 15px;
  line-height: 25px;
  background: #2D3F61;
  color: #fff;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 25px;
  left: 54px;
}

.content_story_pages_starrating .star_rating_num:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #2D3F61 transparent transparent transparent;
}.content_story_meta_page_specific {
  margin-left: 20px;
  margin-right: 20px;
}

.content_story_meta_page_specific h3 {
  font-size: 2rem;
  color: #2D3F61;
  letter-spacing: -0.01rem;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.content_story_meta_page_specific a {
  color: #143148;
}

.content_story_meta_page_specific .page_specific_field {
  margin-bottom: 10px;
}

.content_story_meta_page_specific .page_specific_field .title {
  font: 700 1.5rem/1.25 "Roboto Condensed", Arial, sans-serif;
  color: #2D3F61;
  letter-spacing: -0.01rem;
  text-transform: uppercase;
}

.content_story_meta_page_specific .previewdetails {
  clear: both;
  margin-bottom: 30px;
  border-bottom: 1px solid #FFE6AD;
  padding-bottom: 20px;
}

.content_story_meta_page_specific.release .page_specific_field .title {
  display: none;
}

.content_story_meta_page_specific.release .page_specific_field .value {
  background: url(/static/images/reskin/calendar.svg) no-repeat;
  padding-left: 23px;
}.content_story_meta_topics {
  font: 700 1.1rem/1 "Roboto Condensed", Arial, sans-serif;
  color: #F3A92A;
  letter-spacing: 0.348rem;
  margin: 0 20px 10px;
  text-transform: uppercase;
  float: left;
}

.content_story_meta_topics a {
  color: #F3A92A;
}.content_story_meta_image img {
  display: block;
}.content_story_cb_related .new {
  margin-bottom: 1px;
}

.content_story_cb_related .new .story_item {
  display: block;
  position: relative;
}

.content_story_cb_related .new .story_item .image {
  position: relative;
}

.content_story_cb_related .new .story_item .image:after {
  display: block;
  content: "";
  width: 100%;
  height: 65%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 31, 48, 0)), color-stop(58%, rgba(22, 31, 48, 0.9)));
  background-image: linear-gradient(-180deg, rgba(22, 31, 48, 0) 0%, rgba(22, 31, 48, 0.9) 58%);
}

.content_story_cb_related .new .story_item img {
  display: block;
  width: 100%;
}

.content_story_cb_related .new .story_item .content {
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
  display: grid;
  font-family: "Roboto Condensed", Arial, sans-serif;
  line-height: 1;
}

.content_story_cb_related .new .story_item .content .story_topic {
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 1.1rem;
  font-weight: 700;
  color: #FFC033;
  text-transform: uppercase;
  letter-spacing: 0.348rem;
  margin-bottom: 8px;
}

.content_story_cb_related .new .story_item .content .title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 10px;
}

.content_story_cb_related .new .story_item .content .title h2 {
  font-size: 2.4rem;
  letter-spacing: -0.041rem;
  color: #fff;
}

.content_story_cb_related .new .story_item .content .story_author {
  display: block;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  text-transform: uppercase;
  color: #BBDFEE;
  font-size: 1.1rem;
  position: relative;
}

.content_story_cb_related .new .story_item .content .story_author:before {
  display: inline-block;
  content: "";
  background: url(/static/images/reskin/plug.svg) no-repeat;
  background-size: contain;
  width: 25px;
  height: 10px;
  margin-right: 2px;
  position: relative;
  top: 2px;
}

.content_story_cb_related .new.second {
  margin-bottom: 0;
}

.content_story_cb_related.top_featured {
  margin-bottom: 10px;
}

.content_story_cb_related.top_featured .story_item {
  display: block;
  position: relative;
}

.content_story_cb_related.top_featured .story_item:after {
  display: block;
  content: "";
  width: 100%;
  height: 65%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 31, 48, 0)), color-stop(58%, rgba(22, 31, 48, 0.9)));
  background-image: linear-gradient(-180deg, rgba(22, 31, 48, 0) 0%, rgba(22, 31, 48, 0.9) 58%);
}

.content_story_cb_related.top_featured .story_item img {
  display: block;
  width: 100%;
}

.content_story_cb_related.top_featured .story_item div.title {
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  line-height: 1;
  z-index: 1;
}

.content_story_cb_related.top_featured .story_item div.title h2 {
  font-size: 2.4rem;
  letter-spacing: -0.041rem;
}

.content_story_cb_related.top_featured .story_item div.title h2 a {
  color: #fff;
}

.content_story_cb_related.articles {
  margin: 20px;
}

.content_story_cb_related.articles .hgroup h2 {
  width: 100%;
  color: #FFC033;
  background: #2D3F61;
  margin-bottom: 30px;
  text-transform: uppercase;
  font: 700 1.4rem/3rem "Roboto Condensed", Arial, sans-serif;
  position: relative;
  text-align: center;
}

.content_story_cb_related.articles .hgroup h2:after {
  display: block;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #2D3F61;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -3px;
  z-index: -1;
}

.content_story_cb_related.articles .story_item {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  min-height: 110px;
  border-bottom: 1px solid #FFE6AD;
}

.content_story_cb_related.articles .story_item:last-child {
  margin-bottom: 10px;
}

.content_story_cb_related.articles .story_item .image {
  float: right;
  margin-left: 10px;
}

.content_story_cb_related.articles .story_item .image img {
  display: block;
}

.content_story_cb_related.articles .story_item .content {
  width: calc(100% - 100px);
}

.content_story_cb_related.articles .story_item .content h2 {
  color: #2D3F61;
  font: 700 1.8rem/1.25 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: -0.019rem;
}

.content_story_cb_related.articles .story_item .content .story_published {
  display: block;
  font-family: "Roboto Condensed", Arial, sans-serif;
  color: #557B9E;
  line-height: 14px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 8px;
}

.content_story_cb_related.articles .story_item .content .story_published:before {
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 14px;
  vertical-align: bottom;
  margin-right: 2px;
  background-image: url(/static/images/reskin/clock.svg);
  width: 14px;
}

.content_story_cb_related.articles .see_more {
  text-align: right;
  font: 700 1.4rem/1 "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.067rem;
  position: relative;
}

.content_story_cb_related.articles .see_more:after {
  display: inline-block;
  content: "";
  background: url(/static/images/reskin/arrow-orange.svg) no-repeat;
  background-size: contain;
  width: 9px;
  height: 14px;
  position: relative;
  top: 2px;
  margin-left: 1px;
}

.content_story_cb_related.articles .see_more a {
  color: #435D99;
}

.content_story_cb_related.articles.features .story_item img {
  display: block;
  float: right;
  margin-left: 10px;
}

.content_story_cb_related.articles.features .story_item .content a, .content_story_cb_related.articles.features .story_item .content h3 {
  color: #2D3F61;
  font: 700 1.8rem/1.25 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: -0.019rem;
}

.content_story_cb_related.images img {
  display: block;
  width: 100%;
}

.content_story_cb_related.images .content {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 5px;
  bottom: 0;
  padding: 5px;
  right: 5px;
}

.content_story_cb_related.images .content h3 {
  color: #F5AA06;
  font-size: 16px;
  line-height: 1.3;
}

.content_story_cb_related.images .main {
  position: relative;
  margin-bottom: 10px;
}

.content_story_cb_related.images .main .content {
  background: #435D99;
  left: 0;
  width: 90%;
  padding: 10px;
  right: auto;
  bottom: 0;
}

.content_story_cb_related.images .main .content h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.content_story_cb_related.images .thumbs {
  margin: 0 -5px;
}

.content_story_cb_related.images .thumbs li {
  position: relative;
  float: left;
  width: 50%;
  padding: 0 5px;
  margin-bottom: 10px;
}

.content_story_cb_related.reviews, .content_story_cb_related.previews {
  margin: 0 20px 20px;
}

.content_story_cb_related.reviews .rating_title, .content_story_cb_related.previews .rating_title {
  font-size: 1.3rem;
  font-weight: 300;
  color: #557B9E;
  font-family: "Roboto Condensed", Arial, sans-serif;
}

.content_story_cb_related.reviews .first.image, .content_story_cb_related.previews .first.image {
  margin-bottom: 10px;
}

.content_story_cb_related.reviews .first.image img, .content_story_cb_related.previews .first.image img {
  width: 100%;
  display: block;
}

.content_story_cb_related.reviews .first.title, .content_story_cb_related.previews .first.title {
  margin-bottom: 3px;
}

.content_story_cb_related.reviews .first.title h2, .content_story_cb_related.previews .first.title h2 {
  color: #2D3F61;
}

.content_story_cb_related.reviews .first.description, .content_story_cb_related.previews .first.description {
  line-height: 2rem;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #FFE6AD;
}

.content_story_cb_related.reviews .first.description a, .content_story_cb_related.previews .first.description a {
  text-align: right;
  font: 700 1.4rem/1 "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.067rem;
  position: relative;
  color: #2D3F61;
  float: right;
}

.content_story_cb_related.reviews .first.description a:after, .content_story_cb_related.previews .first.description a:after {
  display: inline-block;
  content: "";
  background: url(/static/images/reskin/arrow-orange.svg) no-repeat;
  background-size: contain;
  width: 9px;
  height: 14px;
  position: relative;
  top: 2px;
  margin-left: 1px;
}

.content_story_cb_related.reviews .story_item, .content_story_cb_related.previews .story_item {
  margin-bottom: 20px;
}

.content_story_cb_related.reviews .story_item h2, .content_story_cb_related.previews .story_item h2 {
  color: #2D3F61;
  margin-bottom: 3px;
}

.content_story_cb_related.reviews .story_item .releasedate, .content_story_cb_related.previews .story_item .releasedate {
  font-size: 1.3rem;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 700;
  color: #557B9E;
  text-transform: uppercase;
  margin-top: 5px;
}

.content_story_cb_related.reviews .story_item .releasedate strong, .content_story_cb_related.previews .story_item .releasedate strong {
  font-weight: 300;
}

.content_story_cb_related.reviews.dvd_reviews .first.meta, .content_story_cb_related.previews.dvd_reviews .first.meta {
  background: none;
  padding: 0;
  border: 0;
  margin-bottom: 0;
}

.content_story_cb_related.reviews.dvd_reviews .first.description, .content_story_cb_related.previews.dvd_reviews .first.description {
  display: none;
}

.content_story_cb_related.main_review {
  line-height: 20px;
}

.content_story_cb_related.main_review h2 {
  text-transform: uppercase;
}

.content_story_cb_related.author_topics {
  margin: 20px;
}

.content_story_cb_related.author_topics .content {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  min-height: 110px;
  border-bottom: 1px solid #FFE6AD;
}

.content_story_cb_related.author_topics .content img {
  display: block;
  margin-left: 10px;
  float: right;
}

.content_story_cb_related.author_topics .content .publishDate {
  width: calc(100% - 100px);
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-family: "Roboto Condensed", Arial, sans-serif;
  color: #557B9E;
  line-height: 14px;
  text-transform: uppercase;
  position: relative;
}

.content_story_cb_related.author_topics .content .publishDate:before {
  display: inline-block;
  content: "";
  background: url(/static/images/reskin/clock.svg) no-repeat;
  background-size: contain;
  height: 14px;
  vertical-align: bottom;
  margin-right: 4px;
  width: 14px;
}

.content_story_cb_related.author_topics .content h2 {
  width: calc(100% - 100px);
  color: #2D3F61;
  font: 700 1.8rem/1.25 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: -0.019rem;
}

.content_story_cb_related.reviews .first.meta {
  height: 20px;
  padding-bottom: 26px;
  border-bottom: 1px solid #FFE6AD;
  line-height: 2rem;
  margin-bottom: 10px;
  position: relative;
}

.content_story_cb_related.reviews .first.meta:before {
  display: inline-block;
  content: "";
  background: url(/static/images/reskin/plug.svg) no-repeat;
  background-size: contain;
  width: 25px;
  height: 10px;
  margin-right: 2px;
}

.content_story_cb_related.previews .first.title {
  text-align: center;
}

.content_story_cb_related.previews .first.meta .coming_soon_text {
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 300;
  color: #557B9E;
}

.content_story_cb_related.previews .story_item {
  text-align: center;
  line-height: 1.6rem;
}

.content_story_cb_related.universe {
  overflow: hidden;
  margin-top: 5px;
}

.content_story_cb_related.universe_characters {
  margin-bottom: 35px;
  overflow: hidden;
}

.content_story_cb_related.universe_characters a {
  display: block;
  float: left;
  position: relative;
  width: 25%;
  max-width: 140px;
}

.content_story_cb_related.universe_characters .image {
  position: relative;
}

.content_story_cb_related.universe_characters .image:after {
  display: block;
  content: "";
  width: 100%;
  height: 245px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 49, 72, 0)), color-stop(66%, #161F30));
  background-image: linear-gradient(-180deg, rgba(20, 49, 72, 0) 0%, #161F30 66%);
}

.content_story_cb_related.universe_characters img {
  display: block;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.content_story_cb_related.universe_characters .content h2 {
  color: #FFC033;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.412rem;
  position: absolute;
  bottom: 27px;
  left: 12px;
  right: 12px;
  overflow-wrap: normal;
}.content_story_meta_author {
  float: left;
  margin-left: 20px;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-family: "Roboto Condensed", Arial, sans-serif;
  line-height: 1;
  position: relative;
  margin-bottom: 20px;
}

.content_story_meta_author:before {
  display: inline-block;
  content: "";
  background: url(/static/images/reskin/plug.svg) no-repeat;
  background-size: contain;
  width: 25px;
  height: 10px;
}

.content_story_meta_author a {
  color: #557B9E;
}.content_story_meta_title {
  margin: 0 20px 25px;
  clear: both;
}

.content_story_meta_title .story_title h1 {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: -0.041rem;
  color: #2D3F61;
}

.content_story_meta_title.static {
  margin: 20px;
}

.content_story_meta_title.static .story_title h1 {
  font: 100 4rem/1 "Roboto", Arial, sans-serif;
  letter-spacing: -0.155rem;
}

.content_story_meta_title.static.about {
  margin: 0 20px 20px 20px;
}

.content_story_meta_title.static.about .story_title {
  padding-top: 20px;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: -1.67px;
  line-height: 24px;
}

.content_story_meta_title.static.about .story_title h1 {
  color: whitesmoke;
  font-weight: 300;
}.comments_disqus {
  margin: 0 20px 20px;
}.snippet .StoryType, .snippet.StoryType {
  font: 700 1.1rem/1 "Roboto Condensed", Arial, sans-serif;
  color: #F3A92A;
  letter-spacing: 0.348rem;
  margin: 0 20px 10px;
  text-transform: uppercase;
}

.snippet.StoryType {
  margin-top: 20px;
}

.snippet.cb_embed {
  margin-bottom: 20px;
}

.snippet.jobs, .snippet.contact {
  margin-bottom: 20px;
}

.snippet.team_cb {
  margin: 0 20px 10px;
}

.snippet.team_cb h2 {
  font: 100 3rem/1 "Roboto", Arial, sans-serif;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: -1.67px;
  line-height: 24px;
  margin-bottom: 30px;
}

.snippet.stats {
  clear: both;
  font-size: 1.2rem;
  margin: 0 20px 20px;
}

.snippet.stats img {
  display: block;
}

.snippet.four_oh_four {
  margin: 20px;
}

.snippet.four_oh_four a {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}

.snippet.heading {
  clear: both;
  margin: 0 20px 10px;
}

.snippet.heading .headline {
  font-size: 2rem;
  font-family: "Roboto Condensed", Arial, sans-serif;
  line-height: 1;
  letter-spacing: -0.02rem;
  color: #F3A92A;
  text-transform: uppercase;
}

.snippet.custom_search .gsc-selected-option-container {
  background-color: whiteSmoke;
  background-image: -webkit-gradient(linear, left top, left bottom, from(whiteSmoke), to(#F1F1F1));
  background-image: linear-gradient(to bottom, whiteSmoke, #F1F1F1);
  max-width: 100%;
  padding-right: 20px;
}

.snippet.custom_search .gsc-results .gsc-cursor-box .gsc-cursor-page {
  text-decoration: none;
}

.snippet.custom_search .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background: none;
  text-shadow: none;
}

.snippet.universe_video {
  margin-top: 35px;
  margin-bottom: 55px;
}

.snippet.universe_video.mcu {
  margin-top: 0;
}

.snippet.universe_video.mcu .vid {
  margin-bottom: 33.5px;
}

.snippet.gateway_characters {
  margin-top: 10px;
  margin-bottom: 25px;
  overflow: hidden;
}

.snippet.gateway_characters ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.snippet.gateway_characters ul li {
  display: inline;
  float: left;
  width: 33%;
}

.snippet.gateway_characters ul li.gateway_characters-1_3:nth-of-type(3n) {
  width: 34%;
}

.snippet.gateway_characters ul li.gateway_characters-1_4 {
  width: 25%;
}

.snippet.gateway_characters ul li.gateway_characters-1_4 span {
  text-align: center;
}

.snippet.gateway_characters ul li.shazam_styling span {
  left: 0px;
  right: 0px;
}

.snippet.gateway_characters ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 360px;
  background-size: cover;
  background-position: center;
}

.snippet.gateway_characters ul li a span {
  color: #FFC033;
  font: 700 1.3rem/1 "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 4.12px;
  position: absolute;
  bottom: 27px;
  left: 12px;
  right: 12px;
  z-index: 1;
}

.snippet.gateway_characters ul li a:after {
  display: block;
  content: "";
  width: 102%;
  height: 245px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 49, 72, 0)), color-stop(66%, #161F30));
  background-image: linear-gradient(-180deg, rgba(20, 49, 72, 0) 0%, #161F30 66%);
}

.snippet.gateway_characters ul li a.superman {
  background-image: url(/static/images/reskin/dc-superman.png);
}

.snippet.gateway_characters ul li a.batman {
  background-image: url(/static/images/reskin/dc-batman.png);
}

.snippet.gateway_characters ul li a.wonder {
  background-image: url(/static/images/reskin/dc-wonder.png);
}

.snippet.gateway_characters ul li a.flash {
  background-image: url(/static/images/reskin/dc-flash.png);
}

.snippet.gateway_characters ul li a.aquaman {
  background-image: url(/static/images/reskin/dc-aquaman.png);
}

.snippet.gateway_characters ul li a.cyborg {
  background-image: url(/static/images/reskin/dc-cyborg.png);
}

.snippet.gateway_characters ul li a.shazam {
  background-image: url(/static/images/reskin/dc-shazam.png);
}

.snippet.gateway_characters.mcu ul li {
  width: 33.333%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.snippet.gateway_characters.mcu ul li:nth-child(3n+3) {
  border-right: 0;
}

.snippet.gateway_characters.mcu ul li a {
  height: 150px;
}

.snippet.gateway_characters.mcu ul li a span {
  text-align: center;
  bottom: 10px;
  letter-spacing: 4px;
}

.snippet.gateway_characters.mcu ul li a:after {
  height: 87px;
}

.snippet.gateway_characters.mcu ul li a.thor {
  background-image: url(/static/images/reskin/gateway/mobile/mcu-thor.jpg);
}

.snippet.gateway_characters.mcu ul li a.ironman {
  background-image: url(/static/images/reskin/gateway/mobile/mcu-iron-man.jpg);
}

.snippet.gateway_characters.mcu ul li a.cap {
  background-image: url(/static/images/reskin/gateway/mobile/mcu-captain-america.jpg);
}

.snippet.gateway_characters.mcu ul li a.hulk {
  background-image: url(/static/images/reskin/gateway/mobile/mcu-hulk.jpg);
}

.snippet.gateway_characters.mcu ul li a.falcon {
  background-image: url(/static/images/reskin/gateway/mobile/mcu-falcon.jpg);
}

.snippet.gateway_characters.mcu ul li a.panther {
  background-image: url(/static/images/reskin/gateway/mobile/mcu-black-panther2.jpg);
}

.snippet.gateway_characters.mcu ul li a.antman {
  background-image: url(/static/images/reskin/gateway/mobile/mcu-antman.jpg);
}

.snippet.gateway_characters.mcu ul li a.soldier {
  background-image: url(/static/images/reskin/gateway/mobile/mcu-winter-soldier2.jpg);
}

.snippet.gateway_characters.mcu ul li a.spidey {
  background-image: url(/static/images/reskin/gateway/mobile/mcu-spiderman2.jpg);
}

.snippet.gateway_characters.mcu ul li a.machine {
  background-image: url(/static/images/reskin/gateway/mobile/mcu-war-machine2.jpg);
}

.snippet.gateway_characters.mcu ul li a.strange {
  background-image: url(/static/images/reskin/gateway/mobile/mcu-doctor-strange.jpg);
}

.snippet.gateway_characters.mcu ul li a.hawkeye {
  background-image: url(/static/images/reskin/gateway/mobile/mcu-hawkeye.jpg);
}

.snippet.gateway_characters.mcu ul li a.widow {
  background-image: url(/static/images/reskin/gateway/mobile/mcu-black-widow.jpg);
}

.snippet.gateway_characters.mcu ul li a.vision {
  background-image: url(/static/images/reskin/gateway/mobile/mcu-vision.jpg);
}

.snippet.gateway_characters.mcu ul li a.witch {
  background-image: url(/static/images/reskin/gateway/mobile/mcu-scarlet-witch.jpg);
}

.snippet.gateway_characters.mcu ul li a.guardians {
  background-image: url(/static/images/reskin/gateway/mobile/mcu-guardians.jpg);
}

.snippet.gateway_characters.mcu ul li a.guardians span {
  letter-spacing: 3px;
  font-size: 1.2rem;
}

.snippet.gateway_characters.mcu ul li a.capmarvel {
  background-image: url(/static/images/reskin/gateway/mcu-captain-marvel.png);
}

.snippet.podcast-overview {
  width: 100%;
  background: #F0F5F9;
  padding: 45px 20px 50px;
  margin-bottom: 20px;
}

.snippet.podcast-overview span {
  display: block;
}

.snippet.podcast-overview .overview {
  color: #FFC033;
  text-transform: uppercase;
  letter-spacing: 0.412rem;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}

.snippet.podcast-overview .title {
  color: #2D3F61;
  font: 700 2.8rem/1 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: -0.048rem;
  margin-bottom: 12px;
}

.snippet.podcast-overview .summary {
  color: #2D3F61;
  font-size: 1.3rem;
  line-height: 1.4;
}

.snippet.podcast-overview .subscribe {
  display: block;
  line-height: 30px;
  background: #FFC033;
  color: #2D3F61;
  text-transform: uppercase;
  letter-spacing: 0.022rem;
  font-weight: 700;
  font-family: "Roboto Condensed", Arial, sans-serif;
  padding-left: 15px;
  margin-bottom: 15px;
}

.snippet.podcast-overview .subscribe span {
  background: #2D3F61;
  color: #FFC033;
  width: 140px;
  padding-left: 10px;
  float: right;
  position: relative;
}

.snippet.podcast-overview .subscribe span:before {
  display: inline-block;
  content: "";
  background: url(/static/images/reskin/podcast.svg) no-repeat;
  background-size: contain;
  height: 14px;
  width: 15px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.snippet.podcast-overview.sub-button {
  background: none;
  padding-bottom: 0;
  padding-top: 10px;
  margin-bottom: 30px;
}

.snippet.podcast-hosts {
  margin: 0 20px;
  overflow: hidden;
}

.snippet.podcast-hosts h3 {
  font: 400 2rem/1 "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.37rem;
  margin-bottom: 15px;
}

.snippet.podcast-hosts li {
  display: block;
  padding-bottom: 18px;
  border-bottom: 1px solid #CDE2EA;
  margin-bottom: 25px;
}

.snippet.podcast-hosts li:last-child {
  border-bottom: 0;
}

.snippet.podcast-hosts li span {
  display: block;
  position: relative;
}

.snippet.podcast-hosts li img {
  display: block;
  float: left;
  margin-bottom: 18px;
  margin-right: 18px;
}

.snippet.podcast-hosts li .host {
  font: 700 2.8rem/1 "Roboto Condensed", Arial, sans-serif;
  letter-spacing: -0.029rem;
  display: inline-block;
  margin-top: 30px;
}

.snippet.podcast-hosts li .bio {
  clear: both;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 12px;
}

.snippet.podcast-hosts li .favs {
  font-size: 1.3rem;
  line-height: 1;
  font-family: "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
  color: #557B9E;
  margin-bottom: 5px;
}

.snippet.podcast-hosts li .favs a {
  color: #557B9E;
}

.snippet.podcast-channels {
  background: white;
  padding: 37px 20px 5px;
  margin-bottom: 10px;
}

.snippet.podcast-channels li a {
  display: block;
  margin-bottom: 47px;
}

.snippet.podcast-channels li a span {
  display: block;
  position: relative;
}

.snippet.podcast-channels li a .image img {
  display: block;
  margin: 0 auto 20px;
}

.snippet.podcast-channels li a .title {
  display: inline-block;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
}

.snippet.podcast-channels li a .summary {
  display: inline;
  font-size: 1.6rem;
  color: #161F30;
}

.snippet.podcast-channels li a .listen {
  margin-top: 15px;
  border-bottom: 1px solid #557B9E;
}

.snippet.podcast-channels li a .listen span {
  font: 700 1.3rem/1 "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.412rem;
  text-align: center;
  background: #2D3F61;
  width: 140px;
  margin: 0 auto;
  padding: 5px;
  top: 13px;
}.social_counts {
  text-align: center;
  margin-bottom: 45px;
}

.social_counts .hgroup h2 {
  font-size: 2rem;
  text-transform: uppercase;
  color: #F3A92A;
  letter-spacing: 0.37rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 12px;
}

.social_counts ul {
  margin: 0 -2px;
  height: 40px;
}

.social_counts ul li {
  float: left;
  padding: 0 2px;
  width: 33.333333%;
}

.social_counts ul li a {
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding: 13px;
  font-weight: 700;
}

.social_counts ul li a .sprite {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 6px 0 0;
  background: transparent 50% 50% no-repeat;
}

.social_counts ul li a .count {
  font-size: 15px;
}

.social_counts ul li.facebook_likes_facebook_page a {
  background: #3D5C9B;
}

.social_counts ul li.facebook_likes_facebook_page a .sprite {
  background-image: url(/static/images/top/sprite-facebook.png);
}

.social_counts ul li.twitter_followers a {
  background: #03B1F1;
}

.social_counts ul li.twitter_followers a .sprite {
  background-image: url(/static/images/top/sprite-twitter.png);
}

.social_counts ul li.youtube_subscribers a {
  background: #ff0001;
}

.social_counts ul li.youtube_subscribers a:hover, .social_counts ul li.youtube_subscribers a:focus {
  background: #FFAF3B;
}

.social_counts ul li.youtube_subscribers a .sprite {
  background-image: url(/static/images/reskin/youtube.svg);
}
.psquirrel.foobar { margin: 0 }
/* Avoiding empty files */
