﻿/* For Rewritten Lit. */
.landing.general #MainContent {
  max-width: 900px; }

.landing .deckContent h1, .landing .deckContent h2, .landing .deckContent h3, .landing .deckContent h4 {
  margin: 0.5em 0 !important;
  line-height: 1.4em !important;
  max-width: none !important; }

.landing #pagePromo p {
  font-family: Calibri, Arial, sans-serif;
  font-size: 0.984375em;
  line-height: 1.65em;
  font-weight: normal;
  color: #444; }

.landing #pagePromo .imageWrapper {
  opacity: .8;
  width: inherit;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: .3s ease opacity; }

.landing #pagePromo .imageWrapper:hover {
  opacity: 1;
  transition: .5s ease opacity; }

.landing #pagePromo img {
  margin-top: 1em;
  clear: both;
  display: block;
  margin-bottom: .5em;
  border: 1px solid #666;
  width: 97%;
  max-width: 325px;
  height: auto;
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%); }

.landing #pagePromo img:hover {
  -webkit-filter: grayscale(0);
  /* Chrome, Safari, Opera */
  filter: grayscale(0); }

.landing .imageWrapper .caption {
  display: block;
  position: absolute;
  bottom: 1.5em;
  font-weight: bold;
  color: #fff;
  font-family: Calibri, Arial, sans-serif;
  font-size: 1rem;
  text-align: right;
  width: calc(97% - 1.5em);
  max-width: 325px;
  text-shadow: 0 1px 1px #000;
  -webkit-transition: .5s bottom ease;
  -moz-transition: .5s bottom ease;
  -o-transition: .5s bottom ease;
  transition: .5s bottom ease; }

@media screen and (max-width: 1023px) {
  .landing.general #MainContent {
    margin: 0; }
  .landing.general #contentDisplay {
    margin: 2em 0.5em 0.5em 0.5em; } }

@media screen and (min-width: 600px) {
  .landing #pagePromo img {
    width: auto;
    max-width: none;
    height: 100%;
    margin: 0;
    position: absolute;
    left: -.75em; }
  .landing #pagePromo p {
    line-height: 1.8;
    padding-left: 1em; }
  .landing #pagePromo .imageWrapper {
    float: left;
    margin-right: 1.65em;
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 100% 100%;
    shape-outside: circle();
    /* (x, y, radius) */ }
  .landing .imageWrapper .caption {
    bottom: -2em;
    left: auto;
    width: 100%;
    text-align: center; }
  .landing .imageWrapper:hover .caption {
    bottom: 1.5em;
    transition: .75s bottom ease; } }

@media screen and (min-width: 1024px) {
  .landing #pagePromo {
    max-width: 90% !important; } }

.landingSection {
  border-bottom: 1px solid #999;
  padding-bottom: 2em; }

.landingSection:not(.twoColumn) {
  clear: both; }

#rewrittenLiterature.landingSection .groupHeader {
  text-align: center; }

.groupHeader {
  font: bold 1.125em/1.35em Cambria, Georgia, serif;
  color: #444;
  margin: 2em 0.5em 0.25em 0.5em; }

.groupHeader .subtext {
  font-size: 85%;
  padding-top: .25em;
  display: block;
  font-family: Calibri, Arial, sans-serif; }

.groupHeader a:hover {
  border-bottom: 1px solid; }

.landingSection:last-child {
  margin-bottom: 1em;
  border-bottom: 0 none; }

.bookGroup .item a {
  display: block;
  padding-top: 1.25em;
  padding-bottom: 1em; }

.bookGroup .item img {
  display: block;
  margin: 0 auto;
  width: 135px;
  height: auto;
  border: 1px solid #999; }

.bookGroup .item .title {
  display: block;
  font-weight: bold;
  text-align: center;
  clear: both;
  margin-top: .5em;
  font-family: Calibri, Arial, sans-serif;
  font-size: 90%;
  line-height: 1.25em; }

.bookGroup .item:not(:hover) .title {
  color: #444; }

@media screen and (max-width: 767px) {
  .groupHeader {
    text-align: center; }
  .bookGroup .item {
    border-bottom: 1px solid #AAA; }
  .bookGroup:last-of-type .item:nth-child(3) {
    border-bottom: 0 none; }
  .bookGroup .item:hover {
    background-color: #E1E1E1; } }

@media screen and (min-width: 768px) {
  .landing.general #contentDisplay, .groupHeader {
    margin-left: 1.25em; }
  .bookGroup {
    clear: both;
    width: 98%; }
  .bookGroup .item {
    float: left;
    width: calc(33.33% - 5%);
    height: 235px;
    padding-left: 2%;
    padding-right: 2%; }
  .bookGroup .item a {
    display: inline;
    padding-top: 0;
    padding-bottom: 0; }
  .bookGroup .item {
    padding-top: 1.25em;
    padding-bottom: 1em; } }

@media screen and (min-width: 1024px) {
  .groupHeader {
    margin-left: 0; }
  .landing.general #contentDisplay {
    margin: 0; } }

/* Temporary Designs */
.landingNotice {
  text-align: center; }

.landingNotice#rtMag {
  margin-top: 1.75em; }

.landingNotice .title {
  font-family: Cambria, Georgia, serif;
  font-family: 1rem;
  margin-top: .5em; }

#rtMag .title {
  display: none; }

.landingSection .button {
  background: #7E1A38 !important;
  border-radius: 2px;
  color: #fff !important;
  display: inline-block !important;
  font-size: 0.84375em;
  border: 0 none !important;
  line-height: 1.25em;
  margin: .75em auto 0 auto;
  padding: 0.9em 1.25em 0.8em 1.5em;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #8a2d2f;
  transition: background 0.3s ease 0s;
  width: auto !important;
  font-family: Calibri, Arial, sans-serif !important;
  font-size: 1.00625rem;
  text-transform: uppercase; }

.landingSection .button .icon {
  background: url(http://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_white.png) no-repeat 0 -165px;
  width: 15px;
  height: 100%;
  display: inline-block; }

.landingSection .button.rt {
  background: #7c303a !important; }

.landingSection .button.rcg:hover, .landingSection .button.rt:hover {
  background: #8b304c !important; }

.landingSection .button.wtc {
  background: #404878 !important;
  text-shadow: 0 0 0 #000; }

.landingSection .button.wtc:hover {
  background: #565E9E !important; }

.landingSection.rt img:not(.icon) {
  border: 1px solid #999;
  margin: 0 auto;
  display: block; }

.landingSection.rt.notice img {
  max-width: none;
  width: auto; }

.landingSection .imageLink {
  position: relative;
  display: block;
  width: 200px;
  height: 230px;
  margin: 0 auto; }

.landingSection img.icon {
  position: absolute;
  right: 0;
  bottom: -.25em; }

@media screen and (min-width: 768px) {
  .landingSection.full .button {
    min-width: 180px;
    margin-top: 0; } }

/* WTC Ad */
.landingSection.notice {
  position: relative; }

.landingSection.notice.wtc .imageContainer {
  width: 300px;
  height: 140px;
  display: block;
  margin: 7.25em auto -1em auto;
  clear: both;
  position: relative; }

.landingSection.notice.wtc .imageLink {
  width: 225px;
  height: 159px;
  float: right;
  position: absolute;
  bottom: 18px;
  display: block; }

.landingSection.notice.wtc .subject.image {
  display: block;
  width: 100%;
  height: auto;
  border: 0 none !important; }

.landingSection.notice.wtc .imageContainer a.imageLink::after {
  background: url("https://images.azureedge.net/wtc/images/interface/icn_play_small.png") no-repeat scroll center 50%;
  background-size: 45px auto;
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  opacity: 0;
  top: 0;
  left: 0;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }

.landingSection.notice.wtc .imageContainer a.imageLink:hover::after {
  opacity: 1; }

.landingSection.notice.wtc .imageLink.top {
  top: -7em;
  float: none;
  margin-left: 0;
  margin-right: auto;
  position: relative;
  left: 0; }

.landingSection.notice.wtc .imageLink.right {
  margin-right: 0;
  margin-left: auto;
  right: 0; }

.landingSection.notice.wtc .imageLink.left {
  display: none; }

@media screen and (min-width: 480px) {
  .landingSection.notice.wtc .imageContainer {
    width: 417px;
    height: 165px; }
  .landingSection.notice.wtc .imageLink.top {
    margin-left: auto; }
  .landingSection.notice.wtc .imageLink.left {
    right: auto;
    left: 0;
    display: block; }
  .landingSection.notice.wtc .imageLink.right {
    bottom: 10px;
    right: 0;
    margin-right: auto; } }

/* Rewritten Lit */
#rewrittenLit.contrast {
  width: 100%;
  height: 0;
  padding-bottom: 42.16667%;
  margin: 1em auto 0 auto;
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 540px) {
    #rewrittenLit.contrast {
      padding-bottom: 33.16667% !important; } }
  @media screen and (min-width: 600px) {
    #rewrittenLit.contrast {
      padding-bottom: 30.16667% !important; } }

#rewrittenLit.contrast .container {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  float: left;
  z-index: 5; }

#rewrittenLit.contrast .container img {
  width: 100%;
  height: auto; }

#rewrittenLit.contrast .container:first-child::after {
  border-right: 1px solid #FFF;
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  height: 100%;
  width: 1px;
  opacity: 1;
  animation: fadeIn 1s 1 ease-in-out;
  -moz-animation: fadeIn 1s 1 ease-in-out;
  -webkit-animation: fadeIn 1s 1 ease-in-out;
  -o-animation: fadeIn 1s 1 ease-in-out; }

#rewrittenLit.contrast .before img {
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%);
  opacity: .85; }

#rewrittenLit.contrast .icon {
  width: 50px;
  height: 50px;
  background: url(https://images.azureedge.net/rcg/images/landing/icn_seal_wcg.png) no-repeat 0 0;
  background-size: 50px auto;
  margin: 0 auto;
  bottom: 1.2em;
  display: block;
  position: relative;
  z-index: 10; }

#rewrittenLit.contrast .icon.rcg {
  background-image: url(https://images.azureedge.net/rcg/images/interface/rcg-logo_80.png);
  background-size: 47px auto; }

#rewrittenLit.contrast .container.before {
  left: auto;
  right: 0; }

#rewrittenLit.contrast .caption {
  display: none; }

.landingSection.twoColumn .groupHeader {
  text-align: center; }

@media screen and (min-width: 540px) {
  #rewrittenLit.contrast .icon {
    bottom: 2.5em; } }

@media screen and (min-width: 600px) {
  #rewrittenLit.contrast .icon {
    bottom: auto;
    top: -4.25em; } }

@media screen and (min-width: 768px) {
  #rewrittenLit.contrast .container.after img {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    filter: blur(0);
    -ms-filter: blur(0);
    -moz-transition: filter 1s ease;
    -webkit-transition: filter 1s ease;
    -o-transition: filter 1s ease;
    transition: filter 1s ease; }
  #rewrittenLit.contrast .container.before img {
    -webkit-filter: blur(0) grayscale(100%);
    -moz-filter: blur(0) grayscale(100%);
    filter: blur(0) grayscale(100%);
    -ms-filter: blur(0) grayscale(100%);
    -moz-transition: filter 1s ease;
    -webkit-transition: filter 1s ease;
    -o-transition: filter 1s ease;
    transition: filter 1s ease; }
  #rewrittenLit.contrast:hover .container img, #rewrittenLit.contrast:hover .container img {
    -webkit-filter: blur(1.5px);
    -moz-filter: blur(1.5px);
    filter: blur(1.5px);
    -ms-filter: blur(1.5px);
    transition: filter 1s ease; }
  #rewrittenLit.contrast .caption {
    display: block;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 59%, transparent 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 59%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 59%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    opacity: 1;
    width: 100%;
    height: calc(100% - 1.5em);
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    z-index: 20;
    opacity: 0;
    -moz-transition: background 1s ease, opacity 1s ease;
    -webkit-transition: background 1s ease, opacity 1s ease;
    -o-transition: background 1s ease, opacity 1s ease;
    transition: background 1s ease, opacity 1s ease;
    animation: fadeOut 0.75s 1 ease;
    -moz-animation: fadeOut 0.75s 1 ease;
    -webkit-animation: fadeOut 0.75s 1 ease;
    -o-animation: fadeOut 0.75s 1 ease;
    -moz-transition: background 1s ease, opacity 1s ease;
    -webkit-transition: background 1s ease, opacity 1s ease;
    -o-transition: background 1s ease, opacity 1s ease;
    transition: background 1s ease, opacity 1s ease; }
  #rewrittenLit.contrast:hover .caption, #rewrittenLit.contrast.inFocus .caption {
    opacity: 1;
    animation: fadeIn 1s 1 ease-in-out;
    -moz-animation: fadeIn 1s 1 ease-in-out;
    -webkit-animation: fadeIn 1s 1 ease-in-out;
    -o-animation: fadeIn 1s 1 ease-in-out;
    -moz-transition: background 1s ease, opacity 1s ease;
    -webkit-transition: background 1s ease, opacity 1s ease;
    -o-transition: background 1s ease, opacity 1s ease;
    transition: background 1s ease, opacity 1s ease; }
  #rewrittenLit.contrast:hover .container:first-child::after, #rewrittenLit.contrast.inFocus .container:first-child::after {
    opacity: 0;
    animation: fadeOut 1s 1 ease-in-out;
    -moz-animation: fadeOut 1s 1 ease-in-out;
    -webkit-animation: fadeOut 1s 1 ease-in-out;
    -o-animation: fadeOut 1s 1 ease-in-out; }
  #rewrittenLit.contrast .caption .text {
    display: block;
    font-size: 0.95313em;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.45em;
    margin: 5% auto 0 auto;
    width: 540px;
    text-align: left;
    text-shadow: 0 2px 3px #000; }
  .landing.general #MainContent {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto; } }

@media screen and (min-width: 1024px) {
  #rewrittenLit.contrast {
    margin: 0 auto;
    width: 100%; }
  .landingSection.twoColumn {
    margin-bottom: 2em;
    width: 50%;
    float: left;
    height: 400px; }
  .landingSection.twoColumn.wtc {
    width: 55%;
    padding-right: 1%;
    border-right: 1px solid #999; }
  .landingSection.twoColumn.rt {
    width: 42%;
    padding-left: 1%; } }

/* Hidden Elements */
.fixedAlert:not(.landingAlert), #AlertWrapper:not(.landingAlert), #SiteInfo {
  display: none; }

.literatureNotice.video.fixedAlert.landingAlert .wrapper.alert .bubbleContainer {
  width: 81%; }

.literatureNotice.landingAlert.video .wrapper.alert .bubbleContainer, .literatureNotice.landingAlert.video .wrapper.alert.linkHover .bubbleContainer {
  top: -29px;
  width: 98% !important; }

.literatureNotice.video.fixedAlert .wrapper.alert .bubbleContainer {
  top: -26px !important;
  width: 100% !important; }

.landingAlert .bubble {
  position: relative !important;
  display: inline-block;
  clear: both;
  margin-bottom: 0;
  margin-top: -5px; }

.landingAlert .bubble.featured {
  z-index: 6;
  height: 24px; }

.landingAlert .bubble.new {
  box-shadow: 0 none !important;
  z-index: 5; }

@media screen and (min-width: 800px) {
  .landingAlert:not(.fixedAlert) #AlertWrapper.video {
    bottom: 3px;
    right: 12px; }
  .landingAlert:not(.fixedAlert) .wrapper.alert {
    position: static !important; }
  .literatureNotice.video .wrapper.alert .moduleTitle {
    position: static !important; }
  .literatureNotice.video.landingAlert.fixedAlert .wrapper.alert:hover .moduleTitle .text {
    right: 300px;
    -moz-transition: right 0.3s ease;
    -webkit-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
    transition: right 0.3s ease; }
  .literatureNotice.video.landingAlert .wrapper.alert:hover .moduleTitle .text {
    animation: fadeIn 0.65s 1 ease-in-out;
    -moz-animation: fadeIn 0.65s 1 ease-in-out;
    -webkit-animation: fadeIn 0.65s 1 ease-in-out;
    -o-animation: fadeIn 0.65s 1 ease-in-out; }
  .literatureNotice.video.landingAlert .wrapper.alert:hover .moduleTitle .text {
    display: block !important;
    text-align: left;
    background: #404040;
    color: #FFF;
    width: 400px;
    right: 0;
    float: right;
    padding: 1.2em;
    font-size: 1rem;
    position: absolute;
    right: 345px;
    bottom: 5px;
    top: auto;
    border-radius: 2px;
    -moz-transition: right 0.3s ease;
    -webkit-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
    transition: right 0.3s ease;
    animation: fadeIn 0.65s 1 ease-in-out;
    -moz-animation: fadeIn 0.65s 1 ease-in-out;
    -webkit-animation: fadeIn 0.65s 1 ease-in-out;
    -o-animation: fadeIn 0.65s 1 ease-in-out; }
  .literatureNotice.video.landingAlert .wrapper.alert .moduleTitle .text .title {
    display: block !important;
    clear: both !important;
    margin-bottom: .35em; }
  .literatureNotice.video.landingAlert .wrapper.alert .moduleTitle .text .promo {
    font-size: 14px;
    font-family: Calibri, Arial, sans-serif;
    opacity: .95;
    line-height: 1.35em; }
  .literatureNotice.video.landingAlert .wrapper.alert .moduleTitle .text::before {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    width: 30px;
    height: 25px;
    background: url("https://images.azureedge.net/images/interface/sprite_succsess_bubble_top.png") no-repeat scroll 0 -280px; } }
