/* stylelint-disable value-keyword-case */
/* Expo Page Colors */
/* * * * * HOVER * * * * */
/* * * * * BREAKPOINTS * * * * */
/* * * * * GRADIENTS * * * * */
/* * * * * ASPECT RATIOS * * * * */
/* * * * * VENDOR PREFIXES * * * * */
/* * * Standard * * */
/* * * Keyframes * * */
/* * * Flexbox * * */
.search-input {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.search-input input {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 0.1rem solid #e6e6e6;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #808080;
  border-radius: 0.4rem 0 0 0.4rem;
  border-right: 0;
  font-family: "Roboto Condensed", "Roboto", "Franklin Gothic", gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.6rem;
  height: 4rem;
  margin: 0;
  outline: transparent;
  padding: 1.2rem;
  -webkit-transition: border-bottom 0.25s ease, box-shadow 0.25s ease;
  -moz-transition: border-bottom 0.25s ease, box-shadow 0.25s ease;
  -o-transition: border-bottom 0.25s ease, box-shadow 0.25s ease;
  transition: border-bottom 0.25s ease, box-shadow 0.25s ease;
}
.search-input input::placeholder {
  color: #999;
  font-style: italic;
}
.search-input input:focus {
  -webkit-box-shadow: inset 0 0.1rem 0.4rem rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0.1rem 0.4rem rgba(0, 0, 0, 0.25);
}
.search-input__submit {
  border-radius: 0 0.4rem 0.4rem 0;
  background-color: #e6e6e6;
  border: none;
  height: auto;
  margin: 0;
}
.search-input__submit svg {
  height: 2.4rem;
  fill: #666;
  vertical-align: middle;
  width: 2.4rem;
}
.search-input hr {
  border: 0;
  border-bottom: 0.1rem solid #999;
  margin: 0;
  margin-bottom: 2rem;
  width: 100%;
}
.search-input__filters {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #808080;
  font-family: "Roboto Condensed", "Roboto", "Franklin Gothic", gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  margin: 1rem 0 1.6rem;
  width: 100%;
}
.search-input__filters-toggle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #000;
  font-family: "Roboto Condensed", "Roboto", "Franklin Gothic", gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 700;
}
.search-input__filters-toggle:hover {
  text-decoration: underline;
}
.search-input__filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-right: 2rem;
}
.search-input__filter label {
  margin-bottom: 1rem;
}
/* stylelint-disable value-keyword-case */
/* Expo Page Colors */
/* * * * * HOVER * * * * */
/* * * * * BREAKPOINTS * * * * */
/* * * * * GRADIENTS * * * * */
/* * * * * ASPECT RATIOS * * * * */
/* * * * * VENDOR PREFIXES * * * * */
/* * * Standard * * */
/* * * Keyframes * * */
/* * * Flexbox * * */
/* stylelint-disable value-keyword-case */
/* Expo Page Colors */
.flyout-two__links, .flyout-three__links, .flyout-four__links, .flyout-one__child.arts-and-entertainment, .flyout-one__child.special-reports {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flyout-two__links > li, .flyout-three__links > li, .flyout-four__links > li, .flyout-one__child.arts-and-entertainment > li, .flyout-one__child.special-reports > li {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  width: 50%;
}

/* * * * * HOVER * * * * */
/* * * * * BREAKPOINTS * * * * */
/* * * * * GRADIENTS * * * * */
/* * * * * ASPECT RATIOS * * * * */
/* * * * * VENDOR PREFIXES * * * * */
/* * * Standard * * */
/* * * Keyframes * * */
/* * * Flexbox * * */
.flyout .backdrop {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  background-color: rgba(0, 0, 0, 0.33);
  height: calc(100vh - 5rem);
  left: 0;
  pointer-events: none;
  position: fixed;
  opacity: 0;
  top: 5rem;
  width: 100%;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  z-index: 1;
}
.flyout__panel {
  -webkit-transition: left 0.25s ease;
  -moz-transition: left 0.25s ease;
  -o-transition: left 0.25s ease;
  transition: left 0.25s ease;
  height: calc(100vh - 5rem);
  left: -50rem;
  max-width: 42.5rem;
  opacity: 1;
  overflow: hidden;
  position: fixed;
  top: 5rem;
  width: 100vw;
  z-index: 999;
}
@media (min-width: 425px) {
  .flyout__panel {
    max-width: 42.5rem;
    width: 42.5rem;
  }
}
.flyout__search {
  border-bottom: 1px solid #666;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 3.2rem;
  padding: 1.6rem 0 2.4rem;
}
.flyout__search .search-input__submit {
  background-color: #e6e6e6;
  border: none;
}
.flyout__links {
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  border-top: 0.1rem solid #e6e6e6;
  height: 100%;
  left: -50rem;
  overflow-y: scroll;
  width: 100%;
}
@media (min-width: 425px) {
  .flyout__links {
    -webkit-box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.33);
    box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.33);
    width: 41.4rem;
  }
}
.flyout__icon {
  cursor: pointer;
  height: 5rem;
  padding: 1.3rem;
  width: 5rem;
}
.flyout__icon-box {
  -webkit-transition: margin 0.33s ease;
  -moz-transition: margin 0.33s ease;
  -o-transition: margin 0.33s ease;
  transition: margin 0.33s ease;
  height: 2.4rem;
  margin: 0;
  position: relative;
  width: 2.4rem;
}
.flyout__icon-line {
  -webkit-transition: width 0.33s ease;
  -moz-transition: width 0.33s ease;
  -o-transition: width 0.33s ease;
  transition: width 0.33s ease;
  background-color: #238e74;
  height: 0.3rem;
  position: absolute;
  width: 2.4rem;
}
.flyout__icon-line:first-child {
  -webkit-transition: -webkit-transform 0.33s ease;
  -moz-transition: -moz-transform 0.33s ease;
  -o-transition: -o-transform 0.33s ease;
  transition: transform 0.33s ease;
  top: 0.3rem;
  -ms-transform-origin: center left;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.flyout__icon-line:nth-child(2) {
  -webkit-transition: width 0.33s ease, left 0.33s ease;
  -moz-transition: width 0.33s ease, left 0.33s ease;
  -o-transition: width 0.33s ease, left 0.33s ease;
  transition: width 0.33s ease, left 0.33s ease;
  left: 0;
  top: 1.1rem;
}
.flyout__icon-line:last-child {
  -ms-transform-origin: center left;
  -webkit-transform-origin: center left;
  transform-origin: center left;
  -webkit-transition: -webkit-transform 0.33s ease;
  -moz-transition: -moz-transform 0.33s ease;
  -o-transition: -o-transform 0.33s ease;
  transition: transform 0.33s ease;
  top: 1.9rem;
}
.flyout.open .backdrop {
  pointer-events: auto;
  opacity: 1;
}
.flyout.open .flyout__panel {
  left: 0;
}
.flyout.open .flyout__icon-box {
  margin: 0 0 0 0.3rem;
}
.flyout.open .flyout__icon-line {
  width: 2.3rem;
}
.flyout.open .flyout__icon-line:first-child {
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.flyout.open .flyout__icon-line:nth-child(2) {
  left: 0.9rem;
  margin: auto;
  width: 0;
}
.flyout.open .flyout__icon-line:last-child {
  -ms-transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.flyout-one__links {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.flyout-one__link {
  border-bottom: 0.1rem solid #e6e6e6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-family: "Roboto Condensed", "Roboto", "Franklin Gothic", gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  min-height: 6rem;
  margin: 0 3.2rem;
}
.flyout-one__link-checkbox {
  display: none;
}
.flyout-one__link-row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  min-height: 6rem;
  width: 100%;
}
.flyout-one__link-url {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4d4d4d;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: horizontal;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 1.4rem;
  font-weight: 700;
  height: 6rem;
  text-transform: uppercase;
}
.flyout-one__link-expand {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 3.6rem;
  -ms-flex-preferred-size: 3.6rem;
  flex-basis: 3.6rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: box-shadow 0.15s ease, background 0.15s ease;
  -moz-transition: box-shadow 0.15s ease, background 0.15s ease;
  -o-transition: box-shadow 0.15s ease, background 0.15s ease;
  transition: box-shadow 0.15s ease, background 0.15s ease;
  background-color: #f2f2f2;
  border: 0.1rem solid #ccc;
  border-radius: 0.2rem;
  cursor: pointer;
  height: 2.4rem;
  width: 3.6rem;
}
.flyout-one__link-expand > i svg {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 1.8rem;
  -ms-flex-preferred-size: 1.8rem;
  flex-basis: 1.8rem;
  fill: #999;
  height: 18px;
  -webkit-transition: fill 0.15s ease, -webkit-transform 0.15s ease;
  -moz-transition: fill 0.15s ease, -moz-transform 0.15s ease;
  -o-transition: fill 0.15s ease, -o-transform 0.15s ease;
  transition: fill 0.15s ease, transform 0.15s ease;
  width: 1.8rem;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .flyout-one__link-expand:hover {
    background-color: #fff;
  }
  .flyout-one__link-expand:hover > i svg {
    fill: #4d4d4d;
  }
}
@media (hover: hover) {
  .flyout-one__link-expand:hover {
    background-color: #fff;
  }
  .flyout-one__link-expand:hover > i svg {
    fill: #4d4d4d;
  }
}
.flyout-one__link ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 1.6rem;
}
.flyout-one__link > ul {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.33s ease-in-out, opacity 0.25s ease;
  -moz-transition: max-height 0.33s ease-in-out, opacity 0.25s ease;
  -o-transition: max-height 0.33s ease-in-out, opacity 0.25s ease;
  transition: max-height 0.33s ease-in-out, opacity 0.25s ease;
}
.flyout-one__link-checkbox:checked ~ ul {
  max-height: 60rem;
  opacity: 1;
  -webkit-transition: max-height 0.33s ease-in, opacity 0.25s ease 0.1s;
  -moz-transition: max-height 0.33s ease-in, opacity 0.25s ease 0.1s;
  -o-transition: max-height 0.33s ease-in, opacity 0.25s ease 0.1s;
  transition: max-height 0.33s ease-in, opacity 0.25s ease 0.1s;
}
.flyout-one__link-checkbox:checked ~ .flyout-one__link-row .flyout-one__link-expand {
  background-color: #fff;
  border: 0.1rem solid #808080;
}
.flyout-one__link-checkbox:checked ~ .flyout-one__link-row .flyout-one__link-expand > i svg {
  fill: #4d4d4d;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.flyout-one__group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flyout-one__group-header {
  color: #999;
  display: block;
  font-size: 1.4rem;
  height: 3.2rem;
  text-transform: uppercase;
}
.flyout-one__group > li {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  width: 50%;
}
.flyout-one__group .related-sites {
  margin-left: 50%;
}
.flyout-one__child-url {
  color: #4d4d4d;
  display: block;
  font-size: 1.4rem;
  margin-bottom: 1.6rem;
}
.flyout-one__child .separator {
  border-top: 0.1rem solid #e6e6e6;
  height: 1.6rem;
  width: 50%;
}
.flyout-one__child > li:last-child {
  height: 4.8rem;
}
.flyout-two__links, .flyout-three__links, .flyout-four__links {
  list-style-type: none;
  margin: 0;
  padding: 2.4rem 3.2rem 0;
}
.flyout-two__url, .flyout-three__url, .flyout-four__url {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4d4d4d;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: "Roboto Condensed", "Roboto", "Franklin Gothic", gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.4rem;
  height: 3.6rem;
}
.flyout-two__url, .flyout-four__url {
  font-weight: 700;
}
.flyout-four__links {
  background-color: #f2f2f2;
  margin: 3.2rem 0 0;
  padding: 2.4rem 3.2rem;
}
.flyout-five__links {
  background-color: #f2f2f2;
  border-top: 0.1rem solid #ccc;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0.8rem 3.2rem 3.2rem;
}
.flyout-five__url {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4d4d4d;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: "Roboto Condensed", "Roboto", "Franklin Gothic", gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.4rem;
  height: 3.6rem;
}
.flyout__icons {
  background-image: url("/pf/resources/images/icons/global-icon-sprite.png?d=124");
  background-repeat: no-repeat;
  background-size: 360px 24px;
  display: inline-block;
  height: 2.4rem;
  margin: 0 0.8rem 0 0;
  vertical-align: middle;
  width: 2.4rem;
}
.flyout__icons--bucs {
  background-position: 0 0;
}
.flyout__icons--rays {
  background-position: -24px 0;
}
.flyout__icons--lightning {
  background-position: -48px 0;
}
.flyout__icons--rowdies {
  background-position: -72px 0;
}
.flyout__icons--bulls {
  background-position: -96px 0;
}
.flyout__icons--gators {
  background-position: -120px 0;
}
.flyout__icons--seminoles {
  background-position: -144px 0;
}
.flyout__icons--newsletters {
  background-position: -168px 0;
}
.flyout__icons--apps {
  background-position: -192px 0;
}
.flyout__icons--podcasts {
  background-position: -216px 0;
}
.flyout__icons--todays-paper {
  background-position: -240px 0;
}
.flyout__icons--e-newspaper {
  background-position: -264px 0;
}
.flyout__icons--archives {
  background-position: -288px 0;
}
.flyout__tbt {
  background-image: url("/pf/resources/images/icons/tbt-logo.png?d=124");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 4.8rem;
  margin: 0 0.8rem 0 0;
  vertical-align: middle;
  width: 4.8rem;
}
.flyout__actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: horizontal;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1.6rem 3.2rem 0;
}
.flyout__actions .mg2-manage,
.flyout__actions .mg2-activate,
.flyout__actions .mg2-subscribe,
.flyout__actions .mg2-login,
.flyout__actions .mg2-logout {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  margin-bottom: 1rem;
  background-color: #336156;
}
.flyout__actions .mg2-subscribe {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  margin-right: 1rem;
  background-color: #336156;
}
.flyout__actions .mg2-login,
.flyout__actions .mg2-logout {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: inherit;
  -ms-flex-negative: inherit;
  flex-shrink: inherit;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  background-color: #fff;
}

.dark .flyout .flyout__links {
  background-color: rgba(0, 0, 0, 0.78);
  border-top-color: #333;
}
.dark .flyout .flyout__links .button--white-on-primary {
  border: 0;
}
.dark .flyout .flyout__links [class$=__link] {
  border-bottom-color: #333;
}
.dark .flyout .flyout__links [class$=__link-url],
.dark .flyout .flyout__links [class$=__child-url],
.dark .flyout .flyout__links [class$=__url] {
  color: #ccc;
}
.dark .flyout .flyout__links .flyout-one__link-expand {
  border-color: #666;
  background-color: #4d4d4d;
}
.dark .flyout .flyout__links .flyout-one__link-expand:hover {
  background-color: #666;
}
.dark .flyout .flyout__links .flyout-one__link-expand:hover > i svg {
  fill: #999;
}
.dark .flyout .flyout__links .flyout-four__links,
.dark .flyout .flyout__links .flyout-five__links {
  background-color: rgba(0, 0, 0, 0.78);
}
.dark .flyout .flyout__links .flyout-five__links {
  border-top-color: #666;
}
.dark .flyout .flyout__links .separator {
  border-top-color: #808080;
}

.manage-newsletter {
  cursor: pointer;
}
/* stylelint-disable value-keyword-case */
/* Expo Page Colors */
/* * * * * HOVER * * * * */
/* * * * * BREAKPOINTS * * * * */
/* * * * * GRADIENTS * * * * */
/* * * * * ASPECT RATIOS * * * * */
/* * * * * VENDOR PREFIXES * * * * */
/* * * Standard * * */
/* * * Keyframes * * */
/* * * Flexbox * * */
/* stylelint-disable value-keyword-case */
/* Expo Page Colors */
/* * * * * HOVER * * * * */
/* * * * * BREAKPOINTS * * * * */
/* * * * * GRADIENTS * * * * */
/* * * * * ASPECT RATIOS * * * * */
/* * * * * VENDOR PREFIXES * * * * */
/* * * Standard * * */
/* * * Keyframes * * */
/* * * Flexbox * * */
.nav-bar {
  background-color: rgba(255, 255, 255, 0.97);
  -webkit-box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: horizontal;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  flex-direction: row;
  height: 5rem;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.nav-bar__tools {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 1;
  padding: 0 0.8rem;
}
.nav-bar__tools .search__wrapper {
  position: relative;
}
.nav-bar__tools .search__wrapper,
.nav-bar__tools .mg2-subscribe {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  .nav-bar__tools .search__wrapper,
.nav-bar__tools .mg2-subscribe {
    display: none !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
.nav-bar__tools .mg2-subscribe {
  margin: 0 0.5rem;
  width: 12rem;
  background-color: #336156;
}
.nav-bar__tools .mg2-login {
  margin: 0 0.5rem;
  width: 12rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .nav-bar__tools .mg2-login {
    border: none;
    color: #000;
    padding: 0;
    width: auto;
  }
  .nav-bar__tools .mg2-login:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.nav-bar__tools .mg2-dropdown {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: "Roboto Condensed", "Roboto", "Franklin Gothic", gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.4rem;
  height: 3.6rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
  width: auto;
}
@media (min-width: 768px) {
  .nav-bar__tools .mg2-dropdown {
    width: 12rem;
  }
}
.nav-bar__tools .mg2-dropdown:hover {
  cursor: pointer;
}
.nav-bar__tools .mg2-dropdown:hover .dropdown {
  opacity: 1;
  pointer-events: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  -webkit-user-select: auto;
  user-select: auto;
}
.nav-bar__tools .mg2-dropdown__text {
  display: none;
}
@media (min-width: 768px) {
  .nav-bar__tools .mg2-dropdown__text {
    display: inline;
  }
}
.nav-bar__tools .mg2-dropdown__icon {
  vertical-align: middle;
}
@media (min-width: 768px) {
  .nav-bar__tools .mg2-dropdown__icon {
    display: none;
  }
}
.nav-bar__tools .mg2-dropdown__icon svg {
  height: 2rem;
  width: 2rem;
}
.nav-bar__tools .mg2-dropdown__arrow {
  margin-left: 0.5rem;
  vertical-align: middle;
}
.nav-bar__tools .mg2-dropdown .dropdown {
  background-color: #fff;
  border: 0.1rem solid #f2f2f2;
  border-radius: 0.4rem;
  -webkit-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 0.8rem;
  pointer-events: none;
  position: absolute;
  right: 0.8rem;
  text-align: center;
  top: 3.6rem;
  -webkit-transition: opacity 0.33s ease;
  -moz-transition: opacity 0.33s ease;
  -o-transition: opacity 0.33s ease;
  transition: opacity 0.33s ease;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  width: auto;
}
.nav-bar__tools .mg2-dropdown .dropdown a {
  color: #000;
  display: block;
}
.nav-bar__tools .mg2-dropdown .dropdown li:last-child span {
  border-bottom: 1px dashed #28568b;
  color: #28568b;
}
.nav-bar__tools .mg2-dropdown .dropdown li {
  padding: 0.8rem 1.6rem;
  font-size: 1.6rem;
  text-align: center;
  white-space: nowrap;
}
.nav-bar__tools .mg2-dropdown .dropdown li:not(:last-child) {
  border-bottom: 0.1rem solid #e6e6e6;
}
.nav-bar__searchbox--full {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 0 2.4rem;
  width: 100%;
}
.nav-bar.dark {
  background-color: rgba(0, 0, 0, 0.85);
}
.nav-bar.dark .flyout__icon-line {
  background-color: #ccc;
}
.nav-bar.dark .top-nav__logo {
  fill: #ccc;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .nav-bar.dark .top-nav__logo {
    fill: #f2f2f2;
  }
}
@media (hover: hover) {
  .nav-bar.dark .top-nav__logo {
    fill: #f2f2f2;
  }
}
.nav-bar.dark .top-nav__links li a {
  color: #ccc;
}
.nav-bar.dark .search__icon svg {
  fill: #ccc;
}
.nav-bar.dark .nav-bar__tools .mg2-login {
  background-color: transparent;
  color: #fff;
}
.nav-bar.dark .nav-bar__tools .mg2-dropdown svg {
  fill: #fff;
}

.top-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -moz-flex-direction: horizontal;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.top-nav__logo {
  fill: #4d4d4d;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 19.5rem;
  -ms-flex-preferred-size: 19.5rem;
  flex-basis: 19.5rem;
  height: 3rem;
  left: 50%;
  position: fixed;
  top: 1.4rem;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: fill 0.25s ease;
  -moz-transition: fill 0.25s ease;
  -o-transition: fill 0.25s ease;
  transition: fill 0.25s ease;
  width: 19.5rem;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .top-nav__logo:hover {
    fill: #000;
  }
}
@media (hover: hover) {
  .top-nav__logo:hover {
    fill: #000;
  }
}
@media (min-width: 768px) {
  .top-nav__logo {
    left: auto;
    margin: 1.4rem 1.6rem 0;
    position: inherit;
    top: auto;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
.top-nav__links {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  font-family: "Roboto Condensed", "Roboto", "Franklin Gothic", gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  .top-nav__links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.top-nav__links li {
  padding: 0 0.8rem;
  font-size: 1.2rem;
}
@media only screen and (min-width: 1300px) {
  .top-nav__links li {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1800px) {
  .top-nav__links li {
    padding: 0 1.2rem;
  }
}
.top-nav__links li.news, .top-nav__links li.sports, .top-nav__links li.opinion, .top-nav__links li.arts-entertainment, .top-nav__links li.weather, .top-nav__links li.special-reports, .top-nav__links li.videos, .top-nav__links li.photo-galleries, .top-nav__links li.food {
  font-weight: 700;
  text-transform: uppercase;
}
.top-nav__links li.obituaries, .top-nav__links li.classifieds {
  display: none;
  font-weight: 700;
}
@media only screen and (min-width: 1600px) {
  .top-nav__links li.obituaries, .top-nav__links li.classifieds {
    display: block;
  }
}
.top-nav__links li.todays-paper, .top-nav__links li.newsletters, .top-nav__links li.e-newspaper {
  display: none;
  font-weight: 700;
}
@media only screen and (min-width: 1400px) {
  .top-nav__links li.todays-paper, .top-nav__links li.newsletters, .top-nav__links li.e-newspaper {
    display: block;
  }
}
.top-nav__links li.best-of-the-best {
  display: none;
}
@media only screen and (min-width: 1600px) {
  .top-nav__links li.best-of-the-best {
    display: block;
  }
}
.top-nav__links li a {
  color: #4d4d4d;
}
.top-nav__links li.separator {
  background-color: #ccc;
  display: none;
  height: 1.8rem;
  padding: 0;
  width: 0.1rem;
}
@media only screen and (min-width: 1400px) {
  .top-nav__links li.separator--1 {
    display: block;
  }
}
@media only screen and (min-width: 1600px) {
  .top-nav__links li.separator--2, .top-nav__links li.separator--3 {
    display: block;
  }
}

.homepage .top-nav {
  -webkit-transition: -webkit-transform 0.33s ease;
  -moz-transition: -moz-transform 0.33s ease;
  -o-transition: -o-transform 0.33s ease;
  transition: transform 0.33s ease;
}
@media (min-width: 576px) {
  .homepage .top-nav.hidden {
    -ms-transform: translateY(-5rem);
    -webkit-transform: translateY(-5rem);
    transform: translateY(-5rem);
  }
  .homepage .top-nav.scrolled {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.search__icon {
  margin-right: 1.5rem;
}
.search__icon svg {
  height: 2.4rem;
  fill: #4d4d4d;
  width: 2.4rem;
}
.search__icon:hover {
  cursor: pointer;
}
.search__icon:hover svg {
  fill: #238e74;
}
.search__input--wrapper {
  opacity: 1;
  pointer-events: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  -webkit-user-select: auto;
  user-select: auto;
  background-color: #fff;
  border-radius: 0.4rem;
  -webkit-box-shadow: 0 0 3rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 38rem;
  -ms-flex-preferred-size: 38rem;
  flex-basis: 38rem;
  padding: 1.2rem;
  position: absolute;
  right: 0;
  top: 3.6rem;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  width: 38rem;
}
.search__input--wrapper.hidden {
  opacity: 0;
  pointer-events: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.search__input--wrapper .search-input__query {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: auto;
}
.search__input--wrapper .search-input__submit {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 6rem;
  -ms-flex-preferred-size: 6rem;
  flex-basis: 6rem;
  background-color: #238e74;
  color: #fff;
  width: 6rem;
}
/* stylelint-disable value-keyword-case */
/* Expo Page Colors */
/* * * * * HOVER * * * * */
/* * * * * BREAKPOINTS * * * * */
/* * * * * GRADIENTS * * * * */
/* * * * * ASPECT RATIOS * * * * */
/* * * * * VENDOR PREFIXES * * * * */
/* * * Standard * * */
/* * * Keyframes * * */
/* * * Flexbox * * */
.vert {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.vert > * {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.vert__slug {
  color: #b3b3b3;
  display: block;
  font-family: "Roboto Condensed", "Roboto", "Franklin Gothic", gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.3rem;
  line-height: 1.1rem;
  margin: 0 0 0.8rem;
  text-transform: uppercase;
}
.vert__header-vert {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 1.2rem 0;
  background-color: #f8f8f8;
  -webkit-box-shadow: inset 0 0 1.6rem #ccc;
  box-shadow: inset 0 0 1.6rem #ccc;
}
.vert__adhesion {
  height: 0px;
  position: absolute;
  width: 0px;
}
@media (min-width: 768px) {
  .vert.inline-vert {
    width: 768px;
    margin: 0 0 2.4rem -74px;
  }
}
.vert.greyvert {
  margin: 0 auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .vert__ad.flipp, .vert__ad.revcontent {
    width: 100%;
    margin: auto;
  }
}

.vert-feed {
  margin: 0 0 2.4rem;
  padding: 0 0 2.4rem;
}

.admin-vert__ad {
  height: 250px;
  overflow: hidden;
  width: 300px;
}
.admin-vert__ad.topleaderboard, .admin-vert__ad.topdynamic, .admin-vert__ad.additionalleaderboard, .admin-vert__ad.bottomleaderboard, .admin-vert__ad.continuousscroll-1, .admin-vert__ad.continuousscroll-2 {
  width: 728px;
  height: 90px;
}
.admin-vert__ad.topmediumrectangle, .admin-vert__ad.additionalmediumrectangle, .admin-vert__ad.bottommediumrectangle {
  width: 300px;
  height: 250px;
}
.admin-vert__ad.pencil {
  width: 970px;
  height: 90px;
}
.admin-vert__ad.sitesponsorweather {
  width: 175px;
  height: 40px;
}
.admin-vert__ad {
  height: 250px;
  overflow: hidden;
  width: 300px;
}
.admin-vert__ad.topleaderboard, .admin-vert__ad.topdynamic, .admin-vert__ad.additionalleaderboard, .admin-vert__ad.bottomleaderboard, .admin-vert__ad.continuousscroll-1, .admin-vert__ad.continuousscroll-2 {
  width: 728px;
  height: 90px;
}
.admin-vert__ad.topmediumrectangle, .admin-vert__ad.additionalmediumrectangle, .admin-vert__ad.bottommediumrectangle {
  width: 300px;
  height: 250px;
}
.admin-vert__ad.pencil {
  width: 970px;
  height: 90px;
}
.admin-vert__ad.sitesponsorweather {
  width: 175px;
  height: 40px;
}
/* stylelint-disable value-keyword-case */
/* Expo Page Colors */
.separator--4 {
  display: block;
  margin: 0.2rem 0 0;
  padding: 0 0 0.2rem;
}
.separator--8 {
  display: block;
  margin: 0.4rem 0 0;
  padding: 0 0 0.4rem;
}
.separator--12 {
  display: block;
  margin: 0.6rem 0 0;
  padding: 0 0 0.6rem;
}
.separator--16 {
  display: block;
  margin: 0.8rem 0 0;
  padding: 0 0 0.8rem;
}
.separator--20 {
  display: block;
  margin: 1rem 0 0;
  padding: 0 0 1rem;
}
.separator--24 {
  display: block;
  margin: 1.2rem 0 0;
  padding: 0 0 1.2rem;
}
.separator--28 {
  display: block;
  margin: 1.4rem 0 0;
  padding: 0 0 1.4rem;
}
.separator--32 {
  display: block;
  margin: 1.6rem 0 0;
  padding: 0 0 1.6rem;
}
.separator--64 {
  display: block;
  margin: 3.2rem 0 0;
  padding: 0 0 3.2rem;
}
.separator--128 {
  display: block;
  margin: 6.4rem 0 0;
  padding: 0 0 6.4rem;
}
.separator.line {
  border-bottom: 0.1rem solid #e6e6e6;
}
/* stylelint-disable value-keyword-case */
/* Expo Page Colors */
/* * * * * HOVER * * * * */
/* * * * * BREAKPOINTS * * * * */
/* * * * * GRADIENTS * * * * */
/* * * * * ASPECT RATIOS * * * * */
/* * * * * VENDOR PREFIXES * * * * */
/* * * Standard * * */
/* * * Keyframes * * */
/* * * Flexbox * * */
.heading {
  font-family: "Roboto Condensed", "Roboto", "Franklin Gothic", gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.heading h2,
.heading h3,
.heading h3 {
  padding: 0.5rem 0;
}
.heading p {
  margin-top: 0;
  font-family: "Roboto", gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: #999;
}
/* stylelint-disable value-keyword-case */
/* Expo Page Colors */
/* * * * * HOVER * * * * */
/* * * * * BREAKPOINTS * * * * */
/* * * * * GRADIENTS * * * * */
/* * * * * ASPECT RATIOS * * * * */
/* * * * * VENDOR PREFIXES * * * * */
/* * * Standard * * */
/* * * Keyframes * * */
/* * * Flexbox * * */
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.87px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #eceef1;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-innerContainer {
  border-bottom: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  border: 1px solid #eceef1;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #eceef1;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #eceef1;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #eceef1;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #eceef1;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  border-radius: 5px 5px 0 0;
  background: #eceef1;
  color: #5a6171;
  fill: #5a6171;
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: #5a6171;
  fill: #5a6171;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  left: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  right: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #bbb;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(72, 72, 72, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(72, 72, 72, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(72, 72, 72, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(90, 97, 113, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #5a6171;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #5a6171;
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(90, 97, 113, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: #eceef1;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #eceef1;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: #eceef1;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: #eceef1;
  color: #5a6171;
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
  border-left: 1px solid #eceef1;
  border-right: 1px solid #eceef1;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #eceef1;
  box-shadow: -1px 0 0 #eceef1;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #484848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e2e2e2;
  border-color: #e2e2e2;
}

.flatpickr-day.today {
  border-color: #bbb;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #bbb;
  background: #bbb;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #ff5a5f;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #ff5a5f;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #ff5a5f;
  box-shadow: -10px 0 0 #ff5a5f;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
  box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(72, 72, 72, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(72, 72, 72, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #ff5a5f, 5px 0 0 #ff5a5f;
  box-shadow: -5px 0 0 #ff5a5f, 5px 0 0 #ff5a5f;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  border-left: 1px solid #eceef1;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(72, 72, 72, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #eceef1;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 0 0 5px 5px;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #484848;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #484848;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #484848;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #484848;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eaeaea;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
span.flatpickr-day.selected {
  font-weight: bold;
}

.date-picker {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.date-picker input {
  appearance: none;
  border: 0.1rem solid #e6e6e6;
  color: #808080;
  font-family: "Roboto Condensed", "Roboto", "Franklin Gothic", gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.6rem;
  height: 4rem;
  outline: transparent;
  padding: 1.2rem;
  -webkit-transition: box-shadow 0.25s ease;
  -moz-transition: box-shadow 0.25s ease;
  -o-transition: box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease;
}
.date-picker input:focus {
  -webkit-box-shadow: inset 0 0.1rem 0.4rem rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0.1rem 0.4rem rgba(0, 0, 0, 0.25);
}
.date-picker__icon {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #808080;
  height: 4rem;
  padding: 0.8rem 1.6rem;
}
.date-picker__icon svg {
  fill: #fff;
  height: 2.4rem;
  width: 2.4rem;
}

.flatpickr-calendar {
  font-family: "Roboto", gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

span.flatpickr-day.selected {
  background: #238e74;
  border-color: #238e74;
}
/* stylelint-disable value-keyword-case */
/* Expo Page Colors */
.paper-preview {
  background-color: #e6e6e6;
  padding: 1rem;
}
.paper-preview__image {
  display: block;
  height: auto;
  margin: 1rem auto;
  width: 18rem;
}
.paper-preview__link {
  color: #4d4d4d;
  display: block;
  font-family: "Roboto", gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 700;
  text-align: center;
}
.paper-preview__link:hover {
  text-decoration: none;
}
/* stylelint-disable value-keyword-case */
/* Expo Page Colors */
/* * * * * HOVER * * * * */
/* * * * * BREAKPOINTS * * * * */
/* * * * * GRADIENTS * * * * */
/* * * * * ASPECT RATIOS * * * * */
/* * * * * VENDOR PREFIXES * * * * */
/* * * Standard * * */
/* * * Keyframes * * */
/* * * Flexbox * * */
figcaption {
  -webkit-transition: height 0.33s ease, opacity 0.5s ease;
  -moz-transition: height 0.33s ease, opacity 0.5s ease;
  -o-transition: height 0.33s ease, opacity 0.5s ease;
  transition: height 0.33s ease, opacity 0.5s ease;
  color: #666;
  font-family: "Roboto Condensed", "Roboto", "Franklin Gothic", gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0.02em;
  text-rendering: geometricPrecision;
  margin: 0.8rem auto 0;
  max-width: 62rem;
  position: relative;
}
/* stylelint-disable value-keyword-case */
/* Expo Page Colors */
/* * * * * HOVER * * * * */
/* * * * * BREAKPOINTS * * * * */
/* * * * * GRADIENTS * * * * */
/* * * * * ASPECT RATIOS * * * * */
/* * * * * VENDOR PREFIXES * * * * */
/* * * Standard * * */
/* * * Keyframes * * */
/* * * Flexbox * * */
/* stylelint-disable value-keyword-case */
/* Expo Page Colors */
.timestamp--recent, .timestamp {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  font-family: "Roboto", gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.3rem;
  width: auto;
}

.timestamp {
  color: #999;
}
.timestamp--recent {
  color: #d55d5d;
}
/* stylelint-disable value-keyword-case */
/* Expo Page Colors */
/* * * * * HOVER * * * * */
/* * * * * BREAKPOINTS * * * * */
/* * * * * GRADIENTS * * * * */
/* * * * * ASPECT RATIOS * * * * */
/* * * * * VENDOR PREFIXES * * * * */
/* * * Standard * * */
/* * * Keyframes * * */
/* * * Flexbox * * */
.author-bio {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: horizontal;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  flex-direction: row;
  font-family: "Roboto Condensed", "Roboto", "Franklin Gothic", gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.author-bio figure,
.author-bio .lazy-container {
  height: 100%;
  width: 100%;
}
.author-bio.article {
  -moz-flex-direction: horizontal;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.author-bio.article .author-bio__image--wrapper {
  height: 8rem;
  min-width: 8rem;
}
.author-bio.article .author-bio__content--byline {
  font-size: 1.6rem;
  text-transform: uppercase;
  margin: 2rem 0 0;
}
.author-bio.article .author-bio__content--role {
  font-size: 1.6rem;
}
.author-bio.author {
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.author-bio.author .author-bio__image {
  height: 100%;
  width: 100%;
}
.author-bio.author .author-bio__image .lazy-container {
  height: 100%;
  width: 100%;
}
.author-bio.author .author-bio__image--wrapper {
  height: 10rem;
  margin: 0 auto;
  width: 10rem;
}
@media (min-width: 768px) {
  .author-bio.author .author-bio__image--wrapper {
    height: 14rem;
    width: 14rem;
  }
}
.author-bio.author .author-bio__content {
  margin: 0;
  width: 100%;
}
.author-bio.author .author-bio__content--byline {
  font-size: 3.2rem;
  margin: 1.4rem 0 0;
  text-align: center;
}
.author-bio.author .author-bio__content--role {
  color: #000;
  font-size: 2.4rem;
  margin: 1rem 0 6rem;
  text-align: center;
}
.author-bio.author .author-bio__content--bio {
  color: #666;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-top: 3rem;
}
.author-bio.author .author-bio__content--contact {
  list-style: none;
  margin-top: 2rem;
  padding: 0;
}
.author-bio.author .author-bio__content--contact li {
  margin-bottom: 2rem;
  overflow: hidden;
}
.author-bio.author .author-bio__content--contact li svg {
  background-color: #999;
  border-radius: 50%;
  fill: #fff;
  height: 3rem;
  margin-right: 1rem;
  padding: 0.4rem;
  overflow: visible;
  vertical-align: middle;
  width: 3rem;
}
.author-bio.author .author-bio__content--contact li a {
  color: #000;
}
.author-bio__image img {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  border-radius: 50%;
  height: 100%;
  left: -50%;
  margin: auto;
  position: absolute;
  right: -50%;
  top: 0;
  width: auto;
}
.author-bio__image img.lazy {
  opacity: 0;
}
.author-bio__image img.lazy-loaded {
  opacity: 1;
}
.author-bio__image--wrapper {
  border-radius: 50%;
  height: 6rem;
  margin: 0.5rem;
  overflow: hidden;
  position: relative;
  min-width: 6rem;
}
.author-bio__content {
  margin-left: 1rem;
  vertical-align: top;
}
.author-bio__content--byline {
  color: #000;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 1.4rem 0 0;
}
.author-bio__content--role {
  color: #666;
  font-size: 1.4rem;
  margin: 0.2rem 0 0;
}
/* * * * * HOVER * * * * */
/* * * * * BREAKPOINTS * * * * */
/* * * * * GRADIENTS * * * * */
/* * * * * ASPECT RATIOS * * * * */
/* * * * * VENDOR PREFIXES * * * * */
/* * * Standard * * */
/* * * Keyframes * * */
/* * * Flexbox * * */
/* stylelint-disable value-keyword-case */
/* Expo Page Colors */
.story-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.story-item .group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.story-item .column {
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.story-item .column > div {
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.story-item .headline {
  font-family: "Roboto Condensed", "Roboto", "Franklin Gothic", gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 700;
}
.story-item .headline a {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.25;
}
.story-item .headline a:hover {
  text-decoration: none;
}
.story-item .headline.headline--alternate {
  font-weight: 400;
}
.story-item .headline.headline--alternate a {
  color: #666;
  font-size: 1.6rem;
}
.story-item .subheadline {
  color: #333;
  font-family: "Roboto", gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.5rem;
  line-height: 1.66;
}
.story-item .timestamp,
.story-item .sectionbullet {
  color: #999;
  font-family: "Roboto", gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.3rem;
  line-height: 1;
}
.story-item .media {
  position: relative;
}
.story-item .media a {
  display: block;
  position: relative;
}
.story-item .media figure img {
  display: block;
  width: 100%;
}
.story-item .media .overlay {
  background: linear-gradient(to bottom, transparent, #000);
  bottom: 0;
  color: #fff;
  font-family: "Roboto", gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.2rem;
  left: 0;
  padding: 2rem 0.8rem 0;
  position: absolute;
  width: 100%;
}
.story-item .media .overlay svg {
  height: 2.4rem;
  margin-top: 0.8rem;
  vertical-align: middle;
  width: 2.4rem;
}
.story-item .media .overlay .text-muted {
  color: #b3b3b3;
  display: none;
}
@media (min-width: 768px) {
  .story-item .media .overlay .text-muted {
    display: inline;
  }
}
.story-item .media .overlay .text-muted svg {
  margin-top: 0;
}
.story-item .media .video-preview {
  cursor: pointer;
  position: relative;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .story-item .media .video-preview:hover .video-preview__overlay {
    background-color: rgba(0, 0, 0, 0.33);
  }
  .story-item .media .video-preview:hover .video-preview__icon svg {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .story-item .media .video-preview:hover .video-preview__duration {
    opacity: 1;
  }
}
@media (hover: hover) {
  .story-item .media .video-preview:hover .video-preview__overlay {
    background-color: rgba(0, 0, 0, 0.33);
  }
  .story-item .media .video-preview:hover .video-preview__icon svg {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .story-item .media .video-preview:hover .video-preview__duration {
    opacity: 1;
  }
}
.story-item .media .video-preview img {
  display: block;
}
.story-item .media .video-preview__overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: background 0.25s ease;
  -moz-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  transition: background 0.25s ease;
  width: 100%;
}
.story-item .media .video-preview__ui {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 1.2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 4rem;
  left: 1.2rem;
  position: absolute;
}
.story-item .media .video-preview__icon {
  height: 4rem;
  margin: 0 0.4rem 0 0;
}
.story-item .media .video-preview__icon svg {
  fill: #fff;
  height: 4rem;
  opacity: 0.8;
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  -moz-transition: opacity 0.25s ease, -moz-transform 0.25s ease;
  -o-transition: opacity 0.25s ease, -o-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  width: 4rem;
}
.story-item .media .video-preview__duration {
  opacity: 0.8;
  color: #fff;
  font-family: "Roboto Condensed", "Roboto", "Franklin Gothic", gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.8rem;
  line-height: 1.8rem;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.story-item .media .react-player {
  background-color: #e6e6e6;
  position: relative;
  padding-top: 56.25%;
}
.story-item .media .react-player > div {
  position: absolute;
  top: 0;
  left: 0;
}
.story-item .comments {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  margin-top: -0.4rem;
}
.story-item .comments a {
  color: #808080;
  font-family: "Roboto", gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.3rem;
  font-weight: 400;
  text-decoration: none;
}
.story-item .comments svg {
  fill: #808080;
  height: 1.6rem;
  width: 1.6rem;
  vertical-align: middle;
}
.story-item .comments .commentText,
.story-item .comments .commentCount {
  vertical-align: middle;
}
.story-item .comments .commentCount {
  margin-left: 0.5rem;
}
.story-item.vertical-no-meta .headline a {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .story-item.vertical-no-meta .headline a {
    font-size: 2.2rem;
  }
}
.story-item.feed .headline a {
  font-size: 2rem;
}
.story-item.feed .subheadline {
  color: #666;
}
/* stylelint-disable value-keyword-case */
/* Expo Page Colors */
/* * * * * HOVER * * * * */
/* * * * * BREAKPOINTS * * * * */
/* * * * * GRADIENTS * * * * */
/* * * * * ASPECT RATIOS * * * * */
/* * * * * VENDOR PREFIXES * * * * */
/* * * Standard * * */
/* * * Keyframes * * */
/* * * Flexbox * * */
.story-date-feed__heading {
  border-bottom: 0.1rem solid #ccc;
  border-top: 0.1rem solid #ccc;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: "Roboto", gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 700;
  padding: 1rem 0;
}
.story-date-feed__heading-item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.story-date-feed__heading-item:first-child {
  text-transform: uppercase;
}
.story-date-feed__heading-item:last-child {
  text-align: right;
  text-transform: capitalize;
}
.story-date-feed__heading-item:last-child a {
  color: #000;
}
.story-date-feed__feed {
  list-style: none;
  margin: 0;
  margin-top: 1rem;
  padding: 0;
}
.story-date-feed__feed-item {
  margin-bottom: 1rem;
}
/* stylelint-disable value-keyword-case */
/* Expo Page Colors */
/* * * * * HOVER * * * * */
/* * * * * BREAKPOINTS * * * * */
/* * * * * GRADIENTS * * * * */
/* * * * * ASPECT RATIOS * * * * */
/* * * * * VENDOR PREFIXES * * * * */
/* * * Standard * * */
/* * * Keyframes * * */
/* * * Flexbox * * */
.most-read__header {
  color: #333;
  text-transform: uppercase;
  font-size: 2rem;
  margin: 0 0 1rem;
}
.most-read__header:before {
  background-color: #808080;
  content: "";
  display: block;
  height: 0.1rem;
  margin: 0 0 0.8rem;
  width: 100%;
  left: -2rem;
}
.most-read__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: horizontal;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  flex-direction: row;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 0;
  width: 100%;
}
@media (min-width: 1190px) {
  .most-read__list {
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
  }
}
.most-read__item {
  margin-left: 2rem;
  margin-right: 2rem;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  list-style: none;
  width: 50%;
}
.most-read__item:before {
  color: #4d4d4d;
  content: counter(most-read) ".";
  counter-increment: most-read;
  font-size: 1.6rem;
  font-family: Georgia, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  font-style: italic;
  font-weight: 800;
  left: -2rem;
  position: relative;
}
.most-read__item .story-item {
  margin-top: -1.9rem;
  margin-bottom: 2.4rem;
}
@media (min-width: 1190px) {
  .most-read__item .story-item {
    margin-bottom: 0;
  }
}
.most-read__item .story-item .headline a {
  font-size: 1.6rem;
  font-weight: 700;
}
@media (min-width: 1190px) {
  .most-read__item .story-item .headline a {
    color: #4d4d4d;
    font-size: 1.4rem;
    font-weight: 400;
  }
}
@media (min-width: 1190px) {
  .most-read__item {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-right: 0;
    margin-bottom: 2.4rem;
    width: auto;
  }
}
/* stylelint-disable value-keyword-case */
/* Expo Page Colors */
/* * * * * HOVER * * * * */
/* * * * * BREAKPOINTS * * * * */
/* * * * * GRADIENTS * * * * */
/* * * * * ASPECT RATIOS * * * * */
/* * * * * VENDOR PREFIXES * * * * */
/* * * Standard * * */
/* * * Keyframes * * */
/* * * Flexbox * * */
.footer {
  background-color: #e6e6e6;
  border-top: 1px solid #ccc;
  padding: 2.4rem 0;
  width: 100%;
}
.footer__segment-top {
  margin: 0 0 3.2rem;
}
.footer__segment-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.footer-segment-top__logo {
  display: block;
  height: 3.5rem;
  margin: 0 auto 0.2rem;
  width: 22.7rem;
}
.footer-segment-top__logo svg {
  height: 3.5rem;
  width: 22.7rem;
}
.footer-segment-top__copyright {
  color: #666;
  font-family: "Roboto Condensed", "Roboto", "Franklin Gothic", gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.2rem;
  margin: 0 0 1.6rem;
  text-align: center;
}
.footer-segment-top__copyright a {
  color: #666;
  font-weight: 700;
  text-decoration: none;
}
.footer-segment-top__calls-to-action {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.footer-call-to-action {
  background-color: #fff;
  border: 0.1rem solid #b3b3b3;
  border-radius: 0.2rem;
  color: #666;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: "Roboto Condensed", "Roboto", "Franklin Gothic", gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.4rem;
  font-weight: 700;
  height: 4rem;
  letter-spacing: 0.1rem;
  line-height: 1.4rem;
  margin: auto;
  text-align: center;
  width: auto;
}
.footer-call-to-action:first-child {
  margin: 0 auto 0.8rem;
}
.footer-call-to-action svg {
  display: inline;
  fill: #666;
  height: 1.8rem;
  margin: 0 0.8rem 0 0;
  width: 1.8rem;
}
.footer-call-to-action span {
  padding: 0.5rem 0;
}

.flex-fill {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.footer-segment-bottom__link-list {
  text-align: center;
  padding-left: 0;
}
.footer-segment-bottom__link-list li {
  padding: 0 0 1.2rem;
  list-style: none;
}
.footer-segment-bottom__link-list li a,
.footer-segment-bottom__link-list li .need-help {
  border-bottom: 0.1rem dotted #999;
  color: #666;
  cursor: pointer;
  font-family: "Roboto Condensed", "Roboto", "Franklin Gothic", gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.2rem;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: border-bottom 0.25s ease, padding 0.25s ease;
  -moz-transition: border-bottom 0.25s ease, padding 0.25s ease;
  -o-transition: border-bottom 0.25s ease, padding 0.25s ease;
  transition: border-bottom 0.25s ease, padding 0.25s ease;
}
.footer-segment-bottom__link-list li a .question-mark,
.footer-segment-bottom__link-list li .need-help .question-mark {
  display: inline-block;
  -ms-transform-origin: bottom center;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}
.footer-segment-bottom__social-list {
  margin: auto;
  width: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.footer-segment-bottom__social-list li {
  list-style: none;
}
.footer-segment-bottom__social-list a {
  border-bottom: 0;
  text-decoration: none;
}
.footer-segment-bottom__social-list svg {
  fill: #999;
  height: 3.6rem;
  margin: 0.6rem;
  width: 3.6rem;
}
@media only screen and (min-width: 375px) {
  .footer-segment-bottom__social-list .footer-segment-bottom__social-list--twitter {
    height: 2.5rem;
    margin: 0 0.6rem 1.6rem;
    width: 2.5rem;
  }
}

.need-help.modal-dialog {
  margin: auto;
  max-width: 30rem;
}
.need-help hr {
  margin-bottom: 2.4rem;
  margin-top: 2.4rem;
}
.need-help__button {
  background-color: #fff;
  border: 0.1rem solid #b3b3b3;
  border-radius: 0.2rem;
  color: #666;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: "Roboto Condensed", "Roboto", "Franklin Gothic", gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.4rem;
  font-weight: 700;
  height: 4rem;
  letter-spacing: 0.1rem;
  line-height: 1.4rem;
  text-align: center;
  width: auto;
}
.need-help__button svg {
  display: inline;
  fill: #666;
  height: 2.4rem;
  margin: 0 0.8rem 0 0;
  width: 2.4rem;
}
.need-help__button span {
  padding: 0.5rem 0;
}
.need-help__or {
  color: #808080;
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 0.8rem;
  text-align: center;
}
.need-help__call {
  color: #666;
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 0.8rem;
  text-align: center;
}
.need-help__number {
  font-family: "Roboto Condensed", "Roboto", "Franklin Gothic", gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.4rem;
  padding: 0.8rem;
  text-align: center;
}
.need-help__number a {
  color: #238e74;
}

@media only screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }

  .footer-segment-top {
    margin: 0 0 6.4rem;
  }
  .footer-segment-top__logo {
    margin: auto;
  }
  .footer-segment-top__calls-to-action {
    -moz-flex-direction: horizontal;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-call-to-action {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-direction: horizontal;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin: 0;
  }
  .footer-call-to-action:first-child {
    margin: 0 0.8rem 0 0;
  }

  .footer-segment-bottom__link-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-direction: horizontal;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1rem;
  }
  .footer-segment-bottom__link-list li {
    padding: 1.3rem 1.3rem 0 0;
  }
  .footer-segment-bottom__social-list svg {
    margin: 0 0.6rem;
    padding: 0.6rem;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .footer-segment-top__logo {
    margin: 0 0 0.4rem;
  }
  .footer-segment-top__copyright {
    text-align: left;
  }
  .footer-segment-top__calls-to-action {
    -moz-flex-direction: horizontal;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__segment-bottom {
    -moz-flex-direction: horizontal;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footer-call-to-action:hover {
    background-color: #e6e6e6;
    border: 0.1rem solid #999;
    color: #4d4d4d;
  }

  .footer-segment-bottom__link-list li a:hover,
.footer-segment-bottom__link-list li .need-help:hover {
    border-bottom: 0.1rem solid #666;
  }
  .footer-segment-bottom__social-list svg {
    -webkit-transition: fill 0.5s ease;
    -moz-transition: fill 0.5s ease;
    -o-transition: fill 0.5s ease;
    transition: fill 0.5s ease;
  }
  .footer-segment-bottom__social-list--facebook:hover {
    fill: #3b5998;
  }
  .footer-segment-bottom__social-list--twitter:hover {
    fill: #1da1f2;
  }
  .footer-segment-bottom__social-list--linkedin:hover {
    fill: #0077b5;
  }
  .footer-segment-bottom__social-list--google-plus:hover {
    fill: #d34836;
  }
  .footer-segment-bottom__social-list--reddit:hover {
    fill: #ff4500;
  }
}
@media (hover: hover) {
  .footer-call-to-action:hover {
    background-color: #e6e6e6;
    border: 0.1rem solid #999;
    color: #4d4d4d;
  }

  .footer-segment-bottom__link-list li a:hover,
.footer-segment-bottom__link-list li .need-help:hover {
    border-bottom: 0.1rem solid #666;
  }
  .footer-segment-bottom__social-list svg {
    -webkit-transition: fill 0.5s ease;
    -moz-transition: fill 0.5s ease;
    -o-transition: fill 0.5s ease;
    transition: fill 0.5s ease;
  }
  .footer-segment-bottom__social-list--facebook:hover {
    fill: #3b5998;
  }
  .footer-segment-bottom__social-list--twitter:hover {
    fill: #1da1f2;
  }
  .footer-segment-bottom__social-list--linkedin:hover {
    fill: #0077b5;
  }
  .footer-segment-bottom__social-list--google-plus:hover {
    fill: #d34836;
  }
  .footer-segment-bottom__social-list--reddit:hover {
    fill: #ff4500;
  }
}
/* stylelint-disable value-keyword-case */
/* Expo Page Colors */
/* * * * * HOVER * * * * */
/* * * * * BREAKPOINTS * * * * */
/* * * * * GRADIENTS * * * * */
/* * * * * ASPECT RATIOS * * * * */
/* * * * * VENDOR PREFIXES * * * * */
/* * * Standard * * */
/* * * Keyframes * * */
/* * * Flexbox * * */
.vert__header-vert {
  -webkit-transition: opacity 0.5s ease 0.5s;
  -moz-transition: opacity 0.5s ease 0.5s;
  -o-transition: opacity 0.5s ease 0.5s;
  transition: opacity 0.5s ease 0.5s;
  opacity: 1;
  width: 100%;
  padding: 1.2rem 0;
  background-color: #f8f8f8;
  -webkit-box-shadow: inset 0 0 1.6rem #ccc;
  box-shadow: inset 0 0 1.6rem #ccc;
}
/* * * * * HOVER * * * * */
/* * * * * BREAKPOINTS * * * * */
/* * * * * GRADIENTS * * * * */
/* * * * * ASPECT RATIOS * * * * */
/* * * * * VENDOR PREFIXES * * * * */
/* * * Standard * * */
/* * * Keyframes * * */
/* * * Flexbox * * */
.responsive-chain {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* stylelint-disable value-keyword-case */
/* Expo Page Colors */
/* * * * * HOVER * * * * */
/* * * * * BREAKPOINTS * * * * */
/* * * * * GRADIENTS * * * * */
/* * * * * ASPECT RATIOS * * * * */
/* * * * * VENDOR PREFIXES * * * * */
/* * * Standard * * */
/* * * Keyframes * * */
/* * * Flexbox * * */
/* stylelint-disable value-keyword-case */
/* Expo Page Colors */
/* * * * * HOVER * * * * */
/* * * * * BREAKPOINTS * * * * */
/* * * * * GRADIENTS * * * * */
/* * * * * ASPECT RATIOS * * * * */
/* * * * * VENDOR PREFIXES * * * * */
/* * * Standard * * */
/* * * Keyframes * * */
/* * * Flexbox * * */
@media (min-width: 1190px) {
  .sticky-chain {
    position: sticky;
    top: 8.2rem;
  }
}
