/* mixin for multiline */
.articleText {
  border-bottom: 1px solid #dedede;
  padding: 1.11111rem;
  clear: both; }
  .articleText:last-of-type {
    border-bottom: none; }

.article-title-link__glance, .article-title-link__header {
  font-size: 1.33333rem;
  line-height: 2rem; }

.article-title-link__header {
  color: #1f1f1f;
  width: 91%; }
  .article-title-link__header::after {
    clear: both;
    content: "";
    display: table; }

.article-title-link__toggle {
  padding-top: 0.44444rem;
  width: 6%;
  float: left;
  color: #1f1f1f;
  font-size: 15px;
  font-size: 0.83333rem;
  text-align: center; }

.article-title-link__subtitle {
  float: none;
  font-size: 0.74056rem;
  line-height: 1.11056rem;
  text-transform: uppercase;
  color: #999;
  display: block; }

.article-tools {
  color: #006b87;
  font-size: 15px;
  font-size: 0.83333rem;
  font-size: 0.88889rem;
  line-height: 1.51111rem;
  font-weight: 400; }
  @media only screen and (min-width: 48em) {
    .article-tools {
      float: right;
      margin-left: 15px;
      margin-right: 15px; } }
  .article-tools.nofloat {
    float: none;
    margin: 0; }
  .article-tools ul {
    padding: 0;
    list-style: none; }
    .article-tools ul ul {
      display: none; }
    .article-tools ul li {
      display: inline;
      margin-left: 10px; }
      .article-tools ul li a {
        color: #006b87; }
        .article-tools ul li a:hover {
          color: #1f1f1f; }
      .article-tools ul li.open ul {
        background: #fff;
        display: block;
        border-radius: 4px;
        border: 1px solid #dedede;
        padding: 5px 10px;
        position: absolute;
        margin-left: 60px;
        margin-top: 4px;
        white-space: nowrap;
        z-index: 1001; }
        .article-tools ul li.open ul li {
          border: 0;
          display: block;
          margin: 0;
          padding: 5px 0 5px 5px; }
      .article-tools ul li:first-child {
        margin-left: 0; }

.content-question {
  margin-top: 0 !important;
  padding: 2.77778rem 0; }
  .content-question-container {
    position: relative;
    background: #F9F9F9;
    border-left: #006b87 solid 60px;
    padding: 2.22222rem 2.22222rem 2.22222rem 1.38889rem; }
    @media only screen and (min-width: 48em) {
      .content-question-container {
        border-left: #006b87 solid 90px;
        padding: 2.22222rem; } }
    .content-question-container .textbox-question {
      font-size: 25.92px;
      line-height: 35px; }
      .content-question-container .textbox-question:after {
        content: '?';
        background: #fff;
        position: absolute;
        border-radius: 50%;
        color: #0094BA;
        font-weight: 600;
        font-size: 1.55556rem;
        left: -2.72222rem;
        padding: 0.27778rem 0.66667rem;
        top: 2rem;
        line-height: 27px; }
        @media only screen and (min-width: 48em) {
          .content-question-container .textbox-question:after {
            font-size: 2.33333rem;
            left: -4rem;
            padding: 0.77778rem 1rem;
            top: 1.5rem; } }
  .content-question .textbox-answer {
    color: #3a4043;
    font-weight: 100;
    margin-bottom: 0;
    margin-top: 1.38889rem; }

.img-gallery-modal {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }
  .img-gallery-modal-container {
    background: #f9f9f9;
    padding: 1.11111rem 0.72222rem 1.66667rem;
    width: 95%;
    margin: 0 auto;
    margin-top: 5.55556rem;
    text-align: center; }
    @media only screen and (min-width: 48em) {
      .img-gallery-modal-container {
        padding: 1.11111rem 1.11111rem 3.05556rem;
        max-width: 70%;
        margin-top: 9.44444rem; } }
    @media only screen and (min-width: 75em) {
      .img-gallery-modal-container {
        max-width: 48.61111rem; } }
    .img-gallery-modal-container__img {
      box-shadow: #dedede 1px 1px 2px 1px;
      width: 75%; }
      @media only screen and (min-width: 75em) {
        .img-gallery-modal-container__img {
          width: initial;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none; } }
    .img-gallery-modal-container .ss-navigateright,
    .img-gallery-modal-container .ss-navigateleft,
    .img-gallery-modal-container .ss-delete {
      cursor: pointer; }
    .img-gallery-modal-container .ss-delete {
      color: #c73e28;
      text-align: center;
      padding-bottom: 25px;
      font-size: 1.11111rem; }
      @media only screen and (min-width: 48em) {
        .img-gallery-modal-container .ss-delete {
          padding-bottom: 35px;
          text-align: right; } }
    .img-gallery-modal-container .ss-navigateright,
    .img-gallery-modal-container .ss-navigateleft {
      font-size: 28px;
      color: #3a4043;
      padding-top: 0.27778rem; }
      @media only screen and (min-width: 48em) {
        .img-gallery-modal-container .ss-navigateright,
        .img-gallery-modal-container .ss-navigateleft {
          padding-top: 0; } }
    .img-gallery-modal-container .ss-navigateleft {
      float: left; }
      @media only screen and (min-width: 48em) {
        .img-gallery-modal-container .ss-navigateleft {
          padding: 15px 0 0 15px; } }
    .img-gallery-modal-container .ss-navigateright {
      float: right; }
      @media only screen and (min-width: 48em) {
        .img-gallery-modal-container .ss-navigateright {
          padding: 15px 0 0 15px; } }

.study-guide-section {
  padding: 0 0.55556rem; }
  @media only screen and (min-width: 48em) {
    .study-guide-section {
      padding: 0; } }
  .study-guide-section__heading {
    padding: 1.66667rem 0 0.83333rem;
    text-align: center;
    max-height: 65px;
    overflow: hidden;
    font-size: 25.92px; }
    @media only screen and (min-width: 48em) {
      .study-guide-section__heading {
        padding-top: 0; } }
  .study-guide-section-info {
    background: #f9f9f9;
    padding: 1.11111rem;
    margin-top: 1.94444rem; }
    .study-guide-section-info .ss-book, .study-guide-section-info .ss-info {
      color: #ddd;
      padding-right: 7px;
      position: relative;
      top: 1px; }
    .study-guide-section-info__subjects {
      overflow: hidden; }
      .study-guide-section-info__subjects-subject,
      .study-guide-section-info__subjects .ss-info {
        float: left;
        margin: 0; }
        .study-guide-section-info__subjects-subject:nth-child(n+3),
        .study-guide-section-info__subjects .ss-info:nth-child(n+3) {
          padding-left: 5px; }
    .study-guide-section-info__pages, .study-guide-section-info__subjects {
      margin-bottom: 10px;
      margin-top: 0; }
    .study-guide-section-info__grades {
      overflow: hidden; }
      .study-guide-section-info__grades-title, .study-guide-section-info__grades-grade {
        float: left;
        margin: 0; }
      .study-guide-section-info__grades-title {
        padding-right: 10px; }
      .study-guide-section-info__grades-grade-container {
        width: 92%;
        overflow: hidden; }
        .study-guide-section-info__grades-grade-container .study-guide-grade {
          padding: 0 10px;
          float: left;
          margin: 0;
          border-right: #ddd solid 3px; }
          .study-guide-section-info__grades-grade-container .study-guide-grade:first-of-type, .study-guide-section-info__grades-grade-container .study-guide-grade:last-of-type {
            border: transparent; }
  .study-guide-section-preview {
    text-align: center;
    padding-top: 2.5rem; }
    @media only screen and (min-width: 48em) {
      .study-guide-section-preview {
        text-align: initial; } }
    .study-guide-section-preview__cover-img, .study-guide-section-preview-container {
      display: inline-block; }
    .study-guide-section-preview-container {
      width: 100%;
      vertical-align: bottom;
      position: relative; }
      @media only screen and (min-width: 48em) {
        .study-guide-section-preview-container {
          width: 66%;
          padding: 0 1.66667rem;
          height: 320px; } }
      .study-guide-section-preview-container__note {
        display: table;
        margin: 0 auto; }
        @media only screen and (min-width: 48em) {
          .study-guide-section-preview-container__note {
            padding-left: 1.66667rem;
            margin: 0; } }
        .study-guide-section-preview-container__note span {
          display: table-cell; }
      .study-guide-section-preview-container__btn {
        margin: 0 auto;
        display: block !important;
        padding: 0.83333rem 0.94444rem;
        margin-top: 0.83333rem;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
        @media only screen and (min-width: 48em) {
          .study-guide-section-preview-container__btn {
            width: 80%;
            margin: 0 auto;
            margin-top: 1.11111rem; } }
        .study-guide-section-preview-container__btn + .study-guide-section-preview-container__btn__note {
          margin-top: 0; }
      .study-guide-section-preview-container__imgs {
        padding-top: 2.77778rem;
        width: 100%; }
        @media only screen and (min-width: 48em) {
          .study-guide-section-preview-container__imgs {
            padding-top: 2.5rem;
            position: absolute;
            bottom: 0; } }
        .study-guide-section-preview-container__imgs-img {
          margin-right: 0.22222rem;
          cursor: pointer;
          width: 2.72222rem; }
          @media only screen and (min-width: 48em) {
            .study-guide-section-preview-container__imgs-img {
              width: initial; } }
          .study-guide-section-preview-container__imgs-img:last-child {
            margin-right: 0; }
  .study-guide-section__content-heading {
    padding: 3.05556rem 0 0.94444rem;
    border-bottom: #E0E0E0 solid 1px;
    margin-bottom: 1.77778rem;
    position: relative; }
    .study-guide-section__content-heading .ss-openbook {
      color: #EEEEEE;
      font-size: 1.83333rem;
      position: relative;
      top: 8px;
      margin-right: 5px; }
      @media only screen and (min-width: 48em) {
        .study-guide-section__content-heading .ss-openbook {
          margin-right: 13px; } }
    .study-guide-section__content-heading .ss-search {
      color: #999E9C;
      position: absolute;
      left: 20px;
      top: 72px;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      font-size: 20px; }
  .study-guide-section__content-about {
    padding: 1.66667rem 0 0.27778rem; }

.follow-btn {
  display: none;
  width: 13.88889rem;
  margin: 1rem auto 1rem;
  padding: 0; }
  @media only screen and (min-width: 60em) {
    .follow-btn {
      display: block; } }
  .follow-btn, .follow-btn:hover,
  .follow-btn .follow-button:hover {
    background: #58c0e7; }
  .follow-btn .follow-button {
    padding: 0.61111rem 0;
    font-weight: bold;
    letter-spacing: 0.01667rem;
    outline: none;
    width: 100%; }
    .follow-btn .follow-button:active, .follow-btn .follow-button:focus {
      background: transparent; }

.follow-active {
  background: #006b87; }

.hh-btn {
  width: 100%;
  font-weight: bold;
  margin-bottom: 0.83333rem; }
  .hh-btn, .hh-btn:hover {
    background: transparent; }
  .hh-btn__inner {
    display: block; }
    .hh-btn__inner .ss-help {
      font-size: 1.27778rem;
      position: relative;
      top: 0.22222rem;
      margin-right: 0.16667rem; }

.hh-btn-desktop {
  display: none; }
  @media only screen and (min-width: 60em) {
    .hh-btn-desktop {
      display: block; } }
  .hh-btn-desktop .hh-btn__inner, .hh-btn-desktop .hh-btn__inner:hover, .hh-btn-desktop .hh-btn__inner:visited {
    color: #006b87; }

.hh-btn-mobile {
  text-align: center;
  padding: 0.83333rem 1.94444rem; }
  @media only screen and (min-width: 60em) {
    .hh-btn-mobile {
      display: none; } }
  .hh-btn-mobile .hh-btn__inner {
    background: #006b87;
    width: 100%;
    display: inline-block;
    color: #fff;
    padding: 0.66667rem 0; }

.hh-box {
  font-size: 0.88889rem;
  padding: 1.11111rem;
  background-color: #f9f9f9; }

.hh-box__no-background {
  background: none;
  padding-top: 0; }

.hh-box__educator-info {
  background: #f8f3e6;
  padding-top: 0.72222rem;
  margin: 1.11111rem 0; }

.hh-box .messagebox {
  background-color: #f8f3e6;
  margin: 0 auto 0.55556rem; }

.hh-box--first {
  margin-top: 3.33333rem; }
  @media only screen and (min-width: 60em) {
    .hh-box--first {
      margin-top: 0;
      padding-top: 0; } }

@supports (display: grid) {
  .hh-box--first {
    margin-top: 0; } }

.hh-box__share_link_container {
  display: none !important; }
  @media only screen and (min-width: 60em) {
    .hh-box__share_link_container {
      display: inline !important;
      position: relative; } }

.hh-box__paywall {
  padding: 0; }

.hh-box__content {
  word-wrap: break-word; }

.hh-box__comment {
  margin-bottom: 1.11111rem; }

.hh-box__answer {
  text-transform: none;
  margin-bottom: 1.11111rem; }
  .hh-box__answer__text {
    word-wrap: break-word;
    font-family: 'Open Sans';
    font-size: 0.88889rem; }
    .hh-box__answer__text p:first-child {
      margin-top: 10; }
    .hh-box__answer__text p:last-child {
      margin-bottom: 0; }
    .hh-box__answer__text iframe {
      width: 100%; }

.hh-box__title {
  font-family: 'Open Sans';
  font-size: 1.33333rem;
  line-height: 2rem;
  margin: 1.11111rem 0; }

.hh-box__title--sidebar {
  text-align: center;
  margin-bottom: 0; }

.hh-box__select {
  width: 100%; }

.hh-box__btn {
  width: 100%;
  background-color: #006b87; }

.hh-box__list {
  list-style: none;
  text-align: left;
  padding: 0 0.27778rem; }

.hh-box__link,
.hh-box__link:visited {
  font-family: 'Open Sans';
  font-size: 0.88889rem;
  line-height: 1.33333rem;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 0.55556rem; }

.hh-box__more {
  padding: 0;
  margin: 0;
  text-align: right; }

.hh-box__popup {
  margin-top: 0.55556rem;
  padding: 0.83333rem 0.27778rem 0.27778rem;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 9999;
  right: 0; }
  @media only screen and (min-width: 60em) {
    .hh-box__popup {
      width: 8rem;
      padding: 0 0.27778rem; } }
  .hh-box__popup:before {
    content: '';
    border-style: solid;
    border-width: 0 0.83333rem 0.83333rem;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -0.78rem;
    right: 0.44444rem; }

.hh-box__answercount {
  font-size: 12.5px;
  font-size: 0.69444rem;
  font-weight: 400;
  margin-bottom: 1.11111rem; }

.hh-box__usercomments {
  display: none; }
  .hh-box__usercomments.open {
    display: block; }

.hh-box__usercomments_nav,
.hh-box__usercomments_icon {
  color: #1f1f1f;
  vertical-align: sub; }

.rq-modal {
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  /********* Sharing **********/ }
  @media only screen and (min-width: 32em) {
    .rq-modal {
      align-items: center; } }
  .rq-modal .ss-delete {
    color: #adadad;
    text-align: center;
    display: block;
    margin-bottom: 0.83333rem;
    font-size: 0.94444rem;
    cursor: pointer;
    transition: color 0.25s ease; }
    @media only screen and (min-width: 32em) {
      .rq-modal .ss-delete {
        font-size: 1.11111rem;
        margin-bottom: 1.11111rem; } }
    .rq-modal .ss-delete::after {
      content: 'CLOSE';
      font-style: initial;
      position: relative;
      top: -2px;
      left: 5px;
      font-weight: 600; }
    @media only screen and (min-width: 32em) {
      .rq-modal .ss-delete {
        float: right;
        text-align: right;
        margin-bottom: 0; }
        .rq-modal .ss-delete::after {
          display: none; } }
    .rq-modal .ss-delete:hover {
      color: #c73e28; }
  .rq-modal__container {
    opacity: 0;
    background: #f9f9f9;
    padding: 1.11111rem 1.38889rem;
    width: 95%;
    transition: all 0.3s;
    text-align: left;
    overflow: hidden;
    margin: 3.88889rem 0 0.55556rem;
    display: table; }
    @media only screen and (min-width: 32em) {
      .rq-modal__container {
        -webkit-transform: scale(0.7);
                transform: scale(0.7);
        padding: 2.77778rem 3.05556rem;
        margin-top: 0; } }
    @media only screen and (min-width: 1040px) {
      .rq-modal__container {
        width: 56.94444rem; } }
  .rq-modal__header {
    font-size: 1.22222rem;
    padding-bottom: 0.55556rem; }
    @media only screen and (min-width: 32em) {
      .rq-modal__header {
        font-size: 25.92px;
        padding-bottom: 1.66667rem; } }
  .rq-modal-inner {
    margin-bottom: 1.94444rem; }
    .rq-modal-inner:last-of-type {
      margin-bottom: 0; }
    .rq-modal-inner__title {
      display: block;
      line-height: 1.22222rem;
      font-size: 0.88889rem; }
      @media only screen and (min-width: 32em) {
        .rq-modal-inner__title {
          display: inline;
          font-size: 1rem; } }
    .rq-modal-inner__subject {
      font-size: 0.72222rem;
      margin-bottom: 0.27778rem; }
      @media only screen and (min-width: 32em) {
        .rq-modal-inner__subject {
          font-size: 15px; } }
    .rq-modal-inner__description {
      margin: 0.27778rem 0 0.11111rem;
      line-height: 1.22222rem;
      font-size: 0.83333rem; }
      @media only screen and (min-width: 32em) {
        .rq-modal-inner__description {
          font-size: 1rem;
          line-height: 1.66667rem; } }
    .rq-modal-inner__answered {
      font-size: 0.77778rem;
      color: #757575; }
      .rq-modal-inner__answered .ed-icon {
        margin-right: 0.16667rem;
        position: relative;
        bottom: 0.05556rem;
        width: 1rem; }
      @media only screen and (min-width: 32em) {
        .rq-modal-inner__answered {
          font-size: 0.77778rem; } }
  .rq-modal__list {
    max-height: 16.66667rem;
    overflow: auto; }
    @media only screen and (min-width: 32em) {
      .rq-modal__list {
        max-height: initial; } }
  .rq-modal__btn {
    margin-top: 1.11111rem;
    text-align: left;
    display: block;
    outline: none;
    cursor: pointer;
    margin-bottom: 0; }
    @media only screen and (min-width: 32em) {
      .rq-modal__btn {
        margin-top: 1.94444rem;
        float: right; } }
    .rq-modal__btn, .rq-modal__btn:visited {
      color: #c73e28; }
    .rq-modal__btn .ss-compose {
      position: relative;
      bottom: 3px; }
      .rq-modal__btn .ss-compose span {
        font-style: initial;
        position: relative;
        bottom: 0.11111rem;
        font-size: 0.94444rem; }
        @media only screen and (min-width: 32em) {
          .rq-modal__btn .ss-compose span {
            font-size: 1rem;
            padding-left: 0.44444rem; } }
        @media only screen and (min-width: 1040px) {
          .rq-modal__btn .ss-compose span {
            bottom: 0.22222rem;
            float: left;
            padding-right: 0.44444rem; } }
      .rq-modal__btn .ss-compose::before {
        display: none; }
        @media only screen and (min-width: 32em) {
          .rq-modal__btn .ss-compose::before {
            display: inline; } }
  .rq-modal-inner .rq-modal-inner__title,
  .rq-modal-inner .rq-modal-inner__answered, .rq-modal__btn {
    font-weight: 500; }
  .rq-modal__header,
  .rq-modal-inner .rq-modal-inner__subject,
  .rq-modal-inner .rq-modal-inner__description {
    font-weight: 400; }
  .rq-modal-inner .rq-modal-inner__subject, .rq-modal__btn {
    text-transform: uppercase; }

.hideModal {
  display: none; }

.openModal {
  opacity: 1; }
  @media only screen and (min-width: 32em) {
    .openModal {
      -webkit-transform: scale(1.04);
              transform: scale(1.04); } }

.closeModal {
  transition: all 0.3s;
  opacity: 0; }
  @media only screen and (min-width: 32em) {
    .closeModal {
      -webkit-transform: scale(0.7);
              transform: scale(0.7); } }

.closeModalBackground {
  visibility: hidden;
  transition: all 0.3s;
  opacity: 0; }

/******** Error Message ********/
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }
  25% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }
@keyframes shake {
  0% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }
  25% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

.ask-error-message {
  position: absolute;
  z-index: 999;
  background: #f8f3e6;
  padding: 2px 15px 15px;
  color: #c73e28;
  font-weight: 400;
  box-shadow: #ddd 1px 2px 3px;
  -webkit-animation: shake .3s;
          animation: shake .3s; }

.arrow-up {
  position: relative;
  bottom: 13px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 14px solid #f8f3e6; }

.u-modal-resize {
  -webkit-transform: scale(0.9);
          transform: scale(0.9); }

.topic-container-linkback {
  width: 100%;
  text-align: center;
  margin: auto; }

.topic-container-linkback__container {
  display: inline-block;
  margin: 1.11111rem;
  padding: 1.66667rem;
  background: #f9f9f9;
  max-width: 96%; }
  .topic-container-linkback__container::after {
    clear: both;
    content: "";
    display: table; }
  @media only screen and (min-width: 60em) {
    .topic-container-linkback__container {
      width: auto;
      margin-left: auto;
      margin-right: auto;
      padding: 1.66667rem 3.33333rem; } }

.topic-container-linkback__headline {
  margin: 0 0 0.55556em; }

.topic-container-linkback__image {
  padding: 0;
  display: inline-block;
  margin: 0 auto;
  width: 9.72222rem; }

.topic-container-linkback__details {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
  margin-top: 1.11111rem; }
  @media only screen and (min-width: 60em) {
    .topic-container-linkback__details {
      margin-top: 0;
      width: auto;
      text-align: left;
      margin-left: 1.11111rem;
      max-width: 73%; } }

.topic-container-linkback__title {
  line-height: 1.15;
  color: #006b87 !important;
  font-weight: 600;
  /*semibold*/
  font-size: 1.55556rem;
  margin: 0 0.55556rem 0.55556rem 0; }

.topic-container-linkback__author {
  color: #757575;
  font-size: 1.33333rem;
  margin: 0; }

.topic-container-linkback__title,
.topic-container-linkback__author {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  display: block; }

.topic-container-linkback__link {
  margin-top: 1.11111rem;
  display: inline-block; }
  .topic-container-linkback__link:first-of-type {
    margin-right: 0.55556rem; }

.topic-container__cta {
  color: #c73e28;
  text-transform: uppercase; }

.box-shadow {
  box-shadow: 0.11111rem 0.11111rem 0.16667rem 0.05556rem #dedede; }

@media only screen and (min-width: 60em) {
  .topic-container-linkback {
    margin-bottom: 1.66667rem;
    text-align: left; } }

.topic-container-linkback-paywall {
  margin-bottom: 1.66667rem;
  text-align: left; }

.topic-container-linkback__container {
  margin: 1.11111rem 0; }
  @media only screen and (min-width: 60em) {
    .topic-container-linkback__container {
      padding: 2.77778rem;
      width: 100%; } }

.topic-container-linkback__image {
  margin-bottom: 1.11111rem;
  width: 13.88889rem; }
  @media only screen and (min-width: 60em) {
    .topic-container-linkback__image {
      display: inline-block;
      width: 9.72222rem;
      margin-right: 1.66667rem; } }

.topic-container-linkback__includes {
  font-style: italic; }

.topic-container-linkback__details {
  margin-left: 0; }
  @media only screen and (min-width: 60em) {
    .topic-container-linkback__details {
      display: inline-block;
      width: 71%; } }

.topic-container-linkback__details-paywall {
  margin-left: 0;
  display: inline-block;
  max-width: 100%; }

.topic-container-linkback__list {
  list-style-position: inside;
  list-style-type: disc;
  font-size: 0.86111rem;
  margin-left: 0;
  text-align: left; }
  @media only screen and (min-width: 48em) {
    .topic-container-linkback__list {
      margin-left: 6rem; } }
  @media only screen and (min-width: 60em) {
    .topic-container-linkback__list {
      padding-left: 0;
      margin-left: 0; } }

.topic-container-linkback__link {
  text-align: center;
  width: 100%; }

.topic-container-linkback__title-paywall {
  white-space: normal;
  color: #c73e28; }

.topic-container-linkback__container-paywall {
  background-color: #f8f3e6; }

.topic-container-linkback__login {
  margin-right: 0.55556rem;
  font-size: 0.77778rem;
  text-align: center;
  padding-top: 0.27778rem; }

.topic-container-linkback__list-paywall {
  font-size: 1rem; }

.extra-access {
  margin: 0; }

#content {
  margin: 10px; }
  @media only screen and (min-width: 48em) {
    #content {
      margin: 10px 40px; }
      #content::after {
        clear: both;
        content: "";
        display: table; } }
  @media only screen and (min-width: 60em) {
    #content {
      margin: 10px auto;
      max-width: 960px; } }

#content-main {
  padding: 0 8px; }
  @media only screen and (min-width: 60em) {
    #content-main {
      padding: inherit;
      float: right;
      width: calc(100% - 320px); } }

#sidebar {
  display: none; }
  @media only screen and (min-width: 60em) {
    #sidebar {
      display: block;
      width: 300px;
      float: left; } }

#sidebar {
  display: block;
  margin: 0.55556rem 0; }
  @media only screen and (min-width: 60em) {
    #sidebar {
      margin-top: 0; } }
  #sidebar .aside {
    text-align: left; }

#content-main {
  position: relative; }
  #content-main blockquote {
    font-size: 0.88889rem; }
  #content-main article {
    margin: 0.44444rem 0 0 -0.11111rem; }
  #content-main h1 {
    color: #1f1f1f;
    font-size: 21.6px;
    font-size: 1.2rem; }
  #content-main.buy-page {
    width: 100%; }

#banner.topics-nav-banner .banner-logo {
  display: none; }
  @media only screen and (min-width: 60em) {
    #banner.topics-nav-banner .banner-logo {
      display: block; } }

#banner.topics-nav-banner b.ss-icon {
  z-index: 1; }
  #banner.topics-nav-banner b.ss-icon.search {
    float: right; }
  #banner.topics-nav-banner b.ss-icon.toc {
    display: inline;
    font-size: 0.8em;
    padding: 0;
    margin: 0;
    height: auto;
    width: auto; }
    @media only screen and (min-width: 60em) {
      #banner.topics-nav-banner b.ss-icon.toc {
        display: none; } }

#banner.topics-nav-banner .banner-title {
  position: relative;
  display: inline-block;
  width: 76%;
  font-size: 1em;
  color: #fff;
  padding: 0;
  padding-top: 10px;
  margin: 0;
  text-align: center; }
  #banner.topics-nav-banner .banner-title .text {
    display: inline-block;
    max-width: 82%;
    pointer-events: auto;
    font-size: 0.9em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  @media only screen and (max-width: 20em) {
    #banner.topics-nav-banner .banner-title {
      width: 72%; } }
  @media only screen and (min-width: 32em) {
    #banner.topics-nav-banner .banner-title {
      width: 82%; } }
  @media only screen and (min-width: 48em) {
    #banner.topics-nav-banner .banner-title {
      width: 88%; } }
  @media only screen and (min-width: 60em) {
    #banner.topics-nav-banner .banner-title {
      display: none; } }

.c-navigation-menu {
  margin-top: 0.44444rem; }
  .c-navigation-menu .u-margin-bottom {
    margin-bottom: 0.55556rem; }
    .c-navigation-menu .u-margin-bottom .c-navigation-menu__header {
      font-size: 1.33333rem;
      line-height: 2rem; }
    .c-navigation-menu .u-margin-bottom a {
      font-size: 1rem;
      line-height: 1.33333rem; }
  .c-navigation-menu.hidden {
    display: none; }

.topics-navigation-menu.flyout-nav {
  background: #3a4043;
  overflow: hidden;
  position: absolute;
  top: 60px;
  left: -75%;
  width: 75%;
  bottom: 0;
  z-index: 1;
  margin: 0;
  padding: 0;
  transition: left 0.3s cubic-bezier(0.03, 0.33, 0.4, 0.9); }
  @media only screen and (min-width: 32em) {
    .topics-navigation-menu.flyout-nav {
      left: -50%;
      width: 50%; } }
  @media only screen and (min-width: 60em) {
    .topics-navigation-menu.flyout-nav {
      display: none; } }
  .topics-navigation-menu.flyout-nav.nav-open {
    left: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    -webkit-backface-visibility: hidden; }
  .topics-navigation-menu.flyout-nav .header {
    background: #2c3133;
    padding: 0.55556rem;
    margin-bottom: 0; }
    .topics-navigation-menu.flyout-nav .header::after {
      clear: both;
      content: "";
      display: table; }
    .topics-navigation-menu.flyout-nav .header h3 {
      color: #fff;
      font-size: 1.11111rem;
      font-weight: bold;
      line-height: 28px;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased; }
  .topics-navigation-menu.flyout-nav .menu-list {
    border-top: 1px solid #656b6e;
    margin: 0;
    padding: 0;
    text-align: left; }
  .topics-navigation-menu.flyout-nav .menu-list-item {
    border-bottom: 1px solid #656b6e;
    font-size: 1rem;
    padding: 0;
    margin: 0; }
    .topics-navigation-menu.flyout-nav .menu-list-item__link {
      color: #6ec0e3;
      display: inline-block;
      font-weight: bold;
      padding: 10px 20px 10px 12px;
      width: 100%;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased; }
      .topics-navigation-menu.flyout-nav .menu-list-item__link:after {
        float: right; }
      .topics-navigation-menu.flyout-nav .menu-list-item__link:hover {
        color: #99d3eb; }
      @media only screen and (min-width: 60em) {
        .topics-navigation-menu.flyout-nav .menu-list-item__link:after {
          float: none; } }
  .topics-navigation-menu.flyout-nav .menu-list-sub {
    padding: 0;
    font-size: 0.9em; }
  .topics-navigation-menu.flyout-nav .menu-list-sub--open + .menu-list-sub .menu-list-item__link {
    color: #99d3eb;
    padding-left: 20px; }

.topics-navigation-menu.sidebar-nav {
  display: none; }
  @media only screen and (min-width: 60em) {
    .topics-navigation-menu.sidebar-nav {
      display: block; } }

.menu-list {
  padding: 0.55556rem 0 0 0;
  margin: 0; }
  .menu-list-item {
    margin: 0.27778rem 0; }
    .menu-list-item__link {
      display: block; }
      .menu-list-item__link.ss-navigatedown::after, .menu-list-item__link.ss-navigateup::after {
        font-size: 15px;
        font-size: 0.83333rem; }
      .menu-list-item__link--selected, .menu-list-item__link--selected:visited {
        color: #c73e28 !important; }

.menu-list-sub {
  padding: 0 0 0 1.11111rem;
  margin: 0;
  opacity: 0;
  max-height: 0;
  overflow-y: hidden; }
  @media only screen and (min-width: 60em) {
    .menu-list-sub {
      transition: all 0.5s ease; } }

.menu-list-sub--open + .menu-list-sub {
  max-height: none;
  opacity: 1;
  overflow-y: visible; }

[data-block] {
  border: 0;
  padding: 0; }

.etext-body table {
  clear: right; }

.content.open {
  display: block; }

.content-body p,
.content-body li,
.insight-glance p,
.insight-glance li {
  font-size: 16px;
  line-height: 27.2px; }

.content-body h3,
.insight-glance h3 {
  font-size: 1.11111rem;
  line-height: 1.2;
  font-weight: 600;
  text-transform: Capitalize; }

.article-image {
  background: #f9f9f9;
  border: solid 1px black;
  padding: 5px;
  margin: 10px 10px 10px 0;
  clear: left;
  width: 1px;
  display: table;
  font-size: 15px;
  font-size: 0.83333rem; }
  @media only screen and (min-width: 48em) {
    .article-image {
      float: left; } }
  .article-image img {
    max-width: 175px; }

.content-aside {
  margin-top: 20px; }
  .content-aside section.container p {
    font-size: 18px;
    font-size: 1rem; }

.underscored {
  text-decoration: underline; }

.u-align-right {
  text-align: right; }

.u-box-shadow {
  box-shadow: #e4e4e4 1px 1px 1px 1px; }

.u-red-font {
  color: #c73e28; }

.t-h2 {
  font-size: 21.6px; }