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