/* CTA buttons */
.cta-side-buttons {
  z-index: 1030 !important;
  position: fixed;
  background: var(--white);
  right: 0px;
  top: 35%;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
}
.cta-link {
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: var(--black) 1px solid;
}
.cta-link:hover {
  background:  var(--white);
}
.cta-side-buttons a {
  text-decoration: none;
  height: 66px;
  width: 60px;
}
.cta-link span {
  z-index: -1;
  width: 250px;
  position: absolute;
  right: -400%;
  height: 66px;
  background-color: var(--white);
  color: var(--black);
  white-space: nowrap;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 1.25rem;
  text-align: left;
  border-bottom: var(--black) 1px solid;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.cta-link:hover span {
  animation: ctaAnimation .2s ease-out forwards;
}

.bottom-menu a {
  text-decoration: none;
  color: #363636;
}
.bottom-menu a:last-of-type {
  border-right: none;
}
.bottom-menu p {
  font-size: 12px;
}
.bottom-menu .col {
  border-right: 1px solid #363636;
}
.bottom-menu .col:last-of-type {
  border: none;
}

@keyframes ctaAnimation {
  from {right: -300%;}
  to {right: 100%;}
}
.cta-bottom {
  background: var(--white);
}
.cta-wrapper {
  border-right: #DBDBDB 1px solid;
}
.cta-wrapper a {
  text-decoration: none !important;
}
.cta-wrapper p {
  color: var(--black);
  background: var(--white);
}
@media(max-width: 576px) {
  .cta-wrapper p {
    font-size: .6rem !important; 
    line-height: .7rem;
  }
}
@media(max-width: 375px) {
  .cta-wrapper p {
    font-size: .5rem !important; 
  }
}

/* @media(max-width: 300px) {
.u-n {
  margin-left: auto!important;
  margin-right: auto!important;
}
} */