a.ui-datepicker-next.ui-corner-all {
  float: right;
  margin-top: -10px;
}

a.ui-datepicker-prev.ui-corner-all {
  float: left;
  margin-top: -10px;
}

.c-masthead__cta.c-masthead__cta--mobile::after {
  display: none !important;
}

.c-masthead__cta.c-masthead__cta--mobile:hover::after {
  display: none !important;
}

.c-masthead__cta.c-masthead__cta--mobile {
  width: auto !important;
}

a.c-masthead__cta:nth-child(1) {
  width: auto !important;
}

.c-masthead__cta-wrap--mobile {
  display: flex;
  justify-content: center;
}

.c-masthead__cta-wrap--mobile a {
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  div.c-masthead__cta-wrap--mobile {
    display: flex;
    justify-content: center;
  }
}

@media only screen and (min-width: 768px) {
  div.c-masthead__cta-wrap--mobile {
    display: none;
  }
}

.copyright-container {
  display: flex; 
}

.copyright-container p {
  flex: 1;
}
.copyright-container .medical-perm {
  text-align: right;
}

.copyright-container .medical-perm-mobile {
  display: none;  
}

@media (max-width: 720px) {
  .copyright-container {
    flex-direction: column-reverse;
    gap: 1rem;    
  }

  .copyright-container p {
    text-align: center;
  }

  .copyright-container .medical-perm {
    display: none;    
  }

  .copyright-container .medical-perm-mobile {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}