/* -------------- CALANDA -------------- */
/* -------------- OPEN SANS -------------- */
.footer-subscribe {
  text-align: center; }
  .footer-subscribe label {
    font-family: 'Open Sans Semi Bold'; }
  .footer-subscribe .content-input {
    position: relative; }
    .footer-subscribe .content-input button {
      position: absolute;
      right: 0;
      top: 0;
      background-color: var(--primary-blue);
      width: 2.25rem;
      height: 2.375rem;
      border: none; }
      .footer-subscribe .content-input button:after {
        content: "\e908";
        font-family: 'Dynasol-Icons' !important;
        position: absolute;
        right: 0.5rem;
        top: 0.75rem;
        color: var(--white); }
  @media (min-width: 768px) {
    .footer-subscribe {
      text-align: left; } }