﻿/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ POPUP ADS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.notice .contentBox {
  border: 1px solid #999; }

.notice.popup .contentBox {
  width: 78%;
  box-shadow: 1px 2px 5px #888;
  border-radius: 3px;
  top: 3em;
  -moz-animation: slideDownHalfway 1.5s 1 ease;
  -webkit-animation: slideDownHalfway 1.5s 1 ease;
  -o-animation: slideDownHalfway 1.5s 1 ease;
  animation: slideDownHalfway 1.5s 1 ease; }

.notice.personal h1 {
  font-size: 37.6px;
  max-width: 270px;
  color: #FFF;
  text-shadow: 0 2px 3px #281e23;
  font-family: Cambria, Georgia, serif;
  font-style: italic;
  line-height: 1.15em;
  margin-left: -.2em;
  -moz-transition: font-size 0.3s ease, line-height 0.3s ease, color 0.3s ease, margin 0.3s ease;
  -webkit-transition: font-size 0.3s ease, line-height 0.3s ease, color 0.3s ease, margin 0.3s ease;
  -o-transition: font-size 0.3s ease, line-height 0.3s ease, color 0.3s ease, margin 0.3s ease;
  transition: font-size 0.3s ease, line-height 0.3s ease, color 0.3s ease, margin 0.3s ease; }

.notice.personal h1 .phrase {
  margin-left: .35em;
  display: block;
  clear: both !important; }

.notice.personal.popup h1:not(.shown), .notice.personal.popup .consentText:not(.shown),
.notice.personal.inline:not(.visible) h1, .notice.personal.inline:not(.visible) .consentText {
  visibility: hidden;
  opacity: 1; }

.notice.personal h1.shown, .notice.personal.inline.visible h1 {
  -moz-animation: fadeIn 3s 1 ease;
  -webkit-animation: fadeIn 3s 1 ease;
  -o-animation: fadeIn 3s 1 ease;
  animation: fadeIn 3s 1 ease; }

.notice.personal .contentBox {
  border-color: #5f535a;
  overflow: hidden; }

.notice.personal.popup .contentBox {
  min-height: 400px;
  max-height: 543px;
  max-width: 800px;
  top: 0; }

@media screen and (min-height: 500px) {
  .notice.personal.popup .contentBox {
    top: calc(50% - 240px - 1.5em); } }

.notice.personal.inline .contentBox {
  height: auto;
  width: auto;
  min-height: 0;
  top: 0; }

.notice.personal.inline .contentBox .background {
  display: block; }

.notice.personal .consentText {
  display: none; }

.notice .consentText a {
  color: #CBCDCE; }

.notice .actionButtons {
  text-align: center;
  left: 0;
  width: 100%;
  height: 140px;
  position: absolute;
  bottom: 6.5em; }

.notice.inline .actionButtons {
  bottom: 1.5em; }

.notice.personal .button {
  padding-left: 1.3em;
  line-height: 1.15em; }

.notice.personal .button:not(.cancel) {
  background-color: #c0392b; }

.general .notice .button:not(.cancel)::after {
  background: url(https://images.azureedge.net/images/interface/sprite_personal_notice_icons.png) no-repeat 0 -3px; }

.general .notice .button.contact::after {
  background-position: 0 -59px; }

.general .notice .button.attend:not(.cancel)::after {
  background-position: center -114px;
  width: 60px;
  top: calc(50% - 19px);
  height: 32px; }

.notice.personal .button:not(.cancel):hover {
  background-color: #D14233; }

.notice.personal .actionButtons .cancel {
  background: transparent;
  color: #4c4c4c;
  opacity: .9;
  text-shadow: 0 2px 3px #f3f9f5;
  font-size: 1.125em;
  border: 2px solid transparent;
  width: calc(80% - 1.2em);
  padding-left: 1em;
  padding-right: 1em;
  -moz-transition: background 0.3s ease, opacity 0.3s ease, text-shadow 0.3s ease, border 0.3s ease;
  -webkit-transition: background 0.3s ease, opacity 0.3s ease, text-shadow 0.3s ease, border 0.3s ease;
  -o-transition: background 0.3s ease, opacity 0.3s ease, text-shadow 0.3s ease, border 0.3s ease;
  transition: background 0.3s ease, opacity 0.3s ease, text-shadow 0.3s ease, border 0.3s ease; }

.notice.personal .actionButtons .cancel::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.notice.personal .actionButtons .cancel:hover {
  border-color: #4c4c4c;
  -moz-transition: background 0.3s ease, opacity 0.3s ease, text-shadow 0.3s ease, border 0.3s ease;
  -webkit-transition: background 0.3s ease, opacity 0.3s ease, text-shadow 0.3s ease, border 0.3s ease;
  -o-transition: background 0.3s ease, opacity 0.3s ease, text-shadow 0.3s ease, border 0.3s ease;
  transition: background 0.3s ease, opacity 0.3s ease, text-shadow 0.3s ease, border 0.3s ease; }

.notice.personal .button .note, .notice.personal .cancel .note {
  font-size: 68%;
  position: relative;
  top: -1px;
  left: 2px; }

.notice .logoHolder {
  width: 100%;
  left: 0;
  bottom: 3px;
  position: absolute; }

.notice .rcg.logo {
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  width: 40px;
  height: auto;
  text-align: center;
  position: relative;
  display: block; }

.notice .logo.wToolTip.top .toolTip {
  left: auto;
  right: -200%;
  top: -3.75em; }

.notice .rcg.logo:hover .toolTip {
  min-width: 200px; }

.notice .rcg.logo .image {
  opacity: .8;
  width: 40px;
  height: auto;
  min-height: 37px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px; }

.notice .rcg.logo .favIcon {
  background: white url("https://images.azureedge.net/wtc/images/interface/icn_family_nav_hires.png") no-repeat scroll 1px -41px;
  background-size: 68px auto;
  border: 1px solid #ababab;
  bottom: 0.65em;
  box-shadow: 0 0 2px #ababab;
  display: block !important;
  float: left;
  height: 26px;
  left: 2%;
  margin-right: 5px;
  margin-top: 1px;
  padding: 1px;
  position: absolute;
  width: 26px; }

@media screen and (min-width: 480px) {
  .notice.personal h1 {
    margin-left: 1.5%;
    line-height: 1.4em; }
  .notice.personal .button .note {
    font-size: 75%; } }

@media screen and (max-width: 599px) {
  .notice .actionButtons .button:not(.cancel) {
    width: calc(80% - 3.25em);
    max-width: 220px;
    padding-left: 3.25em; }
  .notice .actionButtons .button.cancel {
    max-width: 253px; }
  .notice.popup .rcg.logo:hover .toolTip {
    display: none !important; } }

@media screen and (min-width: 600px) {
  .notice.personal h1 {
    margin-left: 0;
    font-size: 2.5em; }
  .notice .actionButtons {
    bottom: 5em;
    left: 2em;
    width: 240px; }
  .notice.inline .actionButtons {
    left: 2em !important; }
  .notice .actionButtons .button {
    margin-bottom: .75em; }
  .notice .actionButtons .button:not(.cancel) {
    width: calc(100% - 3.25em);
    padding-left: 3.25em; }
  .notice .actionButtons .button.cancel {
    margin-top: .4em;
    width: calc(100% - 1.1em); }
  .notice .rcg.logo {
    position: absolute;
    right: 1.25em;
    cursor: help !important; }
  .notice .logo.wToolTip.top .toolTip {
    right: -21%; }
  .notice .rcg.logo .toolTip::after {
    width: 32px;
    right: 5%; } }

@media screen and (max-width: 319px) {
  .notice.personal h1 {
    font-size: 25px;
    margin-top: 2em; }
  .notice .actionButtons .button {
    font-size: 13px; }
  .general .notice .button:not(.cancel)::after {
    background-size: 42px auto; }
  .general .notice .button.contact::after {
    background-position: 0 -49px; } }

@media screen and (min-height: 320px) and (max-height: 533px) and (orientation: landscape) {
  .notice.personal.popup .contentBox {
    height: calc(100% - 5em) !important;
    min-height: 0;
    top: 1em;
    width: calc(96% - 3em);
    background-size: 100% auto !important; }
  .notice.personal h1 {
    line-height: 1.15em; }
  .notice.popup .actionButtons {
    left: auto;
    right: 2.5em;
    max-width: 220px;
    bottom: 2.5em; }
  .notice .actionButtons .button {
    margin-bottom: .15em; }
  .notice .actionButtons .cancel {
    margin-top: .5em !important;
    min-height: 30px;
    padding-bottom: .15em;
    padding-top: .15em;
    background: rgba(230, 234, 233, 0.5);
    vertical-align: middle;
    line-height: 1em; }
  .notice .actionButtons .cancel .note {
    display: block !important;
    clear: both !important; }
  .notice .rcg.logo {
    left: 1.25em;
    right: auto; }
  .notice .rcg.logo .toolTip::after {
    left: 5%;
    right: auto; }
  .notice .logo.wToolTip.top .toolTip {
    left: -21%; } }

@media screen and (min-width: 320px) and (max-width: 600px) and (orientation: landscape) {
  .notice.personal.popup .contentBox {
    height: 241px !important;
    width: 395px !important;
    top: 5% !important; }
  .notice.popup .actionButtons {
    right: 0;
    left: auto;
    margin-top: 0;
    bottom: 4.5em;
    max-width: 210px; }
  .notice.popup .actionButtons .button, .general .notice .button.cancel {
    margin-left: 0 !important;
    margin-right: 1.25em !important;
    font-size: 12.75px !important;
    padding: 0.6em 1.25em !important;
    width: 140px !important; }
  .general .notice.popup .button:not(.cancel)::after {
    background: none; }
  .general .notice.popup .button.cancel {
    padding-top: .45em !important;
    padding-bottom: .45em !important; } }

@media screen and (min-width: 600px) {
  .personal.notice .consentText {
    z-index: 5;
    border-radius: 5px 0 0 5px;
    font-weight: bold;
    font-family: Calibri, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.55em;
    padding: 0;
    position: absolute;
    right: 0;
    top: -1.5em;
    height: 110%;
    width: 230px;
    background: rgba(77, 77, 77, 0.5);
    color: #FEFEFE;
    text-shadow: 0 2px 0 #4C4C4C;
    -moz-transition: background 2.75s ease;
    -webkit-transition: background 2.75s ease;
    -o-transition: background 2.75s ease;
    transition: background 2.75s ease; }
  .personal.notice.inline .consentText {
    display: table; }
  .personal.notice.inline.visible .consentText {
    -moz-animation: messageSlideLeft 2.75s 1 ease;
    -webkit-animation: messageSlideLeft 2.75s 1 ease;
    -o-animation: messageSlideLeft 2.75s 1 ease;
    animation: messageSlideLeft 2.75s 1 ease; }
  .personal.notice.popup .consentText.shown::before, .personal.notice.inline.visible .consentText::before,
  .personal.notice.popup .consentText.shown::after, .personal.notice.inline.visible .consentText::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 50%;
    left: 0;
    top: 0;
    border-left: 1px solid #FFF; }
  .personal.notice.popup .consentText.shown::after, .personal.notice.inline.visible .consentText::after {
    top: auto;
    bottom: 0; }
  personal.notice.inline.visible .consentText::before {
    -moz-animation: slideVertically 3.25s 1 ease;
    -webkit-animation: slideVertically 3.25s 1 ease;
    -o-animation: slideVertically 3.25s 1 ease;
    animation: slideVertically 3.25s 1 ease; }
  .personal.notice.inline.visible .consentText::after {
    -moz-animation: slideVertically 3.25s 1 ease;
    -webkit-animation: slideVertically 3.25s 1 ease;
    -o-animation: slideVertically 3.25s 1 ease;
    animation: slideVertically 3.25s 1 ease; }
  .personal.notice .consentText .text {
    display: table-cell;
    height: auto;
    vertical-align: middle;
    padding: 0 1.5em 0; } }

@media screen and (min-width: 768px) {
  .notice.personal.shown {
    top: 3em; }
  .notice.personal h1 {
    font-size: 48px; } }

@media screen and (min-width: 768px) and (min-height: 535px) {
  .personal.notice .contentBox {
    width: 680px;
    height: 453px;
    top: calc(50% - 226px - 1.5em); }
  .personal.notice .consentText {
    display: table; }
  .personal.notice.popup .consentText.shown {
    -moz-animation: messageSlideLeft 2.75s 1 ease;
    -webkit-animation: messageSlideLeft 2.75s 1 ease;
    -o-animation: messageSlideLeft 2.75s 1 ease;
    animation: messageSlideLeft 2.75s 1 ease; }
  .personal.notice.popup .consentText.shown::before {
    -moz-animation: slideVertically 3.25s 1 ease;
    -webkit-animation: slideVertically 3.25s 1 ease;
    -o-animation: slideVertically 3.25s 1 ease;
    animation: slideVertically 3.25s 1 ease; }
  .personal.notice.popup .consentText.shown::after {
    -moz-animation: slideVertically 3.25s 1 ease;
    -webkit-animation: slideVertically 3.25s 1 ease;
    -o-animation: slideVertically 3.25s 1 ease;
    animation: slideVertically 3.25s 1 ease; }
  .notice .actionButtons {
    bottom: 6em; }
  .notice.personal .cancel {
    padding: 0.5em 1em;
    width: calc(100% - 2em); }
  .notice .actionButtons .button.cancel {
    margin-top: .4em; }
  .notice.personal .cancel .note {
    display: inline;
    clear: none;
    position: relative;
    left: .2em; }
  .notice .rcg.logo, .notice .logo.wToolTip.top .toolTip, .notice .rcg.logo .toolTip::after {
    right: auto; }
  .notice .rcg.logo {
    left: 1.25em; }
  .notice .logo.wToolTip.top .toolTip {
    left: -21%; }
  .notice .rcg.logo .toolTip::after {
    left: 5%; } }

@media screen and (min-width: 1024px) {
  .personal.notice .contentBox {
    width: 700px;
    height: 466px;
    top: 5%; } }

@media screen and (min-width: 1024px) and (min-height: 539px) {
  .personal.notice .contentBox {
    top: calc(50% - 233px - 1.5em); } }

/* Preloading ad background images so that they don't load after the ad shows. */
.imagePreload {
  display: none; }

/* Are You Being Called? */
#beingCalledNotice .contentBox {
  background: url(https://images.azureedge.net/rcg/images/notices/ad_bg_being_called.jpg) no-repeat 37% top #FFF;
  background-size: auto 100%; }

#beingCalledNotice.popup .contentBox {
  animation: fadeIn 1.5s 1 ease;
  -moz-animation: fadeIn 1.5s 1 ease;
  -webkit-animation: fadeIn 1.5s 1 ease;
  -o-animation: fadeIn 1.5s 1 ease; }

#beingCalledNotice.notice.personal h1 {
  color: #4C4C4C;
  text-shadow: 0 2px 3px #F3F9F5; }

@media screen and (min-width: 480px) {
  #beingCalledNotice.notice.personal h1 .phrase.second {
    text-indent: 0.05em; }
  #beingCalledNotice.notice.personal h1 .phrase.third {
    text-indent: .35em; }
  #beingCalledNotice.notice.personal h1 .phrase.fourth {
    text-indent: .8em; } }

@media screen and (min-width: 768px) {
  #beingCalledNotice .contentBox {
    background-position: center top; }
  #beingCalledNotice.inline .contentBox {
    background-position: 70% top; }
  #beingCalledNotice.notice.personal h1 {
    font-size: 55px;
    line-height: 1.12em; } }

@media screen and (min-width: 1024px) {
  #beingCalledNotice.notice.personal h1 {
    font-size: 58px;
    line-height: 1.22em; } }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ LITERATURE ADS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.literature .inlineNotice {
  background: #eeeeee;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #eeeeee 0%, #dddddd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #eeeeee), color-stop(100%, #dddddd));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #eeeeee 0%, #dddddd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #eeeeee 0%, #dddddd 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #eeeeee 0%, #dddddd 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #eeeeee 0%, #dddddd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  border: 1px solid #8F8F8F;
  box-shadow: 0 0 3px #BBB;
  margin: 1.5em 0 2.15em 1.25em;
  min-height: 150px;
  padding: 0.9em 0 1em 0;
  width: 90%;
  border-radius: 2px 2px 2px 2px; }

.literature .inlineNotice.wtcNotice {
  background: #424668;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #a0a2b1 0%, #424668 54%, #0e1241 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #a0a2b1), color-stop(54%, #424668), color-stop(100%, #0e1241));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #a0a2b1 0%, #424668 54%, #0e1241 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #a0a2b1 0%, #424668 54%, #0e1241 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #a0a2b1 0%, #424668 54%, #0e1241 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #a0a2b1 0%, #424668 54%, #0e1241 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a2b1', endColorstr='#0e1241',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  border: 1px solid #3F4366; }

.literature .inlineNotice .noticeLine {
  width: 100%;
  height: auto;
  padding-bottom: .5em;
  background: #650f28;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #650f28 0%, #921100 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #650f28), color-stop(100%, #921100));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #650f28 0%, #921100 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #650f28 0%, #921100 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #650f28 0%, #921100 100%);
  /* IE10+ */
  background: linear-gradient(45deg, #650f28 0%, #921100 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#650f28', endColorstr='#921100',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  text-align: center;
  padding-top: .15em;
  margin-top: -.9em; }

.literature .inlineNotice .noticeLine .text {
  color: #FFF;
  font-weight: bold;
  font-family: Georgia, Serif;
  padding-top: .75em; }

.literature.general #mainText .inlineNoticeImage {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 300px;
  margin-top: 1em; }

.literature.general #mainText .wtcNotice .inlineNoticeImage {
  max-width: 268px; }

.literature.general #mainText .rtNotice .inlineNoticeImage {
  max-width: 220px; }

.literature.general #mainText .inlineNotice .playOverlay {
  position: absolute;
  opacity: .5;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: url(https://images.azureedge.net/rcg/images/interface/icn_play_grey.png) no-repeat scroll center 50% transparent;
  -moz-transition: opacity 0.4s ease, background 1s ease;
  -webkit-transition: opacity 0.4s ease, background 1s ease;
  -o-transition: opacity 0.4s ease, background 1s ease;
  transition: opacity 0.4s ease, background 1s ease; }

.literature.general #mainText .inlineNotice .playOverlay:hover {
  opacity: 1;
  -moz-transition: opacity 0.5s ease, background 1s ease;
  -webkit-transition: opacity 0.5s ease, background 1s ease;
  -o-transition: opacity 0.5s ease, background 1s ease;
  transition: opacity 0.5s ease, background 1s ease;
  background: url(https://images.azureedge.net/rcg/images/interface/icn_play_grey.png) no-repeat scroll center 50% transparent;
  background: url(https://images.azureedge.net/rcg/images/interface/icn_play_grey.png) no-repeat scroll center 50%, -moz-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  /* FF3.6+ */
  background: url(https://images.azureedge.net/rcg/images/interface/icn_play_grey.png) no-repeat scroll center 50%, -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.6)));
  /* Chrome,Safari4+ */
  background: url(https://images.azureedge.net/rcg/images/interface/icn_play_grey.png) no-repeat scroll center 50%, -webkit-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  /* Chrome10+,Safari5.1+ */
  background: url(https://images.azureedge.net/rcg/images/interface/icn_play_grey.png) no-repeat scroll center 50%, -o-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  /* Opera 12+ */
  background: url(https://images.azureedge.net/rcg/images/interface/icn_play_grey.png) no-repeat scroll center 50%, -ms-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  /* IE10+ */
  background: url(https://images.azureedge.net/rcg/images/interface/icn_play_grey.png) no-repeat scroll center 50%, radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  /* W3C */ }

.literature.general #mainText .inlineNotice .inlineNoticeImage img {
  cursor: pointer;
  display: block;
  float: none;
  margin: 0 auto;
  border: 1px solid #444444;
  box-shadow: 0 0 8px transparent;
  width: 100%;
  -webkit-transition: box-shadow 0.7s ease;
  -moz-transition: box-shadow 0.7s ease;
  -o-transition: box-shadow 0.7s ease;
  transition: box-shadow 0.7s ease; }

.literature.general #mainText .inlineNotice .inlineNoticeImage img:hover {
  box-shadow: 0 0 8px #888; }

.literature.general #mainText .inlineNotice.wtcNotice .inlineNoticeImage img:hover {
  box-shadow: 0 0 8px #CCC; }

.literature.general #mainText .inlineNotice.rtNotice .inlineNoticeImage img:hover {
  box-shadow: 0 0 12px #aa9d9d;
  -webkit-transition: box-shadow 0.4s ease;
  -moz-transition: box-shadow 0.4s ease;
  -o-transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease; }

.literature.general #mainText .inlineNotice.rcgNotice .inlineNoticeImage img, .literature.general #mainText .inlineNotice.rtNotice .inlineNoticeImage img {
  max-width: 150px; }

.literature.general #mainText .inlineNotice.rcgNotice.videoNotice .inlineNoticeImage img {
  max-width: none; }

.literature.general .inlineNotice.wtcNotice .inlineNoticeImage img {
  border: 0 none !important; }

.literature.general #mainText .inlineNotice .inlineNoticePromo {
  display: none; }

.literature.general #mainText .inlineNotice .multiOptionButton {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #DFDFDF; }

.literature.general #mainText .inlineNotice .inlineNoticeMOB {
  display: block;
  margin: 0 auto 0.5em auto;
  width: 11.68em;
  height: 3.3em;
  position: relative;
  top: -.4em; }

.literature.general #mainText .inlineNotice .inlineNoticeMOB .favIcon {
  left: 0.95em; }

.literature.general #mainText .inlineNotice .inlineNoticeMOB a {
  position: relative;
  left: -.35em; }

@media screen and (min-width: 500px) {
  .literature .inlineNotice {
    width: 94%; } }

@media screen and (min-width: 624px) {
  .literature .inlineNotice {
    height: 250px;
    max-width: 630px;
    overflow: hidden; }
  .literature.general #mainText .inlineNotice .inlineNoticeImage img {
    float: none;
    margin: 0; }
  .literature.general #mainText .inlineNotice .inlineNoticeImage {
    display: block;
    float: left;
    margin-left: 7%;
    margin-top: 0.75em;
    width: auto; }
  .literature.general #mainText .videoNotice .inlineNoticeImage {
    margin-left: auto; }
  .literature.general #mainText .inlineNotice .inlineNoticeMOB {
    float: left;
    left: 14%;
    top: 3.7em; }
  .literature.general #mainText .inlineNotice .inlineNoticePromo {
    display: block;
    float: left;
    margin-left: 1.5em;
    margin-top: 0.4em;
    width: 55%;
    font-family: Cambria,Georgia, Serif;
    font-size: 0.9375em;
    font-weight: bold;
    color: #560d22;
    text-shadow: 0 1px 0 #f2f2f2; }
  .literature.general #mainText .inlineNotice .inlineNoticePromo br {
    display: none; } }

.literature.general #mainText .inlineNotice.wtcNotice .inlineNoticePromo {
  color: #FFF;
  text-shadow: 0 2px 2px #0E1241;
  font-weight: bold; }

.literature.general #mainText .inlineNotice.videoNotice .inlineNoticePromo {
  display: none; }

@media screen and (max-width: 699px) {
  .literature.general #mainText .inlineNotice.videoNotice .inlineNoticeMOB {
    float: none;
    left: auto;
    top: -0.5em; }
  .literature.general #mainText .inlineNotice.videoNotice .inlineNoticeImage {
    float: none; }
  .literature.general #mainText .inlineNotice.videoNotice .inlineNoticeImage img {
    float: none;
    margin: 1em auto 0 auto;
    display: block;
    width: 100%; } }

@media screen and (min-width: 700px) {
  .literature.general #mainText .inlineNotice.videoNotice {
    height: 270px;
    width: 96%; }
  .literature.general #mainText .videoNotice .inlineNoticeImage {
    margin-left: 1.65em; }
  .literature.general #mainText .inlineNotice.rcgNotice .inlineNoticeMOB {
    top: 3em; }
  .literature.general #mainText .inlineNotice.videoNotice .inlineNoticeMOB {
    top: 12.35em;
    float: none;
    left: auto;
    margin: 0 auto; }
  .literature.general #mainText .inlineNotice.videoNotice.rcgNotice .inlineNoticeMOB {
    top: 13.2em; }
  .literature.general #mainText .inlineNotice.rtNotice .inlineNoticeMOB {
    top: 1.4em; }
  .literature.general #mainText .inlineNotice.videoNotice .inlineNoticePromo {
    width: 38%;
    display: block; } }

@media screen and (min-width: 900px) {
  .literature.general #mainText .inlineNotice.rcgNotice .inlineNoticeMOB {
    top: 2em; } }

@media screen and (min-width: 1024px) {
  .literature.general #mainText .videoNotice.rcgNotice .inlineNoticeImage {
    margin-left: 4.5%; } }

.literature.general #mainText .inlineNotice.rtNotice {
  background: #661613;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #957d7d 0%, #661613 54%, #2b0b0b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #957d7d), color-stop(54%, #661613), color-stop(100%, #2b0b0b));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #957d7d 0%, #661613 54%, #2b0b0b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #957d7d 0%, #661613 54%, #2b0b0b 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #957d7d 0%, #661613 54%, #2b0b0b 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #957d7d 0%, #661613 54%, #2b0b0b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#957d7d', endColorstr='#2b0b0b',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  border: 1px solid #1f0808;
  color: #FFF;
  font-weight: bold; }

.literature.general #mainText .inlineNotice.rtNotice .inlineNoticePromo {
  color: #ecbc5f;
  text-shadow: 0 2px 1px #000; }

.literature.general #mainText .inlineNotice.rtNotice .inlineNoticeImage img {
  border: 1px solid #2B0B0B; }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INLINE ADS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.notice.personal.inline {
  position: relative;
  margin-top: .5em;
  margin-bottom: 1.5em;
  padding-bottom: 1.75em;
  border-bottom: 1px solid #DBDBDB; }

.notice.personal.inline h1 {
  margin-left: .2em;
  font-size: 1.75rem; }

.literature .notice.personal.inline .contentBox {
  width: 100%;
  height: 0;
  padding-bottom: 92.57143%;
  max-width: 685px;
  max-height: none;
  min-height: 0;
  width: calc(100% - 1em) !important;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto; }

@media screen and (min-width: 380px) {
  .notice.personal.inline h1 {
    font-size: 2.1875rem; } }

@media screen and (min-width: 400px) {
  .literature .notice.personal.inline .contentBox {
    width: 100%;
    height: 0;
    padding-bottom: 82.57143%; } }

@media screen and (landscape) {
  .literature .notice.personal.inline .contentBox {
    width: 100%;
    height: 0;
    padding-bottom: 82.57143%; } }

@media screen and (min-width: 480px) {
  .literature .notice.personal.inline .contentBox {
    width: 100%;
    height: 0;
    padding-bottom: 71.14286%; }
  .notice.personal.inline h1 {
    font-size: 2.3125rem; } }

@media screen and (min-width: 525px) {
  .notice.personal.inline h1 {
    font-size: 2.5rem; } }

@media screen and (min-width: 580px) {
  .notice.personal.inline h1 {
    font-size: 3.125rem; } }

@media screen and (min-width: 600px) {
  .notice.personal.inline .rcg.logo {
    left: 1.25em;
    right: auto; }
  .notice.personal.inline .logo.wToolTip.top .toolTip {
    right: auto; }
  .notice.personal.inline .rcg.logo .toolTip::after {
    left: 5%;
    right: auto; } }

@media screen and (min-width: 650px) {
  .notice.inline .actionButtons {
    bottom: auto;
    height: auto;
    top: 56%; } }

@media screen and (min-width: 723px) {
  .notice.personal.inline .contentBox {
    width: 685px !important;
    height: 450px !important;
    padding-bottom: 0 !important; } }

@media screen and (min-width: 760px) {
  .literature .notice.personal.inline .contentBox {
    margin-left: 1.25em; } }

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ LANDING NOTICES ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.landingNotice {
  text-align: center; }

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

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

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

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

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

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

/* Rewritten Lit */
.rcg.about #rewrittenLiterature {
  display: none; }

.landingNotice .button {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: inline-block; }

#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; } }

@media screen and (min-width: 600px) {
  .rcg.about #rewrittenLit.contrast {
    margin-bottom: .15em; } }

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

#rewrittenLit.contrast .container img {
  width: 100%;
  height: auto;
  margin: 0;
  float: none; }

#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; }

@media screen and (max-width: 1022px) {
  .rcg.about #rewrittenLiterature {
    margin-left: calc(-.6em + -0.45em);
    width: calc(100% + 1.05em); } }

@media screen and (min-width: 480px) {
  .rcg.about #rewrittenLiterature {
    display: block;
    margin-top: 1.5em; } }

@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; } }

@media screen and (min-width: 1024px) {
  #rewrittenLit.contrast {
    margin: 0 auto;
    width: 100%; } }
