@charset "UTF-8";
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
@import url(vendor/quill.core.css);
@import url(vendor/quill.bubble.css);
@import url(vendor/quill.snow.css);
@import url(ui-lightness/jquery-ui.min.css);
@import url(webfonts/ss-social.css);
@import url(webfonts/ss-standard.css);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

::-moz-selection {
  background: #ffcc89;
  text-shadow: none; }

::selection {
  background: #ffcc89;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

iframe {
  border: 0;
  padding: 0px; }

/* mixin for multiline */
#mq {
  transition: width 0.01ms;
  width: 0; }
  #mq:before {
    content: "min-width: 20em"; }
  @media only screen and (min-width: 32em) {
    #mq {
      width: 1px; }
      #mq:before {
        content: "min-width: 32em"; } }
  @media only screen and (min-width: 48em) {
    #mq {
      width: 2px; }
      #mq:before {
        content: "min-width: 48em"; } }
  @media only screen and (min-width: 60em) {
    #mq {
      width: 3px; }
      #mq:before {
        content: "min-width: 60em"; } }
  @media only screen and (max-width: 59.99em) {
    #mq {
      width: 4px; }
      #mq:before {
        content: "max-width: 59.99em"; } }
  @media only screen and (min-width: 64em) {
    #mq {
      width: 5px; }
      #mq:before {
        content: "min-width: 64em"; } }
  @media only screen and (min-width: 75em) {
    #mq {
      width: 6px; }
      #mq:before {
        content: "min-width: 75em"; } }

* {
  box-sizing: border-box; }

.noscroll {
  overflow: hidden; }

.wait {
  cursor: wait; }

html.noscroll,
body.noscroll {
  position: relative;
  overflow: hidden; }

.meta {
  color: #757575; }

.meta-x-small {
  color: #757575;
  font-size: 12.5px;
  font-size: 0.69444rem; }

.meta-small {
  color: #757575;
  font-size: 15px;
  font-size: 0.83333rem; }

.highlight {
  color: #006b87;
  font-weight: 600; }

.important,
.u-required,
.u-error {
  color: #c73e28 !important;
  font-weight: bold !important; }

.u-no-margin {
  margin: 0 !important; }

.u-font-small {
  font-size: 15px;
  font-size: 0.83333rem; }

.title {
  font-size: 18px;
  font-size: 1rem; }

a {
  color: #006b87;
  text-decoration: none; }
  a:hover {
    color: #c73e28; }
  a:active {
    color: #c73e28; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  color: #fff;
  background: #006b87;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  transition-property: background-color, color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  border-radius: 0;
  border: 1px solid transparent;
  line-height: 1.2;
  font-size: 20px;
  font-size: 1.11111rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  padding: 0.66667rem 0.94444rem;
  font-family: "Open Sans", "Helvetica Neue", "Arial", sans-serif; }
  .btn:hover, .btn:focus, .btn:active, .btn.active {
    color: #fff;
    background: #c73e28; }
  .btn:visited {
    color: #fff; }
  .btn.big {
    font-size: 22px;
    font-size: 1.22222rem; }
  .btn.large {
    font-size: 30px;
    font-size: 1.66667rem;
    padding: 1.33333rem 3.66667rem;
    display: inline-block;
    margin-bottom: 0.55556rem; }
  .btn.small {
    font-size: 18px;
    font-size: 1rem;
    padding: 0.38889rem 0.55556rem; }
  .btn.x-small {
    font-size: 15px;
    font-size: 0.83333rem;
    padding: 0.27778rem 0.44444rem; }
  .btn.dark-blue {
    background-color: #3b5998; }
  .btn.white {
    color: #02749f;
    background-color: #fff; }
    .btn.white:hover, .btn.white:focus, .btn.white:active {
      background-color: #c73e28;
      color: white; }
  .btn.red {
    background-color: #c73e28; }
    .btn.red:hover, .btn.red:focus, .btn.red:active {
      background-color: #006b87; }
  .btn.cancel {
    color: #1f1f1f;
    border: none;
    background-color: inherit;
    text-decoration: underline; }
  .btn.disabled, .btn:disabled {
    color: #fff;
    background-color: #dedede;
    cursor: not-allowed; }
    .btn.disabled:hover, .btn:disabled:hover {
      background-color: #dedede; }

@media only screen and (max-width: 59.99em) {
  .hide {
    display: none; } }

.center,
.u-center {
  text-align: center; }

.u-centered {
  display: block;
  margin: auto; }

.ad-sidebar, .ad-content {
  text-align: center;
  margin: 0 auto;
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

p.categories {
  color: #3a4043;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.66667rem; }

div.valuableTip {
  position: absolute;
  border: 1px solid #888;
  background: #F7F7CC;
  padding: 5px;
  display: none;
  font-size: 16px;
  font-size: 0.88889rem;
  color: #2F2F2F; }

.tip {
  color: #006b87; }
  .tip:hover {
    color: #c73e28; }

div.p402_premium {
  margin-top: 15px; }

div.clear::after {
  clear: both;
  content: "";
  display: table; }

.ss-icon.green {
  color: #00CC00; }

.ss-icon.red {
  color: #c73e28; }

.ss-icon-medium {
  padding: 0.05556rem 0.83333rem 0;
  margin-left: 0.38889rem;
  background-image: url("/images/img/medium-transparent.png");
  background-size: 1.55556rem 1.55556rem;
  background-repeat: no-repeat;
  vertical-align: middle; }

.ss-icon-medium:hover {
  background-image: url("/images/img/medium-transparent-hover.png"); }

iframe[name="google_conversion_frame"] {
  position: fixed; }

img.lazy {
  opacity: 0; }

img {
  opacity: 1;
  transition: opacity 0.3s; }

#GB_window {
  background: #fff;
  overflow: hidden; }

#GB_frame {
  width: 100%;
  height: 100%; }

#GB_window img#GB_loader {
  display: block;
  width: 100px;
  margin: 20px auto; }

.ui-dialog-titlebar {
  background-color: #006b87; }

.ui-widget-header {
  background: none;
  background-color: #006b87;
  border: 1px solid #006b87; }

.payment-ui-dialog {
  background: #fff; }

.mce-path > .mce-path-item, .mce-path > .mce-divider {
  display: none !important; }

.mce-wordcount {
  position: relative !important;
  padding: 0px !important; }

/* mixin for multiline */
html {
  font-size: 18px; }

body {
  background-color: #fff;
  line-height: 1.7;
  font-weight: 400;
  font-family: "Open Sans", "Helvetica Neue", "Arial", sans-serif;
  color: #1f1f1f; }

p {
  margin-bottom: 1.3em; }

h1,
.h1, h2,
.h2, h3,
.h3, h4,
.h4 {
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 0.2em 0; }

h1,
h2,
h3,
h4 {
  color: #1f1f1f; }

h1,
.h1 {
  font-size: 37.325px;
  font-size: 2.07361rem; }

h2,
.h2 {
  font-size: 31.104px;
  font-size: 1.728rem; }

h3,
.h3 {
  font-size: 25.92px;
  font-size: 1.44rem; }

h4,
.h4 {
  font-size: 21.6px;
  font-size: 1.2rem; }

small,
.font-small {
  font-size: 15px;
  font-size: 0.83333rem; }

#breadcrumbs {
  font-size: 12.5px;
  font-size: 0.69444rem;
  padding: 8px 0 0;
  margin: 0 0 10px; }
  #breadcrumbs::after {
    clear: both;
    content: "";
    display: table; }
  #breadcrumbs h1 {
    display: inline;
    font-size: 12.5px;
    font-size: 0.69444rem;
    font-weight: lighter; }
  #breadcrumbs.truncated {
    padding-top: 12px; }
  #breadcrumbs .selected {
    color: #c73e28; }

.breadcrumbs {
  padding: 0.5em 0 0;
  margin: 0 0 0.56em;
  font-size: 0.74056rem;
  line-height: 1.11056rem;
  text-transform: uppercase; }
  .breadcrumbs::after {
    clear: both;
    content: "";
    display: table; }

.breadcrumbs__crumb {
  display: inline;
  font-weight: normal; }

.breadcrumbs__crumb--white {
  color: #fff; }

.breadcrumbs__crumb--hh {
  font-size: 0.74056rem;
  color: #006b87; }
  .breadcrumbs__crumb--hh:visited {
    color: #006b87; }

a.breadcrumbs__crumb--white:visited {
  color: #fff; }

a.breadcrumbs__crumb--white:hover {
  color: #c73e28; }

ul.media {
  list-style: none;
  margin: 0;
  padding: 0;
  word-wrap: break-word; }
  ul.media p {
    line-height: 1.2em;
    margin: 0 0 5px 0; }
  ul.media .thumbnail {
    padding: 0 5px;
    float: left; }
    ul.media .thumbnail img {
      max-width: 60px; }
  ul.media .with-thumbnail {
    margin: 0 0 10px 75px;
    width: 80%; }
    @media only screen and (min-width: 48em) {
      ul.media .with-thumbnail {
        margin-left: 15px;
        float: left;
        width: 85%; } }
    ul.media .with-thumbnail .title {
      margin-bottom: 0;
      display: inline-block;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      word-wrap: normal; }
  ul.media .description {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    display: block;
    white-space: initial;
    font-size: 15px;
    line-height: 22px;
    padding-top: 5px; }
  ul.media .btn {
    margin: 0 0 25px 75px;
    display: inline-block; }
    @media only screen and (min-width: 48em) {
      ul.media .btn {
        margin-left: 80px; } }
    ul.media .btn__short-margin {
      margin-left: 15px; }
  ul.media .search-results-hh__subheader {
    font-size: 0.77778rem;
    text-transform: uppercase;
    padding: 0.83333rem 0 0.27778rem;
    text-align: left; }
  ul.media .search-results-hh__title {
    line-height: 1.7; }
  ul.media .search-results-hh__preview {
    line-height: 1.6;
    margin: 0.27778rem 0; }
  ul.media .search-results-hh__answercount {
    font-size: 0.77778rem;
    color: #757575;
    margin-top: 0; }
  ul.media li {
    padding: 10px 0; }
    ul.media li::after {
      clear: both;
      content: "";
      display: table; }
  ul.media.divided li {
    border-bottom: 1px solid #dedede; }
    ul.media.divided li:last-child {
      border-bottom: none; }

.card__object, .card__body, .card--left, .card--right {
  display: table-cell;
  vertical-align: top; }

.card, .card__object, .card__body {
  zoom: 1;
  overflow: hidden; }
  .card::after, .card__object::after, .card__body::after {
    clear: both;
    content: "";
    display: table; }

.card {
  margin-top: 0.55556em; }
  .card:first-child {
    margin-top: 0; }
  .card__object-is-thumbnail {
    max-width: 3.33333em; }
  .card__object-is-feature {
    width: 3.33333em; }
    @media only screen and (min-width: 48em) {
      .card__object-is-feature {
        width: 8.33333em; } }
  .card__header {
    margin: 0 0 0.27778em 0; }
  .card__desc {
    margin: 0.27778em 0; }
  .card--left {
    padding-right: 0.55556em; }
  .card--right {
    padding-left: 0.55556em; }
  .card--middle {
    vertical-align: middle; }
  .card--bottom {
    vertical-align: bottom; }
  .card-is-list {
    padding-left: 0;
    list-style: none; }

.messagebox {
  background: #f9f9f9;
  padding: 1.38889rem 1.11111rem;
  margin: 1.11111rem auto; }
  .messagebox h2,
  .messagebox h3 {
    margin: 0;
    color: #006b87;
    font-size: 24px; }
  .messagebox.error, .messagebox.warning {
    background: #f8f3e6; }
    .messagebox.error h2,
    .messagebox.error h3, .messagebox.warning h2,
    .messagebox.warning h3 {
      word-wrap: break-word;
      color: #c73e28; }
    .messagebox.error pre, .messagebox.warning pre {
      font-size: 1rem; }
  .messagebox.alert {
    background: #f8f3e6; }
  .messagebox p,
  .messagebox h2,
  .messagebox h3 {
    max-width: 51.33rem;
    margin: 0 auto; }
  .messagebox h2,
  .messagebox h3 {
    margin-bottom: 1.11111rem; }
  .messagebox p {
    margin-bottom: 1rem; }

.nav-button {
  padding: 0.55556rem 0.55556rem;
  display: block;
  cursor: pointer;
  background: #f9f9f9; }
  @media only screen and (min-width: 48em) {
    .nav-button {
      clear: left; } }
  @media only screen and (min-width: 60em) {
    .nav-button {
      display: none;
      background: none; } }
  .nav-button__rows {
    float: right; }

nav.tabs {
  width: 100%;
  padding-bottom: 0.55556rem;
  clear: both;
  background: #f9f9f9; }
  nav.tabs a {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; }
  nav.tabs .selected {
    color: #c73e28; }
  nav.tabs ul {
    margin: 0;
    padding: 0; }
    nav.tabs ul ul {
      display: none; }
    nav.tabs ul li.open ul {
      display: block; }
  @media only screen and (max-width: 59.99em) {
    nav.tabs {
      padding: 0 0.55556rem 0.55556rem 0.55556rem; }
      nav.tabs .main-tab {
        border-bottom: 1px solid #dedede; }
      nav.tabs ul li {
        padding-left: 0; }
        nav.tabs ul li a {
          display: inline-block;
          padding: 0.55556rem 0 0.55556rem 0;
          width: 100%; }
          nav.tabs ul li a span.ss-icon {
            display: inline-block;
            float: right;
            font-size: 75%;
            padding-top: 0.22222rem; }
        nav.tabs ul li ul li {
          padding-left: 1.11111rem; }
          nav.tabs ul li ul li:last-child {
            padding-left: 1.11111rem;
            border: none; }
          nav.tabs ul li ul li:first-child a {
            padding-top: 0; } }
  @media only screen and (min-width: 60em) {
    nav.tabs {
      background: none; }
      nav.tabs ul li {
        border-right: 1px solid #dedede;
        display: inline-block;
        padding: 0 0.55556rem; }
        nav.tabs ul li:last-child {
          border: none; }
        nav.tabs ul li:first-child {
          padding-left: 0; }
        nav.tabs ul li.open {
          position: relative; }
          nav.tabs ul li.open ul {
            background: #fff;
            border-radius: 4px;
            border: 1px solid #dedede;
            display: block;
            left: -0.27778em;
            padding: 0.27778rem 0.55556rem;
            position: absolute;
            white-space: nowrap;
            z-index: 1001; }
            nav.tabs ul li.open ul li {
              border: 0;
              display: block;
              margin: 0;
              padding: 0.27778rem 0 0.27778rem 0.27778rem; }
        nav.tabs ul li a {
          font-size: 15px;
          font-size: 0.83333rem; }
          nav.tabs ul li a span.ss-icon {
            font-size: 12.5px;
            font-size: 0.69444rem; } }

.ask-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 39px;
  padding: 8px 40px 8px 8px;
  border-radius: 0;
  border: 1px solid #dedede;
  background-color: white;
  font-family: "Open Sans", "Helvetica Neue", "Arial", sans-serif;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAMCAMAAABRJ730AAAAOVBMVEX///9VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVXZSKW9AAAAEnRSTlMACgsMKSosLV5hY6GjpdXW1/XtQ+SHAAAAQUlEQVR4AWMgDfAKwQEPkjCzAExUgAlZObsgRFSQDdUYLogwJ7rx3CBRbgxbmfiFhPgYMV3DKijIgs2VHBwMlAAAWYQDejJlxwIAAAAASUVORK5CYII=);
  background-position: right;
  background-repeat: no-repeat; }
  .ask-form select:focus {
    border: 1px solid #2393bd; }

.ask-form input[type="file"].fileSelector {
  box-sizing: border-box;
  width: 100%; }

textarea {
  border: 1px solid #dedede;
  border-radius: 0;
  background-color: #fff;
  font-weight: normal;
  outline: none;
  padding: 8px 8px 6px 8px; }

select {
  border: 1px solid #dedede;
  border-radius: 0;
  background-color: #fff;
  font-weight: normal;
  outline: none;
  padding: 8px 8px 6px 8px; }
  select::-ms-expand {
    display: none; }

input {
  border: 1px solid #dedede;
  border-radius: 0;
  background-color: #fff;
  font-weight: normal;
  outline: none;
  padding: 8px 8px 6px 8px; }
  input::-webkit-input-placeholder {
    color: #999; }
  input::-moz-placeholder {
    color: #999; }
  input:-moz-placeholder {
    color: #999; }
  input:-ms-input-placeholder {
    color: #999; }
  input:focus {
    border: 1px solid #006b87; }
  input[disabled], input.disabled, input:disabled {
    cursor: not-allowed; }
  input[type="submit"], input[type="reset"] {
    display: inline-block;
    margin-bottom: 0;
    color: #fff;
    background: #006b87;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    transition-property: background-color, color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    border-radius: 0;
    border: 1px solid transparent;
    line-height: 1.2;
    font-size: 20px;
    font-size: 1.11111rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    padding: 0.66667rem 0.94444rem; }
    @media only screen and (max-width: 40em) {
      input[type="submit"], input[type="reset"] {
        width: 100%; } }
    input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, input[type="submit"].active, input[type="reset"]:hover, input[type="reset"]:focus, input[type="reset"]:active, input[type="reset"].active {
      color: #fff;
      background: #c73e28; }
    input[type="submit"].ss-icon, input[type="reset"].ss-icon {
      line-height: normal;
      margin: 0;
      font-size: 100%;
      display: inline;
      padding: 8px 10px 4px 10px; }
  input[type="file"] {
    width: 70%; }
  input.btn {
    font-family: "Open Sans", "Helvetica Neue", "Arial", sans-serif; }
    @media only screen and (max-width: 40em) {
      input.btn {
        width: 100%; } }
  input#website {
    display: none; }

button,
input[type="button"] {
  display: inline-block;
  margin-bottom: 0;
  color: #fff;
  background: #006b87;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  transition-property: background-color, color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  border-radius: 0;
  border: 1px solid transparent;
  line-height: 1.2;
  font-size: 20px;
  font-size: 1.11111rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  padding: 0.66667rem 0.94444rem; }
  button:hover, button:focus, button:active, button.active,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="button"]:active,
  input[type="button"].active {
    color: #fff;
    background: #c73e28; }
  button.disabled, button:disabled,
  input[type="button"].disabled,
  input[type="button"]:disabled {
    cursor: not-allowed; }

div.form {
  margin-top: 10px; }
  div.form ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    div.form ul li {
      margin-bottom: 10px; }
      div.form ul li.separator {
        margin-top: 20px; }
  div.form label {
    color: #1f1f1f;
    font-size: 16px;
    font-size: 0.88889rem;
    font-weight: 600; }
    div.form label img {
      display: inline-block; }
    div.form label span.tip {
      color: #999;
      font-size: 12.5px;
      font-size: 0.69444rem; }
    div.form label.error {
      color: #c73e28; }
    div.form label.light {
      font-weight: normal; }
  div.form div.element label {
    font-weight: normal; }
  div.form input[type="text"], div.form input[type="password"], div.form input[type="email"], div.form textarea {
    width: 100%; }
    div.form input[type="text"].taken, div.form input[type="text"].invalid, div.form input[type="text"].error, div.form input[type="password"].taken, div.form input[type="password"].invalid, div.form input[type="password"].error, div.form input[type="email"].taken, div.form input[type="email"].invalid, div.form input[type="email"].error, div.form textarea.taken, div.form textarea.invalid, div.form textarea.error {
      border-color: red; }
    div.form input[type="text"]#getChapter, div.form input[type="text"]#getProblem, div.form input[type="password"]#getChapter, div.form input[type="password"]#getProblem, div.form input[type="email"]#getChapter, div.form input[type="email"]#getProblem, div.form textarea#getChapter, div.form textarea#getProblem {
      width: 50%; }
    div.form input[type="text"].qReference, div.form input[type="password"].qReference, div.form input[type="email"].qReference, div.form textarea.qReference {
      margin-bottom: 10px; }
  div.form input[type="radio"], div.form input[type="checkbox"] {
    margin: 5px; }
  @media only screen and (min-width: 60em) {
    div.form.indent {
      padding-left: 50px;
      border-left: 4px solid #f9f9f9;
      width: 60%; } }

section.info {
  border-radius: 5px;
  margin: 30px 0; }
  @media only screen and (min-width: 60em) {
    section.info::after {
      clear: both;
      content: "";
      display: table; } }
  section.info h2 {
    color: #c73e28;
    font-size: 20px;
    margin: 0 0 10px 0; }
    @media only screen and (min-width: 60em) {
      section.info h2 {
        width: 20%;
        float: left;
        margin-right: 5px; } }

.searchform {
  margin-bottom: 15px; }
  .searchform input[type="text"] {
    width: calc(100% - 45px); }

@media only screen and (min-width: 48em) {
  form#loginToSite, form.requestPassword {
    width: 50%; } }

.multi-select {
  max-height: 10em;
  padding: 0.2em 0.5em;
  margin: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow-wrap: break-word;
  border: 1px solid silver;
  background-color: #ffffff; }
  .multi-select label {
    margin: 0 0 0 0.2em; }

#validity {
  color: #c73e28; }

input.default {
  background: url(/images/img/blank.png) 0 0 no-repeat;
  padding-left: 65px; }

input.visa {
  background: url(/images/img/visa.png) 0 0 no-repeat;
  padding-left: 65px; }

input.mastercard {
  background: url(/images/img/mastercard.png) 0 0 no-repeat;
  padding-left: 65px; }

input.discover {
  background: url(/images/img/discover.png) 0 0 no-repeat;
  padding-left: 65px; }

input.americanexpress {
  background: url(/images/img/americanexpress.png) 0 0 no-repeat;
  padding-left: 65px; }

span.premium-indicator {
  display: block; }

img.premium-indicator {
  position: relative;
  top: -10px;
  right: 5px;
  float: right !important;
  width: 18px !important;
  height: 18px !important; }

span.profilepicContainer.thumb, span.premium-indicator.thumb {
  width: 60px; }

span.profilepicContainer.profile {
  width: 139px; }

.avatar-profile {
  background: #f2f2f2;
  border-radius: 4px;
  text-align: center;
  padding-top: 45px;
  font-size: 120px;
  line-height: 100px;
  margin: 0; }

.avatar-thumb {
  width: 48px;
  height: 48px;
  text-align: center;
  font-size: 48px;
  margin: 0; }
  .avatar-thumb .premium-indicator {
    top: -30px;
    right: -2px; }

section.container {
  margin-bottom: 20px;
  padding: 15px 20px;
  background: #f9f9f9;
  text-align: center !important; }
  section.container header {
    font-weight: 300;
    margin-bottom: 1em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; }
  section.container p {
    text-align: left; }
    section.container p.price, section.container p.center-p {
      text-align: center; }
  section.container ul, section.container ol {
    text-align: left; }
    section.container ul.unpadded, section.container ol.unpadded {
      padding-left: 1.3em; }
  section.container ul.facets {
    list-style: none;
    margin: 8px 0;
    padding: 0; }
    section.container ul.facets li a {
      background: url(/images/core/dot-facet.png) 0 4px no-repeat;
      display: block;
      padding-left: 15px;
      padding-bottom: 3px;
      text-indent: 0px; }
      section.container ul.facets li a.active {
        background-position: 0 -86px; }
  section.container span.ss-icon {
    float: right; }
  section.container .code {
    text-align: left;
    font-size: 15px;
    font-size: 0.83333rem;
    background: #fff;
    padding: 0.55556em; }
  section.container h1, section.container h2, section.container h3, section.container h4, section.container h5, section.container h6 {
    margin: 0;
    color: #c73e28;
    text-align: left; }
  section.container .upgrade__ad_header {
    text-align: center; }
  section.container .upgrade__header {
    text-align: center;
    padding: 0.55556rem; }
  section.container a.btn {
    margin: 10px auto; }
  section.container.credits {
    background: #ccffff; }
  section.container.important, section.container.upgrade {
    background: #f8f3e6;
    clear: left; }
    section.container.important .login, section.container.upgrade .login {
      font-size: 0.77778rem;
      display: block;
      text-align: center !important;
      padding-bottom: 0.55556rem; }
  section.container.popular h3, section.container.alt h3 {
    color: #ff8a00; }
  section.container.popular input, section.container.alt input {
    width: 195px; }
  section.container.popular input[type="submit"], section.container.alt input[type="submit"] {
    background: #ff8a00;
    width: auto; }
  section.container.related h3, section.container.general h3 {
    color: #006b87; }

table.responsive {
  display: block;
  border: 1px solid #999;
  padding: 4px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 60em) {
    table.responsive {
      display: table;
      padding: 0;
      border-collapse: collapse;
      border-spacing: 0; } }
  table.responsive thead, table.responsive tbody, table.responsive th, table.responsive td, table.responsive tr {
    display: block;
    border: none; }
    @media only screen and (min-width: 60em) {
      table.responsive thead, table.responsive tbody, table.responsive th, table.responsive td, table.responsive tr {
        border-collapse: collapse;
        border-spacing: 0; } }
  table.responsive caption {
    display: inline; }
    @media only screen and (min-width: 60em) {
      table.responsive caption {
        display: table-caption; } }
  @media only screen and (min-width: 60em) {
    table.responsive thead {
      display: table-header-group;
      vertical-align: middle; } }
  @media only screen and (min-width: 60em) {
    table.responsive tbody {
      display: table-row-group;
      vertical-align: middle; } }
  table.responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
    @media only screen and (min-width: 60em) {
      table.responsive thead tr {
        position: static;
        background-color: #dedede; } }
  table.responsive tr th {
    padding: 0px; }
    @media only screen and (min-width: 60em) {
      table.responsive tr th {
        padding: 10px;
        display: table-cell;
        vertical-align: inherit;
        border: 1px solid #999; } }
  @media only screen and (min-width: 60em) {
    table.responsive th, table.responsive td {
      overflow: hidden;
      width: 140px; } }
  table.responsive tr {
    background-color: #fff;
    border-bottom: 1px solid #999; }
    table.responsive tr:last-child {
      border-bottom: none; }
    table.responsive tr:nth-child(even) {
      background-color: #f9f9f9; }
    @media only screen and (min-width: 60em) {
      table.responsive tr {
        display: table-row;
        vertical-align: inherit;
        border-bottom: none; }
        table.responsive tr:nth-child(even) {
          background-color: #fff; } }
  table.responsive td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    text-align: left;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: normal;
    font-size: 15px;
    font-size: 0.83333rem; }
    table.responsive td:before {
      width: 55%;
      padding-right: 10px;
      font-weight: bold;
      content: attr(data-title);
      font-size: 15px;
      font-size: 0.83333rem; }
      @media only screen and (min-width: 60em) {
        table.responsive td:before {
          width: 0;
          content: none;
          position: static; } }
    @media only screen and (min-width: 60em) {
      table.responsive td {
        padding: 10px;
        display: table-cell;
        vertical-align: inherit;
        border: 1px solid #999; } }
    table.responsive td a {
      position: relative;
      z-index: 10; }

@media only screen and (min-width: 60em) {
  table.striped tbody tr:nth-child(even) {
    background-color: #f9f9f9; } }

@media only screen and (min-width: 60em) {
  table tr.conversions th {
    padding: 2px; } }

table.wide {
  width: 100%; }

.pagination-numbered__meta {
  text-align: center;
  font-size: 12.5px;
  font-size: 0.69444rem;
  margin: 0 auto;
  padding-bottom: 0.16667em; }
  .pagination-numbered__meta::after {
    clear: both;
    content: "";
    display: table; }

.pagination-list {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  text-align: center; }
  .pagination-list::after {
    clear: both;
    content: "";
    display: table; }
  .pagination-list__item {
    display: inline-block;
    background: #fff; }
  .pagination-list a {
    display: block;
    width: auto;
    padding: 0.27778em 0.44444em 0.33333em; }
    .pagination-list a:hover {
      background: #eee;
      color: #757575; }
  .pagination-list .active {
    padding: 0.27778em 0.44444em 0.33333em; }

.content-paginate {
  margin-bottom: 20px; }
  .content-paginate a {
    padding-top: 10px;
    display: block;
    font-size: 1.11111rem;
    line-height: 1.33333rem; }
    .content-paginate a span {
      color: #1f1f1f;
      display: block;
      font-size: 0.88889rem;
      margin-bottom: 0.27778rem;
      text-transform: uppercase; }
    .content-paginate a.pagination-prev {
      background: url(/images/img/arw-pagination-left.png) 0 50% no-repeat;
      padding-left: 35px;
      float: left;
      clear: left;
      font-weight: 600; }
      @media only screen and (min-width: 48em) {
        .content-paginate a.pagination-prev {
          clear: none;
          width: 50%; }
          .content-paginate a.pagination-prev.border {
            border-right: 1px solid #dcdcdc; }
          .content-paginate a.pagination-prev.border-none {
            border-right: none; } }
    .content-paginate a.pagination-next {
      background: url(/images/img/arw-pagination-right.png) 0 50% no-repeat;
      padding-left: 35px;
      font-weight: 600; }
      @media only screen and (min-width: 48em) {
        .content-paginate a.pagination-next {
          background: url(/images/img/arw-pagination-right.png) 100% 50% no-repeat;
          padding-right: 35px;
          text-align: right;
          float: right;
          width: 50%; } }
  .content-paginate .clear {
    clear: both; }

.annotationOwlNote {
  background: url("/images/badges/other/Owleyes_64.png") 0% 2px no-repeat;
  padding-left: 70px;
  margin-bottom: 20px; }

.owleyes-cta {
  text-align: center; }

.adHWQ {
  margin-bottom: 20px; }

#enotes-paywall {
  display: none; }
  #enotes-paywall .paywall {
    margin-top: 20px; }

.waterfall-mount {
  clear: both; }

.redacted.obscured {
  color: transparent;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  -webkit-filter: blur(3px);
          filter: blur(3px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
  padding: 0 0.2rem; }

.redacted.waterfall-preview,
.redact.obscured.waterfall-preview,
.waterfall-preview {
  color: inherit;
  text-shadow: none;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0'); }

.t402-elided {
  clear: both; }

.ad-prompt {
  margin-top: 10px; }
  .ad-prompt.hidden {
    display: none; }

section.container h3.c-unlock-prompt__title {
  text-align: center;
  color: #1f1f1f; }

.c-unlock-prompt__divider {
  text-align: center;
  position: relative; }

.c-unlock-prompt__divider-line {
  position: absolute;
  z-index: 5;
  background-color: #1f1f1f;
  height: 1px;
  width: 80%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.c-unlock-prompt__divider-text {
  position: relative;
  z-index: 10;
  background-color: #f9f9f9;
  padding: 0.5rem;
  display: inline-block;
  margin: auto; }

#solve-media-puzzle {
  margin: 1rem auto;
  text-align: center;
  padding: 0;
  width: 300px; }
  #solve-media-puzzle .instructions {
    margin-bottom: 0.5rem; }
  #solve-media-puzzle .error {
    display: none;
    background-color: #c73e28;
    color: #fff;
    padding: 0.5rem;
    border-radius: 0.3rem;
    margin-top: 0.5rem; }
  #solve-media-puzzle button {
    margin-top: 0.5rem; }

.google-outstream-dialog .ad-popup.ui-dialog-content {
  padding: 0;
  width: 100% !important; }

.o-banner-prompt {
  max-width: 500px;
  margin: auto;
  border-radius: 0.4rem; }

.o-banner-prompt__flag {
  position: relative;
  margin-left: -10px; }

.o-banner-prompt__flag-tail {
  float: right;
  width: 0;
  height: 0;
  border-top: 0.7em solid transparent;
  border-right: 1em solid #c73e28;
  border-bottom: 0.7em solid transparent;
  padding-left: 0.5em; }

.o-banner-prompt__flag-tuck {
  position: absolute;
  top: 1.7em;
  left: 0;
  width: 0;
  height: 0;
  border-top: 0.3em solid;
  border-left: 0.6em solid transparent; }

.o-banner-prompt__label {
  position: absolute;
  top: 0.3em;
  display: inline-block;
  height: 1.4em;
  width: 4em; }

.o-banner-prompt__label-text {
  position: absolute;
  left: 0.6em;
  top: 0.2em; }

.o-banner-prompt__title {
  text-align: center;
  margin: 0;
  padding: 1.5em 0; }

.truex-inline-trigger {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: [col0] 100%;
      grid-template-columns: [col0] 100%;
  -ms-grid-rows: [sponsored] auto [choice] 2rem [subscribe] auto;
      grid-template-rows: [sponsored] auto [choice] 2rem [subscribe] auto; }
  @media only screen and (min-width: 48em) {
    .truex-inline-trigger {
      -ms-grid-columns: [sponsored] 45% [choice] 10% [subscribe] 45%;
          grid-template-columns: [sponsored] 45% [choice] 10% [subscribe] 45%;
      -ms-grid-rows: [row0] auto;
          grid-template-rows: [row0] auto;
      margin-bottom: 1rem; } }

.c-inline-sponsored-prompt {
  background-color: #c73e28;
  color: #fff;
  min-height: 12.22222rem;
  border-radius: 0.8rem;
  grid-column: col0;
  grid-row: sponsored;
  max-width: 100%;
  width: 100%; }
  @media only screen and (min-width: 48em) {
    .c-inline-sponsored-prompt {
      min-height: 13.88889rem;
      grid-column: sponsored;
      grid-row: row0; } }

.c-inline-sponsored-prompt__title {
  font-size: 1rem;
  line-height: normal;
  margin-top: 2rem;
  color: #fff;
  padding-left: 0.2rem;
  padding-right: 0.2rem; }
  @media only screen and (min-width: 48em) {
    .c-inline-sponsored-prompt__title {
      padding-left: auto;
      padding-right: auto; } }

.c-inline-sponsored-prompt__continue,
.c-inline-sponsored-prompt__continue:visited,
.c-inline-sponsored-prompt__continue:hover {
  background-color: #ff8a00;
  color: #fff; }

.c-inline-sponsored-prompt__continue {
  background-color: #ff8a00;
  color: #fff;
  border-radius: 0.4rem;
  width: 75%;
  max-width: 11.11111rem; }

.c-inline-sponsored-prompt__label {
  background-color: #ff8a00;
  height: 2em; }

.c-inline-sponsored-prompt__flag-tail {
  background-color: #ff8a00;
  border-right-color: #c73e28;
  border-bottom-width: 1em;
  border-top-width: 1em; }

.c-inline-sponsored-prompt__flag-tuck {
  color: #ff8a00;
  border-top-color: #ff8a00;
  top: 2.3em;
  border-top: 0.35em solid;
  border-left: 0.7em solid transparent; }

.c-inline-prompt-choice {
  position: relative;
  grid-column: col0;
  grid-row: choice; }
  @media only screen and (min-width: 48em) {
    .c-inline-prompt-choice {
      grid-column: choice;
      grid-row: row0; } }

.c-inline-prompt-choice__text {
  position: static;
  font-size: 1rem;
  color: #3a4043;
  text-align: center;
  margin: 0;
  padding: 0; }
  @media only screen and (min-width: 48em) {
    .c-inline-prompt-choice__text {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      margin: auto;
      padding: auto; } }

.c-inline-subscribe-prompt {
  min-height: 12.22222rem;
  border: 3px solid #c73e28;
  border-radius: 0.8rem;
  grid-column: col0;
  grid-row: subscribe; }
  @media only screen and (min-width: 48em) {
    .c-inline-subscribe-prompt {
      min-height: 13.88889rem;
      grid-column: subscribe;
      grid-row: row0; } }

.c-inline-subscribe-prompt__rate,
.c-inline-subscribe-prompt__blurb {
  color: #c73e28;
  text-align: center; }

.c-inline-subscribe-prompt__rate {
  margin-top: 2rem;
  margin-bottom: 0;
  font-weight: bold; }

.c-inline-subscribe-prompt__blurb {
  margin-top: 0;
  margin-bottom: 1rem; }

.c-inline-subscribe-prompt__continue {
  background-color: #fff;
  color: #c73e28;
  border: 2px solid #c73e28;
  border-radius: 0.4rem;
  width: 75%;
  max-width: 11.11111rem; }

.c-truex-modal {
  margin-top: 1rem; }

.c-truex-modal-dialog__content {
  width: 50%; }

.c-truex-modal-dialog__title.dialog__header {
  text-align: center;
  font-size: 1rem; }
  @media only screen and (min-width: 48em) {
    .c-truex-modal-dialog__title.dialog__header {
      font-size: 2rem; } }

.c-modal-sponsored-prompt {
  background-color: #c73e28;
  color: #fff;
  border-radius: 0.8rem;
  max-width: 100%; }

.c-modal-sponsored-prompt__title {
  font-size: 1rem;
  line-height: normal;
  padding-top: 1.8rem; }
  @media only screen and (min-width: 60em) {
    .c-modal-sponsored-prompt__title {
      padding-top: auto; } }

.c-modal-sponsored-prompt__title-link,
.c-modal-sponsored-prompt__title-link:link,
.c-modal-sponsored-prompt__title-link:visited,
.c-modal-sponsored-prompt__title-link:hover,
.c-modal-sponsored-prompt__title-link:active {
  color: #fff;
  text-decoration: none; }

.c-modal-sponsored-prompt__label {
  background-color: #ff8a00;
  height: 1.4em; }

.c-modal-sponsored-prompt__label-text {
  font-size: 0.7rem; }

.c-modal-sponsored-prompt__flag-tail {
  background-color: #ff8a00;
  border-right-color: #c73e28;
  border-bottom-width: 0.7em;
  border-top-width: 0.7em; }

.c-modal-sponsored-prompt__flag-tuck {
  color: #ff8a00;
  border-top-color: #ff8a00;
  top: 1.65em; }
  @media only screen and (min-width: 48em) {
    .c-modal-sponsored-prompt__flag-tuck {
      top: 1.7em; } }

.c-modal-subscribe-prompt {
  border: 3px solid #c73e28;
  border-radius: 0.8rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem; }
  @media only screen and (min-width: 48em) {
    .c-modal-subscribe-prompt {
      padding-left: auto;
      padding-right: auto; } }

.c-modal-subscribe-prompt__text {
  text-align: center;
  line-height: normal; }

.c-modal-subscribe-prompt__text-link,
.c-modal-subscribe-prompt__text-link:link,
.c-modal-subscribe-prompt__text-link:hover,
.c-modal-subscribe-prompt__text-link:active,
.c-modal-subscribe-prompt__text-link:visited {
  text-decoration: none;
  color: #c73e28; }

.c-modal-subscribe-prompt__rate {
  font-weight: bold; }

.c-modal-prompt-choice {
  margin: 0.5rem 0; }

.c-modal-prompt-choice__text {
  font-size: 1rem;
  color: #3a4043;
  text-align: center;
  margin: 0;
  padding: 0; }
  @media only screen and (min-width: 48em) {
    .c-modal-prompt-choice__text {
      margin: auto;
      padding: auto; } }

#grammarly-ad-container .ad-popup__action-link {
  display: block;
  text-align: center; }

.insight {
  margin: 0.83333rem 0;
  overflow: auto;
  font-size: 18px;
  font-size: 1rem;
  clear: both;
  background: #f9f9f9;
  padding: 1.11111rem; }
  .insight:first-child {
    margin: 0 0 0.83333rem 0; }
  .insight p, .insight .author {
    color: #3a4043; }
  .insight .author, .insight .more {
    font-size: 12.5px;
    color: #757575; }
  .insight.open .headline {
    border-bottom: 1px solid #dedede; }
  .insight ul li {
    margin: 0 0 0.55556rem 0; }
  .insight .article-title-link__header {
    margin: 0 6% 0 2%;
    width: 86%;
    font-size: 18px;
    font-size: 1rem;
    font-weight: bold; }
  .insight .article-title-link__toggle {
    float: right;
    padding: 0;
    font-size: 18px;
    font-size: 1rem; }
  .insight .insightQuote {
    padding: 0 2%; }
  .insight .editable {
    cursor: pointer; }
  .insight strong {
    font-weight: 600;
    line-height: 1.33333rem; }

.insight-glance .article-image {
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 48em) {
    .insight-glance .article-image {
      margin: 0 1.66667rem 0 0; } }

.insight-pdf {
  text-align: center; }
  .insight-pdf__btn {
    background: #c73e28 !important; }

.u-blurb-margin-top.u-blurb-margin-top {
  margin-top: 0.44444rem; }

.u-no-padding-top-bottom {
  padding-top: 0;
  padding-bottom: 0; }

.related-content {
  clear: both;
  display: block;
  padding: 1.11111rem;
  margin: 1rem -1.11111rem 0;
  border-radius: 6px;
  background-color: #f9f9f9; }
  .related-content__header {
    font-size: 1.33333rem;
    line-height: 2rem;
    font-weight: 400;
    margin-bottom: 0.55556rem; }
  .related-content__links {
    font-size: 1rem;
    line-height: 1.33333rem;
    font-weight: 600;
    list-style: none;
    padding: 0; }
    .related-content__links .c-related-content__link {
      margin: 0.55556rem 0 0.55556rem 0; }

.page-banner {
  background-color: #006b87;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  padding: 0.55556em 0; }
  .page-banner .btn {
    margin: 0.55556em 0; }
  .page-banner.white {
    background-color: #fff;
    color: #2e3336;
    padding: 30px 0 5px 0; }
    .page-banner.white h1 {
      color: #757575; }
  .page-banner .author-link {
    color: #fff; }

.page-banner-inner {
  margin: 0 auto;
  padding: 0.55556em;
  text-align: center;
  max-width: 960px; }
  .page-banner-inner h1, .page-banner-inner h2, .page-banner-inner h3, .page-banner-inner h4 {
    color: #fff; }
  .page-banner-inner h1 {
    font-family: 'Zilla Slab';
    font-size: 2.22222rem;
    line-height: 2.11111rem; }
  .page-banner-inner h2 {
    font-size: 1.33333rem;
    line-height: 2rem; }
  .page-banner-inner .h3 {
    margin-top: 0.55556rem; }
  .page-banner-inner p {
    font-size: 18px;
    font-size: 1rem;
    margin: 0.83333em 0; }
  .page-banner-inner small {
    display: block; }
  .page-banner-inner.left-justify p {
    text-align: left; }
  .page-banner-inner .page-banner-inner--text {
    display: flex;
    flex-direction: column;
    justify-content: center; }

.page-banner-inner--flex {
  display: flex;
  justify-content: center;
  text-align: left; }
  .page-banner-inner--flex .page-banner-inner--image {
    margin-right: 1.11111em; }
    .page-banner-inner--flex .page-banner-inner--image img {
      max-width: 9.72222rem; }
      @media only screen and (max-width: 40em) {
        .page-banner-inner--flex .page-banner-inner--image img {
          max-width: 16.66667rem; } }
    @media only screen and (max-width: 40em) {
      .page-banner-inner--flex .page-banner-inner--image {
        margin-right: 0; } }
  @media only screen and (max-width: 40em) {
    .page-banner-inner--flex {
      flex-direction: column;
      text-align: center; } }

.page-banner-search {
  position: relative;
  margin: 2.5em auto 0;
  max-width: 33.33333em; }

.toggle-nav {
  color: #ccc;
  font-weight: bold;
  text-transform: uppercase;
  list-style-type: none;
  text-align: center;
  padding: 0;
  margin: 0 0 20px; }

.toggle-nav-item {
  display: inline-block; }
  .toggle-nav-item a {
    display: inline-block;
    padding: 5px 7.5px;
    color: #ccc;
    font-weight: bold; }
  .toggle-nav-item a:hover {
    color: #006b87; }
  .toggle-nav-item a.active {
    color: black; }

.toggle-content {
  display: none; }
  .toggle-content.active {
    display: block; }

.testimonials {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-content: space-around;
  margin: 1.11111rem 0 1.66667rem 0;
  color: #2e3336;
  text-align: center; }
  .testimonials::after {
    clear: both;
    content: "";
    display: table; }
  @media only screen and (min-width: 60em) {
    .testimonials {
      flex-direction: row;
      align-content: stretch; } }

.testimonial {
  font-size: 21px;
  font-size: 1.16667rem;
  line-height: 1.25; }
  .testimonial__quote {
    border-radius: 4px;
    padding: 0.83333rem;
    background-color: #EEE;
    position: relative; }
    .testimonial__quote:after {
      content: "";
      position: absolute;
      bottom: -13px;
      left: 50%;
      margin-left: -7px;
      border: 7px solid transparent;
      border-top: 7px solid #EEE; }
  .testimonial__quotee {
    font-size: 16px;
    font-size: 0.88889rem;
    font-style: italic; }
    .testimonial__quotee::before {
      content: "\2014 \2009"; }

.image-showcase {
  text-align: center;
  overflow-x: scroll;
  overflow-y: hidden; }
  @media only screen and (min-width: 60em) {
    .image-showcase {
      overflow: hidden; } }
  .image-showcase figure {
    float: left;
    padding: 0.55556em;
    max-width: 11.11111em; }
    .image-showcase figure a {
      cursor: default;
      pointer-events: none; }
    .image-showcase figure img {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 100%; }
      .image-showcase figure img.faded {
        -webkit-filter: grayscale(100%) brightness(50%);
        /* Safari 6.0 - 9.0 */
        filter: grayscale(100%) brightness(50%); }
      .image-showcase figure img.highlighted {
        -webkit-filter: brightness(140%);
        filter: brightness(140%); }
    .image-showcase figure .meta {
      display: none; }
    .image-showcase figure figcaption {
      margin-top: 0.55556em; }
      .image-showcase figure figcaption a {
        color: #fff; }
      .image-showcase figure figcaption.faded {
        font-weight: lighter; }

.image-showcase-inner {
  z-index: 1;
  margin: 0 auto;
  width: 66.66667em; }
  .image-showcase-inner.five-images {
    width: 55.55556em; }

.big-icon {
  color: #006b87;
  font-size: 48px; }
  @media only screen and (min-width: 60em) {
    .big-icon {
      font-size: 64px; } }
  .big-icon.bigger {
    font-size: 64px; }
    @media only screen and (min-width: 60em) {
      .big-icon.bigger {
        font-size: 84px; } }

.three-up {
  margin: 30px 0;
  font-size: 18px;
  font-weight: 300; }
  .three-up::after {
    clear: both;
    content: "";
    display: table; }
  .three-up.center {
    text-align: center; }

@media only screen and (min-width: 48em) {
  .three-up-column {
    float: left;
    width: 33.3%;
    padding: 10px 15px; } }

.three-up-hed {
  color: #2e3336;
  font-size: 21px;
  font-weight: bold;
  margin: 0 0 5px 0; }
  @media only screen and (min-width: 48em) {
    .three-up-hed {
      font-size: 24px; } }

.big-headline {
  color: #2e3336;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  font-size: 1.66667rem;
  font-weight: 300;
  text-align: center; }
  @media only screen and (min-width: 60em) {
    .big-headline {
      font-size: 40px;
      font-size: 2.22222rem; } }
  .big-headline.secondary {
    color: #757575;
    font-size: 24px;
    font-size: 1.33333rem; }
    @media only screen and (min-width: 60em) {
      .big-headline.secondary {
        font-size: 30px;
        font-size: 1.66667rem; } }

.free-week-offer {
  text-align: center; }
  .free-week-offer .blurb {
    font-size: 18px;
    display: block; }
  @media only screen and (min-width: 60em) {
    .free-week-offer .blurb {
      display: inline-block;
      vertical-align: middle;
      max-width: 55%; }
    .free-week-offer .btn {
      max-width: 40%; } }
  .free-week-offer.extra-margin-bottom {
    margin-bottom: 50px; }

.sidebar-section {
  margin-top: 1.38889em; }
  .sidebar-section:first-child {
    margin-top: 0; }
  .sidebar-section .dek:first-child {
    margin-top: 0; }
  .sidebar-section .dek.center {
    text-align: center; }
  .sidebar-section-header {
    color: #1f1f1f;
    text-align: center; }
  .sidebar-section.admin {
    background-color: #f8f3e6;
    padding: 10px;
    margin: 0 0 1rem 0; }
    .sidebar-section.admin h2 {
      color: #006b87; }

@media only screen and (min-width: 60em) {
  .sidebar-padded {
    padding-left: 1.11111em; } }

.list-no-style {
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.3;
  list-style-type: none;
  padding: 0; }
  .list-no-style li {
    margin-bottom: 7.5px; }

.list-large-type {
  font-size: 18px;
  font-size: 1rem; }
  .list-large-type li {
    margin-bottom: 10px; }

.list-zebra li {
  padding: 5px;
  margin-bottom: 0; }

.list-zebra li:nth-child(even) {
  background-color: #eee; }

.list-links {
  color: #999;
  font-size: 15px;
  font-size: 0.83333rem;
  font-weight: bold;
  margin-left: 5px; }
  .list-links span {
    vertical-align: top; }

@media only screen and (min-width: 60em) {
  .explode-tab-list nav.tabs > ul > li > a {
    display: block;
    font-size: 1.11111rem;
    margin-bottom: 5px; }
    .explode-tab-list nav.tabs > ul > li > a.openable {
      display: none; }
  .explode-tab-list nav.tabs li a.selected {
    color: black !important; }
    .explode-tab-list nav.tabs li a.selected:hover {
      color: #c73e28; }
  .explode-tab-list nav.tabs ul ul {
    display: block; }
  .explode-tab-list nav.tabs ul li {
    border-right: 0;
    padding: 0; }
    .explode-tab-list nav.tabs ul li li a {
      color: #777;
      padding: 0 4px; }
      .explode-tab-list nav.tabs ul li li a:hover {
        color: #c73e28; } }

#browse.popular ol {
  list-style-type: decimal !important;
  padding: 0 0 0 45px !important; }

@media only screen and (min-width: 60em) {
  .hide-for-desktop {
    display: none; } }

@media only screen and (max-width: 59.99em) {
  .hide-for-mobile {
    display: none; } }

form.search {
  position: relative; }
  form.search input[type="text"],
  form.search input[type="search"] {
    width: 100%;
    padding: 0.55556rem 0.83333rem;
    border: 1px solid #dedede;
    border-radius: 0;
    font-size: 0.88889rem; }
    form.search input[type="text"]::-ms-clear,
    form.search input[type="search"]::-ms-clear {
      display: none; }
    form.search input[type="text"]::-webkit-input-placeholder,
    form.search input[type="search"]::-webkit-input-placeholder {
      display: inline-block;
      max-width: 80%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      word-wrap: normal; }
    form.search input[type="text"]::-ms-input-placeholder,
    form.search input[type="search"]::-ms-input-placeholder {
      display: inline-block;
      max-width: 80%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      word-wrap: normal; }
    form.search input[type="text"]::placeholder,
    form.search input[type="search"]::placeholder {
      display: inline-block;
      max-width: 80%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      word-wrap: normal; }
  form.search input[type="submit"] {
    position: absolute;
    right: 0;
    top: -0.11111rem;
    width: auto;
    background-color: transparent;
    border-radius: 0;
    color: #c73e28;
    font-size: 1.33333rem; }

#sidebar::after {
  clear: both;
  content: "";
  display: table; }

#content-header h1 {
  color: #2e3336;
  margin-bottom: 0.27778em; }

.aside {
  background-color: #f9f9f9;
  text-align: center;
  padding: 1.11111rem;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .aside header {
    text-align: center;
    font-weight: normal; }
    .aside header h2 {
      font-size: 1.33333rem;
      line-height: 2rem; }
  .aside p {
    text-align: left; }
  .aside .media {
    text-align: left; }
  .aside.standard {
    text-align: left; }
    .aside.standard header h1, .aside.standard header h2, .aside.standard header h3, .aside.standard header h4, .aside.standard header h5 {
      color: #006b87; }
  .aside.upgrade {
    background-color: #f8f3e6; }
  .aside.box {
    text-align: center; }
    .aside.box header {
      text-align: center;
      font-weight: 300;
      margin-bottom: 1em; }
      .aside.box header h1, .aside.box header h2, .aside.box header h3, .aside.box header h4, .aside.box header h5 {
        color: #1f1f1f; }
    .aside.box p {
      margin: 0; }

.aside .title {
  font-size: 1rem;
  line-height: 1.33333rem;
  font-weight: 600;
  margin-bottom: 0.55556rem; }

.aside .body {
  font-size: 0.88889rem;
  line-height: 1.51111rem; }

.aside .aside__view-more {
  text-align: right;
  text-transform: uppercase;
  font-size: 0.88889rem; }

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

.c-pay-methods {
  margin: 0 auto;
  max-width: 40rem;
  padding-bottom: 0.83333rem; }
  .c-pay-methods__add {
    font-size: 15px;
    color: #006b87;
    background: none; }
    .c-pay-methods__add:active, .c-pay-methods__add:focus, .c-pay-methods__add:hover {
      color: #c73e28;
      background: none; }

.pay-form-header {
  padding: 2.22222rem; }

.c-pay-form {
  max-width: initial;
  display: flex;
  flex-direction: column;
  padding-bottom: 0.83333rem; }
  @media only screen and (min-width: 48em) {
    .c-pay-form {
      flex-direction: row; } }

.c-pay-form__choice {
  padding: 0.55556rem 0; }
  @media only screen and (min-width: 48em) {
    .c-pay-form__choice {
      padding: 0 1.94444rem 0.55556rem 0; } }

.c-pay-form__radio {
  margin-right: 0.55556rem; }

.c-pay-form__img {
  width: 3.05556rem; }
  @media only screen and (max-width: 40em) {
    .c-pay-form__img {
      width: 20%;
      max-width: 3.11111rem; } }

.hosted-fields {
  padding: 0.44444rem 0.44444rem 0.33333rem 0.44444rem;
  height: 2.16667rem;
  font-size: 15px;
  font-size: 0.83333rem;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #dedede; }
  .hosted-fields--label {
    font-weight: 400;
    font-size: 18px;
    color: #3a4043;
    padding: 0.55556rem 0;
    display: block; }
    @media only screen and (min-width: 48em) {
      .hosted-fields--label {
        padding: 0 0 0.55556rem 0; } }

.braintree-hosted-fields-focused {
  border: 1px solid #006b87; }

.braintree-hosted-fields-invalid {
  border: 1px solid #c73e28; }

.braintree-hosted-fields-valid {
  outline: none; }

.amazon-pay__wallet, .amazon-pay__address-book {
  width: 100%;
  min-width: 300px;
  max-width: 600px;
  height: 228px; }

.amazon-pay__wallet {
  margin-top: 0.55556rem; }

.amazon-pay__consent {
  width: 100%;
  min-width: 300px;
  max-width: 600px;
  height: 140px;
  margin-top: 0.55556rem; }

.c-pay-form__container {
  display: inline-block;
  width: 100%; }
  @media only screen and (min-width: 48em) {
    .c-pay-form__container {
      margin-top: 1.11111rem; } }

.ss-help {
  margin-left: 0.44444rem;
  position: relative;
  top: 2px;
  font-size: 18px;
  color: #006b87; }

.ss-help:hover ~ .c-pay-form-tip,
.ss-help:hover ~ .c-pay-form-tip__arrow {
  display: block; }

.c-pay-form-tip {
  display: none;
  position: absolute;
  background: #eee;
  padding: 0.83333rem;
  width: 10rem;
  font-size: 14px;
  bottom: -155px;
  left: 25px;
  line-height: 24px; }
  @media only screen and (min-width: 60em) {
    .c-pay-form-tip {
      right: -53px; } }

.c-pay-form-tip__arrow {
  display: none;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #eee;
  position: absolute;
  left: 40px;
  bottom: 0; }

.c-pay-form-tip__heading {
  display: block;
  font-weight: 600;
  padding-bottom: 0.27778rem; }

/********** Utilities ************/
.u-entire-width {
  width: 100%; }

.u-padding-bottom {
  padding-bottom: 0.83333rem; }

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

.u-list-padding:nth-of-type(n+2) {
  padding-top: 1.11111rem; }

.is-tip-parent {
  position: relative; }

@media only screen and (min-width: 48em) {
  .c-pay-form-field--large {
    width: 50%; }
  .c-pay-form-field--med {
    width: 28%; }
  .c-pay-form-field--small {
    width: 22%; }
  .c-pay-form-field--small,
  .c-pay-form-field--med,
  .c-pay-form-field--large {
    float: left; }
  .u-padding-right {
    padding-right: 1.38889rem; } }

@font-face {
  font-family: 'groot';
  src: url("webfonts/groot.ttf?h0rh6b") format("truetype"), url("webfonts/groot.woff?h0rh6b") format("woff"), url("webfonts/groot.svg?h0rh6b#groot") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="groot-icon-"], [class*=" groot-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'groot' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.groot-icon-cog:before {
  content: ""; }

.groot-icon-menu:before {
  content: ""; }

.groot-icon-menu-down:before {
  content: ""; }

.groot-icon-menu-up:before {
  content: ""; }

.groot-icon-plus:before {
  content: ""; }

.groot-icon-minus:before {
  content: ""; }

.groot-icon-cancel-circle:before {
  content: ""; }

.groot-icon-circle-up:before {
  content: ""; }

.groot-icon-circle-down:before {
  content: ""; }

.groot-tree {
  position: relative;
  padding: 0 0 0 1.1em;
  font-size: 0.8rem; }
  .groot-tree .groot-tree {
    margin-top: 0;
    margin-bottom: 0; }

.groot-leaf {
  position: relative;
  list-style: none;
  margin: 0; }
  .groot-leaf .groot-icon {
    cursor: pointer;
    color: rgba(0, 0, 0, 0.4); }
    .groot-leaf .groot-icon.disabled {
      cursor: not-allowed;
      color: rgba(0, 0, 0, 0.1); }
  .groot-leaf__toggle {
    position: absolute;
    top: 0;
    left: 0; }
  .groot-leaf__up {
    position: absolute;
    top: 0;
    left: 1.1em; }
  .groot-leaf__down {
    position: absolute;
    top: 0;
    left: 2.2em; }
  .groot-leaf__label {
    display: block;
    padding: 0 1.1em 0 3.3em;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer; }
  .groot-leaf.active .groot-leaf__label {
    color: #1f1f1f; }
  .groot-leaf.inactive .groot-leaf__label {
    color: rgba(0, 0, 0, 0.4); }
  .groot-leaf__label.drag-target {
    background-color: #ffcc89; }
  .groot-leaf__label:hover {
    background-color: #ffcc89; }
  .groot-leaf__menu {
    position: absolute;
    top: 0;
    right: 0; }
  .groot-leaf__label-field {
    position: relative;
    width: 95%;
    padding: 0.3rem; }

.groot-menu-container {
  display: none; }

.groot-menu {
  position: absolute;
  left: 0;
  width: 90%;
  margin: 0 auto;
  padding: 0.5rem;
  background-color: #fff;
  border: 1px solid #1f1f1f;
  box-shadow: 1px 1px 5px #2e3336;
  z-index: 999; }
  .groot-menu__item {
    list-style: none;
    margin: 0; }
  .groot-menu__label {
    color: #1f1f1f;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer; }
  .groot-menu__label:hover {
    background-color: #ffcc89; }
  .groot-menu__close {
    cursor: pointer; }

.groot-tree {
  width: 100%;
  padding: 0 0 0 18px; }

.groot-leaf .groot-icon {
  padding-top: 0.4rem; }

.groot-leaf__up {
  left: 18px; }

.groot-leaf__down {
  left: 36px; }

.groot-leaf__label {
  padding: 0 18px 0 54px; }

.groot-leaf__label.drag-target {
  background-color: #ffcc89; }

.groot-leaf__label:hover {
  background-color: #ffcc89; }

.groot-leaf__label-field {
  width: 100%; }

.groot-menu {
  background-color: #fff;
  border: 1px solid #1f1f1f;
  box-shadow: 1px 1px 5px #2e3336; }
  .groot-menu__label {
    color: #1f1f1f; }

.ql-questionAside {
  width: 65px; }
  .ql-questionAside:after {
    border: #ccc solid 1px;
    content: 'Question';
    font-family: "Open Sans", "Helvetica Neue", "Arial", sans-serif;
    color: #2e3336;
    font-size: 12.5px;
    font-weight: 600;
    padding: 0.11111rem 0.27778rem;
    position: relative;
    top: -0.22222rem; }

.ql-container {
  position: relative; }

.ql-snow,
.ql-tooltip {
  margin-top: 0 !important;
  top: 1.11111rem !important;
  left: 0.83333rem !important; }

.ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6, .ql-editor p, .ql-editor blockquote {
  margin-top: 1rem !important; }

.ql-editor * + blockquote {
  margin-bottom: 0 !important; }

.ql-editor blockquote + blockquote {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.bodyContainer {
  position: relative; }

.quill-modal {
  display: none;
  position: absolute;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  right: 0;
  width: 100%;
  height: 100%; }
  .quill-modal-container {
    padding: 1.38889rem;
    background: #fff;
    width: 70%;
    margin: 0 auto;
    margin-top: 5.55556rem; }
  .quill-modal .italic-btn {
    background: #444;
    padding: 0.16667rem 0.27778rem;
    font-size: 0.77778rem; }
  .quill-modal-question, .quill-modal-answer, .quill-modal-label {
    display: block;
    width: 100%; }
  .quill-modal-label {
    padding: 0.83333rem 0 0.55556rem; }
  .quill-modal-question, .quill-modal-answer {
    padding: 1rem;
    background: #f9f9f9;
    outline: none;
    border: 2px solid transparent;
    font-size: 15px;
    line-height: 20px; }
    .quill-modal-question:focus, .quill-modal-answer:focus {
      background: #fff;
      border: #dedede solid 2px; }
  .quill-modal-submit, .quill-modal-cancel {
    margin-top: 1.11111rem; }

.notification-bar {
  z-index: 9999;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid transparent; }
  .notification-bar__body {
    margin: 0 auto;
    padding: 0.27778rem;
    color: #fff;
    font-size: 16px;
    font-size: 0.88889rem;
    display: flex;
    align-content: space-around;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap; }
    .notification-bar__body .notification {
      margin: auto; }
  .notification-bar__close {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: none; }
    .notification-bar__close:hover {
      background: none; }
  .notification-bar .btn--notification {
    background: none;
    border-radius: 4px;
    border: 1px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-size: 16px;
    font-size: 0.88889rem;
    width: auto;
    padding: 0.66667rem 1.11111rem; }
    .notification-bar .btn--notification:hover {
      background: none; }

.notification-bar--red {
  background-color: #c73e28; }

.notification-bar--blue {
  background-color: #006b87; }

span.validation-error {
  display: block;
  font-weight: 600;
  color: #c73e28;
  font-size: 16px;
  font-size: 0.88889rem; }

span.hidden {
  display: none; }

.c-share-positioning {
  float: right;
  width: 8.33333rem; }

.c-share-container {
  position: fixed;
  z-index: 8000;
  right: 0;
  bottom: 0;
  margin: 0;
  margin-right: 1.11111rem; }
  .c-share-container .ss-icon {
    font-size: 2.22222rem; }
    @media only screen and (max-width: 40em) {
      .c-share-container .ss-icon {
        font-size: 1.66667rem; } }

@media only screen and (min-width: 60em) {
  .js-hover-height:hover .c-sharing-list {
    max-height: 16.66667rem; } }

.c-sharing-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  transition: max-height 500ms ease-in-out;
  max-height: 0;
  overflow: hidden; }

.c-sharing-list__item {
  line-height: 2.8em; }

@media only screen and (max-width: 59.99em) {
  .js-list-focus {
    opacity: 1; } }

@media only screen and (max-width: 59.99em) {
  .page-body--dim {
    opacity: 0.3; } }

.js-is-open {
  max-height: 16.66667rem; }

html {
  background: #2e3336; }

html, body {
  border: 0;
  height: 100%; }

#page-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow-y: hidden; }
  @media only screen and (min-width: 60em) {
    #page-wrapper {
      position: relative;
      top: 0; } }

#main-nav {
  background: #3a4043;
  font-family: "Open Sans", "Helvetica Neue", "Arial", sans-serif;
  overflow: hidden;
  position: absolute;
  top: 60px;
  left: -75%;
  width: 75%;
  bottom: 0;
  z-index: 1;
  transition: left 0.3s cubic-bezier(0.03, 0.33, 0.4, 0.9); }
  @media only screen and (min-width: 32em) {
    #main-nav {
      left: -50%;
      width: 50%; } }
  @media only screen and (min-width: 60em) {
    #main-nav {
      display: none;
      margin-top: 0; } }
  #main-nav.nav-open {
    left: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    -webkit-backface-visibility: hidden; }
  #main-nav .user {
    background: #2c3133;
    padding: 0.55556rem; }
    #main-nav .user::after {
      clear: both;
      content: "";
      display: table; }
    #main-nav .user img {
      float: left;
      height: 40px;
      width: 40px; }
    #main-nav .user .info {
      margin-left: 10px;
      float: left; }
    #main-nav .user span {
      display: block; }
      #main-nav .user span.name {
        color: #FFF;
        font-size: 26px;
        font-weight: bold;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        line-height: 28px; }
      #main-nav .user span.points {
        color: #d5eaf4;
        font-size: 12px;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        line-height: 12px; }
  #main-nav ul {
    border-top: 1px solid #656b6e;
    margin: 0;
    padding: 0; }
    #main-nav ul li {
      border-bottom: 1px solid #656b6e;
      font-size: 1rem;
      padding: 0; }
      #main-nav ul li a {
        color: #fab93a;
        display: inline-block;
        font-weight: bold;
        padding: 10px 20px 10px 12px;
        width: 100%;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased; }
        #main-nav ul li a:hover {
          color: #fbcb6c; }
        #main-nav ul li a span.ss-icon {
          display: inline-block;
          float: right;
          font-size: 75%;
          padding-top: 4px; }
      #main-nav ul li.alt a {
        color: #6ec0e3; }
        #main-nav ul li.alt a:hover {
          color: #99d3eb; }
      #main-nav ul li.open ul {
        display: block; }
      #main-nav ul li ul {
        display: none;
        margin: 0;
        padding: 0; }
        #main-nav ul li ul li {
          font-size: 16px;
          margin: 0; }
          #main-nav ul li ul li a {
            padding-left: 20px;
            color: #fbcb6c; }
            #main-nav ul li ul li a:hover {
              color: #fddc9d; }
          #main-nav ul li ul li:last-child {
            border: none; }
    #main-nav ul.logged-in {
      margin-top: 2.22222rem; }
      #main-nav ul.logged-in li a {
        color: #b0c2ca; }
      #main-nav ul.logged-in .mobile-notification {
        color: #fff; }
  #main-nav .nav-option.home .nav-link {
    display: inline-block;
    padding: 0;
    margin: 0; }
  #main-nav .nav-option.home .nav-link.nav-logo {
    background: url(/images/img/logo-mobile@2x.png) 0 4px no-repeat;
    background-size: 141px 35.5px;
    height: 39.5px;
    text-indent: -314159px;
    max-width: 40px;
    margin: 5px 5px 5px 12px; }
  #main-nav .nav-option.home .nav-link.nav-text {
    width: auto;
    position: relative;
    top: 8px; }

.page-body {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  margin-top: 60px;
  transition: left 0.3s cubic-bezier(0.03, 0.33, 0.4, 0.9); }
  @media only screen and (min-width: 60em) {
    .page-body {
      overflow-y: auto;
      margin-top: 0;
      position: relative;
      -webkit-overflow-scrolling: auto; } }
  .page-body.nav-open {
    left: 75%;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.75);
    -webkit-backface-visibility: hidden;
    overflow-y: hidden; }
    @media only screen and (min-width: 32em) {
      .page-body.nav-open {
        left: 50%; } }
    @media only screen and (min-width: 60em) {
      .page-body.nav-open {
        left: 0;
        box-shadow: none;
        -webkit-backface-visibility: visible;
        overflow-y: auto; } }
  .page-body.chromeless-body {
    margin-top: auto; }

.social-badge {
  position: relative; }

.social-badge[data-badge]:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", "Helvetica Neue", "Arial", sans-serif;
  font-weight: bold;
  color: #fff;
  content: attr(data-badge);
  position: absolute;
  top: 0.05556em;
  right: -1.11111em;
  display: block;
  padding: 0 0.27778rem;
  line-height: 0.88889rem;
  font-size: 15px;
  font-size: 0.83333rem;
  background: #c73e28;
  background-image: linear-gradient(to bottom, #da5c48, #c73e28);
  border-color: #722417;
  border-radius: 0.22222rem;
  text-shadow: 0 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08); }
  .social-badge[data-badge]:after::after {
    clear: both;
    content: "";
    display: table; }
  @media only screen and (min-width: 60em) {
    .social-badge[data-badge]:after {
      top: -0.83333em;
      right: -0.55556em; } }

.moveBehind {
  z-index: 0 !important; }

#banner {
  background: #3a4043;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 6; }
  @media only screen and (min-width: 60em) {
    #banner {
      position: relative; } }
  #banner .wrapper {
    color: #f8f8f8;
    font-size: 21.6px;
    font-size: 1.2rem;
    line-height: 22px;
    margin: 0;
    padding: 10px;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.5); }
    #banner .wrapper::after {
      clear: both;
      content: "";
      display: table; }
    @media only screen and (min-width: 60em) {
      #banner .wrapper {
        height: 80px;
        max-width: 960px;
        margin: 0 auto; } }
  #banner b {
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    padding: 12px 10px 8px 10px;
    height: 40px;
    width: 40px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; }
    #banner b.nav {
      float: left; }
      @media only screen and (min-width: 60em) {
        #banner b.nav {
          display: none; } }
      .nav-open #banner b.nav {
        background-color: #2e3336;
        box-shadow: inset 0 0 21px rgba(0, 0, 0, 0.4); }
    #banner b.search {
      float: right; }
      @media only screen and (min-width: 60em) {
        #banner b.search {
          display: none; } }
  #banner a.banner-logo {
    background: url(/images/img/logo-mobile@2x.png) 0 4px no-repeat;
    background-size: 141px 35.5px;
    float: left;
    height: 39.5px;
    margin: 0;
    margin-left: 50%;
    margin-left: calc(50% - 70.5px);
    position: absolute;
    text-indent: -314159px;
    width: 141px;
    display: block; }
    #banner a.banner-logo.mini {
      position: relative;
      max-width: 40px;
      margin-left: 0; }
    @media only screen and (min-width: 60em) {
      #banner a.banner-logo {
        background: url(/images/img/logo@2x.png) 0 0 no-repeat;
        background-size: 186px 46px;
        height: 46px;
        margin-top: 10px;
        margin-left: 0;
        width: 186px; }
        #banner a.banner-logo.mini {
          position: absolute;
          max-width: inherit; } }
    #banner a.banner-logo.hidden {
      display: none; }
  #banner nav {
    display: none;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; }
    @media only screen and (min-width: 60em) {
      #banner nav {
        display: inline-block;
        list-style: none; }
        #banner nav::after {
          clear: both;
          content: "";
          display: table; } }
    #banner nav ul {
      float: left;
      margin: 0;
      padding: 0; }
      #banner nav ul li {
        border-right: 1px solid #999;
        display: inline-block;
        font-size: 18px;
        font-size: 1rem;
        padding: 0 7px;
        text-shadow: none; }
        #banner nav ul li a {
          color: #fab93a; }
          #banner nav ul li a:hover {
            color: #fff; }
        #banner nav ul li:last-child {
          border: none; }
        #banner nav ul li.dropdown-border {
          border-bottom: 1px solid #fff !important;
          padding-bottom: 0.55556rem; }
        #banner nav ul li.dropdown-border-top {
          border-top: 1px solid #fff !important;
          padding-top: 0.55556rem; }
    @media only screen and (min-width: 60em) {
      #banner nav.desktop {
        float: left;
        margin: 25px 0 0 240px;
        padding: 0; }
        #banner nav.desktop::after {
          clear: both;
          content: "";
          display: table; } }
    #banner nav.desktop ul.site li .ss-icon {
      display: inline-block;
      font-size: 12px; }
      #banner nav.desktop ul.site li .ss-icon.open {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
    #banner nav.desktop ul.site li.selected a {
      color: #FFF; }
    #banner nav.desktop ul.site li ul {
      display: none; }
    #banner nav.desktop ul.site li.open {
      position: relative; }
      #banner nav.desktop ul.site li.open ul {
        background: #3a4043;
        border-radius: 4px;
        display: block;
        left: -5px;
        margin: 0;
        padding: 5px 10px;
        position: absolute;
        width: 150px;
        z-index: 1001; }
        #banner nav.desktop ul.site li.open ul li {
          border: 0;
          font-size: 15px;
          font-size: 0.83333rem;
          display: block;
          margin: 0;
          padding: 5px 0 5px 5px; }
    #banner nav.user {
      display: none; }
      @media only screen and (min-width: 60em) {
        #banner nav.user {
          display: inline-block;
          margin-top: 25px;
          float: right;
          list-style: none; } }
      #banner nav.user ul.sign-in {
        float: left;
        margin: 0;
        padding: 0; }
        #banner nav.user ul.sign-in li {
          display: inline-block; }
          #banner nav.user ul.sign-in li:last-child {
            padding-right: 0; }
      #banner nav.user.logged-in {
        float: right;
        text-shadow: none;
        position: relative;
        margin-top: 1.38889rem; }
        #banner nav.user.logged-in .openable-visible:hover .openable, #banner nav.user.logged-in .openable-visible:hover span.ss-icon {
          color: #fff; }
        #banner nav.user.logged-in .openable {
          font-size: 18px;
          font-size: 1rem;
          color: #fab93a; }
        #banner nav.user.logged-in span.ss-icon {
          font-size: 12.5px;
          font-size: 0.69444rem;
          display: inline-block; }
          #banner nav.user.logged-in span.ss-icon.open {
            -webkit-transform: rotate(90deg);
                    transform: rotate(90deg); }
        #banner nav.user.logged-in div.info {
          display: none; }
        #banner nav.user.logged-in ul.sub {
          background: #3a4043;
          border-radius: 4px;
          display: none;
          position: absolute;
          left: -10px;
          padding-top: 10px;
          width: 140px; }
          #banner nav.user.logged-in ul.sub li {
            border: none;
            display: block;
            font-size: 15px;
            font-size: 0.83333rem;
            margin-bottom: 10px; }
          #banner nav.user.logged-in ul.sub hr {
            margin: 0.27778rem 0; }
        #banner nav.user.logged-in.open ul.sub {
          display: block; }
          #banner nav.user.logged-in.open ul.sub .mobile-notification {
            color: #fff; }
  @media only screen and (min-width: 60em) {
    #banner .nav-option.home {
      display: none; } }

.site-search {
  background: #3a4043;
  border-top: 1px solid #3a4043;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  margin-top: -2.55556rem;
  z-index: 5;
  transition: margin-top 0.3s cubic-bezier(0.03, 0.33, 0.4, 0.9); }
  @media only screen and (min-width: 60em) {
    .site-search {
      top: auto;
      position: relative; } }
  .site-search.open {
    margin-top: 0; }
    .site-search.open .site-search__wrapper {
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.75); }
      @media only screen and (min-width: 60em) {
        .site-search.open .site-search__wrapper {
          box-shadow: none; } }
  .site-search__wrapper {
    position: relative;
    width: 100%;
    padding: 0 5px 5px 5px;
    margin: 0 auto; }
    @media only screen and (min-width: 60em) {
      .site-search__wrapper {
        box-shadow: none;
        max-width: 960px;
        margin: 0 auto; } }
  .site-search__form {
    width: 100%;
    height: 40px; }
  .site-search__control {
    border: none;
    position: absolute; }
  .site-search__query {
    width: calc(100% - 55px);
    left: 5px; }
    @media only screen and (min-width: 60em) {
      .site-search__query {
        width: calc(100% - 65px);
        left: 10px; } }
  .site-search input[type="submit"].ss-icon {
    right: 5px;
    width: 40px;
    font-size: 0.9em;
    line-height: initial;
    vertical-align: baseline; }
    @media only screen and (min-width: 60em) {
      .site-search input[type="submit"].ss-icon {
        right: 10px; } }

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  border: #006b87 1px solid;
  color: #006b87; }

/* END HEADER */
/* START FOOTER */
#footer {
  background: #3a4043;
  font-family: "Open Sans", "Helvetica Neue", "Arial", sans-serif;
  padding: 40px 10px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  #footer::after {
    clear: both;
    content: "";
    display: table; }
  @media only screen and (min-width: 48em) {
    #footer {
      padding: 40px 20px; } }
  #footer .wrapper {
    max-width: 960px;
    margin: 0 auto; }
  #footer .logo {
    background: url(/images/img/logo-mobile@2x.png) 0 0 no-repeat;
    background-size: 141px 35.5px;
    height: 39.5px;
    width: 141px; }
  #footer p {
    color: #fff;
    font-size: 15px;
    font-size: 0.83333rem; }
    #footer p.ss-icon {
      clear: left;
      font-size: 28px;
      font-size: 1.55556rem;
      padding-top: 0;
      margin: 0; }
      #footer p.ss-icon a {
        color: #757575; }
        #footer p.ss-icon a:hover {
          color: #006b87; }
    #footer p.boilerplate {
      font-size: 12.5px;
      font-size: 0.69444rem;
      display: inline-block;
      line-height: 2em;
      color: #757575; }
      #footer p.boilerplate a {
        color: #999; }
  #footer a {
    color: #fab93a; }
  #footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px; }
    #footer ul.two-up {
      width: 50%;
      float: left; }
    #footer ul li {
      font-size: 15px;
      font-size: 0.83333rem;
      margin: 0 0 10px 0;
      padding: 0; }
  #footer section {
    margin: 0 0 20px 0;
    min-height: 0;
    padding: 0; }
    #footer section::after {
      clear: both;
      content: "";
      display: table; }
    @media only screen and (min-width: 60em) {
      #footer section.main {
        padding-right: 10px;
        float: left;
        width: 50%; } }
    @media only screen and (min-width: 48em) {
      #footer section.block {
        width: 50%;
        float: left; } }
    @media only screen and (min-width: 60em) {
      #footer section.block {
        width: 25%; } }
    #footer section h4 {
      color: #fff;
      margin: 0 0 10px 0;
      font-size: 15px;
      font-size: 0.83333rem;
      font-weight: 600;
      clear: both; }

/* END FOOTER */
#subfooter {
  background: #f9f9f9;
  font-family: "Open Sans", "Helvetica Neue", "Arial", sans-serif;
  padding: 10px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  #subfooter h3 {
    padding: 10px 0px; }
  #subfooter .wrapper {
    max-width: 960px;
    margin: 0 auto; }
    #subfooter .wrapper::after {
      clear: both;
      content: "";
      display: table; }
  #subfooter ul {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0; }
    #subfooter ul li {
      font-size: 15px;
      font-size: 0.83333rem;
      margin: 0 0 8px 0;
      padding: 0 5px 0 0; }
    #subfooter ul::after {
      clear: both;
      content: "";
      display: table; }
    @media only screen and (min-width: 48em) {
      #subfooter ul {
        width: 50%;
        float: left; } }
    @media only screen and (min-width: 60em) {
      #subfooter ul {
        width: 20%; } }

#litebox-overlay {
  display: none;
  position: fixed; }
  #litebox-overlay.visible {
    display: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999998; }

#litebox-popup {
  display: none;
  position: fixed;
  overflow: hidden; }
  #litebox-popup.visible {
    display: inherit;
    z-index: 999999; }
  #litebox-popup .litebox-content {
    display: inherit;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%; }

/* @see https://github.com/edenspiekermann/a11y-dialog */
/* -------------------------------------------------------------------------- * * Necessary styling for the dialog to work
 * -------------------------------------------------------------------------- */
.dialog[aria-hidden="true"] {
  display: none; }

/* -------------------------------------------------------------------------- * * Styling to make the dialog look like a dialog
 * -------------------------------------------------------------------------- */
.dialog-overlay {
  z-index: 500;
  background-color: rgba(0, 0, 0, 0.66);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.dialog__content {
  background-color: white;
  z-index: 9999;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

/* -------------------------------------------------------------------------- * * Extra dialog styling to make it shiny
 * -------------------------------------------------------------------------- */
.dialog__content {
  padding: 1rem;
  max-width: 90%;
  width: 600px;
  border-radius: 2px; }
  @media only screen and (min-width: 48em) {
    .dialog__content {
      padding: 2rem; } }

.dialog-overlay {
  background-color: rgba(43, 46, 56, 0.9); }

.dialog__header {
  margin: 0;
  font-size: 37.325px; }

.dialog__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  border: 0;
  padding: 0;
  background-color: transparent;
  font-weight: bold;
  font-size: 18px;
  width: 1.2rem;
  height: 1.2rem;
  text-align: center;
  cursor: pointer;
  transition: 0.15s; }
  @media only screen and (min-width: 48em) {
    .dialog__close {
      top: 1rem;
      right: 1rem; } }

.c-cookie-consent-banner {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7.22222rem;
  background-color: #f5f5f5;
  z-index: 9999; }
  @media only screen and (max-width: 40em) {
    .c-cookie-consent-banner {
      height: 8.88889rem; } }
  @media only screen and (min-width: 48em) {
    .c-cookie-consent-banner {
      height: 5.55556rem; } }

.c-cookie-consent-banner--hidden {
  display: none; }

.c-cookie-consent-banner__agree {
  display: block;
  width: 100%;
  border-radius: 0.22222rem; }
  @media only screen and (min-width: 60em) {
    .c-cookie-consent-banner__agree {
      margin-top: -0.5rem;
      display: inline-block;
      float: right;
      width: 6rem; } }

.c-cookie-consent-banner__message {
  margin: auto;
  width: 90%;
  padding-bottom: 2rem; }
  @media only screen and (min-width: 60em) {
    .c-cookie-consent-banner__message {
      padding-top: 2rem;
      width: 80%; } }

.xlink-tooltip {
  position: fixed;
  width: 450px;
  border-radius: 2px;
  box-shadow: 1px 1px 5px;
  padding: 5px;
  background-color: #fff;
  font-size: 0.8rem; }

.xlink-tooltip__panel-switch {
  font-size: 0.8em;
  font-weight: bold;
  background-color: #edf6fa;
  text-align: center;
  border-radius: 0.2em; }

.xlink-tooltip__switch--active {
  text-decoration: underline; }

.xlink-tooltip__label {
  display: block;
  font-weight: bold;
  font-size: 1em; }

.xlink-tooltip__label--inline {
  display: inline;
  font-weight: normal; }

.xlink-tooltip__quote {
  margin: 0.3em; }

.xlink-tooltip__url {
  width: 90%; }

.xlink-tooltip__term {
  width: 90%; }

.xlink-tooltip__results {
  list-style-type: none;
  max-height: 300px;
  overflow-y: scroll;
  margin: 0;
  padding: 0; }

.xlink-tooltip__result {
  font-size: 0.8em;
  margin: 0;
  padding: 0.2em 0;
  position: relative; }

.xlink-tooltip__choice {
  position: absolute;
  top: 0.5em;
  left: 0.2em; }

.xlink-tooltip__result-link {
  padding-left: 1.7em;
  display: block; }

.xlink-tooltip__result:nth-of-type(even) {
  background-color: #edf6fa; }

.xlink-tooltip__options {
  margin-top: 1em; }

.xlink-tooltip__button.btn {
  font-size: 1em; }

.xlink-tooltip__loader {
  border: 8px solid #edf6fa;
  border-top: 8px solid #58c0e7;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  margin: 1em auto; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

button.ql-xlink {
  color: #444; }