
@media all {
  .expandable-block__icon__wrapper {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 38px;
    margin: 0 auto; }
    .expandable-block__icon__wrapper:before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      left: -5px;
      top: -24px;
      background-color: transparent;
      border-radius: 30px;
      -webkit-transition: background-color 1s;
      transition: background-color 1s; }
  .expandable-block__icon .icon {
    position: absolute;
    bottom: 19px; }
    .expandable-block__icon .icon:before {
      font-size: 38px;
      color: #ffffff;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0;
      padding: 0;
      z-index: 1;
      -webkit-transition: color .5s;
      transition: color .5s; }
    .expandable-block__icon .icon.icon-circle-solid:before {
      font-size: 35px;
      margin-left: 1px;
      margin-top: 1px;
      color: #f99e28; }
      .expandable-block__link[aria-expanded="true"] .expandable-block__icon .icon.icon-circle-solid:before,
      .expandable-block__link[aria-expanded="true"]:focus .expandable-block__icon .icon.icon-circle-solid:before {
        color: #9D6D2F; }
  .expandable-block__link {
    text-decoration: none; }
    .expandable-block__link:after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -20px;
      height: 20px;
      width: 60px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: 2; }
    .expandable-block__link:hover, .expandable-block__link:focus {
      text-decoration: none; }
      .expandable-block__link:hover[aria-expanded="false"] .expandable-block__icon__wrapper, .expandable-block__link:focus[aria-expanded="false"] .expandable-block__icon__wrapper {
        bottom: 8px;
        width: 52px; }
        .expandable-block__link:hover[aria-expanded="false"] .expandable-block__icon__wrapper:before, .expandable-block__link:focus[aria-expanded="false"] .expandable-block__icon__wrapper:before {
          background-color: rgba(255, 255, 255, 0.3);
          width: 60px;
          height: 60px; }
      .expandable-block__link:hover[aria-expanded="false"] .expandable-block__icon .icon:before, .expandable-block__link:focus[aria-expanded="false"] .expandable-block__icon .icon:before {
        font-size: 51px; }
      .expandable-block__link:hover[aria-expanded="false"] .expandable-block__icon .icon.icon-circle-solid:before, .expandable-block__link:focus[aria-expanded="false"] .expandable-block__icon .icon.icon-circle-solid:before {
        font-size: 48px; }
      .expandable-block__link:hover[aria-expanded="true"]:hover .expandable-block__icon .icon.icon-circle-solid:before, .expandable-block__link:focus[aria-expanded="true"]:hover .expandable-block__icon .icon.icon-circle-solid:before {
        color: #f99e28; }
  .expandable-block__title {
    font-size: 1.11111rem;
    color: #0c173c;
    line-height: 1.2;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase; }
  .expandable-block .action-link--blue-inline {
    color: #00609e; }
  .expandable-block__content p {
    font-size: 0.88889rem;
    line-height: 1.37; }
  .expandable-block__content > *:first-child {
    padding-top: 1em; }
  .expandable-block__content > *:last-child {
    margin-bottom: 0;
    padding-bottom: 1em; } }

