﻿/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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; 
  font-size: 1rem;
	line-height: 1.35rem; }

.literature .inlineNotice.wtcNotice {
  border-color: #424668;
  background: #424668; }

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

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

@media screen and (min-width: 624px) {
  .literature .inlineNotice:not(.livestream) {
    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: 1em;
    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: 699px) {
  .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: calc(100% - 346px);
    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;
  border-color: #661613;
  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;
    margin-bottom: -58px;
      top: -70px;
  
    }
  }

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

    
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ LIVESTREAM AD ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.homepage .module.featuredStream { 
    margin-top: 1.85em; 
    border-radius: 3px; 
}
.featuredStream .featureWrapper { 
    margin-bottom: 1.15em; 
}
#featureBgLink { 
    position: relative; 
    display: inline-block; 
}
#featureBgLink::before { 
    content: ''; 
    opacity: 0; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 20;
    background: url(https://images.azureedge.net/wtc/images/interface/play_icon_wtc_black.png) no-repeat center center;
    background-size: 12% auto;
    transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
}
#featureBgLink:hover::before { 
    opacity: .95; 
}
#featureBgLink::before, #featureBgLink:hover::before { 
    transition: opacity .3s ease-in-out; 
    -webkit-transition: opacity .3s ease-in-out; 
}
.featuredStream .featureBackground { 
    width: 100%; 
    min-height: 100px; 
    position: relative; 
    z-index: 3; 
}
.featuredStream .featureBackground img { 
    position: relative; 
    z-index: 3; 
    width: 100%; 
    display: block; 
    border-radius: 3px 3px 0 0; 
}
.featuredStream .featureBackground::after { 
    content: ''; 
    position: absolute; 
    z-index: 4; 
    bottom: 0; 
    left: 0; 
    width: 100%; 
    height: 16%; 
    display: block;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.02) 1%, rgba(255,255,255,1) 41%); 
}
.featuredStream .featureContent { 
    position: relative; 
    display: flex; 
    flex-flow: column; 
    z-index: 5; 
    padding: 0 .25em .25em .25em; 
    color: #222; 
    margin-top: -2.85%; 
}
.featuredStream:not(.noByline) .featureText { 
    text-align: center; 
}
.featuredStream .featureContent h2 { 
    text-align: left; 
    font-size: 1.2rem; 
    line-height: 1.22em; 
    font-family: cambria, Georgia, sans-serif; 
    margin-bottom: .15em; 
}
.featuredStream .featureContent h4 { 
    text-align: left; 
    font-size: 1rem !important; 
    line-height: 1.2em; 
    margin-bottom: .15em; 
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}
.featuredStream .featureContent h2, .featuredStream .featureContent h4 { 
    width: calc(100% - 25% - 1.85em); 
}
.featuredStream.noByline .featureContent h2, .featuredStream.noByline .featureContent h4 { 
    width: calc(100% - 25% - 1em); 
}
.featuredStream .featureContent p.bylineText { 
    text-align: left; 
    font-weight: 600 !important; 
    font: 100% Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; 
    color: #7E1A38; 
}
.featuredStream .headingByline { 
    display: none; 
}
.featuredStream .featureContent p.date { 
    text-align: left; 
    color: #555; 
    font-weight: 600; 
    margin-bottom: -.25em; 
    margin-top: .25em; 
}
.featuredStream .dateText { 
    display: inline-block; 
}
.featuredStream .timeText { 
    display: inline-block; 
    white-space: nowrap; 
    font-weight: normal; 
}
.general .featuredStream a.button { 
    line-height: 1.25em; 
    padding: .6em 1.25em .8em 1.25em; 
}
.featuredStream .button { 
    display: inline-block; 
    margin-top: 1.15em; 
}
.featuredStream.noByline .button { 
    margin-top: .5em; 
}
.featuredStream .button::before { 
    content: ''; 
    width: 32px; 
    height: 28px; 
    display: inline-block; 
    background: url(https://images.azureedge.net/images/interface/sprite_icon_stamp.png) no-repeat scroll -5px -2250px transparent; 
    background-image: url("https://images.azureedge.net/images/interface/sprite_icon_stamp.png"); 
    background-size: auto; 
    margin-bottom: -11px; 
    margin-left: -3px; 
    position: relative; 
    top: -3px; 
    opacity: .72; 
}
.featuredStream .button:hover::before { 
    opacity: 1; 
}
.featuredStream .thumbnail.calendarDate { 
    text-align: center; 
    width: auto; 
    height: auto; 
    position: absolute; 
    bottom: 0; 
    right: 0; 
    z-index: 6; 
    padding: 1em; 
}
.featuredStream.noHeading .thumbnail.calendarDate { 
    bottom: -1em; 
}
.calendarDate { 
    border-radius: 8px; 
    font-weight: 600; 
}
.calendarDate .month { 
    min-width: 30px; 
    text-transform: uppercase; 
    font-size: 1rem; 
    background-color: #7E1A38; 
    padding: .1em 1em; 
    border-radius: 8px 8px 0 0; 
    color: #FFF; 
}
.calendarDate .day { 
    font-size: 1.5em; 
    padding-top: .25em; 
    background: #FFF; 
    border-color: #aeaeae; 
    border-style: solid; 
    border-width: 0 1px 1px 1px; 
    padding-bottom: .45em; 
    border-radius: 0 0 8px 8px; 
}
.calendarDate .year { 
    display: block; 
    font-size: .8rem; 
    color: #555; 
    font-weight: normal; 
    margin-bottom: -4px; 
}
.featuredStream .profileImage { 
    position: absolute; 
    right: 1em; 
    width: 30%; 
    max-width: 220px; 
    display: flex; 
    background-color: hsl(0, 0%, 50%); 
    border-radius: 100%; 
    display: block; 
    margin-bottom: .75em; 
    border: 0 none; 
    background-size: 125% auto; 
    background-position-y: -9px; 
    background-position-x: 42%; 
}
.featuredStream .profileImage img { 
    display: block; 
    width: 100%; 
    height: 100%; 
    opacity: 0; 
}
.featuredStream #counter { 
    margin-top: .75em; 
    text-align: center; 
}
.featuredStream[data-live="true"] #streamStatus { 
    position: absolute; 
    top: 0; 
    left: 0; 
    display: inline-block !important; 
    z-index: 15; 
    text-transform: uppercase; 
    font-weight: bold; 
    font-size: 1rem; 
    letter-spacing: .5px; 
    background: hsla(100, 100%, 100%, .6); 
    padding: .15em .75em .25em .75em; 
    border-radius: 2px; 
    animation: fadeIn 2s; 
    -webkit-animation: fadeIn 2s; 
}
.featuredStream[data-live="true"] #streamStatus::before { 
    content: ''; 
    width: 10px; 
    height: 10px; 
    border-radius: 100%; 
    background: #a00833; 
    margin-bottom: 0; 
    display: inline-block; 
    margin-right: 6px; 
    -webkit-animation: pulseSignal 1.25s infinite; 
    animation: pulseSignal 1.25s infinite; 
}
.featuredStream[data-live="true"] #counter { display: none !important; }
@media screen and (min-width: 400px) { 
    .featuredStream[data-live="true"] #streamStatus { 
        font-size: 1.1rem; 
        position: absolute; 
        left: auto; 
        top: 0; 
        right: 0; 
    } 
}
@media screen and (min-width: 425px) { 
    .featuredStream .featureContent .thumbnail { 
        right: .75em; 
    } 
}
@media screen and (min-width: 480px) { 
    .featuredStream .featureContent { 
        margin-top: -4.5%; 
    } 
    .featuredStream[data-live="true"] #streamStatus { 
        top: 1.6em; 
        right: 2em; 
    } 
}
@media screen and (max-width: 500px) { 
    .featuredStream .profileImage { 
        top: -5em !important; 
    } 
}
@media screen and (max-width: 599.5px) { 
    .featuredStream #startText { 
        position: relative; 
        top: -2px; 
        color: #555; 
        margin-right: 3px; 
        margin-left: -10px; 
    } 
    .featuredStream #countDownHolder .countPlace span[id*="countdown_"], 
    #countDownHolder span[id*="countdown_"].zero::after { 
        color: #333 !important; 
    } 
}
@media screen and (min-width: 600px) { 
    .featuredStream #wrapCounter { 
        background: hsla(0, 0%, 0%, .8); 
        border-radius: 4px; 
        padding-bottom: 2px; 
        padding-top: 0; 
    } 
    .featuredStream #countDownHolder .countPlace { 
        padding-bottom: 0; 
    } 
    .featuredStream:not(.noByline) .featureText { 
        text-align: left; 
    } 
    .calendarDate .month { 
        min-width: 40px; 
        right: 3%; 
        bottom: -5%; 
    } 
    .featuredStream .featureContent h4 { 
        font-size: 1.15rem !important; 
        margin-bottom: -.25em; 
    } 
    .featuredStream .featureContent h2 { 
        font-size: 1.4rem; 
        margin-bottom: .25em; 
        margin-top: .25em; 
    } 
    .featuredStream .featureContent p.date { 
        display: block; 
    } 
    .featuredStream #counter { 
        position: absolute; 
        z-index: 10; 
        right: 2em; 
        top: 1em; 
    } 
    .featuredStream #countDownHolder span[id*="countdown_"] { 
        opacity: 1 !important; 
        padding-top: 1px; 
        padding-bottom: 3px; 
    } 
    .featuredStream #startText { 
        color: hsla(100, 100%, 100%, .85); 
        position: relative; 
        top: -1px; 
        left: 6px; 
        text-transform: uppercase; 
        font-size: 1.07em; 
    } 
    .featuredStream #countdown_hrs { 
        padding-left: 9px; 
        border-radius: 4px 0 0 4px; 
    } 
    .featuredStream #countdown_hrs.zero { 
        color: hsla(100, 100%, 100%, .65) !important; 
    } 
    .featuredStream #countdown_secs { 
        padding-right: 5px; 
        border-radius: 0 4px 4px 0; 
    } 
}
@media screen and (max-width: 767.5px) { 
    .homepage .module.featuredStream { 
        width: 100%; 
    } 
}
@media screen and (min-width: 768px) { 
    .featuredStream .headingByline { 
        display: inline; 
    } 
    .featuredStream:not(.noHeading) .bylineText.mobileOnly { 
        display: none; 
    } 
    .featuredStream .featureContent h4 { 
        font-size: 1.15rem !important; 
    } 
    .featuredStream .featureContent h2 { 
        font-size: 1.4rem; 
    } 
    .calendarDate .month { 
        bottom: -8%; 
        padding-top: .2em; 
        padding-bottom: .2em; 
        font-size: 1.18rem; 
    } 
    .calendarDate .day { 
        font-size: 2em; 
    } 
    .homepage .module.featuredStream { 
        margin-top: 2.25em; 
        margin-right: 1em; 
    } 
    .featuredStream .featureContent { 
        margin-top: -4%; 
    } 
    .featuredStream .thumbnail.calendarDate { 
        right: 4%; 
    } 
    .featuredStream .profileImage { 
        right: 1.75em; 
    } 
}
@media screen and (min-width: 1024px) { 
    .homepage .featuredStream .featureContent h2 { 
      font-size: 1.7rem; 
    }
    .featuredStream .featureContent h2 { 
        width: calc(100% - 25% - 1.85em); 
    } 
    .featuredStream .featureContent h4 { 
        font-size: 1.2rem !important; 
    } 
    .featuredStream .profileImage { 
        right: 2.25em; 
    } 
}
@media screen and (min-width: 1200px) { 
    .homepage .module.featuredStream { 
        float: left; 
        clear: left; 
        width: 61%; 
        left: 0; 
        margin-top: 1em; 
    } 
    .featuredBook.hideOnDesktop { 
        display: none; 
    } 
    .thumbnail.calendarDate.top { 
        top: 0; 
    } 
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ LIVESTREAM AD LITERATURE ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */

.literature .inlineNotice.livestream {
  margin: 1.7em 0 2em -1.2em;
  background: #FFF;
  border: 0 none;
  border-bottom: 1px solid #CCC;
  box-shadow: 0 0 0 transparent;
  padding: 0;
  width: calc(100% + 1.7em);
  z-index: 25;
  position: relative;
}
.general #mainText .inlineNotice.livestream img { 
  float: none;
  margin: 0;
}
.literature .featuredStream .featureContent {
  margin-left: 4%;
}
.inlineNotice.livestream .featureText {
  margin-top: -1em;
}
.general.literature #mainText .inlineNotice.livestream h4 {
  margin-left: 0;
}
.general.literature #PageContent #mainText .inlineNotice.livestream p {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 624px) {
  .literature .featuredStream .featureContent {
    margin-left: 6%;
  }
}
@media screen and (min-width: 768px) {
  .literature .inlineNotice.livestream {
    margin-left: 3%;
  }
  .literature .featuredStream .featureContent {
    margin-top: -1em;
    margin-left: 3%;
  }
  .general.literature #mainText .inlineNotice.livestream h4 {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .literature .inlineNotice.livestream {
    margin-left: -3%;
    width: 110%;
  }
}
@media screen and (min-width: 1280px) {
  .literature .inlineNotice.livestream {
    margin-left: 1.15em;
    width: 100%;
    max-width: 725px;
  }
}
