.navbar_section {
    z-index: 2;
  }
  
  .navbar_section {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
  }
  
  .navbar_horiz {
    display: none;
  }
  
  @media screen and (min-width: 1100px) {
    .navbar_horiz {
        display: block;
    }
  
    .nav__item__vert {
        display: none;
    }
  }
  
  .navbar_hz {
    background-color: #fff;
  }

  @media screen and (min-width: 1300px) {
    .nav_container {
      max-width: 67.625rem !important;
      width: calc(100.33333vw - 15.29167rem) !important;
    }
  }

  @media screen and (min-width: 1190px) and (max-width:1299px) {
    .nav_container {
      max-width: 94.625rem !important;
      width: calc(100.33333vw - 11.29167rem) !important;
    }
  }

  @media screen and (min-width: 1100px) and (max-width:1189px) {
    .nav_container {
      max-width: 94.625rem !important;
      width: calc(100.33333vw - 6.29167rem) !important;
    }
  }
  
  .nav_container {
    height: 5rem;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 90.625rem;
    width: calc(100.33333vw - 2.29167rem);
  }
  
  .nav_container,
  .navbar_horiz_menu {
    align-items: center;
    display: flex;
  }
  
  .navbar_horiz_link {
    border: 0.0625rem solid transparent;
    border-radius: 0.25rem;
    color: #000;
    display: grid;
    font-size: 1rem;
    font-weight: 400;
    height: 3.875rem;
    line-height: 2rem;
    margin-right: 0.9375rem;
    outline: none;
    padding: 0.5rem 0.625rem;
    text-align: center;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  }
  
  .navbar_horiz_link:after {
    content: attr(data-text);
    font-weight: 500;
    grid-column: 1;
    grid-row: 1;
    height: 0;
    overflow: hidden;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    visibility: hidden;
  }
  
  .navbar_horiz_link:focus-visible {
    background-color: #1852ab;
    border-color: #fff;
  }
  
  .navbar_horiz_link:hover {
    border-bottom:4px solid #255BE3;
  }

  p.Dropdown__label:hover{
    border-bottom:4px solid #255BE3;
  }
  
  .navbar_horiz_link:last-child {
    margin-right: 0;
  }
  
  .navbar_horiz_link.logo-link-active {
    border-bottom-color: #febb02;
    border-radius: 0;
    font-weight: 500;
  }
  
  .logo_img {
    align-items: center;
    display: flex;
    outline: none;
    position: relative;
  }
  
  .logo_img:after {
    border: 0.1875rem solid #febb02;
    border-radius: 0.125rem;
    content: "";
    height: calc(100% + 1rem);
    left: -0.5rem;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: -0.5rem;
    transition: opacity 0.3s ease-in-out;
    width: calc(100% + 1rem);
  }
  
  .logo_img:focus-visible:after {
    opacity: 1;
  }
  
  .logo_image {
    display: block;
    margin-right: 0.3125rem;
    width: 6.25rem;
  }
  
  @media screen and (min-width: 48em) {
    .logo_image {
        margin-right: 0.375rem;
        width: 7.6875rem;
    }
  }
  
  
    .logo_image {
        margin-right: 0.5rem;
        width: 3.6875rem !important;
    }
  
  
  .logo_text {
    color: #fff;
    font-size: 1.0625rem;
    line-height: 1.4375rem;
  }
  
  @media screen and (min-width: 48em) {
    .logo_text {
        font-size: 1.3125rem;
        line-height: 1.8125rem;
    }
  }
  
  @media screen and (min-width: 93.75em) {
    .logo_text {
        font-size: 1.75rem;
        line-height: 2.375rem;
    }
  }
  
  .Dropdown {
    align-items: center;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    display: flex;
    margin-right: 0.6rem;
    padding-left: 0.625rem;
    padding-right: 0.3125rem;
    position: relative;
    transition: background-color 0.3s ease-in-out;
  }

  button.Dropdown__button{
    display: none;
  }

  a.navbar_horiz_link {
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 20px;
    color: #000000;
    border-bottom: 4px solid transparent;
    padding-bottom: 9px;
    line-height: 20px;
}

p.Dropdown__label {
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 20px;
  color: #000000;
  border-bottom: 4px solid transparent;
  padding-bottom: 0px;
  line-height: 20px;
}

.careers_text {
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 20px;
  color: #000000;
  border-bottom: 4px solid transparent;
  padding-bottom: 3px;
  line-height: 20px;
  
}
  
.careers_text {
  color: #255BE3;
  font-family: 'Citi-Sans-Display-Regular', Arial, Helvetica, sans-serif !important;
  font-size: 26px;
}
  .Dropdown__label {
    color: #000;
    cursor: default;
    display: grid;
    font-size: 1rem;
    font-weight: 400;
    height: 3.875rem;
    line-height: 2rem;
    margin-bottom: 0;
    margin-right: 0.46875rem;
    margin-top: 0;
    outline: none;
    text-align: center;
  }
  
  .Dropdown__label:after {
    content: attr(data-text);
    font-weight: 500;
    grid-column: 1;
    grid-row: 1;
    height: 0;
    overflow: hidden;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    visibility: hidden;
  }
  
  .Dropdown__button {
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0.0625rem solid transparent;
    border-radius: 0.25rem;
    cursor: pointer;
    display: flex;
    height: 3.875rem;
    margin-left: -0.3125rem;
    outline: none;
    padding: 0 0.3125rem;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  }
  
  .Dropdown__button:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNiA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMS4wMzYxNiAwLjk5OTk4NUwzLjAwNTg1IDIuOTY5NjRMNC45NzU1IDAuOTk5OTg1QzUuMTIxOTUgMC44NTM1MiA1LjM1OTQgMC44NTM1MiA1LjUwNTg1IDAuOTk5OTg1QzUuNjUyMyAxLjE0NjQ0IDUuNjUyMyAxLjM4Mzg0IDUuNTA1ODUgMS41MzAyOUwzLjI3MSAzLjc2NTE0QzMuMjAwNjUgMy44MzU0NCAzLjEwNTMgMy44NzQ5OSAzLjAwNTg1IDMuODc0OTlDMi45MDY0IDMuODc0OTkgMi44MTEgMy44MzU0NCAyLjc0MDY1IDMuNzY1MTRMMC41MDU4MyAxLjUzMDI5QzAuMzU5Mzg1IDEuMzgzODQgMC4zNTkzODUgMS4xNDY0NCAwLjUwNTgzIDAuOTk5OTg1QzAuNjUyMjggMC44NTM1MiAwLjg4OTcxNSAwLjg1MzUyIDEuMDM2MTYgMC45OTk5ODVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    height: 0.25rem;
    transition: transform 0.3s ease-in-out;
    width: 0.375rem;
  }
  
  .Dropdown--open .Dropdown__button:after,
  .Dropdown:hover .Dropdown__button:after {
    transform: rotateX(180deg);
  }
  
  .Dropdown__button:focus-visible {
    background-color: #1852ab;
    border-color: #fff;
  }
  
  .Dropdown__content {
    background-color: #e6e6e6;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    box-shadow: 0 1.0625rem 2.0625rem -0.125rem rgba(28, 39, 49, 0.15);
    left: 0;
    min-width: calc(100% + 0.625rem);
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
    visibility: hidden;
  }
  
  .Dropdown--open .Dropdown__content,
  .Dropdown:hover .Dropdown__content {
    opacity: 1;
    transition-delay: 0s;
    visibility: visible;
  }
  
  .Dropdown__item {
    align-items: center;
    background-color: #fff;
    border: 0.125rem solid transparent;
    color: #000;
    display: flex;
    height: 3rem;
    
    outline: none;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out,
        color 0.3s ease-in-out;
    white-space: nowrap;
  }
  
  .Dropdown__item:focus-visible {
    border-color: #febb02;
  }
  a:hover{
    color: #000;
  }
  a.Dropdown__item{
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    font-size: 20px;
    color: #000000;
    border-bottom: 4px solid transparent;
    padding-bottom: 14px;
    line-height: 20px;
    padding-left: 3rem;
  }

  .Dropdown__item span:hover {
    border-bottom: 4px solid #255BE3;
  }
  
  .Dropdown__item:last-child {
    margin-bottom: 0;
  }
  
  .Button {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin-bottom: 1.25rem;
    outline: none;
    position: relative;
  }
  
  .Button:after {
    border: 0.1875rem solid #febb02;
    border-radius: 0.125rem;
    content: "";
    height: calc(100% + 1rem);
    left: -0.5rem;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: -0.5rem;
    transition: opacity 0.3s ease-in-out;
    width: calc(100% + 1rem);
  }
  
  .Button:focus-visible:after {
    opacity: 1;
  }
  
  .Button:last-child {
    margin-bottom: 0;
  }
  
  @media screen and (min-width: 62em) {
    .Button {
        margin-bottom: 0;
        margin-right: 1.5rem;
    }
  
    .Button:last-child {
        margin-right: 0;
    }
  }
  
  .Button--primary {
    background-color: #006ce4;
    border: none;
    border-radius: 0.125rem;
    color: #fff;
    padding: 0.75rem 1.5rem;
  }
  
  @media screen and (min-width: 62em) {
    .Button--primary {
        transition: background-color 0.3s ease-in-out;
    }
  
    .Button--primary:hover.Button--theme-dark {
        background-color: #ebf3ff;
        color: #006ce4;
    }
  
    .Button--primary:hover.Button--theme-light {
        background-color: #005c9d;
    }
  }
  
  .Button--primary.Button--disabled.Button--theme-dark {
    background-color: #6b6b6b;
    color: #bdbdbd;
  }
  
  .Button--primary.Button--disabled.Button--theme-light {
    background-color: #bdbdbd;
  }
  
  .Button--secondary {
    background-color: transparent;
    border-radius: 0.125rem;
    border-style: solid;
    border-width: 0.0625rem;
    padding: 0.75rem 1.5rem;
  }
  
  .Button--secondary.Button--theme-light {
    background-color: #fff;
    border-color: #006ce4;
    color: #006ce4;
  }
  
  .Button--secondary.Button--theme-dark {
    border-color: #fff;
    color: #fff;
  }
  
  @media screen and (min-width: 62em) {
    .Button--secondary {
        transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    }
  
    .Button--secondary:hover.Button--theme-dark {
        border-color: #bad4f7;
        color: #bad4f7;
    }
  
    .Button--secondary:hover.Button--theme-light {
        border-color: #005c9d;
        color: #005c9d;
    }
  }
  
  .Button--secondary.Button--disabled.Button--theme-dark {
    border-color: #6b6b6b;
    color: #6b6b6b;
  }
  
  .Button--secondary.Button--disabled.Button--theme-light {
    border-color: #bdbdbd;
    color: #bdbdbd;
  }
  
  .Button--tertiary {
    line-height: 1.875rem;
  }
  
  .Button--tertiary.Button--theme-dark {
    color: #fff;
  }
  
  .Button--tertiary.Button--theme-light {
    color: #003b95;
  }
  
  @media screen and (min-width: 62em) {
    .Button--tertiary {
        transition: color 0.3s ease-in-out;
    }
  
    .Button--tertiary:hover .Button__text:after {
        transform: scaleX(1);
    }
  }
  
  .Button--tertiary.Button--disabled.Button--theme-dark {
    color: #6b6b6b;
  }
  
  .Button--tertiary.Button--disabled.Button--theme-light {
    color: #bdbdbd;
  }
  
  .Button--tertiary.Button--disabled:hover .Button__text:after {
    transform: scaleX(0);
  }
  
  .Button__text {
    font-size: 1rem;
    font-weight: 700;
    line-height: 2rem;
  }
  
  .Button--tertiary .Button__text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2rem;
    margin-right: 0.5rem;
    position: relative;
  }
  
  @media screen and (min-width: 62em) {
    .Button--tertiary .Button__text {
        transition: color 0.3s ease-in-out;
    }
  
    .Button--tertiary .Button__text:after {
        background-color: #006ce4;
        bottom: 0;
        content: "";
        height: 0.125rem;
        left: 0;
        position: absolute;
        transform: scaleX(0);
        transform-origin: left center;
        transition: transform 0.3s ease-in-out;
        width: 100%;
    }
  }
  
  .Button__arrow {
    fill: none;
  }
  
  .Button__caret {
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
    transform: translate3d(-1.4375rem, 0, 0);
  }
  
  .Button--theme-dark .Button__caret {
    stroke: #fff;
  }
  
  .Button--theme-light .Button__caret {
    stroke: #006ce4;
  }
  
  .Button--disabled.Button--theme-dark .Button__caret {
    stroke: #6b6b6b;
  }
  
  .Button--disabled.Button--theme-light .Button__caret {
    stroke: #bdbdbd;
  }
  
  @media screen and (min-width: 62em) {
    .Button__caret {
        transition: stroke 0.3s ease-in-out, transform 0.3s ease-in-out;
    }
  
    .Button--tertiary:not(.Button--disabled):hover .Button__caret {
        stroke: #febb02;
        transform: translateZ(0);
    }
  }
  
  .Button__line {
    stroke-dasharray: 43;
    stroke-dashoffset: 23;
    stroke-linecap: round;
    stroke-width: 1.5;
  }
  
  .Button--theme-dark .Button__line {
    stroke: #fff;
  }
  
  .Button--theme-light .Button__line {
    stroke: #006ce4;
  }
  
  .Button--disabled.Button--theme-dark .Button__line {
    stroke: #6b6b6b;
  }
  
  .Button--disabled.Button--theme-light .Button__line {
    stroke: #bdbdbd;
  }
  
  @media screen and (min-width: 62em) {
    .Button__line {
        transition: stroke 0.3s ease-in-out, stroke-dashoffset 0.3s ease-in-out;
    }
  
    .Button--tertiary:not(.Button--disabled):hover .Button__line {
        stroke: #febb02;
        stroke-dashoffset: 0;
    }
  }
  
  .nav__item__bar {
    align-items: center;
    display: flex;
    height: 3.375rem;
    justify-content: space-between;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
    z-index: 2;
  }
  
  .nav__item__bar,
  .nav__item__menu {
    background-color: #fff !important;
  }
  
  .nav__item__menu {
    height: calc(100% - 3.375rem);
    left: 0;
    overflow-y: auto;
    top: 3.375rem;
    transform: translate3d(0, -100%, 0);
    transition: transform 0.3s ease-in-out;
    width: 100%;
    z-index: 1;
  }

  .careers_text_mini {
    color: #255BE3;
    font-family: 'Citi-Sans-Display-Regular', Arial, Helvetica, sans-serif;
    font-size: 26px;
}
  
  .nav__item__menu--open {
    transform: translateZ(0);
  }
  
  .nav__item__link {
    align-items: center;
    border-bottom: 0.1225rem solid #fff;
    color: #fff;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    height: 3.875rem;
    line-height: 2rem;
    outline: none;
    padding: 0.9375rem 1.25rem;
    position: relative;
    background-color: #0f1632;
  }
  
  .nav__item__link:after {
    border: 0.1875rem solid #febb02;
    border-radius: 0.125rem;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease-in-out;
    width: 100%;
  }
  
  .nav__item__link:focus-visible:after {
    opacity: 1;
  }
  
  .nav__item__button {
    outline: none;
  }
  
  .nav__item__button:after {
    border: 0.1875rem solid #febb02;
    border-radius: 0.125rem;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease-in-out;
    width: 100%;
  }
  
  .nav__item__button:focus-visible:after {
    opacity: 1;
  }
  
  .Toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 1.5rem;
    outline: none;
    padding: 0;
    position: relative;
    width: 1.5rem;
  }
  
  .Toggle:after {
    border: 0.1875rem solid #febb02;
    border-radius: 0.125rem;
    content: "";
    height: calc(100% + 1rem);
    left: -0.5rem;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: -0.5rem;
    transition: opacity 0.3s ease-in-out;
    width: calc(100% + 1rem);
  }
  
  .Toggle:focus-visible:after {
    opacity: 1;
  }
  
  .toggle__button {
    background-color: #000;
    height: 0.125rem;
    left: 0.1875rem;
    position: absolute;
    transform: scaleX(1);
    transform-origin: left center;
    transition: transform 0.3s ease-in-out;
    transition-delay: 0.3s;
    width: 1.125rem;
  }
  
  .toggle__button--top {
    top: 0.375rem;
  }
  
  .toggle__button--mid {
    top: 0.6875rem;
  }
  
  .toggle__button--bot {
    bottom: 0.375rem;
  }
  
  .toggle__button--top {
    transition-delay: 0.3s;
  }
  
  .toggle__button--mid {
    transition-delay: 0.35s;
  }
  
  .toggle__button--bot {
    transition-delay: 0.4s;
  }
  
  .Toggle--open .toggle__button {
    transform: scaleX(0);
    transform-origin: right center;
  }
  
  .Toggle--open .toggle__button--top {
    transition-delay: 0s;
  }
  
  .Toggle--open .toggle__button--mid {
    transition-delay: 0.05s;
  }
  
  .Toggle--open .toggle__button--bot {
    transition-delay: 0.1s;
  }
  
  .Toggle__close {
    height: 0.125rem;
    left: 0.1875rem;
    position: absolute;
    width: 1.125rem;
  }
  
  .Toggle__close:before {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease-in-out;
    width: 100%;
  }
  
  .Toggle__close--left {
    top: 0.6875rem;
  }
  
  .Toggle__close--right {
    bottom: 0.6875rem;
  }
  
  .Toggle__close--left {
    transform: rotate(-45deg);
  }
  
  .Toggle__close--right {
    transform: rotate(225deg);
  }
  
  .Toggle--open .Toggle__close:before {
    transform: scaleX(1);
    transform-origin: right center;
    transition-delay: 0.3s;
  }
  
  .collapse_bar {
    background-color: #0f1632;
    border-bottom: 0.0625rem solid #fff;
    margin-bottom: 0.0625rem;
  }
  
  .collapse_bar_toggle {
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    display: flex;
    height: 3.875rem;
    justify-content: space-between;
    outline: none;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
    width: 100%;
  }
  
  .collapse_bar_toggle:after {
    border: 0.1875rem solid #febb02;
    border-radius: 0.125rem;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease-in-out;
    width: 100%;
  }
  
  .collapse_bar_toggle:focus-visible:after {
    opacity: 1;
  }
  
  .collapse_label {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2rem;
  }
  
  .collapse_bar--open .collapse_label {
    font-weight: 700;
  }
  
  .collapse_caret {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yLjA3MjMyIDEuMDAwMDlMNi4wMTE3IDQuOTM5MzlMOS45NTEgMS4wMDAwOUMxMC4yNDM5IDAuNzA3MTYzIDEwLjcxODggMC43MDcxNjMgMTEuMDExNyAxLjAwMDA5QzExLjMwNDYgMS4yOTI5OSAxMS4zMDQ2IDEuNzY3NzkgMTEuMDExNyAyLjA2MDY5TDYuNTQyIDYuNTMwMzlDNi40MDEzIDYuNjcwOTkgNi4yMTA2IDYuNzUwMDkgNi4wMTE3IDYuNzUwMDlDNS44MTI4IDYuNzUwMDkgNS42MjIgNi42NzA5OSA1LjQ4MTMgNi41MzAzOUwxLjAxMTY2IDIuMDYwNjlDMC43MTg3NyAxLjc2Nzc5IDAuNzE4NzcgMS4yOTI5OSAxLjAxMTY2IDEuMDAwMDlDMS4zMDQ1NiAwLjcwNzE2MyAxLjc3OTQzIDAuNzA3MTYzIDIuMDcyMzIgMS4wMDAwOVoiIGZpbGw9IiNCQUQ0RjciLz4KPC9zdmc+Cg==);
    background-position: 50%;
    background-repeat: no-repeat;
    display: block;
    height: 0.4375rem;
    transition: transform 0.3s ease-in-out;
    width: 0.75rem;
  }
  
  .collapse_bar--open .collapse_caret {
    transform: rotateX(180deg);
  }
  
  .collapse_content {
    overflow: hidden;
    transition: height 0.3s ease-in-out;
  }

  .collapse_content {
    display: none;
  }

  .collapse_content--open {
    display: block !important;
  }
  
  .collapse_link {
    align-items: center;
    color: #fff;
    display: flex;
    height: 3.25rem;
    margin-bottom: 0.0625rem;
    outline: none;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    position: relative;
  }
  
  .collapse_link:after {
    border: 0.1875rem solid #febb02;
    border-radius: 0.125rem;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease-in-out;
    width: 100%;
  }
  
  .collapse_link:focus-visible:after {
    opacity: 1;
  }
  
  .collapse_link:last-child {
    margin-bottom: 0;
  }