/* stylelint-disable no-descending-specificity */
@layer reset, framework, base, layout, components, utilities;
@layer framework {
  /* Bulma Utilities */
  :root {
    --bulma-control-radius: var(--bulma-radius);
    --bulma-control-radius-small: var(--bulma-radius-small);
    --bulma-control-border-width: 1px;
    --bulma-control-height: 2.5em;
    --bulma-control-line-height: 1.5;
    --bulma-control-padding-vertical: calc(0.5em - 1px);
    --bulma-control-padding-horizontal: calc(0.75em - 1px);
    --bulma-control-size: var(--bulma-size-normal);
    --bulma-control-focus-shadow-l: 50%;
  }
}
@layer layout {
  .float-right {
    float: right;
    margin-left: 1em !important;
    margin-bottom: 1em !important;
  }
  .float-left {
    float: left;
    margin-right: 1em !important;
    margin-bottom: 1em !important;
  }
  .align-right {
    text-align: right;
  }
  .align-left {
    text-align: left;
  }
  .align-center {
    text-align: center;
  }
  .outset-both {
    position: relative;
    width: calc(100% + 100px);
    max-width: calc(100% + 100px);
    transform: translateX(-50%) translate3d(0, 0, 0);
    left: 50%;
  }
  .outset-left {
    width: calc(100% + 50px);
    max-width: calc(100% + 50px);
    transform: translateX(-50px) translate3d(0, 0, 0);
  }
  .outset-right {
    position: relative;
    width: calc(100% + 50px);
    max-width: calc(100% + 50px);
    transform: translateX(50px) translate3d(0, 0, 0);
    left: -50px;
  }
}
@layer reset {
  @media (max-width: 800px) {
    .p-6.content,
    .p-6.columns,
    .px-6.pt-6.columns,
    .px-6.pt-6.content {
      padding: 1rem !important;
    }
  }
  @media (max-width: 800px) {
    #page .p-6 {
      padding: 1rem !important;
    }
  }
}
@layer layout {
  .po-0 {
    padding: 0rem;
  }
  .po-1 {
    padding: 0.25rem;
  }
  .po-2 {
    padding: 0.5rem;
  }
  .po-3 {
    padding: 0.75rem;
  }
  .po-4 {
    padding: 1rem;
  }
  .po-5 {
    padding: 1.5rem;
  }
  .po-6 {
    padding: 3rem;
  }
}
@layer components {
  #funds-filter-toggle .button {
    font-size: 1rem;
  }
  #funds-filter-toggle div.buttons {
    display: flex;
    flex-direction: row;
    justify-content: start;
  }
  #funds-filter-toggle div.buttons .button {
    flex: 1 1 50%;
    min-width: 0;
  }
  #funds-filter-toggle div.buttons .button.is-outlined {
    color: hsl(221, 14%, 48%);
    border-color: hsl(221, 14%, 48%);
    background-color: hsl(221, 14%, 100%);
  }
}
@layer components {
  #fundsheader {
    border-bottom: 1px solid #e8e8e8;
    position: sticky;
    -webkit-position: sticky;
    inset-block-start: 110px;
    top: 110px;
    left: 0;
    background: #fff;
    padding-top: 15px;
    z-index: 901;
  }
  @media (max-width: 1024px) {
    #fundsheader {
      margin: 0 3rem !important;
      max-width: 100% !important;
      top: 0;
      inset-block-start: 0px;
    }
  }
  @media (max-width: 767px) {
    #fundsheader {
      display: flex;
      flex-direction: row !important;
      margin: 0 1rem !important;
      top: 20px;
    }
  }
  @media (max-width: 1024px) {
    #fundsheader .column {
      margin: 0 !important;
    }
  }
  @media (max-width: 767px) {
    #fundsheader .column.mindful-list-indicator {
      flex-shrink: 3;
    }
    #fundsheader .column.mindful-list-indicator img {
      width: 16px;
      height: 16px;
    }
  }
  @media (max-width: 767px) {
    #fundsheader .column.fund-list-name {
      flex-grow: 3;
    }
  }
  @media (max-width: 767px) {
    #fundsheader .column.fund-list-returns {
      flex-grow: 3;
      text-align: left !important;
    }
  }
  #fundsheader a {
    font-weight: 400;
    font-size: 16px;
    padding: 25px 15px;
    text-decoration: none;
    transition: all 0.7s ease;
    position: relative;
  }
  #fundsheader a span {
    vertical-align: bottom;
    opacity: 0.4;
    margin-left: 5px;
    transition: all 0.3s ease;
  }
  #fundsheader a.name {
    text-align: left;
  }
  #fundsheader a:hover span {
    opacity: 1;
  }
  #fundsheader a div.notice {
    position: absolute;
    opacity: 0;
    display: none;
  }
  #fundsheader a:hover div.notice {
    display: block;
    opacity: 1;
    bottom: 80%;
    left: 10%;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 10px;
    text-align: left;
    padding: 20px;
    line-height: 130%;
    width: 120%;
    font-size: 14px;
    z-index: 100;
    color: #333;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  #fundsheader a:hover div.notice .is-col {
    text-align: center;
  }
  @media (max-width: 1080px) {
    #fundsheader a:hover div.notice {
      display: none;
    }
  }
  #fundsheader a:hover div.notice img {
    max-width: 30px;
    height: auto;
    display: inline-block;
  }
  #fundsheader a:hover div.notice:after {
    bottom: -20px;
    left: 30%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    border-top-color: #fff;
    border-width: 10px;
    margin-left: -10px;
  }
  #fundslist {
    list-style: none;
    padding: 0 !important;
    margin: 0;
  }
  @media (max-width: 1024px) {
    #fundslist {
      margin: 0 3rem !important;
    }
  }
  @media (max-width: 767px) {
    #fundslist {
      margin: 0 1rem !important;
    }
  }
  @media (max-width: 1024px) {
    #fundslist .columns {
      max-width: 100% !important;
    }
  }
  @media (max-width: 767px) {
    #fundslist .columns {
      display: flex;
      flex-direction: row !important;
    }
  }
  @media (max-width: 1024px) {
    #fundslist .columns .column {
      margin: 0 !important;
    }
  }
  @media (max-width: 767px) {
    #fundslist .columns .column.mindful-list-indicator {
      flex-shrink: 3;
    }
    #fundslist .columns .column.mindful-list-indicator img {
      width: 16px;
      height: 16px;
    }
  }
  @media (max-width: 767px) {
    #fundslist .columns .column.fund-list-name {
      flex-grow: 3;
    }
    #fundslist .columns .column.fund-list-name h2 {
      font-size: 1rem !important;
    }
  }
  @media (max-width: 767px) {
    #fundslist .columns .column.fund-list-link {
      flex-shrink: 3;
    }
    #fundslist .columns .column.fund-list-link .icon {
      font-size: 16px !important;
      width: 16px !important;
      height: 16px !important;
    }
  }
  #fundslist li {
    overflow: hidden;
    border-bottom: 1px solid #fff;
    background: #f4f4f4;
  }
  #fundslist li:nth-child(2n+1) {
    background: #fff;
  }
  #fundslist li section {
    text-decoration: none;
    color: #333;
    transition: all 1s ease;
    align-items: center;
  }
  #fundslist li section:hover {
    background: rgba(51, 175, 158, 0.2);
  }
  #fundslist li section:hover .mindful-fund {
    opacity: 1;
  }
  #fundslist li section .mindful-fund {
    width: 32px;
    height: 32px;
    margin: 5px;
    opacity: 0.7;
    transition: all 0.3s ease;
  }
  #fundslist li section .open {
    text-align: right;
  }
  #fundslist li section .open a {
    display: inline-block;
    font-size: 32px;
    width: 32px;
    height: 32px;
    margin-right: 1rem;
    color: #39499c;
  }
  #fundslist li section form {
    display: inline-block;
    margin: 12px 0;
  }
  #fundslist li section button {
    display: inline-block;
    background: none;
    border: none;
    color: #666;
    padding: 0 !important;
    font-size: 24px;
    cursor: pointer;
    min-width: 0;
    position: relative;
    top: 5px;
    margin-left: 10px;
  }
}
@layer components {
  .badge {
    display: inline-block;
    max-width: 75px;
    margin-top: 10px;
    height: auto;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .checker-badges,
  .finder-badges {
    margin-bottom: 12px;
  }
  .checker-badges .badge,
  .finder-badges .badge {
    max-width: 50px;
  }
  #step-counter {
    border-radius: 30px;
    background: #f8f8f8;
    overflow: hidden;
    width: 66%;
  }
  #step-counter .column {
    border-right: 1px solid white;
    height: 20px;
  }
  #step-counter .column:last-of-type {
    border-right: none;
  }
  #step-counter .column.filled {
    background: #33af9e;
  }
  #step-counter .column.empty {
    background: #d8d8d8;
  }
  @media (width <= 767px) {
    #step-counter {
      display: flex;
      flex-direction: row !important;
    }
  }
  #finder-intro {
    position: relative;
  }
  @media (width <= 1024px) {
    #finder-intro {
      margin: 0 3rem !important;
    }
  }
  @media (width <= 800px) {
    #finder-intro {
      padding: 0 !important;
      margin: 0 2rem !important;
    }
    #finder-intro .columns {
      padding: 0 !important;
    }
  }
  @media (width <= 800px) {
    #finder-intro #finder-intro-right {
      margin: 0 !important;
      padding: 0 0 2rem 1rem !important;
    }
    #finder-intro #finder-intro-right .has-text-right {
      text-align: left !important;
      padding: 0 !important;
    }
    #finder-intro #finder-intro-right .is-pulled-right {
      float: none !important;
    }
  }
  #bar-chart-key {
    margin: 24px 0;
    padding: 0;
    list-style: none !important;
    /* stylelint-disable selector-class-pattern */
    /* stylelint-enable selector-class-pattern */
  }
  #bar-chart-key li {
    display: inline-block;
    margin: 0 12px 12px 0;
    vertical-align: middle;
    line-height: 20px;
    font-size: 0.75rem;
  }
  #bar-chart-key span {
    display: inline-block;
    width: 20px !important;
    height: 20px;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 12px;
  }
  #bar-chart-key .animal_cruelty_score {
    background: #dc4d7c;
  }
  #bar-chart-key .fossil_fuel_score {
    background: #2b358a;
  }
  #bar-chart-key .social_harm_score {
    background: #a8a1ff;
  }
  #bar-chart-key .human_rights_score {
    background: #ffba57;
  }
  #bar-chart-key .environmental_score {
    background: #57c7a9;
  }
  #bar-chart-key .weapons_score {
    background: #7f4350;
  }
  #exclusions-table {
    display: block;
  }
  @media (width <= 800px) {
    #exclusions-table {
      max-width: 100%;
    }
  }
  #exclusions-table tr td:nth-of-type(2n),
  #exclusions-table tr td:nth-of-type(3n) {
    text-align: center;
  }
  @media (width <= 800px) {
    #exclusions-table td,
    #exclusions-table th {
      max-width: 30%;
      font-size: 0.75rem !important;
    }
  }
  .concern-panel {
    position: relative;
    border-radius: 5px;
    border: 1px dashed #ccc;
    transition: all 0.3s ease;
    background-position: center 2rem !important;
    background-size: 100px 100px !important;
    min-height: 230px;
  }
  .concern-panel.social {
    background: url("../../kiwisaver/images/issues/social-unblocked.de8180d8d48b.png") no-repeat;
  }
  .concern-panel.environmental {
    background: url("../../kiwisaver/images/issues/environmental-unblocked.db5a7d9d8a53.png") no-repeat;
  }
  .concern-panel.rights {
    background: url("../../kiwisaver/images/issues/human-rights.1697f5923061.png") no-repeat;
  }
  .concern-panel.weapons {
    background: url("../../kiwisaver/images/issues/weapons-unblocked.8adfe03b17e6.png") no-repeat;
  }
  .concern-panel.animals {
    background: url("../../kiwisaver/images/issues/animals-unblocked.71a02e69a172.png") no-repeat;
  }
  .concern-panel.oil {
    background: url("../../kiwisaver/images/issues/oil-unblocked.f2a81cfb8bd5.png") no-repeat;
  }
  .concern-panel.exclude-all {
    background: url("../../kiwisaver/images/issues/all-unblocked.3c0f71ea6ad9.png") no-repeat;
    height: calc(100% - 1.5rem) !important;
    background-position: center 50% !important;
    background-size: 150px 150px !important;
  }
  .concern-panel.exclude-all label {
    padding-top: 21rem;
  }
  .concern-panel .issue-icon {
    display: none;
    background-position: center 2rem !important;
    background-size: 100px 100px !important;
  }
  .concern-panel .issue-icon.social-blocked {
    background: url("../../kiwisaver/images/issues/social.c31bfa1cfabd.png") no-repeat #f4f4f4;
  }
  .concern-panel .issue-icon.environmental-blocked {
    background: url("../../kiwisaver/images/issues/environmental.f18a2e6eb77e.png") no-repeat #f4f4f4;
  }
  .concern-panel .issue-icon.rights-blocked {
    background: url("../../kiwisaver/images/issues/human-rights-blocked.1cbb9d4eddc6.png") no-repeat #f4f4f4;
  }
  .concern-panel .issue-icon.weapons-blocked {
    background: url("../../kiwisaver/images/issues/weapons.f997445a35db.png") no-repeat #f4f4f4;
  }
  .concern-panel .issue-icon.animals-blocked {
    background: url("../../kiwisaver/images/issues/animals.db6b34ea80f8.png") no-repeat #f4f4f4;
  }
  .concern-panel .issue-icon.oil-blocked {
    background: url("../../kiwisaver/images/issues/oil.a8981afa9f98.png") no-repeat #f4f4f4;
  }
  .concern-panel .issue-icon.exclude-all-blocked {
    background: url("../../kiwisaver/images/issues/all.ca1ef3cb1d3a.png") no-repeat #f4f4f4;
    background-position: center 50% !important;
    background-size: 150px 150px !important;
  }
  .concern-panel input[type=checkbox] {
    display: none;
  }
  .concern-panel input[type=checkbox]:checked + .issue-icon {
    display: block;
    position: absolute;
    z-index: 90;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .concern-panel label {
    display: block;
    text-align: center;
    padding: 9.5rem 1rem 1rem;
    position: relative;
    z-index: 100;
    cursor: pointer;
    font-size: 1rem !important;
  }
  .fund-detail {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
  }
  .fund-detail .nothreeyear {
    display: inline-block;
    line-height: 12px !important;
    font-size: 11px;
    padding-top: 22px;
  }
  #plot-actions {
    margin-top: 30px;
  }
  #plot-actions h2 {
    color: #000;
    font-size: 24px;
  }
  #plot-actions h3 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
  }
  #finder {
    border-radius: 20px;
  }
  #fund-provider-response p {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .select-fund {
    padding: 40px;
    border-radius: 10px;
    box-sizing: border-box;
    background: #e8e8e8;
    text-align: center;
    margin-top: 0;
  }
  .select-fund h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 40px;
  }
  @media (width <= 1000px) {
    .select-fund h2 {
      font-size: 24px;
    }
  }
  .exclusions,
  .inclusions {
    list-style: none;
    column-count: 2;
    margin: 0;
    padding: 0;
  }
  .exclusions h2,
  .inclusions h2 {
    margin-left: 0;
  }
  @media (width <= 1000px) {
    .exclusions,
    .inclusions {
      column-count: 1;
    }
  }
  .exclusions li,
  .inclusions li {
    font-size: 18px;
    vertical-align: middle;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 3px;
  }
  .exclusions li.selected,
  .inclusions li.selected {
    background: rgba(20, 68, 62, 0.1);
  }
  .exclusions li.selected span.icon,
  .inclusions li.selected span.icon {
    color: #a4a4a4;
    background: #a4a4a4;
    border: 2px solid #a4a4a4;
  }
  .exclusions li span.icon,
  .inclusions li span.icon {
    display: none;
    font-size: 30px;
    margin-right: 15px;
    vertical-align: middle;
    background: #e8e8e8;
    color: #e8e8e8;
    padding: 5px;
    border-radius: 100%;
    border: 2px dashed #999;
  }
  #exclusions {
    /* stylelint-disable selector-class-pattern */
    /* stylelint-enable selector-class-pattern */
  }
  #exclusions .True {
    margin-top: 15px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    background: url("../../kiwisaver/images/tick.5c88aa097b11.png") no-repeat;
    background-size: auto;
    background-size: cover;
    color: #333;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 20px;
    opacity: 0.7;
  }
  #exclusions .False {
    margin-top: 15px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    background: url("../../kiwisaver/images/cross.9274dfd51937.png") no-repeat;
    background-size: auto;
    background-size: cover;
    color: #333;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 20px;
    opacity: 0.7;
  }
  #referral-form {
    background: rgba(255, 255, 255, 0.9);
    margin: 0;
    padding: 40px 0;
  }
  #priority-label {
    list-style: none;
    margin-right: 20px;
  }
  @media (width <= 1200px) {
    #priority-label {
      display: none;
    }
  }
  #priority-label li {
    margin: 5px 0;
    position: relative;
    padding: 15px;
    line-height: 40px;
    transition: all 0.5s ease;
    font-weight: 800;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
  #priority-label li:first-of-type {
    border-top: double 3px #ccc;
  }
  #priority-label li:last-of-type {
    border-bottom: double 3px #ccc;
  }
  #priority-list {
    counter-reset: my-counter;
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  @media (width <= 767px) {
    #priority-list {
      padding-left: 0;
    }
  }
  #priority-list #approach-avoid {
    background: rgba(87, 200, 169, 0.4);
  }
  #priority-list #approach-higher {
    background: rgba(255, 126, 100, 0.4);
  }
  #priority-list #approach-low {
    background: rgba(168, 161, 255, 0.4);
  }
  #priority-list #approach-select {
    background: rgba(255, 186, 87, 0.4);
  }
  #priority-list li {
    margin: 5px 0;
    position: relative;
    padding: 15px;
    line-height: 40px;
    transition: all 0.5s ease;
    border-radius: 5px;
    border: 1px dashed #ccc;
  }
  #priority-list li .icon {
    color: #333 !important;
    font-size: 24px;
    margin-left: 1rem;
  }
  #priority-list li .icon.disabled {
    opacity: 0.3;
    cursor: default;
  }
  @media (width <= 1080px) {
    #priority-list li {
      font-size: 16px;
    }
  }
  @media (width <= 500px) {
    #priority-list li {
      font-size: 14px;
      padding: 10px;
    }
  }
  #priority-list li .move {
    float: right;
    margin-left: 20px;
  }
  @media (width <= 767px) {
    #priority-list li .move {
      float: none;
      text-align: right;
    }
  }
  #priority-list li p.notice {
    position: absolute;
    opacity: 0;
    display: none;
  }
  #priority-list li:hover {
    background: #f4f4f4;
  }
  label.risk-panel .risk-description {
    display: block;
    text-align: left;
    height: 100%;
    z-index: 100;
    cursor: pointer;
    border: 1px dashed #ccc;
    border-radius: 5px;
    font-size: 1rem;
    background: url("../../kiwisaver/images/un-selected.55dd42292bea.png") 1rem 1rem no-repeat;
    background-size: 24px 24px;
    width: 100%;
  }
  @media (width <= 800px) {
    label.risk-panel .risk-description h4 {
      margin-top: 3rem !important;
    }
  }
  label.risk-panel input[type=radio] {
    display: none;
  }
  label.risk-panel input[type=radio]:checked + .risk-description {
    background: url("../../kiwisaver/images/selected.4b88d3ea64fc.png") 0.75rem 0.75rem no-repeat rgba(0, 0, 0, 0.05);
    background-size: 24px 24px;
    border: 1px solid #ccc;
  }
  .is-open {
    background: white;
    padding: 20px !important;
  }
  #findit {
    font-size: 1.35em !important;
    margin: 0 auto !important;
    display: block !important;
  }
  #results-container {
    background: rgba(16, 21, 57, 0.5);
    padding: 0;
    border-radius: 0;
    margin-bottom: 40px;
  }
  #graph {
    padding: 20px;
    background: #f4f4f4;
    border-radius: 20px;
    margin: 40px 0;
  }
  #details-container {
    padding: 25px 0 20px 4px;
    background: #f4f4f4;
    border-radius: 20px;
    margin: 40px 0;
  }
  #details-container .tabs {
    margin: 0 20px 15px;
  }
  #details-container .tabs a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  #details-container p {
    margin: 20px;
  }
  #graph-body {
    display: flex;
    margin: 10px auto 3px 0.5%;
  }
  #key {
    display: flex;
    width: 99%;
    margin: 30px auto 30px 0;
  }
  @media (width <= 768px) {
    #key {
      flex-direction: column;
    }
  }
  #key div {
    margin-right: 30px;
    margin-bottom: 10px;
    font-size: 11px;
    vertical-align: middle;
  }
  @media (width <= 768px) {
    #key div {
      width: 100%;
    }
  }
  #key div .key {
    margin-right: 5px;
  }
  #key div .percent {
    display: none;
  }
  @media (width <= 768px) {
    #key div .percent {
      display: inline-block;
      margin-left: 20px;
      font-weight: 800;
    }
  }
  .marker {
    background: #ccc;
    width: 1px;
    height: 20px;
  }
  .graph-label {
    text-align: center;
    font-size: 18px;
    font-weight: 800;
  }
  #graph-marker {
    width: 99%;
    margin: 10px auto 3px;
    border-top: 1px solid #ccc;
    height: 15px;
    display: flex;
    justify-content: space-between;
  }
  #graph-labels {
    margin-top: 10px;
    height: 15px;
    display: flex;
    justify-content: space-between;
  }
  .bar {
    position: relative;
    height: 100px;
    flex-grow: 0;
    width: 0;
  }
  .bar span {
    opacity: 0;
    display: none;
    position: absolute;
    padding: 10px;
    min-width: 160px;
    background: white;
    border-radius: 5px;
    left: 80%;
    top: 20px;
    transition: all 0.5s ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    z-index: 100;
  }
  .bar span::after {
    top: 50%;
    left: -20px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    border-right-color: #fff;
    border-width: 10px;
    margin-top: -10px;
  }
  .bar:hover span {
    opacity: 1;
    display: block;
  }
  .key {
    display: inline-block;
    width: 20px !important;
    height: 20px;
    border-radius: 100%;
    vertical-align: bottom;
  }
  .breakdown {
    font-size: 13px;
    line-height: 16px;
    padding-top: 15px;
  }
  #graph-wrapper {
    margin: 60px 0 30px;
  }
  .wrapper {
    padding: 20px;
    margin: 40px -20px;
    width: calc(100% + 40px);
    position: relative;
  }
  #returns,
  #annual-fees {
    position: relative;
  }
  #returns p.notice,
  #annual-fees p.notice {
    position: absolute;
    opacity: 0;
    display: none;
  }
  #returns:hover p.notice,
  #annual-fees:hover p.notice {
    display: block;
    opacity: 1;
    top: 60px;
    left: 25px;
    margin-top: 10px;
    background: #fff;
    border-radius: 10px;
    text-align: left;
    padding: 15px;
    line-height: 130%;
    width: 120%;
    z-index: 100;
    color: #333;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  @media (width <= 1080px) {
    #returns:hover p.notice,
    #annual-fees:hover p.notice {
      display: none;
    }
  }
  #returns:hover p.notice::after,
  #annual-fees:hover p.notice::after {
    top: -20px;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
  }
  .filler {
    background: #e8e8e8;
    border: 2px dashed #999;
    min-height: 200px;
    margin-bottom: 20px;
  }
  #companies h3 {
    margin: 20px 0 0;
    text-transform: uppercase;
    font-size: 16px;
  }
  #companies p {
    font-size: 14px;
  }
}
/* stylelint-enable no-descending-specificity */
